UNPKG

89.8 kBJavaScriptView Raw
1/*
2Copyright (c) 2015-present NAVER Corp.
3name: @egjs/flicking
4license: MIT
5author: NAVER Corp.
6repository: https://github.com/naver/egjs-flicking
7version: 4.11.3
8*/
9!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?module.exports=n(require("@egjs/component"),require("@egjs/axes"),require("@egjs/imready")):"function"==typeof define&&define.amd?define(["@egjs/component","@egjs/axes","@egjs/imready"],n):(e="undefined"!=typeof globalThis?globalThis:e||self).Flicking=n(e.eg.Component,e.eg.Axes,e.eg.ImReady)}(this,(function(e,n,t){"use strict";var i=function(e,n){return i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,n){e.__proto__=n}||function(e,n){for(var t in n)Object.prototype.hasOwnProperty.call(n,t)&&(e[t]=n[t])},i(e,n)};function r(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function t(){this.constructor=e}i(e,n),e.prototype=null===n?Object.create(n):(t.prototype=n.prototype,new t)}var o=function(){return o=Object.assign||function(e){for(var n,t=1,i=arguments.length;t<i;t++)for(var r in n=arguments[t])Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r]);return e},o.apply(this,arguments)};function a(e,n,t,i){return new(t||(t=Promise))((function(r,o){function a(e){try{s(i.next(e))}catch(e){o(e)}}function l(e){try{s(i.throw(e))}catch(e){o(e)}}function s(e){var n;e.done?r(e.value):(n=e.value,n instanceof t?n:new t((function(e){e(n)}))).then(a,l)}s((i=i.apply(e,n||[])).next())}))}function l(e,n){var t,i,r,o,a={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return o={next:l(0),throw:l(1),return:l(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function l(l){return function(s){return function(l){if(t)throw new TypeError("Generator is already executing.");for(;o&&(o=0,l[0]&&(a=0)),a;)try{if(t=1,i&&(r=2&l[0]?i.return:l[0]?i.throw||((r=i.return)&&r.call(i),0):i.next)&&!(r=r.call(i,l[1])).done)return r;switch(i=0,r&&(l=[2&l[0],r.value]),l[0]){case 0:case 1:r=l;break;case 4:return a.label++,{value:l[1],done:!1};case 5:a.label++,i=l[1],l=[0];continue;case 7:l=a.ops.pop(),a.trys.pop();continue;default:if(!(r=a.trys,(r=r.length>0&&r[r.length-1])||6!==l[0]&&2!==l[0])){a=0;continue}if(3===l[0]&&(!r||l[1]>r[0]&&l[1]<r[3])){a.label=l[1];break}if(6===l[0]&&a.label<r[1]){a.label=r[1],r=l;break}if(r&&a.label<r[2]){a.label=r[2],a.ops.push(l);break}r[2]&&a.ops.pop(),a.trys.pop();continue}l=n.call(e,a)}catch(e){l=[6,e],i=0}finally{t=r=0}if(5&l[0])throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}([l,s])}}}function s(e){var n="function"==typeof Symbol&&Symbol.iterator,t=n&&e[n],i=0;if(t)return t.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&i>=e.length&&(e=void 0),{value:e&&e[i++],done:!e}}};throw new TypeError(n?"Object is not iterable.":"Symbol.iterator is not defined.")}function u(e,n){var t="function"==typeof Symbol&&e[Symbol.iterator];if(!t)return e;var i,r,o=t.call(e),a=[];try{for(;(void 0===n||n-- >0)&&!(i=o.next()).done;)a.push(i.value)}catch(e){r={error:e}}finally{try{i&&!i.done&&(t=o.return)&&t.call(o)}finally{if(r)throw r.error}}return a}function c(){for(var e=[],n=0;n<arguments.length;n++)e=e.concat(u(arguments[n]));return e}"function"==typeof SuppressedError&&SuppressedError;var f,h={WRONG_TYPE:0,ELEMENT_NOT_FOUND:1,VAL_MUST_NOT_NULL:2,NOT_ATTACHED_TO_FLICKING:3,WRONG_OPTION:4,INDEX_OUT_OF_RANGE:5,POSITION_NOT_REACHABLE:6,TRANSFORM_NOT_SUPPORTED:7,STOP_CALLED_BY_USER:8,ANIMATION_INTERRUPTED:9,ANIMATION_ALREADY_PLAYING:10,NOT_ALLOWED_IN_FRAMEWORK:11,NOT_INITIALIZED:12,NO_ACTIVE:13,NOT_ALLOWED_IN_VIRTUAL:14},d=function(e,n){return e+"("+typeof e+") is not a "+n.map((function(e){return'"'+e+'"'})).join(" or ")+"."},g=function(e){return'Element with selector "'+e+'" not found.'},p=function(e,n){return n+" should be provided. Given: "+e},_='This module is not attached to the Flicking instance. "init()" should be called first.',v=function(e,n){return'Option "'+e+'" is not in correct format, given: '+n},m=function(e,n,t){return'Index "'+e+'" is out of range: should be between '+n+" and "+t+"."},b=function(e){return'Position "'+e+'" is not reachable.'},P="Browser does not support CSS transform.",E="Event stop() is called by user.",O="Animation is interrupted by user input.",y="Animation is already playing.",x="This behavior is not allowed in the frameworks like React, Vue, or Angular.",T="Flicking is not initialized yet, call init() first.",R={READY:"ready",BEFORE_RESIZE:"beforeResize",AFTER_RESIZE:"afterResize",HOLD_START:"holdStart",HOLD_END:"holdEnd",MOVE_START:"moveStart",MOVE:"move",MOVE_END:"moveEnd",WILL_CHANGE:"willChange",CHANGED:"changed",WILL_RESTORE:"willRestore",RESTORED:"restored",SELECT:"select",NEED_PANEL:"needPanel",VISIBLE_CHANGE:"visibleChange",REACH_EDGE:"reachEdge",PANEL_CHANGE:"panelChange"},I={PREV:"prev",CENTER:"center",NEXT:"next"},A={PREV:"PREV",NEXT:"NEXT",NONE:null},w={SNAP:"snap",FREE_SCROLL:"freeScroll",STRICT:"strict"},N={VERTICAL:"vertical",HIDDEN:"flicking-hidden",DEFAULT_VIRTUAL:"flicking-panel"},C={LINEAR:"linear",BOUND:"bound"},k={LTR:"ltr",RTL:"rtl"},D={__proto__:null,EVENTS:R,ALIGN:I,DIRECTION:A,MOVE_TYPE:w,CLASS:N,CIRCULAR_FALLBACK:C,ORDER:k,ERROR_CODE:h},z=function(e){for(var n=[],t=1;t<arguments.length;t++)n[t-1]=arguments[t];return n.forEach((function(n){Object.keys(n).forEach((function(t){e[t]=n[t]}))})),e},S=function(e,n){var t=null;if(K(e)){var i=(n||document).querySelector(e);if(!i)throw new se(g(e),h.ELEMENT_NOT_FOUND);t=i}else e&&e.nodeType===Node.ELEMENT_NODE&&(t=e);if(!t)throw new se(d(e,["HTMLElement","string"]),h.WRONG_TYPE);return t},j=function(e,n){if(null==e)throw new se(p(e,n),h.VAL_MUST_NOT_NULL)},L=function(e,n,t){return Math.max(Math.min(e,t),n)},M=function(e){if(!e)throw new se(_,h.NOT_ATTACHED_TO_FLICKING);return e},F=function(e){return[].slice.call(e)},H=function(e,n){var t;if(K(e))switch(e){case I.PREV:t=0;break;case I.CENTER:t=.5*n;break;case I.NEXT:t=n;break;default:if(null==(t=B(e,n)))throw new se(v("align",e),h.WRONG_OPTION)}else t=e;return t},V=function(e,n){var t;if(Array.isArray(e))t=e.map((function(e){return B(e,n)}));else{var i=B(e,n);t=[i,i]}return t.map((function(n){if(null==n)throw new se(v("bounce",e),h.WRONG_OPTION);return n}))},B=function(e,n){var t=G(e);return null==t?null:t.percentage*n+t.absolute},G=function(e){var n=/(?:(\+|\-)\s*)?(\d+(?:\.\d+)?(%|px)?)/g;if("number"==typeof e)return{percentage:0,absolute:e};for(var t={percentage:0,absolute:0},i=0,r=n.exec(e);null!=r;){var o=r[1],a=r[2],l=r[3],s=parseFloat(a);if(i<=0&&(o=o||"+"),!o)return null;var u="+"===o?1:-1;"%"===l?t.percentage+=u*(s/100):t.absolute+=u*s,++i,r=n.exec(e)}return 0===i?null:t},W=function(e){return"object"==typeof e?e.panel:e},U=function(e,n){return e===n?A.NONE:e<n?A.NEXT:A.PREV},X=function(e){Array.isArray(e)||(e=[e]);var n=[];return e.forEach((function(e){if(K(e)){var t=document.createElement("div");for(t.innerHTML=e,n.push.apply(n,c(F(t.children)));t.firstChild;)t.removeChild(t.firstChild)}else{if(!e||e.nodeType!==Node.ELEMENT_NODE)throw new se(d(e,["HTMLElement","string"]),h.WRONG_TYPE);n.push(e)}})),n},Y=function(e,n){return L(e<0?e+n:e,0,n)},Z=function(e,n){var t,i;try{for(var r=s(e),o=r.next();!o.done;o=r.next()){if(o.value===n)return!0}}catch(e){t={error:e}}finally{try{o&&!o.done&&(i=r.return)&&i.call(r)}finally{if(t)throw t.error}}return!1},K=function(e){return"string"==typeof e},q=function(e,n,t){var i=t-n;if(e<n)e=t-(n-e)%i;else if(e>t){e=n+(e-t)%i}return e},J=function(e,n){var t,i;try{for(var r=s(e),o=r.next();!o.done;o=r.next()){var a=o.value;if(n(a))return a}}catch(e){t={error:e}}finally{try{o&&!o.done&&(i=r.return)&&i.call(r)}finally{if(t)throw t.error}}return null},Q=function(e,n){for(var t=0;t<e.length;t++)if(n(e[t]))return t;return-1},$=function(e,n,t){return(e-n)/(t-n)},ee=function(e){return window.getComputedStyle(e)||e.currentStyle},ne=function(e,n){var t=n.width,i=n.height;null!=t&&(K(t)?e.style.width=t:e.style.width=t+"px"),null!=i&&(K(i)?e.style.height=i:e.style.height=i+"px")},te=function(e,n,t){return e>=n&&e<=t},ie=function(e,n){return e>=n?e%n:e<0?Y((e+1)%n-1,n):e},re=function(e){for(var n=new Array(e),t=0;t<e;t++)n[t]=t;return n},oe=function(e){var n=e.el,t=e.horizontal,i=e.useFractionalSize,r=e.useOffset,o=e.style,a=0;if(i){var l=parseFloat(t?o.width:o.height)||0,s="border-box"===o.boxSizing,u=t?parseFloat(o.borderLeftWidth||"0")+parseFloat(o.borderRightWidth||"0"):parseFloat(o.borderTopWidth||"0")+parseFloat(o.borderBottomWidth||"0");if(s)a=r?l:l-u;else{var c=t?parseFloat(o.paddingLeft||"0")+parseFloat(o.paddingRight||"0"):parseFloat(o.paddingTop||"0")+parseFloat(o.paddingBottom||"0");a=r?l+c+u:l+c}}else{var f=t?"Width":"Height";a=r?n["offset"+f]:n["client"+f]}return Math.max(a,0)},ae=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e},le={__proto__:null,merge:z,getElement:S,checkExistence:j,clamp:L,getFlickingAttached:M,toArray:F,parseAlign:H,parseBounce:V,parseArithmeticSize:B,parseArithmeticExpression:G,parseCSSSizeValue:function(e){return K(e)?e:e+"px"},parsePanelAlign:W,getDirection:U,parseElement:X,getMinusCompensatedIndex:Y,includes:Z,isString:K,circulatePosition:q,find:J,findRight:function(e,n){for(var t=e.length-1;t>=0;t--){var i=e[t];if(n(i))return i}return null},findIndex:Q,getProgress:$,getStyle:ee,setSize:ne,isBetween:te,circulateIndex:ie,range:re,getElementSize:oe,setPrototypeOf:ae},se=function(e){function n(t,i){var r=e.call(this,t)||this;return ae(r,n.prototype),r.name="FlickingError",r.code=i,r}return r(n,e),n}(Error),ue=function(){function e(e,n){this._flicking=e,this._el=n,this._width=0,this._height=0,this._padding={left:0,right:0,top:0,bottom:0},this._isBorderBoxSizing=!1}var n=e.prototype;return Object.defineProperty(n,"element",{get:function(){return this._el},enumerable:!1,configurable:!0}),Object.defineProperty(n,"width",{get:function(){return this._width-this._padding.left-this._padding.right},enumerable:!1,configurable:!0}),Object.defineProperty(n,"height",{get:function(){return this._height-this._padding.top-this._padding.bottom},enumerable:!1,configurable:!0}),Object.defineProperty(n,"padding",{get:function(){return this._padding},enumerable:!1,configurable:!0}),n.setSize=function(e){var n=e.width,t=e.height,i=this._el,r=this._padding,o=this._isBorderBoxSizing;if(null!=n)if(K(n))i.style.width=n;else{var a=o?n+r.left+r.right:n;i.style.width=a+"px"}if(null!=t)if(K(t))i.style.height=t;else{var l=o?t+r.top+r.bottom:t;i.style.height=l+"px"}this.resize()},n.resize=function(){var e=this._el,n=ee(e),t=this._flicking.useFractionalSize;this._width=oe({el:e,horizontal:!0,useFractionalSize:t,useOffset:!1,style:n}),this._height=oe({el:e,horizontal:!1,useFractionalSize:t,useOffset:!1,style:n}),this._padding={left:n.paddingLeft?parseFloat(n.paddingLeft):0,right:n.paddingRight?parseFloat(n.paddingRight):0,top:n.paddingTop?parseFloat(n.paddingTop):0,bottom:n.paddingBottom?parseFloat(n.paddingBottom):0},this._isBorderBoxSizing="border-box"===n.boxSizing},e}(),ce=function(){function e(e){var n,t=this;this._onResize=function(){var e=t._flicking,n=e.resizeDebounce,i=e.maxResizeDebounce;n<=0?e.resize():(t._maxResizeDebounceTimer<=0&&i>0&&i>=n&&(t._maxResizeDebounceTimer=window.setTimeout(t._doScheduledResize,i)),t._resizeTimer>0&&(clearTimeout(t._resizeTimer),t._resizeTimer=0),t._resizeTimer=window.setTimeout(t._doScheduledResize,n))},this._doScheduledResize=function(){clearTimeout(t._resizeTimer),clearTimeout(t._maxResizeDebounceTimer),t._maxResizeDebounceTimer=-1,t._resizeTimer=-1,t._flicking.resize()},this._skipFirstResize=(n=!0,function(){n?n=!1:t._onResize()}),this._flicking=e,this._enabled=!1,this._resizeObserver=null,this._resizeTimer=-1,this._maxResizeDebounceTimer=-1}var n=e.prototype;return Object.defineProperty(n,"enabled",{get:function(){return this._enabled},enumerable:!1,configurable:!0}),n.enable=function(){var e=this._flicking,n=e.viewport;if(this._enabled&&this.disable(),e.useResizeObserver&&window.ResizeObserver){var t=0!==n.width||0!==n.height?new ResizeObserver(this._skipFirstResize):new ResizeObserver(this._onResize);t.observe(e.viewport.element),this._resizeObserver=t}else window.addEventListener("resize",this._onResize);return this._enabled=!0,this},n.disable=function(){if(!this._enabled)return this;var e=this._resizeObserver;return e?(e.disconnect(),this._resizeObserver=null):window.removeEventListener("resize",this._onResize),this._enabled=!1,this},e}(),fe=function(){function e(e){this._element=e,this._rendered=!0}var n=e.prototype;return Object.defineProperty(n,"element",{get:function(){return this._element},enumerable:!1,configurable:!0}),Object.defineProperty(n,"rendered",{get:function(){return this._rendered},enumerable:!1,configurable:!0}),n.show=function(e){var n=this.element,t=e.camera.element;n.parentElement!==t&&(t.appendChild(n),this._rendered=!0)},n.hide=function(e){var n=this.element,t=e.camera.element;n.parentElement===t&&(t.removeChild(n),this._rendered=!1)},e}(),he=function(){function e(e){this._flicking=e}var n=e.prototype;return Object.defineProperty(n,"element",{get:function(){return this._virtualElement.nativeElement},enumerable:!1,configurable:!0}),Object.defineProperty(n,"rendered",{get:function(){return this._virtualElement.visible},enumerable:!1,configurable:!0}),Object.defineProperty(n,"_virtualElement",{get:function(){var e=this._flicking,n=this._panel.elementIndex;return e.virtual.elements[n]},enumerable:!1,configurable:!0}),n.init=function(e){this._panel=e},n.show=function(){},n.hide=function(){},e}(),de=function(){function e(e,n){var t,i,r,o;this._flicking=e,this._renderPanel=null!==(t=null==n?void 0:n.renderPanel)&&void 0!==t?t:function(){return""},this._initialPanelCount=null!==(i=null==n?void 0:n.initialPanelCount)&&void 0!==i?i:-1,this._cache=null!==(r=null==n?void 0:n.cache)&&void 0!==r&&r,this._panelClass=null!==(o=null==n?void 0:n.panelClass)&&void 0!==o?o:N.DEFAULT_VIRTUAL,this._elements=[]}var n=e.prototype;return Object.defineProperty(n,"elements",{get:function(){return this._elements},enumerable:!1,configurable:!0}),Object.defineProperty(n,"renderPanel",{get:function(){return this._renderPanel},set:function(e){this._renderPanel=e,this._flicking.renderer.panels.forEach((function(e){return e.uncacheRenderResult()}))},enumerable:!1,configurable:!0}),Object.defineProperty(n,"initialPanelCount",{get:function(){return this._initialPanelCount},enumerable:!1,configurable:!0}),Object.defineProperty(n,"cache",{get:function(){return this._cache},set:function(e){this._cache=e},enumerable:!1,configurable:!0}),Object.defineProperty(n,"panelClass",{get:function(){return this._panelClass},set:function(e){this._panelClass=e},enumerable:!1,configurable:!0}),n.init=function(){var e=this._flicking;if(e.virtualEnabled){e.externalRenderer||e.renderExternal||this._initVirtualElements();var n=e.camera.children;this._elements=n.map((function(e){return{nativeElement:e,visible:!0}}))}},n.show=function(e){var n=this._elements[e],t=n.nativeElement;n.visible=!0,t.style.display&&(t.style.display="")},n.hide=function(e){var n=this._elements[e],t=n.nativeElement;n.visible=!1,t.style.display="none"},n.append=function(e){void 0===e&&(e=1);var n=this._flicking;return this.insert(n.panels.length,e)},n.prepend=function(e){return void 0===e&&(e=1),this.insert(0,e)},n.insert=function(e,n){return void 0===n&&(n=1),n<=0?[]:this._flicking.renderer.batchInsert({index:e,elements:re(n),hasDOMInElements:!1})},n.remove=function(e,n){return n<=0?[]:this._flicking.renderer.batchRemove({index:e,deleteCount:n,hasDOMInElements:!1})},n._initVirtualElements=function(){var e=this,n=this._flicking,t=n.camera.element,i=n.panelsPerView,r=document.createDocumentFragment();re(i+1).map((function(n){var t=document.createElement("div");return t.className=e._panelClass,t.dataset.elementIndex=n.toString(),t})).forEach((function(e){r.appendChild(e)})),t.appendChild(r)},e}(),ge={HOLD:"hold",CHANGE:"change",RELEASE:"release",ANIMATION_END:"animationEnd",FINISH:"finish"},pe="flick";!function(e){e[e.IDLE=0]="IDLE",e[e.HOLDING=1]="HOLDING",e[e.DRAGGING=2]="DRAGGING",e[e.ANIMATING=3]="ANIMATING",e[e.DISABLED=4]="DISABLED"}(f||(f={}));var _e=function(){function n(){this._delta=0,this._targetPanel=null}var t=n.prototype;return Object.defineProperty(t,"delta",{get:function(){return this._delta},enumerable:!1,configurable:!0}),Object.defineProperty(t,"targetPanel",{get:function(){return this._targetPanel},set:function(e){this._targetPanel=e},enumerable:!1,configurable:!0}),t.onEnter=function(e){this._delta=e._delta,this._targetPanel=e._targetPanel},t.onHold=function(e){},t.onChange=function(e){},t.onRelease=function(e){},t.onAnimationEnd=function(e){},t.onFinish=function(e){},t._moveToChangedPosition=function(n){var t=n.flicking,i=n.axesEvent,r=n.transitTo,o=i.delta[pe];if(o){this._delta+=o;var a=t.camera,l=a.position,s=i.pos[pe],u=t.circularEnabled?q(s,a.range.min,a.range.max):s;a.lookAt(u);var c=new e.ComponentEvent(R.MOVE,{isTrusted:i.isTrusted,holding:this.holding,direction:U(0,i.delta[pe]),axesEvent:i});t.trigger(c),c.isCanceled()&&(a.lookAt(l),r(f.DISABLED))}},n}(),ve=function(n){function t(){var e=null!==n&&n.apply(this,arguments)||this;return e.holding=!1,e.animating=!1,e}r(t,n);var i=t.prototype;return i.onEnter=function(){this._delta=0,this._targetPanel=null},i.onHold=function(n){var t=n.flicking,i=n.axesEvent,r=n.transitTo;if(t.renderer.panelCount<=0)r(f.DISABLED);else{var o=new e.ComponentEvent(R.HOLD_START,{axesEvent:i});t.trigger(o),o.isCanceled()?r(f.DISABLED):r(f.HOLDING)}},i.onChange=function(n){var t=n.flicking,i=n.axesEvent,r=n.transitTo,o=t.control.controller.animatingContext,a=new e.ComponentEvent(R.MOVE_START,{isTrusted:i.isTrusted,holding:this.holding,direction:U(o.start,o.end),axesEvent:i});t.trigger(a),a.isCanceled()?r(f.DISABLED):r(f.ANIMATING).onChange(n)},t}(_e),me=function(n){function t(){var e=null!==n&&n.apply(this,arguments)||this;return e.holding=!0,e.animating=!1,e._releaseEvent=null,e}r(t,n);var i=t.prototype;return i.onChange=function(n){var t=n.flicking,i=n.axesEvent,r=n.transitTo,o=i.inputEvent,a=t.horizontal?o.offsetX:o.offsetY,l=new e.ComponentEvent(R.MOVE_START,{isTrusted:i.isTrusted,holding:this.holding,direction:U(0,-a),axesEvent:i});t.trigger(l),l.isCanceled()?r(f.DISABLED):r(f.DRAGGING).onChange(n)},i.onRelease=function(n){var t=n.flicking,i=n.axesEvent,r=n.transitTo;if(t.trigger(new e.ComponentEvent(R.HOLD_END,{axesEvent:i})),0!==i.delta.flick)return i.setTo({flick:t.camera.position},0),void r(f.IDLE);this._releaseEvent=i},i.onFinish=function(n){var t,i,r=n.flicking;if((0,n.transitTo)(f.IDLE),this._releaseEvent){var o,a=this._releaseEvent.inputEvent.srcEvent;if("touchend"===a.type){var l=a.changedTouches[0];o=document.elementFromPoint(l.clientX,l.clientY)}else o=a.target;var u=r.renderer.panels,c=null;try{for(var h=s(u),d=h.next();!d.done;d=h.next()){var g=d.value;if(g.contains(o)){c=g;break}}}catch(e){t={error:e}}finally{try{d&&!d.done&&(i=h.return)&&i.call(h)}finally{if(t)throw t.error}}if(c){var p=r.camera.position,_=c.position;r.trigger(new e.ComponentEvent(R.SELECT,{index:c.index,panel:c,direction:U(p,_)}))}}},t}(_e),be=function(n){function t(){var e=null!==n&&n.apply(this,arguments)||this;return e.holding=!0,e.animating=!0,e}r(t,n);var i=t.prototype;return i.onChange=function(e){this._moveToChangedPosition(e)},i.onRelease=function(n){var t,i=n.flicking,r=n.axesEvent,o=n.transitTo;if(i.trigger(new e.ComponentEvent(R.HOLD_END,{axesEvent:r})),i.renderer.panelCount<=0)o(f.IDLE);else{o(f.ANIMATING);var a=i.control,l=r.destPos[pe],s=Math.max(r.duration,i.duration);try{a.moveToPosition(l,s,r)}catch(e){o(f.IDLE),r.setTo(((t={})[pe]=i.camera.position,t),0)}}},t}(_e),Pe=function(n){function t(){var e=null!==n&&n.apply(this,arguments)||this;return e.holding=!1,e.animating=!0,e}r(t,n);var i=t.prototype;return i.onHold=function(n){var t=n.flicking,i=n.axesEvent,r=n.transitTo,o=this._targetPanel,a=t.control;this._delta=0,t.control.updateInput(),t.changeOnHold&&o&&a.setActive(o,a.activePanel,i.isTrusted);var l=new e.ComponentEvent(R.HOLD_START,{axesEvent:i});t.trigger(l),l.isCanceled()?r(f.DISABLED):r(f.DRAGGING)},i.onChange=function(e){this._moveToChangedPosition(e)},i.onFinish=function(n){var t=n.flicking,i=n.axesEvent,r=n.transitTo,o=t.control,a=o.controller.animatingContext;r(f.IDLE),t.trigger(new e.ComponentEvent(R.MOVE_END,{isTrusted:i.isTrusted,direction:U(a.start,a.end),axesEvent:i}));var l=this._targetPanel;l&&o.setActive(l,o.activePanel,i.isTrusted)},t}(_e),Ee=function(e){function n(){var n=null!==e&&e.apply(this,arguments)||this;return n.holding=!1,n.animating=!0,n}r(n,e);var t=n.prototype;return t.onAnimationEnd=function(e){(0,e.transitTo)(f.IDLE)},t.onChange=function(e){var n=e.axesEvent,t=e.transitTo;n.stop(),t(f.IDLE)},t.onRelease=function(e){var n=e.axesEvent,t=e.transitTo;0===n.delta.flick&&t(f.IDLE)},n}(_e),Oe=function(){function e(){var e=this;this.transitTo=function(n){var t;switch(n){case f.IDLE:t=new ve;break;case f.HOLDING:t=new me;break;case f.DRAGGING:t=new be;break;case f.ANIMATING:t=new Pe;break;case f.DISABLED:t=new Ee}return t.onEnter(e._state),e._state=t,e._state},this._state=new ve}var n=e.prototype;return Object.defineProperty(n,"state",{get:function(){return this._state},enumerable:!1,configurable:!0}),n.fire=function(e,n){var t=this._state,i=o(o({},n),{transitTo:this.transitTo});switch(e){case ge.HOLD:t.onHold(i);break;case ge.CHANGE:t.onChange(i);break;case ge.RELEASE:t.onRelease(i);break;case ge.ANIMATION_END:t.onAnimationEnd(i);break;case ge.FINISH:t.onFinish(i)}},e}(),ye=function(){function e(){var e=this;this._onAxesHold=function(){e._dragged=!1},this._onAxesChange=function(){var n;e._dragged=!!(null===(n=e._panInput)||void 0===n?void 0:n.isEnabled())},this._preventClickWhenDragged=function(n){e._dragged&&(n.preventDefault(),n.stopPropagation()),e._dragged=!1},this._resetInternalValues(),this._stateMachine=new Oe}var t=e.prototype;return Object.defineProperty(t,"axes",{get:function(){return this._axes},enumerable:!1,configurable:!0}),Object.defineProperty(t,"panInput",{get:function(){return this._panInput},enumerable:!1,configurable:!0}),Object.defineProperty(t,"stateMachine",{get:function(){return this._stateMachine},enumerable:!1,configurable:!0}),Object.defineProperty(t,"state",{get:function(){return this._stateMachine.state},enumerable:!1,configurable:!0}),Object.defineProperty(t,"animatingContext",{get:function(){return this._animatingContext},enumerable:!1,configurable:!0}),Object.defineProperty(t,"controlParams",{get:function(){var e=this._axes;if(!e)return{range:{min:0,max:0},position:0,circular:!1};var n=e.axis[pe];return{range:{min:n.range[0],max:n.range[1]},circular:n.circular[0],position:this.position}},enumerable:!1,configurable:!0}),Object.defineProperty(t,"enabled",{get:function(){var e,n;return null!==(n=null===(e=this._panInput)||void 0===e?void 0:e.isEnabled())&&void 0!==n&&n},enumerable:!1,configurable:!0}),Object.defineProperty(t,"position",{get:function(){var e,n;return null!==(n=null===(e=this._axes)||void 0===e?void 0:e.get([pe])[pe])&&void 0!==n?n:0},enumerable:!1,configurable:!0}),Object.defineProperty(t,"range",{get:function(){var e,n;return null!==(n=null===(e=this._axes)||void 0===e?void 0:e.axis[pe].range)&&void 0!==n?n:[0,0]},enumerable:!1,configurable:!0}),Object.defineProperty(t,"bounce",{get:function(){var e;return null===(e=this._axes)||void 0===e?void 0:e.axis[pe].bounce},enumerable:!1,configurable:!0}),t.init=function(e){var t,i=this;this._flicking=e,this._axes=new n(((t={})[pe]={range:[0,0],circular:!1,bounce:[0,0]},t),{deceleration:e.deceleration,interruptable:e.interruptable,nested:e.nested,easing:e.easing}),this._panInput=new n.PanInput(e.viewport.element,{inputType:e.inputType,threshold:1,iOSEdgeSwipeThreshold:e.iOSEdgeSwipeThreshold,preventDefaultOnDrag:e.preventDefaultOnDrag,scale:e.horizontal?[e.camera.panelOrder===k.RTL?1:-1,0]:[0,-1],releaseOnScroll:!0});var r=this._axes;r.connect(e.horizontal?[pe,""]:["",pe],this._panInput);var o=function(n){var t=ge[n];r.on(t,(function(n){i._stateMachine.fire(t,{flicking:e,axesEvent:n})}))};for(var a in ge)o(a);return this},t.destroy=function(){var e;this._axes&&(this.removePreventClickHandler(),this._axes.destroy()),null===(e=this._panInput)||void 0===e||e.destroy(),this._resetInternalValues()},t.enable=function(){var e;return null===(e=this._panInput)||void 0===e||e.enable(),this},t.disable=function(){var e;return null===(e=this._panInput)||void 0===e||e.disable(),this},t.release=function(){var e;return null===(e=this._panInput)||void 0===e||e.release(),this},t.updateAnimation=function(e,n){var t,i;return this._animatingContext=o(o({},this._animatingContext),{end:e}),null===(i=this._axes)||void 0===i||i.updateAnimation({destPos:(t={},t[pe]=e,t),duration:n}),this},t.stopAnimation=function(){var e;return null===(e=this._axes)||void 0===e||e.stopAnimation(),this},t.update=function(e){var n,t=M(this._flicking),i=t.camera,r=this._axes,o=r.axis[pe];return o.circular=[e.circular,e.circular],o.range=[e.range.min,e.range.max],o.bounce=V(t.bounce,i.size),r.axisManager.set(((n={})[pe]=e.position,n)),this},t.addPreventClickHandler=function(){var e=M(this._flicking),n=this._axes,t=e.camera.element;return n.on(ge.HOLD,this._onAxesHold),n.on(ge.CHANGE,this._onAxesChange),t.addEventListener("click",this._preventClickWhenDragged,!0),this},t.removePreventClickHandler=function(){var e=M(this._flicking),n=this._axes,t=e.camera.element;return n.off(ge.HOLD,this._onAxesHold),n.off(ge.CHANGE,this._onAxesChange),t.removeEventListener("click",this._preventClickWhenDragged,!0),this},t.animateTo=function(e,n,t){var i,r=this,o=this._axes,a=this._stateMachine.state;if(!o)return Promise.reject(new se(_,h.NOT_ATTACHED_TO_FLICKING));var l=o.get([pe])[pe];if(l===e){var s=M(this._flicking);return s.camera.lookAt(e),a.targetPanel&&s.control.setActive(a.targetPanel,s.control.activePanel,null!==(i=null==t?void 0:t.isTrusted)&&void 0!==i&&i),Promise.resolve()}this._animatingContext={start:l,end:e,offset:0};return new Promise((function(i,a){var l=function(){o.off(ge.HOLD,s),i()},s=function(){o.off(ge.FINISH,l),a(new se(O,h.ANIMATION_INTERRUPTED))};o.once(ge.FINISH,l),o.once(ge.HOLD,s),function(){var i,a;o.once(ge.FINISH,(function(){r._animatingContext={start:0,end:0,offset:0}})),t?t.setTo(((i={})[pe]=e,i),n):o.setTo(((a={})[pe]=e,a),n)}()}))},t.updateDirection=function(){var e=M(this._flicking),n=this._axes,t=this._panInput;n.disconnect(t),n.connect(e.horizontal?[pe,""]:["",pe],t),t.options.scale=e.horizontal?[e.camera.panelOrder===k.RTL?1:-1,0]:[0,-1]},t._resetInternalValues=function(){this._flicking=null,this._axes=null,this._panInput=null,this._animatingContext={start:0,end:0,offset:0},this._dragged=!1},e}(),xe=function(){function n(){this._flicking=null,this._controller=new ye,this._activePanel=null}var t=n.prototype;return Object.defineProperty(t,"controller",{get:function(){return this._controller},enumerable:!1,configurable:!0}),Object.defineProperty(t,"activeIndex",{get:function(){var e,n;return null!==(n=null===(e=this._activePanel)||void 0===e?void 0:e.index)&&void 0!==n?n:-1},enumerable:!1,configurable:!0}),Object.defineProperty(t,"activePanel",{get:function(){return this._activePanel},enumerable:!1,configurable:!0}),Object.defineProperty(t,"animating",{get:function(){return this._controller.state.animating},enumerable:!1,configurable:!0}),Object.defineProperty(t,"holding",{get:function(){return this._controller.state.holding},enumerable:!1,configurable:!0}),t.init=function(e){return this._flicking=e,this._controller.init(e),this},t.destroy=function(){this._controller.destroy(),this._flicking=null,this._activePanel=null},t.enable=function(){return this._controller.enable(),this},t.disable=function(){return this._controller.disable(),this},t.release=function(){return this._controller.release(),this},t.updateAnimation=function(e,n,t){var i=this._controller.state,r=this._getPosition(e,null!=t?t:A.NONE);return i.targetPanel=e,this._controller.updateAnimation(r,n),this},t.stopAnimation=function(){return this._controller.state.targetPanel=null,this._controller.stopAnimation(),this},t.updatePosition=function(e){var n=M(this._flicking).camera,t=this._activePanel;t&&n.lookAt(n.clampToReachablePosition(t.position))},t.updateInput=function(){var e=M(this._flicking).camera;return this._controller.update(e.controlParams),this},t.resetActive=function(){return this._activePanel=null,this},t.moveToPanel=function(e,n){var t=n.duration,i=n.direction,r=void 0===i?A.NONE:i,o=n.axesEvent;return a(this,void 0,void 0,(function(){var n;return l(this,(function(i){return n=this._getPosition(e,r),this._triggerIndexChangeEvent(e,e.position,o,r),[2,this._animateToPosition({position:n,duration:t,newActivePanel:e,axesEvent:o})]}))}))},t.setActive=function(n,t,i){var r,o=M(this._flicking);this._activePanel=n,this._nextPanel=null,o.camera.updateAdaptiveHeight(),n!==t?o.trigger(new e.ComponentEvent(R.CHANGED,{index:n.index,panel:n,prevIndex:null!==(r=null==t?void 0:t.index)&&void 0!==r?r:-1,prevPanel:t,isTrusted:i,direction:t?U(t.position,n.position):A.NONE})):o.trigger(new e.ComponentEvent(R.RESTORED,{isTrusted:i}))},t.copy=function(e){this._flicking=e._flicking,this._activePanel=e._activePanel,this._controller=e._controller},t._triggerIndexChangeEvent=function(n,t,i,r){var o,a=M(this._flicking),l=n!==this._activePanel?R.WILL_CHANGE:R.WILL_RESTORE,s=a.camera,u=this._activePanel,c=new e.ComponentEvent(l,{index:n.index,panel:n,isTrusted:(null==i?void 0:i.isTrusted)||!1,direction:null!=r?r:U(null!==(o=null==u?void 0:u.position)&&void 0!==o?o:s.position,t)});if(this._nextPanel=n,a.trigger(c),c.isCanceled())throw new se(E,h.STOP_CALLED_BY_USER)},t._animateToPosition=function(e){var n=e.position,t=e.duration,i=e.newActivePanel,r=e.axesEvent;return a(this,void 0,void 0,(function(){var e,o,s=this;return l(this,(function(u){return e=M(this._flicking),o=function(){return s._controller.animateTo(n,t,r)},this._controller.state.targetPanel=i,t<=0?[2,o()]:[2,o().then((function(){return a(s,void 0,void 0,(function(){return l(this,(function(n){switch(n.label){case 0:return[4,e.renderer.render()];case 1:return n.sent(),[2]}}))}))})).catch((function(e){if(!(r&&e instanceof se&&e.code===h.ANIMATION_INTERRUPTED))throw e}))]}))}))},t._getPosition=function(e,n){void 0===n&&(n=A.NONE);var t=M(this._flicking),i=t.camera,r=e.position,o=i.findNearestAnchor(r);if(e.removed||!o)throw new se(b(e.position),h.POSITION_NOT_REACHABLE);if(i.canReach(e)){if(t.circularEnabled){var a=this._controller.position,l=i.rangeDiff,s=[r,r+l,r-l].filter((function(e){return n===A.NONE||(n===A.PREV?e<=a:e>=a)}));r=s.reduce((function(e,n){return Math.abs(a-n)<Math.abs(a-e)?n:e}),1/0)}}else r=o.position,e=o.panel;return r},n}(),Te=function(){function e(e){var n=e.index,t=e.position,i=e.panel;this._index=n,this._pos=t,this._panel=i}var n=e.prototype;return Object.defineProperty(n,"index",{get:function(){return this._index},enumerable:!1,configurable:!0}),Object.defineProperty(n,"position",{get:function(){return this._pos},enumerable:!1,configurable:!0}),Object.defineProperty(n,"panel",{get:function(){return this._panel},enumerable:!1,configurable:!0}),e}(),Re=function(e){function n(n){var t=(void 0===n?{}:n).count,i=void 0===t?1/0:t,r=e.call(this)||this;return r._count=i,r}r(n,e);var t=n.prototype;return Object.defineProperty(t,"count",{get:function(){return this._count},set:function(e){this._count=e},enumerable:!1,configurable:!0}),t.moveToPosition=function(e,n,t){var i=M(this._flicking),r=i.camera,o=r.findActiveAnchor(),a=r.findNearestAnchor(r.position),l=this._controller.state;if(!o||!a)return Promise.reject(new se(b(e),h.POSITION_NOT_REACHABLE));var s,u=this._calcSnapThreshold(i.threshold,e,o),c=i.animating?l.delta:e-r.position,f=Math.abs(c),d=t&&0!==t.delta[pe]?Math.abs(t.delta[pe]):f;if(d>=u&&d>0)s=this._findSnappedAnchor(e,a);else{if(!(f>=i.threshold&&f>0))return this.moveToPanel(a.panel,{duration:n,axesEvent:t});s=this._findAdjacentAnchor(e,c,a)}return this._triggerIndexChangeEvent(s.panel,e,t),this._animateToPosition({position:r.clampToReachablePosition(s.position),duration:n,newActivePanel:s.panel,axesEvent:t})},t._findSnappedAnchor=function(e,n){var t=M(this._flicking),i=t.camera,r=this._count,o=i.position,a=i.clampToReachablePosition(e),l=i.findAnchorIncludePosition(a);if(!n||!l)throw new se(b(e),h.POSITION_NOT_REACHABLE);if(!isFinite(r))return l;var s=t.panelCount,u=i.anchorPoints,c=Math.sign(e-o)*Math.floor(Math.abs(e-o)/i.rangeDiff);e>o&&l.index<n.index||l.position>n.position&&l.index===n.index?c+=1:(e<o&&l.index>n.index||l.position<n.position&&l.index===n.index)&&(c-=1);var f=c*s,d=l.index+f;if(Math.abs(d-n.index)<=r){var g=u[l.index];return new Te({index:g.index,position:g.position+c*i.rangeDiff,panel:g.panel})}if(t.circularEnabled){var p=u[ie(n.index+Math.sign(e-o)*r,s)],_=Math.floor(r/s);return e>o&&p.index<n.index?_+=1:e<o&&p.index>n.index&&(_-=1),new Te({index:p.index,position:p.position+_*i.rangeDiff,panel:p.panel})}return u[L(n.index+Math.sign(e-o)*r,0,u.length-1)]},t._findAdjacentAnchor=function(e,n,t){var i,r=M(this._flicking).camera;if(r.circularEnabled){var o=r.findAnchorIncludePosition(e);if(o&&o.position!==t.position)return o}return null!==(i=n>0?r.getNextAnchor(t):r.getPrevAnchor(t))&&void 0!==i?i:t},t._calcSnapThreshold=function(e,n,t){var i=n>t.position,r=t.panel,o=r.size,a=r.alignPosition;return Math.max(e,i?o-a+r.margin.next:a+r.margin.prev)},n}(xe),Ie=function(e){function n(n){var t=(void 0===n?{}:n).stopAtEdge,i=void 0===t||t,r=e.call(this)||this;return r._stopAtEdge=i,r}r(n,e);var t=n.prototype;return Object.defineProperty(t,"stopAtEdge",{get:function(){return this._stopAtEdge},set:function(e){this._stopAtEdge=e},enumerable:!1,configurable:!0}),t.updatePosition=function(e){var n=M(this._flicking).camera,t=this._activePanel;if(t){var i=t.range,r=i.min+(i.max-i.min)*e;n.lookAt(n.clampToReachablePosition(r))}},t.moveToPosition=function(e,n,t){var i=M(this._flicking).camera,r=i.clampToReachablePosition(e),o=i.findAnchorIncludePosition(r);if(!o)return Promise.reject(new se(b(e),h.POSITION_NOT_REACHABLE));var a=o.panel;return a!==this._activePanel&&this._triggerIndexChangeEvent(a,e,t),this._animateToPosition({position:this._stopAtEdge?r:e,duration:n,newActivePanel:a,axesEvent:t})},n}(xe),Ae=function(e){function n(n){var t=(void 0===n?{}:n).count,i=void 0===t?1:t,r=e.call(this)||this;return r.setActive=function(n,t,i){e.prototype.setActive.call(r,n,t,i),r.updateInput()},r._count=i,r._resetIndexRange(),r}r(n,e);var t=n.prototype;return Object.defineProperty(t,"count",{get:function(){return this._count},set:function(e){this._count=e},enumerable:!1,configurable:!0}),t.destroy=function(){e.prototype.destroy.call(this),this._resetIndexRange()},t.updateInput=function(){var e,n=M(this._flicking),t=n.camera,i=n.renderer,r=this._controller,o=t.controlParams,a=this._count,l=r.state.animating?null===(e=t.findNearestAnchor(t.position))||void 0===e?void 0:e.panel:this._activePanel;if(!l)return r.update(o),this._resetIndexRange(),this;var s=o.range,u=l.position,c=l.index,f=i.panelCount,h=c-a,d=c+a;h<0&&(h=n.circularEnabled?Y((h+1)%f-1,f):L(h,0,f-1)),d>=f&&(d=n.circularEnabled?d%f:L(d,0,f-1));var g=i.panels[h],p=i.panels[d],_=Math.max(g.position,s.min),v=Math.min(p.position,s.max);return _>u&&(_-=t.rangeDiff),v<u&&(v+=t.rangeDiff),o.range={min:_,max:v},o.circular&&(o.position<_&&(o.position+=t.rangeDiff),o.position>v&&(o.position-=t.rangeDiff)),o.circular=!1,r.update(o),this._indexRange={min:g.index,max:p.index},this},t.moveToPanel=function(n,t){return a(this,void 0,void 0,(function(){var i,r;return l(this,(function(o){return i=M(this._flicking),r=i.camera,this._controller.update(r.controlParams),[2,e.prototype.moveToPanel.call(this,n,t)]}))}))},t.moveToPosition=function(e,n,t){var i,r=M(this._flicking),o=r.camera,a=null!==(i=this._nextPanel)&&void 0!==i?i:this._activePanel,l=this._controller.range,s=this._indexRange,u=o.range,c=this._controller.state,f=L(o.clampToReachablePosition(e),l[0],l[1]),d=o.findAnchorIncludePosition(f);if(!d||!a)return Promise.reject(new se(b(e),h.POSITION_NOT_REACHABLE));var g,p,_=a.position,v=r.animating?c.delta:e-o.position,m=Math.abs(v)>=r.threshold,P=e>_?o.getNextAnchor(d):o.getPrevAnchor(d),E=o.anchorPoints,O=E[0],y=E[E.length-1],x=e<=u.min&&te(O.panel.index,s.min,s.max),T=e>=u.max&&te(y.panel.index,s.min,s.max),R=P&&(s.min<=s.max?te(P.index,s.min,s.max):P.index>=s.min||P.index<=s.max);if(x||T){var I=e<u.min?O:y;p=I.panel,g=I.position}else if(m&&d.position!==a.position)p=d.panel,g=d.position;else{if(!m||!R){var A=o.findNearestAnchor(o.position);return A?this.moveToPanel(A.panel,{duration:n,axesEvent:t}):Promise.reject(new se(b(e),h.POSITION_NOT_REACHABLE))}p=P.panel,g=P.position}return this._triggerIndexChangeEvent(p,e,t),this._animateToPosition({position:g,duration:n,newActivePanel:p,axesEvent:t})},t._resetIndexRange=function(){this._indexRange={min:0,max:0}},n}(xe),we={__proto__:null,Control:xe,SnapControl:Re,FreeControl:Ie,StrictControl:Ae,AxesController:ye,State:_e,IdleState:ve,HoldingState:me,DraggingState:be,AnimatingState:Pe,DisabledState:Ee,StateMachine:Oe},Ne=function(){function e(e){this._flicking=e}var n=e.prototype;return n.getAnchors=function(){return this._flicking.renderer.panels.map((function(e,n){return new Te({index:n,position:e.position,panel:e})}))},n.findAnchorIncludePosition=function(e){return this._flicking.camera.anchorPoints.filter((function(n){return n.panel.includePosition(e,!0)})).reduce((function(n,t){return n&&Math.abs(n.position-e)<Math.abs(t.position-e)?n:t}),null)},n.findNearestAnchor=function(e){var n=this._flicking.camera.anchorPoints;if(n.length<=0)return null;for(var t=1/0,i=0;i<n.length;i++){var r=n[i],o=Math.abs(r.position-e);if(o>t)return n[i-1];t=o}return n[n.length-1]},n.clampToReachablePosition=function(e){var n=this._flicking.camera.range;return L(e,n.min,n.max)},n.getCircularOffset=function(){return 0},n.canReach=function(e){var n=this._flicking.camera.range;if(e.removed)return!1;var t=e.position;return t>=n.min&&t<=n.max},n.canSee=function(e){var n=this._flicking.camera.visibleRange;return e.isVisibleOnRange(n.min,n.max)},e}(),Ce=function(e){function n(){return null!==e&&e.apply(this,arguments)||this}r(n,e);var t=n.prototype;return t.checkAvailability=function(){return!0},t.getRange=function(){var e,n,t=this._flicking.renderer,i=t.getPanel(0),r=t.getPanel(t.panelCount-1);return{min:null!==(e=null==i?void 0:i.position)&&void 0!==e?e:0,max:null!==(n=null==r?void 0:r.position)&&void 0!==n?n:0}},n}(Ne),ke=function(e){function n(){return null!==e&&e.apply(this,arguments)||this}r(n,e);var t=n.prototype;return t.checkAvailability=function(){var e=this._flicking,n=e.renderer.panels;if(n.length<=0)return!1;var t=n[0],i=n[n.length-1],r=t.range.min-t.margin.prev,o=i.range.max+i.margin.next,a=e.camera.size,l=o-r;return n.every((function(e){return l-e.size>=a}))},t.getRange=function(){var e=this._flicking.renderer.panels;if(e.length<=0)return{min:0,max:0};var n=e[0],t=e[e.length-1];return{min:n.range.min-n.margin.prev,max:t.range.max+t.margin.next}},t.getAnchors=function(){return this._flicking.renderer.panels.map((function(e,n){return new Te({index:n,position:e.position,panel:e})}))},t.findNearestAnchor=function(e){var n=this._flicking.camera,t=n.anchorPoints;if(t.length<=0)return null;for(var i=n.range,r=1/0,o=-1,a=0;a<t.length;a++){var l=t[a],s=Math.min(Math.abs(l.position-e),Math.abs(l.position-i.min+i.max-e),Math.abs(e-i.min+i.max-l.position));s<r&&(r=s,o=a)}return t[o]},t.findAnchorIncludePosition=function(n){var t=this._flicking.camera,i=t.range,r=t.anchorPoints,o=t.rangeDiff,a=r.length,l=q(n,i.min,i.max),s=e.prototype.findAnchorIncludePosition.call(this,l);if(a>0&&(n===i.min||n===i.max)){var u=[s,new Te({index:0,position:r[0].position+o,panel:r[0].panel}),new Te({index:a-1,position:r[a-1].position-o,panel:r[a-1].panel})].filter((function(e){return!!e}));s=u.reduce((function(e,t){return e&&Math.abs(e.position-n)<Math.abs(t.position-n)?e:t}),null)}if(!s)return null;if(n<i.min){var c=-Math.floor((i.min-n)/o)-1;return new Te({index:s.index,position:s.position+o*c,panel:s.panel})}if(n>i.max){c=Math.floor((n-i.max)/o)+1;return new Te({index:s.index,position:s.position+o*c,panel:s.panel})}return s},t.getCircularOffset=function(){var e=this._flicking;if(!e.camera.circularEnabled)return 0;var n=e.panels.filter((function(e){return e.toggled})),t=n.filter((function(e){return e.toggleDirection===A.PREV})),i=n.filter((function(e){return e.toggleDirection===A.NEXT}));return this._calcPanelAreaSum(t)-this._calcPanelAreaSum(i)},t.clampToReachablePosition=function(e){return e},t.canReach=function(e){return!e.removed},t.canSee=function(n){var t=this._flicking.camera,i=t.range,r=t.rangeDiff,o=t.visibleRange,a=e.prototype.canSee.call(this,n);return o.min<i.min?a||n.isVisibleOnRange(o.min+r,o.max+r):o.max>i.max?a||n.isVisibleOnRange(o.min-r,o.max-r):a},t._calcPanelAreaSum=function(e){return e.reduce((function(e,n){return e+n.sizeIncludingMargin}),0)},n}(Ne),De=function(e){function n(){return null!==e&&e.apply(this,arguments)||this}r(n,e);var t=n.prototype;return t.checkAvailability=function(){var e=this._flicking,n=e.renderer,t=n.getPanel(0),i=n.getPanel(n.panelCount-1);if(!t||!i)return!1;var r=e.camera.size,o=t.range.min;return r<i.range.max-o},t.getRange=function(){var e=this._flicking,n=e.renderer,t=e.camera.alignPosition,i=n.getPanel(0),r=n.getPanel(n.panelCount-1);if(!i||!r)return{min:0,max:0};var o=e.camera.size,a=i.range.min,l=r.range.max,s=a+t,u=l-o+t;if(o<l-a)return{min:s,max:u};var c=e.camera.align,f="object"==typeof c?c.camera:c,h=s+H(f,u-s);return{min:h,max:h}},t.getAnchors=function(){var e=this._flicking,n=e.camera,t=e.renderer.panels;if(t.length<=0)return[];var i=e.camera.range,r=t.filter((function(e){return n.canReach(e)}));if(r.length>0){var o=r[0].position!==i.min,a=r[r.length-1].position!==i.max,l=o?1:0,s=r.map((function(e,n){return new Te({index:n+l,position:e.position,panel:e})}));return o&&s.splice(0,0,new Te({index:0,position:i.min,panel:t[r[0].index-1]})),a&&s.push(new Te({index:s.length,position:i.max,panel:t[r[r.length-1].index+1]})),s}if(i.min!==i.max){var u=this._findNearestPanel(i.min,t),c=u.index===t.length-1?u.prev():u,f=c.next();return[new Te({index:0,position:i.min,panel:c}),new Te({index:1,position:i.max,panel:f})]}return[new Te({index:0,position:i.min,panel:this._findNearestPanel(i.min,t)})]},t.findAnchorIncludePosition=function(n){var t=this._flicking.camera,i=t.range,r=t.anchorPoints;return r.length<=0?null:n<=i.min?r[0]:n>=i.max?r[r.length-1]:e.prototype.findAnchorIncludePosition.call(this,n)},t._findNearestPanel=function(e,n){for(var t=1/0,i=0;i<n.length;i++){var r=n[i],o=Math.abs(r.position-e);if(o>t)return n[i-1];t=o}return n[n.length-1]},n}(Ne),ze=function(){function n(e,n){var t=this,i=(void 0===n?{}:n).align,r=void 0===i?I.CENTER:i;this._checkTranslateSupport=function(){var e,n,i=document.documentElement.style,r="";try{for(var o=s(["webkitTransform","msTransform","MozTransform","OTransform","transform"]),a=o.next();!a.done;a=o.next()){var l=a.value;l in i&&(r=l)}}catch(n){e={error:n}}finally{try{a&&!a.done&&(n=o.return)&&n.call(o)}finally{if(e)throw e.error}}if(!r)throw new se(P,h.TRANSFORM_NOT_SUPPORTED);t._transform=r},this._flicking=e,this._resetInternalValues(),this._align=r}var t=n.prototype;return Object.defineProperty(t,"element",{get:function(){return this._el},enumerable:!1,configurable:!0}),Object.defineProperty(t,"children",{get:function(){return F(this._el.children)},enumerable:!1,configurable:!0}),Object.defineProperty(t,"position",{get:function(){return this._position},enumerable:!1,configurable:!0}),Object.defineProperty(t,"alignPosition",{get:function(){return this._alignPos},enumerable:!1,configurable:!0}),Object.defineProperty(t,"offset",{get:function(){return this._offset-this._circularOffset},enumerable:!1,configurable:!0}),Object.defineProperty(t,"circularEnabled",{get:function(){return this._circularEnabled},enumerable:!1,configurable:!0}),Object.defineProperty(t,"mode",{get:function(){return this._mode},enumerable:!1,configurable:!0}),Object.defineProperty(t,"range",{get:function(){return this._range},enumerable:!1,configurable:!0}),Object.defineProperty(t,"rangeDiff",{get:function(){return this._range.max-this._range.min},enumerable:!1,configurable:!0}),Object.defineProperty(t,"visiblePanels",{get:function(){return this._visiblePanels},enumerable:!1,configurable:!0}),Object.defineProperty(t,"visibleRange",{get:function(){return{min:this._position-this._alignPos,max:this._position-this._alignPos+this.size}},enumerable:!1,configurable:!0}),Object.defineProperty(t,"anchorPoints",{get:function(){return this._anchors},enumerable:!1,configurable:!0}),Object.defineProperty(t,"controlParams",{get:function(){return{range:this._range,position:this._position,circular:this._circularEnabled}},enumerable:!1,configurable:!0}),Object.defineProperty(t,"atEdge",{get:function(){return this._position<=this._range.min||this._position>=this._range.max},enumerable:!1,configurable:!0}),Object.defineProperty(t,"size",{get:function(){var e=this._flicking;return e?e.horizontal?e.viewport.width:e.viewport.height:0},enumerable:!1,configurable:!0}),Object.defineProperty(t,"progress",{get:function(){var e=this._flicking,n=this._position+this._offset,t=this.findNearestAnchor(this._position);if(!e||!t)return NaN;var i=t.panel,r=i.position+i.offset,o=e.control.controller.bounce,a=this.range,l=a.min,s=a.max,u=this.rangeDiff;if(n===r)return i.index;if(n<r){var c=i.prev(),f=c?c.position+c.offset:l-o[0];return f>r&&(f-=u),i.index-1+$(n,f,r)}var h=i.next(),d=h?h.position+h.offset:s+o[1];return d<r&&(d+=u),i.index+$(n,r,d)},enumerable:!1,configurable:!0}),Object.defineProperty(t,"panelOrder",{get:function(){return this._panelOrder},enumerable:!1,configurable:!0}),Object.defineProperty(t,"align",{get:function(){return this._align},set:function(e){this._align=e},enumerable:!1,configurable:!0}),t.init=function(){var e=this._flicking.viewport.element;return j(e.firstElementChild,"First element child of the viewport element"),this._el=e.firstElementChild,this._checkTranslateSupport(),this._updateMode(),this.updatePanelOrder(),this},t.destroy=function(){return this._resetInternalValues(),this},t.lookAt=function(e){var n=this,t=M(this._flicking),i=this._position;this._position=e;var r=this._togglePanels(i,e);this._refreshVisiblePanels(),this._checkNeedPanel(),this._checkReachEnd(i,e),r?t.renderer.render().then((function(){n.updateOffset()})):this.applyTransform()},t.getPrevAnchor=function(e){if(this._circularEnabled&&0===e.index){var n=this._anchors,t=this.rangeDiff,i=n[n.length-1];return new Te({index:i.index,position:i.position-t,panel:i.panel})}return this._anchors[e.index-1]||null},t.getNextAnchor=function(e){var n=this._anchors;if(this._circularEnabled&&e.index===n.length-1){var t=this.rangeDiff,i=n[0];return new Te({index:i.index,position:i.position+t,panel:i.panel})}return n[e.index+1]||null},t.getProgressInPanel=function(e){var n=e.range;return(this._position-n.min)/(n.max-n.min)},t.findAnchorIncludePosition=function(e){return this._mode.findAnchorIncludePosition(e)},t.findNearestAnchor=function(e){return this._mode.findNearestAnchor(e)},t.findActiveAnchor=function(){var e,n=M(this._flicking).control.activePanel;return n?null!==(e=J(this._anchors,(function(e){return e.panel.index===n.index})))&&void 0!==e?e:this.findNearestAnchor(n.position):null},t.clampToReachablePosition=function(e){return this._mode.clampToReachablePosition(e)},t.canReach=function(e){return this._mode.canReach(e)},t.canSee=function(e){return this._mode.canSee(e)},t.updateRange=function(){var e=M(this._flicking).renderer.panels;return this._updateMode(),this._range=this._mode.getRange(),e.forEach((function(e){return e.updateCircularToggleDirection()})),this},t.updateAlignPos=function(){var e=this._align,n="object"==typeof e?e.camera:e;return this._alignPos=H(n,this.size),this},t.updateAnchors=function(){return this._anchors=this._mode.getAnchors(),this},t.updateAdaptiveHeight=function(){var e=M(this._flicking),n=e.control.activePanel;e.horizontal&&e.adaptive&&n&&e.viewport.setSize({height:n.height})},t.updateOffset=function(){var e=M(this._flicking),n=this._position,t=e.panels.filter((function(e){return!e.rendered}));return this._offset=t.filter((function(e){return e.position+e.offset<n})).reduce((function(e,n){return e+n.sizeIncludingMargin}),0),this._circularOffset=this._mode.getCircularOffset(),this.applyTransform(),this},t.updatePanelOrder=function(){var e=M(this._flicking);if(!e.horizontal)return this;var n=this._el,t=ee(n).direction;return t!==this._panelOrder&&(this._panelOrder=t===k.RTL?k.RTL:k.LTR,e.initialized&&e.control.controller.updateDirection()),this},t.resetNeedPanelHistory=function(){return this._needPanelTriggered={prev:!1,next:!1},this},t.applyTransform=function(){var e=this._el,n=M(this._flicking);if(n.renderer.rendering||!n.initialized)return this;var t=this._position-this._alignPos-this._offset+this._circularOffset;return e.style[this._transform]=n.horizontal?"translate("+(this._panelOrder===k.RTL?t:-t)+"px)":"translate(0, "+-t+"px)",this},t._resetInternalValues=function(){this._position=0,this._alignPos=0,this._offset=0,this._circularOffset=0,this._circularEnabled=!1,this._range={min:0,max:0},this._visiblePanels=[],this._anchors=[],this._needPanelTriggered={prev:!1,next:!1}},t._refreshVisiblePanels=function(){var n=this,t=M(this._flicking),i=t.renderer.panels.filter((function(e){return n.canSee(e)})),r=this._visiblePanels;this._visiblePanels=i;var o=i.filter((function(e){return!Z(r,e)})),a=r.filter((function(e){return!Z(i,e)}));(o.length>0||a.length>0)&&t.renderer.render().then((function(){t.trigger(new e.ComponentEvent(R.VISIBLE_CHANGE,{added:o,removed:a,visiblePanels:i}))}))},t._checkNeedPanel=function(){var n=this._needPanelTriggered;if(!n.prev||!n.next){var t=M(this._flicking),i=t.renderer.panels;if(i.length<=0)return n.prev||(t.trigger(new e.ComponentEvent(R.NEED_PANEL,{direction:A.PREV})),n.prev=!0),void(n.next||(t.trigger(new e.ComponentEvent(R.NEED_PANEL,{direction:A.NEXT})),n.next=!0));var r=this._position,o=this.size,a=this._range,l=t.needPanelThreshold,s=r-this._alignPos,u=s+o,c=i[0],f=i[i.length-1];if(!n.prev)(s<=c.range.min+l||r<=a.min+l)&&(t.trigger(new e.ComponentEvent(R.NEED_PANEL,{direction:A.PREV})),n.prev=!0);if(!n.next)(u>=f.range.max-l||r>=a.max-l)&&(t.trigger(new e.ComponentEvent(R.NEED_PANEL,{direction:A.NEXT})),n.next=!0)}},t._checkReachEnd=function(n,t){var i=M(this._flicking),r=this._range,o=n>r.min&&n<r.max,a=t>r.min&&t<r.max;if(o&&!a){var l=t<=r.min?A.PREV:A.NEXT;i.trigger(new e.ComponentEvent(R.REACH_EDGE,{direction:l}))}},t._updateMode=function(){var e=M(this._flicking);if(e.circular){var n=new ke(e),t=n.checkAvailability();if(t)this._mode=n;else{var i=e.circularFallback;this._mode=i===C.BOUND?new De(e):new Ce(e)}this._circularEnabled=t}else this._mode=e.bound?new De(e):new Ce(e),this._circularEnabled=!1},t._togglePanels=function(e,n){return n!==e&&M(this._flicking).renderer.panels.map((function(t){return t.toggle(e,n)})).some((function(e){return e}))},n}(),Se={__proto__:null,Camera:ze,LinearCameraMode:Ce,CircularCameraMode:ke,BoundCameraMode:De},je=function(){function n(e){var n=e.align,t=void 0===n?I.CENTER:n,i=e.strategy;this._flicking=null,this._panels=[],this._rendering=!1,this._align=t,this._strategy=i}var i=n.prototype;return Object.defineProperty(i,"panels",{get:function(){return this._panels},enumerable:!1,configurable:!0}),Object.defineProperty(i,"rendering",{get:function(){return this._rendering},enumerable:!1,configurable:!0}),Object.defineProperty(i,"panelCount",{get:function(){return this._panels.length},enumerable:!1,configurable:!0}),Object.defineProperty(i,"strategy",{get:function(){return this._strategy},enumerable:!1,configurable:!0}),Object.defineProperty(i,"align",{get:function(){return this._align},set:function(e){this._align=e;var n=W(e);this._panels.forEach((function(e){e.align=n}))},enumerable:!1,configurable:!0}),i.init=function(e){return this._flicking=e,this._collectPanels(),this},i.destroy=function(){this._flicking=null,this._panels=[]},i.getPanel=function(e){return this._panels[e]||null},i.forceRenderAllPanels=function(){return this._panels.forEach((function(e){return e.markForShow()})),Promise.resolve()},i.updatePanelSize=function(){var e=M(this._flicking),n=this._panels;if(n.length<=0)return this;if(e.panelsPerView>0){var t=n[0];t.resize(),this._updatePanelSizeByGrid(t,n)}else e.panels.forEach((function(e){return e.resize()}));return this},i.batchInsert=function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];var t=this.batchInsertDefer.apply(this,c(e));return t.length<=0?[]:(this.updateAfterPanelChange(t,[]),t)},i.batchInsertDefer=function(){for(var e=this,n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];var i=this._panels,r=M(this._flicking),o=i[0],a=W(this._align);return n.reduce((function(n,t){var l,s=Y(t.index,i.length),u=i.slice(s),f=t.elements.map((function(n,t){return e._createPanel(n,{index:s+t,align:a,flicking:r})}));if(i.splice.apply(i,c([s,0],f)),t.hasDOMInElements&&e._insertPanelElements(f,null!==(l=u[0])&&void 0!==l?l:null),r.panelsPerView>0){var h=o||f[0].resize();e._updatePanelSizeByGrid(h,f)}else f.forEach((function(e){return e.resize()}));return u.forEach((function(e){e.increaseIndex(f.length),e.updatePosition()})),c(n,f)}),[])},i.batchRemove=function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];var t=this.batchRemoveDefer.apply(this,c(e));return t.length<=0?[]:(this.updateAfterPanelChange([],t),t)},i.batchRemoveDefer=function(){for(var e=this,n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];var i=this._panels,r=M(this._flicking).control,o=r.activePanel;return n.reduce((function(n,t){var a=t.index,l=t.deleteCount,s=Y(a,i.length),u=i.slice(s+l),f=i.splice(s,l);return f.length<=0?[]:(u.forEach((function(e){e.decreaseIndex(f.length),e.updatePosition()})),t.hasDOMInElements&&e._removePanelElements(f),f.forEach((function(e){return e.destroy()})),Z(f,o)&&r.resetActive(),c(n,f))}),[])},i.updateAfterPanelChange=function(n,t){var i,r=M(this._flicking),o=r.camera,a=r.control,l=this._panels,s=a.activePanel;if(this._updateCameraAndControl(),this.render(),!r.animating)if(!s||s.removed)if(l.length<=0)o.lookAt(0);else{var u=null!==(i=null==s?void 0:s.index)&&void 0!==i?i:0;u>l.length-1&&(u=l.length-1),a.moveToPanel(l[u],{duration:0}).catch((function(){}))}else a.moveToPanel(s,{duration:0}).catch((function(){}));r.camera.updateOffset(),(n.length>0||t.length>0)&&(r.trigger(new e.ComponentEvent(R.PANEL_CHANGE,{added:n,removed:t})),this.checkPanelContentsReady(c(n,t)))},i.checkPanelContentsReady=function(e){var n=this,i=M(this._flicking),r=i.resizeOnContentsReady,o=this._panels;if(r&&!i.virtualEnabled){if(!((e=e.filter((function(e){return function(e){return e.element&&!!e.element.querySelector("img, video")}(e)}))).length<=0)){var a=new t;e.forEach((function(e){e.loading=!0})),a.on("readyElement",(function(t){if(n._flicking){var r=e[t.index],l=i.camera,s=i.control,u=s.activePanel?l.getProgressInPanel(s.activePanel):0;r.loading=!1,r.resize(),o.slice(r.index+1).forEach((function(e){return e.updatePosition()})),i.initialized&&(l.updateRange(),l.updateOffset(),l.updateAnchors(),s.animating||(s.updatePosition(u),s.updateInput()))}else a.destroy()})),a.on("preReady",(function(e){n._flicking&&n.render(),e.readyCount===e.totalCount&&a.destroy()})),a.on("ready",(function(){n._flicking&&n.render(),a.destroy()})),a.check(e.map((function(e){return e.element})))}}},i._updateCameraAndControl=function(){var e=M(this._flicking),n=e.camera,t=e.control;n.updateRange(),n.updateOffset(),n.updateAnchors(),n.resetNeedPanelHistory(),t.updateInput()},i._showOnlyVisiblePanels=function(e){var n=e.renderer.panels,t=e.camera.visiblePanels.reduce((function(e,n){return e[n.index]=!0,e}),{});n.forEach((function(n){n.index in t||n.loading?n.markForShow():e.holding||n.markForHide()}))},i._updatePanelSizeByGrid=function(e,n){var t=M(this._flicking),i=t.panelsPerView;if(i<=0)throw new se(v("panelsPerView",i),h.WRONG_OPTION);if(!(n.length<=0)){var r=(t.camera.size-(e.margin.prev+e.margin.next)*(i-1))/i,a=t.horizontal?{width:r}:{height:r},l=o({size:r,margin:e.margin},!t.horizontal&&{height:e.height});t.noPanelStyleOverride||this._strategy.updatePanelSizes(t,a),t.panels.forEach((function(e){return e.resize(l)}))}},i._removeAllChildsFromCamera=function(){for(var e=M(this._flicking).camera.element;e.firstChild;)e.removeChild(e.firstChild)},i._insertPanelElements=function(e,n){void 0===n&&(n=null);var t=M(this._flicking).camera.element,i=(null==n?void 0:n.element)||null,r=document.createDocumentFragment();e.forEach((function(e){return r.appendChild(e.element)})),t.insertBefore(r,i)},i._removePanelElements=function(e){var n=M(this._flicking).camera.element;e.forEach((function(e){n.removeChild(e.element)}))},i._afterRender=function(){M(this._flicking).camera.applyTransform()},n}(),Le=function(e){function n(){return null!==e&&e.apply(this,arguments)||this}r(n,e);var t=n.prototype;return t.render=function(){return a(this,void 0,void 0,(function(){var e,n;return l(this,(function(t){return e=M(this._flicking),(n=this._strategy).updateRenderingPanels(e),n.renderPanels(e),this._resetPanelElementOrder(),this._afterRender(),[2]}))}))},t._collectPanels=function(){var e=M(this._flicking),n=e.camera;this._removeAllTextNodes(),this._panels=this._strategy.collectPanels(e,n.children)},t._createPanel=function(e,n){return this._strategy.createPanel(e,n)},t._resetPanelElementOrder=function(){var e=M(this._flicking),n=e.camera.element,t=this._strategy.getRenderingElementsByOrder(e).reverse();t.forEach((function(e,i){var r=t[i-1]?t[i-1]:null;e.nextElementSibling!==r&&n.insertBefore(e,r)}))},t._removeAllTextNodes=function(){var e=M(this._flicking).camera.element;F(e.childNodes).forEach((function(n){n.nodeType===Node.TEXT_NODE&&e.removeChild(n)}))},n}(je),Me=function(e){function n(){return null!==e&&e.apply(this,arguments)||this}r(n,e);var t=n.prototype;return t._removePanelElements=function(e){},t._removeAllChildsFromCamera=function(){},n}(je),Fe=function(){function e(e){var n=e.index,t=e.align,i=e.flicking,r=e.elementProvider;this._index=n,this._flicking=i,this._elProvider=r,this._align=t,this._removed=!1,this._rendered=!0,this._loading=!1,this._resetInternalStates()}var n=e.prototype;return Object.defineProperty(n,"element",{get:function(){return this._elProvider.element},enumerable:!1,configurable:!0}),Object.defineProperty(n,"elementProvider",{get:function(){return this._elProvider},enumerable:!1,configurable:!0}),Object.defineProperty(n,"index",{get:function(){return this._index},enumerable:!1,configurable:!0}),Object.defineProperty(n,"position",{get:function(){return this._pos+this._alignPos},enumerable:!1,configurable:!0}),Object.defineProperty(n,"size",{get:function(){return this._size},enumerable:!1,configurable:!0}),Object.defineProperty(n,"sizeIncludingMargin",{get:function(){return this._size+this._margin.prev+this._margin.next},enumerable:!1,configurable:!0}),Object.defineProperty(n,"height",{get:function(){return this._height},enumerable:!1,configurable:!0}),Object.defineProperty(n,"margin",{get:function(){return this._margin},enumerable:!1,configurable:!0}),Object.defineProperty(n,"alignPosition",{get:function(){return this._alignPos},enumerable:!1,configurable:!0}),Object.defineProperty(n,"removed",{get:function(){return this._removed},enumerable:!1,configurable:!0}),Object.defineProperty(n,"rendered",{get:function(){return this._rendered},enumerable:!1,configurable:!0}),Object.defineProperty(n,"loading",{get:function(){return this._loading},set:function(e){this._loading=e},enumerable:!1,configurable:!0}),Object.defineProperty(n,"range",{get:function(){return{min:this._pos,max:this._pos+this._size}},enumerable:!1,configurable:!0}),Object.defineProperty(n,"toggled",{get:function(){return this._toggled},enumerable:!1,configurable:!0}),Object.defineProperty(n,"toggleDirection",{get:function(){return this._toggleDirection},enumerable:!1,configurable:!0}),Object.defineProperty(n,"offset",{get:function(){var e=this._toggleDirection,n=this._flicking.camera.rangeDiff;return e!==A.NONE&&this._toggled?e===A.PREV?-n:n:0},enumerable:!1,configurable:!0}),Object.defineProperty(n,"progress",{get:function(){var e=this._flicking;return this.index-e.camera.progress},enumerable:!1,configurable:!0}),Object.defineProperty(n,"outsetProgress",{get:function(){var e=this.position+this.offset,n=this._alignPos,t=this._flicking.camera,i=t.position;if(i===e)return 0;if(i<e){var r=e+(t.size-t.alignPosition)+n;return-$(i,e,r)}var o=e-(t.alignPosition+this._size-n);return 1-$(i,o,e)},enumerable:!1,configurable:!0}),Object.defineProperty(n,"visibleRatio",{get:function(){var e=this.range,n=this._size,t=this.offset,i=this._flicking.camera.visibleRange,r=e.min+t,o=e.max+t;if(o<=i.min||r>=i.max)return 0;var a=n;return i.min>r&&(a-=i.min-r),i.max<o&&(a-=o-i.max),a/n},enumerable:!1,configurable:!0}),Object.defineProperty(n,"align",{get:function(){return this._align},set:function(e){this._align=e,this._updateAlignPos()},enumerable:!1,configurable:!0}),n.markForShow=function(){this._rendered=!0,this._elProvider.show(this._flicking)},n.markForHide=function(){this._rendered=!1,this._elProvider.hide(this._flicking)},n.resize=function(e){var n,t=this.element,i=this._flicking,r=i.horizontal,a=i.useFractionalSize;if(e)this._size=e.size,this._margin=o({},e.margin),this._height=null!==(n=e.height)&&void 0!==n?n:oe({el:t,horizontal:!1,useFractionalSize:a,useOffset:!0,style:ee(t)});else{var l=ee(t);this._size=oe({el:t,horizontal:r,useFractionalSize:a,useOffset:!0,style:l}),this._margin=r?{prev:parseFloat(l.marginLeft||"0"),next:parseFloat(l.marginRight||"0")}:{prev:parseFloat(l.marginTop||"0"),next:parseFloat(l.marginBottom||"0")},this._height=r?oe({el:t,horizontal:!1,useFractionalSize:a,useOffset:!0,style:l}):this._size}return this.updatePosition(),this._updateAlignPos(),this},n.setSize=function(e){return ne(this.element,e),this},n.contains=function(e){var n;return!!(null===(n=this.element)||void 0===n?void 0:n.contains(e))},n.destroy=function(){this._resetInternalStates(),this._removed=!0},n.includePosition=function(e,n){return void 0===n&&(n=!1),this.includeRange(e,e,n)},n.includeRange=function(e,n,t){void 0===t&&(t=!1);var i=this._margin,r=this.range;return t&&(r.min-=i.prev,r.max+=i.next),n>=r.min&&e<=r.max},n.isVisibleOnRange=function(e,n){var t=this.range;return n>t.min&&e<t.max},n.focus=function(e){return this._flicking.moveTo(this._index,e)},n.prev=function(){var e=this._index,n=this._flicking,t=n.renderer,i=t.panelCount;return 1===i?null:n.circularEnabled?t.getPanel(0===e?i-1:e-1):t.getPanel(e-1)},n.next=function(){var e=this._index,n=this._flicking,t=n.renderer,i=t.panelCount;return 1===i?null:n.circularEnabled?t.getPanel(e===i-1?0:e+1):t.getPanel(e+1)},n.increaseIndex=function(e){return this._index+=Math.max(e,0),this},n.decreaseIndex=function(e){return this._index-=Math.max(e,0),this},n.updatePosition=function(){var e=this._flicking.renderer.panels[this._index-1];return this._pos=e?e.range.max+e.margin.next+this._margin.prev:this._margin.prev,this},n.toggle=function(e,n){var t=this._toggleDirection,i=this._togglePosition;if(t===A.NONE||n===e)return!1;var r=this._toggled;return n>e?i>=e&&i<=n&&(this._toggled=t===A.NEXT):i<=e&&i>=n&&(this._toggled=t!==A.NEXT),r!==this._toggled},n.updateCircularToggleDirection=function(){var e=this._flicking;if(!e.circularEnabled)return this._toggleDirection=A.NONE,this._togglePosition=0,this._toggled=!1,this;var n=e.camera,t=n.range,i=n.alignPosition,r=n.visibleRange,o=r.max-r.min,a=t.min-i,l=t.max-i+o,s=this.includeRange(l-o,l,!1),u=this.includeRange(a,a+o,!1);return this._toggled=!1,s?(this._toggleDirection=A.PREV,this._togglePosition=this.range.max+t.min-t.max+i,this.toggle(1/0,n.position)):u?(this._toggleDirection=A.NEXT,this._togglePosition=this.range.min+t.max-o+i,this.toggle(-1/0,n.position)):(this._toggleDirection=A.NONE,this._togglePosition=0),this},n._updateAlignPos=function(){this._alignPos=H(this._align,this._size)},n._resetInternalStates=function(){this._size=0,this._pos=0,this._margin={prev:0,next:0},this._height=0,this._alignPos=0,this._toggled=!1,this._togglePosition=0,this._toggleDirection=A.NONE},e}(),He=function(){function e(e){var n=e.providerCtor;this._providerCtor=n}var n=e.prototype;return n.renderPanels=function(){},n.getRenderingIndexesByOrder=function(e){var n=e.renderer.panels.filter((function(e){return e.rendered})),t=n.filter((function(e){return e.toggled&&e.toggleDirection===A.PREV})),i=n.filter((function(e){return e.toggled&&e.toggleDirection===A.NEXT}));return c(t,n.filter((function(e){return!e.toggled})),i).map((function(e){return e.index}))},n.getRenderingElementsByOrder=function(e){var n=e.panels;return this.getRenderingIndexesByOrder(e).map((function(e){return n[e].element}))},n.updateRenderingPanels=function(e){e.renderOnlyVisible?this._showOnlyVisiblePanels(e):e.panels.forEach((function(e){return e.markForShow()}))},n.collectPanels=function(e,n){var t=this,i=W(e.renderer.align);return n.map((function(n,r){return new Fe({index:r,elementProvider:new t._providerCtor(n),align:i,flicking:e})}))},n.createPanel=function(e,n){return new Fe(o(o({},n),{elementProvider:new this._providerCtor(e)}))},n.updatePanelSizes=function(e,n){e.panels.forEach((function(e){return e.setSize(n)}))},n._showOnlyVisiblePanels=function(e){var n=e.renderer.panels,t=e.camera,i=t.visiblePanels.reduce((function(e,n){return e[n.index]=!0,e}),{});n.forEach((function(n){n.index in i||n.loading?n.markForShow():e.holding||n.markForHide()})),t.updateOffset()},e}(),Ve=function(e){function n(n){var t=e.call(this,n)||this;return n.elementProvider.init(t),t._elProvider=n.elementProvider,t._cachedInnerHTML=null,t}r(n,e);var t=n.prototype;return Object.defineProperty(t,"element",{get:function(){return this._elProvider.element},enumerable:!1,configurable:!0}),Object.defineProperty(t,"cachedInnerHTML",{get:function(){return this._cachedInnerHTML},enumerable:!1,configurable:!0}),Object.defineProperty(t,"elementIndex",{get:function(){var e=this._flicking,n=e.panelsPerView+1,t=e.panelCount,i=this._index;return this._toggled&&(i=this._toggleDirection===A.NEXT?i+t:i-t),ie(i,n)},enumerable:!1,configurable:!0}),t.cacheRenderResult=function(e){this._cachedInnerHTML=e},t.uncacheRenderResult=function(){this._cachedInnerHTML=null},t.render=function(){var e=this._flicking.virtual,n=e.renderPanel,t=e.cache,i=this._elProvider.element,r=this._cachedInnerHTML||n(this,this._index);r!==i.innerHTML&&(i.innerHTML=r,t&&this.cacheRenderResult(r))},t.increaseIndex=function(n){return this.uncacheRenderResult(),e.prototype.increaseIndex.call(this,n)},t.decreaseIndex=function(n){return this.uncacheRenderResult(),e.prototype.decreaseIndex.call(this,n)},n}(Fe),Be=function(){function e(){}var n=e.prototype;return n.renderPanels=function(e){var n=e.virtual,t=e.visiblePanels,i=re(e.panelsPerView+1);t.forEach((function(e){var t=e.elementIndex;e.render(),n.show(t),i[t]=-1})),i.filter((function(e){return e>=0})).forEach((function(e){n.hide(e)}))},n.getRenderingIndexesByOrder=function(e){var n=e.virtual,t=c(e.visiblePanels).filter((function(e){return e.rendered})).sort((function(e,n){return e.position+e.offset-(n.position+n.offset)}));return t.length<=0?n.elements.map((function(e,n){return n})):c(t.map((function(e){return e.elementIndex})),n.elements.map((function(e,n){return o(o({},e),{idx:n})})).filter((function(e){return!e.visible})).map((function(e){return e.idx})))},n.getRenderingElementsByOrder=function(e){var n=e.virtual.elements;return this.getRenderingIndexesByOrder(e).map((function(e){return n[e].nativeElement}))},n.updateRenderingPanels=function(e){var n=e.renderer.panels,t=e.camera,i=t.visiblePanels.reduce((function(e,n){return e[n.index]=!0,e}),{});n.forEach((function(e){e.index in i||e.loading?e.markForShow():e.markForHide()})),t.updateOffset()},n.collectPanels=function(e){var n=W(e.renderer.align);return re(e.virtual.initialPanelCount).map((function(t){return new Ve({index:t,elementProvider:new he(e),align:n,flicking:e})}))},n.createPanel=function(e,n){return new Ve(o(o({},n),{elementProvider:new he(n.flicking)}))},n.updatePanelSizes=function(e,n){e.virtual.elements.forEach((function(e){ne(e.nativeElement,n)})),e.panels.forEach((function(e){return e.setSize(n)}))},e}(),Ge={__proto__:null,Renderer:je,VanillaRenderer:Le,ExternalRenderer:Me,NormalRenderingStrategy:He,VirtualRenderingStrategy:Be},We=function(n){function t(e,t){var i=void 0===t?{}:t,r=i.align,o=void 0===r?I.CENTER:r,a=i.defaultIndex,l=void 0===a?0:a,s=i.horizontal,u=void 0===s||s,c=i.circular,f=void 0!==c&&c,h=i.circularFallback,d=void 0===h?C.LINEAR:h,g=i.bound,p=void 0!==g&&g,_=i.adaptive,v=void 0!==_&&_,m=i.panelsPerView,b=void 0===m?-1:m,P=i.noPanelStyleOverride,E=void 0!==P&&P,O=i.resizeOnContentsReady,y=void 0!==O&&O,x=i.nested,T=void 0!==x&&x,R=i.needPanelThreshold,A=void 0===R?0:R,w=i.preventEventsBeforeInit,N=void 0===w||w,k=i.deceleration,D=void 0===k?.0075:k,z=i.duration,j=void 0===z?500:z,L=i.easing,M=void 0===L?function(e){return 1-Math.pow(1-e,3)}:L,F=i.inputType,H=void 0===F?["mouse","touch"]:F,V=i.moveType,B=void 0===V?"snap":V,G=i.threshold,W=void 0===G?40:G,U=i.interruptable,X=void 0===U||U,Y=i.bounce,Z=void 0===Y?"20%":Y,K=i.iOSEdgeSwipeThreshold,q=void 0===K?30:K,J=i.preventClickOnDrag,Q=void 0===J||J,$=i.preventDefaultOnDrag,ee=void 0!==$&&$,ne=i.disableOnInit,te=void 0!==ne&&ne,ie=i.changeOnHold,re=void 0!==ie&&ie,oe=i.renderOnlyVisible,ae=void 0!==oe&&oe,le=i.virtual,se=void 0===le?null:le,fe=i.autoInit,he=void 0===fe||fe,ge=i.autoResize,pe=void 0===ge||ge,_e=i.useResizeObserver,ve=void 0===_e||_e,me=i.resizeDebounce,be=void 0===me?0:me,Pe=i.maxResizeDebounce,Ee=void 0===Pe?100:Pe,Oe=i.useFractionalSize,ye=void 0!==Oe&&Oe,xe=i.externalRenderer,Te=void 0===xe?null:xe,Re=i.renderExternal,Ie=void 0===Re?null:Re,Ae=n.call(this)||this;return Ae._initialized=!1,Ae._plugins=[],Ae._align=o,Ae._defaultIndex=l,Ae._horizontal=u,Ae._circular=f,Ae._circularFallback=d,Ae._bound=p,Ae._adaptive=v,Ae._panelsPerView=b,Ae._noPanelStyleOverride=E,Ae._resizeOnContentsReady=y,Ae._nested=T,Ae._virtual=se,Ae._needPanelThreshold=A,Ae._preventEventsBeforeInit=N,Ae._deceleration=D,Ae._duration=j,Ae._easing=M,Ae._inputType=H,Ae._moveType=B,Ae._threshold=W,Ae._interruptable=X,Ae._bounce=Z,Ae._iOSEdgeSwipeThreshold=q,Ae._preventClickOnDrag=Q,Ae._preventDefaultOnDrag=ee,Ae._disableOnInit=te,Ae._changeOnHold=re,Ae._renderOnlyVisible=ae,Ae._autoInit=he,Ae._autoResize=pe,Ae._useResizeObserver=ve,Ae._resizeDebounce=be,Ae._maxResizeDebounce=Ee,Ae._useFractionalSize=ye,Ae._externalRenderer=Te,Ae._renderExternal=Ie,Ae._viewport=new ue(Ae,S(e)),Ae._autoResizer=new ce(Ae),Ae._renderer=Ae._createRenderer(),Ae._camera=Ae._createCamera(),Ae._control=Ae._createControl(),Ae._virtualManager=new de(Ae,se),Ae._autoInit&&Ae.init(),Ae}r(t,n);var i=t.prototype;return Object.defineProperty(i,"control",{get:function(){return this._control},enumerable:!1,configurable:!0}),Object.defineProperty(i,"camera",{get:function(){return this._camera},enumerable:!1,configurable:!0}),Object.defineProperty(i,"renderer",{get:function(){return this._renderer},enumerable:!1,configurable:!0}),Object.defineProperty(i,"viewport",{get:function(){return this._viewport},enumerable:!1,configurable:!0}),Object.defineProperty(i,"initialized",{get:function(){return this._initialized},enumerable:!1,configurable:!0}),Object.defineProperty(i,"circularEnabled",{get:function(){return this._camera.circularEnabled},enumerable:!1,configurable:!0}),Object.defineProperty(i,"virtualEnabled",{get:function(){return this._panelsPerView>0&&null!=this._virtual},enumerable:!1,configurable:!0}),Object.defineProperty(i,"index",{get:function(){return this._control.activeIndex},enumerable:!1,configurable:!0}),Object.defineProperty(i,"element",{get:function(){return this._viewport.element},enumerable:!1,configurable:!0}),Object.defineProperty(i,"currentPanel",{get:function(){return this._control.activePanel},enumerable:!1,configurable:!0}),Object.defineProperty(i,"panels",{get:function(){return this._renderer.panels},enumerable:!1,configurable:!0}),Object.defineProperty(i,"panelCount",{get:function(){return this._renderer.panelCount},enumerable:!1,configurable:!0}),Object.defineProperty(i,"visiblePanels",{get:function(){return this._camera.visiblePanels},enumerable:!1,configurable:!0}),Object.defineProperty(i,"animating",{get:function(){return this._control.animating},enumerable:!1,configurable:!0}),Object.defineProperty(i,"holding",{get:function(){return this._control.holding},enumerable:!1,configurable:!0}),Object.defineProperty(i,"activePlugins",{get:function(){return this._plugins},enumerable:!1,configurable:!0}),Object.defineProperty(i,"align",{get:function(){return this._align},set:function(e){this._align=e,this._renderer.align=e,this._camera.align=e,this.resize()},enumerable:!1,configurable:!0}),Object.defineProperty(i,"defaultIndex",{get:function(){return this._defaultIndex},set:function(e){this._defaultIndex=e},enumerable:!1,configurable:!0}),Object.defineProperty(i,"horizontal",{get:function(){return this._horizontal},set:function(e){this._horizontal=e,this._control.controller.updateDirection(),this.resize()},enumerable:!1,configurable:!0}),Object.defineProperty(i,"circular",{get:function(){return this._circular},set:function(e){this._circular=e,this.resize()},enumerable:!1,configurable:!0}),Object.defineProperty(i,"circularFallback",{get:function(){return this._circularFallback},enumerable:!1,configurable:!0}),Object.defineProperty(i,"bound",{get:function(){return this._bound},set:function(e){this._bound=e,this.resize()},enumerable:!1,configurable:!0}),Object.defineProperty(i,"adaptive",{get:function(){return this._adaptive},set:function(e){this._adaptive=e,this.resize()},enumerable:!1,configurable:!0}),Object.defineProperty(i,"panelsPerView",{get:function(){return this._panelsPerView},set:function(e){this._panelsPerView=e,this.resize()},enumerable:!1,configurable:!0}),Object.defineProperty(i,"noPanelStyleOverride",{get:function(){return this._noPanelStyleOverride},set:function(e){this._noPanelStyleOverride=e,this.resize()},enumerable:!1,configurable:!0}),Object.defineProperty(i,"resizeOnContentsReady",{get:function(){return this._resizeOnContentsReady},set:function(e){this._resizeOnContentsReady=e,e&&this._renderer.checkPanelContentsReady(this._renderer.panels)},enumerable:!1,configurable:!0}),Object.defineProperty(i,"nested",{get:function(){return this._nested},set:function(e){this._nested=e;var n=this._control.controller.axes;n&&(n.options.nested=e)},enumerable:!1,configurable:!0}),Object.defineProperty(i,"needPanelThreshold",{get:function(){return this._needPanelThreshold},set:function(e){this._needPanelThreshold=e},enumerable:!1,configurable:!0}),Object.defineProperty(i,"preventEventsBeforeInit",{get:function(){return this._preventEventsBeforeInit},set:function(e){this._preventEventsBeforeInit=e},enumerable:!1,configurable:!0}),Object.defineProperty(i,"deceleration",{get:function(){return this._deceleration},set:function(e){this._deceleration=e;var n=this._control.controller.axes;n&&(n.options.deceleration=e)},enumerable:!1,configurable:!0}),Object.defineProperty(i,"easing",{get:function(){return this._easing},set:function(e){this._easing=e;var n=this._control.controller.axes;n&&(n.options.easing=e)},enumerable:!1,configurable:!0}),Object.defineProperty(i,"duration",{get:function(){return this._duration},set:function(e){this._duration=e},enumerable:!1,configurable:!0}),Object.defineProperty(i,"inputType",{get:function(){return this._inputType},set:function(e){this._inputType=e;var n=this._control.controller.panInput;n&&(n.options.inputType=e)},enumerable:!1,configurable:!0}),Object.defineProperty(i,"moveType",{get:function(){return this._moveType},set:function(e){this._moveType=e;var n=this._control,t=this._createControl(),i=n.activePanel;t.copy(n);var r=i?this._camera.getProgressInPanel(i):0;this._control=t,this._control.updatePosition(r),this._control.updateInput()},enumerable:!1,configurable:!0}),Object.defineProperty(i,"threshold",{get:function(){return this._threshold},set:function(e){this._threshold=e},enumerable:!1,configurable:!0}),Object.defineProperty(i,"interruptable",{get:function(){return this._interruptable},set:function(e){this._interruptable=e;var n=this._control.controller.axes;n&&(n.options.interruptable=e)},enumerable:!1,configurable:!0}),Object.defineProperty(i,"bounce",{get:function(){return this._bounce},set:function(e){this._bounce=e,this._control.updateInput()},enumerable:!1,configurable:!0}),Object.defineProperty(i,"iOSEdgeSwipeThreshold",{get:function(){return this._iOSEdgeSwipeThreshold},set:function(e){this._iOSEdgeSwipeThreshold=e;var n=this._control.controller.panInput;n&&(n.options.iOSEdgeSwipeThreshold=e)},enumerable:!1,configurable:!0}),Object.defineProperty(i,"preventClickOnDrag",{get:function(){return this._preventClickOnDrag},set:function(e){if(e!==this._preventClickOnDrag){var n=this._control.controller;e?n.addPreventClickHandler():n.removePreventClickHandler(),this._preventClickOnDrag=e}},enumerable:!1,configurable:!0}),Object.defineProperty(i,"preventDefaultOnDrag",{get:function(){return this._preventDefaultOnDrag},set:function(e){this._preventDefaultOnDrag=e;var n=this._control.controller.panInput;n&&(n.options.preventDefaultOnDrag=e)},enumerable:!1,configurable:!0}),Object.defineProperty(i,"disableOnInit",{get:function(){return this._disableOnInit},set:function(e){this._disableOnInit=e},enumerable:!1,configurable:!0}),Object.defineProperty(i,"changeOnHold",{get:function(){return this._changeOnHold},set:function(e){this._changeOnHold=e},enumerable:!1,configurable:!0}),Object.defineProperty(i,"renderOnlyVisible",{get:function(){return this._renderOnlyVisible},set:function(e){this._renderOnlyVisible=e,this._renderer.render()},enumerable:!1,configurable:!0}),Object.defineProperty(i,"virtual",{get:function(){return this._virtualManager},enumerable:!1,configurable:!0}),Object.defineProperty(i,"autoInit",{get:function(){return this._autoInit},enumerable:!1,configurable:!0}),Object.defineProperty(i,"autoResize",{get:function(){return this._autoResize},set:function(e){this._autoResize=e,e?this._autoResizer.enable():this._autoResizer.disable()},enumerable:!1,configurable:!0}),Object.defineProperty(i,"useResizeObserver",{get:function(){return this._useResizeObserver},set:function(e){this._useResizeObserver=e,this._autoResize&&this._autoResizer.enable()},enumerable:!1,configurable:!0}),Object.defineProperty(i,"resizeDebounce",{get:function(){return this._resizeDebounce},enumerable:!1,configurable:!0}),Object.defineProperty(i,"maxResizeDebounce",{get:function(){return this._maxResizeDebounce},enumerable:!1,configurable:!0}),Object.defineProperty(i,"useFractionalSize",{get:function(){return this._useFractionalSize},enumerable:!1,configurable:!0}),Object.defineProperty(i,"externalRenderer",{get:function(){return this._externalRenderer},enumerable:!1,configurable:!0}),Object.defineProperty(i,"renderExternal",{get:function(){return this._renderExternal},enumerable:!1,configurable:!0}),i.init=function(){var n=this;if(this._initialized)return Promise.resolve();var t=this._camera,i=this._renderer,r=this._control,o=this._virtualManager,a=this.trigger,l=this._preventEventsBeforeInit;return t.init(),o.init(),i.init(this),r.init(this),l&&(this.trigger=function(){return n}),this._initialResize(),this._moveToInitialPanel(),this._autoResize&&this._autoResizer.enable(),this._preventClickOnDrag&&r.controller.addPreventClickHandler(),this._disableOnInit&&this.disableInput(),i.checkPanelContentsReady(i.panels),this._initialized=!0,i.render().then((function(){n._plugins.forEach((function(e){return e.init(n)})),l&&(n.trigger=a),n.trigger(new e.ComponentEvent(R.READY))}))},i.destroy=function(){this.off(),this._autoResizer.disable(),this._control.destroy(),this._camera.destroy(),this._renderer.destroy(),this._plugins.forEach((function(e){return e.destroy()})),this._initialized=!1},i.prev=function(e){var n,t,i;return void 0===e&&(e=this._duration),this.moveTo(null!==(i=null===(t=null===(n=this._control.activePanel)||void 0===n?void 0:n.prev())||void 0===t?void 0:t.index)&&void 0!==i?i:-1,e,A.PREV)},i.next=function(e){var n,t,i;return void 0===e&&(e=this._duration),this.moveTo(null!==(i=null===(t=null===(n=this._control.activePanel)||void 0===n?void 0:n.next())||void 0===t?void 0:t.index)&&void 0!==i?i:this._renderer.panelCount,e,A.NEXT)},i.moveTo=function(e,n,t){void 0===n&&(n=this._duration),void 0===t&&(t=A.NONE);var i=this._renderer,r=i.panelCount,o=i.getPanel(e);return o?this._control.animating?Promise.reject(new se(y,h.ANIMATION_ALREADY_PLAYING)):(this._control.holding&&this._control.controller.release(),this._control.moveToPanel(o,{duration:n,direction:t})):Promise.reject(new se(m(e,0,r-1),h.INDEX_OUT_OF_RANGE))},i.updateAnimation=function(e,n,t){if(this._control.animating){var i=this._renderer,r=i.panelCount,o=i.getPanel(e);if(!o)throw new se(m(e,0,r-1),h.INDEX_OUT_OF_RANGE);this._control.updateAnimation(o,n,t)}},i.stopAnimation=function(){this._control.animating&&this._control.stopAnimation()},i.getPanel=function(e){return this._renderer.getPanel(e)},i.enableInput=function(){return this._control.enable(),this},i.disableInput=function(){return this._control.disable(),this},i.getStatus=function(e){var n,t,i=void 0===e?{}:e,r=i.index,o=void 0===r||r,a=i.position,l=void 0===a||a,s=i.includePanelHTML,u=void 0!==s&&s,c=i.visiblePanelsOnly,f=void 0!==c&&c,h=this._camera,d={panels:(f?this.visiblePanels:this.panels).map((function(e){var n={index:e.index};return u&&(n.html=e.element.outerHTML),n}))};if(o&&(d.index=this.index),l){var g=h.findNearestAnchor(h.position);g&&(d.position={panel:g.panel.index,progressInPanel:h.getProgressInPanel(g.panel)})}if(f){var p=this.visiblePanels;d.visibleOffset=null!==(t=null===(n=p[0])||void 0===n?void 0:n.index)&&void 0!==t?t:0}return d},i.setStatus=function(e){var n;if(!this._initialized)throw new se(T,h.NOT_INITIALIZED);var t=e.index,i=e.position,r=e.visibleOffset,o=e.panels,a=this._renderer,l=this._control;if((null===(n=o[0])||void 0===n?void 0:n.html)&&!this._renderExternal&&(a.batchRemove({index:0,deleteCount:this.panels.length,hasDOMInElements:!0}),a.batchInsert({index:0,elements:X(o.map((function(e){return e.html}))),hasDOMInElements:!0})),null!=t){var s=r?t-r:t;this.moveTo(s,0).catch((function(){}))}if(i&&this._moveType===w.FREE_SCROLL){var u=i.panel,c=i.progressInPanel,f=(s=r?u-r:u,a.panels[s].range),d=f.min+(f.max-f.min)*c;l.moveToPosition(d,0).catch((function(){}))}},i.addPlugins=function(){for(var e,n=this,t=[],i=0;i<arguments.length;i++)t[i]=arguments[i];return this._initialized&&t.forEach((function(e){return e.init(n)})),(e=this._plugins).push.apply(e,c(t)),this},i.removePlugins=function(){for(var e=this,n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];return n.forEach((function(n){var t=Q(e._plugins,(function(e){return e===n}));t>=0&&(n.destroy(),e._plugins.splice(t,1))})),this},i.resize=function(){return a(this,void 0,void 0,(function(){var n,t,i,r,o,a,s,u,c,f,h;return l(this,(function(l){switch(l.label){case 0:return n=this._viewport,t=this._renderer,i=this._camera,r=this._control,o=r.activePanel,a=n.width,s=n.height,u=o?i.getProgressInPanel(o):0,this.trigger(new e.ComponentEvent(R.BEFORE_RESIZE,{width:a,height:s,element:n.element})),n.resize(),[4,t.forceRenderAllPanels()];case 1:return l.sent(),this._initialized?(t.updatePanelSize(),i.updateAlignPos(),i.updateRange(),i.updateAnchors(),i.updateAdaptiveHeight(),i.updatePanelOrder(),i.updateOffset(),[4,t.render()]):[2];case 2:return l.sent(),this._initialized?(r.animating||(r.updatePosition(u),r.updateInput()),c=n.width,f=n.height,h=c!==a||f!==s,this.trigger(new e.ComponentEvent(R.AFTER_RESIZE,{width:n.width,height:n.height,prev:{width:a,height:s},sizeChanged:h,element:n.element})),[2]):[2]}}))}))},i.append=function(e){return this.insert(this._renderer.panelCount,e)},i.prepend=function(e){return this.insert(0,e)},i.insert=function(e,n){if(this._renderExternal)throw new se(x,h.NOT_ALLOWED_IN_FRAMEWORK);return this._renderer.batchInsert({index:e,elements:X(n),hasDOMInElements:!0})},i.remove=function(e,n){if(void 0===n&&(n=1),this._renderExternal)throw new se(x,h.NOT_ALLOWED_IN_FRAMEWORK);return this._renderer.batchRemove({index:e,deleteCount:n,hasDOMInElements:!0})},i._createControl=function(){var e,n=this._moveType,t=Object.keys(w).map((function(e){return w[e]})),i=Array.isArray(n)?n[0]:n,r=Array.isArray(n)&&null!==(e=n[1])&&void 0!==e?e:{};if(!Z(t,i))throw new se(v("moveType",JSON.stringify(n)),h.WRONG_OPTION);switch(i){case w.SNAP:return new Re(r);case w.FREE_SCROLL:return new Ie(r);case w.STRICT:return new Ae(r)}},i._createCamera=function(){return this._circular&&this._bound&&console.warn('"circular" and "bound" option cannot be used together, ignoring bound.'),new ze(this,{align:this._align})},i._createRenderer=function(){var e=this._externalRenderer;return this._virtual&&this._panelsPerView<=0&&console.warn('"virtual" and "panelsPerView" option should be used together, ignoring virtual.'),e||(this._renderExternal?this._createExternalRenderer():this._createVanillaRenderer())},i._createExternalRenderer=function(){var e=this._renderExternal,n=e.renderer,t=e.rendererOptions;return new n(o({align:this._align},t))},i._createVanillaRenderer=function(){var e=this.virtualEnabled;return new Le({align:this._align,strategy:e?new Be:new He({providerCtor:fe})})},i._moveToInitialPanel=function(){var e=this._renderer,n=this._control,t=this._camera,i=e.getPanel(this._defaultIndex)||e.getPanel(0);if(i){var r=t.findNearestAnchor(i.position),o=r&&i.index!==r.panel.index?r.panel:i;if(n.setActive(o,null,!1),!r)throw new se(b(o.position),h.POSITION_NOT_REACHABLE);var a=o.position;t.canReach(o)||(a=r.position),t.lookAt(a),n.updateInput(),t.updateOffset()}},i._initialResize=function(){var n=this._viewport,t=this._renderer,i=this._camera,r=this._control;this.trigger(new e.ComponentEvent(R.BEFORE_RESIZE,{width:0,height:0,element:n.element})),n.resize(),t.updatePanelSize(),i.updateAlignPos(),i.updateRange(),i.updateAnchors(),i.updateOffset(),r.updateInput();var o=n.width,a=n.height,l=0!==o||0!==a;this.trigger(new e.ComponentEvent(R.AFTER_RESIZE,{width:n.width,height:n.height,prev:{width:0,height:0},sizeChanged:l,element:n.element}))},t.VERSION="4.11.3",t}(e),Ue=function(e,n,t,i,r){return e.batchInsertDefer.apply(e,c(n.added.slice(i,r).map((function(e,n){return{index:e,elements:[t[n]],hasDOMInElements:!1}}))))},Xe=function(e,n,t){var i=e.panels.slice(n,t);return e.batchRemoveDefer({index:n,deleteCount:i.length,hasDOMInElements:!1})},Ye=function(e){var n="object"==typeof e?e.camera:e;return Ke(n)},Ze=function(e){var n="object"==typeof e?e.panel:e;return G(Ke(n))},Ke=function(e){if("number"==typeof e)return e+"px";switch(e){case I.CENTER:return"50%";case I.NEXT:return"100%";case I.PREV:return"0%";default:return e}},qe={__proto__:null,withFlickingMethods:function(n,t){[e.prototype,We.prototype].forEach((function(e){Object.getOwnPropertyNames(e).filter((function(e){return!n[e]&&0!==e.indexOf("_")&&"constructor"!==e})).forEach((function(i){var r=Object.getOwnPropertyDescriptor(e,i);if(r.value)Object.defineProperty(n,i,{value:function(){for(var e,n=[],i=0;i<arguments.length;i++)n[i]=arguments[i];return(e=r.value).call.apply(e,c([this[t]],n))}});else{var o={};r.get&&(o.get=function(){var e,n=this[t];return n&&(null===(e=r.get)||void 0===e?void 0:e.call(n))}),r.set&&(o.set=function(){for(var e,n=[],i=0;i<arguments.length;i++)n[i]=arguments[i];return null===(e=r.set)||void 0===e?void 0:e.call.apply(e,c([this[t]],n))}),Object.defineProperty(n,i,o)}}))}))},sync:function(e,n,t){var i=e.renderer,r=i.panels,o=c(n.prevList),a=[],l=[];if(n.removed.length>0){var s=-1,f=-1;n.removed.forEach((function(e){s<0&&(s=e),f>=0&&e!==f-1?(l.push.apply(l,c(Xe(i,f,s+1))),s=e,f=e):f=e,o.splice(e,1)})),l.push.apply(l,c(Xe(i,f,s+1)))}if(n.ordered.forEach((function(e){var n=u(e,2),t=n[0],i=n[1],o=r.splice(t,1)[0];r.splice(i,0,o)})),n.ordered.length>0&&(r.forEach((function(e,n){var t=n-e.index;t>0?e.increaseIndex(t):e.decreaseIndex(-t)})),r.sort((function(e,n){return e.index-n.index})),r.forEach((function(e){e.updatePosition()}))),n.added.length>0){var h=-1,d=-1,g=t.slice(o.length);n.added.forEach((function(e,t){h<0&&(h=t),d>=0&&e!==d+1?(a.push.apply(a,c(Ue(i,n,g,h,t+1))),h=-1,d=-1):d=e})),h>=0&&a.push.apply(a,c(Ue(i,n,g,h)))}(n.added.length>0||n.removed.length>0)&&i.updateAfterPanelChange(a,l)},getRenderingPanels:function(e,n){var t=n.removed.reduce((function(e,n){return e[n]=!0,e}),{}),i=n.maintained.reduce((function(e,n){var t=u(n,2),i=t[0],r=t[1];return e[i]=r,e}),{});return c(e.panels.filter((function(e){return!t[e.index]})).sort((function(e,n){return e.position+e.offset-(n.position+n.offset)})).map((function(e){return n.list[i[e.index]]})),n.added.map((function(e){return n.list[e]})))},getDefaultCameraTransform:function(e,n,t){void 0===e&&(e=I.CENTER),void 0===n&&(n=!0);var i=Ye(e),r=Ze(e);if(null==r)return"";var o="calc("+i+" - ("+(t||"0px")+" * "+r.percentage+") - "+r.absolute+"px)";return n?"translate("+o+")":"translate(0, "+o+")"}};return z(We,{__proto__:null,Viewport:ue,FlickingError:se,AnchorPoint:Te,VirtualManager:de,VanillaElementProvider:fe,VirtualElementProvider:he,Panel:Fe,VirtualPanel:Ve}),z(We,Se),z(We,we),z(We,Ge),z(We,D),z(We,qe),z(We,le),We}));
10//# sourceMappingURL=flicking.min.js.map