aptechka 0.5.44 → 0.7.1

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.
Files changed (234) hide show
  1. package/lib/Animation-6Na1MCtM.cjs +1 -0
  2. package/lib/Animation-CELiTw3n.js +132 -0
  3. package/lib/Composed-DmLYTh1b.js +35 -0
  4. package/lib/Composed-Dx2hs-va.cjs +1 -0
  5. package/lib/{Damped-P4MkCGoY.js → Damped-Mx_FNNVz.js} +2 -5
  6. package/lib/Damped-loFiBsBy.cjs +1 -0
  7. package/lib/{Derived-kPJs5JC5.js → Derived-DlCvc0xQ.js} +1 -1
  8. package/lib/{Derived-B-g8dYgh.cjs → Derived-a6MDQEPY.cjs} +1 -1
  9. package/lib/ElementConstructor-CAZ2ra8m.cjs +1 -0
  10. package/lib/ElementConstructor-OYlPJf2L.js +366 -0
  11. package/lib/Resource-D3TQormz.cjs +1 -0
  12. package/lib/Resource-DIcoALGo.js +64 -0
  13. package/lib/{SourceManager-Q-PB-Rkh.js → SourceManager-Bz329f90.js} +1 -1
  14. package/lib/{SourceManager-vSlsMKUE.cjs → SourceManager-kxr5eUyL.cjs} +1 -1
  15. package/lib/Store-6s0YXK4o.cjs +1 -0
  16. package/lib/{Store-BQXXikps.js → Store-BI2xxXOA.js} +42 -42
  17. package/lib/Tweened-B_mclQ61.cjs +1 -0
  18. package/lib/Tweened-NE8M9onF.js +48 -0
  19. package/lib/{Viewport-DMB0dO-s.cjs → Viewport-CJeKnL5V.cjs} +1 -1
  20. package/lib/{Viewport-CFFhFKqX.js → Viewport-D9IL7kUQ.js} +1 -1
  21. package/lib/_createStore-Cf1MyeHa.cjs +1 -0
  22. package/lib/_createStore-Ck9bHolX.js +12 -0
  23. package/lib/accordion/AccordionElement.d.ts +3 -0
  24. package/lib/accordion/index.cjs +1 -1
  25. package/lib/accordion/index.js +140 -104
  26. package/lib/animation/Animation.d.ts +10 -18
  27. package/lib/animation/Damped.d.ts +3 -5
  28. package/lib/animation/Tweened.d.ts +0 -2
  29. package/lib/animation/index.cjs +1 -1
  30. package/lib/animation/index.js +3 -3
  31. package/lib/attribute/index.cjs +1 -1
  32. package/lib/attribute/index.js +31 -31
  33. package/lib/canvas/index.cjs +1 -1
  34. package/lib/canvas/index.js +3 -3
  35. package/lib/checkbox/index.cjs +1 -1
  36. package/lib/checkbox/index.js +3 -3
  37. package/lib/class-linked-status/index.cjs +1 -1
  38. package/lib/class-linked-status/index.js +1 -1
  39. package/lib/controls/index.cjs +1 -1
  40. package/lib/controls/index.js +3 -3
  41. package/lib/counter/index.d.ts +8 -0
  42. package/lib/{createStylesheet-DBCEbDjI.js → createStylesheet-CR_yi5tp.js} +1 -1
  43. package/lib/{createStylesheet-CqHU9_qv.cjs → createStylesheet-p23sZ7Ey.cjs} +1 -1
  44. package/lib/css-property/index.cjs +1 -1
  45. package/lib/css-property/index.d.ts +1 -0
  46. package/lib/css-property/index.js +36 -32
  47. package/lib/dev/index.cjs +1 -1
  48. package/lib/dev/index.js +1 -1
  49. package/lib/device/index.cjs +1 -1
  50. package/lib/device/index.js +1 -1
  51. package/lib/element-constructor/index.cjs +1 -1
  52. package/lib/element-constructor/index.js +114 -113
  53. package/lib/en3/core/En3Raycaster.d.ts +20 -0
  54. package/lib/en3/core/En3View.d.ts +1 -1
  55. package/lib/en3/core/en3.d.ts +5 -1
  56. package/lib/en3/helpers/En3Controls.d.ts +5 -0
  57. package/lib/en3/helpers/En3GridHelper.d.ts +8 -0
  58. package/lib/en3/helpers/En3Object3dManager.d.ts +12 -0
  59. package/lib/en3/helpers/En3OrbitControls.d.ts +8 -0
  60. package/lib/en3/helpers/En3TransformControls.d.ts +8 -0
  61. package/lib/en3/helpers/index.cjs +1 -0
  62. package/lib/en3/helpers/index.d.ts +2 -0
  63. package/lib/en3/helpers/index.js +1165 -0
  64. package/lib/en3/index.cjs +1 -213
  65. package/lib/en3/index.d.ts +1 -19
  66. package/lib/en3/index.js +4 -3305
  67. package/lib/en3/libs/index.d.ts +1 -0
  68. package/lib/en3/loaders/{en3GLTFLoader.d.ts → En3GLTFLoader.d.ts} +2 -4
  69. package/lib/en3/loaders/En3TextureLoader.d.ts +8 -0
  70. package/lib/en3/loaders/index.cjs +1 -0
  71. package/lib/en3/loaders/index.d.ts +3 -0
  72. package/lib/en3/loaders/index.js +1757 -0
  73. package/lib/en3/loaders/loaders.d.ts +13 -0
  74. package/lib/en3/misc/index.cjs +10 -0
  75. package/lib/en3/misc/index.d.ts +2 -0
  76. package/lib/en3/misc/index.js +115 -0
  77. package/lib/en3/objects/En3Clip.d.ts +1 -1
  78. package/lib/en3/objects/En3GLTF.d.ts +2 -1
  79. package/lib/en3/objects/En3ImageLike.d.ts +2 -1
  80. package/lib/en3/objects/En3SourceConsumer.d.ts +1 -1
  81. package/lib/en3/objects/fluid/index.d.ts +0 -3
  82. package/lib/en3/objects/index.d.ts +7 -0
  83. package/lib/en3/utils/index.cjs +1 -0
  84. package/lib/en3/utils/index.d.ts +5 -0
  85. package/lib/en3/utils/index.js +43 -0
  86. package/lib/en3-C4mzaF6q.cjs +8 -0
  87. package/lib/en3-hbkN1OPu.js +343 -0
  88. package/lib/globals-DMjysUXI.js +8 -0
  89. package/lib/globals-bYKki-b9.cjs +1 -0
  90. package/lib/image/index.cjs +1 -1
  91. package/lib/image/index.js +1 -1
  92. package/lib/{index-BN9X-l9M.js → index-BAH_fO2N.js} +3 -3
  93. package/lib/{index-BbgmbQ-5.cjs → index-D1LQUR-R.cjs} +1 -1
  94. package/lib/instantiate-D19Uvc31.js +125 -0
  95. package/lib/instantiate-Db5gGSYG.cjs +1 -0
  96. package/lib/jsx/ComponentElement.d.ts +18 -0
  97. package/lib/jsx/globals.d.ts +13 -0
  98. package/lib/jsx/h.d.ts +7 -0
  99. package/lib/jsx/hooks/basic/_createStore.d.ts +4 -0
  100. package/lib/jsx/hooks/basic/attachInternals.d.ts +1 -0
  101. package/lib/jsx/hooks/basic/attachShadow.d.ts +1 -0
  102. package/lib/jsx/hooks/basic/attachStylesheet.d.ts +3 -0
  103. package/lib/jsx/hooks/basic/createContext.d.ts +2 -0
  104. package/lib/jsx/hooks/basic/onConnect.d.ts +3 -0
  105. package/lib/jsx/hooks/basic/onDisconnect.d.ts +3 -0
  106. package/lib/jsx/hooks/onAnimationFrame.cjs +1 -0
  107. package/lib/jsx/hooks/onAnimationFrame.d.ts +6 -0
  108. package/lib/jsx/hooks/onAnimationFrame.js +22 -0
  109. package/lib/jsx/hooks/onElementResize.cjs +1 -0
  110. package/lib/jsx/hooks/onElementResize.d.ts +5 -0
  111. package/lib/jsx/hooks/onElementResize.js +11 -0
  112. package/lib/jsx/hooks/onIntersection.cjs +1 -0
  113. package/lib/jsx/hooks/onIntersection.d.ts +5 -0
  114. package/lib/jsx/hooks/onIntersection.js +11 -0
  115. package/lib/jsx/hooks/onWindowResize.cjs +1 -0
  116. package/lib/jsx/hooks/onWindowResize.d.ts +3 -0
  117. package/lib/jsx/hooks/onWindowResize.js +8 -0
  118. package/lib/jsx/hooks/store/createArrayStore.d.ts +3 -0
  119. package/lib/jsx/hooks/store/createComposed.d.ts +3 -0
  120. package/lib/jsx/hooks/store/createDerived.d.ts +3 -0
  121. package/lib/jsx/hooks/store/createDerivedArray.d.ts +3 -0
  122. package/lib/jsx/hooks/store/createDerivedComponent.d.ts +3 -0
  123. package/lib/jsx/hooks/store/createDerivedComponents.d.ts +3 -0
  124. package/lib/jsx/hooks/store/createResource.d.ts +3 -0
  125. package/lib/jsx/hooks/store/createStore.d.ts +3 -0
  126. package/lib/jsx/hooks/store/index.cjs +1 -0
  127. package/lib/jsx/hooks/store/index.d.ts +7 -0
  128. package/lib/jsx/hooks/store/index.js +49 -0
  129. package/lib/jsx/hooks/watchAttribute.cjs +1 -0
  130. package/lib/jsx/hooks/watchAttribute.d.ts +6 -0
  131. package/lib/jsx/hooks/watchAttribute.js +17 -0
  132. package/lib/jsx/hooks/watchCSSProperty.cjs +1 -0
  133. package/lib/jsx/hooks/watchCSSProperty.d.ts +7 -0
  134. package/lib/jsx/hooks/watchCSSProperty.js +17 -0
  135. package/lib/jsx/index.cjs +1 -0
  136. package/lib/jsx/index.d.ts +13 -0
  137. package/lib/jsx/index.js +91 -0
  138. package/lib/jsx/instantiate.d.ts +5 -0
  139. package/lib/jsx/register.d.ts +1 -0
  140. package/lib/jsx/render.d.ts +6 -0
  141. package/lib/jsx/type.d.ts +188 -0
  142. package/lib/ladder/index.cjs +1 -1
  143. package/lib/ladder/index.d.ts +2 -0
  144. package/lib/ladder/index.js +84 -66
  145. package/lib/layout-box/index.cjs +1 -1
  146. package/lib/layout-box/index.d.ts +9 -0
  147. package/lib/layout-box/index.js +190 -164
  148. package/lib/media/index.cjs +1 -1
  149. package/lib/media/index.js +1 -1
  150. package/lib/modal/index.cjs +1 -1
  151. package/lib/modal/index.js +7 -7
  152. package/lib/morph/Morph.d.ts +2 -2
  153. package/lib/morph/index.cjs +1 -1
  154. package/lib/morph/index.d.ts +1 -1
  155. package/lib/morph/index.js +135 -143
  156. package/lib/notifier/index.d.ts +2 -2
  157. package/lib/notifier/index.js +3 -1
  158. package/lib/onConnect-DGP866cj.cjs +1 -0
  159. package/lib/onConnect-y5DrxJ9P.js +7 -0
  160. package/lib/pointer/index.cjs +1 -1
  161. package/lib/pointer/index.js +2 -2
  162. package/lib/polyfills-CM4SCDTt.cjs +1 -0
  163. package/lib/polyfills-X6KXuHg-.js +33 -0
  164. package/lib/popover/index.cjs +1 -1
  165. package/lib/popover/index.js +2 -2
  166. package/lib/router/Router.d.ts +11 -3
  167. package/lib/router/index.cjs +1 -1
  168. package/lib/router/index.d.ts +1 -1
  169. package/lib/router/index.js +185 -165
  170. package/lib/scroll/ScrollElement.d.ts +2 -19
  171. package/lib/scroll/ScrollSection.d.ts +23 -0
  172. package/lib/scroll/index.cjs +1 -1
  173. package/lib/scroll/index.js +81 -77
  174. package/lib/select/index.cjs +1 -1
  175. package/lib/select/index.js +1 -1
  176. package/lib/sequence/index.cjs +1 -1
  177. package/lib/sequence/index.js +1 -1
  178. package/lib/source/index.cjs +1 -1
  179. package/lib/source/index.js +2 -2
  180. package/lib/store/ArrayStore.d.ts +21 -0
  181. package/lib/store/Store.d.ts +1 -7
  182. package/lib/store/index.cjs +1 -1
  183. package/lib/store/index.d.ts +2 -2
  184. package/lib/store/index.js +65 -139
  185. package/lib/tags-BqJKcIve.js +485 -0
  186. package/lib/tags-ld5jemJw.cjs +1 -0
  187. package/lib/theme/index.cjs +1 -1
  188. package/lib/theme/index.js +2 -2
  189. package/lib/tweaker/TweakerBooleanManagerElement.d.ts +1 -1
  190. package/lib/tweaker/TweakerColorManagerElement.d.ts +1 -1
  191. package/lib/tweaker/TweakerFolderElement.d.ts +2 -0
  192. package/lib/tweaker/TweakerLinkManagerElement.d.ts +1 -1
  193. package/lib/tweaker/TweakerNumberManagerElement.d.ts +4 -8
  194. package/lib/tweaker/TweakerSelectManagerElement.d.ts +1 -1
  195. package/lib/tweaker/TweakerStoreManagerElement.d.ts +7 -7
  196. package/lib/tweaker/TweakerStringManagerElement.d.ts +3 -5
  197. package/lib/tweaker/index.cjs +3 -3
  198. package/lib/tweaker/index.js +535 -412
  199. package/lib/tweaker/tweakerManagerConstructors.d.ts +2 -2
  200. package/lib/tweaker/tweakerStorage.d.ts +8 -1
  201. package/lib/url-C3dWnJQg.cjs +1 -0
  202. package/lib/url-DMNfW7uN.js +22 -0
  203. package/lib/utils/index.cjs +1 -1
  204. package/lib/utils/index.d.ts +1 -0
  205. package/lib/utils/index.js +39 -34
  206. package/lib/utils/number.d.ts +1 -0
  207. package/lib/utils/url.d.ts +9 -0
  208. package/lib/video/index.cjs +1 -1
  209. package/lib/video/index.js +1 -1
  210. package/package.json +107 -3
  211. package/lib/Animation-DDHjrbtL.cjs +0 -1
  212. package/lib/Animation-Dq_05jlR.js +0 -217
  213. package/lib/DRACOLoader-C2CFpMGS.cjs +0 -2
  214. package/lib/DRACOLoader-D2KY2dku.js +0 -241
  215. package/lib/Damped-l0mnlhar.cjs +0 -1
  216. package/lib/KTX2Loader-DdUl1XiY.cjs +0 -2
  217. package/lib/KTX2Loader-DqpAffDj.js +0 -536
  218. package/lib/Store-C-1ruEIm.cjs +0 -1
  219. package/lib/Tweened-CwDC2zl8.js +0 -51
  220. package/lib/Tweened-DIt9j9B-.cjs +0 -1
  221. package/lib/animation/AnimationLink.d.ts +0 -13
  222. package/lib/en3/loaders/en3TextureLoader.d.ts +0 -3
  223. package/lib/en3/test/En3HTML.d.ts +0 -10
  224. package/lib/polyfills-BA-CL_HF.js +0 -27
  225. package/lib/polyfills-DHs2SNbz.cjs +0 -1
  226. package/lib/store/CumulativeResource.d.ts +0 -13
  227. package/lib/tags-CMPg9ETZ.js +0 -848
  228. package/lib/tags-Djb6mb1o.cjs +0 -1
  229. package/lib/tweaker/TweakerRangeManagerElement.d.ts +0 -11
  230. /package/lib/en3/{loaders → core}/en3Cache.d.ts +0 -0
  231. /package/lib/{MeshoptDecoder-CMeN3oU0.cjs → en3/libs/index.cjs} +0 -0
  232. /package/lib/{MeshoptDecoder-6XfTpOG2.js → en3/libs/index.js} +0 -0
  233. /package/lib/en3/{test → misc}/En3ModifiedMaterial.d.ts +0 -0
  234. /package/lib/en3/{attachments → misc}/En3SourceManager.d.ts +0 -0
