aptechka 0.30.12 → 0.30.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -58,6 +58,7 @@ export declare class ScrollElement extends HTMLElement {
58
58
  get limit(): number;
59
59
  get distance(): number;
60
60
  get loopDistance(): number;
61
+ get hasOverflow(): boolean;
61
62
  get overscroll(): number;
62
63
  get vertical(): boolean;
63
64
  get currentProgress(): number;
@@ -15,6 +15,7 @@ export declare class ScrollSection {
15
15
  get size(): number;
16
16
  get position(): number;
17
17
  destroy(): void;
18
+ unsetTransform(): void;
18
19
  setSize(value?: number): void;
19
20
  resize(): void;
20
21
  transform(): void;
@@ -1 +1 @@
1
- "use strict";var ye=Object.defineProperty;var ie=Object.getOwnPropertySymbols;var Ce=Object.prototype.hasOwnProperty,ve=Object.prototype.propertyIsEnumerable;var ne=u=>{throw TypeError(u)};var re=(u,n,e)=>n in u?ye(u,n,{enumerable:!0,configurable:!0,writable:!0,value:e}):u[n]=e,he=(u,n)=>{for(var e in n||(n={}))Ce.call(n,e)&&re(u,e,n[e]);if(ie)for(var e of ie(n))ve.call(n,e)&&re(u,e,n[e]);return u};var jt=(u,n,e)=>n.has(u)||ne("Cannot "+e);var t=(u,n,e)=>(jt(u,n,"read from private field"),e?e.call(u):n.get(u)),s=(u,n,e)=>n.has(u)?ne("Cannot add the same private member more than once"):n instanceof WeakSet?n.add(u):n.set(u,e),h=(u,n,e,i)=>(jt(u,n,"write to private field"),i?i.call(u,e):n.set(u,e),e),d=(u,n,e)=>(jt(u,n,"access private method"),e);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const Ee=require("../../Store-CDb6RMce.cjs"),Nt=require("../../browser-CpzFX2xg.cjs"),Pe=require("../../easings-DsS5-Kqc.cjs"),Gt=require("../../events-KVanG9sR.cjs"),le=require("../../jss-GJLvaNfT.cjs"),bt=require("../../layout-8ryRAMGJ.cjs"),ce=require("../../math-GDWEqu7y.cjs");require("../../ticker/vanilla/index.cjs");const Kt=require("../../order/index.cjs"),we=require("../../Damped-CTsV8tl_.cjs"),xe=require("../../Tweened-BttGiyB0.cjs"),Wt=require("../../controls/index.cjs"),Ut=require("../../window-resizer/vanilla/index.cjs"),gt=require("../../scroll-entries/index.cjs"),oe=require("../../css-unit-parser/index.cjs"),S=require("../../css-property/index.cjs"),ze=require("../../device/index.cjs"),$t=require("../../element-resizer/vanilla/index.cjs"),Le=require("../../gestures-DHLrn6Q8.cjs"),ue=require("../../dom-JBOkFLTh.cjs"),ke=require("../../function-MthRj-GJ.cjs"),De=require("../../scroll-segment/index.cjs");var f,Rt,y,it,I,$;class qe{constructor(n,e,i){s(this,f);s(this,Rt);s(this,y);s(this,it,0);s(this,I,0);s(this,$,null);h(this,f,n),h(this,Rt,e),h(this,y,i),gt.scrollEntries.register(t(this,f))}get index(){return t(this,Rt)}get size(){return t(this,it)}get position(){return t(this,I)}destroy(){gt.scrollEntries.unregister(t(this,f)),t(this,f).style.transform="",this.mark(null)}setSize(n){n?(t(this,f).style.setProperty("--size",n+"px"),t(this,y).axisCSSProperty.current==="x"?(t(this,f).style.width=n+"px",t(this,f).style.height=""):(t(this,f).style.height=n+"px",t(this,f).style.width="")):(t(this,f).style.width="",t(this,f).style.height="",t(this,f).style.removeProperty("--size"))}resize(){h(this,it,t(this,y).vertical?t(this,f).offsetHeight:t(this,f).offsetWidth),h(this,I,t(this,y).vertical?bt.getCumulativeOffsetTop(t(this,f)):bt.getCumulativeOffsetLeft(t(this,f))),h(this,I,t(this,I)-t(this,y).contentPosition)}transform(){let n=0;const e=t(this,y).viewportSize*t(this,y).sectionDistanceScaleCSSProperty.current;t(this,y).loopCSSProperty.current&&t(this,y).overscroll&&t(this,I)+t(this,it)<t(this,y).currentScrollValue&&(n=t(this,y).distance*-1-t(this,y).gap),gt.scrollEntries.update(t(this,f),t(this,y).axisCSSProperty.current,n);const i=t(this,y).currentScrollValue+n,r=t(this,I)-t(this,y).viewportSize-e,c=t(this,I)+t(this,it)+e,m=ce.clamp(i,r,c);t(this,y).vertical?t(this,f).style.transform=`translate3d(0px, ${m*-1}px, 0px)`:t(this,f).style.transform=`translate3d(${m*-1}px, 0px, 0px)`}mark(n){t(this,$)!==n&&(t(this,$)&&t(this,f).classList.remove(t(this,$)),n&&t(this,f).classList.add(n),h(this,$,n),Gt.dispatchEvent(t(this,f),"scrollSectionMarkChange",{composed:!0,detail:{mark:t(this,$)},custom:!0}))}}f=new WeakMap,Rt=new WeakMap,y=new WeakMap,it=new WeakMap,I=new WeakMap,$=new WeakMap;const Re=le.createStylesheet({":host":{position:"relative",width:"100%",height:"100%",display:"block",outline:"none"},':host([hibernated="true"])':{display:"contents"},".static":{position:"var(--static-position, absolute)",top:"var(--static-top, 0)",left:"var(--static-left, 0)",width:"var(--static-width, 100%)",height:"var(--static-height, 100%)"},".content-wrapper":{width:"100%",height:"100%",overflow:"var(--overflow, initial)"},".content":{position:"relative",display:"flex",width:"100%",height:"100%",gap:"var(--gap, 0px)",willChange:"var(--will-change, transform)"},':host([hibernated="true"]) .content':{display:"contents"},"::slotted(*)":{flexShrink:"0"}});var a,rt,x,M,T,O,D,V,N,q,v,nt,ht,ot,lt,yt,k,ct,j,R,G,B,K,ut,at,Z,J,p,Ct,o,At,It,C,g,z,A,Q,_,E,b,vt,X,dt,pt,Et,H,l,qt,mt,Zt,Jt,Qt,Xt,L,Mt,ae,Pt,Tt,Yt,te,st,ee;class Dt extends HTMLElement{constructor(){super();s(this,l);s(this,a,null);s(this,rt,new S.CSSProperty(this,"--controls",!0));s(this,x,new S.CSSProperty(this,"--axis","y"));s(this,M,new S.CSSProperty(this,"--direction",0));s(this,T,new S.CSSProperty(this,"--pages",0,{validate:e=>Math.max(0,e-1)}));s(this,O,new S.CSSProperty(this,"--split",!1));s(this,D,new S.CSSProperty(this,"--sectional",!1));s(this,V,new S.CSSProperty(this,"--auto-size",!1));s(this,N,new S.CSSProperty(this,"--wheel-max-delta",!1));s(this,q,new S.CSSProperty(this,"--sections-in-view",1));s(this,v,new S.CSSProperty(this,"--loop",!1));s(this,nt,new S.CSSProperty(this,"--damping",20));s(this,ht,new S.CSSProperty(this,"--mass",0));s(this,ot,new S.CSSProperty(this,"--stiffness",0));s(this,lt,new S.CSSProperty(this,"--mouse-drag",!1));s(this,yt,new S.CSSProperty(this,"--section-distance-scale",.5));s(this,k,new S.CSSProperty(this,"--autoplay",0));s(this,ct,new S.CSSProperty(this,"--autoplay-pause-duration",0));s(this,j,new S.CSSProperty(this,"--autoplay-user-direction",!1));s(this,R,new S.CSSProperty(this,"--classes",!1));s(this,G,new S.CSSProperty(this,"--current-index-start-offset",0));s(this,B,new S.CSSProperty(this,"--current-index-end-offset",0));s(this,K,new S.CSSProperty(this,"--focus-delay",0));s(this,ut,new S.CSSProperty(this,"--focus-duration",3e3));s(this,at,new S.CSSProperty(this,"--disabled",!1));s(this,Z,new S.CSSProperty(this,"--hibernated",!1));s(this,J,null);s(this,p,null);s(this,Ct,null);s(this,o,[]);s(this,At,0);s(this,It,0);s(this,C,0);s(this,g,0);s(this,z,0);s(this,A,null);s(this,Q,null);s(this,_,null);s(this,E,null);s(this,b,new Ee.Store(0));s(this,vt,0);s(this,X,0);s(this,dt,!0);s(this,pt,!0);s(this,Et);s(this,H,new xe.Tweened);s(this,L,()=>{t(this,a).unlistenAnimationFrame();const e=this.currentScrollValue/t(this,g)||0,i=t(this,b).current;if(h(this,At,this.vertical?bt.getCumulativeOffsetTop(this):bt.getCumulativeOffsetLeft(this)),h(this,It,this.vertical?bt.getCumulativeOffsetTop(t(this,p)):bt.getCumulativeOffsetLeft(t(this,p))),h(this,C,this.vertical?this.offsetHeight:this.offsetWidth),this.vertical?h(this,z,oe.cssUnitParser.parse(getComputedStyle(t(this,p)).rowGap)):h(this,z,oe.cssUnitParser.parse(getComputedStyle(t(this,p)).columnGap)),t(this,V).current&&t(this,o).length){const r=t(this,q).current,c=(t(this,C)-t(this,z)*(r-1))/r;t(this,o).forEach(m=>{m.setSize(c)})}else t(this,o).forEach(r=>{r.setSize()});if(t(this,o).forEach(r=>{r.resize()}),t(this,T).current){h(this,g,t(this,C)*t(this,T).current);const r=t(this,g)+t(this,C);this.vertical?(t(this,p).style.width=r+"px",t(this,p).style.height="100%"):(t(this,p).style.height=r+"px",t(this,p).style.width="100%")}else this.vertical?(t(this,p).style.width="100%",t(this,p).style.height="max-content",h(this,g,t(this,p).offsetHeight-t(this,C))):(t(this,p).style.width="max-content",t(this,p).style.height="100%",h(this,g,t(this,p).offsetWidth-t(this,C)));if(!t(this,v).current){const r=getComputedStyle(this),c=this.vertical?parseFloat(r.paddingBlockStart)+parseFloat(r.paddingBlockEnd):parseFloat(r.paddingInlineStart)+parseFloat(r.paddingInlineEnd);h(this,g,t(this,g)+c),t(this,a).max=t(this,g)}if(t(this,v).current&&t(this,o).length){const r=t(this,o)[t(this,o).length-1],c=r.position+r.size-t(this,C),m=t(this,g)-c;h(this,X,r.position+r.size+m)}else h(this,X,t(this,g));if(t(this,D).current&&t(this,o).length){const r=t(this,o)[i];t(this,a).set(r.position,{equalize:!0})}else t(this,a).set(e*t(this,g),{equalize:!0})});s(this,Mt,()=>{const e=this.currentScrollValue;if(h(this,vt,Math.max(0,e-t(this,g))),t(this,o).length){let i=0;for(let r=0;r<t(this,o).length;r++){const c=t(this,o)[r];c.transform(),this.targetScrollValue+c.size/2>=c.position&&(i=r)}t(this,b).current=i}else this.vertical?t(this,p).style.transform=`translate3d(0px, ${e*-1}px, 0px)`:t(this,p).style.transform=`translate3d(${e*-1}px, 0px, 0px)`;gt.scrollEntries.update(this,t(this,x).current,e)});s(this,Pt,(e,i)=>{t(this,rt).current&&(d(this,l,Yt).call(this,Math.sign(i)||1),t(this,Tt).call(this,e,i))});s(this,Tt,(e,i)=>{if(t(this,M).current){if(t(this,M).current<0&&i>0)return;if(t(this,M).current>0&&i<0)return}if(t(this,H).unlistenAnimationFrame(),!t(this,k).current&&t(this,K).current&&(clearInterval(t(this,Et)),h(this,Et,setTimeout(()=>{const r=d(this,l,ee).call(this);r&&this.scrollToSection(r.index,{tween:{duration:t(this,ut).current,easing:Pe.easeInOutExpo}})},t(this,K).current))),!(e==="drag"&&!ze.device.isMobile&&!t(this,lt).current))if(t(this,D).current){const r=Math.sign(i);t(this,o).length?this.shiftSections(r):t(this,a).shift(r*t(this,C))}else t(this,a).shift(i)});if(Nt.isBrowser){const e=this.attachShadow({mode:"open"});e.adoptedStyleSheets.push(Re);const i=document.createElement("div");i.className="static",i.innerHTML='<slot name="static"></slot>',e.appendChild(i),h(this,J,document.createElement("div")),t(this,J).className="content-wrapper",h(this,p,document.createElement("div")),t(this,p).className="content",h(this,Ct,document.createElement("slot")),t(this,p).appendChild(t(this,Ct)),t(this,J).appendChild(t(this,p)),e.appendChild(t(this,J))}}get damped(){return t(this,a)}get controlsCSSProperty(){return t(this,rt)}get axisCSSProperty(){return t(this,x)}get directionCSSProperty(){return t(this,M)}get pagesCSSProperty(){return t(this,T)}get splitCSSProperty(){return t(this,O)}get sectionalCSSProperty(){return t(this,D)}get autoSizeCSSProperty(){return t(this,V)}get wheelMaxDeltaCSSProperty(){return t(this,N)}get sectionsInViewCSSProperty(){return t(this,q)}get loopCSSProperty(){return t(this,v)}get dampingCSSProperty(){return t(this,nt)}get massCSSProperty(){return t(this,ht)}get stiffnessCSSProperty(){return t(this,ot)}get mouseDragCSSProperty(){return t(this,lt)}get sectionDistanceScaleCSSProperty(){return t(this,yt)}get autoplayCSSProperty(){return t(this,k)}get autoplayPauseDurationCSSProperty(){return t(this,ct)}get autoplayUserDirectionCSSProperty(){return t(this,j)}get classesCSSProperty(){return t(this,R)}get currentIndexStartOffsetCSSProperty(){return t(this,G)}get currentIndexEndOffsetCSSProperty(){return t(this,B)}get focusDelayCSSProperty(){return t(this,K)}get focusDurationCSSProperty(){return t(this,ut)}get disabledCSSProperty(){return t(this,at)}get hibernatedCSSProperty(){return t(this,Z)}get currentScrollValue(){return d(this,l,te).call(this,"current")}get targetScrollValue(){return d(this,l,te).call(this,"target")}get contentWrapperElement(){return t(this,J)}get contentElement(){return t(this,p)}get sections(){return t(this,o)}get position(){return t(this,At)}get contentPosition(){return t(this,It)}get viewportSize(){return t(this,C)}get scrollSize(){return t(this,g)}get gap(){return t(this,z)}get counter(){return t(this,b)}get limit(){return t(this,o).length-t(this,q).current}get distance(){return t(this,X)}get loopDistance(){return t(this,v).current?t(this,X)+t(this,z):t(this,X)}get overscroll(){return t(this,vt)}get vertical(){return t(this,x).current==="y"}get currentProgress(){return this.currentScrollValue/this.loopDistance||0}get targetProgress(){return this.targetScrollValue/this.loopDistance||0}get scrollWidth(){return t(this,x).current==="y"?0:t(this,a).distance}get scrollHeight(){return t(this,x).current==="x"?0:t(this,a).distance}onScroll(...e){return t(this,a).subscribe(...e)}offScroll(...e){t(this,a).unsubscribe(...e)}range(e,i,r=0){const c=e-r,m=c+i+r*2;return this.currentProgress<c?0:this.currentProgress>m?1:(this.currentProgress-c)/(m-c)}curve(e,i,r=0){return Math.sin(this.range(e,i,r)*Math.PI)}visible(e,i,r=0){const c=e-r,m=c+i+r*2;return this.currentProgress>=c&&this.currentProgress<=m}scrollToSection(e,i){if(!t(this,o).length)return;const r=t(this,b).current;d(this,l,ae).call(this,e);const c=t(this,o)[r],m=t(this,o)[t(this,b).current];if(c&&m){let w=0;const ft=d(this,l,ee).call(this),ge=ft?this.targetScrollValue-ft.position:0;t(this,v).current?t(this,b).current===0&&r===t(this,o).length-1?w=t(this,g)+t(this,C)-c.position+t(this,z):t(this,b).current===t(this,o).length-1&&r===0?w=m.position-(t(this,g)+t(this,C)+t(this,z)):w=m.position-c.position:w=m.position-c.position,this.shiftPosition(w-ge,i)}}shiftSections(e,i){t(this,o).length&&this.scrollToSection(t(this,b).current+e,i)}setPosition(e,i){d(this,l,Yt).call(this,Math.sign(e)||1),i!=null&&i.tween?(t(this,H).set(t(this,a).current,{equalize:!0}),t(this,H).set(e,he({},i.tween))):t(this,a).set(e,{equalize:(i==null?void 0:i.behaviour)==="instant"})}shiftPosition(e,i){this.setPosition(t(this,a).target+e,i)}connectedCallback(){h(this,a,new we.Damped(0,{damping:.01,min:0,order:Kt.TICK_ORDER.SCROLL})),this.setAttribute("tabindex","0"),h(this,A,new Wt.WheelControls({element:t(this,p)})),t(this,A).changeEvent.subscribe(t(this,Pt)),h(this,Q,new Wt.KeyboardControls({element:this})),t(this,Q).changeEvent.subscribe(t(this,Pt)),h(this,_,new Wt.DragControls({element:t(this,p)})),t(this,_).changeEvent.subscribe(t(this,Pt)),h(this,E,new Wt.AutoplayControls({culling:this})),t(this,E).changeEvent.subscribe(t(this,Tt)),t(this,x).subscribe(({current:e})=>{t(this,p).style.flexDirection=e==="x"?"row":"column",t(this,A).axis=t(this,N).current?"max":e,t(this,Q).dimension=e==="x"?"width":"height",t(this,_).axis=e,e==="x"?this.style.touchAction="pan-y":e==="y"&&(this.style.touchAction="pan-x"),this.isConnected&&t(this,L).call(this)}),t(this,N).subscribe(e=>{t(this,A).axis=e.current?"max":t(this,x).current}),t(this,T).subscribe(()=>{this.isConnected&&t(this,L).call(this)}),t(this,O).subscribe(({current:e})=>{this.isConnected&&(e?d(this,l,qt).call(this):d(this,l,mt).call(this))}),t(this,D).subscribe(e=>{t(this,A).debounce=e.current,t(this,_).swipe=e.current,t(this,E).interval=e.current,this.isConnected&&(e.current&&!e.previous&&!t(this,o).length?d(this,l,qt).call(this):!e.current&&e.previous&&t(this,o).length&&d(this,l,mt).call(this))}),t(this,V).subscribe(e=>{this.isConnected&&(t(this,L).call(this),e.current&&!e.previous&&!t(this,o).length?d(this,l,qt).call(this):!e.current&&e.previous&&t(this,o).length&&d(this,l,mt).call(this))}),t(this,q).subscribe(e=>{this.isConnected&&(t(this,L).call(this),d(this,l,st).call(this))}),t(this,v).subscribe(e=>{e.current?(this.isConnected&&(t(this,o).length||(t(this,O).current=!0)),t(this,o).length&&(t(this,a).max=1/0,t(this,a).min=-1/0)):(h(this,vt,0),t(this,a).max=t(this,g),t(this,a).min=0)}),t(this,nt).subscribe(e=>{t(this,a).damping=e.current}),t(this,ht).subscribe(e=>{t(this,a).mass=e.current}),t(this,ot).subscribe(e=>{t(this,a).stiffness=e.current}),t(this,k).subscribe(e=>{t(this,E).speed=e.current,e.current&&!e.previous?t(this,E).connect():!e.current&&e.previous&&t(this,E).disconnect()}),t(this,j).subscribe(e=>{e.current||(t(this,E).direction=1)}),t(this,R).subscribe(e=>{this.isConnected&&d(this,l,st).call(this)}),t(this,G).subscribe(e=>{this.isConnected&&t(this,R).current&&d(this,l,st).call(this)}),t(this,B).subscribe(e=>{this.isConnected&&t(this,R).current&&d(this,l,st).call(this)}),t(this,a).isRunning.subscribe(e=>{this.classList.toggle("active",e.current)}),t(this,b).subscribe(e=>{t(this,o).length&&d(this,l,st).call(this)}),t(this,H).subscribe(e=>{t(this,H).isRunning.current&&t(this,a).set(e.current)}),t(this,at).subscribe(e=>{e.current&&!e.previous?d(this,l,Zt).call(this):!e.current&&e.previous&&d(this,l,Jt).call(this)}),t(this,Z).subscribe(e=>{e.current&&!e.previous?d(this,l,Qt).call(this):!e.current&&e.previous&&d(this,l,Xt).call(this)}),t(this,rt).observe(),t(this,x).observe(),t(this,M).observe(),t(this,T).observe(),t(this,O).observe(),t(this,D).observe(),t(this,V).observe(),t(this,N).observe(),t(this,q).observe(),t(this,v).observe(),t(this,nt).observe(),t(this,ht).observe(),t(this,ot).observe(),t(this,lt).observe(),t(this,yt).observe(),t(this,k).observe(),t(this,k).observe(),t(this,ct).observe(),t(this,j).observe(),t(this,R).observe(),t(this,G).observe(),t(this,B).observe(),t(this,K).observe(),t(this,ut).observe(),t(this,at).observe(),t(this,Z).observe(),t(this,Z).current||d(this,l,Xt).call(this)}disconnectedCallback(){this.setAttribute("tabindex",""),t(this,rt).unobserve(),t(this,x).unobserve(),t(this,M).unobserve(),t(this,T).unobserve(),t(this,O).unobserve(),t(this,D).unobserve(),t(this,V).unobserve(),t(this,N).unobserve(),t(this,q).unobserve(),t(this,v).unobserve(),t(this,nt).unobserve(),t(this,ht).unobserve(),t(this,ot).unobserve(),t(this,lt).unobserve(),t(this,yt).unobserve(),t(this,k).unobserve(),t(this,ct).unobserve(),t(this,j).unobserve(),t(this,R).unobserve(),t(this,G).unobserve(),t(this,B).unobserve(),t(this,K).unobserve(),t(this,ut).unobserve(),t(this,at).unobserve(),t(this,Z).unobserve(),d(this,l,Qt).call(this)}}a=new WeakMap,rt=new WeakMap,x=new WeakMap,M=new WeakMap,T=new WeakMap,O=new WeakMap,D=new WeakMap,V=new WeakMap,N=new WeakMap,q=new WeakMap,v=new WeakMap,nt=new WeakMap,ht=new WeakMap,ot=new WeakMap,lt=new WeakMap,yt=new WeakMap,k=new WeakMap,ct=new WeakMap,j=new WeakMap,R=new WeakMap,G=new WeakMap,B=new WeakMap,K=new WeakMap,ut=new WeakMap,at=new WeakMap,Z=new WeakMap,J=new WeakMap,p=new WeakMap,Ct=new WeakMap,o=new WeakMap,At=new WeakMap,It=new WeakMap,C=new WeakMap,g=new WeakMap,z=new WeakMap,A=new WeakMap,Q=new WeakMap,_=new WeakMap,E=new WeakMap,b=new WeakMap,vt=new WeakMap,X=new WeakMap,dt=new WeakMap,pt=new WeakMap,Et=new WeakMap,H=new WeakMap,l=new WeakSet,qt=function(){d(this,l,mt).call(this),t(this,Ct).assignedElements().forEach((e,i)=>{e instanceof HTMLElement&&t(this,o).push(new qe(e,i,this))}),t(this,p).style.transform="",Gt.dispatchEvent(this,"scrollSectionsChange",{custom:!0,composed:!0}),t(this,L).call(this),d(this,l,st).call(this)},mt=function(){t(this,o).forEach(e=>{e.destroy()}),h(this,o,[]),t(this,b).reset(),t(this,a).reset(),Gt.dispatchEvent(this,"scrollSectionsChange",{custom:!0,composed:!0})},Zt=function(){t(this,dt)||(h(this,dt,!0),t(this,a).unsubscribe(t(this,Mt)),t(this,a).unlistenAnimationFrame(),clearInterval(t(this,Et)),t(this,H).unlistenAnimationFrame(),t(this,A).disconnect(),t(this,Q).disconnect(),t(this,_).disconnect(),t(this,E).disconnect())},Jt=function(){t(this,dt)&&(h(this,dt,!1),t(this,a).subscribe(t(this,Mt)),t(this,A).connect(),t(this,Q).connect(),t(this,_).connect(),t(this,k).current&&t(this,E).connect())},Qt=function(){t(this,pt)||(h(this,pt,!0),Ut.windowResizer.unsubscribe(t(this,L)),$t.elementResizer.unsubscribe(t(this,L)),d(this,l,Zt).call(this),t(this,p).style.transform="",t(this,o).length?d(this,l,mt).call(this):(t(this,b).reset(),t(this,a).reset()),gt.scrollEntries.unregister(this))},Xt=function(){t(this,pt)&&(h(this,pt,!1),(t(this,v).current||t(this,O).current||t(this,v).current||t(this,V).current||t(this,D).current)&&d(this,l,qt).call(this),gt.scrollEntries.register(this),d(this,l,Jt).call(this),Ut.windowResizer.subscribe(t(this,L),Kt.RESIZE_ORDER.SCROLL),$t.elementResizer.subscribe(this,t(this,L)))},L=new WeakMap,Mt=new WeakMap,ae=function(e){t(this,v).current?(t(this,b).current=e%t(this,o).length,t(this,b).current=t(this,b).current<0?t(this,o).length+t(this,b).current:t(this,b).current):t(this,b).current=ce.clamp(e,0,this.limit)},Pt=new WeakMap,Tt=new WeakMap,Yt=function(e=1){t(this,j).current&&(t(this,E).direction=e),t(this,k).current&&t(this,E).pauseAndContinue(t(this,ct).current,this.sectionalCSSProperty.current)},te=function(e="current"){if(t(this,v).current&&t(this,o).length){const i=t(this,a)[e]%(t(this,g)+t(this,C)+t(this,z));return i<0?t(this,g)+i+t(this,C)+t(this,z):i}else return t(this,a)[e]},st=function(){if(t(this,R).current&&t(this,o).length){const e=t(this,b).current+t(this,G).current;e===0?this.classList.add("start"):this.classList.remove("start"),e===this.limit?this.classList.add("end"):this.classList.remove("end");const i=t(this,q).current+t(this,B).current;t(this,o).forEach((r,c)=>{const m=e-this.limit-1+t(this,B).current,w=e+i,ft=this.sections.length-w;c>=e&&c<w||c<=m?r.mark("current"):c>=w&&c<w+ft/2||c<=m+i?r.mark("next"):r.mark("previous")})}},ee=function(){let e=null,i=1/0;for(let r=0;r<t(this,o).length;r++){const c=Math.abs(t(this,o)[r].position-this.targetScrollValue);c<i&&(i=c,e=r)}return e!==null?t(this,o)[e]:null};customElements.get("e-scroll")||customElements.define("e-scroll",Dt);var Ot;class se extends HTMLElement{constructor(){super(...arguments);s(this,Ot,null)}get scrollElement(){return t(this,Ot)}connectedCallback(){const e=ue.findParentElement(this,Dt);e instanceof Dt?h(this,Ot,e):console.error(this,"e-scroll not found")}}Ot=new WeakMap;var Y,P,F,W,wt,xt,St,Vt,Bt,_t;class de extends se{constructor(){super();s(this,Y,null);s(this,P,null);s(this,F,!1);s(this,W,0);s(this,wt,0);s(this,xt,0);s(this,St,()=>{h(this,F,this.offsetWidth>this.offsetHeight);const e=t(this,F)?this.offsetWidth:this.offsetHeight;h(this,W,e/((this.scrollElement.scrollSize+this.scrollElement.viewportSize)/e)),h(this,W,Math.max(t(this,W),30)),t(this,F)?(t(this,P).style.width=t(this,W)+"px",t(this,P).style.height="100%"):(t(this,P).style.width="100%",t(this,P).style.height=t(this,W)+"px"),h(this,wt,e-t(this,W)),this.scrollElement.scrollSize||(this.style.display="none")});s(this,Vt,()=>{h(this,xt,this.scrollElement.currentProgress*t(this,wt)),t(this,F)?t(this,P).style.transform=`translate3d(${t(this,xt)}px, 0px, 0px)`:t(this,P).style.transform=`translate3d(0px, ${t(this,xt)}px, 0px)`});s(this,Bt,()=>{this.setAttribute("axis",this.scrollElement.axisCSSProperty.current)});s(this,_t,e=>{document.documentElement.classList.add("grabbing"),Le.setupDrag(c=>{const m=t(this,F)?c.x:c.y,w=this.scrollElement.distance/t(this,wt),ft=(m-r)*w;this.scrollElement.setPosition(i+ft)},()=>{document.documentElement.classList.remove("grabbing")});const i=this.scrollElement.damped.target,r=t(this,F)?e.x:e.y});if(Nt.isBrowser){const e=this.attachShadow({mode:"open"});e.adoptedStyleSheets.push(le.createStylesheet({":host":{display:"inline-block",zIndex:"1",backgroundColor:"#ebebeb"},':host([axis="y"])':{position:"absolute",right:"0",top:"0",width:"1vmin",height:"100%"},':host([axis="x"])':{position:"absolute",left:"0",bottom:"0",width:"100%",height:"1vmin"},".default-thumb":{backgroundColor:"black",borderRadius:"0.3vmin",touchAction:"none"},"::slotted(*)":{touchAction:"none"}})),h(this,Y,document.createElement("slot")),t(this,Y).innerHTML='<div class="default-thumb"></div>',e.appendChild(t(this,Y))}}get thumbElement(){return t(this,P)}connectedCallback(){super.connectedCallback(),this.setAttribute("drag-dead-zone","");const e=t(this,Y).assignedElements()[0]||t(this,Y).firstElementChild;h(this,P,e),t(this,P).addEventListener("pointerdown",t(this,_t)),Ut.windowResizer.subscribe(t(this,St),Kt.RESIZE_ORDER.SCROLL),$t.elementResizer.subscribe(this,t(this,St)),this.scrollElement.onScroll(t(this,Vt)),this.scrollElement.axisCSSProperty.subscribe(t(this,Bt))}disconnectedCallback(){this.removeAttribute("drag-dead-zone"),t(this,P).removeEventListener("pointerdown",t(this,_t)),Ut.windowResizer.unsubscribe(t(this,St)),$t.elementResizer.unsubscribe(t(this,St)),this.scrollElement.offScroll(t(this,Vt)),this.scrollElement.axisCSSProperty.unsubscribe(t(this,Bt))}}Y=new WeakMap,P=new WeakMap,F=new WeakMap,W=new WeakMap,wt=new WeakMap,xt=new WeakMap,St=new WeakMap,Vt=new WeakMap,Bt=new WeakMap,_t=new WeakMap;customElements.get("e-scrollbar")||customElements.define("e-scrollbar",de);class pe extends se{constructor(){super(),Nt.isBrowser&&this.addEventListener("click",()=>{this.handleClick()})}}class Se extends pe{handleClick(){const n=this.getAttribute("index"),e=this.getAttribute("behaviour");this.scrollElement.scrollToSection(parseInt(n||"0"),{behaviour:e})}}customElements.get("e-scroll-set-button")||customElements.define("e-scroll-set-button",Se);class fe extends pe{handleClick(){const n=this.getAttribute("step"),e=this.getAttribute("behaviour");this.scrollElement.shiftSections(parseInt(n||"1"),{behaviour:e})}}customElements.get("e-scroll-step-button")||customElements.define("e-scroll-step-button",fe);var U,tt,zt,Ht,Ft,Lt;class Ae{constructor(n,e,i){s(this,U,null);s(this,tt,null);s(this,zt,null);s(this,Ht,null);s(this,Ft,()=>{t(this,tt).scrollToSection(t(this,zt),{behaviour:t(this,Ht)})});s(this,Lt,()=>{t(this,U).classList.toggle("current",t(this,tt).counter.current===t(this,zt))});Nt.isBrowser&&(h(this,U,document.createElement("button")),h(this,tt,n),h(this,Ht,i),h(this,zt,e),t(this,U).addEventListener("click",t(this,Ft)),t(this,tt).counter.subscribe(t(this,Lt)),t(this,Lt).call(this))}get element(){return t(this,U)}destroy(){t(this,U).removeEventListener("click",t(this,Ft)),t(this,tt).counter.unsubscribe(t(this,Lt)),t(this,U).remove()}}U=new WeakMap,tt=new WeakMap,zt=new WeakMap,Ht=new WeakMap,Ft=new WeakMap,Lt=new WeakMap;var et,kt;class me extends se{constructor(){super(...arguments);s(this,et,[]);s(this,kt,ke.debounce(()=>{t(this,et).forEach(e=>e.destroy()),h(this,et,[]);for(let e=0;e<this.scrollElement.sections.length;e++){const i=new Ae(this.scrollElement,e,this.getAttribute("behaviour")||"smooth");this.appendChild(i.element),t(this,et).push(i)}},0))}connectedCallback(){super.connectedCallback(),this.scrollElement.addEventListener("sectionsChange",t(this,kt)),t(this,kt).call(this)}disconnectedCallback(){this.scrollElement.removeEventListener("sectionsChange",t(this,kt)),t(this,et).forEach(e=>e.destroy()),h(this,et,[])}}et=new WeakMap,kt=new WeakMap;customElements.get("e-scroll-bullet-buttons")||customElements.define("e-scroll-bullet-buttons",me);class be extends De.ScrollSegmentElement{connectedCallback(){const n=ue.findParentElement(this,Dt);n instanceof Dt?(this.scrollContainer=n,this.scrollContainer.addEventListener("scrollSectionsChange",this.findAnotherScrollEntries)):console.error(this,"e-scroll not found")}}customElements.get("e-scroll-segment")||customElements.define("e-scroll-segment",be);exports.ScrollBulletButtonsElement=me;exports.ScrollElement=Dt;exports.ScrollSegmentElement=be;exports.ScrollSetButtonElement=Se;exports.ScrollStepButtonElement=fe;exports.ScrollbarElement=de;
1
+ "use strict";var Ce=Object.defineProperty;var ne=Object.getOwnPropertySymbols;var Ee=Object.prototype.hasOwnProperty,Pe=Object.prototype.propertyIsEnumerable;var oe=u=>{throw TypeError(u)};var he=(u,n,e)=>n in u?Ce(u,n,{enumerable:!0,configurable:!0,writable:!0,value:e}):u[n]=e,le=(u,n)=>{for(var e in n||(n={}))Ee.call(n,e)&&he(u,e,n[e]);if(ne)for(var e of ne(n))Pe.call(n,e)&&he(u,e,n[e]);return u};var Zt=(u,n,e)=>n.has(u)||oe("Cannot "+e);var t=(u,n,e)=>(Zt(u,n,"read from private field"),e?e.call(u):n.get(u)),s=(u,n,e)=>n.has(u)?oe("Cannot add the same private member more than once"):n instanceof WeakSet?n.add(u):n.set(u,e),h=(u,n,e,i)=>(Zt(u,n,"write to private field"),i?i.call(u,e):n.set(u,e),e),d=(u,n,e)=>(Zt(u,n,"access private method"),e);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const we=require("../../Store-CDb6RMce.cjs"),Kt=require("../../browser-CpzFX2xg.cjs"),xe=require("../../easings-DsS5-Kqc.cjs"),Jt=require("../../events-KVanG9sR.cjs"),ue=require("../../jss-GJLvaNfT.cjs"),gt=require("../../layout-8ryRAMGJ.cjs"),ae=require("../../math-GDWEqu7y.cjs");require("../../ticker/vanilla/index.cjs");const Qt=require("../../order/index.cjs"),ze=require("../../Damped-CTsV8tl_.cjs"),Le=require("../../Tweened-BttGiyB0.cjs"),Ut=require("../../controls/index.cjs"),jt=require("../../window-resizer/vanilla/index.cjs"),yt=require("../../scroll-entries/index.cjs"),ce=require("../../css-unit-parser/index.cjs"),S=require("../../css-property/index.cjs"),ke=require("../../device/index.cjs"),Gt=require("../../element-resizer/vanilla/index.cjs"),De=require("../../gestures-DHLrn6Q8.cjs"),de=require("../../dom-JBOkFLTh.cjs"),qe=require("../../function-MthRj-GJ.cjs"),Re=require("../../scroll-segment/index.cjs");var f,Tt,y,nt,A,$;class Te{constructor(n,e,i){s(this,f);s(this,Tt);s(this,y);s(this,nt,0);s(this,A,0);s(this,$,null);h(this,f,n),h(this,Tt,e),h(this,y,i),yt.scrollEntries.register(t(this,f))}get index(){return t(this,Tt)}get size(){return t(this,nt)}get position(){return t(this,A)}destroy(){yt.scrollEntries.unregister(t(this,f)),this.unsetTransform()}unsetTransform(){t(this,f).style.transform="",this.mark(null)}setSize(n){n?(t(this,f).style.setProperty("--size",n+"px"),t(this,y).axisCSSProperty.current==="x"?(t(this,f).style.width=n+"px",t(this,f).style.height=""):(t(this,f).style.height=n+"px",t(this,f).style.width="")):(t(this,f).style.width="",t(this,f).style.height="",t(this,f).style.removeProperty("--size"))}resize(){h(this,nt,t(this,y).vertical?t(this,f).offsetHeight:t(this,f).offsetWidth),h(this,A,t(this,y).vertical?gt.getCumulativeOffsetTop(t(this,f)):gt.getCumulativeOffsetLeft(t(this,f))),h(this,A,t(this,A)-t(this,y).contentPosition)}transform(){let n=0;const e=t(this,y).viewportSize*t(this,y).sectionDistanceScaleCSSProperty.current;t(this,y).loopCSSProperty.current&&t(this,y).overscroll&&t(this,A)+t(this,nt)<t(this,y).currentScrollValue&&(n=t(this,y).distance*-1-t(this,y).gap),yt.scrollEntries.update(t(this,f),t(this,y).axisCSSProperty.current,n);const i=t(this,y).currentScrollValue+n,r=t(this,A)-t(this,y).viewportSize-e,c=t(this,A)+t(this,nt)+e,m=ae.clamp(i,r,c);t(this,y).vertical?t(this,f).style.transform=`translate3d(0px, ${m*-1}px, 0px)`:t(this,f).style.transform=`translate3d(${m*-1}px, 0px, 0px)`}mark(n){t(this,$)!==n&&(t(this,$)&&t(this,f).classList.remove(t(this,$)),n&&t(this,f).classList.add(n),h(this,$,n),Jt.dispatchEvent(t(this,f),"scrollSectionMarkChange",{composed:!0,detail:{mark:t(this,$)},custom:!0}))}}f=new WeakMap,Tt=new WeakMap,y=new WeakMap,nt=new WeakMap,A=new WeakMap,$=new WeakMap;const Ae=ue.createStylesheet({":host":{position:"relative",width:"100%",height:"100%",display:"block",outline:"none"},':host([hibernated="true"])':{display:"contents"},".static":{position:"var(--static-position, absolute)",top:"var(--static-top, 0)",left:"var(--static-left, 0)",width:"var(--static-width, 100%)",height:"var(--static-height, 100%)"},".content-wrapper":{width:"100%",height:"100%",overflow:"var(--overflow, initial)"},".content":{position:"relative",display:"flex",width:"100%",height:"100%",gap:"var(--gap, 0px)",willChange:"var(--will-change, transform)"},':host([hibernated="true"]) .content':{display:"contents"},"::slotted(*)":{flexShrink:"0"}});var a,ht,x,I,M,O,D,V,N,q,C,ot,lt,ct,ut,vt,k,at,j,R,G,B,K,dt,pt,Z,J,p,Ct,l,At,It,v,g,z,T,Q,_,E,b,Et,X,ie,Y,tt,St,Pt,H,o,Rt,bt,$t,Nt,Xt,Yt,L,Mt,pe,wt,Ot,te,ee,rt,se;class qt extends HTMLElement{constructor(){super();s(this,o);s(this,a,null);s(this,ht,new S.CSSProperty(this,"--controls",!0));s(this,x,new S.CSSProperty(this,"--axis","y"));s(this,I,new S.CSSProperty(this,"--direction",0));s(this,M,new S.CSSProperty(this,"--pages",0,{validate:e=>Math.max(0,e-1)}));s(this,O,new S.CSSProperty(this,"--split",!1));s(this,D,new S.CSSProperty(this,"--sectional",!1));s(this,V,new S.CSSProperty(this,"--auto-size",!1));s(this,N,new S.CSSProperty(this,"--wheel-max-delta",!1));s(this,q,new S.CSSProperty(this,"--sections-in-view",1));s(this,C,new S.CSSProperty(this,"--loop",!1));s(this,ot,new S.CSSProperty(this,"--damping",20));s(this,lt,new S.CSSProperty(this,"--mass",0));s(this,ct,new S.CSSProperty(this,"--stiffness",0));s(this,ut,new S.CSSProperty(this,"--mouse-drag",!1));s(this,vt,new S.CSSProperty(this,"--section-distance-scale",.5));s(this,k,new S.CSSProperty(this,"--autoplay",0));s(this,at,new S.CSSProperty(this,"--autoplay-pause-duration",0));s(this,j,new S.CSSProperty(this,"--autoplay-user-direction",!1));s(this,R,new S.CSSProperty(this,"--classes",!1));s(this,G,new S.CSSProperty(this,"--current-index-start-offset",0));s(this,B,new S.CSSProperty(this,"--current-index-end-offset",0));s(this,K,new S.CSSProperty(this,"--focus-delay",0));s(this,dt,new S.CSSProperty(this,"--focus-duration",3e3));s(this,pt,new S.CSSProperty(this,"--disabled",!1));s(this,Z,new S.CSSProperty(this,"--hibernated",!1));s(this,J,null);s(this,p,null);s(this,Ct,null);s(this,l,[]);s(this,At,0);s(this,It,0);s(this,v,0);s(this,g,0);s(this,z,0);s(this,T,null);s(this,Q,null);s(this,_,null);s(this,E,null);s(this,b,new we.Store(0));s(this,Et,0);s(this,X,0);s(this,ie,!1);s(this,Y,!1);s(this,tt,!0);s(this,St,!0);s(this,Pt);s(this,H,new Le.Tweened);s(this,L,()=>{t(this,a).unlistenAnimationFrame();const e=this.currentScrollValue/t(this,g)||0,i=t(this,b).current;if(h(this,At,this.vertical?gt.getCumulativeOffsetTop(this):gt.getCumulativeOffsetLeft(this)),h(this,It,this.vertical?gt.getCumulativeOffsetTop(t(this,p)):gt.getCumulativeOffsetLeft(t(this,p))),h(this,v,this.vertical?this.offsetHeight:this.offsetWidth),this.vertical?h(this,z,ce.cssUnitParser.parse(getComputedStyle(t(this,p)).rowGap)):h(this,z,ce.cssUnitParser.parse(getComputedStyle(t(this,p)).columnGap)),t(this,V).current&&t(this,l).length){const r=t(this,q).current,c=(t(this,v)-t(this,z)*(r-1))/r;t(this,l).forEach(m=>{m.setSize(c)})}else t(this,l).forEach(r=>{r.setSize()});if(t(this,l).forEach(r=>{r.resize()}),t(this,M).current){h(this,g,t(this,v)*t(this,M).current);const r=t(this,g)+t(this,v);this.vertical?(t(this,p).style.width=r+"px",t(this,p).style.height="100%"):(t(this,p).style.height=r+"px",t(this,p).style.width="100%")}else this.vertical?(t(this,p).style.width="100%",t(this,p).style.height="max-content",h(this,g,t(this,p).offsetHeight-t(this,v))):(t(this,p).style.width="max-content",t(this,p).style.height="100%",h(this,g,t(this,p).offsetWidth-t(this,v)));if(!t(this,C).current){const r=getComputedStyle(this),c=this.vertical?parseFloat(r.paddingBlockStart)+parseFloat(r.paddingBlockEnd):parseFloat(r.paddingInlineStart)+parseFloat(r.paddingInlineEnd);h(this,g,t(this,g)+c),t(this,a).max=t(this,g)}if(t(this,C).current&&t(this,l).length){const r=t(this,l)[t(this,l).length-1],c=r.position+r.size-t(this,v),m=t(this,g)-c;h(this,X,r.position+r.size+m)}else h(this,X,t(this,g));if(t(this,D).current&&t(this,l).length){const r=t(this,l)[i];t(this,a).set(r.position,{equalize:!0})}else t(this,a).set(e*t(this,g),{equalize:!0});h(this,Y,(this.vertical?t(this,p).offsetHeight:t(this,p).offsetWidth)>t(this,v)),t(this,Y)?d(this,o,Nt).call(this):d(this,o,$t).call(this)});s(this,Mt,()=>{if(!t(this,Y))return;const e=this.currentScrollValue;if(h(this,Et,Math.max(0,e-t(this,g))),t(this,l).length){let i=0;for(let r=0;r<t(this,l).length;r++){const c=t(this,l)[r];c.transform(),this.targetScrollValue+c.size/2>=c.position&&(i=r)}t(this,b).current=i}else this.vertical?t(this,p).style.transform=`translate3d(0px, ${e*-1}px, 0px)`:t(this,p).style.transform=`translate3d(${e*-1}px, 0px, 0px)`;yt.scrollEntries.update(this,t(this,x).current,e)});s(this,wt,(e,i)=>{t(this,ht).current&&(d(this,o,te).call(this,Math.sign(i)||1),t(this,Ot).call(this,e,i))});s(this,Ot,(e,i)=>{if(t(this,I).current){if(t(this,I).current<0&&i>0)return;if(t(this,I).current>0&&i<0)return}if(t(this,H).unlistenAnimationFrame(),!t(this,k).current&&t(this,K).current&&(clearInterval(t(this,Pt)),h(this,Pt,setTimeout(()=>{const r=d(this,o,se).call(this);r&&this.scrollToSection(r.index,{tween:{duration:t(this,dt).current,easing:xe.easeInOutExpo}})},t(this,K).current))),!(e==="drag"&&!ke.device.isMobile&&!t(this,ut).current))if(t(this,D).current){const r=Math.sign(i);t(this,l).length?this.shiftSections(r):t(this,a).shift(r*t(this,v))}else t(this,a).shift(i)});if(Kt.isBrowser){const e=this.attachShadow({mode:"open"});e.adoptedStyleSheets.push(Ae);const i=document.createElement("div");i.className="static",i.innerHTML='<slot name="static"></slot>',e.appendChild(i),h(this,J,document.createElement("div")),t(this,J).className="content-wrapper",h(this,p,document.createElement("div")),t(this,p).className="content",h(this,Ct,document.createElement("slot")),t(this,p).appendChild(t(this,Ct)),t(this,J).appendChild(t(this,p)),e.appendChild(t(this,J))}}get damped(){return t(this,a)}get controlsCSSProperty(){return t(this,ht)}get axisCSSProperty(){return t(this,x)}get directionCSSProperty(){return t(this,I)}get pagesCSSProperty(){return t(this,M)}get splitCSSProperty(){return t(this,O)}get sectionalCSSProperty(){return t(this,D)}get autoSizeCSSProperty(){return t(this,V)}get wheelMaxDeltaCSSProperty(){return t(this,N)}get sectionsInViewCSSProperty(){return t(this,q)}get loopCSSProperty(){return t(this,C)}get dampingCSSProperty(){return t(this,ot)}get massCSSProperty(){return t(this,lt)}get stiffnessCSSProperty(){return t(this,ct)}get mouseDragCSSProperty(){return t(this,ut)}get sectionDistanceScaleCSSProperty(){return t(this,vt)}get autoplayCSSProperty(){return t(this,k)}get autoplayPauseDurationCSSProperty(){return t(this,at)}get autoplayUserDirectionCSSProperty(){return t(this,j)}get classesCSSProperty(){return t(this,R)}get currentIndexStartOffsetCSSProperty(){return t(this,G)}get currentIndexEndOffsetCSSProperty(){return t(this,B)}get focusDelayCSSProperty(){return t(this,K)}get focusDurationCSSProperty(){return t(this,dt)}get disabledCSSProperty(){return t(this,pt)}get hibernatedCSSProperty(){return t(this,Z)}get currentScrollValue(){return d(this,o,ee).call(this,"current")}get targetScrollValue(){return d(this,o,ee).call(this,"target")}get contentWrapperElement(){return t(this,J)}get contentElement(){return t(this,p)}get sections(){return t(this,l)}get position(){return t(this,At)}get contentPosition(){return t(this,It)}get viewportSize(){return t(this,v)}get scrollSize(){return t(this,g)}get gap(){return t(this,z)}get counter(){return t(this,b)}get limit(){return t(this,l).length-t(this,q).current}get distance(){return t(this,X)}get loopDistance(){return t(this,C).current?t(this,X)+t(this,z):t(this,X)}get hasOverflow(){return t(this,Y)}get overscroll(){return t(this,Et)}get vertical(){return t(this,x).current==="y"}get currentProgress(){return this.currentScrollValue/this.loopDistance||0}get targetProgress(){return this.targetScrollValue/this.loopDistance||0}get scrollWidth(){return t(this,x).current==="y"?0:t(this,a).distance}get scrollHeight(){return t(this,x).current==="x"?0:t(this,a).distance}onScroll(...e){return t(this,a).subscribe(...e)}offScroll(...e){t(this,a).unsubscribe(...e)}range(e,i,r=0){const c=e-r,m=c+i+r*2;return this.currentProgress<c?0:this.currentProgress>m?1:(this.currentProgress-c)/(m-c)}curve(e,i,r=0){return Math.sin(this.range(e,i,r)*Math.PI)}visible(e,i,r=0){const c=e-r,m=c+i+r*2;return this.currentProgress>=c&&this.currentProgress<=m}scrollToSection(e,i){if(!t(this,l).length)return;const r=t(this,b).current;d(this,o,pe).call(this,e);const c=t(this,l)[r],m=t(this,l)[t(this,b).current];if(c&&m){let w=0;const mt=d(this,o,se).call(this),ve=mt?this.targetScrollValue-mt.position:0;t(this,C).current?t(this,b).current===0&&r===t(this,l).length-1?w=t(this,g)+t(this,v)-c.position+t(this,z):t(this,b).current===t(this,l).length-1&&r===0?w=m.position-(t(this,g)+t(this,v)+t(this,z)):w=m.position-c.position:w=m.position-c.position,this.shiftPosition(w-ve,i)}}shiftSections(e,i){t(this,l).length&&this.scrollToSection(t(this,b).current+e,i)}setPosition(e,i){d(this,o,te).call(this,Math.sign(e)||1),i!=null&&i.tween?(t(this,H).set(t(this,a).current,{equalize:!0}),t(this,H).set(e,le({},i.tween))):t(this,a).set(e,{equalize:(i==null?void 0:i.behaviour)==="instant"})}shiftPosition(e,i){this.setPosition(t(this,a).target+e,i)}connectedCallback(){h(this,a,new ze.Damped(0,{damping:.01,min:0,order:Qt.TICK_ORDER.SCROLL})),this.setAttribute("tabindex","0"),h(this,T,new Ut.WheelControls({element:t(this,p)})),t(this,T).changeEvent.subscribe(t(this,wt)),h(this,Q,new Ut.KeyboardControls({element:this})),t(this,Q).changeEvent.subscribe(t(this,wt)),h(this,_,new Ut.DragControls({element:t(this,p)})),t(this,_).changeEvent.subscribe(t(this,wt)),h(this,E,new Ut.AutoplayControls({culling:this})),t(this,E).changeEvent.subscribe(t(this,Ot)),t(this,x).subscribe(({current:e})=>{t(this,p).style.flexDirection=e==="x"?"row":"column",t(this,T).axis=t(this,N).current?"max":e,t(this,Q).dimension=e==="x"?"width":"height",t(this,_).axis=e,e==="x"?this.style.touchAction="pan-y":e==="y"&&(this.style.touchAction="pan-x"),this.isConnected&&t(this,L).call(this)}),t(this,N).subscribe(e=>{t(this,T).axis=e.current?"max":t(this,x).current}),t(this,M).subscribe(()=>{this.isConnected&&t(this,L).call(this)}),t(this,O).subscribe(({current:e})=>{this.isConnected&&(e?d(this,o,Rt).call(this):d(this,o,bt).call(this))}),t(this,D).subscribe(e=>{t(this,T).debounce=e.current,t(this,_).swipe=e.current,t(this,E).interval=e.current,this.isConnected&&(e.current&&!e.previous&&!t(this,l).length?d(this,o,Rt).call(this):!e.current&&e.previous&&t(this,l).length&&d(this,o,bt).call(this))}),t(this,V).subscribe(e=>{this.isConnected&&(t(this,L).call(this),e.current&&!e.previous&&!t(this,l).length?d(this,o,Rt).call(this):!e.current&&e.previous&&t(this,l).length&&d(this,o,bt).call(this))}),t(this,q).subscribe(e=>{this.isConnected&&(t(this,L).call(this),d(this,o,rt).call(this))}),t(this,C).subscribe(e=>{e.current?(this.isConnected&&(t(this,l).length||(t(this,O).current=!0)),t(this,l).length&&(t(this,a).max=1/0,t(this,a).min=-1/0)):(h(this,Et,0),t(this,a).max=t(this,g),t(this,a).min=0)}),t(this,ot).subscribe(e=>{t(this,a).damping=e.current}),t(this,lt).subscribe(e=>{t(this,a).mass=e.current}),t(this,ct).subscribe(e=>{t(this,a).stiffness=e.current}),t(this,k).subscribe(e=>{t(this,E).speed=e.current,!t(this,tt)&&e.current&&!e.previous?t(this,E).connect():!e.current&&e.previous&&t(this,E).disconnect()}),t(this,j).subscribe(e=>{e.current||(t(this,E).direction=1)}),t(this,R).subscribe(e=>{this.isConnected&&d(this,o,rt).call(this)}),t(this,G).subscribe(e=>{this.isConnected&&t(this,R).current&&d(this,o,rt).call(this)}),t(this,B).subscribe(e=>{this.isConnected&&t(this,R).current&&d(this,o,rt).call(this)}),t(this,a).isRunning.subscribe(e=>{this.classList.toggle("active",e.current)}),t(this,b).subscribe(e=>{t(this,l).length&&d(this,o,rt).call(this)}),t(this,H).subscribe(e=>{t(this,H).isRunning.current&&t(this,a).set(e.current)}),t(this,pt).subscribe(e=>{e.current&&!e.previous?d(this,o,$t).call(this):!e.current&&e.previous&&d(this,o,Nt).call(this)}),t(this,Z).subscribe(e=>{e.current&&!e.previous?d(this,o,Xt).call(this):!e.current&&e.previous&&d(this,o,Yt).call(this)}),t(this,ht).observe(),t(this,x).observe(),t(this,I).observe(),t(this,M).observe(),t(this,O).observe(),t(this,D).observe(),t(this,V).observe(),t(this,N).observe(),t(this,q).observe(),t(this,C).observe(),t(this,ot).observe(),t(this,lt).observe(),t(this,ct).observe(),t(this,ut).observe(),t(this,vt).observe(),t(this,k).observe(),t(this,k).observe(),t(this,at).observe(),t(this,j).observe(),t(this,R).observe(),t(this,G).observe(),t(this,B).observe(),t(this,K).observe(),t(this,dt).observe(),t(this,pt).observe(),t(this,Z).observe(),t(this,Z).current||d(this,o,Yt).call(this)}disconnectedCallback(){this.setAttribute("tabindex",""),t(this,ht).unobserve(),t(this,x).unobserve(),t(this,I).unobserve(),t(this,M).unobserve(),t(this,O).unobserve(),t(this,D).unobserve(),t(this,V).unobserve(),t(this,N).unobserve(),t(this,q).unobserve(),t(this,C).unobserve(),t(this,ot).unobserve(),t(this,lt).unobserve(),t(this,ct).unobserve(),t(this,ut).unobserve(),t(this,vt).unobserve(),t(this,k).unobserve(),t(this,at).unobserve(),t(this,j).unobserve(),t(this,R).unobserve(),t(this,G).unobserve(),t(this,B).unobserve(),t(this,K).unobserve(),t(this,dt).unobserve(),t(this,pt).unobserve(),t(this,Z).unobserve(),d(this,o,Xt).call(this)}}a=new WeakMap,ht=new WeakMap,x=new WeakMap,I=new WeakMap,M=new WeakMap,O=new WeakMap,D=new WeakMap,V=new WeakMap,N=new WeakMap,q=new WeakMap,C=new WeakMap,ot=new WeakMap,lt=new WeakMap,ct=new WeakMap,ut=new WeakMap,vt=new WeakMap,k=new WeakMap,at=new WeakMap,j=new WeakMap,R=new WeakMap,G=new WeakMap,B=new WeakMap,K=new WeakMap,dt=new WeakMap,pt=new WeakMap,Z=new WeakMap,J=new WeakMap,p=new WeakMap,Ct=new WeakMap,l=new WeakMap,At=new WeakMap,It=new WeakMap,v=new WeakMap,g=new WeakMap,z=new WeakMap,T=new WeakMap,Q=new WeakMap,_=new WeakMap,E=new WeakMap,b=new WeakMap,Et=new WeakMap,X=new WeakMap,ie=new WeakMap,Y=new WeakMap,tt=new WeakMap,St=new WeakMap,Pt=new WeakMap,H=new WeakMap,o=new WeakSet,Rt=function(){d(this,o,bt).call(this),t(this,Ct).assignedElements().forEach((e,i)=>{e instanceof HTMLElement&&t(this,l).push(new Te(e,i,this))}),t(this,p).style.transform="",Jt.dispatchEvent(this,"scrollSectionsChange",{custom:!0,composed:!0}),t(this,L).call(this),d(this,o,rt).call(this)},bt=function(){t(this,l).forEach(e=>{e.destroy()}),h(this,l,[]),t(this,b).reset(),t(this,a).reset(),Jt.dispatchEvent(this,"scrollSectionsChange",{custom:!0,composed:!0})},$t=function(){t(this,tt)||(console.log(this,"disable"),h(this,tt,!0),t(this,a).unsubscribe(t(this,Mt)),t(this,a).unlistenAnimationFrame(),clearInterval(t(this,Pt)),t(this,H).unlistenAnimationFrame(),t(this,T).disconnect(),t(this,Q).disconnect(),t(this,_).disconnect(),t(this,E).disconnect(),t(this,Y)||this.sections.forEach(e=>{e.unsetTransform()}))},Nt=function(){t(this,tt)&&(h(this,tt,!1),t(this,a).subscribe(t(this,Mt)),t(this,T).connect(),t(this,Q).connect(),t(this,_).connect(),t(this,k).current&&t(this,E).connect())},Xt=function(){t(this,St)||(h(this,St,!0),jt.windowResizer.unsubscribe(t(this,L)),Gt.elementResizer.unsubscribe(t(this,L)),d(this,o,$t).call(this),t(this,p).style.transform="",t(this,l).length?d(this,o,bt).call(this):(t(this,b).reset(),t(this,a).reset()),yt.scrollEntries.unregister(this))},Yt=function(){t(this,St)&&(h(this,St,!1),(t(this,C).current||t(this,O).current||t(this,C).current||t(this,V).current||t(this,D).current)&&d(this,o,Rt).call(this),yt.scrollEntries.register(this),d(this,o,Nt).call(this),jt.windowResizer.subscribe(t(this,L),Qt.RESIZE_ORDER.SCROLL),Gt.elementResizer.subscribe(this,t(this,L)))},L=new WeakMap,Mt=new WeakMap,pe=function(e){t(this,C).current?(t(this,b).current=e%t(this,l).length,t(this,b).current=t(this,b).current<0?t(this,l).length+t(this,b).current:t(this,b).current):t(this,b).current=ae.clamp(e,0,this.limit)},wt=new WeakMap,Ot=new WeakMap,te=function(e=1){t(this,j).current&&(t(this,E).direction=e),t(this,k).current&&t(this,E).pauseAndContinue(t(this,at).current,this.sectionalCSSProperty.current)},ee=function(e="current"){if(t(this,C).current&&t(this,l).length){const i=t(this,a)[e]%(t(this,g)+t(this,v)+t(this,z));return i<0?t(this,g)+i+t(this,v)+t(this,z):i}else return t(this,a)[e]},rt=function(){if(t(this,R).current&&t(this,l).length){const e=t(this,b).current+t(this,G).current;e===0?this.classList.add("start"):this.classList.remove("start"),e===this.limit?this.classList.add("end"):this.classList.remove("end");const i=t(this,q).current+t(this,B).current;t(this,l).forEach((r,c)=>{const m=e-this.limit-1+t(this,B).current,w=e+i,mt=this.sections.length-w;c>=e&&c<w||c<=m?r.mark("current"):c>=w&&c<w+mt/2||c<=m+i?r.mark("next"):r.mark("previous")})}},se=function(){let e=null,i=1/0;for(let r=0;r<t(this,l).length;r++){const c=Math.abs(t(this,l)[r].position-this.targetScrollValue);c<i&&(i=c,e=r)}return e!==null?t(this,l)[e]:null};customElements.get("e-scroll")||customElements.define("e-scroll",qt);var Vt;class re extends HTMLElement{constructor(){super(...arguments);s(this,Vt,null)}get scrollElement(){return t(this,Vt)}connectedCallback(){const e=de.findParentElement(this,qt);e instanceof qt?h(this,Vt,e):console.error(this,"e-scroll not found")}}Vt=new WeakMap;var et,P,W,F,xt,zt,ft,Bt,_t,Ht;class Se extends re{constructor(){super();s(this,et,null);s(this,P,null);s(this,W,!1);s(this,F,0);s(this,xt,0);s(this,zt,0);s(this,ft,()=>{h(this,W,this.offsetWidth>this.offsetHeight);const e=t(this,W)?this.offsetWidth:this.offsetHeight;h(this,F,e/((this.scrollElement.scrollSize+this.scrollElement.viewportSize)/e)),h(this,F,Math.max(t(this,F),30)),t(this,W)?(t(this,P).style.width=t(this,F)+"px",t(this,P).style.height="100%"):(t(this,P).style.width="100%",t(this,P).style.height=t(this,F)+"px"),h(this,xt,e-t(this,F)),this.scrollElement.scrollSize||(this.style.display="none")});s(this,Bt,()=>{h(this,zt,this.scrollElement.currentProgress*t(this,xt)),t(this,W)?t(this,P).style.transform=`translate3d(${t(this,zt)}px, 0px, 0px)`:t(this,P).style.transform=`translate3d(0px, ${t(this,zt)}px, 0px)`});s(this,_t,()=>{this.setAttribute("axis",this.scrollElement.axisCSSProperty.current)});s(this,Ht,e=>{document.documentElement.classList.add("grabbing"),De.setupDrag(c=>{const m=t(this,W)?c.x:c.y,w=this.scrollElement.distance/t(this,xt),mt=(m-r)*w;this.scrollElement.setPosition(i+mt)},()=>{document.documentElement.classList.remove("grabbing")});const i=this.scrollElement.damped.target,r=t(this,W)?e.x:e.y});if(Kt.isBrowser){const e=this.attachShadow({mode:"open"});e.adoptedStyleSheets.push(ue.createStylesheet({":host":{display:"inline-block",zIndex:"1",backgroundColor:"#ebebeb"},':host([axis="y"])':{position:"absolute",right:"0",top:"0",width:"1vmin",height:"100%"},':host([axis="x"])':{position:"absolute",left:"0",bottom:"0",width:"100%",height:"1vmin"},".default-thumb":{backgroundColor:"black",borderRadius:"0.3vmin",touchAction:"none"},"::slotted(*)":{touchAction:"none"}})),h(this,et,document.createElement("slot")),t(this,et).innerHTML='<div class="default-thumb"></div>',e.appendChild(t(this,et))}}get thumbElement(){return t(this,P)}connectedCallback(){super.connectedCallback(),this.setAttribute("drag-dead-zone","");const e=t(this,et).assignedElements()[0]||t(this,et).firstElementChild;h(this,P,e),t(this,P).addEventListener("pointerdown",t(this,Ht)),jt.windowResizer.subscribe(t(this,ft),Qt.RESIZE_ORDER.SCROLL),Gt.elementResizer.subscribe(this,t(this,ft)),this.scrollElement.onScroll(t(this,Bt)),this.scrollElement.axisCSSProperty.subscribe(t(this,_t))}disconnectedCallback(){this.removeAttribute("drag-dead-zone"),t(this,P).removeEventListener("pointerdown",t(this,Ht)),jt.windowResizer.unsubscribe(t(this,ft)),Gt.elementResizer.unsubscribe(t(this,ft)),this.scrollElement.offScroll(t(this,Bt)),this.scrollElement.axisCSSProperty.unsubscribe(t(this,_t))}}et=new WeakMap,P=new WeakMap,W=new WeakMap,F=new WeakMap,xt=new WeakMap,zt=new WeakMap,ft=new WeakMap,Bt=new WeakMap,_t=new WeakMap,Ht=new WeakMap;customElements.get("e-scrollbar")||customElements.define("e-scrollbar",Se);class fe extends re{constructor(){super(),Kt.isBrowser&&this.addEventListener("click",()=>{this.handleClick()})}}class me extends fe{handleClick(){const n=this.getAttribute("index"),e=this.getAttribute("behaviour");this.scrollElement.scrollToSection(parseInt(n||"0"),{behaviour:e})}}customElements.get("e-scroll-set-button")||customElements.define("e-scroll-set-button",me);class be extends fe{handleClick(){const n=this.getAttribute("step"),e=this.getAttribute("behaviour");this.scrollElement.shiftSections(parseInt(n||"1"),{behaviour:e})}}customElements.get("e-scroll-step-button")||customElements.define("e-scroll-step-button",be);var U,st,Lt,Wt,Ft,kt;class Ie{constructor(n,e,i){s(this,U,null);s(this,st,null);s(this,Lt,null);s(this,Wt,null);s(this,Ft,()=>{t(this,st).scrollToSection(t(this,Lt),{behaviour:t(this,Wt)})});s(this,kt,()=>{t(this,U).classList.toggle("current",t(this,st).counter.current===t(this,Lt))});Kt.isBrowser&&(h(this,U,document.createElement("button")),h(this,st,n),h(this,Wt,i),h(this,Lt,e),t(this,U).addEventListener("click",t(this,Ft)),t(this,st).counter.subscribe(t(this,kt)),t(this,kt).call(this))}get element(){return t(this,U)}destroy(){t(this,U).removeEventListener("click",t(this,Ft)),t(this,st).counter.unsubscribe(t(this,kt)),t(this,U).remove()}}U=new WeakMap,st=new WeakMap,Lt=new WeakMap,Wt=new WeakMap,Ft=new WeakMap,kt=new WeakMap;var it,Dt;class ge extends re{constructor(){super(...arguments);s(this,it,[]);s(this,Dt,qe.debounce(()=>{t(this,it).forEach(e=>e.destroy()),h(this,it,[]);for(let e=0;e<this.scrollElement.sections.length;e++){const i=new Ie(this.scrollElement,e,this.getAttribute("behaviour")||"smooth");this.appendChild(i.element),t(this,it).push(i)}},0))}connectedCallback(){super.connectedCallback(),this.scrollElement.addEventListener("sectionsChange",t(this,Dt)),t(this,Dt).call(this)}disconnectedCallback(){this.scrollElement.removeEventListener("sectionsChange",t(this,Dt)),t(this,it).forEach(e=>e.destroy()),h(this,it,[])}}it=new WeakMap,Dt=new WeakMap;customElements.get("e-scroll-bullet-buttons")||customElements.define("e-scroll-bullet-buttons",ge);class ye extends Re.ScrollSegmentElement{connectedCallback(){const n=de.findParentElement(this,qt);n instanceof qt?(this.scrollContainer=n,this.scrollContainer.addEventListener("scrollSectionsChange",this.findAnotherScrollEntries)):console.error(this,"e-scroll not found")}}customElements.get("e-scroll-segment")||customElements.define("e-scroll-segment",ye);exports.ScrollBulletButtonsElement=ge;exports.ScrollElement=qt;exports.ScrollSegmentElement=ye;exports.ScrollSetButtonElement=me;exports.ScrollStepButtonElement=be;exports.ScrollbarElement=Se;
@@ -1,83 +1,86 @@
1
- var me = Object.defineProperty;
2
- var se = Object.getOwnPropertySymbols;
3
- var fe = Object.prototype.hasOwnProperty, be = Object.prototype.propertyIsEnumerable;
4
- var re = (u) => {
5
- throw TypeError(u);
1
+ var be = Object.defineProperty;
2
+ var re = Object.getOwnPropertySymbols;
3
+ var Se = Object.prototype.hasOwnProperty, ge = Object.prototype.propertyIsEnumerable;
4
+ var he = (a) => {
5
+ throw TypeError(a);
6
6
  };
7
- var ie = (u, n, e) => n in u ? me(u, n, { enumerable: !0, configurable: !0, writable: !0, value: e }) : u[n] = e, ne = (u, n) => {
7
+ var ne = (a, n, e) => n in a ? be(a, n, { enumerable: !0, configurable: !0, writable: !0, value: e }) : a[n] = e, oe = (a, n) => {
8
8
  for (var e in n || (n = {}))
9
- fe.call(n, e) && ie(u, e, n[e]);
10
- if (se)
11
- for (var e of se(n))
12
- be.call(n, e) && ie(u, e, n[e]);
13
- return u;
9
+ Se.call(n, e) && ne(a, e, n[e]);
10
+ if (re)
11
+ for (var e of re(n))
12
+ ge.call(n, e) && ne(a, e, n[e]);
13
+ return a;
14
14
  };
15
- var Ut = (u, n, e) => n.has(u) || re("Cannot " + e);
16
- var t = (u, n, e) => (Ut(u, n, "read from private field"), e ? e.call(u) : n.get(u)), s = (u, n, e) => n.has(u) ? re("Cannot add the same private member more than once") : n instanceof WeakSet ? n.add(u) : n.set(u, e), h = (u, n, e, i) => (Ut(u, n, "write to private field"), i ? i.call(u, e) : n.set(u, e), e), d = (u, n, e) => (Ut(u, n, "access private method"), e);
17
- import { S as Se } from "../../Store-OTdcl6SX.js";
18
- import { i as qt } from "../../browser-0zX67oeU.js";
19
- import { p as ge } from "../../easings-BKi40vHz.js";
20
- import { d as Gt } from "../../events-CsVF98U6.js";
21
- import { c as oe } from "../../jss-CjccJC-K.js";
22
- import { a as Kt, g as _t } from "../../layout-HoBT_Da2.js";
23
- import { c as le } from "../../math-BOBiC4TN.js";
15
+ var _t = (a, n, e) => n.has(a) || he("Cannot " + e);
16
+ var t = (a, n, e) => (_t(a, n, "read from private field"), e ? e.call(a) : n.get(a)), s = (a, n, e) => n.has(a) ? he("Cannot add the same private member more than once") : n instanceof WeakSet ? n.add(a) : n.set(a, e), h = (a, n, e, i) => (_t(a, n, "write to private field"), i ? i.call(a, e) : n.set(a, e), e), d = (a, n, e) => (_t(a, n, "access private method"), e);
17
+ import { S as ve } from "../../Store-OTdcl6SX.js";
18
+ import { i as Kt } from "../../browser-0zX67oeU.js";
19
+ import { p as ye } from "../../easings-BKi40vHz.js";
20
+ import { d as Zt } from "../../events-CsVF98U6.js";
21
+ import { c as ce } from "../../jss-CjccJC-K.js";
22
+ import { a as jt, g as Jt } from "../../layout-HoBT_Da2.js";
23
+ import { c as ae } from "../../math-BOBiC4TN.js";
24
24
  import "../../ticker/vanilla/index.js";
25
- import { TICK_ORDER as ve, RESIZE_ORDER as ce } from "../../order/index.js";
26
- import { D as ye } from "../../Damped-Chu29wn-.js";
27
- import { T as Ce } from "../../Tweened-BUuSLSF7.js";
28
- import { WheelControls as Ee, KeyboardControls as xe, DragControls as we, AutoplayControls as Pe } from "../../controls/index.js";
29
- import { windowResizer as $t } from "../../window-resizer/vanilla/index.js";
30
- import { scrollEntries as St } from "../../scroll-entries/index.js";
31
- import { cssUnitParser as he } from "../../css-unit-parser/index.js";
32
- import { CSSProperty as m } from "../../css-property/index.js";
33
- import { device as Le } from "../../device/index.js";
34
- import { elementResizer as Nt } from "../../element-resizer/vanilla/index.js";
35
- import { s as ze } from "../../gestures-D2Fdra_G.js";
36
- import { f as ue } from "../../dom-0S_WDL4g.js";
37
- import { d as ke } from "../../function-C10DGppn.js";
38
- import { ScrollSegmentElement as De } from "../../scroll-segment/index.js";
39
- var f, At, v, it, T, U;
40
- class Ae {
25
+ import { TICK_ORDER as Ce, RESIZE_ORDER as ue } from "../../order/index.js";
26
+ import { D as Ee } from "../../Damped-Chu29wn-.js";
27
+ import { T as xe } from "../../Tweened-BUuSLSF7.js";
28
+ import { WheelControls as we, KeyboardControls as Pe, DragControls as ze, AutoplayControls as Le } from "../../controls/index.js";
29
+ import { windowResizer as Ut } from "../../window-resizer/vanilla/index.js";
30
+ import { scrollEntries as gt } from "../../scroll-entries/index.js";
31
+ import { cssUnitParser as le } from "../../css-unit-parser/index.js";
32
+ import { CSSProperty as f } from "../../css-property/index.js";
33
+ import { device as ke } from "../../device/index.js";
34
+ import { elementResizer as Gt } from "../../element-resizer/vanilla/index.js";
35
+ import { s as De } from "../../gestures-D2Fdra_G.js";
36
+ import { f as de } from "../../dom-0S_WDL4g.js";
37
+ import { d as Ae } from "../../function-C10DGppn.js";
38
+ import { ScrollSegmentElement as Ie } from "../../scroll-segment/index.js";
39
+ var m, It, v, nt, T, U;
40
+ class Me {
41
41
  constructor(n, e, i) {
42
- s(this, f);
43
- s(this, At);
42
+ s(this, m);
43
+ s(this, It);
44
44
  s(this, v);
45
- s(this, it, 0);
45
+ s(this, nt, 0);
46
46
  s(this, T, 0);
47
47
  s(this, U, null);
48
- h(this, f, n), h(this, At, e), h(this, v, i), St.register(t(this, f));
48
+ h(this, m, n), h(this, It, e), h(this, v, i), gt.register(t(this, m));
49
49
  }
50
50
  get index() {
51
- return t(this, At);
51
+ return t(this, It);
52
52
  }
53
53
  get size() {
54
- return t(this, it);
54
+ return t(this, nt);
55
55
  }
56
56
  get position() {
57
57
  return t(this, T);
58
58
  }
59
59
  destroy() {
60
- St.unregister(t(this, f)), t(this, f).style.transform = "", this.mark(null);
60
+ gt.unregister(t(this, m)), this.unsetTransform();
61
+ }
62
+ unsetTransform() {
63
+ t(this, m).style.transform = "", this.mark(null);
61
64
  }
62
65
  setSize(n) {
63
- n ? (t(this, f).style.setProperty("--size", n + "px"), t(this, v).axisCSSProperty.current === "x" ? (t(this, f).style.width = n + "px", t(this, f).style.height = "") : (t(this, f).style.height = n + "px", t(this, f).style.width = "")) : (t(this, f).style.width = "", t(this, f).style.height = "", t(this, f).style.removeProperty("--size"));
66
+ n ? (t(this, m).style.setProperty("--size", n + "px"), t(this, v).axisCSSProperty.current === "x" ? (t(this, m).style.width = n + "px", t(this, m).style.height = "") : (t(this, m).style.height = n + "px", t(this, m).style.width = "")) : (t(this, m).style.width = "", t(this, m).style.height = "", t(this, m).style.removeProperty("--size"));
64
67
  }
65
68
  resize() {
66
- h(this, it, t(this, v).vertical ? t(this, f).offsetHeight : t(this, f).offsetWidth), h(this, T, t(this, v).vertical ? Kt(t(this, f)) : _t(t(this, f))), h(this, T, t(this, T) - t(this, v).contentPosition);
69
+ h(this, nt, t(this, v).vertical ? t(this, m).offsetHeight : t(this, m).offsetWidth), h(this, T, t(this, v).vertical ? jt(t(this, m)) : Jt(t(this, m))), h(this, T, t(this, T) - t(this, v).contentPosition);
67
70
  }
68
71
  transform() {
69
72
  let n = 0;
70
73
  const e = t(this, v).viewportSize * t(this, v).sectionDistanceScaleCSSProperty.current;
71
- t(this, v).loopCSSProperty.current && t(this, v).overscroll && t(this, T) + t(this, it) < t(this, v).currentScrollValue && (n = t(this, v).distance * -1 - t(this, v).gap), St.update(
72
- t(this, f),
74
+ t(this, v).loopCSSProperty.current && t(this, v).overscroll && t(this, T) + t(this, nt) < t(this, v).currentScrollValue && (n = t(this, v).distance * -1 - t(this, v).gap), gt.update(
75
+ t(this, m),
73
76
  t(this, v).axisCSSProperty.current,
74
77
  n
75
78
  );
76
- const i = t(this, v).currentScrollValue + n, r = t(this, T) - t(this, v).viewportSize - e, c = t(this, T) + t(this, it) + e, b = le(i, r, c);
77
- t(this, v).vertical ? t(this, f).style.transform = `translate3d(0px, ${b * -1}px, 0px)` : t(this, f).style.transform = `translate3d(${b * -1}px, 0px, 0px)`;
79
+ const i = t(this, v).currentScrollValue + n, r = t(this, T) - t(this, v).viewportSize - e, c = t(this, T) + t(this, nt) + e, b = ae(i, r, c);
80
+ t(this, v).vertical ? t(this, m).style.transform = `translate3d(0px, ${b * -1}px, 0px)` : t(this, m).style.transform = `translate3d(${b * -1}px, 0px, 0px)`;
78
81
  }
79
82
  mark(n) {
80
- t(this, U) !== n && (t(this, U) && t(this, f).classList.remove(t(this, U)), n && t(this, f).classList.add(n), h(this, U, n), Gt(t(this, f), "scrollSectionMarkChange", {
83
+ t(this, U) !== n && (t(this, U) && t(this, m).classList.remove(t(this, U)), n && t(this, m).classList.add(n), h(this, U, n), Zt(t(this, m), "scrollSectionMarkChange", {
81
84
  composed: !0,
82
85
  detail: {
83
86
  mark: t(this, U)
@@ -86,8 +89,8 @@ class Ae {
86
89
  }));
87
90
  }
88
91
  }
89
- f = new WeakMap(), At = new WeakMap(), v = new WeakMap(), it = new WeakMap(), T = new WeakMap(), U = new WeakMap();
90
- const Ie = oe({
92
+ m = new WeakMap(), It = new WeakMap(), v = new WeakMap(), nt = new WeakMap(), T = new WeakMap(), U = new WeakMap();
93
+ const Te = ce({
91
94
  ":host": {
92
95
  position: "relative",
93
96
  width: "100%",
@@ -125,108 +128,110 @@ const Ie = oe({
125
128
  flexShrink: "0"
126
129
  }
127
130
  });
128
- var a, rt, P, V, R, H, D, O, G, A, C, nt, ht, ot, lt, gt, k, ct, K, I, _, B, Z, ut, at, j, J, p, vt, o, It, Mt, y, g, L, M, Q, F, E, S, yt, X, dt, pt, Ct, W, l, kt, bt, Zt, jt, Jt, Qt, z, Tt, ae, Et, Vt, Xt, Yt, st, te;
129
- class Dt extends HTMLElement {
131
+ var u, ht, P, V, R, O, D, H, G, A, C, ot, lt, ct, at, vt, k, ut, K, I, _, B, Z, dt, pt, j, J, p, yt, l, Mt, Tt, y, g, z, M, Q, W, E, S, Ct, X, se, Y, tt, ft, Et, F, o, Dt, St, Nt, qt, Qt, Xt, L, Vt, pe, xt, Rt, Yt, te, rt, ee;
132
+ class At extends HTMLElement {
130
133
  constructor() {
131
134
  super();
132
- s(this, l);
133
- s(this, a, null);
134
- s(this, rt, new m(this, "--controls", !0));
135
- s(this, P, new m(this, "--axis", "y"));
136
- s(this, V, new m(this, "--direction", 0));
137
- s(this, R, new m(this, "--pages", 0, {
135
+ s(this, o);
136
+ s(this, u, null);
137
+ s(this, ht, new f(this, "--controls", !0));
138
+ s(this, P, new f(this, "--axis", "y"));
139
+ s(this, V, new f(this, "--direction", 0));
140
+ s(this, R, new f(this, "--pages", 0, {
138
141
  validate: (e) => Math.max(0, e - 1)
139
142
  }));
140
- s(this, H, new m(this, "--split", !1));
141
- s(this, D, new m(this, "--sectional", !1));
142
- s(this, O, new m(this, "--auto-size", !1));
143
- s(this, G, new m(
143
+ s(this, O, new f(this, "--split", !1));
144
+ s(this, D, new f(this, "--sectional", !1));
145
+ s(this, H, new f(this, "--auto-size", !1));
146
+ s(this, G, new f(
144
147
  this,
145
148
  "--wheel-max-delta",
146
149
  !1
147
150
  ));
148
- s(this, A, new m(
151
+ s(this, A, new f(
149
152
  this,
150
153
  "--sections-in-view",
151
154
  1
152
155
  ));
153
- s(this, C, new m(this, "--loop", !1));
154
- s(this, nt, new m(this, "--damping", 20));
155
- s(this, ht, new m(this, "--mass", 0));
156
- s(this, ot, new m(this, "--stiffness", 0));
157
- s(this, lt, new m(this, "--mouse-drag", !1));
158
- s(this, gt, new m(
156
+ s(this, C, new f(this, "--loop", !1));
157
+ s(this, ot, new f(this, "--damping", 20));
158
+ s(this, lt, new f(this, "--mass", 0));
159
+ s(this, ct, new f(this, "--stiffness", 0));
160
+ s(this, at, new f(this, "--mouse-drag", !1));
161
+ s(this, vt, new f(
159
162
  this,
160
163
  "--section-distance-scale",
161
164
  0.5
162
165
  ));
163
- s(this, k, new m(this, "--autoplay", 0));
164
- s(this, ct, new m(
166
+ s(this, k, new f(this, "--autoplay", 0));
167
+ s(this, ut, new f(
165
168
  this,
166
169
  "--autoplay-pause-duration",
167
170
  0
168
171
  ));
169
- s(this, K, new m(
172
+ s(this, K, new f(
170
173
  this,
171
174
  "--autoplay-user-direction",
172
175
  !1
173
176
  ));
174
- s(this, I, new m(this, "--classes", !1));
175
- s(this, _, new m(
177
+ s(this, I, new f(this, "--classes", !1));
178
+ s(this, _, new f(
176
179
  this,
177
180
  "--current-index-start-offset",
178
181
  0
179
182
  ));
180
- s(this, B, new m(
183
+ s(this, B, new f(
181
184
  this,
182
185
  "--current-index-end-offset",
183
186
  0
184
187
  ));
185
- s(this, Z, new m(this, "--focus-delay", 0));
186
- s(this, ut, new m(
188
+ s(this, Z, new f(this, "--focus-delay", 0));
189
+ s(this, dt, new f(
187
190
  this,
188
191
  "--focus-duration",
189
192
  3e3
190
193
  ));
191
- s(this, at, new m(this, "--disabled", !1));
192
- s(this, j, new m(this, "--hibernated", !1));
194
+ s(this, pt, new f(this, "--disabled", !1));
195
+ s(this, j, new f(this, "--hibernated", !1));
193
196
  s(this, J, null);
194
197
  s(this, p, null);
195
- s(this, vt, null);
196
- s(this, o, []);
197
- s(this, It, 0);
198
+ s(this, yt, null);
199
+ s(this, l, []);
198
200
  s(this, Mt, 0);
201
+ s(this, Tt, 0);
199
202
  s(this, y, 0);
200
203
  s(this, g, 0);
201
- s(this, L, 0);
204
+ s(this, z, 0);
202
205
  s(this, M, null);
203
206
  s(this, Q, null);
204
- s(this, F, null);
207
+ s(this, W, null);
205
208
  s(this, E, null);
206
- s(this, S, new Se(0));
207
- s(this, yt, 0);
209
+ s(this, S, new ve(0));
210
+ s(this, Ct, 0);
208
211
  s(this, X, 0);
209
- s(this, dt, !0);
210
- s(this, pt, !0);
211
- s(this, Ct);
212
- s(this, W, new Ce());
213
- s(this, z, () => {
214
- t(this, a).unlistenAnimationFrame();
212
+ s(this, se, !1);
213
+ s(this, Y, !1);
214
+ s(this, tt, !0);
215
+ s(this, ft, !0);
216
+ s(this, Et);
217
+ s(this, F, new xe());
218
+ s(this, L, () => {
219
+ t(this, u).unlistenAnimationFrame();
215
220
  const e = this.currentScrollValue / t(this, g) || 0, i = t(this, S).current;
216
- if (h(this, It, this.vertical ? Kt(this) : _t(this)), h(this, Mt, this.vertical ? Kt(t(this, p)) : _t(t(this, p))), h(this, y, this.vertical ? this.offsetHeight : this.offsetWidth), this.vertical ? h(this, L, he.parse(
221
+ if (h(this, Mt, this.vertical ? jt(this) : Jt(this)), h(this, Tt, this.vertical ? jt(t(this, p)) : Jt(t(this, p))), h(this, y, this.vertical ? this.offsetHeight : this.offsetWidth), this.vertical ? h(this, z, le.parse(
217
222
  getComputedStyle(t(this, p)).rowGap
218
- )) : h(this, L, he.parse(
223
+ )) : h(this, z, le.parse(
219
224
  getComputedStyle(t(this, p)).columnGap
220
- )), t(this, O).current && t(this, o).length) {
221
- const r = t(this, A).current, c = (t(this, y) - t(this, L) * (r - 1)) / r;
222
- t(this, o).forEach((b) => {
225
+ )), t(this, H).current && t(this, l).length) {
226
+ const r = t(this, A).current, c = (t(this, y) - t(this, z) * (r - 1)) / r;
227
+ t(this, l).forEach((b) => {
223
228
  b.setSize(c);
224
229
  });
225
230
  } else
226
- t(this, o).forEach((r) => {
231
+ t(this, l).forEach((r) => {
227
232
  r.setSize();
228
233
  });
229
- if (t(this, o).forEach((r) => {
234
+ if (t(this, l).forEach((r) => {
230
235
  r.resize();
231
236
  }), t(this, R).current) {
232
237
  h(this, g, t(this, y) * t(this, R).current);
@@ -236,77 +241,80 @@ class Dt extends HTMLElement {
236
241
  this.vertical ? (t(this, p).style.width = "100%", t(this, p).style.height = "max-content", h(this, g, t(this, p).offsetHeight - t(this, y))) : (t(this, p).style.width = "max-content", t(this, p).style.height = "100%", h(this, g, t(this, p).offsetWidth - t(this, y)));
237
242
  if (!t(this, C).current) {
238
243
  const r = getComputedStyle(this), c = this.vertical ? parseFloat(r.paddingBlockStart) + parseFloat(r.paddingBlockEnd) : parseFloat(r.paddingInlineStart) + parseFloat(r.paddingInlineEnd);
239
- h(this, g, t(this, g) + c), t(this, a).max = t(this, g);
244
+ h(this, g, t(this, g) + c), t(this, u).max = t(this, g);
240
245
  }
241
- if (t(this, C).current && t(this, o).length) {
242
- const r = t(this, o)[t(this, o).length - 1], c = r.position + r.size - t(this, y), b = t(this, g) - c;
246
+ if (t(this, C).current && t(this, l).length) {
247
+ const r = t(this, l)[t(this, l).length - 1], c = r.position + r.size - t(this, y), b = t(this, g) - c;
243
248
  h(this, X, r.position + r.size + b);
244
249
  } else
245
250
  h(this, X, t(this, g));
246
- if (t(this, D).current && t(this, o).length) {
247
- const r = t(this, o)[i];
248
- t(this, a).set(r.position, {
251
+ if (t(this, D).current && t(this, l).length) {
252
+ const r = t(this, l)[i];
253
+ t(this, u).set(r.position, {
249
254
  equalize: !0
250
255
  });
251
256
  } else
252
- t(this, a).set(e * t(this, g), {
257
+ t(this, u).set(e * t(this, g), {
253
258
  equalize: !0
254
259
  });
260
+ h(this, Y, (this.vertical ? t(this, p).offsetHeight : t(this, p).offsetWidth) > t(this, y)), t(this, Y) ? d(this, o, qt).call(this) : d(this, o, Nt).call(this);
255
261
  });
256
- s(this, Tt, () => {
262
+ s(this, Vt, () => {
263
+ if (!t(this, Y))
264
+ return;
257
265
  const e = this.currentScrollValue;
258
- if (h(this, yt, Math.max(0, e - t(this, g))), t(this, o).length) {
266
+ if (h(this, Ct, Math.max(0, e - t(this, g))), t(this, l).length) {
259
267
  let i = 0;
260
- for (let r = 0; r < t(this, o).length; r++) {
261
- const c = t(this, o)[r];
268
+ for (let r = 0; r < t(this, l).length; r++) {
269
+ const c = t(this, l)[r];
262
270
  c.transform(), this.targetScrollValue + c.size / 2 >= c.position && (i = r);
263
271
  }
264
272
  t(this, S).current = i;
265
273
  } else
266
274
  this.vertical ? t(this, p).style.transform = `translate3d(0px, ${e * -1}px, 0px)` : t(this, p).style.transform = `translate3d(${e * -1}px, 0px, 0px)`;
267
- St.update(
275
+ gt.update(
268
276
  this,
269
277
  t(this, P).current,
270
278
  e
271
279
  );
272
280
  });
273
- s(this, Et, (e, i) => {
274
- t(this, rt).current && (d(this, l, Xt).call(this, Math.sign(i) || 1), t(this, Vt).call(this, e, i));
281
+ s(this, xt, (e, i) => {
282
+ t(this, ht).current && (d(this, o, Yt).call(this, Math.sign(i) || 1), t(this, Rt).call(this, e, i));
275
283
  });
276
- s(this, Vt, (e, i) => {
284
+ s(this, Rt, (e, i) => {
277
285
  if (t(this, V).current) {
278
286
  if (t(this, V).current < 0 && i > 0)
279
287
  return;
280
288
  if (t(this, V).current > 0 && i < 0)
281
289
  return;
282
290
  }
283
- if (t(this, W).unlistenAnimationFrame(), !t(this, k).current && t(this, Z).current && (clearInterval(t(this, Ct)), h(this, Ct, setTimeout(() => {
284
- const r = d(this, l, te).call(this);
291
+ if (t(this, F).unlistenAnimationFrame(), !t(this, k).current && t(this, Z).current && (clearInterval(t(this, Et)), h(this, Et, setTimeout(() => {
292
+ const r = d(this, o, ee).call(this);
285
293
  r && this.scrollToSection(r.index, {
286
294
  tween: {
287
- duration: t(this, ut).current,
288
- easing: ge
295
+ duration: t(this, dt).current,
296
+ easing: ye
289
297
  }
290
298
  });
291
- }, t(this, Z).current))), !(e === "drag" && !Le.isMobile && !t(this, lt).current))
299
+ }, t(this, Z).current))), !(e === "drag" && !ke.isMobile && !t(this, at).current))
292
300
  if (t(this, D).current) {
293
301
  const r = Math.sign(i);
294
- t(this, o).length ? this.shiftSections(r) : t(this, a).shift(r * t(this, y));
302
+ t(this, l).length ? this.shiftSections(r) : t(this, u).shift(r * t(this, y));
295
303
  } else
296
- t(this, a).shift(i);
304
+ t(this, u).shift(i);
297
305
  });
298
- if (qt) {
306
+ if (Kt) {
299
307
  const e = this.attachShadow({ mode: "open" });
300
- e.adoptedStyleSheets.push(Ie);
308
+ e.adoptedStyleSheets.push(Te);
301
309
  const i = document.createElement("div");
302
- i.className = "static", i.innerHTML = '<slot name="static"></slot>', e.appendChild(i), h(this, J, document.createElement("div")), t(this, J).className = "content-wrapper", h(this, p, document.createElement("div")), t(this, p).className = "content", h(this, vt, document.createElement("slot")), t(this, p).appendChild(t(this, vt)), t(this, J).appendChild(t(this, p)), e.appendChild(t(this, J));
310
+ i.className = "static", i.innerHTML = '<slot name="static"></slot>', e.appendChild(i), h(this, J, document.createElement("div")), t(this, J).className = "content-wrapper", h(this, p, document.createElement("div")), t(this, p).className = "content", h(this, yt, document.createElement("slot")), t(this, p).appendChild(t(this, yt)), t(this, J).appendChild(t(this, p)), e.appendChild(t(this, J));
303
311
  }
304
312
  }
305
313
  get damped() {
306
- return t(this, a);
314
+ return t(this, u);
307
315
  }
308
316
  get controlsCSSProperty() {
309
- return t(this, rt);
317
+ return t(this, ht);
310
318
  }
311
319
  get axisCSSProperty() {
312
320
  return t(this, P);
@@ -318,13 +326,13 @@ class Dt extends HTMLElement {
318
326
  return t(this, R);
319
327
  }
320
328
  get splitCSSProperty() {
321
- return t(this, H);
329
+ return t(this, O);
322
330
  }
323
331
  get sectionalCSSProperty() {
324
332
  return t(this, D);
325
333
  }
326
334
  get autoSizeCSSProperty() {
327
- return t(this, O);
335
+ return t(this, H);
328
336
  }
329
337
  get wheelMaxDeltaCSSProperty() {
330
338
  return t(this, G);
@@ -336,25 +344,25 @@ class Dt extends HTMLElement {
336
344
  return t(this, C);
337
345
  }
338
346
  get dampingCSSProperty() {
339
- return t(this, nt);
347
+ return t(this, ot);
340
348
  }
341
349
  get massCSSProperty() {
342
- return t(this, ht);
350
+ return t(this, lt);
343
351
  }
344
352
  get stiffnessCSSProperty() {
345
- return t(this, ot);
353
+ return t(this, ct);
346
354
  }
347
355
  get mouseDragCSSProperty() {
348
- return t(this, lt);
356
+ return t(this, at);
349
357
  }
350
358
  get sectionDistanceScaleCSSProperty() {
351
- return t(this, gt);
359
+ return t(this, vt);
352
360
  }
353
361
  get autoplayCSSProperty() {
354
362
  return t(this, k);
355
363
  }
356
364
  get autoplayPauseDurationCSSProperty() {
357
- return t(this, ct);
365
+ return t(this, ut);
358
366
  }
359
367
  get autoplayUserDirectionCSSProperty() {
360
368
  return t(this, K);
@@ -372,19 +380,19 @@ class Dt extends HTMLElement {
372
380
  return t(this, Z);
373
381
  }
374
382
  get focusDurationCSSProperty() {
375
- return t(this, ut);
383
+ return t(this, dt);
376
384
  }
377
385
  get disabledCSSProperty() {
378
- return t(this, at);
386
+ return t(this, pt);
379
387
  }
380
388
  get hibernatedCSSProperty() {
381
389
  return t(this, j);
382
390
  }
383
391
  get currentScrollValue() {
384
- return d(this, l, Yt).call(this, "current");
392
+ return d(this, o, te).call(this, "current");
385
393
  }
386
394
  get targetScrollValue() {
387
- return d(this, l, Yt).call(this, "target");
395
+ return d(this, o, te).call(this, "target");
388
396
  }
389
397
  get contentWrapperElement() {
390
398
  return t(this, J);
@@ -393,13 +401,13 @@ class Dt extends HTMLElement {
393
401
  return t(this, p);
394
402
  }
395
403
  get sections() {
396
- return t(this, o);
404
+ return t(this, l);
397
405
  }
398
406
  get position() {
399
- return t(this, It);
407
+ return t(this, Mt);
400
408
  }
401
409
  get contentPosition() {
402
- return t(this, Mt);
410
+ return t(this, Tt);
403
411
  }
404
412
  get viewportSize() {
405
413
  return t(this, y);
@@ -408,22 +416,25 @@ class Dt extends HTMLElement {
408
416
  return t(this, g);
409
417
  }
410
418
  get gap() {
411
- return t(this, L);
419
+ return t(this, z);
412
420
  }
413
421
  get counter() {
414
422
  return t(this, S);
415
423
  }
416
424
  get limit() {
417
- return t(this, o).length - t(this, A).current;
425
+ return t(this, l).length - t(this, A).current;
418
426
  }
419
427
  get distance() {
420
428
  return t(this, X);
421
429
  }
422
430
  get loopDistance() {
423
- return t(this, C).current ? t(this, X) + t(this, L) : t(this, X);
431
+ return t(this, C).current ? t(this, X) + t(this, z) : t(this, X);
432
+ }
433
+ get hasOverflow() {
434
+ return t(this, Y);
424
435
  }
425
436
  get overscroll() {
426
- return t(this, yt);
437
+ return t(this, Ct);
427
438
  }
428
439
  get vertical() {
429
440
  return t(this, P).current === "y";
@@ -435,16 +446,16 @@ class Dt extends HTMLElement {
435
446
  return this.targetScrollValue / this.loopDistance || 0;
436
447
  }
437
448
  get scrollWidth() {
438
- return t(this, P).current === "y" ? 0 : t(this, a).distance;
449
+ return t(this, P).current === "y" ? 0 : t(this, u).distance;
439
450
  }
440
451
  get scrollHeight() {
441
- return t(this, P).current === "x" ? 0 : t(this, a).distance;
452
+ return t(this, P).current === "x" ? 0 : t(this, u).distance;
442
453
  }
443
454
  onScroll(...e) {
444
- return t(this, a).subscribe(...e);
455
+ return t(this, u).subscribe(...e);
445
456
  }
446
457
  offScroll(...e) {
447
- t(this, a).unsubscribe(...e);
458
+ t(this, u).unsubscribe(...e);
448
459
  }
449
460
  //https://github.com/pmndrs/drei/blob/d3282cdd02d170ef603a5e096505d83dc93cd57a/src/web/ScrollControls.tsx#L85C7-L100C9
450
461
  range(e, i, r = 0) {
@@ -459,182 +470,184 @@ class Dt extends HTMLElement {
459
470
  return this.currentProgress >= c && this.currentProgress <= b;
460
471
  }
461
472
  scrollToSection(e, i) {
462
- if (!t(this, o).length)
473
+ if (!t(this, l).length)
463
474
  return;
464
475
  const r = t(this, S).current;
465
- d(this, l, ae).call(this, e);
466
- const c = t(this, o)[r], b = t(this, o)[t(this, S).current];
476
+ d(this, o, pe).call(this, e);
477
+ const c = t(this, l)[r], b = t(this, l)[t(this, S).current];
467
478
  if (c && b) {
468
479
  let w = 0;
469
- const ft = d(this, l, te).call(this), pe = ft ? this.targetScrollValue - ft.position : 0;
470
- t(this, C).current ? t(this, S).current === 0 && r === t(this, o).length - 1 ? w = t(this, g) + t(this, y) - c.position + t(this, L) : t(this, S).current === t(this, o).length - 1 && r === 0 ? w = b.position - (t(this, g) + t(this, y) + t(this, L)) : w = b.position - c.position : w = b.position - c.position, this.shiftPosition(w - pe, i);
480
+ const bt = d(this, o, ee).call(this), me = bt ? this.targetScrollValue - bt.position : 0;
481
+ t(this, C).current ? t(this, S).current === 0 && r === t(this, l).length - 1 ? w = t(this, g) + t(this, y) - c.position + t(this, z) : t(this, S).current === t(this, l).length - 1 && r === 0 ? w = b.position - (t(this, g) + t(this, y) + t(this, z)) : w = b.position - c.position : w = b.position - c.position, this.shiftPosition(w - me, i);
471
482
  }
472
483
  }
473
484
  shiftSections(e, i) {
474
- t(this, o).length && this.scrollToSection(t(this, S).current + e, i);
485
+ t(this, l).length && this.scrollToSection(t(this, S).current + e, i);
475
486
  }
476
487
  setPosition(e, i) {
477
- d(this, l, Xt).call(this, Math.sign(e) || 1), i != null && i.tween ? (t(this, W).set(t(this, a).current, { equalize: !0 }), t(this, W).set(e, ne({}, i.tween))) : t(this, a).set(e, {
488
+ d(this, o, Yt).call(this, Math.sign(e) || 1), i != null && i.tween ? (t(this, F).set(t(this, u).current, { equalize: !0 }), t(this, F).set(e, oe({}, i.tween))) : t(this, u).set(e, {
478
489
  equalize: (i == null ? void 0 : i.behaviour) === "instant"
479
490
  });
480
491
  }
481
492
  shiftPosition(e, i) {
482
- this.setPosition(t(this, a).target + e, i);
493
+ this.setPosition(t(this, u).target + e, i);
483
494
  }
484
495
  connectedCallback() {
485
- h(this, a, new ye(0, {
496
+ h(this, u, new Ee(0, {
486
497
  damping: 0.01,
487
498
  min: 0,
488
- order: ve.SCROLL
489
- })), this.setAttribute("tabindex", "0"), h(this, M, new Ee({ element: t(this, p) })), t(this, M).changeEvent.subscribe(t(this, Et)), h(this, Q, new xe({
499
+ order: Ce.SCROLL
500
+ })), this.setAttribute("tabindex", "0"), h(this, M, new we({ element: t(this, p) })), t(this, M).changeEvent.subscribe(t(this, xt)), h(this, Q, new Pe({
490
501
  element: this
491
502
  })), t(this, Q).changeEvent.subscribe(
492
- t(this, Et)
493
- ), h(this, F, new we({ element: t(this, p) })), t(this, F).changeEvent.subscribe(t(this, Et)), h(this, E, new Pe({
503
+ t(this, xt)
504
+ ), h(this, W, new ze({ element: t(this, p) })), t(this, W).changeEvent.subscribe(t(this, xt)), h(this, E, new Le({
494
505
  culling: this
495
- })), t(this, E).changeEvent.subscribe(t(this, Vt)), t(this, P).subscribe(({ current: e }) => {
496
- t(this, p).style.flexDirection = e === "x" ? "row" : "column", t(this, M).axis = t(this, G).current ? "max" : e, t(this, Q).dimension = e === "x" ? "width" : "height", t(this, F).axis = e, e === "x" ? this.style.touchAction = "pan-y" : e === "y" && (this.style.touchAction = "pan-x"), this.isConnected && t(this, z).call(this);
506
+ })), t(this, E).changeEvent.subscribe(t(this, Rt)), t(this, P).subscribe(({ current: e }) => {
507
+ t(this, p).style.flexDirection = e === "x" ? "row" : "column", t(this, M).axis = t(this, G).current ? "max" : e, t(this, Q).dimension = e === "x" ? "width" : "height", t(this, W).axis = e, e === "x" ? this.style.touchAction = "pan-y" : e === "y" && (this.style.touchAction = "pan-x"), this.isConnected && t(this, L).call(this);
497
508
  }), t(this, G).subscribe((e) => {
498
509
  t(this, M).axis = e.current ? "max" : t(this, P).current;
499
510
  }), t(this, R).subscribe(() => {
500
- this.isConnected && t(this, z).call(this);
501
- }), t(this, H).subscribe(({ current: e }) => {
502
- this.isConnected && (e ? d(this, l, kt).call(this) : d(this, l, bt).call(this));
511
+ this.isConnected && t(this, L).call(this);
512
+ }), t(this, O).subscribe(({ current: e }) => {
513
+ this.isConnected && (e ? d(this, o, Dt).call(this) : d(this, o, St).call(this));
503
514
  }), t(this, D).subscribe((e) => {
504
- t(this, M).debounce = e.current, t(this, F).swipe = e.current, t(this, E).interval = e.current, this.isConnected && (e.current && !e.previous && !t(this, o).length ? d(this, l, kt).call(this) : !e.current && e.previous && t(this, o).length && d(this, l, bt).call(this));
505
- }), t(this, O).subscribe((e) => {
506
- this.isConnected && (t(this, z).call(this), e.current && !e.previous && !t(this, o).length ? d(this, l, kt).call(this) : !e.current && e.previous && t(this, o).length && d(this, l, bt).call(this));
515
+ t(this, M).debounce = e.current, t(this, W).swipe = e.current, t(this, E).interval = e.current, this.isConnected && (e.current && !e.previous && !t(this, l).length ? d(this, o, Dt).call(this) : !e.current && e.previous && t(this, l).length && d(this, o, St).call(this));
516
+ }), t(this, H).subscribe((e) => {
517
+ this.isConnected && (t(this, L).call(this), e.current && !e.previous && !t(this, l).length ? d(this, o, Dt).call(this) : !e.current && e.previous && t(this, l).length && d(this, o, St).call(this));
507
518
  }), t(this, A).subscribe((e) => {
508
- this.isConnected && (t(this, z).call(this), d(this, l, st).call(this));
519
+ this.isConnected && (t(this, L).call(this), d(this, o, rt).call(this));
509
520
  }), t(this, C).subscribe((e) => {
510
- e.current ? (this.isConnected && (t(this, o).length || (t(this, H).current = !0)), t(this, o).length && (t(this, a).max = 1 / 0, t(this, a).min = -1 / 0)) : (h(this, yt, 0), t(this, a).max = t(this, g), t(this, a).min = 0);
511
- }), t(this, nt).subscribe((e) => {
512
- t(this, a).damping = e.current;
513
- }), t(this, ht).subscribe((e) => {
514
- t(this, a).mass = e.current;
521
+ e.current ? (this.isConnected && (t(this, l).length || (t(this, O).current = !0)), t(this, l).length && (t(this, u).max = 1 / 0, t(this, u).min = -1 / 0)) : (h(this, Ct, 0), t(this, u).max = t(this, g), t(this, u).min = 0);
515
522
  }), t(this, ot).subscribe((e) => {
516
- t(this, a).stiffness = e.current;
523
+ t(this, u).damping = e.current;
524
+ }), t(this, lt).subscribe((e) => {
525
+ t(this, u).mass = e.current;
526
+ }), t(this, ct).subscribe((e) => {
527
+ t(this, u).stiffness = e.current;
517
528
  }), t(this, k).subscribe((e) => {
518
- t(this, E).speed = e.current, e.current && !e.previous ? t(this, E).connect() : !e.current && e.previous && t(this, E).disconnect();
529
+ t(this, E).speed = e.current, !t(this, tt) && e.current && !e.previous ? t(this, E).connect() : !e.current && e.previous && t(this, E).disconnect();
519
530
  }), t(this, K).subscribe((e) => {
520
531
  e.current || (t(this, E).direction = 1);
521
532
  }), t(this, I).subscribe((e) => {
522
- this.isConnected && d(this, l, st).call(this);
533
+ this.isConnected && d(this, o, rt).call(this);
523
534
  }), t(this, _).subscribe((e) => {
524
- this.isConnected && t(this, I).current && d(this, l, st).call(this);
535
+ this.isConnected && t(this, I).current && d(this, o, rt).call(this);
525
536
  }), t(this, B).subscribe((e) => {
526
- this.isConnected && t(this, I).current && d(this, l, st).call(this);
527
- }), t(this, a).isRunning.subscribe((e) => {
537
+ this.isConnected && t(this, I).current && d(this, o, rt).call(this);
538
+ }), t(this, u).isRunning.subscribe((e) => {
528
539
  this.classList.toggle("active", e.current);
529
540
  }), t(this, S).subscribe((e) => {
530
- t(this, o).length && d(this, l, st).call(this);
531
- }), t(this, W).subscribe((e) => {
532
- t(this, W).isRunning.current && t(this, a).set(e.current);
533
- }), t(this, at).subscribe((e) => {
534
- e.current && !e.previous ? d(this, l, Zt).call(this) : !e.current && e.previous && d(this, l, jt).call(this);
541
+ t(this, l).length && d(this, o, rt).call(this);
542
+ }), t(this, F).subscribe((e) => {
543
+ t(this, F).isRunning.current && t(this, u).set(e.current);
544
+ }), t(this, pt).subscribe((e) => {
545
+ e.current && !e.previous ? d(this, o, Nt).call(this) : !e.current && e.previous && d(this, o, qt).call(this);
535
546
  }), t(this, j).subscribe((e) => {
536
- e.current && !e.previous ? d(this, l, Jt).call(this) : !e.current && e.previous && d(this, l, Qt).call(this);
537
- }), t(this, rt).observe(), t(this, P).observe(), t(this, V).observe(), t(this, R).observe(), t(this, H).observe(), t(this, D).observe(), t(this, O).observe(), t(this, G).observe(), t(this, A).observe(), t(this, C).observe(), t(this, nt).observe(), t(this, ht).observe(), t(this, ot).observe(), t(this, lt).observe(), t(this, gt).observe(), t(this, k).observe(), t(this, k).observe(), t(this, ct).observe(), t(this, K).observe(), t(this, I).observe(), t(this, _).observe(), t(this, B).observe(), t(this, Z).observe(), t(this, ut).observe(), t(this, at).observe(), t(this, j).observe(), t(this, j).current || d(this, l, Qt).call(this);
547
+ e.current && !e.previous ? d(this, o, Qt).call(this) : !e.current && e.previous && d(this, o, Xt).call(this);
548
+ }), t(this, ht).observe(), t(this, P).observe(), t(this, V).observe(), t(this, R).observe(), t(this, O).observe(), t(this, D).observe(), t(this, H).observe(), t(this, G).observe(), t(this, A).observe(), t(this, C).observe(), t(this, ot).observe(), t(this, lt).observe(), t(this, ct).observe(), t(this, at).observe(), t(this, vt).observe(), t(this, k).observe(), t(this, k).observe(), t(this, ut).observe(), t(this, K).observe(), t(this, I).observe(), t(this, _).observe(), t(this, B).observe(), t(this, Z).observe(), t(this, dt).observe(), t(this, pt).observe(), t(this, j).observe(), t(this, j).current || d(this, o, Xt).call(this);
538
549
  }
539
550
  disconnectedCallback() {
540
- this.setAttribute("tabindex", ""), t(this, rt).unobserve(), t(this, P).unobserve(), t(this, V).unobserve(), t(this, R).unobserve(), t(this, H).unobserve(), t(this, D).unobserve(), t(this, O).unobserve(), t(this, G).unobserve(), t(this, A).unobserve(), t(this, C).unobserve(), t(this, nt).unobserve(), t(this, ht).unobserve(), t(this, ot).unobserve(), t(this, lt).unobserve(), t(this, gt).unobserve(), t(this, k).unobserve(), t(this, ct).unobserve(), t(this, K).unobserve(), t(this, I).unobserve(), t(this, _).unobserve(), t(this, B).unobserve(), t(this, Z).unobserve(), t(this, ut).unobserve(), t(this, at).unobserve(), t(this, j).unobserve(), d(this, l, Jt).call(this);
551
+ this.setAttribute("tabindex", ""), t(this, ht).unobserve(), t(this, P).unobserve(), t(this, V).unobserve(), t(this, R).unobserve(), t(this, O).unobserve(), t(this, D).unobserve(), t(this, H).unobserve(), t(this, G).unobserve(), t(this, A).unobserve(), t(this, C).unobserve(), t(this, ot).unobserve(), t(this, lt).unobserve(), t(this, ct).unobserve(), t(this, at).unobserve(), t(this, vt).unobserve(), t(this, k).unobserve(), t(this, ut).unobserve(), t(this, K).unobserve(), t(this, I).unobserve(), t(this, _).unobserve(), t(this, B).unobserve(), t(this, Z).unobserve(), t(this, dt).unobserve(), t(this, pt).unobserve(), t(this, j).unobserve(), d(this, o, Qt).call(this);
541
552
  }
542
553
  }
543
- a = new WeakMap(), rt = new WeakMap(), P = new WeakMap(), V = new WeakMap(), R = new WeakMap(), H = new WeakMap(), D = new WeakMap(), O = new WeakMap(), G = new WeakMap(), A = new WeakMap(), C = new WeakMap(), nt = new WeakMap(), ht = new WeakMap(), ot = new WeakMap(), lt = new WeakMap(), gt = new WeakMap(), k = new WeakMap(), ct = new WeakMap(), K = new WeakMap(), I = new WeakMap(), _ = new WeakMap(), B = new WeakMap(), Z = new WeakMap(), ut = new WeakMap(), at = new WeakMap(), j = new WeakMap(), J = new WeakMap(), p = new WeakMap(), vt = new WeakMap(), o = new WeakMap(), It = new WeakMap(), Mt = new WeakMap(), y = new WeakMap(), g = new WeakMap(), L = new WeakMap(), M = new WeakMap(), Q = new WeakMap(), F = new WeakMap(), E = new WeakMap(), S = new WeakMap(), yt = new WeakMap(), X = new WeakMap(), dt = new WeakMap(), pt = new WeakMap(), Ct = new WeakMap(), W = new WeakMap(), l = new WeakSet(), kt = function() {
544
- d(this, l, bt).call(this), t(this, vt).assignedElements().forEach((e, i) => {
545
- e instanceof HTMLElement && t(this, o).push(new Ae(e, i, this));
546
- }), t(this, p).style.transform = "", Gt(this, "scrollSectionsChange", {
554
+ u = new WeakMap(), ht = new WeakMap(), P = new WeakMap(), V = new WeakMap(), R = new WeakMap(), O = new WeakMap(), D = new WeakMap(), H = new WeakMap(), G = new WeakMap(), A = new WeakMap(), C = new WeakMap(), ot = new WeakMap(), lt = new WeakMap(), ct = new WeakMap(), at = new WeakMap(), vt = new WeakMap(), k = new WeakMap(), ut = new WeakMap(), K = new WeakMap(), I = new WeakMap(), _ = new WeakMap(), B = new WeakMap(), Z = new WeakMap(), dt = new WeakMap(), pt = new WeakMap(), j = new WeakMap(), J = new WeakMap(), p = new WeakMap(), yt = new WeakMap(), l = new WeakMap(), Mt = new WeakMap(), Tt = new WeakMap(), y = new WeakMap(), g = new WeakMap(), z = new WeakMap(), M = new WeakMap(), Q = new WeakMap(), W = new WeakMap(), E = new WeakMap(), S = new WeakMap(), Ct = new WeakMap(), X = new WeakMap(), se = new WeakMap(), Y = new WeakMap(), tt = new WeakMap(), ft = new WeakMap(), Et = new WeakMap(), F = new WeakMap(), o = new WeakSet(), Dt = function() {
555
+ d(this, o, St).call(this), t(this, yt).assignedElements().forEach((e, i) => {
556
+ e instanceof HTMLElement && t(this, l).push(new Me(e, i, this));
557
+ }), t(this, p).style.transform = "", Zt(this, "scrollSectionsChange", {
547
558
  custom: !0,
548
559
  composed: !0
549
- }), t(this, z).call(this), d(this, l, st).call(this);
550
- }, bt = function() {
551
- t(this, o).forEach((e) => {
560
+ }), t(this, L).call(this), d(this, o, rt).call(this);
561
+ }, St = function() {
562
+ t(this, l).forEach((e) => {
552
563
  e.destroy();
553
- }), h(this, o, []), t(this, S).reset(), t(this, a).reset(), Gt(this, "scrollSectionsChange", {
564
+ }), h(this, l, []), t(this, S).reset(), t(this, u).reset(), Zt(this, "scrollSectionsChange", {
554
565
  custom: !0,
555
566
  composed: !0
556
567
  });
557
- }, Zt = function() {
558
- t(this, dt) || (h(this, dt, !0), t(this, a).unsubscribe(t(this, Tt)), t(this, a).unlistenAnimationFrame(), clearInterval(t(this, Ct)), t(this, W).unlistenAnimationFrame(), t(this, M).disconnect(), t(this, Q).disconnect(), t(this, F).disconnect(), t(this, E).disconnect());
559
- }, jt = function() {
560
- t(this, dt) && (h(this, dt, !1), t(this, a).subscribe(t(this, Tt)), t(this, M).connect(), t(this, Q).connect(), t(this, F).connect(), t(this, k).current && t(this, E).connect());
561
- }, Jt = function() {
562
- t(this, pt) || (h(this, pt, !0), $t.unsubscribe(t(this, z)), Nt.unsubscribe(t(this, z)), d(this, l, Zt).call(this), t(this, p).style.transform = "", t(this, o).length ? d(this, l, bt).call(this) : (t(this, S).reset(), t(this, a).reset()), St.unregister(this));
568
+ }, Nt = function() {
569
+ t(this, tt) || (console.log(this, "disable"), h(this, tt, !0), t(this, u).unsubscribe(t(this, Vt)), t(this, u).unlistenAnimationFrame(), clearInterval(t(this, Et)), t(this, F).unlistenAnimationFrame(), t(this, M).disconnect(), t(this, Q).disconnect(), t(this, W).disconnect(), t(this, E).disconnect(), t(this, Y) || this.sections.forEach((e) => {
570
+ e.unsetTransform();
571
+ }));
572
+ }, qt = function() {
573
+ t(this, tt) && (h(this, tt, !1), t(this, u).subscribe(t(this, Vt)), t(this, M).connect(), t(this, Q).connect(), t(this, W).connect(), t(this, k).current && t(this, E).connect());
563
574
  }, Qt = function() {
564
- t(this, pt) && (h(this, pt, !1), (t(this, C).current || t(this, H).current || t(this, C).current || t(this, O).current || t(this, D).current) && d(this, l, kt).call(this), St.register(this), d(this, l, jt).call(this), $t.subscribe(t(this, z), ce.SCROLL), Nt.subscribe(this, t(this, z)));
565
- }, z = new WeakMap(), Tt = new WeakMap(), ae = function(e) {
566
- t(this, C).current ? (t(this, S).current = e % t(this, o).length, t(this, S).current = t(this, S).current < 0 ? t(this, o).length + t(this, S).current : t(this, S).current) : t(this, S).current = le(e, 0, this.limit);
567
- }, Et = new WeakMap(), Vt = new WeakMap(), Xt = function(e = 1) {
575
+ t(this, ft) || (h(this, ft, !0), Ut.unsubscribe(t(this, L)), Gt.unsubscribe(t(this, L)), d(this, o, Nt).call(this), t(this, p).style.transform = "", t(this, l).length ? d(this, o, St).call(this) : (t(this, S).reset(), t(this, u).reset()), gt.unregister(this));
576
+ }, Xt = function() {
577
+ t(this, ft) && (h(this, ft, !1), (t(this, C).current || t(this, O).current || t(this, C).current || t(this, H).current || t(this, D).current) && d(this, o, Dt).call(this), gt.register(this), d(this, o, qt).call(this), Ut.subscribe(t(this, L), ue.SCROLL), Gt.subscribe(this, t(this, L)));
578
+ }, L = new WeakMap(), Vt = new WeakMap(), pe = function(e) {
579
+ t(this, C).current ? (t(this, S).current = e % t(this, l).length, t(this, S).current = t(this, S).current < 0 ? t(this, l).length + t(this, S).current : t(this, S).current) : t(this, S).current = ae(e, 0, this.limit);
580
+ }, xt = new WeakMap(), Rt = new WeakMap(), Yt = function(e = 1) {
568
581
  t(this, K).current && (t(this, E).direction = e), t(this, k).current && t(this, E).pauseAndContinue(
569
- t(this, ct).current,
582
+ t(this, ut).current,
570
583
  this.sectionalCSSProperty.current
571
584
  );
572
- }, Yt = function(e = "current") {
573
- if (t(this, C).current && t(this, o).length) {
574
- const i = t(this, a)[e] % (t(this, g) + t(this, y) + t(this, L));
575
- return i < 0 ? t(this, g) + i + t(this, y) + t(this, L) : i;
585
+ }, te = function(e = "current") {
586
+ if (t(this, C).current && t(this, l).length) {
587
+ const i = t(this, u)[e] % (t(this, g) + t(this, y) + t(this, z));
588
+ return i < 0 ? t(this, g) + i + t(this, y) + t(this, z) : i;
576
589
  } else
577
- return t(this, a)[e];
578
- }, st = function() {
579
- if (t(this, I).current && t(this, o).length) {
590
+ return t(this, u)[e];
591
+ }, rt = function() {
592
+ if (t(this, I).current && t(this, l).length) {
580
593
  const e = t(this, S).current + t(this, _).current;
581
594
  e === 0 ? this.classList.add("start") : this.classList.remove("start"), e === this.limit ? this.classList.add("end") : this.classList.remove("end");
582
595
  const i = t(this, A).current + t(this, B).current;
583
- t(this, o).forEach((r, c) => {
584
- const b = e - this.limit - 1 + t(this, B).current, w = e + i, ft = this.sections.length - w;
585
- c >= e && c < w || c <= b ? r.mark("current") : c >= w && c < w + ft / 2 || c <= b + i ? r.mark("next") : r.mark("previous");
596
+ t(this, l).forEach((r, c) => {
597
+ const b = e - this.limit - 1 + t(this, B).current, w = e + i, bt = this.sections.length - w;
598
+ c >= e && c < w || c <= b ? r.mark("current") : c >= w && c < w + bt / 2 || c <= b + i ? r.mark("next") : r.mark("previous");
586
599
  });
587
600
  }
588
- }, te = function() {
601
+ }, ee = function() {
589
602
  let e = null, i = 1 / 0;
590
- for (let r = 0; r < t(this, o).length; r++) {
591
- const c = Math.abs(t(this, o)[r].position - this.targetScrollValue);
603
+ for (let r = 0; r < t(this, l).length; r++) {
604
+ const c = Math.abs(t(this, l)[r].position - this.targetScrollValue);
592
605
  c < i && (i = c, e = r);
593
606
  }
594
- return e !== null ? t(this, o)[e] : null;
607
+ return e !== null ? t(this, l)[e] : null;
595
608
  };
596
- customElements.get("e-scroll") || customElements.define("e-scroll", Dt);
597
- var Rt;
598
- class ee extends HTMLElement {
609
+ customElements.get("e-scroll") || customElements.define("e-scroll", At);
610
+ var Ot;
611
+ class ie extends HTMLElement {
599
612
  constructor() {
600
613
  super(...arguments);
601
- s(this, Rt, null);
614
+ s(this, Ot, null);
602
615
  }
603
616
  get scrollElement() {
604
- return t(this, Rt);
617
+ return t(this, Ot);
605
618
  }
606
619
  connectedCallback() {
607
- const e = ue(this, Dt);
608
- e instanceof Dt ? h(this, Rt, e) : console.error(this, "e-scroll not found");
620
+ const e = de(this, At);
621
+ e instanceof At ? h(this, Ot, e) : console.error(this, "e-scroll not found");
609
622
  }
610
623
  }
611
- Rt = new WeakMap();
612
- var Y, x, $, N, xt, wt, mt, Ht, Ot, Bt;
613
- class Me extends ee {
624
+ Ot = new WeakMap();
625
+ var et, x, $, N, wt, Pt, mt, Ht, Bt, Wt;
626
+ class Ve extends ie {
614
627
  constructor() {
615
628
  super();
616
- s(this, Y, null);
629
+ s(this, et, null);
617
630
  s(this, x, null);
618
631
  s(this, $, !1);
619
632
  s(this, N, 0);
620
- s(this, xt, 0);
621
633
  s(this, wt, 0);
634
+ s(this, Pt, 0);
622
635
  s(this, mt, () => {
623
636
  h(this, $, this.offsetWidth > this.offsetHeight);
624
637
  const e = t(this, $) ? this.offsetWidth : this.offsetHeight;
625
- h(this, N, e / ((this.scrollElement.scrollSize + this.scrollElement.viewportSize) / e)), h(this, N, Math.max(t(this, N), 30)), t(this, $) ? (t(this, x).style.width = t(this, N) + "px", t(this, x).style.height = "100%") : (t(this, x).style.width = "100%", t(this, x).style.height = t(this, N) + "px"), h(this, xt, e - t(this, N)), this.scrollElement.scrollSize || (this.style.display = "none");
638
+ h(this, N, e / ((this.scrollElement.scrollSize + this.scrollElement.viewportSize) / e)), h(this, N, Math.max(t(this, N), 30)), t(this, $) ? (t(this, x).style.width = t(this, N) + "px", t(this, x).style.height = "100%") : (t(this, x).style.width = "100%", t(this, x).style.height = t(this, N) + "px"), h(this, wt, e - t(this, N)), this.scrollElement.scrollSize || (this.style.display = "none");
626
639
  });
627
640
  s(this, Ht, () => {
628
- h(this, wt, this.scrollElement.currentProgress * t(this, xt)), t(this, $) ? t(this, x).style.transform = `translate3d(${t(this, wt)}px, 0px, 0px)` : t(this, x).style.transform = `translate3d(0px, ${t(this, wt)}px, 0px)`;
641
+ h(this, Pt, this.scrollElement.currentProgress * t(this, wt)), t(this, $) ? t(this, x).style.transform = `translate3d(${t(this, Pt)}px, 0px, 0px)` : t(this, x).style.transform = `translate3d(0px, ${t(this, Pt)}px, 0px)`;
629
642
  });
630
- s(this, Ot, () => {
643
+ s(this, Bt, () => {
631
644
  this.setAttribute("axis", this.scrollElement.axisCSSProperty.current);
632
645
  });
633
- s(this, Bt, (e) => {
634
- document.documentElement.classList.add("grabbing"), ze(
646
+ s(this, Wt, (e) => {
647
+ document.documentElement.classList.add("grabbing"), De(
635
648
  (c) => {
636
- const b = t(this, $) ? c.x : c.y, w = this.scrollElement.distance / t(this, xt), ft = (b - r) * w;
637
- this.scrollElement.setPosition(i + ft);
649
+ const b = t(this, $) ? c.x : c.y, w = this.scrollElement.distance / t(this, wt), bt = (b - r) * w;
650
+ this.scrollElement.setPosition(i + bt);
638
651
  },
639
652
  () => {
640
653
  document.documentElement.classList.remove("grabbing");
@@ -642,10 +655,10 @@ class Me extends ee {
642
655
  );
643
656
  const i = this.scrollElement.damped.target, r = t(this, $) ? e.x : e.y;
644
657
  });
645
- if (qt) {
658
+ if (Kt) {
646
659
  const e = this.attachShadow({ mode: "open" });
647
660
  e.adoptedStyleSheets.push(
648
- oe({
661
+ ce({
649
662
  ":host": {
650
663
  display: "inline-block",
651
664
  zIndex: "1",
@@ -674,7 +687,7 @@ class Me extends ee {
674
687
  touchAction: "none"
675
688
  }
676
689
  })
677
- ), h(this, Y, document.createElement("slot")), t(this, Y).innerHTML = '<div class="default-thumb"></div>', e.appendChild(t(this, Y));
690
+ ), h(this, et, document.createElement("slot")), t(this, et).innerHTML = '<div class="default-thumb"></div>', e.appendChild(t(this, et));
678
691
  }
679
692
  }
680
693
  get thumbElement() {
@@ -682,111 +695,111 @@ class Me extends ee {
682
695
  }
683
696
  connectedCallback() {
684
697
  super.connectedCallback(), this.setAttribute("drag-dead-zone", "");
685
- const e = t(this, Y).assignedElements()[0] || t(this, Y).firstElementChild;
686
- h(this, x, e), t(this, x).addEventListener("pointerdown", t(this, Bt)), $t.subscribe(t(this, mt), ce.SCROLL), Nt.subscribe(this, t(this, mt)), this.scrollElement.onScroll(t(this, Ht)), this.scrollElement.axisCSSProperty.subscribe(t(this, Ot));
698
+ const e = t(this, et).assignedElements()[0] || t(this, et).firstElementChild;
699
+ h(this, x, e), t(this, x).addEventListener("pointerdown", t(this, Wt)), Ut.subscribe(t(this, mt), ue.SCROLL), Gt.subscribe(this, t(this, mt)), this.scrollElement.onScroll(t(this, Ht)), this.scrollElement.axisCSSProperty.subscribe(t(this, Bt));
687
700
  }
688
701
  disconnectedCallback() {
689
- this.removeAttribute("drag-dead-zone"), t(this, x).removeEventListener("pointerdown", t(this, Bt)), $t.unsubscribe(t(this, mt)), Nt.unsubscribe(t(this, mt)), this.scrollElement.offScroll(t(this, Ht)), this.scrollElement.axisCSSProperty.unsubscribe(t(this, Ot));
702
+ this.removeAttribute("drag-dead-zone"), t(this, x).removeEventListener("pointerdown", t(this, Wt)), Ut.unsubscribe(t(this, mt)), Gt.unsubscribe(t(this, mt)), this.scrollElement.offScroll(t(this, Ht)), this.scrollElement.axisCSSProperty.unsubscribe(t(this, Bt));
690
703
  }
691
704
  }
692
- Y = new WeakMap(), x = new WeakMap(), $ = new WeakMap(), N = new WeakMap(), xt = new WeakMap(), wt = new WeakMap(), mt = new WeakMap(), Ht = new WeakMap(), Ot = new WeakMap(), Bt = new WeakMap();
693
- customElements.get("e-scrollbar") || customElements.define("e-scrollbar", Me);
694
- class de extends ee {
705
+ et = new WeakMap(), x = new WeakMap(), $ = new WeakMap(), N = new WeakMap(), wt = new WeakMap(), Pt = new WeakMap(), mt = new WeakMap(), Ht = new WeakMap(), Bt = new WeakMap(), Wt = new WeakMap();
706
+ customElements.get("e-scrollbar") || customElements.define("e-scrollbar", Ve);
707
+ class fe extends ie {
695
708
  constructor() {
696
- super(), qt && this.addEventListener("click", () => {
709
+ super(), Kt && this.addEventListener("click", () => {
697
710
  this.handleClick();
698
711
  });
699
712
  }
700
713
  }
701
- class Te extends de {
714
+ class Re extends fe {
702
715
  handleClick() {
703
716
  const n = this.getAttribute("index"), e = this.getAttribute("behaviour");
704
717
  this.scrollElement.scrollToSection(parseInt(n || "0"), { behaviour: e });
705
718
  }
706
719
  }
707
- customElements.get("e-scroll-set-button") || customElements.define("e-scroll-set-button", Te);
708
- class Ve extends de {
720
+ customElements.get("e-scroll-set-button") || customElements.define("e-scroll-set-button", Re);
721
+ class Oe extends fe {
709
722
  handleClick() {
710
723
  const n = this.getAttribute("step"), e = this.getAttribute("behaviour");
711
724
  this.scrollElement.shiftSections(parseInt(n || "1"), { behaviour: e });
712
725
  }
713
726
  }
714
- customElements.get("e-scroll-step-button") || customElements.define("e-scroll-step-button", Ve);
715
- var q, tt, Pt, Ft, Wt, Lt;
716
- class Re {
727
+ customElements.get("e-scroll-step-button") || customElements.define("e-scroll-step-button", Oe);
728
+ var q, st, zt, Ft, $t, Lt;
729
+ class He {
717
730
  constructor(n, e, i) {
718
731
  s(this, q, null);
719
- s(this, tt, null);
720
- s(this, Pt, null);
732
+ s(this, st, null);
733
+ s(this, zt, null);
721
734
  s(this, Ft, null);
722
- s(this, Wt, () => {
723
- t(this, tt).scrollToSection(t(this, Pt), {
735
+ s(this, $t, () => {
736
+ t(this, st).scrollToSection(t(this, zt), {
724
737
  behaviour: t(this, Ft)
725
738
  });
726
739
  });
727
740
  s(this, Lt, () => {
728
741
  t(this, q).classList.toggle(
729
742
  "current",
730
- t(this, tt).counter.current === t(this, Pt)
743
+ t(this, st).counter.current === t(this, zt)
731
744
  );
732
745
  });
733
- qt && (h(this, q, document.createElement("button")), h(this, tt, n), h(this, Ft, i), h(this, Pt, e), t(this, q).addEventListener("click", t(this, Wt)), t(this, tt).counter.subscribe(t(this, Lt)), t(this, Lt).call(this));
746
+ Kt && (h(this, q, document.createElement("button")), h(this, st, n), h(this, Ft, i), h(this, zt, e), t(this, q).addEventListener("click", t(this, $t)), t(this, st).counter.subscribe(t(this, Lt)), t(this, Lt).call(this));
734
747
  }
735
748
  get element() {
736
749
  return t(this, q);
737
750
  }
738
751
  destroy() {
739
- t(this, q).removeEventListener("click", t(this, Wt)), t(this, tt).counter.unsubscribe(t(this, Lt)), t(this, q).remove();
752
+ t(this, q).removeEventListener("click", t(this, $t)), t(this, st).counter.unsubscribe(t(this, Lt)), t(this, q).remove();
740
753
  }
741
754
  }
742
- q = new WeakMap(), tt = new WeakMap(), Pt = new WeakMap(), Ft = new WeakMap(), Wt = new WeakMap(), Lt = new WeakMap();
743
- var et, zt;
744
- class He extends ee {
755
+ q = new WeakMap(), st = new WeakMap(), zt = new WeakMap(), Ft = new WeakMap(), $t = new WeakMap(), Lt = new WeakMap();
756
+ var it, kt;
757
+ class Be extends ie {
745
758
  constructor() {
746
759
  super(...arguments);
747
- s(this, et, []);
748
- s(this, zt, ke(() => {
749
- t(this, et).forEach((e) => e.destroy()), h(this, et, []);
760
+ s(this, it, []);
761
+ s(this, kt, Ae(() => {
762
+ t(this, it).forEach((e) => e.destroy()), h(this, it, []);
750
763
  for (let e = 0; e < this.scrollElement.sections.length; e++) {
751
- const i = new Re(
764
+ const i = new He(
752
765
  this.scrollElement,
753
766
  e,
754
767
  this.getAttribute("behaviour") || "smooth"
755
768
  );
756
- this.appendChild(i.element), t(this, et).push(i);
769
+ this.appendChild(i.element), t(this, it).push(i);
757
770
  }
758
771
  }, 0));
759
772
  }
760
773
  connectedCallback() {
761
774
  super.connectedCallback(), this.scrollElement.addEventListener(
762
775
  "sectionsChange",
763
- t(this, zt)
764
- ), t(this, zt).call(this);
776
+ t(this, kt)
777
+ ), t(this, kt).call(this);
765
778
  }
766
779
  disconnectedCallback() {
767
780
  this.scrollElement.removeEventListener(
768
781
  "sectionsChange",
769
- t(this, zt)
770
- ), t(this, et).forEach((e) => e.destroy()), h(this, et, []);
782
+ t(this, kt)
783
+ ), t(this, it).forEach((e) => e.destroy()), h(this, it, []);
771
784
  }
772
785
  }
773
- et = new WeakMap(), zt = new WeakMap();
774
- customElements.get("e-scroll-bullet-buttons") || customElements.define("e-scroll-bullet-buttons", He);
775
- class Oe extends De {
786
+ it = new WeakMap(), kt = new WeakMap();
787
+ customElements.get("e-scroll-bullet-buttons") || customElements.define("e-scroll-bullet-buttons", Be);
788
+ class We extends Ie {
776
789
  connectedCallback() {
777
- const n = ue(this, Dt);
778
- n instanceof Dt ? (this.scrollContainer = n, this.scrollContainer.addEventListener(
790
+ const n = de(this, At);
791
+ n instanceof At ? (this.scrollContainer = n, this.scrollContainer.addEventListener(
779
792
  "scrollSectionsChange",
780
793
  this.findAnotherScrollEntries
781
794
  )) : console.error(this, "e-scroll not found");
782
795
  }
783
796
  }
784
- customElements.get("e-scroll-segment") || customElements.define("e-scroll-segment", Oe);
797
+ customElements.get("e-scroll-segment") || customElements.define("e-scroll-segment", We);
785
798
  export {
786
- He as ScrollBulletButtonsElement,
787
- Dt as ScrollElement,
788
- Oe as ScrollSegmentElement,
789
- Te as ScrollSetButtonElement,
790
- Ve as ScrollStepButtonElement,
791
- Me as ScrollbarElement
799
+ Be as ScrollBulletButtonsElement,
800
+ At as ScrollElement,
801
+ We as ScrollSegmentElement,
802
+ Re as ScrollSetButtonElement,
803
+ Oe as ScrollStepButtonElement,
804
+ Ve as ScrollbarElement
792
805
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aptechka",
3
- "version": "0.30.12",
3
+ "version": "0.30.13",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/denisavitski/aptechka.git"