aptechka 0.2.2 → 0.3.0
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.
- package/build-browser-lib/ComponentElement-B8zjY3Dh.js +92 -0
- package/build-browser-lib/ComponentElement-DuiOKawv.cjs +1 -0
- package/build-browser-lib/Damped-BvkThM-2.cjs +1 -0
- package/build-browser-lib/Damped-DEHDBwBz.js +132 -0
- package/build-browser-lib/WheelControls-BJdZsEkS.js +92 -0
- package/build-browser-lib/WheelControls-CctFwJwY.cjs +1 -0
- package/build-browser-lib/animation/Damped.d.ts +38 -0
- package/build-browser-lib/animation/Tweened.d.ts +30 -0
- package/build-browser-lib/animation/hooks/index.cjs +1 -0
- package/{lib → build-browser-lib}/animation/hooks/index.d.ts +2 -2
- package/build-browser-lib/animation/hooks/index.js +32 -0
- package/build-browser-lib/animation/index.cjs +1 -0
- package/build-browser-lib/animation/index.d.ts +2 -0
- package/build-browser-lib/animation/index.js +98 -0
- package/build-browser-lib/attribute/hooks/index.d.ts +2 -0
- package/{lib → build-browser-lib}/controls/index.cjs +1 -1
- package/{lib → build-browser-lib}/controls/index.js +2 -2
- package/build-browser-lib/createStore-CUWrqVrV.cjs +1 -0
- package/build-browser-lib/createStore-DncUX-yj.js +15 -0
- package/build-browser-lib/element-resizer/hooks/index.cjs +1 -0
- package/build-browser-lib/element-resizer/hooks/index.d.ts +4 -0
- package/build-browser-lib/element-resizer/hooks/index.js +12 -0
- package/build-browser-lib/element-resizer/index.cjs +1 -0
- package/build-browser-lib/element-resizer/index.js +65 -0
- package/build-browser-lib/instantiate-BYzkD4SE.js +72 -0
- package/build-browser-lib/instantiate-DrQ1MNUN.cjs +1 -0
- package/build-browser-lib/intersector/hooks/index.cjs +1 -0
- package/build-browser-lib/intersector/hooks/index.js +12 -0
- package/{lib → build-browser-lib}/jsx/ComponentElement.d.ts +1 -1
- package/build-browser-lib/jsx/hooks/attachInternals.d.ts +1 -0
- package/build-browser-lib/jsx/hooks/attachShadow.d.ts +1 -0
- package/build-browser-lib/jsx/hooks/attachStylesheet.d.ts +2 -0
- package/build-browser-lib/jsx/hooks/createStore.d.ts +3 -0
- package/build-browser-lib/jsx/hooks/index.cjs +1 -0
- package/build-browser-lib/jsx/hooks/index.d.ts +8 -0
- package/build-browser-lib/jsx/hooks/index.js +77 -0
- package/build-browser-lib/jsx/hooks/onConnect.d.ts +2 -0
- package/{lib/jsx/hooks/useContext.d.ts → build-browser-lib/jsx/hooks/onContext.d.ts} +1 -1
- package/build-browser-lib/jsx/hooks/onDisconnect.d.ts +2 -0
- package/build-browser-lib/jsx/hooks/withCurrentComponent.d.ts +2 -0
- package/build-browser-lib/jsx/index.cjs +1 -0
- package/build-browser-lib/jsx/index.js +27 -0
- package/{lib → build-browser-lib}/jsx/type.d.ts +1 -0
- package/build-browser-lib/onConnect-FWEekrNj.js +9 -0
- package/build-browser-lib/onConnect-XY4UppQZ.cjs +1 -0
- package/build-browser-lib/polyfills-CrcS4RcO.cjs +1 -0
- package/build-browser-lib/polyfills-DJUYczFm.js +6 -0
- package/{lib → build-browser-lib}/router/index.cjs +1 -1
- package/{lib → build-browser-lib}/router/index.js +1 -1
- package/build-browser-lib/scroll/ScrollElement.d.ts +73 -0
- package/build-browser-lib/scroll/index.cjs +1 -0
- package/build-browser-lib/scroll/index.js +523 -0
- package/build-browser-lib/store/hooks/index.cjs +1 -0
- package/build-browser-lib/store/hooks/index.d.ts +6 -0
- package/build-browser-lib/store/hooks/index.js +26 -0
- package/build-browser-lib/studio/index.cjs +10 -0
- package/{lib → build-browser-lib}/studio/index.js +102 -105
- package/build-browser-lib/ticker/hooks/index.cjs +1 -0
- package/{lib → build-browser-lib}/ticker/hooks/index.d.ts +1 -1
- package/build-browser-lib/ticker/hooks/index.js +23 -0
- package/build-browser-lib/ticker/index.cjs +1 -0
- package/{lib → build-browser-lib}/ticker/index.d.ts +2 -1
- package/build-browser-lib/ticker/index.js +115 -0
- package/build-browser-lib/utils/index.cjs +1 -0
- package/{lib → build-browser-lib}/utils/index.d.ts +1 -0
- package/{lib → build-browser-lib}/utils/index.js +13 -11
- package/build-browser-lib/utils/polyfills.d.ts +1 -0
- package/build-browser-lib/window-resizer/hooks/index.cjs +1 -0
- package/build-browser-lib/window-resizer/hooks/index.d.ts +2 -0
- package/build-browser-lib/window-resizer/hooks/index.js +9 -0
- package/build-browser-lib/withCurrentComponent-Cd8KOtNf.js +7 -0
- package/build-browser-lib/withCurrentComponent-Cig6ryJK.cjs +1 -0
- package/build-vite-plugin-htmc/index.d.ts +7 -0
- package/build-vite-plugin-htmc/index.js +352 -0
- package/package.json +201 -189
- package/lib/Animated-Bf-gPIQM.cjs +0 -1
- package/lib/Animated-Br_4OSth.js +0 -131
- package/lib/ComponentElement-BUesLP4b.cjs +0 -1
- package/lib/ComponentElement-NMlh1Ptn.js +0 -92
- package/lib/Damped-Fy7tHx4d.js +0 -33
- package/lib/Damped-mdFs8WSd.cjs +0 -1
- package/lib/WheelControls-BN4XGOpG.js +0 -78
- package/lib/WheelControls-Dc1xcVG6.cjs +0 -1
- package/lib/animation/Animated.d.ts +0 -38
- package/lib/animation/Damped.d.ts +0 -11
- package/lib/animation/Tweened.d.ts +0 -15
- package/lib/animation/hooks/index.cjs +0 -1
- package/lib/animation/hooks/index.js +0 -38
- package/lib/animation/index.cjs +0 -1
- package/lib/animation/index.d.ts +0 -3
- package/lib/animation/index.js +0 -44
- package/lib/attribute/hooks/index.d.ts +0 -2
- package/lib/element-resizer/hooks/index.cjs +0 -1
- package/lib/element-resizer/hooks/index.d.ts +0 -4
- package/lib/element-resizer/hooks/index.js +0 -12
- package/lib/element-resizer/index.cjs +0 -1
- package/lib/element-resizer/index.js +0 -65
- package/lib/instantiate-BAz2WZtO.cjs +0 -1
- package/lib/instantiate-BDteLwW6.js +0 -55
- package/lib/intersector/hooks/index.cjs +0 -1
- package/lib/intersector/hooks/index.js +0 -12
- package/lib/jsx/hooks/index.cjs +0 -1
- package/lib/jsx/hooks/index.d.ts +0 -7
- package/lib/jsx/hooks/index.js +0 -76
- package/lib/jsx/hooks/useConnect.d.ts +0 -2
- package/lib/jsx/hooks/useCreate.d.ts +0 -2
- package/lib/jsx/hooks/useDisconnect.d.ts +0 -2
- package/lib/jsx/hooks/useInternals.d.ts +0 -1
- package/lib/jsx/hooks/useShadow.d.ts +0 -1
- package/lib/jsx/hooks/useStylesheet.d.ts +0 -2
- package/lib/jsx/index.cjs +0 -1
- package/lib/jsx/index.js +0 -15
- package/lib/scroll/ScrollElement.d.ts +0 -42
- package/lib/scroll/index.cjs +0 -1
- package/lib/scroll/index.js +0 -476
- package/lib/store/hooks/index.cjs +0 -1
- package/lib/store/hooks/index.d.ts +0 -6
- package/lib/store/hooks/index.js +0 -31
- package/lib/studio/index.cjs +0 -10
- package/lib/ticker/hooks/index.cjs +0 -1
- package/lib/ticker/hooks/index.js +0 -23
- package/lib/ticker/index.cjs +0 -1
- package/lib/ticker/index.js +0 -113
- package/lib/useConnect-CXdqKdRX.js +0 -9
- package/lib/useConnect-DcfeqwzW.cjs +0 -1
- package/lib/useCreate-ClGKVMeG.cjs +0 -1
- package/lib/useCreate-DQSfJu7r.js +0 -7
- package/lib/useDisconnect-D5cBD1bq.js +0 -9
- package/lib/useDisconnect-sA74z4IZ.cjs +0 -1
- package/lib/utils/index.cjs +0 -1
- package/lib/window-resizer/hooks/index.cjs +0 -1
- package/lib/window-resizer/hooks/index.d.ts +0 -2
- package/lib/window-resizer/hooks/index.js +0 -9
- /package/{lib → build-browser-lib}/Composed-ClTo1f0b.js +0 -0
- /package/{lib → build-browser-lib}/Composed-Mdr4ZFbI.cjs +0 -0
- /package/{lib → build-browser-lib}/Derived-Bc88XJ8J.js +0 -0
- /package/{lib → build-browser-lib}/Derived-SjPdLJiZ.cjs +0 -0
- /package/{lib → build-browser-lib}/ElementConstructor-B61ZFTEB.cjs +0 -0
- /package/{lib → build-browser-lib}/ElementConstructor-CvNdPKJy.js +0 -0
- /package/{lib → build-browser-lib}/SourceManager-BoP9RAJr.js +0 -0
- /package/{lib → build-browser-lib}/SourceManager-CI6NfLzW.cjs +0 -0
- /package/{lib → build-browser-lib}/Store-D0_rDIsE.cjs +0 -0
- /package/{lib → build-browser-lib}/Store-JOKrNVEr.js +0 -0
- /package/{lib → build-browser-lib}/Viewport-COsaberc.cjs +0 -0
- /package/{lib → build-browser-lib}/Viewport-CXY5xcGJ.js +0 -0
- /package/{lib → build-browser-lib}/abstract-elements/AbstractButtonElement.d.ts +0 -0
- /package/{lib → build-browser-lib}/abstract-elements/index.cjs +0 -0
- /package/{lib → build-browser-lib}/abstract-elements/index.d.ts +0 -0
- /package/{lib → build-browser-lib}/abstract-elements/index.js +0 -0
- /package/{lib → build-browser-lib}/accordion/AccordionElement.d.ts +0 -0
- /package/{lib → build-browser-lib}/accordion/index.cjs +0 -0
- /package/{lib → build-browser-lib}/accordion/index.d.ts +0 -0
- /package/{lib → build-browser-lib}/accordion/index.js +0 -0
- /package/{lib → build-browser-lib}/attribute/index.cjs +0 -0
- /package/{lib → build-browser-lib}/attribute/index.d.ts +0 -0
- /package/{lib → build-browser-lib}/attribute/index.js +0 -0
- /package/{lib → build-browser-lib}/attributes-69we3byR.js +0 -0
- /package/{lib → build-browser-lib}/attributes-Bf2svn4j.cjs +0 -0
- /package/{lib → build-browser-lib}/browser-0zX67oeU.js +0 -0
- /package/{lib → build-browser-lib}/browser-CpzFX2xg.cjs +0 -0
- /package/{lib → build-browser-lib}/canvas/index.cjs +0 -0
- /package/{lib → build-browser-lib}/canvas/index.d.ts +0 -0
- /package/{lib → build-browser-lib}/canvas/index.js +0 -0
- /package/{lib → build-browser-lib}/connector/index.cjs +0 -0
- /package/{lib → build-browser-lib}/connector/index.d.ts +0 -0
- /package/{lib → build-browser-lib}/connector/index.js +0 -0
- /package/{lib → build-browser-lib}/controls/Controls.d.ts +0 -0
- /package/{lib → build-browser-lib}/controls/KeyboardControls.d.ts +0 -0
- /package/{lib → build-browser-lib}/controls/LinearControls.d.ts +0 -0
- /package/{lib → build-browser-lib}/controls/WheelControls.d.ts +0 -0
- /package/{lib → build-browser-lib}/controls/hooks/index.d.ts +0 -0
- /package/{lib → build-browser-lib}/controls/index.d.ts +0 -0
- /package/{lib → build-browser-lib}/createStylesheet-C0OnN0Br.cjs +0 -0
- /package/{lib → build-browser-lib}/createStylesheet-CD11E4C8.js +0 -0
- /package/{lib → build-browser-lib}/createTheme-B_W5dUY9.cjs +0 -0
- /package/{lib → build-browser-lib}/createTheme-D0IoYkYN.js +0 -0
- /package/{lib → build-browser-lib}/css-unit-parser/index.cjs +0 -0
- /package/{lib → build-browser-lib}/css-unit-parser/index.d.ts +0 -0
- /package/{lib → build-browser-lib}/css-unit-parser/index.js +0 -0
- /package/{lib → build-browser-lib}/custom-element/index.cjs +0 -0
- /package/{lib → build-browser-lib}/custom-element/index.d.ts +0 -0
- /package/{lib → build-browser-lib}/custom-element/index.js +0 -0
- /package/{lib → build-browser-lib}/device/Device.d.ts +0 -0
- /package/{lib → build-browser-lib}/device/Viewport.d.ts +0 -0
- /package/{lib → build-browser-lib}/device/index.cjs +0 -0
- /package/{lib → build-browser-lib}/device/index.d.ts +0 -0
- /package/{lib → build-browser-lib}/device/index.js +0 -0
- /package/{lib → build-browser-lib}/dom-BY7JhTx5.js +0 -0
- /package/{lib → build-browser-lib}/dom-qY2LdCVL.cjs +0 -0
- /package/{lib → build-browser-lib}/easings-BKi40vHz.js +0 -0
- /package/{lib → build-browser-lib}/easings-DsS5-Kqc.cjs +0 -0
- /package/{lib → build-browser-lib}/element-constructor/ElementConstructor.d.ts +0 -0
- /package/{lib → build-browser-lib}/element-constructor/createStylesheet.d.ts +0 -0
- /package/{lib → build-browser-lib}/element-constructor/createTheme.d.ts +0 -0
- /package/{lib → build-browser-lib}/element-constructor/index.cjs +0 -0
- /package/{lib → build-browser-lib}/element-constructor/index.d.ts +0 -0
- /package/{lib → build-browser-lib}/element-constructor/index.js +0 -0
- /package/{lib → build-browser-lib}/element-constructor/knownSvgTags.d.ts +0 -0
- /package/{lib → build-browser-lib}/element-constructor/tags.d.ts +0 -0
- /package/{lib → build-browser-lib}/element-resizer/index.d.ts +0 -0
- /package/{lib → build-browser-lib}/en3/attachments/En3SourceManager.d.ts +0 -0
- /package/{lib → build-browser-lib}/en3/core/En3Raycaster.d.ts +0 -0
- /package/{lib → build-browser-lib}/en3/core/en3.d.ts +0 -0
- /package/{lib → build-browser-lib}/en3/index.cjs +0 -0
- /package/{lib → build-browser-lib}/en3/index.d.ts +0 -0
- /package/{lib → build-browser-lib}/en3/index.js +0 -0
- /package/{lib → build-browser-lib}/en3/instances/en3LazyLoader.d.ts +0 -0
- /package/{lib → build-browser-lib}/en3/libs/MeshoptDecoder.d.ts +0 -0
- /package/{lib → build-browser-lib}/en3/loaders/en3GLTFLoader.d.ts +0 -0
- /package/{lib → build-browser-lib}/en3/loaders/en3TextureLoader.d.ts +0 -0
- /package/{lib → build-browser-lib}/en3/objects/En3Clip.d.ts +0 -0
- /package/{lib → build-browser-lib}/en3/objects/En3ClipHelpers.d.ts +0 -0
- /package/{lib → build-browser-lib}/en3/objects/En3GLTF.d.ts +0 -0
- /package/{lib → build-browser-lib}/en3/objects/En3Image.d.ts +0 -0
- /package/{lib → build-browser-lib}/en3/objects/En3ImageLike.d.ts +0 -0
- /package/{lib → build-browser-lib}/en3/objects/En3SourceConsumer.d.ts +0 -0
- /package/{lib → build-browser-lib}/en3/objects/En3Video.d.ts +0 -0
- /package/{lib → build-browser-lib}/en3/test/En3HTML.d.ts +0 -0
- /package/{lib → build-browser-lib}/en3/test/En3ModifiedMaterial.d.ts +0 -0
- /package/{lib → build-browser-lib}/en3/utils/coverTexture.d.ts +0 -0
- /package/{lib → build-browser-lib}/en3/utils/dispose.d.ts +0 -0
- /package/{lib → build-browser-lib}/en3/utils/getCurrentViewport.d.ts +0 -0
- /package/{lib → build-browser-lib}/en3/utils/traverseMaterials.d.ts +0 -0
- /package/{lib → build-browser-lib}/en3/utils/traverseMeshes.d.ts +0 -0
- /package/{lib → build-browser-lib}/events-Crwi8fz6.cjs +0 -0
- /package/{lib → build-browser-lib}/events-_C2CztxR.js +0 -0
- /package/{lib → build-browser-lib}/file-EevnUtRj.cjs +0 -0
- /package/{lib → build-browser-lib}/file-lxi_oXJf.js +0 -0
- /package/{lib → build-browser-lib}/function-C10DGppn.js +0 -0
- /package/{lib → build-browser-lib}/function-MthRj-GJ.cjs +0 -0
- /package/{lib → build-browser-lib}/image/index.cjs +0 -0
- /package/{lib → build-browser-lib}/image/index.d.ts +0 -0
- /package/{lib → build-browser-lib}/image/index.js +0 -0
- /package/{lib → build-browser-lib}/index--wI4MTuv.cjs +0 -0
- /package/{lib → build-browser-lib}/index-Dq6GRJ9W.js +0 -0
- /package/{lib → build-browser-lib}/intersector/hooks/index.d.ts +0 -0
- /package/{lib → build-browser-lib}/intersector/index.cjs +0 -0
- /package/{lib → build-browser-lib}/intersector/index.d.ts +0 -0
- /package/{lib → build-browser-lib}/intersector/index.js +0 -0
- /package/{lib → build-browser-lib}/jsx/h.d.ts +0 -0
- /package/{lib → build-browser-lib}/jsx/index.d.ts +0 -0
- /package/{lib → build-browser-lib}/jsx/instantiate.d.ts +0 -0
- /package/{lib → build-browser-lib}/jsx/register.d.ts +0 -0
- /package/{lib → build-browser-lib}/jsx/render.d.ts +0 -0
- /package/{lib → build-browser-lib}/ladder/index.cjs +0 -0
- /package/{lib → build-browser-lib}/ladder/index.d.ts +0 -0
- /package/{lib → build-browser-lib}/ladder/index.js +0 -0
- /package/{lib → build-browser-lib}/layout-8ryRAMGJ.cjs +0 -0
- /package/{lib → build-browser-lib}/layout-HoBT_Da2.js +0 -0
- /package/{lib → build-browser-lib}/layout-box/index.cjs +0 -0
- /package/{lib → build-browser-lib}/layout-box/index.d.ts +0 -0
- /package/{lib → build-browser-lib}/layout-box/index.js +0 -0
- /package/{lib → build-browser-lib}/loading/index.cjs +0 -0
- /package/{lib → build-browser-lib}/loading/index.d.ts +0 -0
- /package/{lib → build-browser-lib}/loading/index.js +0 -0
- /package/{lib → build-browser-lib}/math-BOBiC4TN.js +0 -0
- /package/{lib → build-browser-lib}/math-GDWEqu7y.cjs +0 -0
- /package/{lib → build-browser-lib}/media/index.cjs +0 -0
- /package/{lib → build-browser-lib}/media/index.d.ts +0 -0
- /package/{lib → build-browser-lib}/media/index.js +0 -0
- /package/{lib → build-browser-lib}/modal/ModalElement.d.ts +0 -0
- /package/{lib → build-browser-lib}/modal/index.cjs +0 -0
- /package/{lib → build-browser-lib}/modal/index.d.ts +0 -0
- /package/{lib → build-browser-lib}/modal/index.js +0 -0
- /package/{lib → build-browser-lib}/morph/Link.d.ts +0 -0
- /package/{lib → build-browser-lib}/morph/Morph.d.ts +0 -0
- /package/{lib → build-browser-lib}/morph/index.cjs +0 -0
- /package/{lib → build-browser-lib}/morph/index.d.ts +0 -0
- /package/{lib → build-browser-lib}/morph/index.js +0 -0
- /package/{lib → build-browser-lib}/notifier/index.cjs +0 -0
- /package/{lib → build-browser-lib}/notifier/index.d.ts +0 -0
- /package/{lib → build-browser-lib}/notifier/index.js +0 -0
- /package/{lib → build-browser-lib}/number-Bo5RdrA1.js +0 -0
- /package/{lib → build-browser-lib}/number-yVpzMdbQ.cjs +0 -0
- /package/{lib → build-browser-lib}/object-BZELAoVj.cjs +0 -0
- /package/{lib → build-browser-lib}/object-R34VLqhp.js +0 -0
- /package/{lib → build-browser-lib}/order/index.cjs +0 -0
- /package/{lib → build-browser-lib}/order/index.d.ts +0 -0
- /package/{lib → build-browser-lib}/order/index.js +0 -0
- /package/{lib → build-browser-lib}/popover/PopoverButtonElement.d.ts +0 -0
- /package/{lib → build-browser-lib}/popover/PopoverElement.d.ts +0 -0
- /package/{lib → build-browser-lib}/popover/index.cjs +0 -0
- /package/{lib → build-browser-lib}/popover/index.d.ts +0 -0
- /package/{lib → build-browser-lib}/popover/index.js +0 -0
- /package/{lib → build-browser-lib}/resized/index.cjs +0 -0
- /package/{lib → build-browser-lib}/resized/index.d.ts +0 -0
- /package/{lib → build-browser-lib}/resized/index.js +0 -0
- /package/{lib → build-browser-lib}/router/Link.d.ts +0 -0
- /package/{lib → build-browser-lib}/router/Route.d.ts +0 -0
- /package/{lib → build-browser-lib}/router/Router.d.ts +0 -0
- /package/{lib → build-browser-lib}/router/index.d.ts +0 -0
- /package/{lib → build-browser-lib}/scroll/ScrollUserElement.d.ts +0 -0
- /package/{lib → build-browser-lib}/scroll/ScrollbarElement.d.ts +0 -0
- /package/{lib → build-browser-lib}/scroll/index.d.ts +0 -0
- /package/{lib → build-browser-lib}/scroll-entries/index.cjs +0 -0
- /package/{lib → build-browser-lib}/scroll-entries/index.d.ts +0 -0
- /package/{lib → build-browser-lib}/scroll-entries/index.js +0 -0
- /package/{lib → build-browser-lib}/select/SelectElement.d.ts +0 -0
- /package/{lib → build-browser-lib}/select/SelectHeadElement.d.ts +0 -0
- /package/{lib → build-browser-lib}/select/SelectOptionElement.d.ts +0 -0
- /package/{lib → build-browser-lib}/select/SelectUserElement.d.ts +0 -0
- /package/{lib → build-browser-lib}/select/index.cjs +0 -0
- /package/{lib → build-browser-lib}/select/index.d.ts +0 -0
- /package/{lib → build-browser-lib}/select/index.js +0 -0
- /package/{lib → build-browser-lib}/slicer/DecoderElement.d.ts +0 -0
- /package/{lib → build-browser-lib}/slicer/Letter.d.ts +0 -0
- /package/{lib → build-browser-lib}/slicer/SlicerElement.d.ts +0 -0
- /package/{lib → build-browser-lib}/slicer/Word.d.ts +0 -0
- /package/{lib → build-browser-lib}/slicer/index.cjs +0 -0
- /package/{lib → build-browser-lib}/slicer/index.d.ts +0 -0
- /package/{lib → build-browser-lib}/slicer/index.js +0 -0
- /package/{lib → build-browser-lib}/source/SourceClass.d.ts +0 -0
- /package/{lib → build-browser-lib}/source/SourceElement.d.ts +0 -0
- /package/{lib → build-browser-lib}/source/SourceManager.d.ts +0 -0
- /package/{lib → build-browser-lib}/source/SourceSet.d.ts +0 -0
- /package/{lib → build-browser-lib}/source/index.cjs +0 -0
- /package/{lib → build-browser-lib}/source/index.d.ts +0 -0
- /package/{lib → build-browser-lib}/source/index.js +0 -0
- /package/{lib → build-browser-lib}/store/Composed.d.ts +0 -0
- /package/{lib → build-browser-lib}/store/CumulativeResource.d.ts +0 -0
- /package/{lib → build-browser-lib}/store/Derived.d.ts +0 -0
- /package/{lib → build-browser-lib}/store/DerivedArray.d.ts +0 -0
- /package/{lib → build-browser-lib}/store/Resource.d.ts +0 -0
- /package/{lib → build-browser-lib}/store/Store.d.ts +0 -0
- /package/{lib → build-browser-lib}/store/StoreRegistry.d.ts +0 -0
- /package/{lib → build-browser-lib}/store/index.cjs +0 -0
- /package/{lib → build-browser-lib}/store/index.d.ts +0 -0
- /package/{lib → build-browser-lib}/store/index.js +0 -0
- /package/{lib → build-browser-lib}/string-3lAkpJJP.js +0 -0
- /package/{lib → build-browser-lib}/string-vBu90jhV.cjs +0 -0
- /package/{lib → build-browser-lib}/studio/StudioElement.d.ts +0 -0
- /package/{lib → build-browser-lib}/studio/index.d.ts +0 -0
- /package/{lib → build-browser-lib}/studio/studioStorage.d.ts +0 -0
- /package/{lib → build-browser-lib}/studio/tweaker/TweakerBooleanManagerElement.d.ts +0 -0
- /package/{lib → build-browser-lib}/studio/tweaker/TweakerColorManagerElement.d.ts +0 -0
- /package/{lib → build-browser-lib}/studio/tweaker/TweakerElement.d.ts +0 -0
- /package/{lib → build-browser-lib}/studio/tweaker/TweakerFieldElement.d.ts +0 -0
- /package/{lib → build-browser-lib}/studio/tweaker/TweakerFolderElement.d.ts +0 -0
- /package/{lib → build-browser-lib}/studio/tweaker/TweakerLinkManagerElement.d.ts +0 -0
- /package/{lib → build-browser-lib}/studio/tweaker/TweakerNumberManagerElement.d.ts +0 -0
- /package/{lib → build-browser-lib}/studio/tweaker/TweakerRangeManagerElement.d.ts +0 -0
- /package/{lib → build-browser-lib}/studio/tweaker/TweakerSelectManagerElement.d.ts +0 -0
- /package/{lib → build-browser-lib}/studio/tweaker/TweakerStoreManagerElement.d.ts +0 -0
- /package/{lib → build-browser-lib}/studio/tweaker/TweakerStringManagerElement.d.ts +0 -0
- /package/{lib → build-browser-lib}/studio/tweaker/tweakerManagerConstructors.d.ts +0 -0
- /package/{lib → build-browser-lib}/style-At6aDoqG.cjs +0 -0
- /package/{lib → build-browser-lib}/style-j2TwriJ_.js +0 -0
- /package/{lib → build-browser-lib}/tags-C2jg1zYB.js +0 -0
- /package/{lib → build-browser-lib}/tags-DX-eNxbA.cjs +0 -0
- /package/{lib → build-browser-lib}/theme/index.cjs +0 -0
- /package/{lib → build-browser-lib}/theme/index.d.ts +0 -0
- /package/{lib → build-browser-lib}/theme/index.js +0 -0
- /package/{lib → build-browser-lib}/utils/array.d.ts +0 -0
- /package/{lib → build-browser-lib}/utils/attributes.d.ts +0 -0
- /package/{lib → build-browser-lib}/utils/browser.d.ts +0 -0
- /package/{lib → build-browser-lib}/utils/canvas.d.ts +0 -0
- /package/{lib → build-browser-lib}/utils/collisions.d.ts +0 -0
- /package/{lib → build-browser-lib}/utils/coordinates.d.ts +0 -0
- /package/{lib → build-browser-lib}/utils/cssom.d.ts +0 -0
- /package/{lib → build-browser-lib}/utils/decoding.d.ts +0 -0
- /package/{lib → build-browser-lib}/utils/dom.d.ts +0 -0
- /package/{lib → build-browser-lib}/utils/easings.d.ts +0 -0
- /package/{lib → build-browser-lib}/utils/events.d.ts +0 -0
- /package/{lib → build-browser-lib}/utils/file.d.ts +0 -0
- /package/{lib → build-browser-lib}/utils/function.d.ts +0 -0
- /package/{lib → build-browser-lib}/utils/layout.d.ts +0 -0
- /package/{lib → build-browser-lib}/utils/math.d.ts +0 -0
- /package/{lib → build-browser-lib}/utils/number.d.ts +0 -0
- /package/{lib → build-browser-lib}/utils/object.d.ts +0 -0
- /package/{lib → build-browser-lib}/utils/string.d.ts +0 -0
- /package/{lib → build-browser-lib}/utils/style.d.ts +0 -0
- /package/{lib → build-browser-lib}/utils/ts-shape.d.ts +0 -0
- /package/{lib → build-browser-lib}/utils/ts-utility.d.ts +0 -0
- /package/{lib → build-browser-lib}/video/index.cjs +0 -0
- /package/{lib → build-browser-lib}/video/index.d.ts +0 -0
- /package/{lib → build-browser-lib}/video/index.js +0 -0
- /package/{lib → build-browser-lib}/window-resizer/index.cjs +0 -0
- /package/{lib → build-browser-lib}/window-resizer/index.d.ts +0 -0
- /package/{lib → build-browser-lib}/window-resizer/index.js +0 -0
package/lib/ticker/index.js
DELETED
|
@@ -1,113 +0,0 @@
|
|
|
1
|
-
var x = (r, s, t) => {
|
|
2
|
-
if (!s.has(r))
|
|
3
|
-
throw TypeError("Cannot " + t);
|
|
4
|
-
};
|
|
5
|
-
var i = (r, s, t) => (x(r, s, "read from private field"), t ? t.call(r) : s.get(r)), h = (r, s, t) => {
|
|
6
|
-
if (s.has(r))
|
|
7
|
-
throw TypeError("Cannot add the same private member more than once");
|
|
8
|
-
s instanceof WeakSet ? s.add(r) : s.set(r, t);
|
|
9
|
-
}, e = (r, s, t, n) => (x(r, s, "write to private field"), n ? n.call(r, t) : s.set(r, t), t);
|
|
10
|
-
var L = (r, s, t) => (x(r, s, "access private method"), t);
|
|
11
|
-
import { intersector as E } from "../intersector/index.js";
|
|
12
|
-
import { i as T } from "../browser-0zX67oeU.js";
|
|
13
|
-
var m, u, g, f, l, d, y;
|
|
14
|
-
class V {
|
|
15
|
-
constructor(s, t) {
|
|
16
|
-
h(this, m, void 0);
|
|
17
|
-
h(this, u, void 0);
|
|
18
|
-
h(this, g, void 0);
|
|
19
|
-
h(this, f, 0);
|
|
20
|
-
h(this, l, 0);
|
|
21
|
-
h(this, d, !1);
|
|
22
|
-
h(this, y, (s) => {
|
|
23
|
-
e(this, d, s.isIntersecting);
|
|
24
|
-
});
|
|
25
|
-
e(this, m, s), e(this, u, t == null ? void 0 : t.maxFPS), e(this, g, (t == null ? void 0 : t.order) || 0), t != null && t.culling && T ? E.subscribe(t.culling, i(this, y)) : e(this, d, !0);
|
|
26
|
-
}
|
|
27
|
-
get callback() {
|
|
28
|
-
return i(this, m);
|
|
29
|
-
}
|
|
30
|
-
get order() {
|
|
31
|
-
return i(this, g);
|
|
32
|
-
}
|
|
33
|
-
sync(s) {
|
|
34
|
-
e(this, f, s - i(this, l));
|
|
35
|
-
}
|
|
36
|
-
tick(s) {
|
|
37
|
-
if (e(this, l, Math.max(0, s - i(this, f))), i(this, u))
|
|
38
|
-
if (i(this, l) >= 1e3 / i(this, u))
|
|
39
|
-
e(this, f, s - i(this, l) % i(this, u));
|
|
40
|
-
else
|
|
41
|
-
return;
|
|
42
|
-
else
|
|
43
|
-
e(this, f, s);
|
|
44
|
-
i(this, d) && i(this, m).call(this, {
|
|
45
|
-
elapsed: i(this, l),
|
|
46
|
-
timestamp: s
|
|
47
|
-
});
|
|
48
|
-
}
|
|
49
|
-
destroy() {
|
|
50
|
-
E.unsubscribe(i(this, y));
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
m = new WeakMap(), u = new WeakMap(), g = new WeakMap(), f = new WeakMap(), l = new WeakMap(), d = new WeakMap(), y = new WeakMap();
|
|
54
|
-
var F, b, a, o, c, w, S, k, q, v, A;
|
|
55
|
-
class B {
|
|
56
|
-
constructor() {
|
|
57
|
-
h(this, w);
|
|
58
|
-
h(this, k);
|
|
59
|
-
h(this, F, 0);
|
|
60
|
-
h(this, b, 0);
|
|
61
|
-
h(this, a, void 0);
|
|
62
|
-
h(this, o, !1);
|
|
63
|
-
h(this, c, []);
|
|
64
|
-
h(this, v, (s) => {
|
|
65
|
-
if (i(this, o)) {
|
|
66
|
-
e(this, o, !1), e(this, F, s - i(this, b));
|
|
67
|
-
for (const t of i(this, c))
|
|
68
|
-
t.sync(i(this, b));
|
|
69
|
-
}
|
|
70
|
-
e(this, a, requestAnimationFrame(i(this, v))), e(this, b, s - i(this, F));
|
|
71
|
-
for (const t of i(this, c))
|
|
72
|
-
t.tick(i(this, b));
|
|
73
|
-
});
|
|
74
|
-
h(this, A, () => {
|
|
75
|
-
document.hidden && e(this, o, !0);
|
|
76
|
-
});
|
|
77
|
-
T && document.addEventListener(
|
|
78
|
-
"visibilitychange",
|
|
79
|
-
i(this, A)
|
|
80
|
-
);
|
|
81
|
-
}
|
|
82
|
-
subscribe(s, t) {
|
|
83
|
-
if (!i(this, c).find((n) => n.callback === s)) {
|
|
84
|
-
const n = new V(s, t);
|
|
85
|
-
n.sync(performance.now()), i(this, c).push(n), e(this, c, i(this, c).sort((I, P) => I.order - P.order));
|
|
86
|
-
}
|
|
87
|
-
return L(this, w, S).call(this), () => this.unsubscribe(s);
|
|
88
|
-
}
|
|
89
|
-
unsubscribe(s) {
|
|
90
|
-
const t = i(this, c).filter(
|
|
91
|
-
(n) => n.callback === s
|
|
92
|
-
);
|
|
93
|
-
t.length && (t.forEach((n) => n.destroy()), e(this, c, i(this, c).filter(
|
|
94
|
-
(n) => n.callback !== s
|
|
95
|
-
)), i(this, c).length || L(this, k, q).call(this));
|
|
96
|
-
}
|
|
97
|
-
destroy() {
|
|
98
|
-
T && (L(this, k, q).call(this), document.removeEventListener(
|
|
99
|
-
"visibilitychange",
|
|
100
|
-
i(this, A)
|
|
101
|
-
));
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
F = new WeakMap(), b = new WeakMap(), a = new WeakMap(), o = new WeakMap(), c = new WeakMap(), w = new WeakSet(), S = function() {
|
|
105
|
-
i(this, c).length && !i(this, a) && e(this, a, requestAnimationFrame(i(this, v)));
|
|
106
|
-
}, k = new WeakSet(), q = function() {
|
|
107
|
-
i(this, a) && (cancelAnimationFrame(i(this, a)), e(this, a, void 0));
|
|
108
|
-
}, v = new WeakMap(), A = new WeakMap();
|
|
109
|
-
const M = new B();
|
|
110
|
-
export {
|
|
111
|
-
B as Ticker,
|
|
112
|
-
M as ticker
|
|
113
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";const t=require("./useCreate-ClGKVMeG.cjs");function c(e){t.useCreate(n=>{n.addConnectCallback(e)})}exports.useConnect=c;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";const t=require("./ComponentElement-BUesLP4b.cjs");function n(e){return e(t.currentComponentElement)}exports.useCreate=n;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";const s=require("./useCreate-ClGKVMeG.cjs");function n(e){s.useCreate(c=>{c.addDisconnectCallback(e)})}exports.useDisconnect=n;
|
package/lib/utils/index.cjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const b=require("../attributes-Bf2svn4j.cjs"),C=require("../browser-CpzFX2xg.cjs"),p=require("../dom-qY2LdCVL.cjs"),a=require("../easings-DsS5-Kqc.cjs"),y=require("../events-Crwi8fz6.cjs"),E=require("../file-EevnUtRj.cjs"),g=require("../function-MthRj-GJ.cjs"),h=require("../layout-8ryRAMGJ.cjs"),o=require("../math-GDWEqu7y.cjs"),f=require("../number-yVpzMdbQ.cjs"),u=require("../object-BZELAoVj.cjs"),l=require("../string-vBu90jhV.cjs"),O=require("../style-At6aDoqG.cjs");function I(t,e,...n){return[...t.slice(0,e),...n,...t.slice(e)]}function S(t,e){const n=t.measureText(e),i=n.actualBoundingBoxAscent+n.actualBoundingBoxDescent,s=n.width;return{height:i,width:s}}function w(t){return Math.floor(t)+.5}function Q(t,e,n,i,s,r){let m=t/e,x=n/i,c=0,d=0;return s=typeof s=="undefined"?.5:s,r=typeof r=="undefined"?.5:r,m>x?(c=i,d=i*m):(d=n,c=n/m),[(n-d)*s,(i-c)*r,d,c]}function T(t,e){return t.x<e.x+e.width&&t.x>e.x&&t.y<e.y+e.height&&t.y>e.y}function v(t,e){return Math.sqrt((t.x-e.x)**2+(t.y-e.y)**2)<e.radius}function D(t,e,n=!1){let i=t.x-e.width/2,s=e.height/2-t.y;return n&&(i=i/(e.width/2),s=s/(e.height/2)),{x:i,y:s}}function P(t,e){const n=t.x/e.x,i=t.y/e.y;return{x:n,y:i}}function q(t,e){return e=e||{x:0,y:0,width:document.documentElement.offsetWidth,height:innerHeight},{x:(t.x-e.x)/e.width*e.width,y:(t.y-e.y)/e.height*e.height}}function R(...t){const e={};return Array.from(document.styleSheets).forEach(n=>{Array.from(n.cssRules).forEach(i=>{i instanceof CSSStyleRule&&i.selectorText===":root"&&t.forEach(s=>{const r=i.styleMap.get(s);r?e[s]=r.toString():console.warn(`variable named ${s} not found`)})})}),e}function A(t){const e=window.atob(t);return decodeURIComponent(window.escape(e))}function N(t){const e=window.unescape(encodeURIComponent(t));return window.btoa(e)}exports.parseAttribute=b.parseAttribute;exports.parseAttributeValue=b.parseAttributeValue;exports.isBrowser=C.isBrowser;exports.findParentElement=p.findParentElement;exports.findScrollParentElement=p.findScrollParentElement;exports.getElement=p.getElement;exports.easeInCubic=a.easeInCubic;exports.easeInExpo=a.easeInExpo;exports.easeInOutCubic=a.easeInOutCubic;exports.easeInOutExpo=a.easeInOutExpo;exports.easeInOutQuad=a.easeInOutQuad;exports.easeInOutQuart=a.easeInOutQuart;exports.easeInOutQuint=a.easeInOutQuint;exports.easeInQuad=a.easeInQuad;exports.easeInQuart=a.easeInQuart;exports.easeInQuint=a.easeInQuint;exports.easeOutCubic=a.easeOutCubic;exports.easeOutExpo=a.easeOutExpo;exports.easeOutQuad=a.easeOutQuad;exports.easeOutQuart=a.easeOutQuart;exports.easeOutQuint=a.easeOutQuint;exports.linear=a.linear;exports.dispatchSizeChangeEvent=y.dispatchSizeChangeEvent;exports.createJSONAndSave=E.createJSONAndSave;exports.debounce=g.debounce;exports.throttle=g.throttle;exports.getCumulativeOffsetLeft=h.getCumulativeOffsetLeft;exports.getCumulativeOffsetTop=h.getCumulativeOffsetTop;exports.getCumulativePosition=h.getCumulativePosition;exports.calculateDistance=o.calculateDistance;exports.calculateDistanceWithRadius=o.calculateDistanceWithRadius;exports.clamp=o.clamp;exports.damp=o.damp;exports.lerp=o.lerp;exports.mapRange=o.mapRange;exports.round=o.round;exports.smootherstep=o.smootherstep;exports.smoothstep=o.smoothstep;exports.step=o.step;exports.preciseNumber=f.preciseNumber;exports.roundNumberTo=f.roundNumberTo;exports.cloneDeep=u.cloneDeep;exports.compareObjects=u.compareObjects;exports.isESClass=u.isESClass;exports.isNullish=u.isNullish;exports.isObject=u.isObject;exports.mergeDeep=u.mergeDeep;exports.mixin=u.mixin;exports.omit=u.omit;exports.pick=u.pick;exports.camelToKebab=l.camelToKebab;exports.capitalize=l.capitalize;exports.generateId=l.generateId;exports.kebabToCamel=l.kebabToCamel;exports.snakeToDotted=l.snakeToDotted;exports.toPascalCase=l.toPascalCase;exports.uncapitalize=l.uncapitalize;exports.getElementTransitionDurationMS=O.getElementTransitionDurationMS;exports.getElementTransitionDurationS=O.getElementTransitionDurationS;exports.cover=Q;exports.decode=N;exports.dotCircleCollision=v;exports.dotRectCollision=T;exports.encode=A;exports.fixPosition=w;exports.getPointerPosition=q;exports.getRootVariables=R;exports.insert=I;exports.measureText=S;exports.normalize=P;exports.screenToCartesian=D;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("../../useConnect-DcfeqwzW.cjs");require("../../Store-D0_rDIsE.cjs");const n=require("../index.cjs");function r(...e){i.useConnect(()=>n.windowResizer.subscribe(...e))}exports.useWindowResize=r;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|