@@ -1 +1 @@
1
- "use strict";var Ns=Object.defineProperty;var _s=Object.getOwnPropertySymbols;var Ks=Object.prototype.hasOwnProperty,Zs=Object.prototype.propertyIsEnumerable;var Ps=(r,e,i)=>e in r?Ns(r,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):r[e]=i,ks=(r,e)=>{for(var i in e||(e={}))Ks.call(e,i)&&Ps(r,i,e[i]);if(_s)for(var i of _s(e))Zs.call(e,i)&&Ps(r,i,e[i]);return r};var Es=(r,e,i)=>{if(!e.has(r))throw TypeError("Cannot "+i)};var o=(r,e,i)=>(Es(r,e,"read from private field"),i?i.call(r):e.get(r)),L=(r,e,i)=>{if(e.has(r))throw TypeError("Cannot add the same private member more than once");e instanceof WeakSet?e.add(r):e.set(r,i)},O=(r,e,i,n)=>(Es(r,e,"write to private field"),n?n.call(r,i):e.set(r,i),i);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const Et=require("../Store-C-1ruEIm.cjs"),Js=require("../Derived-B-g8dYgh.cjs"),fs=require("../browser-CpzFX2xg.cjs"),Qs=require("../easings-DsS5-Kqc.cjs"),_t=require("../layout-8ryRAMGJ.cjs"),ds=require("../math-GDWEqu7y.cjs");require("../ticker/index.cjs");const Me=require("../order/index.cjs"),zs=require("../Damped-l0mnlhar.cjs"),Xs=require("../Tweened-DIt9j9B-.cjs"),De=require("../controls/index.cjs"),Pt=require("../custom-element/index.cjs"),fe=require("../window-resizer/index.cjs"),Nt=require("../scroll-entries/index.cjs"),A=require("../tags-Djb6mb1o.cjs"),vs=require("../createStylesheet-CqHU9_qv.cjs"),Ws=require("../css-unit-parser/index.cjs"),u=require("../css-property/index.cjs"),Ys=require("../Viewport-DMB0dO-s.cjs"),Qe=require("../element-resizer/index.cjs"),js=require("../gestures-DHLrn6Q8.cjs"),Ms=require("../theme/index.cjs"),ti=require("../dom-JBOkFLTh.cjs"),Vs=require("../function-MthRj-GJ.cjs");var ei=Object.defineProperty,si=Object.getOwnPropertyDescriptor,ii=(r,e,i,n)=>{for(var h=n>1?void 0:n?si(e,i):e,c=r.length-1,S;c>=0;c--)(S=r[c])&&(h=(n?S(e,i,h):S(h))||h);return n&&h&&ei(e,i,h),h},ws=(r,e,i)=>{if(!e.has(r))throw TypeError("Cannot "+i)},t=(r,e,i)=>(ws(r,e,"read from private field"),i?i.call(r):e.get(r)),a=(r,e,i)=>{if(e.has(r))throw TypeError("Cannot add the same private member more than once");e instanceof WeakSet?e.add(r):e.set(r,i)},m=(r,e,i,n)=>(ws(r,e,"write to private field"),e.set(r,i),i),v=(r,e,i)=>(ws(r,e,"access private method"),i),d,Zt,R,rt,nt,j,ht,Wt,Mt,Q,q,Jt,Qt,Xt,Yt,we,X,jt,xt,Y,qt,wt,Lt,te,ee,se,g,Xe,p,$e,Fe,W,y,I,tt,Bt,bt,$,P,be,zt,de,ve,Ee,ct,ce,We,Ht,ue,Ye,bs,je,ms,Re,ss,Te,is,B,ts,rs,Os,me,qe,Ie,ns,ut,It,Ae,hs,C,xe,_,Ut,st,Ct;class ri{constructor(e,i,n){L(this,C,void 0);L(this,xe,void 0);L(this,_,void 0);L(this,Ut,0);L(this,st,0);L(this,Ct,null);O(this,C,e),O(this,xe,i),O(this,_,n),Nt.scrollEntries.register(o(this,C))}get index(){return o(this,xe)}get size(){return o(this,Ut)}get position(){return o(this,st)}destroy(){Nt.scrollEntries.unregister(o(this,C)),o(this,C).style.transform="",this.mark(null)}setSize(e){e?(o(this,C).style.setProperty("--size",e+"px"),o(this,_).axisCSSProperty.current==="x"?(o(this,C).style.width=e+"px",o(this,C).style.height=""):(o(this,C).style.height=e+"px",o(this,C).style.width="")):(o(this,C).style.width="",o(this,C).style.height="",o(this,C).style.removeProperty("--size"))}resize(){O(this,Ut,o(this,_).vertical?o(this,C).offsetHeight:o(this,C).offsetWidth),O(this,st,o(this,_).vertical?_t.getCumulativeOffsetTop(o(this,C)):_t.getCumulativeOffsetLeft(o(this,C))),O(this,st,o(this,st)-o(this,_).contentPosition)}transform(){let e=0;const i=o(this,_).viewportSize*o(this,_).sectionDistanceScaleCSSProperty.current;o(this,_).loopCSSProperty.current&&o(this,_).overscroll&&o(this,st)+o(this,Ut)<o(this,_).currentScrollValue&&(e=o(this,_).distance*-1-o(this,_).gap),Nt.scrollEntries.update(o(this,C),o(this,_).axisCSSProperty.current,e);const n=o(this,_).currentScrollValue+e,h=o(this,st)-o(this,_).viewportSize-i,c=o(this,st)+o(this,Ut)+i,S=ds.clamp(n,h,c);o(this,_).vertical?o(this,C).style.transform=`translate3d(0px, ${S*-1}px, 0px)`:o(this,C).style.transform=`translate3d(${S*-1}px, 0px, 0px)`}mark(e){o(this,Ct)!==e&&(o(this,Ct)&&o(this,C).classList.remove(o(this,Ct)),e&&o(this,C).classList.add(e),O(this,Ct,e),o(this,C).dispatchEvent(new CustomEvent("sectionsChange",{composed:!0,detail:{mark:o(this,Ct)}})))}}C=new WeakMap,xe=new WeakMap,_=new WeakMap,Ut=new WeakMap,st=new WeakMap,Ct=new WeakMap;const ni=vs.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":{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"}});exports.ScrollElement=class extends Pt.CustomElement{constructor(){super(),a(this,ce),a(this,Ht),a(this,Ye),a(this,je),a(this,Re),a(this,Te),a(this,rs),a(this,Ie),a(this,ut),a(this,Ae),a(this,d,null),a(this,Zt,new u.CSSProperty(this,"--controls",!0)),a(this,R,new u.CSSProperty(this,"--axis","y")),a(this,rt,new u.CSSProperty(this,"--direction",0)),a(this,nt,new u.CSSProperty(this,"--pages",0,{validate:e=>Math.max(0,e-1)})),a(this,j,new u.CSSProperty(this,"--split",!1)),a(this,ht,new u.CSSProperty(this,"--sectional",!1)),a(this,Wt,new u.CSSProperty(this,"--auto-size",!1)),a(this,Mt,new u.CSSProperty(this,"--wheel-max-delta",!1)),a(this,Q,new u.CSSProperty(this,"--sections-in-view",1)),a(this,q,new u.CSSProperty(this,"--loop",!1)),a(this,Jt,new u.CSSProperty(this,"--damping",20)),a(this,Qt,new u.CSSProperty(this,"--mass",0)),a(this,Xt,new u.CSSProperty(this,"--stiffness",0)),a(this,Yt,new u.CSSProperty(this,"--mouse-drag",!1)),a(this,we,new u.CSSProperty(this,"--section-distance-scale",.5)),a(this,X,new u.CSSProperty(this,"--autoplay",0)),a(this,jt,new u.CSSProperty(this,"--autoplay-pause-duration",0)),a(this,xt,new u.CSSProperty(this,"--autoplay-user-direction",!1)),a(this,Y,new u.CSSProperty(this,"--classes",0)),a(this,qt,new u.CSSProperty(this,"--current-index-start-offset",0)),a(this,wt,new u.CSSProperty(this,"--current-index-end-offset",0)),a(this,Lt,new u.CSSProperty(this,"--focus-delay",0)),a(this,te,new u.CSSProperty(this,"--focus-duration",3e3)),a(this,ee,new u.CSSProperty(this,"--disabled",!1)),a(this,se,new u.CSSProperty(this,"--hibernated",!1)),a(this,g,null),a(this,Xe,null),a(this,p,[]),a(this,$e,0),a(this,Fe,0),a(this,W,0),a(this,y,0),a(this,I,0),a(this,tt,null),a(this,Bt,null),a(this,bt,null),a(this,$,null),a(this,P,new Et.Store(0)),a(this,be,0),a(this,zt,0),a(this,de,!0),a(this,ve,!0),a(this,Ee,void 0),a(this,ct,new Xs.Tweened),a(this,B,()=>{t(this,d).unlistenAnimationFrame();const e=this.currentScrollValue/t(this,y)||0,i=t(this,P).current;if(m(this,$e,this.vertical?_t.getCumulativeOffsetTop(this):_t.getCumulativeOffsetLeft(this)),m(this,Fe,this.vertical?_t.getCumulativeOffsetTop(t(this,g)):_t.getCumulativeOffsetLeft(t(this,g))),m(this,W,this.vertical?this.offsetHeight:this.offsetWidth),this.vertical?m(this,I,Ws.cssUnitParser.parse(getComputedStyle(t(this,g)).rowGap)):m(this,I,Ws.cssUnitParser.parse(getComputedStyle(t(this,g)).columnGap)),t(this,Wt).current&&t(this,p).length){const n=t(this,Q).current,h=(t(this,W)-t(this,I)*(n-1))/n;t(this,p).forEach(c=>{c.setSize(h)})}else t(this,p).forEach(n=>{n.setSize()});if(t(this,p).forEach(n=>{n.resize()}),t(this,nt).current){m(this,y,t(this,W)*t(this,nt).current);const n=t(this,y)+t(this,W);this.vertical?(t(this,g).style.width=n+"px",t(this,g).style.height="100%"):(t(this,g).style.height=n+"px",t(this,g).style.width="100%")}else this.vertical?(t(this,g).style.width="100%",t(this,g).style.height="max-content",m(this,y,t(this,g).offsetHeight-t(this,W))):(t(this,g).style.width="max-content",t(this,g).style.height="100%",m(this,y,t(this,g).offsetWidth-t(this,W)));if(!t(this,q).current){const n=getComputedStyle(this),h=this.vertical?parseFloat(n.paddingBlockStart)+parseFloat(n.paddingBlockEnd):parseFloat(n.paddingInlineStart)+parseFloat(n.paddingInlineEnd);m(this,y,t(this,y)+h),t(this,d).max=t(this,y)}if(t(this,q).current&&t(this,p).length){const n=t(this,p)[t(this,p).length-1],h=n.position+n.size-t(this,W),c=t(this,y)-h;m(this,zt,n.position+n.size+c)}else m(this,zt,t(this,y));if(t(this,ht).current&&t(this,p).length){const n=t(this,p)[i];t(this,d).set(n.position,{equalize:!0})}else t(this,d).set(e*t(this,y),{equalize:!0})}),a(this,ts,()=>{const e=this.currentScrollValue;if(m(this,be,Math.max(0,e-t(this,y))),t(this,p).length){let i=0;for(let n=0;n<t(this,p).length;n++){const h=t(this,p)[n];h.transform(),this.targetScrollValue+h.size/2>=h.position&&(i=n)}t(this,P).current=i}else this.vertical?t(this,g).style.transform=`translate3d(0px, ${e*-1}px, 0px)`:t(this,g).style.transform=`translate3d(${e*-1}px, 0px, 0px)`;Nt.scrollEntries.update(this,t(this,R).current,e)}),a(this,me,(e,i)=>{t(this,Zt).current&&(t(this,xt).current&&(t(this,$).pauseAndContinue(t(this,jt).current),t(this,$).direction=Math.sign(i)||1),t(this,qe).call(this,e,i))}),a(this,qe,(e,i)=>{if(t(this,rt).current){if(t(this,rt).current<0&&i>0)return;if(t(this,rt).current>0&&i<0)return}if(t(this,ct).unlistenAnimationFrame(),!t(this,X).current&&t(this,Lt).current&&(clearInterval(t(this,Ee)),m(this,Ee,setTimeout(()=>{const n=v(this,Ae,hs).call(this);n&&this.scrollToSection(n.index,{tween:{duration:t(this,te).current,easing:Qs.easeInOutExpo}})},t(this,Lt).current))),!(e==="drag"&&!Ys.device.isMobile&&!t(this,Yt).current))if(t(this,ht).current){const n=Math.sign(i);t(this,p).length?this.shiftSections(n):t(this,d).shift(n*t(this,W))}else t(this,d).shift(i)}),fs.isBrowser&&(m(this,d,new zs.Damped(0,{damping:.01,min:0,order:Me.TICK_ORDER.SCROLL})),this.openShadow(ni),A.element(this,{tabIndex:0,children:[A.div({class:"static",children:[A.slot({name:"static"})]}),A.div({class:"content",children:[A.slot({ref:e=>m(this,Xe,e)})],style:{flexDirection:new Js.Derived(t(this,R),e=>e==="x"?"row":"column")},ref:e=>m(this,g,e)})]}),m(this,tt,new De.WheelControls({element:t(this,g)})),t(this,tt).changeEvent.subscribe(t(this,me)),m(this,Bt,new De.KeyboardControls({element:this})),t(this,Bt).changeEvent.subscribe(t(this,me)),m(this,bt,new De.DragControls({element:t(this,g)})),t(this,bt).changeEvent.subscribe(t(this,me)),m(this,$,new De.AutoplayControls),t(this,$).changeEvent.subscribe(t(this,qe)),t(this,R).subscribe(({current:e})=>{t(this,g).style.flexDirection=e==="x"?"row":"column",t(this,tt).axis=t(this,Mt).current?"max":e,t(this,Bt).dimension=e==="x"?"width":"height",t(this,bt).axis=e,e==="x"?this.style.touchAction="pan-y":e==="y"&&(this.style.touchAction="pan-x"),this.isConnected&&t(this,B).call(this)}),t(this,Mt).subscribe(e=>{t(this,tt).axis=e.current?"max":t(this,R).current}),t(this,nt).subscribe(()=>{this.isConnected&&t(this,B).call(this)}),t(this,j).subscribe(({current:e})=>{this.isConnected&&(e?v(this,ce,We).call(this):v(this,Ht,ue).call(this))}),t(this,ht).subscribe(e=>{t(this,tt).debounce=e.current,t(this,bt).swipe=e.current,t(this,$).interval=e.current,this.isConnected&&(e.current&&!e.previous&&!t(this,p).length?v(this,ce,We).call(this):!e.current&&e.previous&&t(this,p).length&&v(this,Ht,ue).call(this))}),t(this,Wt).subscribe(e=>{this.isConnected&&(t(this,B).call(this),e.current&&!e.previous&&!t(this,p).length?v(this,ce,We).call(this):!e.current&&e.previous&&t(this,p).length&&v(this,Ht,ue).call(this))}),t(this,Q).subscribe(e=>{this.isConnected&&(t(this,B).call(this),v(this,ut,It).call(this))}),t(this,q).subscribe(e=>{e.current?(this.isConnected&&(t(this,p).length||(t(this,j).current=!0)),t(this,p).length&&(t(this,d).max=1/0,t(this,d).min=-1/0)):(m(this,be,0),t(this,d).max=t(this,y),t(this,d).min=0)}),t(this,Jt).subscribe(e=>{t(this,d).damping=e.current}),t(this,Qt).subscribe(e=>{t(this,d).mass=e.current}),t(this,Xt).subscribe(e=>{t(this,d).stiffness=e.current}),t(this,ee).subscribe(e=>{e.current&&!e.previous?v(this,Ye,bs).call(this):!e.current&&e.previous&&v(this,je,ms).call(this)}),t(this,se).subscribe(e=>{e.current&&!e.previous?v(this,Re,ss).call(this):!e.current&&e.previous&&v(this,Te,is).call(this)}),t(this,X).subscribe(e=>{t(this,$).speed=e.current,e.current&&!e.previous?t(this,$).connect():!e.current&&e.previous&&t(this,$).disconnect()}),t(this,xt).subscribe(e=>{e.current||(t(this,$).direction=1)}),t(this,Y).subscribe(e=>{this.isConnected&&v(this,ut,It).call(this)}),t(this,qt).subscribe(e=>{this.isConnected&&t(this,Y).current&&v(this,ut,It).call(this)}),t(this,wt).subscribe(e=>{this.isConnected&&t(this,Y).current&&v(this,ut,It).call(this)}),t(this,d).isRunning.subscribe(e=>{this.classList.toggle("active",e.current)}),t(this,P).subscribe(e=>{t(this,p).length&&v(this,ut,It).call(this)}),t(this,ct).subscribe(e=>{t(this,ct).isRunning.current&&t(this,d).set(e.current)}))}get damped(){return t(this,d)}get controlsCSSProperty(){return t(this,Zt)}get axisCSSProperty(){return t(this,R)}get directionCSSProperty(){return t(this,rt)}get pagesCSSProperty(){return t(this,nt)}get splitCSSProperty(){return t(this,j)}get sectionalCSSProperty(){return t(this,ht)}get autoSizeCSSProperty(){return t(this,Wt)}get wheelMaxDeltaCSSProperty(){return t(this,Mt)}get sectionsInViewCSSProperty(){return t(this,Q)}get loopCSSProperty(){return t(this,q)}get dampingCSSProperty(){return t(this,Jt)}get massCSSProperty(){return t(this,Qt)}get stiffnessCSSProperty(){return t(this,Xt)}get mouseDragCSSProperty(){return t(this,Yt)}get sectionDistanceScaleCSSProperty(){return t(this,we)}get autoplayCSSProperty(){return t(this,X)}get autoplayPauseDurationCSSProperty(){return t(this,jt)}get autoplayUserDirectionCSSProperty(){return t(this,xt)}get classesCSSProperty(){return t(this,Y)}get currentIndexStartOffsetCSSProperty(){return t(this,qt)}get currentIndexEndOffsetCSSProperty(){return t(this,wt)}get focusDelayCSSProperty(){return t(this,Lt)}get focusDurationCSSProperty(){return t(this,te)}get disabledCSSProperty(){return t(this,ee)}get hibernatedCSSProperty(){return t(this,se)}get currentScrollValue(){return v(this,Ie,ns).call(this,"current")}get targetScrollValue(){return v(this,Ie,ns).call(this,"target")}get contentElement(){return t(this,g)}get sections(){return t(this,p)}get position(){return t(this,$e)}get contentPosition(){return t(this,Fe)}get viewportSize(){return t(this,W)}get scrollSize(){return t(this,y)}get gap(){return t(this,I)}get counter(){return t(this,P)}get limit(){return t(this,p).length-t(this,Q).current}get distance(){return t(this,zt)}get loopDistance(){return t(this,q).current?t(this,zt)+t(this,I):t(this,zt)}get overscroll(){return t(this,be)}get vertical(){return t(this,R).current==="y"}get currentProgress(){return this.currentScrollValue/this.loopDistance||0}get targetProgress(){return this.targetScrollValue/this.loopDistance||0}get scrollWidth(){return t(this,R).current==="y"?0:t(this,d).distance}get scrollHeight(){return t(this,R).current==="x"?0:t(this,d).distance}onScroll(...e){return t(this,d).subscribe(...e)}offScroll(...e){t(this,d).unsubscribe(...e)}range(e,i,n=0){const h=e-n,c=h+i+n*2;return this.currentProgress<h?0:this.currentProgress>c?1:(this.currentProgress-h)/(c-h)}curve(e,i,n=0){return Math.sin(this.range(e,i,n)*Math.PI)}visible(e,i,n=0){const h=e-n,c=h+i+n*2;return this.currentProgress>=h&&this.currentProgress<=c}scrollToSection(e,i){if(!t(this,p).length)return;const n=t(this,P).current;v(this,rs,Os).call(this,e);const h=t(this,p)[n],c=t(this,p)[t(this,P).current];if(h&&c){let S=0;const Oe=v(this,Ae,hs).call(this),Us=Oe?this.targetScrollValue-Oe.position:0;t(this,q).current?t(this,P).current===0&&n===t(this,p).length-1?S=t(this,y)+t(this,W)-h.position+t(this,I):t(this,P).current===t(this,p).length-1&&n===0?S=c.position-(t(this,y)+t(this,W)+t(this,I)):S=c.position-h.position:S=c.position-h.position,this.shiftPosition(S-Us,i)}}shiftSections(e,i){t(this,p).length&&this.scrollToSection(t(this,P).current+e,i)}setPosition(e,i){i!=null&&i.tween?(t(this,ct).set(t(this,d).current,{equalize:!0}),t(this,ct).set(e,ks({},i.tween))):t(this,d).set(e,{equalize:(i==null?void 0:i.behaviour)==="instant"})}shiftPosition(e,i){this.setPosition(t(this,d).target+e,i)}connectedCallback(){t(this,Zt).observe(),t(this,R).observe(),t(this,rt).observe(),t(this,nt).observe(),t(this,j).observe(),t(this,ht).observe(),t(this,Wt).observe(),t(this,Mt).observe(),t(this,Q).observe(),t(this,q).observe(),t(this,Jt).observe(),t(this,Qt).observe(),t(this,Xt).observe(),t(this,Yt).observe(),t(this,we).observe(),t(this,X).observe(),t(this,X).observe(),t(this,jt).observe(),t(this,xt).observe(),t(this,Y).observe(),t(this,qt).observe(),t(this,wt).observe(),t(this,Lt).observe(),t(this,te).observe(),t(this,ee).observe(),t(this,se).observe(),v(this,Te,is).call(this)}disconnectedCallback(){t(this,Zt).unobserve(),t(this,R).unobserve(),t(this,rt).unobserve(),t(this,nt).unobserve(),t(this,j).unobserve(),t(this,ht).unobserve(),t(this,Wt).unobserve(),t(this,Mt).unobserve(),t(this,Q).unobserve(),t(this,q).unobserve(),t(this,Jt).unobserve(),t(this,Qt).unobserve(),t(this,Xt).unobserve(),t(this,Yt).unobserve(),t(this,we).unobserve(),t(this,X).unobserve(),t(this,jt).unobserve(),t(this,xt).unobserve(),t(this,Y).unobserve(),t(this,qt).unobserve(),t(this,wt).unobserve(),t(this,Lt).unobserve(),t(this,te).unobserve(),t(this,ee).unobserve(),t(this,se).unobserve(),v(this,Re,ss).call(this)}};d=new WeakMap;Zt=new WeakMap;R=new WeakMap;rt=new WeakMap;nt=new WeakMap;j=new WeakMap;ht=new WeakMap;Wt=new WeakMap;Mt=new WeakMap;Q=new WeakMap;q=new WeakMap;Jt=new WeakMap;Qt=new WeakMap;Xt=new WeakMap;Yt=new WeakMap;we=new WeakMap;X=new WeakMap;jt=new WeakMap;xt=new WeakMap;Y=new WeakMap;qt=new WeakMap;wt=new WeakMap;Lt=new WeakMap;te=new WeakMap;ee=new WeakMap;se=new WeakMap;g=new WeakMap;Xe=new WeakMap;p=new WeakMap;$e=new WeakMap;Fe=new WeakMap;W=new WeakMap;y=new WeakMap;I=new WeakMap;tt=new WeakMap;Bt=new WeakMap;bt=new WeakMap;$=new WeakMap;P=new WeakMap;be=new WeakMap;zt=new WeakMap;de=new WeakMap;ve=new WeakMap;Ee=new WeakMap;ct=new WeakMap;ce=new WeakSet;We=function(){v(this,Ht,ue).call(this),t(this,Xe).assignedElements().forEach((r,e)=>{r instanceof HTMLElement&&t(this,p).push(new ri(r,e,this))}),t(this,g).style.transform="",this.dispatchEvent(new CustomEvent("sectionsChange",{composed:!0})),t(this,B).call(this),v(this,ut,It).call(this)};Ht=new WeakSet;ue=function(){t(this,p).forEach(r=>{r.destroy()}),m(this,p,[]),t(this,P).current=0,t(this,d).reset(),this.dispatchEvent(new CustomEvent("sectionsChange",{composed:!0}))};Ye=new WeakSet;bs=function(){t(this,de)||(m(this,de,!0),t(this,d).unsubscribe(t(this,ts)),t(this,d).unlistenAnimationFrame(),t(this,tt).disconnect(),t(this,Bt).disconnect(),t(this,bt).disconnect(),t(this,$).disconnect(),clearInterval(t(this,Ee)),t(this,ct).unlistenAnimationFrame())};je=new WeakSet;ms=function(){t(this,de)&&(m(this,de,!1),t(this,d).subscribe(t(this,ts)),t(this,tt).connect(),t(this,Bt).connect(),t(this,bt).connect(),t(this,X).current&&t(this,$).connect())};Re=new WeakSet;ss=function(){t(this,ve)||(m(this,ve,!0),fe.windowResizer.unsubscribe(t(this,B)),Qe.elementResizer.unsubscribe(t(this,B)),t(this,d).reset(),v(this,Ye,bs).call(this),t(this,g).style.transform="",t(this,j).current&&v(this,Ht,ue).call(this),Nt.scrollEntries.unregister(this))};Te=new WeakSet;is=function(){t(this,ve)&&(m(this,ve,!1),t(this,j).current&&v(this,ce,We).call(this),Nt.scrollEntries.register(this),fe.windowResizer.subscribe(t(this,B),Me.RESIZE_ORDER.SCROLL),Qe.elementResizer.subscribe(this,t(this,B)),v(this,je,ms).call(this))};B=new WeakMap;ts=new WeakMap;rs=new WeakSet;Os=function(r){t(this,q).current?(t(this,P).current=r%t(this,p).length,t(this,P).current=t(this,P).current<0?t(this,p).length+t(this,P).current:t(this,P).current):t(this,P).current=ds.clamp(r,0,this.limit)};me=new WeakMap;qe=new WeakMap;Ie=new WeakSet;ns=function(r="current"){if(t(this,q).current&&t(this,p).length){const e=t(this,d)[r]%(t(this,y)+t(this,W)+t(this,I));return e<0?t(this,y)+e+t(this,W)+t(this,I):e}else return t(this,d)[r]};ut=new WeakSet;It=function(){if(t(this,Y).current&&t(this,p).length){const r=t(this,P).current+t(this,qt).current;r===0?this.classList.add("start"):this.classList.remove("start"),r===this.limit?this.classList.add("end"):this.classList.remove("end");const e=t(this,Q).current+t(this,wt).current;t(this,p).forEach((i,n)=>{const h=r-this.limit-1+t(this,wt).current,c=r+e,S=this.sections.length-c;n>=r&&n<c||n<=h?i.mark("current"):n>=c&&n<c+S/2||n<=h+e?i.mark("next"):i.mark("previous")})}};Ae=new WeakSet;hs=function(){let r=null,e=1/0;for(let i=0;i<t(this,p).length;i++){const n=Math.abs(t(this,p)[i].position-this.targetScrollValue);n<e&&(e=n,r=i)}return r!==null?t(this,p)[r]:null};exports.ScrollElement=ii([Pt.define("e-scroll")],exports.ScrollElement);var Le;class es extends Pt.CustomElement{constructor(){super(...arguments);L(this,Le,null)}get scrollElement(){return o(this,Le)}connectedCallback(){const i=ti.findParentElement(this,exports.ScrollElement);i instanceof exports.ScrollElement?O(this,Le,i):console.error(this,"e-scroll not found")}}Le=new WeakMap;var hi=Object.defineProperty,oi=Object.getOwnPropertyDescriptor,ai=(r,e,i,n)=>{for(var h=n>1?void 0:n?oi(e,i):e,c=r.length-1,S;c>=0;c--)(S=r[c])&&(h=(n?S(e,i,h):S(h))||h);return n&&h&&hi(e,i,h),h},Ds=(r,e,i)=>{if(!e.has(r))throw TypeError("Cannot "+i)},f=(r,e,i)=>(Ds(r,e,"read from private field"),i?i.call(r):e.get(r)),N=(r,e,i)=>{if(e.has(r))throw TypeError("Cannot add the same private member more than once");e instanceof WeakSet?e.add(r):e.set(r,i)},kt=(r,e,i,n)=>(Ds(r,e,"write to private field"),e.set(r,i),i),ge,T,ot,at,Ce,ye,ie,Be,He,Ge;const li=vs.createStylesheet({":host":{display:"inline-block",zIndex:"1",backgroundColor:Ms.aptechkaTheme.colorFont.var},':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:Ms.aptechkaTheme.colorMain.var,borderRadius:"1vmin",touchAction:"none"},"::slotted(*)":{touchAction:"none"}});exports.ScrollbarElement=class extends es{constructor(){super(),N(this,ge,null),N(this,T,null),N(this,ot,!1),N(this,at,0),N(this,Ce,0),N(this,ye,0),N(this,ie,()=>{kt(this,ot,this.offsetWidth>this.offsetHeight);const e=f(this,ot)?this.offsetWidth:this.offsetHeight;kt(this,at,e/((this.scrollElement.scrollSize+this.scrollElement.viewportSize)/e)),kt(this,at,Math.max(f(this,at),30)),f(this,ot)?(f(this,T).style.width=f(this,at)+"px",f(this,T).style.height="100%"):(f(this,T).style.width="100%",f(this,T).style.height=f(this,at)+"px"),kt(this,Ce,e-f(this,at)),this.scrollElement.scrollSize||(this.style.display="none")}),N(this,Be,()=>{kt(this,ye,this.scrollElement.currentProgress*f(this,Ce)),f(this,ot)?f(this,T).style.transform=`translate3d(${f(this,ye)}px, 0px, 0px)`:f(this,T).style.transform=`translate3d(0px, ${f(this,ye)}px, 0px)`}),N(this,He,()=>{this.setAttribute("axis",this.scrollElement.axisCSSProperty.current)}),N(this,Ge,e=>{document.documentElement.classList.add("grabbing"),js.setupDrag(h=>{const c=f(this,ot)?h.x:h.y,S=this.scrollElement.distance/f(this,Ce),Oe=(c-n)*S;this.scrollElement.setPosition(i+Oe)},()=>{document.documentElement.classList.remove("grabbing")});const i=this.scrollElement.targetScrollValue,n=f(this,ot)?e.x:e.y}),fs.isBrowser&&(this.openShadow(li),A.element(this,{slot:"static","drag-dead-zone":"",children:[A.slot({ref:e=>kt(this,ge,e),children:A.div({class:"default-thumb"})})]}))}get thumbElement(){return f(this,T)}connectedCallback(){super.connectedCallback();const e=f(this,ge).assignedElements()[0]||f(this,ge).firstElementChild;kt(this,T,e),f(this,T).addEventListener("pointerdown",f(this,Ge)),fe.windowResizer.subscribe(f(this,ie),Me.RESIZE_ORDER.SCROLL+1),Qe.elementResizer.subscribe(this,f(this,ie)),this.scrollElement.onScroll(f(this,Be)),this.scrollElement.axisCSSProperty.subscribe(f(this,He))}disconnectedCallback(){f(this,T).removeEventListener("pointerdown",f(this,Ge)),fe.windowResizer.unsubscribe(f(this,ie)),Qe.elementResizer.unsubscribe(f(this,ie)),this.scrollElement.offScroll(f(this,Be)),this.scrollElement.axisCSSProperty.unsubscribe(f(this,He))}};ge=new WeakMap;T=new WeakMap;ot=new WeakMap;at=new WeakMap;Ce=new WeakMap;ye=new WeakMap;ie=new WeakMap;Be=new WeakMap;He=new WeakMap;Ge=new WeakMap;exports.ScrollbarElement=ai([Pt.define("e-scrollbar")],exports.ScrollbarElement);const ci=vs.createStylesheet({button:{all:"inherit"}});class $s extends es{constructor(){super(),this.openShadow(ci),fs.isBrowser&&A.element(this,{children:[A.button({onClick:()=>{this.handleClick()},children:[A.slot()]})]})}}var ui=Object.defineProperty,pi=Object.getOwnPropertyDescriptor,Si=(r,e,i,n)=>{for(var h=n>1?void 0:n?pi(e,i):e,c=r.length-1,S;c>=0;c--)(S=r[c])&&(h=(n?S(e,i,h):S(h))||h);return n&&h&&ui(e,i,h),h};exports.ScrollSetButtonElement=class extends $s{handleClick(){const e=this.getAttribute("index"),i=this.getAttribute("behaviour");this.scrollElement.scrollToSection(parseInt(e||"0"),{behaviour:i})}};exports.ScrollSetButtonElement=Si([Pt.define("e-scroll-set-button")],exports.ScrollSetButtonElement);var fi=Object.defineProperty,di=Object.getOwnPropertyDescriptor,vi=(r,e,i,n)=>{for(var h=n>1?void 0:n?di(e,i):e,c=r.length-1,S;c>=0;c--)(S=r[c])&&(h=(n?S(e,i,h):S(h))||h);return n&&h&&fi(e,i,h),h};exports.ScrollStepButtonElement=class extends $s{handleClick(){const e=this.getAttribute("step"),i=this.getAttribute("behaviour");this.scrollElement.shiftSections(parseInt(e||"1"),{behaviour:i})}};exports.ScrollStepButtonElement=vi([Pt.define("e-scroll-step-button")],exports.ScrollStepButtonElement);var wi=Object.defineProperty,bi=Object.getOwnPropertyDescriptor,mi=(r,e,i,n)=>{for(var h=n>1?void 0:n?bi(e,i):e,c=r.length-1,S;c>=0;c--)(S=r[c])&&(h=(n?S(e,i,h):S(h))||h);return n&&h&&wi(e,i,h),h},Fs=(r,e,i)=>{if(!e.has(r))throw TypeError("Cannot "+i)},Kt=(r,e,i)=>(Fs(r,e,"read from private field"),i?i.call(r):e.get(r)),xs=(r,e,i)=>{if(e.has(r))throw TypeError("Cannot add the same private member more than once");e instanceof WeakSet?e.add(r):e.set(r,i)},Ls=(r,e,i,n)=>(Fs(r,e,"write to private field"),e.set(r,i),i),Vt,_e,it,yt,pe,ze,Ve,Se;class gi{constructor(e,i,n){L(this,it,void 0);L(this,yt,void 0);L(this,pe,void 0);L(this,ze,void 0);L(this,Ve,()=>{o(this,yt).scrollToSection(o(this,pe),{behaviour:o(this,ze)})});L(this,Se,()=>{o(this,it).classList.toggle("current",o(this,yt).counter.current===o(this,pe))});O(this,it,document.createElement("button")),O(this,yt,e),O(this,ze,n),O(this,pe,i),o(this,it).addEventListener("click",o(this,Ve)),o(this,yt).counter.subscribe(o(this,Se)),o(this,Se).call(this)}get element(){return o(this,it)}destroy(){o(this,it).removeEventListener("click",o(this,Ve)),o(this,yt).counter.unsubscribe(o(this,Se)),o(this,it).remove()}}it=new WeakMap,yt=new WeakMap,pe=new WeakMap,ze=new WeakMap,Ve=new WeakMap,Se=new WeakMap;exports.ScrollBulletButtonsElement=class extends es{constructor(){super(...arguments),xs(this,Vt,[]),xs(this,_e,Vs.debounce(()=>{Kt(this,Vt).forEach(e=>e.destroy()),Ls(this,Vt,[]);for(let e=0;e<this.scrollElement.sections.length;e++){const i=new gi(this.scrollElement,e,this.getAttribute("behaviour")||"smooth");this.appendChild(i.element),Kt(this,Vt).push(i)}},0))}connectedCallback(){super.connectedCallback(),this.scrollElement.addEventListener("sectionsChange",Kt(this,_e)),Kt(this,_e).call(this)}disconnectedCallback(){this.scrollElement.removeEventListener("sectionsChange",Kt(this,_e)),Kt(this,Vt).forEach(e=>e.destroy()),Ls(this,Vt,[])}};Vt=new WeakMap;_e=new WeakMap;exports.ScrollBulletButtonsElement=mi([Pt.define("e-scroll-bullet-buttons")],exports.ScrollBulletButtonsElement);var Ci=Object.defineProperty,yi=Object.getOwnPropertyDescriptor,_i=(r,e,i,n)=>{for(var h=n>1?void 0:n?yi(e,i):e,c=r.length-1,S;c>=0;c--)(S=r[c])&&(h=(n?S(e,i,h):S(h))||h);return n&&h&&Ci(e,i,h),h},gs=(r,e,i)=>{if(!e.has(r))throw TypeError("Cannot "+i)},s=(r,e,i)=>(gs(r,e,"read from private field"),i?i.call(r):e.get(r)),l=(r,e,i)=>{if(e.has(r))throw TypeError("Cannot add the same private member more than once");e instanceof WeakSet?e.add(r):e.set(r,i)},b=(r,e,i,n)=>(gs(r,e,"write to private field"),e.set(r,i),i),E=(r,e,i)=>(gs(r,e,"access private method"),i),re,ne,he,oe,Ot,Dt,$t,Ft,F,H,G,U,At,x,pt,St,ft,dt,vt,M,J,Z,mt,gt,et,Ue,w,ae,le,Ne,z,Rt,D,V,K,Pe,Gt,k,os,Rs,as,Ts,ls,qs,cs,Is,us,As,ps,Bs,Ke,ke,lt,Tt,Cs,Hs,ys,Gs,Ze,Ss,Je;exports.ScrollSegmentElement=class extends es{constructor(){super(),l(this,os),l(this,as),l(this,ls),l(this,cs),l(this,us),l(this,ps),l(this,lt),l(this,Cs),l(this,ys),l(this,Ze),l(this,re,new u.CSSProperty(this,"--damping",20)),l(this,ne,new u.CSSProperty(this,"--mass",0)),l(this,he,new u.CSSProperty(this,"--stiffness",0)),l(this,oe,new u.CSSProperty(this,"--target","")),l(this,Ot,new u.CSSProperty(this,"--disabled",!1)),l(this,Dt,new u.CSSProperty(this,"--distance-offset",0,{rawValueCheck:!1})),l(this,$t,new u.CSSProperty(this,"--start-offset",0,{rawValueCheck:!1})),l(this,Ft,new u.CSSProperty(this,"--capture-once",!1)),l(this,F,new u.CSSProperty(this,"--captured","")),l(this,H,new u.CSSProperty(this,"--released","")),l(this,G,new u.CSSProperty(this,"--captured-from-start","")),l(this,U,new u.CSSProperty(this,"--captured-from-finish","")),l(this,At,new u.CSSProperty(this,"--released-from-start","")),l(this,x,new u.CSSProperty(this,"--released-from-finish","")),l(this,pt,new u.CSSProperty(this,"--passed-var","")),l(this,St,new u.CSSProperty(this,"--progress-var","")),l(this,ft,new u.CSSProperty(this,"--distance-var","")),l(this,dt,new u.CSSProperty(this,"--start-var","")),l(this,vt,new u.CSSProperty(this,"--finish-var","")),l(this,M,new Et.Store(!1)),l(this,J,new Et.Store(!1)),l(this,Z,new Et.Store(!1)),l(this,mt,new Et.Store(!1)),l(this,gt,new Et.Store(!1)),l(this,et,new Et.Store(!1)),l(this,Ue,[]),l(this,w,this),l(this,ae,0),l(this,le,0),l(this,Ne,0),l(this,z,new zs.Damped(0,{order:Me.TICK_ORDER.SCROLL-1,min:0,max:1})),l(this,Rt,0),l(this,D,0),l(this,V,0),l(this,K,0),l(this,Pe,!1),l(this,Gt,!1),l(this,k,!0),l(this,Ke,()=>{s(this,k)||(this.resize(),s(this,ke).call(this))}),l(this,ke,()=>{!s(this,k)&&s(this,Pe)&&this.tick()}),l(this,Je,Vs.debounce(()=>{const e=Nt.scrollEntries.getAll(this).reverse();let i=0;e.forEach((n,h)=>{n.element===this.scrollElement&&(i=h)}),b(this,Ue,e.slice(i+1))},0))}get distanceOffsetCSSProperty(){return s(this,Dt)}get startOffsetCSSProperty(){return s(this,$t)}get captureOnceCSSProperty(){return s(this,Ft)}get capturedCSSProperty(){return s(this,F)}get releasedCSSProperty(){return s(this,H)}get capturedFromStartCSSProperty(){return s(this,G)}get capturedFromFinishCSSProperty(){return s(this,U)}get releasedFromStartCSSProperty(){return s(this,At)}get releasedFromFinishCSSProperty(){return s(this,x)}get passedVarCSSProperty(){return s(this,pt)}get progressVarCSSProperty(){return s(this,St)}get distanceVarCSSProperty(){return s(this,ft)}get startVarCSSProperty(){return s(this,dt)}get finishVarCSSProperty(){return s(this,vt)}get disabledCSSProperty(){return s(this,Ot)}get dampingCSSProperty(){return s(this,re)}get massCSSProperty(){return s(this,ne)}get stiffnessCSSProperty(){return s(this,he)}get targetCSSProperty(){return s(this,oe)}get isCaptured(){return s(this,M)}get isReleased(){return s(this,J)}get isCapturedFromStart(){return s(this,Z)}get isReleasedFromStart(){return s(this,mt)}get isCapturedFromFinish(){return s(this,gt)}get isReleasedFromFinish(){return s(this,et)}get directionPosition(){return s(this,ae)}get directionSize(){return s(this,le)}get passed(){return s(this,z)}get progress(){return s(this,Rt)}get start(){return s(this,D)}get finish(){return s(this,K)}get distance(){return s(this,V)}get isCapturedOnce(){return s(this,Gt)}get isDisabled(){return s(this,k)}resize(){b(this,le,this.scrollElement.vertical?this.offsetHeight:this.offsetWidth),b(this,ae,this.scrollElement.vertical?_t.getCumulativeOffsetTop(this,this.scrollElement):_t.getCumulativeOffsetLeft(this,this.scrollElement)),b(this,D,this.getStart()),b(this,V,this.getDistance()),b(this,D,s(this,D)+s(this,$t).current),b(this,V,s(this,V)+s(this,Dt).current),b(this,K,s(this,D)+s(this,V)),this.scrollElement.currentScrollValue>s(this,K)&&!s(this,M).current&&!s(this,J).current&&(s(this,M).current=!0),this.setVar(s(this,dt).current,s(this,D)),this.setVar(s(this,vt).current,s(this,K)),this.setVar(s(this,ft).current,s(this,V)),s(this,z).max=s(this,V),b(this,Pe,!0)}tick(){let e=this.scrollElement.currentScrollValue;s(this,Ue).forEach(n=>{e+=n.value}),s(this,z).set(e-s(this,D));const i=Math.round(e);s(this,M).current&&(i>s(this,D)?s(this,Z).current||E(this,ls,qs).call(this):s(this,Z).current&&!s(this,mt).current&&E(this,us,As).call(this),i<s(this,K)?s(this,et).current&&!s(this,gt).current&&E(this,cs,Is).call(this):s(this,Z).current&&!s(this,et).current&&E(this,ps,Bs).call(this)),i>s(this,D)&&i<s(this,K)?s(this,M).current||E(this,os,Rs).call(this):s(this,M).current&&(s(this,z).set(ds.step(s(this,V)/2,s(this,z).current,0,s(this,V))),E(this,as,Ts).call(this)),s(this,Gt)&&s(this,Ft).current&&(s(this,F).current&&s(this,w).classList.add(s(this,F).current),b(this,k,!0))}disable(){this.style.cssText="",b(this,ae,0),b(this,le,0),s(this,z).reset(),b(this,Rt,0),b(this,D,0),b(this,V,0),b(this,K,0),b(this,Pe,!1),s(this,M).current=!1,s(this,J).current=!1,s(this,Z).current=!1,s(this,mt).current=!1,s(this,gt).current=!1,s(this,et).current=!1,b(this,Gt,!1),b(this,k,!0),E(this,Ze,Ss).call(this)}enable(){b(this,k,!1)}connectedCallback(){super.connectedCallback(),s(this,re).observe(),s(this,ne).observe(),s(this,he).observe(),s(this,oe).observe(),s(this,Ot).observe(),s(this,Dt).observe(),s(this,$t).observe(),s(this,Ft).observe(),s(this,F).observe(),s(this,H).observe(),s(this,G).observe(),s(this,U).observe(),s(this,At).observe(),s(this,x).observe(),s(this,pt).observe(),s(this,St).observe(),s(this,ft).observe(),s(this,dt).observe(),s(this,vt).observe();let e=!1;this.scrollElement.addEventListener("sectionsChange",s(this,Je)),s(this,Je).call(this),s(this,Ot).current||this.enable(),s(this,re).subscribe(i=>{s(this,z).damping=i.current}),s(this,ne).subscribe(i=>{s(this,z).mass=i.current}),s(this,he).subscribe(i=>{s(this,z).stiffness=i.current}),s(this,oe).subscribe(i=>{i.previous&&E(this,Ze,Ss).call(this),i.current?i.current==="parent"?b(this,w,this.parentElement||this):b(this,w,document.querySelector(i.current)||this):b(this,w,this)}),s(this,Ot).subscribe(i=>{i.current&&!i.previous?this.disable():!i.current&&i.previous&&(this.resize(),this.enable())}),s(this,$t).subscribe(()=>{e&&!s(this,k)&&this.resize()}),s(this,Dt).subscribe(()=>{e&&!s(this,k)&&this.resize()}),s(this,F).subscribe(i=>{E(this,lt,Tt).call(this,i)}),s(this,G).subscribe(i=>{E(this,lt,Tt).call(this,i)}),s(this,U).subscribe(i=>{E(this,lt,Tt).call(this,i)}),s(this,H).subscribe(i=>{E(this,lt,Tt).call(this,i)}),s(this,At).subscribe(i=>{E(this,lt,Tt).call(this,i)}),s(this,x).subscribe(i=>{E(this,lt,Tt).call(this,i)}),s(this,Ft).subscribe(i=>{s(this,k)||!i.current&&i.previous&&(this.resize(),this.enable())}),s(this,pt).subscribe(i=>{s(this,k)||(this.removeVar(i.previous),this.setVar(i.current,this.passed.current))}),s(this,St).subscribe(i=>{s(this,k)||(this.removeVar(i.previous),this.setVar(i.current,s(this,Rt)))}),s(this,dt).subscribe(i=>{s(this,k)||(this.removeVar(i.previous),this.setVar(i.current,s(this,D)))}),s(this,vt).subscribe(i=>{s(this,k)||(this.removeVar(i.previous),this.setVar(i.current,s(this,K)))}),s(this,ft).subscribe(i=>{s(this,k)||(this.removeVar(i.previous),this.setVar(i.current,s(this,V)))}),s(this,z).subscribe(i=>{b(this,Rt,s(this,z).current/s(this,V)||0),this.setVar(s(this,pt).current,s(this,z).current.toFixed(6)),this.setVar(s(this,St).current,s(this,Rt).toFixed(6))}),fe.windowResizer.subscribe(s(this,Ke),Me.RESIZE_ORDER.SEGMENT),this.scrollElement.onScroll(s(this,ke)),e=!0}disconnectedCallback(){fe.windowResizer.unsubscribe(s(this,Ke)),this.scrollElement.offScroll(s(this,ke)),s(this,re).close(),s(this,ne).close(),s(this,he).close(),s(this,oe).close(),s(this,Ot).close(),s(this,Dt).close(),s(this,$t).close(),s(this,Ft).close(),s(this,F).close(),s(this,H).close(),s(this,G).close(),s(this,U).close(),s(this,At).close(),s(this,x).close(),s(this,pt).close(),s(this,St).close(),s(this,ft).close(),s(this,dt).close(),s(this,vt).close(),s(this,M).close(),s(this,J).close(),s(this,Z).close(),s(this,mt).close(),s(this,gt).close(),s(this,et).close(),this.disable()}removeVar(e){e&&s(this,w).style.removeProperty(`--${e}`)}setVar(e,i){e&&s(this,w).style.setProperty(`--${e}`,i.toString())}getDistance(){return s(this,le)+s(this,Ne)}getStart(){return s(this,ae)-s(this,Ne)}};re=new WeakMap;ne=new WeakMap;he=new WeakMap;oe=new WeakMap;Ot=new WeakMap;Dt=new WeakMap;$t=new WeakMap;Ft=new WeakMap;F=new WeakMap;H=new WeakMap;G=new WeakMap;U=new WeakMap;At=new WeakMap;x=new WeakMap;pt=new WeakMap;St=new WeakMap;ft=new WeakMap;dt=new WeakMap;vt=new WeakMap;M=new WeakMap;J=new WeakMap;Z=new WeakMap;mt=new WeakMap;gt=new WeakMap;et=new WeakMap;Ue=new WeakMap;w=new WeakMap;ae=new WeakMap;le=new WeakMap;Ne=new WeakMap;z=new WeakMap;Rt=new WeakMap;D=new WeakMap;V=new WeakMap;K=new WeakMap;Pe=new WeakMap;Gt=new WeakMap;k=new WeakMap;os=new WeakSet;Rs=function(){s(this,M).current=!0,s(this,J).current=!1,b(this,Gt,!0),s(this,H).current&&s(this,w).classList.remove(s(this,H).current),s(this,x).current&&s(this,w).classList.remove(s(this,x).current),s(this,x).current&&s(this,w).classList.remove(s(this,x).current),s(this,F).current&&s(this,w).classList.add(s(this,F).current)};as=new WeakSet;Ts=function(){s(this,J).current=!0,s(this,M).current=!1,b(this,Gt,!0),s(this,F).current&&s(this,w).classList.remove(s(this,F).current),s(this,G).current&&s(this,w).classList.remove(s(this,G).current),s(this,U).current&&s(this,w).classList.remove(s(this,U).current),s(this,H).current&&s(this,w).classList.add(s(this,H).current)};ls=new WeakSet;qs=function(){s(this,M).current=!0,s(this,Z).current=!0,s(this,mt).current=!1,s(this,G).current&&s(this,w).classList.add(s(this,G).current)};cs=new WeakSet;Is=function(){s(this,M).current=!0,s(this,gt).current=!0,s(this,et).current=!1,s(this,U).current&&s(this,w).classList.add(s(this,U).current)};us=new WeakSet;As=function(){s(this,J).current=!0,s(this,mt).current=!0,s(this,Z).current=!1,s(this,x).current&&s(this,w).classList.add(s(this,x).current)};ps=new WeakSet;Bs=function(){s(this,J).current=!0,s(this,et).current=!0,s(this,gt).current=!1,s(this,x).current&&s(this,w).classList.add(s(this,x).current)};Ke=new WeakMap;ke=new WeakMap;lt=new WeakSet;Tt=function(r){if(s(this,k)){r.previous&&s(this,w).classList.remove(r.previous),r.current&&s(this,w).classList.remove(r.current);return}r.current&&s(this,M).current?(r.previous&&s(this,w).classList.remove(r.previous),s(this,w).classList.add(r.current)):!r.current&&r.previous&&s(this,w).classList.remove(r.previous)};Cs=new WeakSet;Hs=function(...r){r.forEach(e=>{e&&s(this,w).classList.remove(e)})};ys=new WeakSet;Gs=function(...r){r.forEach(e=>{e&&s(this,w).style.removeProperty(`--${e}`)})};Ze=new WeakSet;Ss=function(){E(this,Cs,Hs).call(this,s(this,F).current,s(this,G).current,s(this,U).current,s(this,H).current,s(this,At).current,s(this,x).current),E(this,ys,Gs).call(this,s(this,pt).current,s(this,St).current,s(this,ft).current,s(this,dt).current,s(this,vt).current)};Je=new WeakMap;exports.ScrollSegmentElement=_i([Pt.define("e-scroll-segment")],exports.ScrollSegmentElement);
1
+ "use strict";var Ns=Object.defineProperty;var _s=Object.getOwnPropertySymbols;var Ks=Object.prototype.hasOwnProperty,Zs=Object.prototype.propertyIsEnumerable;var Ps=(r,e,i)=>e in r?Ns(r,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):r[e]=i,ks=(r,e)=>{for(var i in e||(e={}))Ks.call(e,i)&&Ps(r,i,e[i]);if(_s)for(var i of _s(e))Zs.call(e,i)&&Ps(r,i,e[i]);return r};var Es=(r,e,i)=>{if(!e.has(r))throw TypeError("Cannot "+i)};var o=(r,e,i)=>(Es(r,e,"read from private field"),i?i.call(r):e.get(r)),L=(r,e,i)=>{if(e.has(r))throw TypeError("Cannot add the same private member more than once");e instanceof WeakSet?e.add(r):e.set(r,i)},O=(r,e,i,n)=>(Es(r,e,"write to private field"),n?n.call(r,i):e.set(r,i),i);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const Et=require("../Store-6s0YXK4o.cjs"),Js=require("../Derived-a6MDQEPY.cjs"),fs=require("../browser-CpzFX2xg.cjs"),Qs=require("../easings-DsS5-Kqc.cjs"),_t=require("../layout-8ryRAMGJ.cjs"),ds=require("../math-GDWEqu7y.cjs");require("../ticker/index.cjs");const Me=require("../order/index.cjs"),zs=require("../Damped-loFiBsBy.cjs"),Xs=require("../Tweened-B_mclQ61.cjs"),De=require("../controls/index.cjs"),Pt=require("../custom-element/index.cjs"),fe=require("../window-resizer/index.cjs"),Nt=require("../scroll-entries/index.cjs"),A=require("../tags-ld5jemJw.cjs"),vs=require("../createStylesheet-p23sZ7Ey.cjs"),Ws=require("../css-unit-parser/index.cjs"),u=require("../css-property/index.cjs"),Ys=require("../Viewport-CJeKnL5V.cjs"),Qe=require("../element-resizer/index.cjs"),js=require("../gestures-DHLrn6Q8.cjs"),Ms=require("../theme/index.cjs"),ti=require("../dom-JBOkFLTh.cjs"),Vs=require("../function-MthRj-GJ.cjs");var C,xe,_,Ut,st,Ct;class ei{constructor(e,i,n){L(this,C,void 0);L(this,xe,void 0);L(this,_,void 0);L(this,Ut,0);L(this,st,0);L(this,Ct,null);O(this,C,e),O(this,xe,i),O(this,_,n),Nt.scrollEntries.register(o(this,C))}get index(){return o(this,xe)}get size(){return o(this,Ut)}get position(){return o(this,st)}destroy(){Nt.scrollEntries.unregister(o(this,C)),o(this,C).style.transform="",this.mark(null)}setSize(e){e?(o(this,C).style.setProperty("--size",e+"px"),o(this,_).axisCSSProperty.current==="x"?(o(this,C).style.width=e+"px",o(this,C).style.height=""):(o(this,C).style.height=e+"px",o(this,C).style.width="")):(o(this,C).style.width="",o(this,C).style.height="",o(this,C).style.removeProperty("--size"))}resize(){O(this,Ut,o(this,_).vertical?o(this,C).offsetHeight:o(this,C).offsetWidth),O(this,st,o(this,_).vertical?_t.getCumulativeOffsetTop(o(this,C)):_t.getCumulativeOffsetLeft(o(this,C))),O(this,st,o(this,st)-o(this,_).contentPosition)}transform(){let e=0;const i=o(this,_).viewportSize*o(this,_).sectionDistanceScaleCSSProperty.current;o(this,_).loopCSSProperty.current&&o(this,_).overscroll&&o(this,st)+o(this,Ut)<o(this,_).currentScrollValue&&(e=o(this,_).distance*-1-o(this,_).gap),Nt.scrollEntries.update(o(this,C),o(this,_).axisCSSProperty.current,e);const n=o(this,_).currentScrollValue+e,h=o(this,st)-o(this,_).viewportSize-i,c=o(this,st)+o(this,Ut)+i,S=ds.clamp(n,h,c);o(this,_).vertical?o(this,C).style.transform=`translate3d(0px, ${S*-1}px, 0px)`:o(this,C).style.transform=`translate3d(${S*-1}px, 0px, 0px)`}mark(e){o(this,Ct)!==e&&(o(this,Ct)&&o(this,C).classList.remove(o(this,Ct)),e&&o(this,C).classList.add(e),O(this,Ct,e),o(this,C).dispatchEvent(new CustomEvent("sectionsChange",{composed:!0,detail:{mark:o(this,Ct)}})))}}C=new WeakMap,xe=new WeakMap,_=new WeakMap,Ut=new WeakMap,st=new WeakMap,Ct=new WeakMap;var si=Object.defineProperty,ii=Object.getOwnPropertyDescriptor,ri=(r,e,i,n)=>{for(var h=n>1?void 0:n?ii(e,i):e,c=r.length-1,S;c>=0;c--)(S=r[c])&&(h=(n?S(e,i,h):S(h))||h);return n&&h&&si(e,i,h),h},ws=(r,e,i)=>{if(!e.has(r))throw TypeError("Cannot "+i)},t=(r,e,i)=>(ws(r,e,"read from private field"),i?i.call(r):e.get(r)),a=(r,e,i)=>{if(e.has(r))throw TypeError("Cannot add the same private member more than once");e instanceof WeakSet?e.add(r):e.set(r,i)},m=(r,e,i,n)=>(ws(r,e,"write to private field"),e.set(r,i),i),v=(r,e,i)=>(ws(r,e,"access private method"),i),d,Zt,R,rt,nt,j,ht,Wt,Mt,Q,q,Jt,Qt,Xt,Yt,we,X,jt,xt,Y,qt,wt,Lt,te,ee,se,g,Xe,p,$e,Fe,W,y,I,tt,Bt,bt,$,P,be,zt,de,ve,Ee,ct,ce,We,Ht,ue,Ye,bs,je,ms,Re,ss,Te,is,B,ts,rs,Os,me,qe,Ie,ns,ut,It,Ae,hs;const ni=vs.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":{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"}});exports.ScrollElement=class extends Pt.CustomElement{constructor(){super(),a(this,ce),a(this,Ht),a(this,Ye),a(this,je),a(this,Re),a(this,Te),a(this,rs),a(this,Ie),a(this,ut),a(this,Ae),a(this,d,null),a(this,Zt,new u.CSSProperty(this,"--controls",!0)),a(this,R,new u.CSSProperty(this,"--axis","y")),a(this,rt,new u.CSSProperty(this,"--direction",0)),a(this,nt,new u.CSSProperty(this,"--pages",0,{validate:e=>Math.max(0,e-1)})),a(this,j,new u.CSSProperty(this,"--split",!1)),a(this,ht,new u.CSSProperty(this,"--sectional",!1)),a(this,Wt,new u.CSSProperty(this,"--auto-size",!1)),a(this,Mt,new u.CSSProperty(this,"--wheel-max-delta",!1)),a(this,Q,new u.CSSProperty(this,"--sections-in-view",1)),a(this,q,new u.CSSProperty(this,"--loop",!1)),a(this,Jt,new u.CSSProperty(this,"--damping",20)),a(this,Qt,new u.CSSProperty(this,"--mass",0)),a(this,Xt,new u.CSSProperty(this,"--stiffness",0)),a(this,Yt,new u.CSSProperty(this,"--mouse-drag",!1)),a(this,we,new u.CSSProperty(this,"--section-distance-scale",.5)),a(this,X,new u.CSSProperty(this,"--autoplay",0)),a(this,jt,new u.CSSProperty(this,"--autoplay-pause-duration",0)),a(this,xt,new u.CSSProperty(this,"--autoplay-user-direction",!1)),a(this,Y,new u.CSSProperty(this,"--classes",0)),a(this,qt,new u.CSSProperty(this,"--current-index-start-offset",0)),a(this,wt,new u.CSSProperty(this,"--current-index-end-offset",0)),a(this,Lt,new u.CSSProperty(this,"--focus-delay",0)),a(this,te,new u.CSSProperty(this,"--focus-duration",3e3)),a(this,ee,new u.CSSProperty(this,"--disabled",!1)),a(this,se,new u.CSSProperty(this,"--hibernated",!1)),a(this,g,null),a(this,Xe,null),a(this,p,[]),a(this,$e,0),a(this,Fe,0),a(this,W,0),a(this,y,0),a(this,I,0),a(this,tt,null),a(this,Bt,null),a(this,bt,null),a(this,$,null),a(this,P,new Et.Store(0)),a(this,be,0),a(this,zt,0),a(this,de,!0),a(this,ve,!0),a(this,Ee,void 0),a(this,ct,new Xs.Tweened),a(this,B,()=>{t(this,d).unlistenAnimationFrame();const e=this.currentScrollValue/t(this,y)||0,i=t(this,P).current;if(m(this,$e,this.vertical?_t.getCumulativeOffsetTop(this):_t.getCumulativeOffsetLeft(this)),m(this,Fe,this.vertical?_t.getCumulativeOffsetTop(t(this,g)):_t.getCumulativeOffsetLeft(t(this,g))),m(this,W,this.vertical?this.offsetHeight:this.offsetWidth),this.vertical?m(this,I,Ws.cssUnitParser.parse(getComputedStyle(t(this,g)).rowGap)):m(this,I,Ws.cssUnitParser.parse(getComputedStyle(t(this,g)).columnGap)),t(this,Wt).current&&t(this,p).length){const n=t(this,Q).current,h=(t(this,W)-t(this,I)*(n-1))/n;t(this,p).forEach(c=>{c.setSize(h)})}else t(this,p).forEach(n=>{n.setSize()});if(t(this,p).forEach(n=>{n.resize()}),t(this,nt).current){m(this,y,t(this,W)*t(this,nt).current);const n=t(this,y)+t(this,W);this.vertical?(t(this,g).style.width=n+"px",t(this,g).style.height="100%"):(t(this,g).style.height=n+"px",t(this,g).style.width="100%")}else this.vertical?(t(this,g).style.width="100%",t(this,g).style.height="max-content",m(this,y,t(this,g).offsetHeight-t(this,W))):(t(this,g).style.width="max-content",t(this,g).style.height="100%",m(this,y,t(this,g).offsetWidth-t(this,W)));if(!t(this,q).current){const n=getComputedStyle(this),h=this.vertical?parseFloat(n.paddingBlockStart)+parseFloat(n.paddingBlockEnd):parseFloat(n.paddingInlineStart)+parseFloat(n.paddingInlineEnd);m(this,y,t(this,y)+h),t(this,d).max=t(this,y)}if(t(this,q).current&&t(this,p).length){const n=t(this,p)[t(this,p).length-1],h=n.position+n.size-t(this,W),c=t(this,y)-h;m(this,zt,n.position+n.size+c)}else m(this,zt,t(this,y));if(t(this,ht).current&&t(this,p).length){const n=t(this,p)[i];t(this,d).set(n.position,{equalize:!0})}else t(this,d).set(e*t(this,y),{equalize:!0})}),a(this,ts,()=>{const e=this.currentScrollValue;if(m(this,be,Math.max(0,e-t(this,y))),t(this,p).length){let i=0;for(let n=0;n<t(this,p).length;n++){const h=t(this,p)[n];h.transform(),this.targetScrollValue+h.size/2>=h.position&&(i=n)}t(this,P).current=i}else this.vertical?t(this,g).style.transform=`translate3d(0px, ${e*-1}px, 0px)`:t(this,g).style.transform=`translate3d(${e*-1}px, 0px, 0px)`;Nt.scrollEntries.update(this,t(this,R).current,e)}),a(this,me,(e,i)=>{t(this,Zt).current&&(t(this,xt).current&&(t(this,$).pauseAndContinue(t(this,jt).current),t(this,$).direction=Math.sign(i)||1),t(this,qe).call(this,e,i))}),a(this,qe,(e,i)=>{if(t(this,rt).current){if(t(this,rt).current<0&&i>0)return;if(t(this,rt).current>0&&i<0)return}if(t(this,ct).unlistenAnimationFrame(),!t(this,X).current&&t(this,Lt).current&&(clearInterval(t(this,Ee)),m(this,Ee,setTimeout(()=>{const n=v(this,Ae,hs).call(this);n&&this.scrollToSection(n.index,{tween:{duration:t(this,te).current,easing:Qs.easeInOutExpo}})},t(this,Lt).current))),!(e==="drag"&&!Ys.device.isMobile&&!t(this,Yt).current))if(t(this,ht).current){const n=Math.sign(i);t(this,p).length?this.shiftSections(n):t(this,d).shift(n*t(this,W))}else t(this,d).shift(i)}),fs.isBrowser&&(m(this,d,new zs.Damped(0,{damping:.01,min:0,order:Me.TICK_ORDER.SCROLL})),this.openShadow(ni),A.element(this,{tabIndex:0,children:[A.div({class:"static",children:[A.slot({name:"static"})]}),A.div({class:"content",children:[A.slot({ref:e=>m(this,Xe,e)})],style:{flexDirection:new Js.Derived(t(this,R),e=>e==="x"?"row":"column")},ref:e=>m(this,g,e)})]}),m(this,tt,new De.WheelControls({element:t(this,g)})),t(this,tt).changeEvent.subscribe(t(this,me)),m(this,Bt,new De.KeyboardControls({element:this})),t(this,Bt).changeEvent.subscribe(t(this,me)),m(this,bt,new De.DragControls({element:t(this,g)})),t(this,bt).changeEvent.subscribe(t(this,me)),m(this,$,new De.AutoplayControls),t(this,$).changeEvent.subscribe(t(this,qe)),t(this,R).subscribe(({current:e})=>{t(this,g).style.flexDirection=e==="x"?"row":"column",t(this,tt).axis=t(this,Mt).current?"max":e,t(this,Bt).dimension=e==="x"?"width":"height",t(this,bt).axis=e,e==="x"?this.style.touchAction="pan-y":e==="y"&&(this.style.touchAction="pan-x"),this.isConnected&&t(this,B).call(this)}),t(this,Mt).subscribe(e=>{t(this,tt).axis=e.current?"max":t(this,R).current}),t(this,nt).subscribe(()=>{this.isConnected&&t(this,B).call(this)}),t(this,j).subscribe(({current:e})=>{this.isConnected&&(e?v(this,ce,We).call(this):v(this,Ht,ue).call(this))}),t(this,ht).subscribe(e=>{t(this,tt).debounce=e.current,t(this,bt).swipe=e.current,t(this,$).interval=e.current,this.isConnected&&(e.current&&!e.previous&&!t(this,p).length?v(this,ce,We).call(this):!e.current&&e.previous&&t(this,p).length&&v(this,Ht,ue).call(this))}),t(this,Wt).subscribe(e=>{this.isConnected&&(t(this,B).call(this),e.current&&!e.previous&&!t(this,p).length?v(this,ce,We).call(this):!e.current&&e.previous&&t(this,p).length&&v(this,Ht,ue).call(this))}),t(this,Q).subscribe(e=>{this.isConnected&&(t(this,B).call(this),v(this,ut,It).call(this))}),t(this,q).subscribe(e=>{e.current?(this.isConnected&&(t(this,p).length||(t(this,j).current=!0)),t(this,p).length&&(t(this,d).max=1/0,t(this,d).min=-1/0)):(m(this,be,0),t(this,d).max=t(this,y),t(this,d).min=0)}),t(this,Jt).subscribe(e=>{t(this,d).damping=e.current}),t(this,Qt).subscribe(e=>{t(this,d).mass=e.current}),t(this,Xt).subscribe(e=>{t(this,d).stiffness=e.current}),t(this,ee).subscribe(e=>{e.current&&!e.previous?v(this,Ye,bs).call(this):!e.current&&e.previous&&v(this,je,ms).call(this)}),t(this,se).subscribe(e=>{e.current&&!e.previous?v(this,Re,ss).call(this):!e.current&&e.previous&&v(this,Te,is).call(this)}),t(this,X).subscribe(e=>{t(this,$).speed=e.current,e.current&&!e.previous?t(this,$).connect():!e.current&&e.previous&&t(this,$).disconnect()}),t(this,xt).subscribe(e=>{e.current||(t(this,$).direction=1)}),t(this,Y).subscribe(e=>{this.isConnected&&v(this,ut,It).call(this)}),t(this,qt).subscribe(e=>{this.isConnected&&t(this,Y).current&&v(this,ut,It).call(this)}),t(this,wt).subscribe(e=>{this.isConnected&&t(this,Y).current&&v(this,ut,It).call(this)}),t(this,d).isRunning.subscribe(e=>{this.classList.toggle("active",e.current)}),t(this,P).subscribe(e=>{t(this,p).length&&v(this,ut,It).call(this)}),t(this,ct).subscribe(e=>{t(this,ct).isRunning.current&&t(this,d).set(e.current)}))}get damped(){return t(this,d)}get controlsCSSProperty(){return t(this,Zt)}get axisCSSProperty(){return t(this,R)}get directionCSSProperty(){return t(this,rt)}get pagesCSSProperty(){return t(this,nt)}get splitCSSProperty(){return t(this,j)}get sectionalCSSProperty(){return t(this,ht)}get autoSizeCSSProperty(){return t(this,Wt)}get wheelMaxDeltaCSSProperty(){return t(this,Mt)}get sectionsInViewCSSProperty(){return t(this,Q)}get loopCSSProperty(){return t(this,q)}get dampingCSSProperty(){return t(this,Jt)}get massCSSProperty(){return t(this,Qt)}get stiffnessCSSProperty(){return t(this,Xt)}get mouseDragCSSProperty(){return t(this,Yt)}get sectionDistanceScaleCSSProperty(){return t(this,we)}get autoplayCSSProperty(){return t(this,X)}get autoplayPauseDurationCSSProperty(){return t(this,jt)}get autoplayUserDirectionCSSProperty(){return t(this,xt)}get classesCSSProperty(){return t(this,Y)}get currentIndexStartOffsetCSSProperty(){return t(this,qt)}get currentIndexEndOffsetCSSProperty(){return t(this,wt)}get focusDelayCSSProperty(){return t(this,Lt)}get focusDurationCSSProperty(){return t(this,te)}get disabledCSSProperty(){return t(this,ee)}get hibernatedCSSProperty(){return t(this,se)}get currentScrollValue(){return v(this,Ie,ns).call(this,"current")}get targetScrollValue(){return v(this,Ie,ns).call(this,"target")}get contentElement(){return t(this,g)}get sections(){return t(this,p)}get position(){return t(this,$e)}get contentPosition(){return t(this,Fe)}get viewportSize(){return t(this,W)}get scrollSize(){return t(this,y)}get gap(){return t(this,I)}get counter(){return t(this,P)}get limit(){return t(this,p).length-t(this,Q).current}get distance(){return t(this,zt)}get loopDistance(){return t(this,q).current?t(this,zt)+t(this,I):t(this,zt)}get overscroll(){return t(this,be)}get vertical(){return t(this,R).current==="y"}get currentProgress(){return this.currentScrollValue/this.loopDistance||0}get targetProgress(){return this.targetScrollValue/this.loopDistance||0}get scrollWidth(){return t(this,R).current==="y"?0:t(this,d).distance}get scrollHeight(){return t(this,R).current==="x"?0:t(this,d).distance}onScroll(...e){return t(this,d).subscribe(...e)}offScroll(...e){t(this,d).unsubscribe(...e)}range(e,i,n=0){const h=e-n,c=h+i+n*2;return this.currentProgress<h?0:this.currentProgress>c?1:(this.currentProgress-h)/(c-h)}curve(e,i,n=0){return Math.sin(this.range(e,i,n)*Math.PI)}visible(e,i,n=0){const h=e-n,c=h+i+n*2;return this.currentProgress>=h&&this.currentProgress<=c}scrollToSection(e,i){if(!t(this,p).length)return;const n=t(this,P).current;v(this,rs,Os).call(this,e);const h=t(this,p)[n],c=t(this,p)[t(this,P).current];if(h&&c){let S=0;const Oe=v(this,Ae,hs).call(this),Us=Oe?this.targetScrollValue-Oe.position:0;t(this,q).current?t(this,P).current===0&&n===t(this,p).length-1?S=t(this,y)+t(this,W)-h.position+t(this,I):t(this,P).current===t(this,p).length-1&&n===0?S=c.position-(t(this,y)+t(this,W)+t(this,I)):S=c.position-h.position:S=c.position-h.position,this.shiftPosition(S-Us,i)}}shiftSections(e,i){t(this,p).length&&this.scrollToSection(t(this,P).current+e,i)}setPosition(e,i){i!=null&&i.tween?(t(this,ct).set(t(this,d).current,{equalize:!0}),t(this,ct).set(e,ks({},i.tween))):t(this,d).set(e,{equalize:(i==null?void 0:i.behaviour)==="instant"})}shiftPosition(e,i){this.setPosition(t(this,d).target+e,i)}connectedCallback(){t(this,Zt).observe(),t(this,R).observe(),t(this,rt).observe(),t(this,nt).observe(),t(this,j).observe(),t(this,ht).observe(),t(this,Wt).observe(),t(this,Mt).observe(),t(this,Q).observe(),t(this,q).observe(),t(this,Jt).observe(),t(this,Qt).observe(),t(this,Xt).observe(),t(this,Yt).observe(),t(this,we).observe(),t(this,X).observe(),t(this,X).observe(),t(this,jt).observe(),t(this,xt).observe(),t(this,Y).observe(),t(this,qt).observe(),t(this,wt).observe(),t(this,Lt).observe(),t(this,te).observe(),t(this,ee).observe(),t(this,se).observe(),v(this,Te,is).call(this)}disconnectedCallback(){t(this,Zt).unobserve(),t(this,R).unobserve(),t(this,rt).unobserve(),t(this,nt).unobserve(),t(this,j).unobserve(),t(this,ht).unobserve(),t(this,Wt).unobserve(),t(this,Mt).unobserve(),t(this,Q).unobserve(),t(this,q).unobserve(),t(this,Jt).unobserve(),t(this,Qt).unobserve(),t(this,Xt).unobserve(),t(this,Yt).unobserve(),t(this,we).unobserve(),t(this,X).unobserve(),t(this,jt).unobserve(),t(this,xt).unobserve(),t(this,Y).unobserve(),t(this,qt).unobserve(),t(this,wt).unobserve(),t(this,Lt).unobserve(),t(this,te).unobserve(),t(this,ee).unobserve(),t(this,se).unobserve(),v(this,Re,ss).call(this)}};d=new WeakMap;Zt=new WeakMap;R=new WeakMap;rt=new WeakMap;nt=new WeakMap;j=new WeakMap;ht=new WeakMap;Wt=new WeakMap;Mt=new WeakMap;Q=new WeakMap;q=new WeakMap;Jt=new WeakMap;Qt=new WeakMap;Xt=new WeakMap;Yt=new WeakMap;we=new WeakMap;X=new WeakMap;jt=new WeakMap;xt=new WeakMap;Y=new WeakMap;qt=new WeakMap;wt=new WeakMap;Lt=new WeakMap;te=new WeakMap;ee=new WeakMap;se=new WeakMap;g=new WeakMap;Xe=new WeakMap;p=new WeakMap;$e=new WeakMap;Fe=new WeakMap;W=new WeakMap;y=new WeakMap;I=new WeakMap;tt=new WeakMap;Bt=new WeakMap;bt=new WeakMap;$=new WeakMap;P=new WeakMap;be=new WeakMap;zt=new WeakMap;de=new WeakMap;ve=new WeakMap;Ee=new WeakMap;ct=new WeakMap;ce=new WeakSet;We=function(){v(this,Ht,ue).call(this),t(this,Xe).assignedElements().forEach((r,e)=>{r instanceof HTMLElement&&t(this,p).push(new ei(r,e,this))}),t(this,g).style.transform="",this.dispatchEvent(new CustomEvent("sectionsChange",{composed:!0})),t(this,B).call(this),v(this,ut,It).call(this)};Ht=new WeakSet;ue=function(){t(this,p).forEach(r=>{r.destroy()}),m(this,p,[]),t(this,P).current=0,t(this,d).reset(),this.dispatchEvent(new CustomEvent("sectionsChange",{composed:!0}))};Ye=new WeakSet;bs=function(){t(this,de)||(m(this,de,!0),t(this,d).unsubscribe(t(this,ts)),t(this,d).unlistenAnimationFrame(),t(this,tt).disconnect(),t(this,Bt).disconnect(),t(this,bt).disconnect(),t(this,$).disconnect(),clearInterval(t(this,Ee)),t(this,ct).unlistenAnimationFrame())};je=new WeakSet;ms=function(){t(this,de)&&(m(this,de,!1),t(this,d).subscribe(t(this,ts)),t(this,tt).connect(),t(this,Bt).connect(),t(this,bt).connect(),t(this,X).current&&t(this,$).connect())};Re=new WeakSet;ss=function(){t(this,ve)||(m(this,ve,!0),fe.windowResizer.unsubscribe(t(this,B)),Qe.elementResizer.unsubscribe(t(this,B)),t(this,d).reset(),v(this,Ye,bs).call(this),t(this,g).style.transform="",t(this,j).current&&v(this,Ht,ue).call(this),Nt.scrollEntries.unregister(this))};Te=new WeakSet;is=function(){t(this,ve)&&(m(this,ve,!1),t(this,j).current&&v(this,ce,We).call(this),Nt.scrollEntries.register(this),fe.windowResizer.subscribe(t(this,B),Me.RESIZE_ORDER.SCROLL),Qe.elementResizer.subscribe(this,t(this,B)),v(this,je,ms).call(this))};B=new WeakMap;ts=new WeakMap;rs=new WeakSet;Os=function(r){t(this,q).current?(t(this,P).current=r%t(this,p).length,t(this,P).current=t(this,P).current<0?t(this,p).length+t(this,P).current:t(this,P).current):t(this,P).current=ds.clamp(r,0,this.limit)};me=new WeakMap;qe=new WeakMap;Ie=new WeakSet;ns=function(r="current"){if(t(this,q).current&&t(this,p).length){const e=t(this,d)[r]%(t(this,y)+t(this,W)+t(this,I));return e<0?t(this,y)+e+t(this,W)+t(this,I):e}else return t(this,d)[r]};ut=new WeakSet;It=function(){if(t(this,Y).current&&t(this,p).length){const r=t(this,P).current+t(this,qt).current;r===0?this.classList.add("start"):this.classList.remove("start"),r===this.limit?this.classList.add("end"):this.classList.remove("end");const e=t(this,Q).current+t(this,wt).current;t(this,p).forEach((i,n)=>{const h=r-this.limit-1+t(this,wt).current,c=r+e,S=this.sections.length-c;n>=r&&n<c||n<=h?i.mark("current"):n>=c&&n<c+S/2||n<=h+e?i.mark("next"):i.mark("previous")})}};Ae=new WeakSet;hs=function(){let r=null,e=1/0;for(let i=0;i<t(this,p).length;i++){const n=Math.abs(t(this,p)[i].position-this.targetScrollValue);n<e&&(e=n,r=i)}return r!==null?t(this,p)[r]:null};exports.ScrollElement=ri([Pt.define("e-scroll")],exports.ScrollElement);var Le;class es extends Pt.CustomElement{constructor(){super(...arguments);L(this,Le,null)}get scrollElement(){return o(this,Le)}connectedCallback(){const i=ti.findParentElement(this,exports.ScrollElement);i instanceof exports.ScrollElement?O(this,Le,i):console.error(this,"e-scroll not found")}}Le=new WeakMap;var hi=Object.defineProperty,oi=Object.getOwnPropertyDescriptor,ai=(r,e,i,n)=>{for(var h=n>1?void 0:n?oi(e,i):e,c=r.length-1,S;c>=0;c--)(S=r[c])&&(h=(n?S(e,i,h):S(h))||h);return n&&h&&hi(e,i,h),h},Ds=(r,e,i)=>{if(!e.has(r))throw TypeError("Cannot "+i)},f=(r,e,i)=>(Ds(r,e,"read from private field"),i?i.call(r):e.get(r)),N=(r,e,i)=>{if(e.has(r))throw TypeError("Cannot add the same private member more than once");e instanceof WeakSet?e.add(r):e.set(r,i)},kt=(r,e,i,n)=>(Ds(r,e,"write to private field"),e.set(r,i),i),ge,T,ot,at,Ce,ye,ie,Be,He,Ge;const li=vs.createStylesheet({":host":{display:"inline-block",zIndex:"1",backgroundColor:Ms.aptechkaTheme.colorFont.var},':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:Ms.aptechkaTheme.colorMain.var,borderRadius:"1vmin",touchAction:"none"},"::slotted(*)":{touchAction:"none"}});exports.ScrollbarElement=class extends es{constructor(){super(),N(this,ge,null),N(this,T,null),N(this,ot,!1),N(this,at,0),N(this,Ce,0),N(this,ye,0),N(this,ie,()=>{kt(this,ot,this.offsetWidth>this.offsetHeight);const e=f(this,ot)?this.offsetWidth:this.offsetHeight;kt(this,at,e/((this.scrollElement.scrollSize+this.scrollElement.viewportSize)/e)),kt(this,at,Math.max(f(this,at),30)),f(this,ot)?(f(this,T).style.width=f(this,at)+"px",f(this,T).style.height="100%"):(f(this,T).style.width="100%",f(this,T).style.height=f(this,at)+"px"),kt(this,Ce,e-f(this,at)),this.scrollElement.scrollSize||(this.style.display="none")}),N(this,Be,()=>{kt(this,ye,this.scrollElement.currentProgress*f(this,Ce)),f(this,ot)?f(this,T).style.transform=`translate3d(${f(this,ye)}px, 0px, 0px)`:f(this,T).style.transform=`translate3d(0px, ${f(this,ye)}px, 0px)`}),N(this,He,()=>{this.setAttribute("axis",this.scrollElement.axisCSSProperty.current)}),N(this,Ge,e=>{document.documentElement.classList.add("grabbing"),js.setupDrag(h=>{const c=f(this,ot)?h.x:h.y,S=this.scrollElement.distance/f(this,Ce),Oe=(c-n)*S;this.scrollElement.setPosition(i+Oe)},()=>{document.documentElement.classList.remove("grabbing")});const i=this.scrollElement.targetScrollValue,n=f(this,ot)?e.x:e.y}),fs.isBrowser&&(this.openShadow(li),A.element(this,{slot:"static","drag-dead-zone":"",children:[A.slot({ref:e=>kt(this,ge,e),children:A.div({class:"default-thumb"})})]}))}get thumbElement(){return f(this,T)}connectedCallback(){super.connectedCallback();const e=f(this,ge).assignedElements()[0]||f(this,ge).firstElementChild;kt(this,T,e),f(this,T).addEventListener("pointerdown",f(this,Ge)),fe.windowResizer.subscribe(f(this,ie),Me.RESIZE_ORDER.SCROLL+1),Qe.elementResizer.subscribe(this,f(this,ie)),this.scrollElement.onScroll(f(this,Be)),this.scrollElement.axisCSSProperty.subscribe(f(this,He))}disconnectedCallback(){f(this,T).removeEventListener("pointerdown",f(this,Ge)),fe.windowResizer.unsubscribe(f(this,ie)),Qe.elementResizer.unsubscribe(f(this,ie)),this.scrollElement.offScroll(f(this,Be)),this.scrollElement.axisCSSProperty.unsubscribe(f(this,He))}};ge=new WeakMap;T=new WeakMap;ot=new WeakMap;at=new WeakMap;Ce=new WeakMap;ye=new WeakMap;ie=new WeakMap;Be=new WeakMap;He=new WeakMap;Ge=new WeakMap;exports.ScrollbarElement=ai([Pt.define("e-scrollbar")],exports.ScrollbarElement);const ci=vs.createStylesheet({button:{all:"inherit"}});class $s extends es{constructor(){super(),this.openShadow(ci),fs.isBrowser&&A.element(this,{children:[A.button({onClick:()=>{this.handleClick()},children:[A.slot()]})]})}}var ui=Object.defineProperty,pi=Object.getOwnPropertyDescriptor,Si=(r,e,i,n)=>{for(var h=n>1?void 0:n?pi(e,i):e,c=r.length-1,S;c>=0;c--)(S=r[c])&&(h=(n?S(e,i,h):S(h))||h);return n&&h&&ui(e,i,h),h};exports.ScrollSetButtonElement=class extends $s{handleClick(){const e=this.getAttribute("index"),i=this.getAttribute("behaviour");this.scrollElement.scrollToSection(parseInt(e||"0"),{behaviour:i})}};exports.ScrollSetButtonElement=Si([Pt.define("e-scroll-set-button")],exports.ScrollSetButtonElement);var fi=Object.defineProperty,di=Object.getOwnPropertyDescriptor,vi=(r,e,i,n)=>{for(var h=n>1?void 0:n?di(e,i):e,c=r.length-1,S;c>=0;c--)(S=r[c])&&(h=(n?S(e,i,h):S(h))||h);return n&&h&&fi(e,i,h),h};exports.ScrollStepButtonElement=class extends $s{handleClick(){const e=this.getAttribute("step"),i=this.getAttribute("behaviour");this.scrollElement.shiftSections(parseInt(e||"1"),{behaviour:i})}};exports.ScrollStepButtonElement=vi([Pt.define("e-scroll-step-button")],exports.ScrollStepButtonElement);var wi=Object.defineProperty,bi=Object.getOwnPropertyDescriptor,mi=(r,e,i,n)=>{for(var h=n>1?void 0:n?bi(e,i):e,c=r.length-1,S;c>=0;c--)(S=r[c])&&(h=(n?S(e,i,h):S(h))||h);return n&&h&&wi(e,i,h),h},Fs=(r,e,i)=>{if(!e.has(r))throw TypeError("Cannot "+i)},Kt=(r,e,i)=>(Fs(r,e,"read from private field"),i?i.call(r):e.get(r)),xs=(r,e,i)=>{if(e.has(r))throw TypeError("Cannot add the same private member more than once");e instanceof WeakSet?e.add(r):e.set(r,i)},Ls=(r,e,i,n)=>(Fs(r,e,"write to private field"),e.set(r,i),i),Vt,_e,it,yt,pe,ze,Ve,Se;class gi{constructor(e,i,n){L(this,it,void 0);L(this,yt,void 0);L(this,pe,void 0);L(this,ze,void 0);L(this,Ve,()=>{o(this,yt).scrollToSection(o(this,pe),{behaviour:o(this,ze)})});L(this,Se,()=>{o(this,it).classList.toggle("current",o(this,yt).counter.current===o(this,pe))});O(this,it,document.createElement("button")),O(this,yt,e),O(this,ze,n),O(this,pe,i),o(this,it).addEventListener("click",o(this,Ve)),o(this,yt).counter.subscribe(o(this,Se)),o(this,Se).call(this)}get element(){return o(this,it)}destroy(){o(this,it).removeEventListener("click",o(this,Ve)),o(this,yt).counter.unsubscribe(o(this,Se)),o(this,it).remove()}}it=new WeakMap,yt=new WeakMap,pe=new WeakMap,ze=new WeakMap,Ve=new WeakMap,Se=new WeakMap;exports.ScrollBulletButtonsElement=class extends es{constructor(){super(...arguments),xs(this,Vt,[]),xs(this,_e,Vs.debounce(()=>{Kt(this,Vt).forEach(e=>e.destroy()),Ls(this,Vt,[]);for(let e=0;e<this.scrollElement.sections.length;e++){const i=new gi(this.scrollElement,e,this.getAttribute("behaviour")||"smooth");this.appendChild(i.element),Kt(this,Vt).push(i)}},0))}connectedCallback(){super.connectedCallback(),this.scrollElement.addEventListener("sectionsChange",Kt(this,_e)),Kt(this,_e).call(this)}disconnectedCallback(){this.scrollElement.removeEventListener("sectionsChange",Kt(this,_e)),Kt(this,Vt).forEach(e=>e.destroy()),Ls(this,Vt,[])}};Vt=new WeakMap;_e=new WeakMap;exports.ScrollBulletButtonsElement=mi([Pt.define("e-scroll-bullet-buttons")],exports.ScrollBulletButtonsElement);var Ci=Object.defineProperty,yi=Object.getOwnPropertyDescriptor,_i=(r,e,i,n)=>{for(var h=n>1?void 0:n?yi(e,i):e,c=r.length-1,S;c>=0;c--)(S=r[c])&&(h=(n?S(e,i,h):S(h))||h);return n&&h&&Ci(e,i,h),h},gs=(r,e,i)=>{if(!e.has(r))throw TypeError("Cannot "+i)},s=(r,e,i)=>(gs(r,e,"read from private field"),i?i.call(r):e.get(r)),l=(r,e,i)=>{if(e.has(r))throw TypeError("Cannot add the same private member more than once");e instanceof WeakSet?e.add(r):e.set(r,i)},b=(r,e,i,n)=>(gs(r,e,"write to private field"),e.set(r,i),i),E=(r,e,i)=>(gs(r,e,"access private method"),i),re,ne,he,oe,Ot,Dt,$t,Ft,F,H,G,U,At,x,pt,St,ft,dt,vt,M,J,Z,mt,gt,et,Ue,w,ae,le,Ne,z,Rt,D,V,K,Pe,Gt,k,os,Rs,as,Ts,ls,qs,cs,Is,us,As,ps,Bs,Ke,ke,lt,Tt,Cs,Hs,ys,Gs,Ze,Ss,Je;exports.ScrollSegmentElement=class extends es{constructor(){super(),l(this,os),l(this,as),l(this,ls),l(this,cs),l(this,us),l(this,ps),l(this,lt),l(this,Cs),l(this,ys),l(this,Ze),l(this,re,new u.CSSProperty(this,"--damping",20)),l(this,ne,new u.CSSProperty(this,"--mass",0)),l(this,he,new u.CSSProperty(this,"--stiffness",0)),l(this,oe,new u.CSSProperty(this,"--target","")),l(this,Ot,new u.CSSProperty(this,"--disabled",!1)),l(this,Dt,new u.CSSProperty(this,"--distance-offset",0,{rawValueCheck:!1})),l(this,$t,new u.CSSProperty(this,"--start-offset",0,{rawValueCheck:!1})),l(this,Ft,new u.CSSProperty(this,"--capture-once",!1)),l(this,F,new u.CSSProperty(this,"--captured","")),l(this,H,new u.CSSProperty(this,"--released","")),l(this,G,new u.CSSProperty(this,"--captured-from-start","")),l(this,U,new u.CSSProperty(this,"--captured-from-finish","")),l(this,At,new u.CSSProperty(this,"--released-from-start","")),l(this,x,new u.CSSProperty(this,"--released-from-finish","")),l(this,pt,new u.CSSProperty(this,"--passed-var","")),l(this,St,new u.CSSProperty(this,"--progress-var","")),l(this,ft,new u.CSSProperty(this,"--distance-var","")),l(this,dt,new u.CSSProperty(this,"--start-var","")),l(this,vt,new u.CSSProperty(this,"--finish-var","")),l(this,M,new Et.Store(!1)),l(this,J,new Et.Store(!1)),l(this,Z,new Et.Store(!1)),l(this,mt,new Et.Store(!1)),l(this,gt,new Et.Store(!1)),l(this,et,new Et.Store(!1)),l(this,Ue,[]),l(this,w,this),l(this,ae,0),l(this,le,0),l(this,Ne,0),l(this,z,new zs.Damped(0,{order:Me.TICK_ORDER.SCROLL-1,min:0,max:1})),l(this,Rt,0),l(this,D,0),l(this,V,0),l(this,K,0),l(this,Pe,!1),l(this,Gt,!1),l(this,k,!0),l(this,Ke,()=>{s(this,k)||(this.resize(),s(this,ke).call(this))}),l(this,ke,()=>{!s(this,k)&&s(this,Pe)&&this.tick()}),l(this,Je,Vs.debounce(()=>{const e=Nt.scrollEntries.getAll(this).reverse();let i=0;e.forEach((n,h)=>{n.element===this.scrollElement&&(i=h)}),b(this,Ue,e.slice(i+1))},0))}get distanceOffsetCSSProperty(){return s(this,Dt)}get startOffsetCSSProperty(){return s(this,$t)}get captureOnceCSSProperty(){return s(this,Ft)}get capturedCSSProperty(){return s(this,F)}get releasedCSSProperty(){return s(this,H)}get capturedFromStartCSSProperty(){return s(this,G)}get capturedFromFinishCSSProperty(){return s(this,U)}get releasedFromStartCSSProperty(){return s(this,At)}get releasedFromFinishCSSProperty(){return s(this,x)}get passedVarCSSProperty(){return s(this,pt)}get progressVarCSSProperty(){return s(this,St)}get distanceVarCSSProperty(){return s(this,ft)}get startVarCSSProperty(){return s(this,dt)}get finishVarCSSProperty(){return s(this,vt)}get disabledCSSProperty(){return s(this,Ot)}get dampingCSSProperty(){return s(this,re)}get massCSSProperty(){return s(this,ne)}get stiffnessCSSProperty(){return s(this,he)}get targetCSSProperty(){return s(this,oe)}get isCaptured(){return s(this,M)}get isReleased(){return s(this,J)}get isCapturedFromStart(){return s(this,Z)}get isReleasedFromStart(){return s(this,mt)}get isCapturedFromFinish(){return s(this,gt)}get isReleasedFromFinish(){return s(this,et)}get directionPosition(){return s(this,ae)}get directionSize(){return s(this,le)}get passed(){return s(this,z)}get progress(){return s(this,Rt)}get start(){return s(this,D)}get finish(){return s(this,K)}get distance(){return s(this,V)}get isCapturedOnce(){return s(this,Gt)}get isDisabled(){return s(this,k)}resize(){b(this,le,this.scrollElement.vertical?this.offsetHeight:this.offsetWidth),b(this,ae,this.scrollElement.vertical?_t.getCumulativeOffsetTop(this,this.scrollElement):_t.getCumulativeOffsetLeft(this,this.scrollElement)),b(this,D,this.getStart()),b(this,V,this.getDistance()),b(this,D,s(this,D)+s(this,$t).current),b(this,V,s(this,V)+s(this,Dt).current),b(this,K,s(this,D)+s(this,V)),this.scrollElement.currentScrollValue>s(this,K)&&!s(this,M).current&&!s(this,J).current&&(s(this,M).current=!0),this.setVar(s(this,dt).current,s(this,D)),this.setVar(s(this,vt).current,s(this,K)),this.setVar(s(this,ft).current,s(this,V)),s(this,z).max=s(this,V),b(this,Pe,!0)}tick(){let e=this.scrollElement.currentScrollValue;s(this,Ue).forEach(n=>{e+=n.value}),s(this,z).set(e-s(this,D));const i=Math.round(e);s(this,M).current&&(i>s(this,D)?s(this,Z).current||E(this,ls,qs).call(this):s(this,Z).current&&!s(this,mt).current&&E(this,us,As).call(this),i<s(this,K)?s(this,et).current&&!s(this,gt).current&&E(this,cs,Is).call(this):s(this,Z).current&&!s(this,et).current&&E(this,ps,Bs).call(this)),i>s(this,D)&&i<s(this,K)?s(this,M).current||E(this,os,Rs).call(this):s(this,M).current&&(s(this,z).set(ds.step(s(this,V)/2,s(this,z).current,0,s(this,V))),E(this,as,Ts).call(this)),s(this,Gt)&&s(this,Ft).current&&(s(this,F).current&&s(this,w).classList.add(s(this,F).current),b(this,k,!0))}disable(){this.style.cssText="",b(this,ae,0),b(this,le,0),s(this,z).reset(),b(this,Rt,0),b(this,D,0),b(this,V,0),b(this,K,0),b(this,Pe,!1),s(this,M).current=!1,s(this,J).current=!1,s(this,Z).current=!1,s(this,mt).current=!1,s(this,gt).current=!1,s(this,et).current=!1,b(this,Gt,!1),b(this,k,!0),E(this,Ze,Ss).call(this)}enable(){b(this,k,!1)}connectedCallback(){super.connectedCallback(),s(this,re).observe(),s(this,ne).observe(),s(this,he).observe(),s(this,oe).observe(),s(this,Ot).observe(),s(this,Dt).observe(),s(this,$t).observe(),s(this,Ft).observe(),s(this,F).observe(),s(this,H).observe(),s(this,G).observe(),s(this,U).observe(),s(this,At).observe(),s(this,x).observe(),s(this,pt).observe(),s(this,St).observe(),s(this,ft).observe(),s(this,dt).observe(),s(this,vt).observe();let e=!1;this.scrollElement.addEventListener("sectionsChange",s(this,Je)),s(this,Je).call(this),s(this,Ot).current||this.enable(),s(this,re).subscribe(i=>{s(this,z).damping=i.current}),s(this,ne).subscribe(i=>{s(this,z).mass=i.current}),s(this,he).subscribe(i=>{s(this,z).stiffness=i.current}),s(this,oe).subscribe(i=>{i.previous&&E(this,Ze,Ss).call(this),i.current?i.current==="parent"?b(this,w,this.parentElement||this):b(this,w,document.querySelector(i.current)||this):b(this,w,this)}),s(this,Ot).subscribe(i=>{i.current&&!i.previous?this.disable():!i.current&&i.previous&&(this.resize(),this.enable())}),s(this,$t).subscribe(()=>{e&&!s(this,k)&&this.resize()}),s(this,Dt).subscribe(()=>{e&&!s(this,k)&&this.resize()}),s(this,F).subscribe(i=>{E(this,lt,Tt).call(this,i)}),s(this,G).subscribe(i=>{E(this,lt,Tt).call(this,i)}),s(this,U).subscribe(i=>{E(this,lt,Tt).call(this,i)}),s(this,H).subscribe(i=>{E(this,lt,Tt).call(this,i)}),s(this,At).subscribe(i=>{E(this,lt,Tt).call(this,i)}),s(this,x).subscribe(i=>{E(this,lt,Tt).call(this,i)}),s(this,Ft).subscribe(i=>{s(this,k)||!i.current&&i.previous&&(this.resize(),this.enable())}),s(this,pt).subscribe(i=>{s(this,k)||(this.removeVar(i.previous),this.setVar(i.current,this.passed.current))}),s(this,St).subscribe(i=>{s(this,k)||(this.removeVar(i.previous),this.setVar(i.current,s(this,Rt)))}),s(this,dt).subscribe(i=>{s(this,k)||(this.removeVar(i.previous),this.setVar(i.current,s(this,D)))}),s(this,vt).subscribe(i=>{s(this,k)||(this.removeVar(i.previous),this.setVar(i.current,s(this,K)))}),s(this,ft).subscribe(i=>{s(this,k)||(this.removeVar(i.previous),this.setVar(i.current,s(this,V)))}),s(this,z).subscribe(i=>{b(this,Rt,s(this,z).current/s(this,V)||0),this.setVar(s(this,pt).current,s(this,z).current.toFixed(6)),this.setVar(s(this,St).current,s(this,Rt).toFixed(6))}),fe.windowResizer.subscribe(s(this,Ke),Me.RESIZE_ORDER.SEGMENT),this.scrollElement.onScroll(s(this,ke)),e=!0}disconnectedCallback(){fe.windowResizer.unsubscribe(s(this,Ke)),this.scrollElement.offScroll(s(this,ke)),s(this,re).close(),s(this,ne).close(),s(this,he).close(),s(this,oe).close(),s(this,Ot).close(),s(this,Dt).close(),s(this,$t).close(),s(this,Ft).close(),s(this,F).close(),s(this,H).close(),s(this,G).close(),s(this,U).close(),s(this,At).close(),s(this,x).close(),s(this,pt).close(),s(this,St).close(),s(this,ft).close(),s(this,dt).close(),s(this,vt).close(),s(this,M).close(),s(this,J).close(),s(this,Z).close(),s(this,mt).close(),s(this,gt).close(),s(this,et).close(),this.disable()}removeVar(e){e&&s(this,w).style.removeProperty(`--${e}`)}setVar(e,i){e&&s(this,w).style.setProperty(`--${e}`,i.toString())}getDistance(){return s(this,le)+s(this,Ne)}getStart(){return s(this,ae)-s(this,Ne)}};re=new WeakMap;ne=new WeakMap;he=new WeakMap;oe=new WeakMap;Ot=new WeakMap;Dt=new WeakMap;$t=new WeakMap;Ft=new WeakMap;F=new WeakMap;H=new WeakMap;G=new WeakMap;U=new WeakMap;At=new WeakMap;x=new WeakMap;pt=new WeakMap;St=new WeakMap;ft=new WeakMap;dt=new WeakMap;vt=new WeakMap;M=new WeakMap;J=new WeakMap;Z=new WeakMap;mt=new WeakMap;gt=new WeakMap;et=new WeakMap;Ue=new WeakMap;w=new WeakMap;ae=new WeakMap;le=new WeakMap;Ne=new WeakMap;z=new WeakMap;Rt=new WeakMap;D=new WeakMap;V=new WeakMap;K=new WeakMap;Pe=new WeakMap;Gt=new WeakMap;k=new WeakMap;os=new WeakSet;Rs=function(){s(this,M).current=!0,s(this,J).current=!1,b(this,Gt,!0),s(this,H).current&&s(this,w).classList.remove(s(this,H).current),s(this,x).current&&s(this,w).classList.remove(s(this,x).current),s(this,x).current&&s(this,w).classList.remove(s(this,x).current),s(this,F).current&&s(this,w).classList.add(s(this,F).current)};as=new WeakSet;Ts=function(){s(this,J).current=!0,s(this,M).current=!1,b(this,Gt,!0),s(this,F).current&&s(this,w).classList.remove(s(this,F).current),s(this,G).current&&s(this,w).classList.remove(s(this,G).current),s(this,U).current&&s(this,w).classList.remove(s(this,U).current),s(this,H).current&&s(this,w).classList.add(s(this,H).current)};ls=new WeakSet;qs=function(){s(this,M).current=!0,s(this,Z).current=!0,s(this,mt).current=!1,s(this,G).current&&s(this,w).classList.add(s(this,G).current)};cs=new WeakSet;Is=function(){s(this,M).current=!0,s(this,gt).current=!0,s(this,et).current=!1,s(this,U).current&&s(this,w).classList.add(s(this,U).current)};us=new WeakSet;As=function(){s(this,J).current=!0,s(this,mt).current=!0,s(this,Z).current=!1,s(this,x).current&&s(this,w).classList.add(s(this,x).current)};ps=new WeakSet;Bs=function(){s(this,J).current=!0,s(this,et).current=!0,s(this,gt).current=!1,s(this,x).current&&s(this,w).classList.add(s(this,x).current)};Ke=new WeakMap;ke=new WeakMap;lt=new WeakSet;Tt=function(r){if(s(this,k)){r.previous&&s(this,w).classList.remove(r.previous),r.current&&s(this,w).classList.remove(r.current);return}r.current&&s(this,M).current?(r.previous&&s(this,w).classList.remove(r.previous),s(this,w).classList.add(r.current)):!r.current&&r.previous&&s(this,w).classList.remove(r.previous)};Cs=new WeakSet;Hs=function(...r){r.forEach(e=>{e&&s(this,w).classList.remove(e)})};ys=new WeakSet;Gs=function(...r){r.forEach(e=>{e&&s(this,w).style.removeProperty(`--${e}`)})};Ze=new WeakSet;Ss=function(){E(this,Cs,Hs).call(this,s(this,F).current,s(this,G).current,s(this,U).current,s(this,H).current,s(this,At).current,s(this,x).current),E(this,ys,Gs).call(this,s(this,pt).current,s(this,St).current,s(this,ft).current,s(this,dt).current,s(this,vt).current)};Je=new WeakMap;exports.ScrollSegmentElement=_i([Pt.define("e-scroll-segment")],exports.ScrollSegmentElement);
@@ -18,43 +18,32 @@ var a = (e, i, r) => (Ms(e, i, "read from private field"), r ? r.call(e) : i.get
18
18
  throw TypeError("Cannot add the same private member more than once");
19
19
  i instanceof WeakSet ? i.add(e) : i.set(e, r);
20
20
  }, $ = (e, i, r, h) => (Ms(e, i, "write to private field"), h ? h.call(e, r) : i.set(e, r), r);
21
- import { S as yt } from "../Store-BQXXikps.js";
22
- import { D as ri } from "../Derived-kPJs5JC5.js";
21
+ import { S as yt } from "../Store-BI2xxXOA.js";
22
+ import { D as ri } from "../Derived-DlCvc0xQ.js";
23
23
  import { i as ds } from "../browser-0zX67oeU.js";
24
24
  import { p as hi } from "../easings-BKi40vHz.js";
25
25
  import { a as Ne, g as Ue } from "../layout-HoBT_Da2.js";
26
26
  import { c as Ts, s as ni } from "../math-BOBiC4TN.js";
27
27
  import "../ticker/index.js";
28
28
  import { TICK_ORDER as Is, RESIZE_ORDER as Ss } from "../order/index.js";
29
- import { D as As } from "../Damped-P4MkCGoY.js";
30
- import { T as ai } from "../Tweened-CwDC2zl8.js";
31
- import { WheelControls as oi, KeyboardControls as ci, DragControls as li, AutoplayControls as ui } from "../controls/index.js";
29
+ import { D as As } from "../Damped-Mx_FNNVz.js";
30
+ import { T as ai } from "../Tweened-NE8M9onF.js";
31
+ import { WheelControls as oi, KeyboardControls as li, DragControls as ci, AutoplayControls as ui } from "../controls/index.js";
32
32
  import { CustomElement as Rs, define as de } from "../custom-element/index.js";
33
33
  import { windowResizer as ue } from "../window-resizer/index.js";
34
34
  import { scrollEntries as Gt } from "../scroll-entries/index.js";
35
- import { e as vs, D as es, ay as Ke, p as pi } from "../tags-CMPg9ETZ.js";
36
- import { c as ms } from "../createStylesheet-DBCEbDjI.js";
35
+ import { e as vs, D as es, ax as Ke, p as pi } from "../tags-BqJKcIve.js";
36
+ import { c as ms } from "../createStylesheet-CR_yi5tp.js";
37
37
  import { cssUnitParser as Es } from "../css-unit-parser/index.js";
38
- import { CSSProperty as l } from "../css-property/index.js";
39
- import { d as fi } from "../Viewport-CFFhFKqX.js";
38
+ import { CSSProperty as c } from "../css-property/index.js";
39
+ import { d as fi } from "../Viewport-D9IL7kUQ.js";
40
40
  import { elementResizer as Ze } from "../element-resizer/index.js";
41
41
  import { s as di } from "../gestures-D2Fdra_G.js";
42
42
  import { aptechkaTheme as xs } from "../theme/index.js";
43
43
  import { f as Si } from "../dom-0S_WDL4g.js";
44
44
  import { d as Bs } from "../function-C10DGppn.js";
45
- var vi = Object.defineProperty, mi = Object.getOwnPropertyDescriptor, bi = (e, i, r, h) => {
46
- for (var n = h > 1 ? void 0 : h ? mi(i, r) : i, p = e.length - 1, d; p >= 0; p--)
47
- (d = e[p]) && (n = (h ? d(i, r, n) : d(n)) || n);
48
- return h && n && vi(i, r, n), n;
49
- }, bs = (e, i, r) => {
50
- if (!i.has(e))
51
- throw TypeError("Cannot " + r);
52
- }, t = (e, i, r) => (bs(e, i, "read from private field"), r ? r.call(e) : i.get(e)), o = (e, i, r) => {
53
- if (i.has(e))
54
- throw TypeError("Cannot add the same private member more than once");
55
- i instanceof WeakSet ? i.add(e) : i.set(e, r);
56
- }, w = (e, i, r, h) => (bs(e, i, "write to private field"), i.set(e, r), r), v = (e, i, r) => (bs(e, i, "access private method"), r), S, Nt, T, it, rt, Y, ht, Pt, kt, J, A, Ut, Kt, Zt, Jt, Se, Q, Qt, Wt, X, Ot, vt, Mt, Xt, Yt, jt, g, Je, u, Le, Ve, M, C, R, j, At, mt, D, P, ve, Et, pe, fe, Pe, ct, ae, ke, Rt, oe, Qe, ws, Xe, gs, ze, ss, $e, is, B, je, rs, Hs, me, Fe, De, hs, lt, Tt, Oe, ns, _, We, y, Ht, et, gt;
57
- class wi {
45
+ var _, We, y, Ht, et, gt;
46
+ class vi {
58
47
  constructor(i, r, h) {
59
48
  L(this, _, void 0);
60
49
  L(this, We, void 0);
@@ -95,16 +84,31 @@ class wi {
95
84
  }
96
85
  mark(i) {
97
86
  a(this, gt) !== i && (a(this, gt) && a(this, _).classList.remove(a(this, gt)), i && a(this, _).classList.add(i), $(this, gt, i), a(this, _).dispatchEvent(
98
- new CustomEvent("sectionsChange", {
99
- composed: !0,
100
- detail: {
101
- mark: a(this, gt)
87
+ new CustomEvent(
88
+ "sectionsChange",
89
+ {
90
+ composed: !0,
91
+ detail: {
92
+ mark: a(this, gt)
93
+ }
102
94
  }
103
- })
95
+ )
104
96
  ));
105
97
  }
106
98
  }
107
99
  _ = new WeakMap(), We = new WeakMap(), y = new WeakMap(), Ht = new WeakMap(), et = new WeakMap(), gt = new WeakMap();
100
+ var mi = Object.defineProperty, bi = Object.getOwnPropertyDescriptor, wi = (e, i, r, h) => {
101
+ for (var n = h > 1 ? void 0 : h ? bi(i, r) : i, p = e.length - 1, d; p >= 0; p--)
102
+ (d = e[p]) && (n = (h ? d(i, r, n) : d(n)) || n);
103
+ return h && n && mi(i, r, n), n;
104
+ }, bs = (e, i, r) => {
105
+ if (!i.has(e))
106
+ throw TypeError("Cannot " + r);
107
+ }, t = (e, i, r) => (bs(e, i, "read from private field"), r ? r.call(e) : i.get(e)), o = (e, i, r) => {
108
+ if (i.has(e))
109
+ throw TypeError("Cannot add the same private member more than once");
110
+ i instanceof WeakSet ? i.add(e) : i.set(e, r);
111
+ }, w = (e, i, r, h) => (bs(e, i, "write to private field"), i.set(e, r), r), v = (e, i, r) => (bs(e, i, "access private method"), r), S, Nt, T, it, rt, Y, ht, Pt, kt, J, A, Ut, Kt, Zt, Jt, Se, Q, Qt, Wt, X, Ot, vt, Mt, Xt, Yt, jt, g, Je, u, Le, Ve, M, C, R, j, At, mt, D, P, ve, Et, pe, fe, Pe, lt, ae, ke, Rt, oe, Qe, ws, Xe, gs, ze, ss, $e, is, B, je, rs, Hs, me, Fe, De, hs, ct, Tt, Oe, ns;
108
112
  const gi = ms({
109
113
  ":host": {
110
114
  position: "relative",
@@ -140,41 +144,41 @@ const gi = ms({
140
144
  });
141
145
  let Ye = class extends Rs {
142
146
  constructor() {
143
- super(), o(this, ae), o(this, Rt), o(this, Qe), o(this, Xe), o(this, ze), o(this, $e), o(this, rs), o(this, De), o(this, lt), o(this, Oe), o(this, S, null), o(this, Nt, new l(this, "--controls", !0)), o(this, T, new l(this, "--axis", "y")), o(this, it, new l(this, "--direction", 0)), o(this, rt, new l(this, "--pages", 0, {
147
+ super(), o(this, ae), o(this, Rt), o(this, Qe), o(this, Xe), o(this, ze), o(this, $e), o(this, rs), o(this, De), o(this, ct), o(this, Oe), o(this, S, null), o(this, Nt, new c(this, "--controls", !0)), o(this, T, new c(this, "--axis", "y")), o(this, it, new c(this, "--direction", 0)), o(this, rt, new c(this, "--pages", 0, {
144
148
  validate: (e) => Math.max(0, e - 1)
145
- })), o(this, Y, new l(this, "--split", !1)), o(this, ht, new l(this, "--sectional", !1)), o(this, Pt, new l(this, "--auto-size", !1)), o(this, kt, new l(
149
+ })), o(this, Y, new c(this, "--split", !1)), o(this, ht, new c(this, "--sectional", !1)), o(this, Pt, new c(this, "--auto-size", !1)), o(this, kt, new c(
146
150
  this,
147
151
  "--wheel-max-delta",
148
152
  !1
149
- )), o(this, J, new l(
153
+ )), o(this, J, new c(
150
154
  this,
151
155
  "--sections-in-view",
152
156
  1
153
- )), o(this, A, new l(this, "--loop", !1)), o(this, Ut, new l(this, "--damping", 20)), o(this, Kt, new l(this, "--mass", 0)), o(this, Zt, new l(this, "--stiffness", 0)), o(this, Jt, new l(this, "--mouse-drag", !1)), o(this, Se, new l(
157
+ )), o(this, A, new c(this, "--loop", !1)), o(this, Ut, new c(this, "--damping", 20)), o(this, Kt, new c(this, "--mass", 0)), o(this, Zt, new c(this, "--stiffness", 0)), o(this, Jt, new c(this, "--mouse-drag", !1)), o(this, Se, new c(
154
158
  this,
155
159
  "--section-distance-scale",
156
160
  0.5
157
- )), o(this, Q, new l(this, "--autoplay", 0)), o(this, Qt, new l(
161
+ )), o(this, Q, new c(this, "--autoplay", 0)), o(this, Qt, new c(
158
162
  this,
159
163
  "--autoplay-pause-duration",
160
164
  0
161
- )), o(this, Wt, new l(
165
+ )), o(this, Wt, new c(
162
166
  this,
163
167
  "--autoplay-user-direction",
164
168
  !1
165
- )), o(this, X, new l(this, "--classes", 0)), o(this, Ot, new l(
169
+ )), o(this, X, new c(this, "--classes", 0)), o(this, Ot, new c(
166
170
  this,
167
171
  "--current-index-start-offset",
168
172
  0
169
- )), o(this, vt, new l(
173
+ )), o(this, vt, new c(
170
174
  this,
171
175
  "--current-index-end-offset",
172
176
  0
173
- )), o(this, Mt, new l(this, "--focus-delay", 0)), o(this, Xt, new l(
177
+ )), o(this, Mt, new c(this, "--focus-delay", 0)), o(this, Xt, new c(
174
178
  this,
175
179
  "--focus-duration",
176
180
  3e3
177
- )), o(this, Yt, new l(this, "--disabled", !1)), o(this, jt, new l(this, "--hibernated", !1)), o(this, g, null), o(this, Je, null), o(this, u, []), o(this, Le, 0), o(this, Ve, 0), o(this, M, 0), o(this, C, 0), o(this, R, 0), o(this, j, null), o(this, At, null), o(this, mt, null), o(this, D, null), o(this, P, new yt(0)), o(this, ve, 0), o(this, Et, 0), o(this, pe, !0), o(this, fe, !0), o(this, Pe, void 0), o(this, ct, new ai()), o(this, B, () => {
181
+ )), o(this, Yt, new c(this, "--disabled", !1)), o(this, jt, new c(this, "--hibernated", !1)), o(this, g, null), o(this, Je, null), o(this, u, []), o(this, Le, 0), o(this, Ve, 0), o(this, M, 0), o(this, C, 0), o(this, R, 0), o(this, j, null), o(this, At, null), o(this, mt, null), o(this, D, null), o(this, P, new yt(0)), o(this, ve, 0), o(this, Et, 0), o(this, pe, !0), o(this, fe, !0), o(this, Pe, void 0), o(this, lt, new ai()), o(this, B, () => {
178
182
  t(this, S).unlistenAnimationFrame();
179
183
  const e = this.currentScrollValue / t(this, C) || 0, i = t(this, P).current;
180
184
  if (w(this, Le, this.vertical ? Ne(this) : Ue(this)), w(this, Ve, this.vertical ? Ne(t(this, g)) : Ue(t(this, g))), w(this, M, this.vertical ? this.offsetHeight : this.offsetWidth), this.vertical ? w(this, R, Es.parse(
@@ -243,7 +247,7 @@ let Ye = class extends Rs {
243
247
  if (t(this, it).current > 0 && i < 0)
244
248
  return;
245
249
  }
246
- if (t(this, ct).unlistenAnimationFrame(), !t(this, Q).current && t(this, Mt).current && (clearInterval(t(this, Pe)), w(this, Pe, setTimeout(() => {
250
+ if (t(this, lt).unlistenAnimationFrame(), !t(this, Q).current && t(this, Mt).current && (clearInterval(t(this, Pe)), w(this, Pe, setTimeout(() => {
247
251
  const r = v(this, Oe, ns).call(this);
248
252
  r && this.scrollToSection(r.index, {
249
253
  tween: {
@@ -282,11 +286,11 @@ let Ye = class extends Rs {
282
286
  ]
283
287
  }), w(this, j, new oi({ element: t(this, g) })), t(this, j).changeEvent.subscribe(
284
288
  t(this, me)
285
- ), w(this, At, new ci({
289
+ ), w(this, At, new li({
286
290
  element: this
287
291
  })), t(this, At).changeEvent.subscribe(
288
292
  t(this, me)
289
- ), w(this, mt, new li({ element: t(this, g) })), t(this, mt).changeEvent.subscribe(t(this, me)), w(this, D, new ui()), t(this, D).changeEvent.subscribe(t(this, Fe)), t(this, T).subscribe(({ current: e }) => {
293
+ ), w(this, mt, new ci({ element: t(this, g) })), t(this, mt).changeEvent.subscribe(t(this, me)), w(this, D, new ui()), t(this, D).changeEvent.subscribe(t(this, Fe)), t(this, T).subscribe(({ current: e }) => {
290
294
  t(this, g).style.flexDirection = e === "x" ? "row" : "column", t(this, j).axis = t(this, kt).current ? "max" : e, t(this, At).dimension = e === "x" ? "width" : "height", t(this, mt).axis = e, e === "x" ? this.style.touchAction = "pan-y" : e === "y" && (this.style.touchAction = "pan-x"), this.isConnected && t(this, B).call(this);
291
295
  }), t(this, kt).subscribe((e) => {
292
296
  t(this, j).axis = e.current ? "max" : t(this, T).current;
@@ -299,7 +303,7 @@ let Ye = class extends Rs {
299
303
  }), t(this, Pt).subscribe((e) => {
300
304
  this.isConnected && (t(this, B).call(this), e.current && !e.previous && !t(this, u).length ? v(this, ae, ke).call(this) : !e.current && e.previous && t(this, u).length && v(this, Rt, oe).call(this));
301
305
  }), t(this, J).subscribe((e) => {
302
- this.isConnected && (t(this, B).call(this), v(this, lt, Tt).call(this));
306
+ this.isConnected && (t(this, B).call(this), v(this, ct, Tt).call(this));
303
307
  }), t(this, A).subscribe((e) => {
304
308
  e.current ? (this.isConnected && (t(this, u).length || (t(this, Y).current = !0)), t(this, u).length && (t(this, S).max = 1 / 0, t(this, S).min = -1 / 0)) : (w(this, ve, 0), t(this, S).max = t(this, C), t(this, S).min = 0);
305
309
  }), t(this, Ut).subscribe((e) => {
@@ -317,17 +321,17 @@ let Ye = class extends Rs {
317
321
  }), t(this, Wt).subscribe((e) => {
318
322
  e.current || (t(this, D).direction = 1);
319
323
  }), t(this, X).subscribe((e) => {
320
- this.isConnected && v(this, lt, Tt).call(this);
324
+ this.isConnected && v(this, ct, Tt).call(this);
321
325
  }), t(this, Ot).subscribe((e) => {
322
- this.isConnected && t(this, X).current && v(this, lt, Tt).call(this);
326
+ this.isConnected && t(this, X).current && v(this, ct, Tt).call(this);
323
327
  }), t(this, vt).subscribe((e) => {
324
- this.isConnected && t(this, X).current && v(this, lt, Tt).call(this);
328
+ this.isConnected && t(this, X).current && v(this, ct, Tt).call(this);
325
329
  }), t(this, S).isRunning.subscribe((e) => {
326
330
  this.classList.toggle("active", e.current);
327
331
  }), t(this, P).subscribe((e) => {
328
- t(this, u).length && v(this, lt, Tt).call(this);
329
- }), t(this, ct).subscribe((e) => {
330
- t(this, ct).isRunning.current && t(this, S).set(e.current);
332
+ t(this, u).length && v(this, ct, Tt).call(this);
333
+ }), t(this, lt).subscribe((e) => {
334
+ t(this, lt).isRunning.current && t(this, S).set(e.current);
331
335
  }));
332
336
  }
333
337
  get damped() {
@@ -499,7 +503,7 @@ let Ye = class extends Rs {
499
503
  t(this, u).length && this.scrollToSection(t(this, P).current + e, i);
500
504
  }
501
505
  setPosition(e, i) {
502
- i != null && i.tween ? (t(this, ct).set(t(this, S).current, { equalize: !0 }), t(this, ct).set(e, Ws({}, i.tween))) : t(this, S).set(e, {
506
+ i != null && i.tween ? (t(this, lt).set(t(this, S).current, { equalize: !0 }), t(this, lt).set(e, Ws({}, i.tween))) : t(this, S).set(e, {
503
507
  equalize: (i == null ? void 0 : i.behaviour) === "instant"
504
508
  });
505
509
  }
@@ -557,16 +561,16 @@ Et = /* @__PURE__ */ new WeakMap();
557
561
  pe = /* @__PURE__ */ new WeakMap();
558
562
  fe = /* @__PURE__ */ new WeakMap();
559
563
  Pe = /* @__PURE__ */ new WeakMap();
560
- ct = /* @__PURE__ */ new WeakMap();
564
+ lt = /* @__PURE__ */ new WeakMap();
561
565
  ae = /* @__PURE__ */ new WeakSet();
562
566
  ke = function() {
563
567
  v(this, Rt, oe).call(this), t(this, Je).assignedElements().forEach((e, i) => {
564
- e instanceof HTMLElement && t(this, u).push(new wi(e, i, this));
568
+ e instanceof HTMLElement && t(this, u).push(new vi(e, i, this));
565
569
  }), t(this, g).style.transform = "", this.dispatchEvent(
566
570
  new CustomEvent("sectionsChange", {
567
571
  composed: !0
568
572
  })
569
- ), t(this, B).call(this), v(this, lt, Tt).call(this);
573
+ ), t(this, B).call(this), v(this, ct, Tt).call(this);
570
574
  };
571
575
  Rt = /* @__PURE__ */ new WeakSet();
572
576
  oe = function() {
@@ -580,7 +584,7 @@ oe = function() {
580
584
  };
581
585
  Qe = /* @__PURE__ */ new WeakSet();
582
586
  ws = function() {
583
- t(this, pe) || (w(this, pe, !0), t(this, S).unsubscribe(t(this, je)), t(this, S).unlistenAnimationFrame(), t(this, j).disconnect(), t(this, At).disconnect(), t(this, mt).disconnect(), t(this, D).disconnect(), clearInterval(t(this, Pe)), t(this, ct).unlistenAnimationFrame());
587
+ t(this, pe) || (w(this, pe, !0), t(this, S).unsubscribe(t(this, je)), t(this, S).unlistenAnimationFrame(), t(this, j).disconnect(), t(this, At).disconnect(), t(this, mt).disconnect(), t(this, D).disconnect(), clearInterval(t(this, Pe)), t(this, lt).unlistenAnimationFrame());
584
588
  };
585
589
  Xe = /* @__PURE__ */ new WeakSet();
586
590
  gs = function() {
@@ -610,7 +614,7 @@ hs = function(e = "current") {
610
614
  } else
611
615
  return t(this, S)[e];
612
616
  };
613
- lt = /* @__PURE__ */ new WeakSet();
617
+ ct = /* @__PURE__ */ new WeakSet();
614
618
  Tt = function() {
615
619
  if (t(this, X).current && t(this, u).length) {
616
620
  const e = t(this, P).current + t(this, Ot).current;
@@ -631,7 +635,7 @@ ns = function() {
631
635
  }
632
636
  return e !== null ? t(this, u)[e] : null;
633
637
  };
634
- Ye = bi([
638
+ Ye = wi([
635
639
  de("e-scroll")
636
640
  ], Ye);
637
641
  var Me;
@@ -805,34 +809,34 @@ var zi = Object.defineProperty, $i = Object.getOwnPropertyDescriptor, Fi = (e, i
805
809
  if (i.has(e))
806
810
  throw TypeError("Cannot add the same private member more than once");
807
811
  i instanceof WeakSet ? i.add(e) : i.set(e, r);
808
- }, Fs = (e, i, r, h) => (Ns(e, i, "write to private field"), i.set(e, r), r), xt, _e, st, _t, ce, Ee, xe, le;
812
+ }, Fs = (e, i, r, h) => (Ns(e, i, "write to private field"), i.set(e, r), r), xt, _e, st, _t, le, Ee, xe, ce;
809
813
  class Di {
810
814
  constructor(i, r, h) {
811
815
  L(this, st, void 0);
812
816
  L(this, _t, void 0);
813
- L(this, ce, void 0);
817
+ L(this, le, void 0);
814
818
  L(this, Ee, void 0);
815
819
  L(this, xe, () => {
816
- a(this, _t).scrollToSection(a(this, ce), {
820
+ a(this, _t).scrollToSection(a(this, le), {
817
821
  behaviour: a(this, Ee)
818
822
  });
819
823
  });
820
- L(this, le, () => {
824
+ L(this, ce, () => {
821
825
  a(this, st).classList.toggle(
822
826
  "current",
823
- a(this, _t).counter.current === a(this, ce)
827
+ a(this, _t).counter.current === a(this, le)
824
828
  );
825
829
  });
826
- $(this, st, document.createElement("button")), $(this, _t, i), $(this, Ee, h), $(this, ce, r), a(this, st).addEventListener("click", a(this, xe)), a(this, _t).counter.subscribe(a(this, le)), a(this, le).call(this);
830
+ $(this, st, document.createElement("button")), $(this, _t, i), $(this, Ee, h), $(this, le, r), a(this, st).addEventListener("click", a(this, xe)), a(this, _t).counter.subscribe(a(this, ce)), a(this, ce).call(this);
827
831
  }
828
832
  get element() {
829
833
  return a(this, st);
830
834
  }
831
835
  destroy() {
832
- a(this, st).removeEventListener("click", a(this, xe)), a(this, _t).counter.unsubscribe(a(this, le)), a(this, st).remove();
836
+ a(this, st).removeEventListener("click", a(this, xe)), a(this, _t).counter.unsubscribe(a(this, ce)), a(this, st).remove();
833
837
  }
834
838
  }
835
- st = new WeakMap(), _t = new WeakMap(), ce = new WeakMap(), Ee = new WeakMap(), xe = new WeakMap(), le = new WeakMap();
839
+ st = new WeakMap(), _t = new WeakMap(), le = new WeakMap(), Ee = new WeakMap(), xe = new WeakMap(), ce = new WeakMap();
836
840
  let Ds = class extends ts {
837
841
  constructor() {
838
842
  super(...arguments), $s(this, xt, []), $s(this, _e, Bs(() => {
@@ -872,45 +876,45 @@ var Oi = Object.defineProperty, Ti = Object.getOwnPropertyDescriptor, Ii = (e, i
872
876
  }, _s = (e, i, r) => {
873
877
  if (!i.has(e))
874
878
  throw TypeError("Cannot " + r);
875
- }, s = (e, i, r) => (_s(e, i, "read from private field"), r ? r.call(e) : i.get(e)), c = (e, i, r) => {
879
+ }, s = (e, i, r) => (_s(e, i, "read from private field"), r ? r.call(e) : i.get(e)), l = (e, i, r) => {
876
880
  if (i.has(e))
877
881
  throw TypeError("Cannot add the same private member more than once");
878
882
  i instanceof WeakSet ? i.add(e) : i.set(e, r);
879
- }, b = (e, i, r, h) => (_s(e, i, "write to private field"), i.set(e, r), r), W = (e, i, r) => (_s(e, i, "access private method"), r), ee, se, ie, re, Lt, Vt, zt, $t, O, H, G, q, It, x, ut, pt, ft, dt, St, E, Z, K, bt, wt, tt, Re, m, he, ne, Be, V, Ft, F, z, U, Ce, Bt, k, as, Us, os, Ks, cs, Zs, ls, Js, us, Qs, ps, Xs, He, ye, ot, Dt, Cs, Ys, ys, js, Ge, fs, qe;
883
+ }, b = (e, i, r, h) => (_s(e, i, "write to private field"), i.set(e, r), r), W = (e, i, r) => (_s(e, i, "access private method"), r), ee, se, ie, re, Lt, Vt, zt, $t, O, H, G, q, It, x, ut, pt, ft, dt, St, E, Z, K, bt, wt, tt, Re, m, he, ne, Be, V, Ft, F, z, U, Ce, Bt, k, as, Us, os, Ks, ls, Zs, cs, Js, us, Qs, ps, Xs, He, ye, ot, Dt, Cs, Ys, ys, js, Ge, fs, qe;
880
884
  let Os = class extends ts {
881
885
  constructor() {
882
- super(), c(this, as), c(this, os), c(this, cs), c(this, ls), c(this, us), c(this, ps), c(this, ot), c(this, Cs), c(this, ys), c(this, Ge), c(this, ee, new l(this, "--damping", 20)), c(this, se, new l(this, "--mass", 0)), c(this, ie, new l(this, "--stiffness", 0)), c(this, re, new l(this, "--target", "")), c(this, Lt, new l(this, "--disabled", !1)), c(this, Vt, new l(
886
+ super(), l(this, as), l(this, os), l(this, ls), l(this, cs), l(this, us), l(this, ps), l(this, ot), l(this, Cs), l(this, ys), l(this, Ge), l(this, ee, new c(this, "--damping", 20)), l(this, se, new c(this, "--mass", 0)), l(this, ie, new c(this, "--stiffness", 0)), l(this, re, new c(this, "--target", "")), l(this, Lt, new c(this, "--disabled", !1)), l(this, Vt, new c(
883
887
  this,
884
888
  "--distance-offset",
885
889
  0,
886
890
  { rawValueCheck: !1 }
887
- )), c(this, zt, new l(this, "--start-offset", 0, {
891
+ )), l(this, zt, new c(this, "--start-offset", 0, {
888
892
  rawValueCheck: !1
889
- })), c(this, $t, new l(
893
+ })), l(this, $t, new c(
890
894
  this,
891
895
  "--capture-once",
892
896
  !1
893
- )), c(this, O, new l(this, "--captured", "")), c(this, H, new l(this, "--released", "")), c(this, G, new l(
897
+ )), l(this, O, new c(this, "--captured", "")), l(this, H, new c(this, "--released", "")), l(this, G, new c(
894
898
  this,
895
899
  "--captured-from-start",
896
900
  ""
897
- )), c(this, q, new l(
901
+ )), l(this, q, new c(
898
902
  this,
899
903
  "--captured-from-finish",
900
904
  ""
901
- )), c(this, It, new l(
905
+ )), l(this, It, new c(
902
906
  this,
903
907
  "--released-from-start",
904
908
  ""
905
- )), c(this, x, new l(
909
+ )), l(this, x, new c(
906
910
  this,
907
911
  "--released-from-finish",
908
912
  ""
909
- )), c(this, ut, new l(this, "--passed-var", "")), c(this, pt, new l(this, "--progress-var", "")), c(this, ft, new l(this, "--distance-var", "")), c(this, dt, new l(this, "--start-var", "")), c(this, St, new l(this, "--finish-var", "")), c(this, E, new yt(!1)), c(this, Z, new yt(!1)), c(this, K, new yt(!1)), c(this, bt, new yt(!1)), c(this, wt, new yt(!1)), c(this, tt, new yt(!1)), c(this, Re, []), c(this, m, this), c(this, he, 0), c(this, ne, 0), c(this, Be, 0), c(this, V, new As(0, { order: Is.SCROLL - 1, min: 0, max: 1 })), c(this, Ft, 0), c(this, F, 0), c(this, z, 0), c(this, U, 0), c(this, Ce, !1), c(this, Bt, !1), c(this, k, !0), c(this, He, () => {
913
+ )), l(this, ut, new c(this, "--passed-var", "")), l(this, pt, new c(this, "--progress-var", "")), l(this, ft, new c(this, "--distance-var", "")), l(this, dt, new c(this, "--start-var", "")), l(this, St, new c(this, "--finish-var", "")), l(this, E, new yt(!1)), l(this, Z, new yt(!1)), l(this, K, new yt(!1)), l(this, bt, new yt(!1)), l(this, wt, new yt(!1)), l(this, tt, new yt(!1)), l(this, Re, []), l(this, m, this), l(this, he, 0), l(this, ne, 0), l(this, Be, 0), l(this, V, new As(0, { order: Is.SCROLL - 1, min: 0, max: 1 })), l(this, Ft, 0), l(this, F, 0), l(this, z, 0), l(this, U, 0), l(this, Ce, !1), l(this, Bt, !1), l(this, k, !0), l(this, He, () => {
910
914
  s(this, k) || (this.resize(), s(this, ye).call(this));
911
- }), c(this, ye, () => {
915
+ }), l(this, ye, () => {
912
916
  !s(this, k) && s(this, Ce) && this.tick();
913
- }), c(this, qe, Bs(() => {
917
+ }), l(this, qe, Bs(() => {
914
918
  const e = Gt.getAll(this).reverse();
915
919
  let i = 0;
916
920
  e.forEach((r, h) => {
@@ -1029,7 +1033,7 @@ let Os = class extends ts {
1029
1033
  e += r.value;
1030
1034
  }), s(this, V).set(e - s(this, F));
1031
1035
  const i = Math.round(e);
1032
- s(this, E).current && (i > s(this, F) ? s(this, K).current || W(this, cs, Zs).call(this) : s(this, K).current && !s(this, bt).current && W(this, us, Qs).call(this), i < s(this, U) ? s(this, tt).current && !s(this, wt).current && W(this, ls, Js).call(this) : s(this, K).current && !s(this, tt).current && W(this, ps, Xs).call(this)), i > s(this, F) && i < s(this, U) ? s(this, E).current || W(this, as, Us).call(this) : s(this, E).current && (s(this, V).set(
1036
+ s(this, E).current && (i > s(this, F) ? s(this, K).current || W(this, ls, Zs).call(this) : s(this, K).current && !s(this, bt).current && W(this, us, Qs).call(this), i < s(this, U) ? s(this, tt).current && !s(this, wt).current && W(this, cs, Js).call(this) : s(this, K).current && !s(this, tt).current && W(this, ps, Xs).call(this)), i > s(this, F) && i < s(this, U) ? s(this, E).current || W(this, as, Us).call(this) : s(this, E).current && (s(this, V).set(
1033
1037
  ni(s(this, z) / 2, s(this, V).current, 0, s(this, z))
1034
1038
  ), W(this, os, Ks).call(this)), s(this, Bt) && s(this, $t).current && (s(this, O).current && s(this, m).classList.add(s(this, O).current), b(this, k, !0));
1035
1039
  }
@@ -1163,13 +1167,13 @@ Ks = function() {
1163
1167
  s(this, q).current
1164
1168
  ), s(this, H).current && s(this, m).classList.add(s(this, H).current);
1165
1169
  };
1166
- cs = /* @__PURE__ */ new WeakSet();
1170
+ ls = /* @__PURE__ */ new WeakSet();
1167
1171
  Zs = function() {
1168
1172
  s(this, E).current = !0, s(this, K).current = !0, s(this, bt).current = !1, s(this, G).current && s(this, m).classList.add(
1169
1173
  s(this, G).current
1170
1174
  );
1171
1175
  };
1172
- ls = /* @__PURE__ */ new WeakSet();
1176
+ cs = /* @__PURE__ */ new WeakSet();
1173
1177
  Js = function() {
1174
1178
  s(this, E).current = !0, s(this, wt).current = !0, s(this, tt).current = !1, s(this, q).current && s(this, m).classList.add(
1175
1179
  s(this, q).current
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../index-BbgmbQ-5.cjs");Object.defineProperty(exports,"SelectElement",{enumerable:!0,get:()=>e.SelectElement});Object.defineProperty(exports,"SelectHeadElement",{enumerable:!0,get:()=>e.SelectHeadElement});Object.defineProperty(exports,"SelectOptionElement",{enumerable:!0,get:()=>e.SelectOptionElement});exports.SelectUserElement=e.SelectUserElement;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../index-D1LQUR-R.cjs");Object.defineProperty(exports,"SelectElement",{enumerable:!0,get:()=>e.SelectElement});Object.defineProperty(exports,"SelectHeadElement",{enumerable:!0,get:()=>e.SelectHeadElement});Object.defineProperty(exports,"SelectOptionElement",{enumerable:!0,get:()=>e.SelectOptionElement});exports.SelectUserElement=e.SelectUserElement;
@@ -1,4 +1,4 @@
1
- import { S as l, d as a, c, b as m } from "../index-BN9X-l9M.js";
1
+ import { S as l, d as a, c, b as m } from "../index-BAH_fO2N.js";
2
2
  export {
3
3
  l as SelectElement,
4
4
  a as SelectHeadElement,