placer-toolkit 0.5.1 → 1.0.0-alpha.2
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/LICENSE.md +1 -1
- package/README.md +18 -22
- package/cdn/animations/attention_seekers/bounce.js +1 -0
- package/cdn/animations/attention_seekers/flash.js +1 -0
- package/cdn/animations/attention_seekers/headShake.js +1 -0
- package/cdn/animations/attention_seekers/heartBeat.js +1 -0
- package/cdn/animations/attention_seekers/jello.js +1 -0
- package/cdn/animations/attention_seekers/pulse.js +1 -0
- package/cdn/animations/attention_seekers/rubberBand.js +1 -0
- package/cdn/animations/attention_seekers/shake.js +1 -0
- package/cdn/animations/attention_seekers/shakeX.js +1 -0
- package/cdn/animations/attention_seekers/shakeY.js +1 -0
- package/cdn/animations/attention_seekers/swing.js +1 -0
- package/cdn/animations/attention_seekers/tada.js +1 -0
- package/cdn/animations/attention_seekers/wobble.js +1 -0
- package/cdn/animations/back_entrances/backInDown.js +1 -0
- package/cdn/animations/back_entrances/backInLeft.js +1 -0
- package/cdn/animations/back_entrances/backInRight.js +1 -0
- package/cdn/animations/back_entrances/backInUp.js +1 -0
- package/cdn/animations/back_exits/backOutDown.js +1 -0
- package/cdn/animations/back_exits/backOutLeft.js +1 -0
- package/cdn/animations/back_exits/backOutRight.js +1 -0
- package/cdn/animations/back_exits/backOutUp.js +1 -0
- package/cdn/animations/bouncing_entrances/bounceIn.js +1 -0
- package/cdn/animations/bouncing_entrances/bounceInDown.js +1 -0
- package/cdn/animations/bouncing_entrances/bounceInLeft.js +1 -0
- package/cdn/animations/bouncing_entrances/bounceInRight.js +1 -0
- package/cdn/animations/bouncing_entrances/bounceInUp.js +1 -0
- package/cdn/animations/bouncing_exits/bounceOut.js +1 -0
- package/cdn/animations/bouncing_exits/bounceOutDown.js +1 -0
- package/cdn/animations/bouncing_exits/bounceOutLeft.js +1 -0
- package/cdn/animations/bouncing_exits/bounceOutRight.js +1 -0
- package/cdn/animations/bouncing_exits/bounceOutUp.js +1 -0
- package/cdn/animations/easings/easings.js +1 -0
- package/cdn/animations/fading_entrances/fadeIn.js +1 -0
- package/cdn/animations/fading_entrances/fadeInBottomLeft.js +1 -0
- package/cdn/animations/fading_entrances/fadeInBottomRight.js +1 -0
- package/cdn/animations/fading_entrances/fadeInDown.js +1 -0
- package/cdn/animations/fading_entrances/fadeInDownBig.js +1 -0
- package/cdn/animations/fading_entrances/fadeInLeft.js +1 -0
- package/cdn/animations/fading_entrances/fadeInLeftBig.js +1 -0
- package/cdn/animations/fading_entrances/fadeInRight.js +1 -0
- package/cdn/animations/fading_entrances/fadeInRightBig.js +1 -0
- package/cdn/animations/fading_entrances/fadeInTopLeft.js +1 -0
- package/cdn/animations/fading_entrances/fadeInTopRight.js +1 -0
- package/cdn/animations/fading_entrances/fadeInUp.js +1 -0
- package/cdn/animations/fading_entrances/fadeInUpBig.js +1 -0
- package/cdn/animations/fading_exits/fadeOut.js +1 -0
- package/cdn/animations/fading_exits/fadeOutBottomLeft.js +1 -0
- package/cdn/animations/fading_exits/fadeOutBottomRight.js +1 -0
- package/cdn/animations/fading_exits/fadeOutDown.js +1 -0
- package/cdn/animations/fading_exits/fadeOutDownBig.js +1 -0
- package/cdn/animations/fading_exits/fadeOutLeft.js +1 -0
- package/cdn/animations/fading_exits/fadeOutLeftBig.js +1 -0
- package/cdn/animations/fading_exits/fadeOutRight.js +1 -0
- package/cdn/animations/fading_exits/fadeOutRightBig.js +1 -0
- package/cdn/animations/fading_exits/fadeOutTopLeft.js +1 -0
- package/cdn/animations/fading_exits/fadeOutTopRight.js +1 -0
- package/cdn/animations/fading_exits/fadeOutUp.js +1 -0
- package/cdn/animations/fading_exits/fadeOutUpBig.js +1 -0
- package/cdn/animations/flippers/flip.js +1 -0
- package/cdn/animations/flippers/flipInX.js +1 -0
- package/cdn/animations/flippers/flipInY.js +1 -0
- package/cdn/animations/flippers/flipOutX.js +1 -0
- package/cdn/animations/flippers/flipOutY.js +1 -0
- package/cdn/animations/index.js +1 -0
- package/cdn/animations/lightspeed/lightSpeedInLeft.js +1 -0
- package/cdn/animations/lightspeed/lightSpeedInRight.js +1 -0
- package/cdn/animations/lightspeed/lightSpeedOutLeft.js +1 -0
- package/cdn/animations/lightspeed/lightSpeedOutRight.js +1 -0
- package/cdn/animations/rotating_entrances/rotateIn.js +1 -0
- package/cdn/animations/rotating_entrances/rotateInDownLeft.js +1 -0
- package/cdn/animations/rotating_entrances/rotateInDownRight.js +1 -0
- package/cdn/animations/rotating_entrances/rotateInUpLeft.js +1 -0
- package/cdn/animations/rotating_entrances/rotateInUpRight.js +1 -0
- package/cdn/animations/rotating_exits/rotateOut.js +1 -0
- package/cdn/animations/rotating_exits/rotateOutDownLeft.js +1 -0
- package/cdn/animations/rotating_exits/rotateOutDownRight.js +1 -0
- package/cdn/animations/rotating_exits/rotateOutUpLeft.js +1 -0
- package/cdn/animations/rotating_exits/rotateOutUpRight.js +1 -0
- package/cdn/animations/sliding_entrances/slideInDown.js +1 -0
- package/cdn/animations/sliding_entrances/slideInLeft.js +1 -0
- package/cdn/animations/sliding_entrances/slideInRight.js +1 -0
- package/cdn/animations/sliding_entrances/slideInUp.js +1 -0
- package/cdn/animations/sliding_exits/slideOutDown.js +1 -0
- package/cdn/animations/sliding_exits/slideOutLeft.js +1 -0
- package/cdn/animations/sliding_exits/slideOutRight.js +1 -0
- package/cdn/animations/sliding_exits/slideOutUp.js +1 -0
- package/cdn/animations/specials/hinge.js +1 -0
- package/cdn/animations/specials/jackInTheBox.js +1 -0
- package/cdn/animations/specials/rollIn.js +1 -0
- package/cdn/animations/specials/rollOut.js +1 -0
- package/cdn/animations/zooming_entrances/zoomIn.js +1 -0
- package/cdn/animations/zooming_entrances/zoomInDown.js +1 -0
- package/cdn/animations/zooming_entrances/zoomInLeft.js +1 -0
- package/cdn/animations/zooming_entrances/zoomInRight.js +1 -0
- package/cdn/animations/zooming_entrances/zoomInUp.js +1 -0
- package/cdn/animations/zooming_exits/zoomOut.js +1 -0
- package/cdn/animations/zooming_exits/zoomOutDown.js +1 -0
- package/cdn/animations/zooming_exits/zoomOutLeft.js +1 -0
- package/cdn/animations/zooming_exits/zoomOutRight.js +1 -0
- package/cdn/animations/zooming_exits/zoomOutUp.js +1 -0
- package/cdn/chunks/chunk.22DZRUGL.js +1 -0
- package/cdn/chunks/chunk.2K4PNLGV.js +1 -0
- package/cdn/chunks/chunk.2KWTNKGQ.js +74 -0
- package/cdn/chunks/chunk.2N5ZK4F4.js +28 -0
- package/cdn/chunks/chunk.2SM5MTG6.js +1 -0
- package/cdn/chunks/chunk.2SQLMTYR.js +1 -0
- package/cdn/chunks/chunk.3EUMG6CL.js +112 -0
- package/cdn/chunks/chunk.3U3NAHEY.js +1 -0
- package/cdn/chunks/chunk.4CAEAIFN.js +1 -0
- package/cdn/chunks/chunk.4GFJDCKO.js +1 -0
- package/cdn/chunks/chunk.4NL2VE5O.js +1 -0
- package/cdn/chunks/chunk.4VMSMOA5.js +1 -0
- package/cdn/chunks/chunk.4W3OJG5Y.js +1 -0
- package/cdn/chunks/chunk.4X4XH4O2.js +1 -0
- package/cdn/chunks/chunk.4ZFWIEG2.js +1 -0
- package/cdn/chunks/chunk.5G3DFRPP.js +1 -0
- package/cdn/chunks/chunk.5HIUPHOM.js +1 -0
- package/cdn/chunks/chunk.5MJRUHKK.js +1 -0
- package/cdn/chunks/chunk.5OTOOMMJ.js +223 -0
- package/cdn/chunks/chunk.5PONJGRH.js +1 -0
- package/cdn/chunks/chunk.5WAFFOC5.js +1 -0
- package/cdn/chunks/chunk.5YXXLUP2.js +111 -0
- package/cdn/chunks/chunk.63PFEC3G.js +47 -0
- package/cdn/chunks/chunk.63YZ2OGJ.js +179 -0
- package/cdn/chunks/chunk.6C4VTMLQ.js +1 -0
- package/cdn/chunks/chunk.6RYC5FEW.js +1 -0
- package/cdn/chunks/chunk.6SP3MLBX.js +1 -0
- package/cdn/chunks/chunk.6T73D5OE.js +94 -0
- package/cdn/chunks/chunk.75KPG5ZW.js +73 -0
- package/cdn/chunks/chunk.75Y77XUI.js +288 -0
- package/cdn/chunks/chunk.7IRWTX4A.js +27 -0
- package/cdn/chunks/chunk.7QYDQTBC.js +1 -0
- package/cdn/chunks/chunk.7SJBQWSL.js +1 -0
- package/cdn/chunks/chunk.7UGLJJM6.js +1 -0
- package/cdn/chunks/chunk.7UYSBZLK.js +33 -0
- package/cdn/chunks/chunk.7XLP7ZNP.js +0 -0
- package/cdn/chunks/chunk.7YEJIK24.js +1 -0
- package/cdn/chunks/chunk.ADVDY32Z.js +1 -0
- package/cdn/chunks/chunk.AMJDSJZ5.js +130 -0
- package/cdn/chunks/chunk.B27E7VEZ.js +1 -0
- package/cdn/chunks/chunk.BGH5L7N6.js +1 -0
- package/cdn/chunks/chunk.BHNAOKFP.js +4 -0
- package/cdn/chunks/chunk.BSQP4EKW.js +17 -0
- package/cdn/chunks/chunk.C2RXDH23.js +12 -0
- package/cdn/chunks/chunk.CQPLNRNB.js +1 -0
- package/cdn/chunks/chunk.D5CFOPIE.js +1 -0
- package/cdn/chunks/chunk.DG6SQOFC.js +1 -0
- package/cdn/chunks/chunk.DNS43PE3.js +1 -0
- package/cdn/chunks/chunk.DQ2EFEM7.js +1 -0
- package/cdn/chunks/chunk.DRJDBJ6E.js +1 -0
- package/cdn/chunks/chunk.E4QLFQIH.js +1 -0
- package/cdn/chunks/chunk.E6MOE4FE.js +1 -0
- package/cdn/chunks/chunk.ECBLO7D3.js +1 -0
- package/cdn/chunks/chunk.EDLGCMPJ.js +1 -0
- package/cdn/chunks/chunk.ELYXTKTB.js +1 -0
- package/cdn/chunks/chunk.EMVTQD7Z.js +1 -0
- package/cdn/chunks/chunk.ESSED3D6.js +1 -0
- package/cdn/chunks/chunk.EZBCPDK5.js +1 -0
- package/cdn/chunks/chunk.EZBP4Q35.js +1 -0
- package/cdn/chunks/chunk.F7P64TTE.js +1 -0
- package/cdn/chunks/chunk.F7QM26VX.js +1 -0
- package/cdn/chunks/chunk.G3WMDHXU.js +1 -0
- package/cdn/chunks/chunk.G443HDU2.js +1 -0
- package/cdn/chunks/chunk.G4SAKBPC.js +1 -0
- package/cdn/chunks/chunk.GMD2IG67.js +1 -0
- package/cdn/chunks/chunk.GQIBOT7V.js +1 -0
- package/cdn/chunks/chunk.GRSW4YMQ.js +157 -0
- package/cdn/chunks/chunk.GUYJ76FZ.js +1 -0
- package/cdn/chunks/chunk.H2EOXVSZ.js +1 -0
- package/cdn/chunks/chunk.HAL7R4WT.js +0 -0
- package/cdn/chunks/chunk.HGR2N7GN.js +1 -0
- package/cdn/chunks/chunk.HNKZJPU5.js +1 -0
- package/cdn/chunks/chunk.HTBAOVSV.js +1 -0
- package/cdn/chunks/chunk.IFDHHGOU.js +1 -0
- package/cdn/chunks/chunk.IGMWK7NZ.js +1 -0
- package/cdn/chunks/chunk.IIHX5LOR.js +1 -0
- package/cdn/chunks/chunk.IJB4PCJH.js +1 -0
- package/cdn/chunks/chunk.IJMKJLO7.js +1 -0
- package/cdn/chunks/chunk.IJXVLI7F.js +1 -0
- package/cdn/chunks/chunk.ITURS4YZ.js +68 -0
- package/cdn/chunks/chunk.IUL3BHES.js +18 -0
- package/cdn/chunks/chunk.IX4OV3X6.js +63 -0
- package/cdn/chunks/chunk.J35PXB2V.js +204 -0
- package/cdn/chunks/chunk.JE6IZBGI.js +10 -0
- package/cdn/chunks/chunk.JTEIIDTY.js +106 -0
- package/cdn/chunks/chunk.KDTLVKSZ.js +127 -0
- package/cdn/chunks/chunk.KKVT4LHX.js +10 -0
- package/cdn/chunks/chunk.KPQGFV2T.js +1 -0
- package/cdn/chunks/chunk.KWVZRE3E.js +10 -0
- package/cdn/chunks/chunk.KYRT75BX.js +1 -0
- package/cdn/chunks/chunk.L2CNBOZJ.js +1 -0
- package/cdn/chunks/chunk.L4UUK6G4.js +1 -0
- package/cdn/chunks/chunk.LCCA4ADE.js +174 -0
- package/cdn/chunks/chunk.LDRHXIYA.js +1 -0
- package/cdn/chunks/chunk.LGGEB3IB.js +1 -0
- package/cdn/chunks/chunk.LHYUHRTC.js +1 -0
- package/cdn/chunks/chunk.LI6ACV6L.js +1 -0
- package/cdn/chunks/chunk.LIZVMFP3.js +1 -0
- package/cdn/chunks/chunk.LVUPLZGE.js +1 -0
- package/cdn/chunks/chunk.LWZCSGTE.js +1 -0
- package/cdn/chunks/chunk.M256MZ2P.js +1 -0
- package/cdn/chunks/chunk.M2NVAC3Z.js +1 -0
- package/cdn/chunks/chunk.MAQ3AU52.js +1 -0
- package/cdn/chunks/chunk.MM4THVKJ.js +1 -0
- package/cdn/chunks/chunk.MO7QMIH2.js +1 -0
- package/cdn/chunks/chunk.MV54FYCN.js +1 -0
- package/cdn/chunks/chunk.N5AZOOIZ.js +1 -0
- package/cdn/chunks/chunk.N72C3VU3.js +1 -0
- package/cdn/chunks/chunk.NE3XXRZM.js +1 -0
- package/cdn/chunks/chunk.NPYG3KBW.js +1 -0
- package/cdn/chunks/chunk.NTFNGAOW.js +117 -0
- package/cdn/chunks/chunk.NU2STAMX.js +1 -0
- package/cdn/chunks/chunk.NYIRGEA7.js +1 -0
- package/cdn/chunks/chunk.NYYTSWQF.js +38 -0
- package/cdn/chunks/chunk.O537LU5E.js +1 -0
- package/cdn/chunks/chunk.OD26IPSI.js +1 -0
- package/cdn/chunks/chunk.OI4TZZJC.js +305 -0
- package/cdn/chunks/chunk.OOQOIJSK.js +1 -0
- package/cdn/chunks/chunk.OQDGIWGZ.js +196 -0
- package/cdn/chunks/chunk.ORA34WZP.js +1 -0
- package/cdn/chunks/chunk.P4UE3S5U.js +1 -0
- package/cdn/chunks/chunk.P7GBRX2Q.js +1 -0
- package/cdn/chunks/chunk.P7X6ERDI.js +1 -0
- package/cdn/chunks/chunk.PBL2P7GX.js +1 -0
- package/cdn/chunks/chunk.PCTA7J6C.js +1 -0
- package/cdn/chunks/chunk.POW4JBEN.js +79 -0
- package/cdn/chunks/chunk.PP72VCB4.js +1 -0
- package/cdn/chunks/chunk.PSDD6Q4W.js +1 -0
- package/cdn/chunks/chunk.QCISI32Q.js +4 -0
- package/cdn/chunks/chunk.QE6C2GEL.js +1 -0
- package/cdn/chunks/chunk.QL5C2XOW.js +0 -0
- package/cdn/chunks/chunk.QPQZP354.js +208 -0
- package/cdn/chunks/chunk.QY5QOZRE.js +1 -0
- package/cdn/chunks/chunk.R2GXUKDX.js +1 -0
- package/cdn/chunks/chunk.R4FKXVN2.js +1 -0
- package/cdn/chunks/chunk.RFDMVIMA.js +1 -0
- package/cdn/chunks/chunk.RQ34LIU5.js +1 -0
- package/cdn/chunks/chunk.RWQ2HCYN.js +297 -0
- package/cdn/chunks/chunk.RYPVSVQS.js +326 -0
- package/cdn/chunks/chunk.RZZMGXAZ.js +1 -0
- package/cdn/chunks/chunk.SEIDC2AV.js +1 -0
- package/cdn/chunks/chunk.SMFJUIOR.js +10 -0
- package/cdn/chunks/chunk.SPURF5RT.js +4 -0
- package/cdn/chunks/chunk.STH7HATQ.js +142 -0
- package/cdn/chunks/chunk.SUPXW5XU.js +1 -0
- package/cdn/chunks/chunk.SXVGSAUS.js +4 -0
- package/cdn/chunks/chunk.TARXG5U3.js +1 -0
- package/cdn/chunks/chunk.TMAMLCL3.js +1 -0
- package/cdn/chunks/chunk.TMMJRXEV.js +1 -0
- package/cdn/chunks/chunk.TRVVBQVV.js +481 -0
- package/cdn/chunks/chunk.TSGCOVAS.js +1 -0
- package/cdn/chunks/chunk.TSZI2CPF.js +1 -0
- package/cdn/chunks/chunk.U2DNK7H4.js +1 -0
- package/cdn/chunks/chunk.U3MA3RIB.js +1 -0
- package/cdn/chunks/chunk.U3P5JBYR.js +250 -0
- package/cdn/chunks/chunk.U4YNKCI4.js +1 -0
- package/cdn/chunks/chunk.U7RBI2DC.js +1 -0
- package/cdn/chunks/chunk.UDGTTCHU.js +660 -0
- package/cdn/chunks/chunk.UJQFNBOE.js +1 -0
- package/cdn/chunks/chunk.UY4REGW5.js +1 -0
- package/cdn/chunks/chunk.V3AEPIKH.js +1 -0
- package/cdn/chunks/chunk.V4EXVX5U.js +1 -0
- package/cdn/chunks/chunk.V4LKFSOV.js +1 -0
- package/cdn/chunks/chunk.V7QO7LZ4.js +1 -0
- package/cdn/chunks/chunk.VVTMOSN2.js +170 -0
- package/cdn/chunks/chunk.W5PM7F34.js +34 -0
- package/cdn/chunks/chunk.WLREBMFL.js +1 -0
- package/cdn/chunks/chunk.X2UEAQ7T.js +1 -0
- package/cdn/chunks/chunk.XDLJVU4W.js +3 -0
- package/cdn/chunks/chunk.XESREUP5.js +10 -0
- package/cdn/chunks/chunk.XGNJKW3A.js +111 -0
- package/cdn/chunks/chunk.XNUSDBIN.js +1 -0
- package/cdn/chunks/chunk.XSSNRCMY.js +1 -0
- package/cdn/chunks/chunk.Y4QDLYQS.js +1 -0
- package/cdn/chunks/chunk.YDM7FW42.js +100 -0
- package/cdn/chunks/chunk.YEQLZR6M.js +1 -0
- package/cdn/chunks/chunk.YPCDSPNA.js +1 -0
- package/cdn/chunks/chunk.YUNTZWZZ.js +73 -0
- package/cdn/chunks/chunk.YVZPSF4R.js +1 -0
- package/cdn/chunks/chunk.YWY7M46V.js +1 -0
- package/cdn/chunks/chunk.Z6NCEETZ.js +1 -0
- package/cdn/chunks/chunk.ZDVLHLRA.js +1 -0
- package/cdn/chunks/chunk.ZE2WQTE4.js +1 -0
- package/cdn/chunks/chunk.ZJK5UEUE.js +1 -0
- package/cdn/chunks/chunk.ZRRFT6U7.js +1 -0
- package/cdn/chunks/chunk.ZS4GILCB.js +1 -0
- package/cdn/chunks/chunk.ZVANQQXU.js +1 -0
- package/cdn/chunks/chunk.ZY64ASSW.js +1 -0
- package/cdn/chunks/chunk.ZZIEMICG.js +11 -0
- package/cdn/components/animation/animation.js +1 -0
- package/cdn/components/animation/animations.js +1 -0
- package/cdn/components/avatar/avatar.js +1 -0
- package/cdn/components/badge/badge.js +1 -0
- package/cdn/components/button/button.js +1 -0
- package/cdn/components/button-group/button-group.js +1 -0
- package/cdn/components/callout/callout.js +1 -0
- package/cdn/components/card/card.js +1 -0
- package/cdn/components/checkbox/checkbox.js +1 -0
- package/cdn/components/color-picker/color-picker.js +1 -0
- package/cdn/components/comparer/comparer.js +1 -0
- package/cdn/components/copy-button/copy-button.js +1 -0
- package/cdn/components/details/details.js +1 -0
- package/cdn/components/dialog/dialog.js +1 -0
- package/cdn/components/divider/divider.js +1 -0
- package/cdn/components/drawer/drawer.js +1 -0
- package/cdn/components/dropdown/dropdown.js +1 -0
- package/cdn/components/dropdown-item/dropdown-item.js +1 -0
- package/cdn/components/format-bytes/format-bytes.js +1 -0
- package/cdn/components/format-date/format-date.js +1 -0
- package/cdn/components/format-number/format-number.js +1 -0
- package/cdn/components/icon/icon.js +1 -0
- package/cdn/components/icon/library.default.js +1 -0
- package/cdn/components/icon/library.js +1 -0
- package/cdn/components/icon/library.system.js +1 -0
- package/cdn/components/input/input.js +1 -0
- package/cdn/components/mutation-observer/mutation-observer.js +1 -0
- package/cdn/components/option/option.js +1 -0
- package/cdn/components/popup/popup.js +1 -0
- package/cdn/components/qr-code/qr-code.js +1 -0
- package/cdn/components/radio/radio.js +1 -0
- package/cdn/components/radio-group/radio-group.js +1 -0
- package/cdn/components/rating/rating.js +1 -0
- package/cdn/components/resize-observer/resize-observer.js +1 -0
- package/cdn/components/scroller/scroller.js +1 -0
- package/cdn/components/select/select.js +1 -0
- package/cdn/components/spinner/spinner.js +1 -0
- package/cdn/components/switch/switch.js +1 -0
- package/cdn/components/tab/tab.js +1 -0
- package/cdn/components/tab-group/tab-group.js +1 -0
- package/cdn/components/tab-panel/tab-panel.js +1 -0
- package/cdn/components/tag/tag.js +1 -0
- package/cdn/components/textarea/textarea.js +1 -0
- package/cdn/components/tooltip/tooltip.js +1 -0
- package/cdn/custom-elements.json +13055 -0
- package/cdn/events/events.js +1 -0
- package/cdn/events/pc-after-collapse.js +0 -0
- package/cdn/events/pc-after-expand.js +0 -0
- package/cdn/events/pc-after-hide.js +0 -0
- package/cdn/events/pc-after-show.js +0 -0
- package/cdn/events/pc-blur.js +0 -0
- package/cdn/events/pc-cancel.js +0 -0
- package/cdn/events/pc-change.js +0 -0
- package/cdn/events/pc-clear.js +0 -0
- package/cdn/events/pc-close.js +0 -0
- package/cdn/events/pc-collapse.js +0 -0
- package/cdn/events/pc-copy.js +0 -0
- package/cdn/events/pc-error.js +0 -0
- package/cdn/events/pc-expand.js +0 -0
- package/cdn/events/pc-finish.js +0 -0
- package/cdn/events/pc-focus.js +0 -0
- package/cdn/events/pc-hide.js +0 -0
- package/cdn/events/pc-hover.js +0 -0
- package/cdn/events/pc-initial-focus.js +0 -0
- package/cdn/events/pc-input.js +0 -0
- package/cdn/events/pc-invalid.js +0 -0
- package/cdn/events/pc-lazy-change.js +0 -0
- package/cdn/events/pc-lazy-load.js +0 -0
- package/cdn/events/pc-load.js +0 -0
- package/cdn/events/pc-mutation.js +0 -0
- package/cdn/events/pc-remove.js +0 -0
- package/cdn/events/pc-reposition.js +0 -0
- package/cdn/events/pc-resize.js +0 -0
- package/cdn/events/pc-select.js +0 -0
- package/cdn/events/pc-selection-change.js +0 -0
- package/cdn/events/pc-show.js +0 -0
- package/cdn/events/pc-slide-change.js +0 -0
- package/cdn/events/pc-start.js +0 -0
- package/cdn/events/pc-tab-hide.js +0 -0
- package/cdn/events/pc-tab-show.js +0 -0
- package/cdn/global-shims.js +1 -0
- package/cdn/internal/active-elements.js +1 -0
- package/cdn/internal/animate.js +1 -0
- package/cdn/internal/close-active-element.js +1 -0
- package/cdn/internal/debounce.js +1 -0
- package/cdn/internal/default-value.js +1 -0
- package/cdn/internal/drag.js +1 -0
- package/cdn/internal/emit.js +1 -0
- package/cdn/internal/event.js +1 -0
- package/cdn/internal/form.js +1 -0
- package/cdn/internal/math.js +1 -0
- package/cdn/internal/offset.js +1 -0
- package/cdn/internal/parse.js +1 -0
- package/cdn/internal/placer-element.js +1 -0
- package/cdn/internal/placer-form-control.js +0 -0
- package/cdn/internal/scroll.js +1 -0
- package/cdn/internal/scrollend-polyfill.js +1 -0
- package/cdn/internal/slot.js +1 -0
- package/cdn/internal/string.js +1 -0
- package/cdn/internal/tabbable.js +1 -0
- package/cdn/internal/watch.js +1 -0
- package/cdn/placer-autoloader.js +1 -0
- package/cdn/placer.js +1 -0
- package/cdn/styles/component-styles/form-control.css +33 -0
- package/cdn/styles/component-styles/host.css +13 -0
- package/cdn/styles/native.css +451 -0
- package/cdn/styles/palette/base.css +100 -0
- package/cdn/styles/palette/default.css +227 -0
- package/cdn/styles/palette/muted.css +227 -0
- package/cdn/styles/palette/vibrant.css +227 -0
- package/cdn/styles/placer.css +10 -0
- package/cdn/styles/themes/default.css +445 -0
- package/cdn/styles/themes/serene.css +454 -0
- package/cdn/styles/themes/utility.css +544 -0
- package/cdn/styles/utilities/align-items.css +21 -0
- package/cdn/styles/utilities/appearance.css +62 -0
- package/cdn/styles/utilities/border-radius.css +29 -0
- package/cdn/styles/utilities/fouce.css +11 -0
- package/cdn/styles/utilities/gap.css +66 -0
- package/cdn/styles/utilities/layout.css +162 -0
- package/cdn/styles/utilities/scroll-lock.css +21 -0
- package/cdn/styles/utilities/size.css +16 -0
- package/cdn/styles/utilities/text.css +156 -0
- package/cdn/styles/utilities/visually-hidden.css +16 -0
- package/cdn/styles/utilities.css +13 -0
- package/cdn/translations/ar.js +1 -0
- package/cdn/translations/bg.js +1 -0
- package/cdn/translations/bn.js +1 -0
- package/cdn/translations/bs.js +1 -0
- package/cdn/translations/ca.js +1 -0
- package/cdn/translations/cs.js +1 -0
- package/cdn/translations/cy.js +1 -0
- package/cdn/translations/da.js +1 -0
- package/cdn/translations/de-at.js +1 -0
- package/cdn/translations/de-ch.js +1 -0
- package/cdn/translations/de.js +1 -0
- package/cdn/translations/el.js +1 -0
- package/cdn/translations/en-gb.js +1 -0
- package/cdn/translations/en.js +1 -0
- package/cdn/translations/es-es.js +1 -0
- package/cdn/translations/es.js +1 -0
- package/cdn/translations/et.js +1 -0
- package/cdn/translations/eu.js +1 -0
- package/cdn/translations/fa.js +1 -0
- package/cdn/translations/fi.js +1 -0
- package/cdn/translations/fil.js +1 -0
- package/cdn/translations/fo.js +1 -0
- package/cdn/translations/fr-ca.js +1 -0
- package/cdn/translations/fr.js +1 -0
- package/cdn/translations/ga.js +1 -0
- package/cdn/translations/gu.js +1 -0
- package/cdn/translations/he.js +1 -0
- package/cdn/translations/hi.js +1 -0
- package/cdn/translations/hr.js +1 -0
- package/cdn/translations/hu.js +1 -0
- package/cdn/translations/id.js +1 -0
- package/cdn/translations/index.js +1 -0
- package/cdn/translations/is.js +1 -0
- package/cdn/translations/it.js +1 -0
- package/cdn/translations/ja.js +1 -0
- package/cdn/translations/ko.js +1 -0
- package/cdn/translations/lb.js +1 -0
- package/cdn/translations/lo.js +1 -0
- package/cdn/translations/lt.js +1 -0
- package/cdn/translations/lv.js +1 -0
- package/cdn/translations/mr.js +1 -0
- package/cdn/translations/ms.js +1 -0
- package/cdn/translations/mt.js +1 -0
- package/cdn/translations/nb.js +1 -0
- package/cdn/translations/nl-be.js +1 -0
- package/cdn/translations/nl.js +1 -0
- package/cdn/translations/nn.js +1 -0
- package/cdn/translations/pa-guru.js +1 -0
- package/cdn/translations/pa.js +1 -0
- package/cdn/translations/pl.js +1 -0
- package/cdn/translations/ps.js +1 -0
- package/cdn/translations/pt-br.js +1 -0
- package/cdn/translations/pt-pt.js +1 -0
- package/cdn/translations/pt.js +1 -0
- package/cdn/translations/ro.js +1 -0
- package/cdn/translations/ru.js +1 -0
- package/cdn/translations/sk.js +1 -0
- package/cdn/translations/sl.js +1 -0
- package/cdn/translations/sq.js +1 -0
- package/cdn/translations/sr.js +1 -0
- package/cdn/translations/sv.js +1 -0
- package/cdn/translations/sw.js +1 -0
- package/cdn/translations/te.js +1 -0
- package/cdn/translations/th.js +1 -0
- package/cdn/translations/tl.js +1 -0
- package/cdn/translations/tr.js +1 -0
- package/cdn/translations/uk.js +1 -0
- package/cdn/translations/ur.js +1 -0
- package/cdn/translations/vi.js +1 -0
- package/cdn/translations/zh-cn.js +1 -0
- package/cdn/translations/zh-hk.js +1 -0
- package/cdn/translations/zh-tw.js +1 -0
- package/cdn/utilities/animation-registry.js +1 -0
- package/cdn/utilities/animation.js +1 -0
- package/cdn/utilities/form.js +1 -0
- package/cdn/utilities/icon-library.js +1 -0
- package/cdn/utilities/kit-code.js +1 -0
- package/cdn/utilities/localize.js +1 -0
- package/dist/animations/attention_seekers/bounce.js +46 -44
- package/dist/animations/attention_seekers/flash.js +10 -8
- package/dist/animations/attention_seekers/headShake.js +11 -9
- package/dist/animations/attention_seekers/heartBeat.js +10 -8
- package/dist/animations/attention_seekers/jello.js +18 -16
- package/dist/animations/attention_seekers/pulse.js +8 -6
- package/dist/animations/attention_seekers/rubberBand.js +12 -10
- package/dist/animations/attention_seekers/shake.js +16 -14
- package/dist/animations/attention_seekers/shakeX.js +16 -14
- package/dist/animations/attention_seekers/shakeY.js +16 -14
- package/dist/animations/attention_seekers/swing.js +10 -8
- package/dist/animations/attention_seekers/tada.js +43 -41
- package/dist/animations/attention_seekers/wobble.js +27 -25
- package/dist/animations/back_entrances/backInDown.js +8 -6
- package/dist/animations/back_entrances/backInLeft.js +8 -6
- package/dist/animations/back_entrances/backInRight.js +8 -6
- package/dist/animations/back_entrances/backInUp.js +8 -6
- package/dist/animations/back_exits/backOutDown.js +8 -6
- package/dist/animations/back_exits/backOutLeft.js +8 -6
- package/dist/animations/back_exits/backOutRight.js +8 -6
- package/dist/animations/back_exits/backOutUp.js +8 -6
- package/dist/animations/bouncing_entrances/bounceIn.js +17 -15
- package/dist/animations/bouncing_entrances/bounceInDown.js +23 -21
- package/dist/animations/bouncing_entrances/bounceInLeft.js +23 -21
- package/dist/animations/bouncing_entrances/bounceInRight.js +23 -21
- package/dist/animations/bouncing_entrances/bounceInUp.js +23 -21
- package/dist/animations/bouncing_exits/bounceOut.js +9 -7
- package/dist/animations/bouncing_exits/bounceOutDown.js +21 -19
- package/dist/animations/bouncing_exits/bounceOutLeft.js +15 -13
- package/dist/animations/bouncing_exits/bounceOutRight.js +15 -13
- package/dist/animations/bouncing_exits/bounceOutUp.js +21 -19
- package/dist/animations/easings/easings.js +34 -32
- package/dist/animations/fading_entrances/fadeIn.js +7 -5
- package/dist/animations/fading_entrances/fadeInBottomLeft.js +7 -5
- package/dist/animations/fading_entrances/fadeInBottomRight.js +7 -5
- package/dist/animations/fading_entrances/fadeInDown.js +7 -5
- package/dist/animations/fading_entrances/fadeInDownBig.js +7 -5
- package/dist/animations/fading_entrances/fadeInLeft.js +7 -5
- package/dist/animations/fading_entrances/fadeInLeftBig.js +7 -5
- package/dist/animations/fading_entrances/fadeInRight.js +7 -5
- package/dist/animations/fading_entrances/fadeInRightBig.js +7 -5
- package/dist/animations/fading_entrances/fadeInTopLeft.js +7 -5
- package/dist/animations/fading_entrances/fadeInTopRight.js +7 -5
- package/dist/animations/fading_entrances/fadeInUp.js +7 -5
- package/dist/animations/fading_entrances/fadeInUpBig.js +7 -5
- package/dist/animations/fading_exits/fadeOut.js +7 -5
- package/dist/animations/fading_exits/fadeOutBottomLeft.js +7 -5
- package/dist/animations/fading_exits/fadeOutBottomRight.js +7 -5
- package/dist/animations/fading_exits/fadeOutDown.js +7 -5
- package/dist/animations/fading_exits/fadeOutDownBig.js +7 -5
- package/dist/animations/fading_exits/fadeOutLeft.js +7 -5
- package/dist/animations/fading_exits/fadeOutLeftBig.js +7 -5
- package/dist/animations/fading_exits/fadeOutRight.js +7 -5
- package/dist/animations/fading_exits/fadeOutRightBig.js +7 -5
- package/dist/animations/fading_exits/fadeOutTopLeft.js +7 -5
- package/dist/animations/fading_exits/fadeOutTopRight.js +7 -5
- package/dist/animations/fading_exits/fadeOutUp.js +7 -5
- package/dist/animations/fading_exits/fadeOutUpBig.js +7 -5
- package/dist/animations/flippers/flip.js +30 -28
- package/dist/animations/flippers/flipInX.js +23 -21
- package/dist/animations/flippers/flipInY.js +23 -21
- package/dist/animations/flippers/flipOutX.js +16 -14
- package/dist/animations/flippers/flipOutY.js +16 -14
- package/dist/animations/index.js +1208 -101
- package/dist/animations/lightspeed/lightSpeedInLeft.js +13 -11
- package/dist/animations/lightspeed/lightSpeedInRight.js +13 -11
- package/dist/animations/lightspeed/lightSpeedOutLeft.js +11 -9
- package/dist/animations/lightspeed/lightSpeedOutRight.js +11 -9
- package/dist/animations/rotating_entrances/rotateIn.js +7 -5
- package/dist/animations/rotating_entrances/rotateInDownLeft.js +7 -5
- package/dist/animations/rotating_entrances/rotateInDownRight.js +7 -5
- package/dist/animations/rotating_entrances/rotateInUpLeft.js +7 -5
- package/dist/animations/rotating_entrances/rotateInUpRight.js +7 -5
- package/dist/animations/rotating_exits/rotateOut.js +7 -5
- package/dist/animations/rotating_exits/rotateOutDownLeft.js +7 -5
- package/dist/animations/rotating_exits/rotateOutDownRight.js +7 -5
- package/dist/animations/rotating_exits/rotateOutUpLeft.js +7 -5
- package/dist/animations/rotating_exits/rotateOutUpRight.js +7 -5
- package/dist/animations/sliding_entrances/slideInDown.js +7 -5
- package/dist/animations/sliding_entrances/slideInLeft.js +7 -5
- package/dist/animations/sliding_entrances/slideInRight.js +7 -5
- package/dist/animations/sliding_entrances/slideInUp.js +7 -5
- package/dist/animations/sliding_exits/slideOutDown.js +7 -5
- package/dist/animations/sliding_exits/slideOutLeft.js +7 -5
- package/dist/animations/sliding_exits/slideOutRight.js +7 -5
- package/dist/animations/sliding_exits/slideOutUp.js +7 -5
- package/dist/animations/specials/hinge.js +29 -27
- package/dist/animations/specials/jackInTheBox.js +14 -12
- package/dist/animations/specials/rollIn.js +11 -9
- package/dist/animations/specials/rollOut.js +11 -9
- package/dist/animations/zooming_entrances/zoomIn.js +7 -5
- package/dist/animations/zooming_entrances/zoomInDown.js +17 -15
- package/dist/animations/zooming_entrances/zoomInLeft.js +17 -15
- package/dist/animations/zooming_entrances/zoomInRight.js +17 -15
- package/dist/animations/zooming_entrances/zoomInUp.js +17 -15
- package/dist/animations/zooming_exits/zoomOut.js +8 -6
- package/dist/animations/zooming_exits/zoomOutDown.js +17 -15
- package/dist/animations/zooming_exits/zoomOutLeft.js +15 -13
- package/dist/animations/zooming_exits/zoomOutRight.js +15 -13
- package/dist/animations/zooming_exits/zoomOutUp.js +17 -15
- package/dist/components/animation/animation.d.ts +65 -3
- package/dist/components/animation/animation.js +2185 -3
- package/dist/components/animation/animations.js +1225 -8
- package/dist/components/avatar/avatar.d.ts +43 -3
- package/dist/components/avatar/avatar.js +1323 -3
- package/dist/components/badge/badge.d.ts +23 -3
- package/dist/components/badge/badge.js +754 -3
- package/dist/components/button/button.d.ts +102 -3
- package/dist/components/button/button.js +1516 -3
- package/dist/components/button-group/button-group.d.ts +28 -3
- package/dist/components/button-group/button-group.js +898 -3
- package/dist/components/callout/callout.d.ts +24 -3
- package/dist/components/callout/callout.js +763 -3
- package/dist/components/card/card.d.ts +27 -3
- package/dist/components/card/card.js +866 -3
- package/dist/components/checkbox/checkbox.d.ts +93 -3
- package/dist/components/checkbox/checkbox.js +1920 -3
- package/dist/components/color-picker/color-picker.d.ts +206 -0
- package/dist/components/color-picker/color-picker.js +7014 -0
- package/dist/components/comparer/comparer.d.ts +44 -3
- package/dist/components/comparer/comparer.js +1631 -3
- package/dist/components/copy-button/copy-button.d.ts +74 -3
- package/dist/components/copy-button/copy-button.js +3936 -3
- package/dist/components/details/details.d.ts +64 -3
- package/dist/components/details/details.js +1735 -3
- package/dist/components/dialog/dialog.d.ts +71 -3
- package/dist/components/dialog/dialog.js +2062 -3
- package/dist/components/divider/divider.d.ts +19 -3
- package/dist/components/divider/divider.js +778 -3
- package/dist/components/drawer/drawer.d.ts +79 -3
- package/dist/components/drawer/drawer.js +2150 -3
- package/dist/components/dropdown/dropdown.d.ts +103 -3
- package/dist/components/dropdown/dropdown.js +3755 -3
- package/dist/components/dropdown-item/dropdown-item.d.ts +84 -0
- package/dist/components/dropdown-item/dropdown-item.js +1771 -0
- package/dist/components/format-bytes/format-bytes.d.ts +24 -0
- package/dist/components/format-bytes/format-bytes.js +960 -0
- package/dist/components/format-date/format-date.d.ts +40 -0
- package/dist/components/format-date/format-date.js +963 -0
- package/dist/components/format-number/format-number.d.ts +39 -0
- package/dist/components/format-number/format-number.js +1001 -0
- package/dist/components/icon/icon.d.ts +49 -3
- package/dist/components/icon/icon.js +1175 -3
- package/dist/components/icon/library.d.ts +3 -2
- package/dist/components/icon/library.default.js +63 -7
- package/dist/components/icon/library.js +230 -23
- package/dist/components/icon/library.system.js +134 -119
- package/dist/components/input/input.d.ts +165 -3
- package/dist/components/input/input.js +2303 -3
- package/dist/components/mutation-observer/mutation-observer.d.ts +37 -0
- package/dist/components/mutation-observer/mutation-observer.js +873 -0
- package/dist/components/option/option.d.ts +53 -3
- package/dist/components/option/option.js +1352 -3
- package/dist/components/popup/popup.d.ts +87 -3
- package/dist/components/popup/popup.js +2934 -3
- package/dist/components/qr-code/qr-code.d.ts +32 -3
- package/dist/components/qr-code/qr-code.js +1533 -3
- package/dist/components/radio/radio.d.ts +42 -3
- package/dist/components/radio/radio.js +925 -3
- package/dist/components/radio-group/radio-group.d.ts +79 -3
- package/dist/components/radio-group/radio-group.js +1519 -3
- package/dist/components/rating/rating.d.ts +67 -3
- package/dist/components/rating/rating.js +1757 -3
- package/dist/components/resize-observer/resize-observer.d.ts +26 -3
- package/dist/components/resize-observer/resize-observer.js +835 -3
- package/dist/components/scroller/scroller.d.ts +35 -0
- package/dist/components/scroller/scroller.js +1072 -0
- package/dist/components/select/select.d.ts +179 -3
- package/dist/components/select/select.js +5107 -3
- package/dist/components/spinner/spinner.d.ts +19 -3
- package/dist/components/spinner/spinner.js +917 -3
- package/dist/components/switch/switch.d.ts +85 -3
- package/dist/components/switch/switch.js +1479 -3
- package/dist/components/tab/tab.d.ts +47 -3
- package/dist/components/tab/tab.js +1788 -3
- package/dist/components/tab-group/tab-group.d.ts +91 -3
- package/dist/components/tab-group/tab-group.js +2385 -3
- package/dist/components/tab-panel/tab-panel.d.ts +24 -3
- package/dist/components/tab-panel/tab-panel.js +847 -3
- package/dist/components/tag/tag.d.ts +38 -3
- package/dist/components/tag/tag.js +1750 -3
- package/dist/components/textarea/textarea.d.ts +137 -0
- package/dist/components/textarea/textarea.js +1630 -0
- package/dist/components/tooltip/tooltip.d.ts +80 -3
- package/dist/components/tooltip/tooltip.js +3298 -3
- package/dist/custom-elements.json +13055 -0
- package/dist/events/events.d.ts +0 -1
- package/dist/events/events.js +0 -1
- package/dist/events/pc-after-collapse.js +0 -1
- package/dist/events/pc-after-expand.js +0 -1
- package/dist/events/pc-after-hide.js +0 -1
- package/dist/events/pc-after-show.js +0 -1
- package/dist/events/pc-blur.js +0 -1
- package/dist/events/pc-cancel.js +0 -1
- package/dist/events/pc-change.js +0 -1
- package/dist/events/pc-clear.js +0 -1
- package/dist/events/pc-close.js +0 -1
- package/dist/events/pc-collapse.js +0 -1
- package/dist/events/pc-copy.js +0 -1
- package/dist/events/pc-error.js +0 -1
- package/dist/events/pc-expand.js +0 -1
- package/dist/events/pc-finish.js +0 -1
- package/dist/events/pc-focus.js +0 -1
- package/dist/events/pc-hide.js +0 -1
- package/dist/events/pc-hover.js +0 -1
- package/dist/events/pc-initial-focus.js +0 -1
- package/dist/events/pc-input.js +0 -1
- package/dist/events/pc-invalid.js +0 -1
- package/dist/events/pc-lazy-change.js +0 -1
- package/dist/events/pc-lazy-load.js +0 -1
- package/dist/events/pc-load.js +0 -1
- package/dist/events/pc-mutation.js +0 -1
- package/dist/events/pc-remove.js +0 -1
- package/dist/events/pc-reposition.js +0 -1
- package/dist/events/pc-resize.js +0 -1
- package/dist/events/pc-select.d.ts +2 -2
- package/dist/events/pc-select.js +0 -1
- package/dist/events/pc-selection-change.d.ts +0 -0
- package/dist/events/pc-selection-change.js +0 -1
- package/dist/events/pc-show.js +0 -1
- package/dist/events/pc-slide-change.d.ts +0 -0
- package/dist/events/pc-slide-change.js +0 -1
- package/dist/events/pc-start.js +0 -1
- package/dist/events/pc-tab-hide.js +0 -1
- package/dist/events/pc-tab-show.js +0 -1
- package/dist/global-shims.js +84 -83
- package/dist/internal/active-elements.d.ts +16 -0
- package/dist/internal/active-elements.js +13 -12
- package/dist/internal/animate.d.ts +6 -6
- package/dist/internal/animate.js +45 -33
- package/dist/internal/close-active-element.d.ts +5 -0
- package/dist/internal/close-active-element.js +9 -7
- package/dist/internal/debounce.js +14 -12
- package/dist/internal/default-value.js +582 -22
- package/dist/internal/drag.d.ts +4 -0
- package/dist/internal/drag.js +25 -23
- package/dist/internal/emit.d.ts +1 -0
- package/dist/internal/emit.js +14 -12
- package/dist/internal/event.d.ts +1 -0
- package/dist/internal/event.js +13 -11
- package/dist/internal/form.d.ts +31 -13
- package/dist/internal/form.js +294 -262
- package/dist/internal/math.d.ts +3 -0
- package/dist/internal/math.js +29 -10
- package/dist/internal/offset.d.ts +1 -0
- package/dist/internal/offset.js +12 -8
- package/dist/internal/parse.d.ts +2 -0
- package/dist/internal/parse.js +7 -0
- package/dist/internal/placer-element.d.ts +30 -0
- package/dist/internal/placer-element.js +712 -0
- package/dist/internal/placer-form-control.d.ts +23 -0
- package/dist/internal/placer-form-control.js +0 -0
- package/dist/internal/scroll.d.ts +3 -0
- package/dist/internal/scroll.js +78 -56
- package/dist/internal/scrollend-polyfill.js +68 -60
- package/dist/internal/slot.d.ts +3 -0
- package/dist/internal/slot.js +74 -68
- package/dist/internal/string.d.ts +1 -0
- package/dist/internal/string.js +5 -3
- package/dist/internal/tabbable.d.ts +1 -0
- package/dist/internal/tabbable.js +128 -131
- package/dist/internal/watch.d.ts +12 -6
- package/dist/internal/watch.js +29 -29
- package/dist/placer-autoloader.js +45 -33
- package/dist/placer.d.ts +42 -38
- package/dist/placer.js +16097 -43
- package/dist/styles/component-styles/form-control.css +33 -0
- package/dist/styles/component-styles/host.css +13 -0
- package/dist/styles/native.css +451 -0
- package/dist/styles/palette/base.css +100 -0
- package/dist/styles/palette/default.css +227 -0
- package/dist/styles/palette/muted.css +227 -0
- package/dist/styles/palette/vibrant.css +227 -0
- package/dist/styles/placer.css +10 -0
- package/dist/styles/themes/default.css +445 -0
- package/dist/styles/themes/serene.css +454 -0
- package/dist/styles/themes/utility.css +544 -0
- package/dist/styles/utilities/align-items.css +21 -0
- package/dist/styles/utilities/appearance.css +62 -0
- package/dist/styles/utilities/border-radius.css +29 -0
- package/dist/styles/utilities/fouce.css +11 -0
- package/dist/styles/utilities/gap.css +66 -0
- package/dist/styles/utilities/layout.css +162 -0
- package/dist/styles/utilities/scroll-lock.css +21 -0
- package/dist/styles/utilities/size.css +16 -0
- package/dist/styles/utilities/text.css +156 -0
- package/dist/styles/utilities/visually-hidden.css +16 -0
- package/dist/styles/utilities.css +13 -0
- package/dist/translations/ar.d.ts +3 -0
- package/dist/translations/ar.js +655 -0
- package/dist/translations/bg.d.ts +3 -0
- package/dist/translations/bg.js +651 -0
- package/dist/translations/bn.d.ts +3 -0
- package/dist/translations/bn.js +651 -0
- package/dist/translations/bs.d.ts +3 -0
- package/dist/translations/bs.js +655 -0
- package/dist/translations/ca.d.ts +3 -0
- package/dist/translations/ca.js +651 -0
- package/dist/translations/cs.d.ts +3 -0
- package/dist/translations/cs.js +653 -0
- package/dist/translations/cy.d.ts +3 -0
- package/dist/translations/cy.js +651 -0
- package/dist/translations/da.d.ts +3 -0
- package/dist/translations/da.js +651 -0
- package/dist/translations/de-at.d.ts +3 -0
- package/dist/translations/de-at.js +661 -0
- package/dist/translations/de-ch.d.ts +3 -0
- package/dist/translations/de-ch.js +662 -0
- package/dist/translations/de.d.ts +3 -0
- package/dist/translations/de.js +651 -0
- package/dist/translations/el.d.ts +3 -0
- package/dist/translations/el.js +651 -0
- package/dist/translations/en-gb.d.ts +3 -0
- package/dist/translations/en-gb.js +664 -0
- package/dist/translations/en.d.ts +3 -0
- package/dist/translations/en.js +651 -0
- package/dist/translations/es-es.d.ts +3 -0
- package/dist/translations/es-es.js +664 -0
- package/dist/translations/es.d.ts +3 -0
- package/dist/translations/es.js +651 -0
- package/dist/translations/et.d.ts +3 -0
- package/dist/translations/et.js +651 -0
- package/dist/translations/eu.d.ts +3 -0
- package/dist/translations/eu.js +651 -0
- package/dist/translations/fa.d.ts +3 -0
- package/dist/translations/fa.js +651 -0
- package/dist/translations/fi.d.ts +3 -0
- package/dist/translations/fi.js +651 -0
- package/dist/translations/fil.d.ts +3 -0
- package/dist/translations/fil.js +651 -0
- package/dist/translations/fo.d.ts +3 -0
- package/dist/translations/fo.js +651 -0
- package/dist/translations/fr-ca.d.ts +3 -0
- package/dist/translations/fr-ca.js +662 -0
- package/dist/translations/fr.d.ts +3 -0
- package/dist/translations/fr.js +651 -0
- package/dist/translations/ga.d.ts +3 -0
- package/dist/translations/ga.js +651 -0
- package/dist/translations/gu.d.ts +3 -0
- package/dist/translations/gu.js +651 -0
- package/dist/translations/he.d.ts +3 -0
- package/dist/translations/he.js +651 -0
- package/dist/translations/hi.d.ts +3 -0
- package/dist/translations/hi.js +651 -0
- package/dist/translations/hr.d.ts +3 -0
- package/dist/translations/hr.js +655 -0
- package/dist/translations/hu.d.ts +3 -0
- package/dist/translations/hu.js +651 -0
- package/dist/translations/id.d.ts +3 -0
- package/dist/translations/id.js +651 -0
- package/dist/translations/index.d.ts +62 -0
- package/dist/translations/index.js +693 -0
- package/dist/translations/is.d.ts +3 -0
- package/dist/translations/is.js +651 -0
- package/dist/translations/it.d.ts +3 -0
- package/dist/translations/it.js +651 -0
- package/dist/translations/ja.d.ts +3 -0
- package/dist/translations/ja.js +649 -0
- package/dist/translations/ko.d.ts +3 -0
- package/dist/translations/ko.js +649 -0
- package/dist/translations/lb.d.ts +3 -0
- package/dist/translations/lb.js +651 -0
- package/dist/translations/lo.d.ts +3 -0
- package/dist/translations/lo.js +643 -0
- package/dist/translations/lt.d.ts +3 -0
- package/dist/translations/lt.js +651 -0
- package/dist/translations/lv.d.ts +3 -0
- package/dist/translations/lv.js +651 -0
- package/dist/translations/mr.d.ts +3 -0
- package/dist/translations/mr.js +651 -0
- package/dist/translations/ms.d.ts +3 -0
- package/dist/translations/ms.js +643 -0
- package/dist/translations/mt.d.ts +3 -0
- package/dist/translations/mt.js +651 -0
- package/dist/translations/nb.d.ts +3 -0
- package/dist/translations/nb.js +651 -0
- package/dist/translations/nl-be.d.ts +3 -0
- package/dist/translations/nl-be.js +664 -0
- package/dist/translations/nl.d.ts +3 -0
- package/dist/translations/nl.js +651 -0
- package/dist/translations/nn.d.ts +3 -0
- package/dist/translations/nn.js +677 -0
- package/dist/translations/pa-guru.d.ts +3 -0
- package/dist/translations/pa-guru.js +651 -0
- package/dist/translations/pa.d.ts +3 -0
- package/dist/translations/pa.js +651 -0
- package/dist/translations/pl.d.ts +3 -0
- package/dist/translations/pl.js +655 -0
- package/dist/translations/ps.d.ts +3 -0
- package/dist/translations/ps.js +651 -0
- package/dist/translations/pt-br.d.ts +3 -0
- package/dist/translations/pt-br.js +664 -0
- package/dist/translations/pt-pt.d.ts +3 -0
- package/dist/translations/pt-pt.js +685 -0
- package/dist/translations/pt.d.ts +3 -0
- package/dist/translations/pt.js +651 -0
- package/dist/translations/ro.d.ts +3 -0
- package/dist/translations/ro.js +651 -0
- package/dist/translations/ru.d.ts +3 -0
- package/dist/translations/ru.js +657 -0
- package/dist/translations/sk.d.ts +3 -0
- package/dist/translations/sk.js +653 -0
- package/dist/translations/sl.d.ts +3 -0
- package/dist/translations/sl.js +655 -0
- package/dist/translations/sq.d.ts +3 -0
- package/dist/translations/sq.js +651 -0
- package/dist/translations/sr.d.ts +3 -0
- package/dist/translations/sr.js +655 -0
- package/dist/translations/sv.d.ts +3 -0
- package/dist/translations/sv.js +651 -0
- package/dist/translations/sw.d.ts +3 -0
- package/dist/translations/sw.js +651 -0
- package/dist/translations/te.d.ts +3 -0
- package/dist/translations/te.js +651 -0
- package/dist/translations/th.d.ts +3 -0
- package/dist/translations/th.js +643 -0
- package/dist/translations/tl.d.ts +3 -0
- package/dist/translations/tl.js +651 -0
- package/dist/translations/tr.d.ts +3 -0
- package/dist/translations/tr.js +651 -0
- package/dist/translations/uk.d.ts +3 -0
- package/dist/translations/uk.js +655 -0
- package/dist/translations/ur.d.ts +3 -0
- package/dist/translations/ur.js +651 -0
- package/dist/translations/vi.d.ts +3 -0
- package/dist/translations/vi.js +651 -0
- package/dist/translations/zh-cn.d.ts +3 -0
- package/dist/translations/zh-cn.js +651 -0
- package/dist/translations/zh-hk.d.ts +3 -0
- package/dist/translations/zh-hk.js +649 -0
- package/dist/translations/zh-tw.d.ts +3 -0
- package/dist/translations/zh-tw.js +674 -0
- package/dist/utilities/animation-registry.js +33 -29
- package/dist/utilities/animation.js +1229 -1
- package/dist/utilities/form.js +61 -34
- package/dist/utilities/icon-library.js +229 -1
- package/dist/utilities/kit-code.d.ts +2 -0
- package/dist/utilities/kit-code.js +18 -0
- package/dist/utilities/localize.d.ts +35 -0
- package/dist/utilities/localize.js +739 -0
- package/package.json +86 -79
- package/dist/components/animation/animation.component.d.ts +0 -65
- package/dist/components/animation/animation.component.js +0 -247
- package/dist/components/animation/animation.styles.d.ts +0 -1
- package/dist/components/animation/animation.styles.js +0 -9
- package/dist/components/avatar/avatar.component.d.ts +0 -43
- package/dist/components/avatar/avatar.component.js +0 -137
- package/dist/components/avatar/avatar.styles.d.ts +0 -1
- package/dist/components/avatar/avatar.styles.js +0 -68
- package/dist/components/badge/badge.component.d.ts +0 -21
- package/dist/components/badge/badge.component.js +0 -64
- package/dist/components/badge/badge.styles.d.ts +0 -1
- package/dist/components/badge/badge.styles.js +0 -76
- package/dist/components/button/button.component.d.ts +0 -104
- package/dist/components/button/button.component.js +0 -346
- package/dist/components/button/button.styles.d.ts +0 -1
- package/dist/components/button/button.styles.js +0 -322
- package/dist/components/button-group/button-group.component.d.ts +0 -26
- package/dist/components/button-group/button-group.component.js +0 -93
- package/dist/components/button-group/button-group.styles.d.ts +0 -1
- package/dist/components/button-group/button-group.styles.js +0 -14
- package/dist/components/callout/callout.component.d.ts +0 -22
- package/dist/components/callout/callout.component.js +0 -63
- package/dist/components/callout/callout.styles.d.ts +0 -1
- package/dist/components/callout/callout.styles.js +0 -68
- package/dist/components/card/card.component.d.ts +0 -29
- package/dist/components/card/card.component.js +0 -59
- package/dist/components/card/card.styles.d.ts +0 -1
- package/dist/components/card/card.styles.js +0 -65
- package/dist/components/checkbox/checkbox.component.d.ts +0 -44
- package/dist/components/checkbox/checkbox.component.js +0 -287
- package/dist/components/checkbox/checkbox.styles.d.ts +0 -1
- package/dist/components/checkbox/checkbox.styles.js +0 -166
- package/dist/components/comparer/comparer.component.d.ts +0 -43
- package/dist/components/comparer/comparer.component.js +0 -181
- package/dist/components/comparer/comparer.styles.d.ts +0 -1
- package/dist/components/comparer/comparer.styles.js +0 -75
- package/dist/components/copy-button/copy-button.component.d.ts +0 -75
- package/dist/components/copy-button/copy-button.component.js +0 -289
- package/dist/components/copy-button/copy-button.styles.d.ts +0 -1
- package/dist/components/copy-button/copy-button.styles.js +0 -61
- package/dist/components/details/details.component.d.ts +0 -25
- package/dist/components/details/details.component.js +0 -243
- package/dist/components/details/details.styles.d.ts +0 -1
- package/dist/components/details/details.styles.js +0 -86
- package/dist/components/dialog/dialog.component.d.ts +0 -84
- package/dist/components/dialog/dialog.component.js +0 -362
- package/dist/components/dialog/dialog.styles.d.ts +0 -1
- package/dist/components/dialog/dialog.styles.js +0 -123
- package/dist/components/divider/divider.component.d.ts +0 -20
- package/dist/components/divider/divider.component.js +0 -51
- package/dist/components/divider/divider.styles.d.ts +0 -1
- package/dist/components/divider/divider.styles.js +0 -29
- package/dist/components/drawer/drawer.component.d.ts +0 -95
- package/dist/components/drawer/drawer.component.js +0 -509
- package/dist/components/drawer/drawer.styles.d.ts +0 -1
- package/dist/components/drawer/drawer.styles.js +0 -157
- package/dist/components/dropdown/dropdown.component.d.ts +0 -44
- package/dist/components/dropdown/dropdown.component.js +0 -385
- package/dist/components/dropdown/dropdown.styles.d.ts +0 -1
- package/dist/components/dropdown/dropdown.styles.js +0 -52
- package/dist/components/icon/icon.component.d.ts +0 -47
- package/dist/components/icon/icon.component.js +0 -225
- package/dist/components/icon/icon.styles.d.ts +0 -1
- package/dist/components/icon/icon.styles.js +0 -49
- package/dist/components/icon-button/icon-button.component.d.ts +0 -27
- package/dist/components/icon-button/icon-button.component.js +0 -151
- package/dist/components/icon-button/icon-button.d.ts +0 -8
- package/dist/components/icon-button/icon-button.js +0 -5
- package/dist/components/icon-button/icon-button.styles.d.ts +0 -1
- package/dist/components/icon-button/icon-button.styles.js +0 -53
- package/dist/components/input/input.component.d.ts +0 -78
- package/dist/components/input/input.component.js +0 -513
- package/dist/components/input/input.styles.d.ts +0 -1
- package/dist/components/input/input.styles.js +0 -308
- package/dist/components/menu/menu.component.d.ts +0 -20
- package/dist/components/menu/menu.component.js +0 -123
- package/dist/components/menu/menu.d.ts +0 -8
- package/dist/components/menu/menu.js +0 -5
- package/dist/components/menu/menu.styles.d.ts +0 -1
- package/dist/components/menu/menu.styles.js +0 -20
- package/dist/components/menu-item/menu-item.component.d.ts +0 -34
- package/dist/components/menu-item/menu-item.component.js +0 -211
- package/dist/components/menu-item/menu-item.d.ts +0 -8
- package/dist/components/menu-item/menu-item.js +0 -5
- package/dist/components/menu-item/menu-item.styles.d.ts +0 -1
- package/dist/components/menu-item/menu-item.styles.js +0 -157
- package/dist/components/menu-item/submenu-controller.d.ts +0 -34
- package/dist/components/menu-item/submenu-controller.js +0 -246
- package/dist/components/menu-label/menu-label.component.d.ts +0 -15
- package/dist/components/menu-label/menu-label.component.js +0 -25
- package/dist/components/menu-label/menu-label.d.ts +0 -8
- package/dist/components/menu-label/menu-label.js +0 -5
- package/dist/components/menu-label/menu-label.styles.d.ts +0 -1
- package/dist/components/menu-label/menu-label.styles.js +0 -22
- package/dist/components/option/option.component.d.ts +0 -42
- package/dist/components/option/option.component.js +0 -161
- package/dist/components/option/option.styles.d.ts +0 -1
- package/dist/components/option/option.styles.js +0 -108
- package/dist/components/popup/popup.component.d.ts +0 -44
- package/dist/components/popup/popup.component.js +0 -483
- package/dist/components/popup/popup.styles.d.ts +0 -1
- package/dist/components/popup/popup.styles.js +0 -64
- package/dist/components/qr-code/qr-code.component.d.ts +0 -16
- package/dist/components/qr-code/qr-code.component.js +0 -94
- package/dist/components/qr-code/qr-code.styles.d.ts +0 -1
- package/dist/components/qr-code/qr-code.styles.js +0 -9
- package/dist/components/radio/radio.component.d.ts +0 -19
- package/dist/components/radio/radio.component.js +0 -120
- package/dist/components/radio/radio.styles.d.ts +0 -1
- package/dist/components/radio/radio.styles.js +0 -132
- package/dist/components/radio-button/radio-button.component.d.ts +0 -22
- package/dist/components/radio-button/radio-button.component.js +0 -131
- package/dist/components/radio-button/radio-button.d.ts +0 -8
- package/dist/components/radio-button/radio-button.js +0 -5
- package/dist/components/radio-button/radio-button.styles.d.ts +0 -1
- package/dist/components/radio-button/radio-button.styles.js +0 -25
- package/dist/components/radio-group/radio-group.component.d.ts +0 -46
- package/dist/components/radio-group/radio-group.component.js +0 -379
- package/dist/components/radio-group/radio-group.styles.d.ts +0 -1
- package/dist/components/radio-group/radio-group.styles.js +0 -42
- package/dist/components/rating/rating.component.d.ts +0 -37
- package/dist/components/rating/rating.component.js +0 -308
- package/dist/components/rating/rating.styles.d.ts +0 -1
- package/dist/components/rating/rating.styles.js +0 -94
- package/dist/components/resize-observer/resize-observer.component.d.ts +0 -26
- package/dist/components/resize-observer/resize-observer.component.js +0 -89
- package/dist/components/resize-observer/resize-observer.styles.d.ts +0 -1
- package/dist/components/resize-observer/resize-observer.styles.js +0 -9
- package/dist/components/select/select.component.d.ts +0 -174
- package/dist/components/select/select.component.js +0 -960
- package/dist/components/select/select.styles.d.ts +0 -1
- package/dist/components/select/select.styles.js +0 -363
- package/dist/components/spinner/spinner.component.d.ts +0 -20
- package/dist/components/spinner/spinner.component.js +0 -47
- package/dist/components/spinner/spinner.styles.d.ts +0 -1
- package/dist/components/spinner/spinner.styles.js +0 -61
- package/dist/components/switch/switch.component.d.ts +0 -84
- package/dist/components/switch/switch.component.js +0 -281
- package/dist/components/switch/switch.styles.d.ts +0 -1
- package/dist/components/switch/switch.styles.js +0 -178
- package/dist/components/tab/tab.component.d.ts +0 -22
- package/dist/components/tab/tab.component.js +0 -112
- package/dist/components/tab/tab.styles.d.ts +0 -1
- package/dist/components/tab/tab.styles.js +0 -85
- package/dist/components/tab-group/tab-group.component.d.ts +0 -51
- package/dist/components/tab-group/tab-group.component.js +0 -513
- package/dist/components/tab-group/tab-group.styles.d.ts +0 -1
- package/dist/components/tab-group/tab-group.styles.js +0 -219
- package/dist/components/tab-panel/tab-panel.component.d.ts +0 -12
- package/dist/components/tab-panel/tab-panel.component.js +0 -56
- package/dist/components/tab-panel/tab-panel.styles.d.ts +0 -1
- package/dist/components/tab-panel/tab-panel.styles.js +0 -18
- package/dist/components/tag/tag.component.d.ts +0 -38
- package/dist/components/tag/tag.component.js +0 -109
- package/dist/components/tag/tag.styles.d.ts +0 -1
- package/dist/components/tag/tag.styles.js +0 -155
- package/dist/components/tooltip/tooltip.component.d.ts +0 -38
- package/dist/components/tooltip/tooltip.component.js +0 -267
- package/dist/components/tooltip/tooltip.styles.d.ts +0 -1
- package/dist/components/tooltip/tooltip.styles.js +0 -59
- package/dist/default.css +0 -1005
- package/dist/events/pc-request-close.d.ts +0 -8
- package/dist/events/pc-request-close.js +0 -1
- package/dist/internal/modal.d.ts +0 -19
- package/dist/internal/modal.js +0 -116
- package/dist/native-styles.css +0 -261
- package/dist/style-utilities/fouce.css +0 -13
- package/dist/style-utilities/style-utilities.css +0 -2
- package/dist/style-utilities/visually-hidden.css +0 -12
- package/dist/utilities/base-path.d.ts +0 -2
- package/dist/utilities/base-path.js +0 -8
- package/dist/utility.css +0 -41
- package/src/animations/attention_seekers/bounce.ts +0 -43
- package/src/animations/attention_seekers/flash.ts +0 -7
- package/src/animations/attention_seekers/headShake.ts +0 -8
- package/src/animations/attention_seekers/heartBeat.ts +0 -7
- package/src/animations/attention_seekers/jello.ts +0 -15
- package/src/animations/attention_seekers/pulse.ts +0 -5
- package/src/animations/attention_seekers/rubberBand.ts +0 -9
- package/src/animations/attention_seekers/shake.ts +0 -13
- package/src/animations/attention_seekers/shakeX.ts +0 -13
- package/src/animations/attention_seekers/shakeY.ts +0 -13
- package/src/animations/attention_seekers/swing.ts +0 -7
- package/src/animations/attention_seekers/tada.ts +0 -40
- package/src/animations/attention_seekers/wobble.ts +0 -24
- package/src/animations/back_entrances/backInDown.ts +0 -5
- package/src/animations/back_entrances/backInLeft.ts +0 -5
- package/src/animations/back_entrances/backInRight.ts +0 -5
- package/src/animations/back_entrances/backInUp.ts +0 -5
- package/src/animations/back_exits/backOutDown.ts +0 -5
- package/src/animations/back_exits/backOutLeft.ts +0 -5
- package/src/animations/back_exits/backOutRight.ts +0 -5
- package/src/animations/back_exits/backOutUp.ts +0 -5
- package/src/animations/bouncing_entrances/bounceIn.ts +0 -14
- package/src/animations/bouncing_entrances/bounceInDown.ts +0 -20
- package/src/animations/bouncing_entrances/bounceInLeft.ts +0 -20
- package/src/animations/bouncing_entrances/bounceInRight.ts +0 -20
- package/src/animations/bouncing_entrances/bounceInUp.ts +0 -20
- package/src/animations/bouncing_exits/bounceOut.ts +0 -6
- package/src/animations/bouncing_exits/bounceOutDown.ts +0 -18
- package/src/animations/bouncing_exits/bounceOutLeft.ts +0 -12
- package/src/animations/bouncing_exits/bounceOutRight.ts +0 -12
- package/src/animations/bouncing_exits/bounceOutUp.ts +0 -18
- package/src/animations/easings/easings.ts +0 -31
- package/src/animations/fading_entrances/fadeIn.ts +0 -4
- package/src/animations/fading_entrances/fadeInBottomLeft.ts +0 -4
- package/src/animations/fading_entrances/fadeInBottomRight.ts +0 -4
- package/src/animations/fading_entrances/fadeInDown.ts +0 -4
- package/src/animations/fading_entrances/fadeInDownBig.ts +0 -4
- package/src/animations/fading_entrances/fadeInLeft.ts +0 -4
- package/src/animations/fading_entrances/fadeInLeftBig.ts +0 -4
- package/src/animations/fading_entrances/fadeInRight.ts +0 -4
- package/src/animations/fading_entrances/fadeInRightBig.ts +0 -4
- package/src/animations/fading_entrances/fadeInTopLeft.ts +0 -4
- package/src/animations/fading_entrances/fadeInTopRight.ts +0 -4
- package/src/animations/fading_entrances/fadeInUp.ts +0 -4
- package/src/animations/fading_entrances/fadeInUpBig.ts +0 -4
- package/src/animations/fading_exits/fadeOut.ts +0 -4
- package/src/animations/fading_exits/fadeOutBottomLeft.ts +0 -4
- package/src/animations/fading_exits/fadeOutBottomRight.ts +0 -4
- package/src/animations/fading_exits/fadeOutDown.ts +0 -4
- package/src/animations/fading_exits/fadeOutDownBig.ts +0 -4
- package/src/animations/fading_exits/fadeOutLeft.ts +0 -4
- package/src/animations/fading_exits/fadeOutLeftBig.ts +0 -4
- package/src/animations/fading_exits/fadeOutRight.ts +0 -4
- package/src/animations/fading_exits/fadeOutRightBig.ts +0 -4
- package/src/animations/fading_exits/fadeOutTopLeft.ts +0 -4
- package/src/animations/fading_exits/fadeOutTopRight.ts +0 -4
- package/src/animations/fading_exits/fadeOutUp.ts +0 -4
- package/src/animations/fading_exits/fadeOutUpBig.ts +0 -4
- package/src/animations/flippers/flip.ts +0 -32
- package/src/animations/flippers/flipInX.ts +0 -20
- package/src/animations/flippers/flipInY.ts +0 -20
- package/src/animations/flippers/flipOutX.ts +0 -13
- package/src/animations/flippers/flipOutY.ts +0 -13
- package/src/animations/index.ts +0 -101
- package/src/animations/lightspeed/lightSpeedInLeft.ts +0 -10
- package/src/animations/lightspeed/lightSpeedInRight.ts +0 -10
- package/src/animations/lightspeed/lightSpeedOutLeft.ts +0 -8
- package/src/animations/lightspeed/lightSpeedOutRight.ts +0 -8
- package/src/animations/rotating_entrances/rotateIn.ts +0 -4
- package/src/animations/rotating_entrances/rotateInDownLeft.ts +0 -4
- package/src/animations/rotating_entrances/rotateInDownRight.ts +0 -4
- package/src/animations/rotating_entrances/rotateInUpLeft.ts +0 -4
- package/src/animations/rotating_entrances/rotateInUpRight.ts +0 -4
- package/src/animations/rotating_exits/rotateOut.ts +0 -4
- package/src/animations/rotating_exits/rotateOutDownLeft.ts +0 -4
- package/src/animations/rotating_exits/rotateOutDownRight.ts +0 -4
- package/src/animations/rotating_exits/rotateOutUpLeft.ts +0 -4
- package/src/animations/rotating_exits/rotateOutUpRight.ts +0 -4
- package/src/animations/sliding_entrances/slideInDown.ts +0 -4
- package/src/animations/sliding_entrances/slideInLeft.ts +0 -4
- package/src/animations/sliding_entrances/slideInRight.ts +0 -4
- package/src/animations/sliding_entrances/slideInUp.ts +0 -4
- package/src/animations/sliding_exits/slideOutDown.ts +0 -4
- package/src/animations/sliding_exits/slideOutLeft.ts +0 -4
- package/src/animations/sliding_exits/slideOutRight.ts +0 -4
- package/src/animations/sliding_exits/slideOutUp.ts +0 -4
- package/src/animations/specials/hinge.ts +0 -26
- package/src/animations/specials/jackInTheBox.ts +0 -11
- package/src/animations/specials/rollIn.ts +0 -8
- package/src/animations/specials/rollOut.ts +0 -8
- package/src/animations/zooming_entrances/zoomIn.ts +0 -4
- package/src/animations/zooming_entrances/zoomInDown.ts +0 -14
- package/src/animations/zooming_entrances/zoomInLeft.ts +0 -14
- package/src/animations/zooming_entrances/zoomInRight.ts +0 -14
- package/src/animations/zooming_entrances/zoomInUp.ts +0 -14
- package/src/animations/zooming_exits/zoomOut.ts +0 -5
- package/src/animations/zooming_exits/zoomOutDown.ts +0 -14
- package/src/animations/zooming_exits/zoomOutLeft.ts +0 -12
- package/src/animations/zooming_exits/zoomOutRight.ts +0 -12
- package/src/animations/zooming_exits/zoomOutUp.ts +0 -14
- package/src/components/animation/animation.component.ts +0 -224
- package/src/components/animation/animation.styles.ts +0 -7
- package/src/components/animation/animation.ts +0 -10
- package/src/components/animation/animations.ts +0 -13
- package/src/components/avatar/avatar.component.ts +0 -113
- package/src/components/avatar/avatar.styles.ts +0 -66
- package/src/components/avatar/avatar.ts +0 -10
- package/src/components/badge/badge.component.ts +0 -54
- package/src/components/badge/badge.styles.ts +0 -74
- package/src/components/badge/badge.ts +0 -10
- package/src/components/button/button.component.ts +0 -335
- package/src/components/button/button.styles.ts +0 -320
- package/src/components/button/button.ts +0 -10
- package/src/components/button-group/button-group.component.ts +0 -101
- package/src/components/button-group/button-group.styles.ts +0 -12
- package/src/components/button-group/button-group.ts +0 -10
- package/src/components/callout/callout.component.ts +0 -60
- package/src/components/callout/callout.styles.ts +0 -66
- package/src/components/callout/callout.ts +0 -10
- package/src/components/card/card.component.ts +0 -59
- package/src/components/card/card.styles.ts +0 -63
- package/src/components/card/card.ts +0 -10
- package/src/components/checkbox/checkbox.component.ts +0 -244
- package/src/components/checkbox/checkbox.styles.ts +0 -164
- package/src/components/checkbox/checkbox.ts +0 -10
- package/src/components/comparer/comparer.component.ts +0 -188
- package/src/components/comparer/comparer.styles.ts +0 -73
- package/src/components/comparer/comparer.ts +0 -10
- package/src/components/copy-button/copy-button.component.ts +0 -272
- package/src/components/copy-button/copy-button.styles.ts +0 -59
- package/src/components/copy-button/copy-button.ts +0 -10
- package/src/components/details/details.component.ts +0 -259
- package/src/components/details/details.styles.ts +0 -84
- package/src/components/details/details.ts +0 -10
- package/src/components/dialog/dialog.component.ts +0 -403
- package/src/components/dialog/dialog.styles.ts +0 -121
- package/src/components/dialog/dialog.ts +0 -10
- package/src/components/divider/divider.component.ts +0 -42
- package/src/components/divider/divider.styles.ts +0 -27
- package/src/components/divider/divider.ts +0 -10
- package/src/components/drawer/drawer.component.ts +0 -565
- package/src/components/drawer/drawer.styles.ts +0 -155
- package/src/components/drawer/drawer.ts +0 -10
- package/src/components/dropdown/dropdown.component.ts +0 -430
- package/src/components/dropdown/dropdown.styles.ts +0 -50
- package/src/components/dropdown/dropdown.ts +0 -10
- package/src/components/icon/icon.component.ts +0 -239
- package/src/components/icon/icon.styles.ts +0 -47
- package/src/components/icon/icon.ts +0 -10
- package/src/components/icon/library.default.ts +0 -10
- package/src/components/icon/library.system.ts +0 -136
- package/src/components/icon/library.ts +0 -54
- package/src/components/icon-button/icon-button.component.ts +0 -129
- package/src/components/icon-button/icon-button.styles.ts +0 -51
- package/src/components/icon-button/icon-button.ts +0 -10
- package/src/components/input/input.component.ts +0 -496
- package/src/components/input/input.styles.ts +0 -306
- package/src/components/input/input.ts +0 -10
- package/src/components/menu/menu.component.ts +0 -161
- package/src/components/menu/menu.styles.ts +0 -18
- package/src/components/menu/menu.ts +0 -10
- package/src/components/menu-item/menu-item.component.ts +0 -190
- package/src/components/menu-item/menu-item.styles.ts +0 -155
- package/src/components/menu-item/menu-item.ts +0 -10
- package/src/components/menu-item/submenu-controller.ts +0 -337
- package/src/components/menu-label/menu-label.component.ts +0 -22
- package/src/components/menu-label/menu-label.styles.ts +0 -20
- package/src/components/menu-label/menu-label.ts +0 -10
- package/src/components/option/option.component.ts +0 -141
- package/src/components/option/option.styles.ts +0 -106
- package/src/components/option/option.ts +0 -10
- package/src/components/popup/popup.component.ts +0 -540
- package/src/components/popup/popup.styles.ts +0 -63
- package/src/components/popup/popup.ts +0 -12
- package/src/components/qr-code/qr-code.component.ts +0 -70
- package/src/components/qr-code/qr-code.styles.ts +0 -7
- package/src/components/qr-code/qr-code.ts +0 -10
- package/src/components/radio/radio.component.ts +0 -100
- package/src/components/radio/radio.styles.ts +0 -130
- package/src/components/radio/radio.ts +0 -10
- package/src/components/radio-button/radio-button.component.ts +0 -116
- package/src/components/radio-button/radio-button.styles.ts +0 -23
- package/src/components/radio-button/radio-button.ts +0 -10
- package/src/components/radio-group/radio-group.component.ts +0 -404
- package/src/components/radio-group/radio-group.styles.ts +0 -40
- package/src/components/radio-group/radio-group.ts +0 -10
- package/src/components/rating/rating.component.ts +0 -319
- package/src/components/rating/rating.styles.ts +0 -92
- package/src/components/rating/rating.ts +0 -10
- package/src/components/resize-observer/resize-observer.component.ts +0 -91
- package/src/components/resize-observer/resize-observer.styles.ts +0 -7
- package/src/components/resize-observer/resize-observer.ts +0 -10
- package/src/components/select/select.component.ts +0 -1013
- package/src/components/select/select.styles.ts +0 -361
- package/src/components/select/select.ts +0 -10
- package/src/components/spinner/spinner.component.ts +0 -38
- package/src/components/spinner/spinner.styles.ts +0 -59
- package/src/components/spinner/spinner.ts +0 -10
- package/src/components/switch/switch.component.ts +0 -253
- package/src/components/switch/switch.styles.ts +0 -176
- package/src/components/switch/switch.ts +0 -10
- package/src/components/tab/tab.component.ts +0 -87
- package/src/components/tab/tab.styles.ts +0 -83
- package/src/components/tab/tab.ts +0 -10
- package/src/components/tab-group/tab-group.component.ts +0 -607
- package/src/components/tab-group/tab-group.styles.ts +0 -217
- package/src/components/tab-group/tab-group.ts +0 -10
- package/src/components/tab-panel/tab-panel.component.ts +0 -43
- package/src/components/tab-panel/tab-panel.styles.ts +0 -16
- package/src/components/tab-panel/tab-panel.ts +0 -10
- package/src/components/tag/tag.component.ts +0 -94
- package/src/components/tag/tag.styles.ts +0 -153
- package/src/components/tag/tag.ts +0 -10
- package/src/components/tooltip/tooltip.component.ts +0 -276
- package/src/components/tooltip/tooltip.styles.ts +0 -57
- package/src/components/tooltip/tooltip.ts +0 -10
- package/src/default.css +0 -1005
- package/src/events/events.ts +0 -35
- package/src/events/pc-after-collapse.ts +0 -7
- package/src/events/pc-after-expand.ts +0 -7
- package/src/events/pc-after-hide.ts +0 -7
- package/src/events/pc-after-show.ts +0 -7
- package/src/events/pc-blur.ts +0 -7
- package/src/events/pc-cancel.ts +0 -7
- package/src/events/pc-change.ts +0 -7
- package/src/events/pc-clear.ts +0 -7
- package/src/events/pc-close.ts +0 -7
- package/src/events/pc-collapse.ts +0 -7
- package/src/events/pc-copy.ts +0 -7
- package/src/events/pc-error.ts +0 -7
- package/src/events/pc-expand.ts +0 -7
- package/src/events/pc-finish.ts +0 -7
- package/src/events/pc-focus.ts +0 -7
- package/src/events/pc-hide.ts +0 -7
- package/src/events/pc-hover.ts +0 -10
- package/src/events/pc-initial-focus.ts +0 -7
- package/src/events/pc-input.ts +0 -7
- package/src/events/pc-invalid.ts +0 -7
- package/src/events/pc-lazy-change.ts +0 -7
- package/src/events/pc-lazy-load.ts +0 -7
- package/src/events/pc-load.ts +0 -7
- package/src/events/pc-mutation.ts +0 -7
- package/src/events/pc-remove.ts +0 -7
- package/src/events/pc-reposition.ts +0 -7
- package/src/events/pc-request-close.ts +0 -9
- package/src/events/pc-resize.ts +0 -7
- package/src/events/pc-select.ts +0 -9
- package/src/events/pc-selection-change.ts +0 -10
- package/src/events/pc-show.ts +0 -7
- package/src/events/pc-slide-change.ts +0 -13
- package/src/events/pc-start.ts +0 -7
- package/src/events/pc-tab-hide.ts +0 -7
- package/src/events/pc-tab-show.ts +0 -7
- package/src/global-shims.ts +0 -126
- package/src/global.d.ts +0 -31
- package/src/internal/active-elements.ts +0 -21
- package/src/internal/animate.ts +0 -62
- package/src/internal/close-active-element.ts +0 -7
- package/src/internal/debounce.ts +0 -25
- package/src/internal/default-value.ts +0 -40
- package/src/internal/drag.ts +0 -36
- package/src/internal/emit.ts +0 -19
- package/src/internal/event.ts +0 -12
- package/src/internal/form.ts +0 -389
- package/src/internal/math.ts +0 -14
- package/src/internal/modal.ts +0 -157
- package/src/internal/offset.ts +0 -12
- package/src/internal/scroll.ts +0 -95
- package/src/internal/scrollend-polyfill.ts +0 -99
- package/src/internal/slot.ts +0 -110
- package/src/internal/string.ts +0 -3
- package/src/internal/tabbable.ts +0 -207
- package/src/internal/watch.ts +0 -58
- package/src/native-styles.css +0 -261
- package/src/placer-autoloader.ts +0 -53
- package/src/placer.ts +0 -53
- package/src/style-utilities/fouce.css +0 -13
- package/src/style-utilities/style-utilities.css +0 -2
- package/src/style-utilities/visually-hidden.css +0 -12
- package/src/utilities/animation-registry.ts +0 -72
- package/src/utilities/animation.ts +0 -4
- package/src/utilities/base-path.ts +0 -39
- package/src/utilities/form.ts +0 -41
- package/src/utilities/icon-library.ts +0 -4
- package/src/utility.css +0 -41
|
@@ -1,5 +1,2187 @@
|
|
|
1
|
-
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __export = (target, all) => {
|
|
4
|
+
for (var name in all)
|
|
5
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
6
|
+
};
|
|
7
|
+
var __decorateClass = (decorators, target, key, kind) => {
|
|
8
|
+
var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc(target, key) : target;
|
|
9
|
+
for (var i5 = decorators.length - 1, decorator; i5 >= 0; i5--)
|
|
10
|
+
if (decorator = decorators[i5])
|
|
11
|
+
result = (kind ? decorator(target, key, result) : decorator(result)) || result;
|
|
12
|
+
if (kind && result) __defProp(target, key, result);
|
|
13
|
+
return result;
|
|
14
|
+
};
|
|
2
15
|
|
|
3
|
-
|
|
16
|
+
// node_modules/@lit/reactive-element/css-tag.js
|
|
17
|
+
var t = globalThis;
|
|
18
|
+
var e = t.ShadowRoot && (void 0 === t.ShadyCSS || t.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype;
|
|
19
|
+
var s = Symbol();
|
|
20
|
+
var o = /* @__PURE__ */ new WeakMap();
|
|
21
|
+
var n = class {
|
|
22
|
+
constructor(t4, e5, o6) {
|
|
23
|
+
if (this._$cssResult$ = true, o6 !== s) throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");
|
|
24
|
+
this.cssText = t4, this.t = e5;
|
|
25
|
+
}
|
|
26
|
+
get styleSheet() {
|
|
27
|
+
let t4 = this.o;
|
|
28
|
+
const s4 = this.t;
|
|
29
|
+
if (e && void 0 === t4) {
|
|
30
|
+
const e5 = void 0 !== s4 && 1 === s4.length;
|
|
31
|
+
e5 && (t4 = o.get(s4)), void 0 === t4 && ((this.o = t4 = new CSSStyleSheet()).replaceSync(this.cssText), e5 && o.set(s4, t4));
|
|
32
|
+
}
|
|
33
|
+
return t4;
|
|
34
|
+
}
|
|
35
|
+
toString() {
|
|
36
|
+
return this.cssText;
|
|
37
|
+
}
|
|
38
|
+
};
|
|
39
|
+
var r = (t4) => new n("string" == typeof t4 ? t4 : t4 + "", void 0, s);
|
|
40
|
+
var S = (s4, o6) => {
|
|
41
|
+
if (e) s4.adoptedStyleSheets = o6.map(((t4) => t4 instanceof CSSStyleSheet ? t4 : t4.styleSheet));
|
|
42
|
+
else for (const e5 of o6) {
|
|
43
|
+
const o7 = document.createElement("style"), n5 = t.litNonce;
|
|
44
|
+
void 0 !== n5 && o7.setAttribute("nonce", n5), o7.textContent = e5.cssText, s4.appendChild(o7);
|
|
45
|
+
}
|
|
46
|
+
};
|
|
47
|
+
var c = e ? (t4) => t4 : (t4) => t4 instanceof CSSStyleSheet ? ((t5) => {
|
|
48
|
+
let e5 = "";
|
|
49
|
+
for (const s4 of t5.cssRules) e5 += s4.cssText;
|
|
50
|
+
return r(e5);
|
|
51
|
+
})(t4) : t4;
|
|
4
52
|
|
|
5
|
-
|
|
53
|
+
// node_modules/@lit/reactive-element/reactive-element.js
|
|
54
|
+
var { is: i2, defineProperty: e2, getOwnPropertyDescriptor: h, getOwnPropertyNames: r2, getOwnPropertySymbols: o2, getPrototypeOf: n2 } = Object;
|
|
55
|
+
var a = globalThis;
|
|
56
|
+
var c2 = a.trustedTypes;
|
|
57
|
+
var l = c2 ? c2.emptyScript : "";
|
|
58
|
+
var p = a.reactiveElementPolyfillSupport;
|
|
59
|
+
var d = (t4, s4) => t4;
|
|
60
|
+
var u = { toAttribute(t4, s4) {
|
|
61
|
+
switch (s4) {
|
|
62
|
+
case Boolean:
|
|
63
|
+
t4 = t4 ? l : null;
|
|
64
|
+
break;
|
|
65
|
+
case Object:
|
|
66
|
+
case Array:
|
|
67
|
+
t4 = null == t4 ? t4 : JSON.stringify(t4);
|
|
68
|
+
}
|
|
69
|
+
return t4;
|
|
70
|
+
}, fromAttribute(t4, s4) {
|
|
71
|
+
let i5 = t4;
|
|
72
|
+
switch (s4) {
|
|
73
|
+
case Boolean:
|
|
74
|
+
i5 = null !== t4;
|
|
75
|
+
break;
|
|
76
|
+
case Number:
|
|
77
|
+
i5 = null === t4 ? null : Number(t4);
|
|
78
|
+
break;
|
|
79
|
+
case Object:
|
|
80
|
+
case Array:
|
|
81
|
+
try {
|
|
82
|
+
i5 = JSON.parse(t4);
|
|
83
|
+
} catch (t5) {
|
|
84
|
+
i5 = null;
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
return i5;
|
|
88
|
+
} };
|
|
89
|
+
var f = (t4, s4) => !i2(t4, s4);
|
|
90
|
+
var b = { attribute: true, type: String, converter: u, reflect: false, useDefault: false, hasChanged: f };
|
|
91
|
+
Symbol.metadata ?? (Symbol.metadata = Symbol("metadata")), a.litPropertyMetadata ?? (a.litPropertyMetadata = /* @__PURE__ */ new WeakMap());
|
|
92
|
+
var y = class extends HTMLElement {
|
|
93
|
+
static addInitializer(t4) {
|
|
94
|
+
this._$Ei(), (this.l ?? (this.l = [])).push(t4);
|
|
95
|
+
}
|
|
96
|
+
static get observedAttributes() {
|
|
97
|
+
return this.finalize(), this._$Eh && [...this._$Eh.keys()];
|
|
98
|
+
}
|
|
99
|
+
static createProperty(t4, s4 = b) {
|
|
100
|
+
if (s4.state && (s4.attribute = false), this._$Ei(), this.prototype.hasOwnProperty(t4) && ((s4 = Object.create(s4)).wrapped = true), this.elementProperties.set(t4, s4), !s4.noAccessor) {
|
|
101
|
+
const i5 = Symbol(), h3 = this.getPropertyDescriptor(t4, i5, s4);
|
|
102
|
+
void 0 !== h3 && e2(this.prototype, t4, h3);
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
static getPropertyDescriptor(t4, s4, i5) {
|
|
106
|
+
const { get: e5, set: r6 } = h(this.prototype, t4) ?? { get() {
|
|
107
|
+
return this[s4];
|
|
108
|
+
}, set(t5) {
|
|
109
|
+
this[s4] = t5;
|
|
110
|
+
} };
|
|
111
|
+
return { get: e5, set(s5) {
|
|
112
|
+
const h3 = e5?.call(this);
|
|
113
|
+
r6?.call(this, s5), this.requestUpdate(t4, h3, i5);
|
|
114
|
+
}, configurable: true, enumerable: true };
|
|
115
|
+
}
|
|
116
|
+
static getPropertyOptions(t4) {
|
|
117
|
+
return this.elementProperties.get(t4) ?? b;
|
|
118
|
+
}
|
|
119
|
+
static _$Ei() {
|
|
120
|
+
if (this.hasOwnProperty(d("elementProperties"))) return;
|
|
121
|
+
const t4 = n2(this);
|
|
122
|
+
t4.finalize(), void 0 !== t4.l && (this.l = [...t4.l]), this.elementProperties = new Map(t4.elementProperties);
|
|
123
|
+
}
|
|
124
|
+
static finalize() {
|
|
125
|
+
if (this.hasOwnProperty(d("finalized"))) return;
|
|
126
|
+
if (this.finalized = true, this._$Ei(), this.hasOwnProperty(d("properties"))) {
|
|
127
|
+
const t5 = this.properties, s4 = [...r2(t5), ...o2(t5)];
|
|
128
|
+
for (const i5 of s4) this.createProperty(i5, t5[i5]);
|
|
129
|
+
}
|
|
130
|
+
const t4 = this[Symbol.metadata];
|
|
131
|
+
if (null !== t4) {
|
|
132
|
+
const s4 = litPropertyMetadata.get(t4);
|
|
133
|
+
if (void 0 !== s4) for (const [t5, i5] of s4) this.elementProperties.set(t5, i5);
|
|
134
|
+
}
|
|
135
|
+
this._$Eh = /* @__PURE__ */ new Map();
|
|
136
|
+
for (const [t5, s4] of this.elementProperties) {
|
|
137
|
+
const i5 = this._$Eu(t5, s4);
|
|
138
|
+
void 0 !== i5 && this._$Eh.set(i5, t5);
|
|
139
|
+
}
|
|
140
|
+
this.elementStyles = this.finalizeStyles(this.styles);
|
|
141
|
+
}
|
|
142
|
+
static finalizeStyles(s4) {
|
|
143
|
+
const i5 = [];
|
|
144
|
+
if (Array.isArray(s4)) {
|
|
145
|
+
const e5 = new Set(s4.flat(1 / 0).reverse());
|
|
146
|
+
for (const s5 of e5) i5.unshift(c(s5));
|
|
147
|
+
} else void 0 !== s4 && i5.push(c(s4));
|
|
148
|
+
return i5;
|
|
149
|
+
}
|
|
150
|
+
static _$Eu(t4, s4) {
|
|
151
|
+
const i5 = s4.attribute;
|
|
152
|
+
return false === i5 ? void 0 : "string" == typeof i5 ? i5 : "string" == typeof t4 ? t4.toLowerCase() : void 0;
|
|
153
|
+
}
|
|
154
|
+
constructor() {
|
|
155
|
+
super(), this._$Ep = void 0, this.isUpdatePending = false, this.hasUpdated = false, this._$Em = null, this._$Ev();
|
|
156
|
+
}
|
|
157
|
+
_$Ev() {
|
|
158
|
+
this._$ES = new Promise(((t4) => this.enableUpdating = t4)), this._$AL = /* @__PURE__ */ new Map(), this._$E_(), this.requestUpdate(), this.constructor.l?.forEach(((t4) => t4(this)));
|
|
159
|
+
}
|
|
160
|
+
addController(t4) {
|
|
161
|
+
(this._$EO ?? (this._$EO = /* @__PURE__ */ new Set())).add(t4), void 0 !== this.renderRoot && this.isConnected && t4.hostConnected?.();
|
|
162
|
+
}
|
|
163
|
+
removeController(t4) {
|
|
164
|
+
this._$EO?.delete(t4);
|
|
165
|
+
}
|
|
166
|
+
_$E_() {
|
|
167
|
+
const t4 = /* @__PURE__ */ new Map(), s4 = this.constructor.elementProperties;
|
|
168
|
+
for (const i5 of s4.keys()) this.hasOwnProperty(i5) && (t4.set(i5, this[i5]), delete this[i5]);
|
|
169
|
+
t4.size > 0 && (this._$Ep = t4);
|
|
170
|
+
}
|
|
171
|
+
createRenderRoot() {
|
|
172
|
+
const t4 = this.shadowRoot ?? this.attachShadow(this.constructor.shadowRootOptions);
|
|
173
|
+
return S(t4, this.constructor.elementStyles), t4;
|
|
174
|
+
}
|
|
175
|
+
connectedCallback() {
|
|
176
|
+
this.renderRoot ?? (this.renderRoot = this.createRenderRoot()), this.enableUpdating(true), this._$EO?.forEach(((t4) => t4.hostConnected?.()));
|
|
177
|
+
}
|
|
178
|
+
enableUpdating(t4) {
|
|
179
|
+
}
|
|
180
|
+
disconnectedCallback() {
|
|
181
|
+
this._$EO?.forEach(((t4) => t4.hostDisconnected?.()));
|
|
182
|
+
}
|
|
183
|
+
attributeChangedCallback(t4, s4, i5) {
|
|
184
|
+
this._$AK(t4, i5);
|
|
185
|
+
}
|
|
186
|
+
_$ET(t4, s4) {
|
|
187
|
+
const i5 = this.constructor.elementProperties.get(t4), e5 = this.constructor._$Eu(t4, i5);
|
|
188
|
+
if (void 0 !== e5 && true === i5.reflect) {
|
|
189
|
+
const h3 = (void 0 !== i5.converter?.toAttribute ? i5.converter : u).toAttribute(s4, i5.type);
|
|
190
|
+
this._$Em = t4, null == h3 ? this.removeAttribute(e5) : this.setAttribute(e5, h3), this._$Em = null;
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
_$AK(t4, s4) {
|
|
194
|
+
const i5 = this.constructor, e5 = i5._$Eh.get(t4);
|
|
195
|
+
if (void 0 !== e5 && this._$Em !== e5) {
|
|
196
|
+
const t5 = i5.getPropertyOptions(e5), h3 = "function" == typeof t5.converter ? { fromAttribute: t5.converter } : void 0 !== t5.converter?.fromAttribute ? t5.converter : u;
|
|
197
|
+
this._$Em = e5, this[e5] = h3.fromAttribute(s4, t5.type) ?? this._$Ej?.get(e5) ?? null, this._$Em = null;
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
requestUpdate(t4, s4, i5) {
|
|
201
|
+
if (void 0 !== t4) {
|
|
202
|
+
const e5 = this.constructor, h3 = this[t4];
|
|
203
|
+
if (i5 ?? (i5 = e5.getPropertyOptions(t4)), !((i5.hasChanged ?? f)(h3, s4) || i5.useDefault && i5.reflect && h3 === this._$Ej?.get(t4) && !this.hasAttribute(e5._$Eu(t4, i5)))) return;
|
|
204
|
+
this.C(t4, s4, i5);
|
|
205
|
+
}
|
|
206
|
+
false === this.isUpdatePending && (this._$ES = this._$EP());
|
|
207
|
+
}
|
|
208
|
+
C(t4, s4, { useDefault: i5, reflect: e5, wrapped: h3 }, r6) {
|
|
209
|
+
i5 && !(this._$Ej ?? (this._$Ej = /* @__PURE__ */ new Map())).has(t4) && (this._$Ej.set(t4, r6 ?? s4 ?? this[t4]), true !== h3 || void 0 !== r6) || (this._$AL.has(t4) || (this.hasUpdated || i5 || (s4 = void 0), this._$AL.set(t4, s4)), true === e5 && this._$Em !== t4 && (this._$Eq ?? (this._$Eq = /* @__PURE__ */ new Set())).add(t4));
|
|
210
|
+
}
|
|
211
|
+
async _$EP() {
|
|
212
|
+
this.isUpdatePending = true;
|
|
213
|
+
try {
|
|
214
|
+
await this._$ES;
|
|
215
|
+
} catch (t5) {
|
|
216
|
+
Promise.reject(t5);
|
|
217
|
+
}
|
|
218
|
+
const t4 = this.scheduleUpdate();
|
|
219
|
+
return null != t4 && await t4, !this.isUpdatePending;
|
|
220
|
+
}
|
|
221
|
+
scheduleUpdate() {
|
|
222
|
+
return this.performUpdate();
|
|
223
|
+
}
|
|
224
|
+
performUpdate() {
|
|
225
|
+
if (!this.isUpdatePending) return;
|
|
226
|
+
if (!this.hasUpdated) {
|
|
227
|
+
if (this.renderRoot ?? (this.renderRoot = this.createRenderRoot()), this._$Ep) {
|
|
228
|
+
for (const [t6, s5] of this._$Ep) this[t6] = s5;
|
|
229
|
+
this._$Ep = void 0;
|
|
230
|
+
}
|
|
231
|
+
const t5 = this.constructor.elementProperties;
|
|
232
|
+
if (t5.size > 0) for (const [s5, i5] of t5) {
|
|
233
|
+
const { wrapped: t6 } = i5, e5 = this[s5];
|
|
234
|
+
true !== t6 || this._$AL.has(s5) || void 0 === e5 || this.C(s5, void 0, i5, e5);
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
let t4 = false;
|
|
238
|
+
const s4 = this._$AL;
|
|
239
|
+
try {
|
|
240
|
+
t4 = this.shouldUpdate(s4), t4 ? (this.willUpdate(s4), this._$EO?.forEach(((t5) => t5.hostUpdate?.())), this.update(s4)) : this._$EM();
|
|
241
|
+
} catch (s5) {
|
|
242
|
+
throw t4 = false, this._$EM(), s5;
|
|
243
|
+
}
|
|
244
|
+
t4 && this._$AE(s4);
|
|
245
|
+
}
|
|
246
|
+
willUpdate(t4) {
|
|
247
|
+
}
|
|
248
|
+
_$AE(t4) {
|
|
249
|
+
this._$EO?.forEach(((t5) => t5.hostUpdated?.())), this.hasUpdated || (this.hasUpdated = true, this.firstUpdated(t4)), this.updated(t4);
|
|
250
|
+
}
|
|
251
|
+
_$EM() {
|
|
252
|
+
this._$AL = /* @__PURE__ */ new Map(), this.isUpdatePending = false;
|
|
253
|
+
}
|
|
254
|
+
get updateComplete() {
|
|
255
|
+
return this.getUpdateComplete();
|
|
256
|
+
}
|
|
257
|
+
getUpdateComplete() {
|
|
258
|
+
return this._$ES;
|
|
259
|
+
}
|
|
260
|
+
shouldUpdate(t4) {
|
|
261
|
+
return true;
|
|
262
|
+
}
|
|
263
|
+
update(t4) {
|
|
264
|
+
this._$Eq && (this._$Eq = this._$Eq.forEach(((t5) => this._$ET(t5, this[t5])))), this._$EM();
|
|
265
|
+
}
|
|
266
|
+
updated(t4) {
|
|
267
|
+
}
|
|
268
|
+
firstUpdated(t4) {
|
|
269
|
+
}
|
|
270
|
+
};
|
|
271
|
+
y.elementStyles = [], y.shadowRootOptions = { mode: "open" }, y[d("elementProperties")] = /* @__PURE__ */ new Map(), y[d("finalized")] = /* @__PURE__ */ new Map(), p?.({ ReactiveElement: y }), (a.reactiveElementVersions ?? (a.reactiveElementVersions = [])).push("2.1.0");
|
|
272
|
+
|
|
273
|
+
// node_modules/lit-html/lit-html.js
|
|
274
|
+
var t2 = globalThis;
|
|
275
|
+
var i3 = t2.trustedTypes;
|
|
276
|
+
var s2 = i3 ? i3.createPolicy("lit-html", { createHTML: (t4) => t4 }) : void 0;
|
|
277
|
+
var e3 = "$lit$";
|
|
278
|
+
var h2 = `lit$${Math.random().toFixed(9).slice(2)}$`;
|
|
279
|
+
var o3 = "?" + h2;
|
|
280
|
+
var n3 = `<${o3}>`;
|
|
281
|
+
var r3 = document;
|
|
282
|
+
var l2 = () => r3.createComment("");
|
|
283
|
+
var c3 = (t4) => null === t4 || "object" != typeof t4 && "function" != typeof t4;
|
|
284
|
+
var a2 = Array.isArray;
|
|
285
|
+
var u2 = (t4) => a2(t4) || "function" == typeof t4?.[Symbol.iterator];
|
|
286
|
+
var d2 = "[ \n\f\r]";
|
|
287
|
+
var f2 = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g;
|
|
288
|
+
var v = /-->/g;
|
|
289
|
+
var _ = />/g;
|
|
290
|
+
var m = RegExp(`>|${d2}(?:([^\\s"'>=/]+)(${d2}*=${d2}*(?:[^
|
|
291
|
+
\f\r"'\`<>=]|("|')|))|$)`, "g");
|
|
292
|
+
var p2 = /'/g;
|
|
293
|
+
var g = /"/g;
|
|
294
|
+
var $ = /^(?:script|style|textarea|title)$/i;
|
|
295
|
+
var y2 = (t4) => (i5, ...s4) => ({ _$litType$: t4, strings: i5, values: s4 });
|
|
296
|
+
var x = y2(1);
|
|
297
|
+
var b2 = y2(2);
|
|
298
|
+
var w = y2(3);
|
|
299
|
+
var T = Symbol.for("lit-noChange");
|
|
300
|
+
var E = Symbol.for("lit-nothing");
|
|
301
|
+
var A = /* @__PURE__ */ new WeakMap();
|
|
302
|
+
var C = r3.createTreeWalker(r3, 129);
|
|
303
|
+
function P(t4, i5) {
|
|
304
|
+
if (!a2(t4) || !t4.hasOwnProperty("raw")) throw Error("invalid template strings array");
|
|
305
|
+
return void 0 !== s2 ? s2.createHTML(i5) : i5;
|
|
306
|
+
}
|
|
307
|
+
var V = (t4, i5) => {
|
|
308
|
+
const s4 = t4.length - 1, o6 = [];
|
|
309
|
+
let r6, l3 = 2 === i5 ? "<svg>" : 3 === i5 ? "<math>" : "", c4 = f2;
|
|
310
|
+
for (let i6 = 0; i6 < s4; i6++) {
|
|
311
|
+
const s5 = t4[i6];
|
|
312
|
+
let a3, u3, d3 = -1, y3 = 0;
|
|
313
|
+
for (; y3 < s5.length && (c4.lastIndex = y3, u3 = c4.exec(s5), null !== u3); ) y3 = c4.lastIndex, c4 === f2 ? "!--" === u3[1] ? c4 = v : void 0 !== u3[1] ? c4 = _ : void 0 !== u3[2] ? ($.test(u3[2]) && (r6 = RegExp("</" + u3[2], "g")), c4 = m) : void 0 !== u3[3] && (c4 = m) : c4 === m ? ">" === u3[0] ? (c4 = r6 ?? f2, d3 = -1) : void 0 === u3[1] ? d3 = -2 : (d3 = c4.lastIndex - u3[2].length, a3 = u3[1], c4 = void 0 === u3[3] ? m : '"' === u3[3] ? g : p2) : c4 === g || c4 === p2 ? c4 = m : c4 === v || c4 === _ ? c4 = f2 : (c4 = m, r6 = void 0);
|
|
314
|
+
const x2 = c4 === m && t4[i6 + 1].startsWith("/>") ? " " : "";
|
|
315
|
+
l3 += c4 === f2 ? s5 + n3 : d3 >= 0 ? (o6.push(a3), s5.slice(0, d3) + e3 + s5.slice(d3) + h2 + x2) : s5 + h2 + (-2 === d3 ? i6 : x2);
|
|
316
|
+
}
|
|
317
|
+
return [P(t4, l3 + (t4[s4] || "<?>") + (2 === i5 ? "</svg>" : 3 === i5 ? "</math>" : "")), o6];
|
|
318
|
+
};
|
|
319
|
+
var N = class _N {
|
|
320
|
+
constructor({ strings: t4, _$litType$: s4 }, n5) {
|
|
321
|
+
let r6;
|
|
322
|
+
this.parts = [];
|
|
323
|
+
let c4 = 0, a3 = 0;
|
|
324
|
+
const u3 = t4.length - 1, d3 = this.parts, [f3, v2] = V(t4, s4);
|
|
325
|
+
if (this.el = _N.createElement(f3, n5), C.currentNode = this.el.content, 2 === s4 || 3 === s4) {
|
|
326
|
+
const t5 = this.el.content.firstChild;
|
|
327
|
+
t5.replaceWith(...t5.childNodes);
|
|
328
|
+
}
|
|
329
|
+
for (; null !== (r6 = C.nextNode()) && d3.length < u3; ) {
|
|
330
|
+
if (1 === r6.nodeType) {
|
|
331
|
+
if (r6.hasAttributes()) for (const t5 of r6.getAttributeNames()) if (t5.endsWith(e3)) {
|
|
332
|
+
const i5 = v2[a3++], s5 = r6.getAttribute(t5).split(h2), e5 = /([.?@])?(.*)/.exec(i5);
|
|
333
|
+
d3.push({ type: 1, index: c4, name: e5[2], strings: s5, ctor: "." === e5[1] ? H : "?" === e5[1] ? I : "@" === e5[1] ? L : k }), r6.removeAttribute(t5);
|
|
334
|
+
} else t5.startsWith(h2) && (d3.push({ type: 6, index: c4 }), r6.removeAttribute(t5));
|
|
335
|
+
if ($.test(r6.tagName)) {
|
|
336
|
+
const t5 = r6.textContent.split(h2), s5 = t5.length - 1;
|
|
337
|
+
if (s5 > 0) {
|
|
338
|
+
r6.textContent = i3 ? i3.emptyScript : "";
|
|
339
|
+
for (let i5 = 0; i5 < s5; i5++) r6.append(t5[i5], l2()), C.nextNode(), d3.push({ type: 2, index: ++c4 });
|
|
340
|
+
r6.append(t5[s5], l2());
|
|
341
|
+
}
|
|
342
|
+
}
|
|
343
|
+
} else if (8 === r6.nodeType) if (r6.data === o3) d3.push({ type: 2, index: c4 });
|
|
344
|
+
else {
|
|
345
|
+
let t5 = -1;
|
|
346
|
+
for (; -1 !== (t5 = r6.data.indexOf(h2, t5 + 1)); ) d3.push({ type: 7, index: c4 }), t5 += h2.length - 1;
|
|
347
|
+
}
|
|
348
|
+
c4++;
|
|
349
|
+
}
|
|
350
|
+
}
|
|
351
|
+
static createElement(t4, i5) {
|
|
352
|
+
const s4 = r3.createElement("template");
|
|
353
|
+
return s4.innerHTML = t4, s4;
|
|
354
|
+
}
|
|
355
|
+
};
|
|
356
|
+
function S2(t4, i5, s4 = t4, e5) {
|
|
357
|
+
if (i5 === T) return i5;
|
|
358
|
+
let h3 = void 0 !== e5 ? s4._$Co?.[e5] : s4._$Cl;
|
|
359
|
+
const o6 = c3(i5) ? void 0 : i5._$litDirective$;
|
|
360
|
+
return h3?.constructor !== o6 && (h3?._$AO?.(false), void 0 === o6 ? h3 = void 0 : (h3 = new o6(t4), h3._$AT(t4, s4, e5)), void 0 !== e5 ? (s4._$Co ?? (s4._$Co = []))[e5] = h3 : s4._$Cl = h3), void 0 !== h3 && (i5 = S2(t4, h3._$AS(t4, i5.values), h3, e5)), i5;
|
|
361
|
+
}
|
|
362
|
+
var M = class {
|
|
363
|
+
constructor(t4, i5) {
|
|
364
|
+
this._$AV = [], this._$AN = void 0, this._$AD = t4, this._$AM = i5;
|
|
365
|
+
}
|
|
366
|
+
get parentNode() {
|
|
367
|
+
return this._$AM.parentNode;
|
|
368
|
+
}
|
|
369
|
+
get _$AU() {
|
|
370
|
+
return this._$AM._$AU;
|
|
371
|
+
}
|
|
372
|
+
u(t4) {
|
|
373
|
+
const { el: { content: i5 }, parts: s4 } = this._$AD, e5 = (t4?.creationScope ?? r3).importNode(i5, true);
|
|
374
|
+
C.currentNode = e5;
|
|
375
|
+
let h3 = C.nextNode(), o6 = 0, n5 = 0, l3 = s4[0];
|
|
376
|
+
for (; void 0 !== l3; ) {
|
|
377
|
+
if (o6 === l3.index) {
|
|
378
|
+
let i6;
|
|
379
|
+
2 === l3.type ? i6 = new R(h3, h3.nextSibling, this, t4) : 1 === l3.type ? i6 = new l3.ctor(h3, l3.name, l3.strings, this, t4) : 6 === l3.type && (i6 = new z(h3, this, t4)), this._$AV.push(i6), l3 = s4[++n5];
|
|
380
|
+
}
|
|
381
|
+
o6 !== l3?.index && (h3 = C.nextNode(), o6++);
|
|
382
|
+
}
|
|
383
|
+
return C.currentNode = r3, e5;
|
|
384
|
+
}
|
|
385
|
+
p(t4) {
|
|
386
|
+
let i5 = 0;
|
|
387
|
+
for (const s4 of this._$AV) void 0 !== s4 && (void 0 !== s4.strings ? (s4._$AI(t4, s4, i5), i5 += s4.strings.length - 2) : s4._$AI(t4[i5])), i5++;
|
|
388
|
+
}
|
|
389
|
+
};
|
|
390
|
+
var R = class _R {
|
|
391
|
+
get _$AU() {
|
|
392
|
+
return this._$AM?._$AU ?? this._$Cv;
|
|
393
|
+
}
|
|
394
|
+
constructor(t4, i5, s4, e5) {
|
|
395
|
+
this.type = 2, this._$AH = E, this._$AN = void 0, this._$AA = t4, this._$AB = i5, this._$AM = s4, this.options = e5, this._$Cv = e5?.isConnected ?? true;
|
|
396
|
+
}
|
|
397
|
+
get parentNode() {
|
|
398
|
+
let t4 = this._$AA.parentNode;
|
|
399
|
+
const i5 = this._$AM;
|
|
400
|
+
return void 0 !== i5 && 11 === t4?.nodeType && (t4 = i5.parentNode), t4;
|
|
401
|
+
}
|
|
402
|
+
get startNode() {
|
|
403
|
+
return this._$AA;
|
|
404
|
+
}
|
|
405
|
+
get endNode() {
|
|
406
|
+
return this._$AB;
|
|
407
|
+
}
|
|
408
|
+
_$AI(t4, i5 = this) {
|
|
409
|
+
t4 = S2(this, t4, i5), c3(t4) ? t4 === E || null == t4 || "" === t4 ? (this._$AH !== E && this._$AR(), this._$AH = E) : t4 !== this._$AH && t4 !== T && this._(t4) : void 0 !== t4._$litType$ ? this.$(t4) : void 0 !== t4.nodeType ? this.T(t4) : u2(t4) ? this.k(t4) : this._(t4);
|
|
410
|
+
}
|
|
411
|
+
O(t4) {
|
|
412
|
+
return this._$AA.parentNode.insertBefore(t4, this._$AB);
|
|
413
|
+
}
|
|
414
|
+
T(t4) {
|
|
415
|
+
this._$AH !== t4 && (this._$AR(), this._$AH = this.O(t4));
|
|
416
|
+
}
|
|
417
|
+
_(t4) {
|
|
418
|
+
this._$AH !== E && c3(this._$AH) ? this._$AA.nextSibling.data = t4 : this.T(r3.createTextNode(t4)), this._$AH = t4;
|
|
419
|
+
}
|
|
420
|
+
$(t4) {
|
|
421
|
+
const { values: i5, _$litType$: s4 } = t4, e5 = "number" == typeof s4 ? this._$AC(t4) : (void 0 === s4.el && (s4.el = N.createElement(P(s4.h, s4.h[0]), this.options)), s4);
|
|
422
|
+
if (this._$AH?._$AD === e5) this._$AH.p(i5);
|
|
423
|
+
else {
|
|
424
|
+
const t5 = new M(e5, this), s5 = t5.u(this.options);
|
|
425
|
+
t5.p(i5), this.T(s5), this._$AH = t5;
|
|
426
|
+
}
|
|
427
|
+
}
|
|
428
|
+
_$AC(t4) {
|
|
429
|
+
let i5 = A.get(t4.strings);
|
|
430
|
+
return void 0 === i5 && A.set(t4.strings, i5 = new N(t4)), i5;
|
|
431
|
+
}
|
|
432
|
+
k(t4) {
|
|
433
|
+
a2(this._$AH) || (this._$AH = [], this._$AR());
|
|
434
|
+
const i5 = this._$AH;
|
|
435
|
+
let s4, e5 = 0;
|
|
436
|
+
for (const h3 of t4) e5 === i5.length ? i5.push(s4 = new _R(this.O(l2()), this.O(l2()), this, this.options)) : s4 = i5[e5], s4._$AI(h3), e5++;
|
|
437
|
+
e5 < i5.length && (this._$AR(s4 && s4._$AB.nextSibling, e5), i5.length = e5);
|
|
438
|
+
}
|
|
439
|
+
_$AR(t4 = this._$AA.nextSibling, i5) {
|
|
440
|
+
for (this._$AP?.(false, true, i5); t4 && t4 !== this._$AB; ) {
|
|
441
|
+
const i6 = t4.nextSibling;
|
|
442
|
+
t4.remove(), t4 = i6;
|
|
443
|
+
}
|
|
444
|
+
}
|
|
445
|
+
setConnected(t4) {
|
|
446
|
+
void 0 === this._$AM && (this._$Cv = t4, this._$AP?.(t4));
|
|
447
|
+
}
|
|
448
|
+
};
|
|
449
|
+
var k = class {
|
|
450
|
+
get tagName() {
|
|
451
|
+
return this.element.tagName;
|
|
452
|
+
}
|
|
453
|
+
get _$AU() {
|
|
454
|
+
return this._$AM._$AU;
|
|
455
|
+
}
|
|
456
|
+
constructor(t4, i5, s4, e5, h3) {
|
|
457
|
+
this.type = 1, this._$AH = E, this._$AN = void 0, this.element = t4, this.name = i5, this._$AM = e5, this.options = h3, s4.length > 2 || "" !== s4[0] || "" !== s4[1] ? (this._$AH = Array(s4.length - 1).fill(new String()), this.strings = s4) : this._$AH = E;
|
|
458
|
+
}
|
|
459
|
+
_$AI(t4, i5 = this, s4, e5) {
|
|
460
|
+
const h3 = this.strings;
|
|
461
|
+
let o6 = false;
|
|
462
|
+
if (void 0 === h3) t4 = S2(this, t4, i5, 0), o6 = !c3(t4) || t4 !== this._$AH && t4 !== T, o6 && (this._$AH = t4);
|
|
463
|
+
else {
|
|
464
|
+
const e6 = t4;
|
|
465
|
+
let n5, r6;
|
|
466
|
+
for (t4 = h3[0], n5 = 0; n5 < h3.length - 1; n5++) r6 = S2(this, e6[s4 + n5], i5, n5), r6 === T && (r6 = this._$AH[n5]), o6 || (o6 = !c3(r6) || r6 !== this._$AH[n5]), r6 === E ? t4 = E : t4 !== E && (t4 += (r6 ?? "") + h3[n5 + 1]), this._$AH[n5] = r6;
|
|
467
|
+
}
|
|
468
|
+
o6 && !e5 && this.j(t4);
|
|
469
|
+
}
|
|
470
|
+
j(t4) {
|
|
471
|
+
t4 === E ? this.element.removeAttribute(this.name) : this.element.setAttribute(this.name, t4 ?? "");
|
|
472
|
+
}
|
|
473
|
+
};
|
|
474
|
+
var H = class extends k {
|
|
475
|
+
constructor() {
|
|
476
|
+
super(...arguments), this.type = 3;
|
|
477
|
+
}
|
|
478
|
+
j(t4) {
|
|
479
|
+
this.element[this.name] = t4 === E ? void 0 : t4;
|
|
480
|
+
}
|
|
481
|
+
};
|
|
482
|
+
var I = class extends k {
|
|
483
|
+
constructor() {
|
|
484
|
+
super(...arguments), this.type = 4;
|
|
485
|
+
}
|
|
486
|
+
j(t4) {
|
|
487
|
+
this.element.toggleAttribute(this.name, !!t4 && t4 !== E);
|
|
488
|
+
}
|
|
489
|
+
};
|
|
490
|
+
var L = class extends k {
|
|
491
|
+
constructor(t4, i5, s4, e5, h3) {
|
|
492
|
+
super(t4, i5, s4, e5, h3), this.type = 5;
|
|
493
|
+
}
|
|
494
|
+
_$AI(t4, i5 = this) {
|
|
495
|
+
if ((t4 = S2(this, t4, i5, 0) ?? E) === T) return;
|
|
496
|
+
const s4 = this._$AH, e5 = t4 === E && s4 !== E || t4.capture !== s4.capture || t4.once !== s4.once || t4.passive !== s4.passive, h3 = t4 !== E && (s4 === E || e5);
|
|
497
|
+
e5 && this.element.removeEventListener(this.name, this, s4), h3 && this.element.addEventListener(this.name, this, t4), this._$AH = t4;
|
|
498
|
+
}
|
|
499
|
+
handleEvent(t4) {
|
|
500
|
+
"function" == typeof this._$AH ? this._$AH.call(this.options?.host ?? this.element, t4) : this._$AH.handleEvent(t4);
|
|
501
|
+
}
|
|
502
|
+
};
|
|
503
|
+
var z = class {
|
|
504
|
+
constructor(t4, i5, s4) {
|
|
505
|
+
this.element = t4, this.type = 6, this._$AN = void 0, this._$AM = i5, this.options = s4;
|
|
506
|
+
}
|
|
507
|
+
get _$AU() {
|
|
508
|
+
return this._$AM._$AU;
|
|
509
|
+
}
|
|
510
|
+
_$AI(t4) {
|
|
511
|
+
S2(this, t4);
|
|
512
|
+
}
|
|
513
|
+
};
|
|
514
|
+
var j = t2.litHtmlPolyfillSupport;
|
|
515
|
+
j?.(N, R), (t2.litHtmlVersions ?? (t2.litHtmlVersions = [])).push("3.3.0");
|
|
516
|
+
var B = (t4, i5, s4) => {
|
|
517
|
+
const e5 = s4?.renderBefore ?? i5;
|
|
518
|
+
let h3 = e5._$litPart$;
|
|
519
|
+
if (void 0 === h3) {
|
|
520
|
+
const t5 = s4?.renderBefore ?? null;
|
|
521
|
+
e5._$litPart$ = h3 = new R(i5.insertBefore(l2(), t5), t5, void 0, s4 ?? {});
|
|
522
|
+
}
|
|
523
|
+
return h3._$AI(t4), h3;
|
|
524
|
+
};
|
|
525
|
+
|
|
526
|
+
// node_modules/lit-element/lit-element.js
|
|
527
|
+
var s3 = globalThis;
|
|
528
|
+
var i4 = class extends y {
|
|
529
|
+
constructor() {
|
|
530
|
+
super(...arguments), this.renderOptions = { host: this }, this._$Do = void 0;
|
|
531
|
+
}
|
|
532
|
+
createRenderRoot() {
|
|
533
|
+
var _a;
|
|
534
|
+
const t4 = super.createRenderRoot();
|
|
535
|
+
return (_a = this.renderOptions).renderBefore ?? (_a.renderBefore = t4.firstChild), t4;
|
|
536
|
+
}
|
|
537
|
+
update(t4) {
|
|
538
|
+
const r6 = this.render();
|
|
539
|
+
this.hasUpdated || (this.renderOptions.isConnected = this.isConnected), super.update(t4), this._$Do = B(r6, this.renderRoot, this.renderOptions);
|
|
540
|
+
}
|
|
541
|
+
connectedCallback() {
|
|
542
|
+
super.connectedCallback(), this._$Do?.setConnected(true);
|
|
543
|
+
}
|
|
544
|
+
disconnectedCallback() {
|
|
545
|
+
super.disconnectedCallback(), this._$Do?.setConnected(false);
|
|
546
|
+
}
|
|
547
|
+
render() {
|
|
548
|
+
return T;
|
|
549
|
+
}
|
|
550
|
+
};
|
|
551
|
+
i4._$litElement$ = true, i4["finalized"] = true, s3.litElementHydrateSupport?.({ LitElement: i4 });
|
|
552
|
+
var o4 = s3.litElementPolyfillSupport;
|
|
553
|
+
o4?.({ LitElement: i4 });
|
|
554
|
+
(s3.litElementVersions ?? (s3.litElementVersions = [])).push("4.2.0");
|
|
555
|
+
|
|
556
|
+
// node_modules/@lit/reactive-element/decorators/custom-element.js
|
|
557
|
+
var t3 = (t4) => (e5, o6) => {
|
|
558
|
+
void 0 !== o6 ? o6.addInitializer((() => {
|
|
559
|
+
customElements.define(t4, e5);
|
|
560
|
+
})) : customElements.define(t4, e5);
|
|
561
|
+
};
|
|
562
|
+
|
|
563
|
+
// node_modules/@lit/reactive-element/decorators/property.js
|
|
564
|
+
var o5 = { attribute: true, type: String, converter: u, reflect: false, hasChanged: f };
|
|
565
|
+
var r4 = (t4 = o5, e5, r6) => {
|
|
566
|
+
const { kind: n5, metadata: i5 } = r6;
|
|
567
|
+
let s4 = globalThis.litPropertyMetadata.get(i5);
|
|
568
|
+
if (void 0 === s4 && globalThis.litPropertyMetadata.set(i5, s4 = /* @__PURE__ */ new Map()), "setter" === n5 && ((t4 = Object.create(t4)).wrapped = true), s4.set(r6.name, t4), "accessor" === n5) {
|
|
569
|
+
const { name: o6 } = r6;
|
|
570
|
+
return { set(r7) {
|
|
571
|
+
const n6 = e5.get.call(this);
|
|
572
|
+
e5.set.call(this, r7), this.requestUpdate(o6, n6, t4);
|
|
573
|
+
}, init(e6) {
|
|
574
|
+
return void 0 !== e6 && this.C(o6, void 0, t4, e6), e6;
|
|
575
|
+
} };
|
|
576
|
+
}
|
|
577
|
+
if ("setter" === n5) {
|
|
578
|
+
const { name: o6 } = r6;
|
|
579
|
+
return function(r7) {
|
|
580
|
+
const n6 = this[o6];
|
|
581
|
+
e5.call(this, r7), this.requestUpdate(o6, n6, t4);
|
|
582
|
+
};
|
|
583
|
+
}
|
|
584
|
+
throw Error("Unsupported decorator location: " + n5);
|
|
585
|
+
};
|
|
586
|
+
function n4(t4) {
|
|
587
|
+
return (e5, o6) => "object" == typeof o6 ? r4(t4, e5, o6) : ((t5, e6, o7) => {
|
|
588
|
+
const r6 = e6.hasOwnProperty(o7);
|
|
589
|
+
return e6.constructor.createProperty(o7, t5), r6 ? Object.getOwnPropertyDescriptor(e6, o7) : void 0;
|
|
590
|
+
})(t4, e5, o6);
|
|
591
|
+
}
|
|
592
|
+
|
|
593
|
+
// node_modules/@lit/reactive-element/decorators/base.js
|
|
594
|
+
var e4 = (e5, t4, c4) => (c4.configurable = true, c4.enumerable = true, Reflect.decorate && "object" != typeof t4 && Object.defineProperty(e5, t4, c4), c4);
|
|
595
|
+
|
|
596
|
+
// node_modules/@lit/reactive-element/decorators/query-async.js
|
|
597
|
+
function r5(r6) {
|
|
598
|
+
return (n5, e5) => e4(n5, e5, { async get() {
|
|
599
|
+
return await this.updateComplete, this.renderRoot?.querySelector(r6) ?? null;
|
|
600
|
+
} });
|
|
601
|
+
}
|
|
602
|
+
|
|
603
|
+
// src/styles/component-styles/host.css
|
|
604
|
+
var host_default = ":host {\n box-sizing: border-box !important;\n}\n\n:host *,\n:host *::before,\n:host *::after {\n box-sizing: inherit !important;\n}\n\n[hidden] {\n display: none !important;\n}\n";
|
|
605
|
+
|
|
606
|
+
// src/internal/placer-element.ts
|
|
607
|
+
var PlacerElement = class extends i4 {
|
|
608
|
+
constructor() {
|
|
609
|
+
super();
|
|
610
|
+
this.hasRecordedInitialProperties = false;
|
|
611
|
+
this.initialReflectedProperties = /* @__PURE__ */ new Map();
|
|
612
|
+
/** A method to set and check custom states. */
|
|
613
|
+
this.customStates = {
|
|
614
|
+
/** Adds or removes the specified custom state. */
|
|
615
|
+
set: (customState, active) => {
|
|
616
|
+
if (!Boolean(this.internals?.states)) {
|
|
617
|
+
return;
|
|
618
|
+
}
|
|
619
|
+
if (active) {
|
|
620
|
+
this.internals.states.add(customState);
|
|
621
|
+
} else {
|
|
622
|
+
this.internals.states.delete(customState);
|
|
623
|
+
}
|
|
624
|
+
},
|
|
625
|
+
/** Determines whether or not the element currently has the specified state. */
|
|
626
|
+
has: (customState) => {
|
|
627
|
+
if (!Boolean(this.internals?.states)) {
|
|
628
|
+
return false;
|
|
629
|
+
}
|
|
630
|
+
return this.internals.states.has(customState);
|
|
631
|
+
}
|
|
632
|
+
};
|
|
633
|
+
try {
|
|
634
|
+
this.internals = this.attachInternals();
|
|
635
|
+
} catch {
|
|
636
|
+
console.error(
|
|
637
|
+
"Element internals are not supported in your browser. Consider using a polyfill."
|
|
638
|
+
);
|
|
639
|
+
}
|
|
640
|
+
this.customStates.set("pc-defined", true);
|
|
641
|
+
let Self = this.constructor;
|
|
642
|
+
for (let [property, spec] of Self.elementProperties) {
|
|
643
|
+
if (spec.default === "inherit" && spec.initial !== void 0 && typeof property === "string") {
|
|
644
|
+
this.customStates.set(
|
|
645
|
+
`initial-${property}-${spec.initial}`,
|
|
646
|
+
true
|
|
647
|
+
);
|
|
648
|
+
}
|
|
649
|
+
}
|
|
650
|
+
}
|
|
651
|
+
/** Override the default `styles` property to fetch and convert string CSS files. Components can override this behavior by setting their own `static styles = []` property. */
|
|
652
|
+
static get styles() {
|
|
653
|
+
const styles = Array.isArray(this.css) ? this.css : this.css ? [this.css] : [];
|
|
654
|
+
return [host_default, ...styles].map(
|
|
655
|
+
(style) => typeof style === "string" ? r(style) : style
|
|
656
|
+
);
|
|
657
|
+
}
|
|
658
|
+
attributeChangedCallback(name, oldValue, newValue) {
|
|
659
|
+
if (!this.hasRecordedInitialProperties) {
|
|
660
|
+
this.constructor.elementProperties.forEach((object, property) => {
|
|
661
|
+
if (typeof property === "string" && object.reflect) {
|
|
662
|
+
const value = this[property];
|
|
663
|
+
if (value != null) {
|
|
664
|
+
this.initialReflectedProperties.set(property, value);
|
|
665
|
+
}
|
|
666
|
+
}
|
|
667
|
+
});
|
|
668
|
+
this.hasRecordedInitialProperties = true;
|
|
669
|
+
}
|
|
670
|
+
super.attributeChangedCallback(name, oldValue, newValue);
|
|
671
|
+
}
|
|
672
|
+
willUpdate(changedProperties) {
|
|
673
|
+
super.willUpdate(changedProperties);
|
|
674
|
+
this.initialReflectedProperties.forEach((value, prop) => {
|
|
675
|
+
if (changedProperties.has(prop) && this[prop] == null) {
|
|
676
|
+
this[prop] = value;
|
|
677
|
+
}
|
|
678
|
+
});
|
|
679
|
+
}
|
|
680
|
+
firstUpdated(changedProperties) {
|
|
681
|
+
super.firstUpdated(changedProperties);
|
|
682
|
+
}
|
|
683
|
+
};
|
|
684
|
+
__decorateClass([
|
|
685
|
+
n4()
|
|
686
|
+
], PlacerElement.prototype, "lang", 2);
|
|
687
|
+
__decorateClass([
|
|
688
|
+
n4()
|
|
689
|
+
], PlacerElement.prototype, "dir", 2);
|
|
690
|
+
|
|
691
|
+
// src/internal/watch.ts
|
|
692
|
+
function watch(propertyName, options) {
|
|
693
|
+
const resolvedOptions = {
|
|
694
|
+
waitUntilFirstUpdate: false,
|
|
695
|
+
...options
|
|
696
|
+
};
|
|
697
|
+
return (proto, decoratedFnName) => {
|
|
698
|
+
const { update } = proto;
|
|
699
|
+
const watchedProperties = Array.isArray(propertyName) ? propertyName : [propertyName];
|
|
700
|
+
proto.update = function(changedProps) {
|
|
701
|
+
watchedProperties.forEach((property) => {
|
|
702
|
+
const key = property;
|
|
703
|
+
if (changedProps.has(key)) {
|
|
704
|
+
const oldValue = changedProps.get(key);
|
|
705
|
+
const newValue = this[key];
|
|
706
|
+
if (oldValue !== newValue) {
|
|
707
|
+
if (!resolvedOptions.waitUntilFirstUpdate || this.hasUpdated) {
|
|
708
|
+
this[decoratedFnName](
|
|
709
|
+
oldValue,
|
|
710
|
+
newValue
|
|
711
|
+
);
|
|
712
|
+
}
|
|
713
|
+
}
|
|
714
|
+
}
|
|
715
|
+
});
|
|
716
|
+
update.call(this, changedProps);
|
|
717
|
+
};
|
|
718
|
+
};
|
|
719
|
+
}
|
|
720
|
+
|
|
721
|
+
// src/internal/emit.ts
|
|
722
|
+
function emit(target, eventName, eventDetail) {
|
|
723
|
+
const { detail, cancelable, ...options } = eventDetail || {};
|
|
724
|
+
const event = new CustomEvent(eventName, {
|
|
725
|
+
bubbles: true,
|
|
726
|
+
cancelable: cancelable !== void 0 ? cancelable : false,
|
|
727
|
+
composed: true,
|
|
728
|
+
detail,
|
|
729
|
+
...options
|
|
730
|
+
});
|
|
731
|
+
target.dispatchEvent(event);
|
|
732
|
+
return event;
|
|
733
|
+
}
|
|
734
|
+
|
|
735
|
+
// src/animations/index.ts
|
|
736
|
+
var animations_exports = {};
|
|
737
|
+
__export(animations_exports, {
|
|
738
|
+
backInDown: () => backInDown,
|
|
739
|
+
backInLeft: () => backInLeft,
|
|
740
|
+
backInRight: () => backInRight,
|
|
741
|
+
backInUp: () => backInUp,
|
|
742
|
+
backOutDown: () => backOutDown,
|
|
743
|
+
backOutLeft: () => backOutLeft,
|
|
744
|
+
backOutRight: () => backOutRight,
|
|
745
|
+
backOutUp: () => backOutUp,
|
|
746
|
+
bounce: () => bounce,
|
|
747
|
+
bounceIn: () => bounceIn,
|
|
748
|
+
bounceInDown: () => bounceInDown,
|
|
749
|
+
bounceInLeft: () => bounceInLeft,
|
|
750
|
+
bounceInRight: () => bounceInRight,
|
|
751
|
+
bounceInUp: () => bounceInUp,
|
|
752
|
+
bounceOut: () => bounceOut,
|
|
753
|
+
bounceOutDown: () => bounceOutDown,
|
|
754
|
+
bounceOutLeft: () => bounceOutLeft,
|
|
755
|
+
bounceOutRight: () => bounceOutRight,
|
|
756
|
+
bounceOutUp: () => bounceOutUp,
|
|
757
|
+
easings: () => easings,
|
|
758
|
+
fadeIn: () => fadeIn,
|
|
759
|
+
fadeInBottomLeft: () => fadeInBottomLeft,
|
|
760
|
+
fadeInBottomRight: () => fadeInBottomRight,
|
|
761
|
+
fadeInDown: () => fadeInDown,
|
|
762
|
+
fadeInDownBig: () => fadeInDownBig,
|
|
763
|
+
fadeInLeft: () => fadeInLeft,
|
|
764
|
+
fadeInLeftBig: () => fadeInLeftBig,
|
|
765
|
+
fadeInRight: () => fadeInRight,
|
|
766
|
+
fadeInRightBig: () => fadeInRightBig,
|
|
767
|
+
fadeInTopLeft: () => fadeInTopLeft,
|
|
768
|
+
fadeInTopRight: () => fadeInTopRight,
|
|
769
|
+
fadeInUp: () => fadeInUp,
|
|
770
|
+
fadeInUpBig: () => fadeInUpBig,
|
|
771
|
+
fadeOut: () => fadeOut,
|
|
772
|
+
fadeOutBottomLeft: () => fadeOutBottomLeft,
|
|
773
|
+
fadeOutBottomRight: () => fadeOutBottomRight,
|
|
774
|
+
fadeOutDown: () => fadeOutDown,
|
|
775
|
+
fadeOutDownBig: () => fadeOutDownBig,
|
|
776
|
+
fadeOutLeft: () => fadeOutLeft,
|
|
777
|
+
fadeOutLeftBig: () => fadeOutLeftBig,
|
|
778
|
+
fadeOutRight: () => fadeOutRight,
|
|
779
|
+
fadeOutRightBig: () => fadeOutRightBig,
|
|
780
|
+
fadeOutTopLeft: () => fadeOutTopLeft,
|
|
781
|
+
fadeOutTopRight: () => fadeOutTopRight,
|
|
782
|
+
fadeOutUp: () => fadeOutUp,
|
|
783
|
+
fadeOutUpBig: () => fadeOutUpBig,
|
|
784
|
+
flash: () => flash,
|
|
785
|
+
flip: () => flip,
|
|
786
|
+
flipInX: () => flipInX,
|
|
787
|
+
flipInY: () => flipInY,
|
|
788
|
+
flipOutX: () => flipOutX,
|
|
789
|
+
flipOutY: () => flipOutY,
|
|
790
|
+
headShake: () => headShake,
|
|
791
|
+
heartBeat: () => heartBeat,
|
|
792
|
+
hinge: () => hinge,
|
|
793
|
+
jackInTheBox: () => jackInTheBox,
|
|
794
|
+
jello: () => jello,
|
|
795
|
+
lightSpeedInLeft: () => lightSpeedInLeft,
|
|
796
|
+
lightSpeedInRight: () => lightSpeedInRight,
|
|
797
|
+
lightSpeedOutLeft: () => lightSpeedOutLeft,
|
|
798
|
+
lightSpeedOutRight: () => lightSpeedOutRight,
|
|
799
|
+
pulse: () => pulse,
|
|
800
|
+
rollIn: () => rollIn,
|
|
801
|
+
rollOut: () => rollOut,
|
|
802
|
+
rotateIn: () => rotateIn,
|
|
803
|
+
rotateInDownLeft: () => rotateInDownLeft,
|
|
804
|
+
rotateInDownRight: () => rotateInDownRight,
|
|
805
|
+
rotateInUpLeft: () => rotateInUpLeft,
|
|
806
|
+
rotateInUpRight: () => rotateInUpRight,
|
|
807
|
+
rotateOut: () => rotateOut,
|
|
808
|
+
rotateOutDownLeft: () => rotateOutDownLeft,
|
|
809
|
+
rotateOutDownRight: () => rotateOutDownRight,
|
|
810
|
+
rotateOutUpLeft: () => rotateOutUpLeft,
|
|
811
|
+
rotateOutUpRight: () => rotateOutUpRight,
|
|
812
|
+
rubberBand: () => rubberBand,
|
|
813
|
+
shake: () => shake,
|
|
814
|
+
shakeX: () => shakeX,
|
|
815
|
+
shakeY: () => shakeY,
|
|
816
|
+
slideInDown: () => slideInDown,
|
|
817
|
+
slideInLeft: () => slideInLeft,
|
|
818
|
+
slideInRight: () => slideInRight,
|
|
819
|
+
slideInUp: () => slideInUp,
|
|
820
|
+
slideOutDown: () => slideOutDown,
|
|
821
|
+
slideOutLeft: () => slideOutLeft,
|
|
822
|
+
slideOutRight: () => slideOutRight,
|
|
823
|
+
slideOutUp: () => slideOutUp,
|
|
824
|
+
swing: () => swing,
|
|
825
|
+
tada: () => tada,
|
|
826
|
+
wobble: () => wobble,
|
|
827
|
+
zoomIn: () => zoomIn,
|
|
828
|
+
zoomInDown: () => zoomInDown,
|
|
829
|
+
zoomInLeft: () => zoomInLeft,
|
|
830
|
+
zoomInRight: () => zoomInRight,
|
|
831
|
+
zoomInUp: () => zoomInUp,
|
|
832
|
+
zoomOut: () => zoomOut,
|
|
833
|
+
zoomOutDown: () => zoomOutDown,
|
|
834
|
+
zoomOutLeft: () => zoomOutLeft,
|
|
835
|
+
zoomOutRight: () => zoomOutRight,
|
|
836
|
+
zoomOutUp: () => zoomOutUp
|
|
837
|
+
});
|
|
838
|
+
|
|
839
|
+
// src/animations/attention_seekers/bounce.ts
|
|
840
|
+
var bounce = [
|
|
841
|
+
{
|
|
842
|
+
offset: 0,
|
|
843
|
+
easing: "cubic-bezier(0.215, 0.61, 0.355, 1)",
|
|
844
|
+
transform: "translate3d(0, 0, 0)"
|
|
845
|
+
},
|
|
846
|
+
{
|
|
847
|
+
offset: 0.2,
|
|
848
|
+
easing: "cubic-bezier(0.215, 0.61, 0.355, 1)",
|
|
849
|
+
transform: "translate3d(0, 0, 0)"
|
|
850
|
+
},
|
|
851
|
+
{
|
|
852
|
+
offset: 0.4,
|
|
853
|
+
easing: "cubic-bezier(0.755, 0.05, 0.855, 0.06)",
|
|
854
|
+
transform: "translate3d(0, -30px, 0) scaleY(1.1)"
|
|
855
|
+
},
|
|
856
|
+
{
|
|
857
|
+
offset: 0.43,
|
|
858
|
+
easing: "cubic-bezier(0.755, 0.05, 0.855, 0.06)",
|
|
859
|
+
transform: "translate3d(0, -30px, 0) scaleY(1.1)"
|
|
860
|
+
},
|
|
861
|
+
{
|
|
862
|
+
offset: 0.53,
|
|
863
|
+
easing: "cubic-bezier(0.215, 0.61, 0.355, 1)",
|
|
864
|
+
transform: "translate3d(0, 0, 0)"
|
|
865
|
+
},
|
|
866
|
+
{
|
|
867
|
+
offset: 0.7,
|
|
868
|
+
easing: "cubic-bezier(0.755, 0.05, 0.855, 0.06)",
|
|
869
|
+
transform: "translate3d(0, -15px, 0) scaleY(1.05)"
|
|
870
|
+
},
|
|
871
|
+
{
|
|
872
|
+
"offset": 0.8,
|
|
873
|
+
"transition-timing-function": "cubic-bezier(0.215, 0.61, 0.355, 1)",
|
|
874
|
+
"transform": "translate3d(0, 0, 0) scaleY(0.95)"
|
|
875
|
+
},
|
|
876
|
+
{ offset: 0.9, transform: "translate3d(0, -4px, 0) scaleY(1.02)" },
|
|
877
|
+
{
|
|
878
|
+
offset: 1,
|
|
879
|
+
easing: "cubic-bezier(0.215, 0.61, 0.355, 1)",
|
|
880
|
+
transform: "translate3d(0, 0, 0)"
|
|
881
|
+
}
|
|
882
|
+
];
|
|
883
|
+
|
|
884
|
+
// src/animations/attention_seekers/flash.ts
|
|
885
|
+
var flash = [
|
|
886
|
+
{ offset: 0, opacity: "1" },
|
|
887
|
+
{ offset: 0.25, opacity: "0" },
|
|
888
|
+
{ offset: 0.5, opacity: "1" },
|
|
889
|
+
{ offset: 0.75, opacity: "0" },
|
|
890
|
+
{ offset: 1, opacity: "1" }
|
|
891
|
+
];
|
|
892
|
+
|
|
893
|
+
// src/animations/attention_seekers/headShake.ts
|
|
894
|
+
var headShake = [
|
|
895
|
+
{ offset: 0, transform: "translateX(0)" },
|
|
896
|
+
{ offset: 0.065, transform: "translateX(-6px) rotateY(-9deg)" },
|
|
897
|
+
{ offset: 0.185, transform: "translateX(5px) rotateY(7deg)" },
|
|
898
|
+
{ offset: 0.315, transform: "translateX(-3px) rotateY(-5deg)" },
|
|
899
|
+
{ offset: 0.435, transform: "translateX(2px) rotateY(3deg)" },
|
|
900
|
+
{ offset: 0.5, transform: "translateX(0)" }
|
|
901
|
+
];
|
|
902
|
+
|
|
903
|
+
// src/animations/attention_seekers/heartBeat.ts
|
|
904
|
+
var heartBeat = [
|
|
905
|
+
{ offset: 0, transform: "scale(1)" },
|
|
906
|
+
{ offset: 0.14, transform: "scale(1.3)" },
|
|
907
|
+
{ offset: 0.28, transform: "scale(1)" },
|
|
908
|
+
{ offset: 0.42, transform: "scale(1.3)" },
|
|
909
|
+
{ offset: 0.7, transform: "scale(1)" }
|
|
910
|
+
];
|
|
911
|
+
|
|
912
|
+
// src/animations/attention_seekers/jello.ts
|
|
913
|
+
var jello = [
|
|
914
|
+
{ offset: 0, transform: "translate3d(0, 0, 0)" },
|
|
915
|
+
{ offset: 0.111, transform: "translate3d(0, 0, 0)" },
|
|
916
|
+
{ offset: 0.222, transform: "skewX(-12.5deg) skewY(-12.5deg)" },
|
|
917
|
+
{ offset: 0.33299999999999996, transform: "skewX(6.25deg) skewY(6.25deg)" },
|
|
918
|
+
{ offset: 0.444, transform: "skewX(-3.125deg) skewY(-3.125deg)" },
|
|
919
|
+
{ offset: 0.555, transform: "skewX(1.5625deg) skewY(1.5625deg)" },
|
|
920
|
+
{
|
|
921
|
+
offset: 0.6659999999999999,
|
|
922
|
+
transform: "skewX(-0.78125deg) skewY(-0.78125deg)"
|
|
923
|
+
},
|
|
924
|
+
{ offset: 0.777, transform: "skewX(0.390625deg) skewY(0.390625deg)" },
|
|
925
|
+
{ offset: 0.888, transform: "skewX(-0.1953125deg) skewY(-0.1953125deg)" },
|
|
926
|
+
{ offset: 1, transform: "translate3d(0, 0, 0)" }
|
|
927
|
+
];
|
|
928
|
+
|
|
929
|
+
// src/animations/attention_seekers/pulse.ts
|
|
930
|
+
var pulse = [
|
|
931
|
+
{ offset: 0, transform: "scale3d(1, 1, 1)" },
|
|
932
|
+
{ offset: 0.5, transform: "scale3d(1.05, 1.05, 1.05)" },
|
|
933
|
+
{ offset: 1, transform: "scale3d(1, 1, 1)" }
|
|
934
|
+
];
|
|
935
|
+
|
|
936
|
+
// src/animations/attention_seekers/rubberBand.ts
|
|
937
|
+
var rubberBand = [
|
|
938
|
+
{ offset: 0, transform: "scale3d(1, 1, 1)" },
|
|
939
|
+
{ offset: 0.3, transform: "scale3d(1.25, 0.75, 1)" },
|
|
940
|
+
{ offset: 0.4, transform: "scale3d(0.75, 1.25, 1)" },
|
|
941
|
+
{ offset: 0.5, transform: "scale3d(1.15, 0.85, 1)" },
|
|
942
|
+
{ offset: 0.65, transform: "scale3d(0.95, 1.05, 1)" },
|
|
943
|
+
{ offset: 0.75, transform: "scale3d(1.05, 0.95, 1)" },
|
|
944
|
+
{ offset: 1, transform: "scale3d(1, 1, 1)" }
|
|
945
|
+
];
|
|
946
|
+
|
|
947
|
+
// src/animations/attention_seekers/shake.ts
|
|
948
|
+
var shake = [
|
|
949
|
+
{ offset: 0, transform: "translate3d(0, 0, 0)" },
|
|
950
|
+
{ offset: 0.1, transform: "translate3d(-10px, 0, 0)" },
|
|
951
|
+
{ offset: 0.2, transform: "translate3d(10px, 0, 0)" },
|
|
952
|
+
{ offset: 0.3, transform: "translate3d(-10px, 0, 0)" },
|
|
953
|
+
{ offset: 0.4, transform: "translate3d(10px, 0, 0)" },
|
|
954
|
+
{ offset: 0.5, transform: "translate3d(-10px, 0, 0)" },
|
|
955
|
+
{ offset: 0.6, transform: "translate3d(10px, 0, 0)" },
|
|
956
|
+
{ offset: 0.7, transform: "translate3d(-10px, 0, 0)" },
|
|
957
|
+
{ offset: 0.8, transform: "translate3d(10px, 0, 0)" },
|
|
958
|
+
{ offset: 0.9, transform: "translate3d(-10px, 0, 0)" },
|
|
959
|
+
{ offset: 1, transform: "translate3d(0, 0, 0)" }
|
|
960
|
+
];
|
|
961
|
+
|
|
962
|
+
// src/animations/attention_seekers/shakeX.ts
|
|
963
|
+
var shakeX = [
|
|
964
|
+
{ offset: 0, transform: "translate3d(0, 0, 0)" },
|
|
965
|
+
{ offset: 0.1, transform: "translate3d(-10px, 0, 0)" },
|
|
966
|
+
{ offset: 0.2, transform: "translate3d(10px, 0, 0)" },
|
|
967
|
+
{ offset: 0.3, transform: "translate3d(-10px, 0, 0)" },
|
|
968
|
+
{ offset: 0.4, transform: "translate3d(10px, 0, 0)" },
|
|
969
|
+
{ offset: 0.5, transform: "translate3d(-10px, 0, 0)" },
|
|
970
|
+
{ offset: 0.6, transform: "translate3d(10px, 0, 0)" },
|
|
971
|
+
{ offset: 0.7, transform: "translate3d(-10px, 0, 0)" },
|
|
972
|
+
{ offset: 0.8, transform: "translate3d(10px, 0, 0)" },
|
|
973
|
+
{ offset: 0.9, transform: "translate3d(-10px, 0, 0)" },
|
|
974
|
+
{ offset: 1, transform: "translate3d(0, 0, 0)" }
|
|
975
|
+
];
|
|
976
|
+
|
|
977
|
+
// src/animations/attention_seekers/shakeY.ts
|
|
978
|
+
var shakeY = [
|
|
979
|
+
{ offset: 0, transform: "translate3d(0, 0, 0)" },
|
|
980
|
+
{ offset: 0.1, transform: "translate3d(0, -10px, 0)" },
|
|
981
|
+
{ offset: 0.2, transform: "translate3d(0, 10px, 0)" },
|
|
982
|
+
{ offset: 0.3, transform: "translate3d(0, -10px, 0)" },
|
|
983
|
+
{ offset: 0.4, transform: "translate3d(0, 10px, 0)" },
|
|
984
|
+
{ offset: 0.5, transform: "translate3d(0, -10px, 0)" },
|
|
985
|
+
{ offset: 0.6, transform: "translate3d(0, 10px, 0)" },
|
|
986
|
+
{ offset: 0.7, transform: "translate3d(0, -10px, 0)" },
|
|
987
|
+
{ offset: 0.8, transform: "translate3d(0, 10px, 0)" },
|
|
988
|
+
{ offset: 0.9, transform: "translate3d(0, -10px, 0)" },
|
|
989
|
+
{ offset: 1, transform: "translate3d(0, 0, 0)" }
|
|
990
|
+
];
|
|
991
|
+
|
|
992
|
+
// src/animations/attention_seekers/swing.ts
|
|
993
|
+
var swing = [
|
|
994
|
+
{ offset: 0.2, transform: "rotate3d(0, 0, 1, 15deg)" },
|
|
995
|
+
{ offset: 0.4, transform: "rotate3d(0, 0, 1, -10deg)" },
|
|
996
|
+
{ offset: 0.6, transform: "rotate3d(0, 0, 1, 5deg)" },
|
|
997
|
+
{ offset: 0.8, transform: "rotate3d(0, 0, 1, -5deg)" },
|
|
998
|
+
{ offset: 1, transform: "rotate3d(0, 0, 1, 0deg)" }
|
|
999
|
+
];
|
|
1000
|
+
|
|
1001
|
+
// src/animations/attention_seekers/tada.ts
|
|
1002
|
+
var tada = [
|
|
1003
|
+
{ offset: 0, transform: "scale3d(1, 1, 1)" },
|
|
1004
|
+
{
|
|
1005
|
+
offset: 0.1,
|
|
1006
|
+
transform: "scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)"
|
|
1007
|
+
},
|
|
1008
|
+
{
|
|
1009
|
+
offset: 0.2,
|
|
1010
|
+
transform: "scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)"
|
|
1011
|
+
},
|
|
1012
|
+
{
|
|
1013
|
+
offset: 0.3,
|
|
1014
|
+
transform: "scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)"
|
|
1015
|
+
},
|
|
1016
|
+
{
|
|
1017
|
+
offset: 0.4,
|
|
1018
|
+
transform: "scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)"
|
|
1019
|
+
},
|
|
1020
|
+
{
|
|
1021
|
+
offset: 0.5,
|
|
1022
|
+
transform: "scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)"
|
|
1023
|
+
},
|
|
1024
|
+
{
|
|
1025
|
+
offset: 0.6,
|
|
1026
|
+
transform: "scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)"
|
|
1027
|
+
},
|
|
1028
|
+
{
|
|
1029
|
+
offset: 0.7,
|
|
1030
|
+
transform: "scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)"
|
|
1031
|
+
},
|
|
1032
|
+
{
|
|
1033
|
+
offset: 0.8,
|
|
1034
|
+
transform: "scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)"
|
|
1035
|
+
},
|
|
1036
|
+
{
|
|
1037
|
+
offset: 0.9,
|
|
1038
|
+
transform: "scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)"
|
|
1039
|
+
},
|
|
1040
|
+
{ offset: 1, transform: "scale3d(1, 1, 1)" }
|
|
1041
|
+
];
|
|
1042
|
+
|
|
1043
|
+
// src/animations/attention_seekers/wobble.ts
|
|
1044
|
+
var wobble = [
|
|
1045
|
+
{ offset: 0, transform: "translate3d(0, 0, 0)" },
|
|
1046
|
+
{
|
|
1047
|
+
offset: 0.15,
|
|
1048
|
+
transform: "translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)"
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
offset: 0.3,
|
|
1052
|
+
transform: "translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)"
|
|
1053
|
+
},
|
|
1054
|
+
{
|
|
1055
|
+
offset: 0.45,
|
|
1056
|
+
transform: "translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)"
|
|
1057
|
+
},
|
|
1058
|
+
{
|
|
1059
|
+
offset: 0.6,
|
|
1060
|
+
transform: "translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)"
|
|
1061
|
+
},
|
|
1062
|
+
{
|
|
1063
|
+
offset: 0.75,
|
|
1064
|
+
transform: "translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)"
|
|
1065
|
+
},
|
|
1066
|
+
{ offset: 1, transform: "translate3d(0, 0, 0)" }
|
|
1067
|
+
];
|
|
1068
|
+
|
|
1069
|
+
// src/animations/back_entrances/backInDown.ts
|
|
1070
|
+
var backInDown = [
|
|
1071
|
+
{ offset: 0, transform: "translateY(-1200px) scale(0.7)", opacity: "0.7" },
|
|
1072
|
+
{ offset: 0.8, transform: "translateY(0px) scale(0.7)", opacity: "0.7" },
|
|
1073
|
+
{ offset: 1, transform: "scale(1)", opacity: "1" }
|
|
1074
|
+
];
|
|
1075
|
+
|
|
1076
|
+
// src/animations/back_entrances/backInLeft.ts
|
|
1077
|
+
var backInLeft = [
|
|
1078
|
+
{ offset: 0, transform: "translateX(-2000px) scale(0.7)", opacity: "0.7" },
|
|
1079
|
+
{ offset: 0.8, transform: "translateX(0px) scale(0.7)", opacity: "0.7" },
|
|
1080
|
+
{ offset: 1, transform: "scale(1)", opacity: "1" }
|
|
1081
|
+
];
|
|
1082
|
+
|
|
1083
|
+
// src/animations/back_entrances/backInRight.ts
|
|
1084
|
+
var backInRight = [
|
|
1085
|
+
{ offset: 0, transform: "translateX(2000px) scale(0.7)", opacity: "0.7" },
|
|
1086
|
+
{ offset: 0.8, transform: "translateX(0px) scale(0.7)", opacity: "0.7" },
|
|
1087
|
+
{ offset: 1, transform: "scale(1)", opacity: "1" }
|
|
1088
|
+
];
|
|
1089
|
+
|
|
1090
|
+
// src/animations/back_entrances/backInUp.ts
|
|
1091
|
+
var backInUp = [
|
|
1092
|
+
{ offset: 0, transform: "translateY(1200px) scale(0.7)", opacity: "0.7" },
|
|
1093
|
+
{ offset: 0.8, transform: "translateY(0px) scale(0.7)", opacity: "0.7" },
|
|
1094
|
+
{ offset: 1, transform: "scale(1)", opacity: "1" }
|
|
1095
|
+
];
|
|
1096
|
+
|
|
1097
|
+
// src/animations/back_exits/backOutDown.ts
|
|
1098
|
+
var backOutDown = [
|
|
1099
|
+
{ offset: 0, transform: "scale(1)", opacity: "1" },
|
|
1100
|
+
{ offset: 0.2, transform: "translateY(0px) scale(0.7)", opacity: "0.7" },
|
|
1101
|
+
{ offset: 1, transform: "translateY(700px) scale(0.7)", opacity: "0.7" }
|
|
1102
|
+
];
|
|
1103
|
+
|
|
1104
|
+
// src/animations/back_exits/backOutLeft.ts
|
|
1105
|
+
var backOutLeft = [
|
|
1106
|
+
{ offset: 0, transform: "scale(1)", opacity: "1" },
|
|
1107
|
+
{ offset: 0.2, transform: "translateX(0px) scale(0.7)", opacity: "0.7" },
|
|
1108
|
+
{ offset: 1, transform: "translateX(-2000px) scale(0.7)", opacity: "0.7" }
|
|
1109
|
+
];
|
|
1110
|
+
|
|
1111
|
+
// src/animations/back_exits/backOutRight.ts
|
|
1112
|
+
var backOutRight = [
|
|
1113
|
+
{ offset: 0, transform: "scale(1)", opacity: "1" },
|
|
1114
|
+
{ offset: 0.2, transform: "translateX(0px) scale(0.7)", opacity: "0.7" },
|
|
1115
|
+
{ offset: 1, transform: "translateX(2000px) scale(0.7)", opacity: "0.7" }
|
|
1116
|
+
];
|
|
1117
|
+
|
|
1118
|
+
// src/animations/back_exits/backOutUp.ts
|
|
1119
|
+
var backOutUp = [
|
|
1120
|
+
{ offset: 0, transform: "scale(1)", opacity: "1" },
|
|
1121
|
+
{ offset: 0.2, transform: "translateY(0px) scale(0.7)", opacity: "0.7" },
|
|
1122
|
+
{ offset: 1, transform: "translateY(-700px) scale(0.7)", opacity: "0.7" }
|
|
1123
|
+
];
|
|
1124
|
+
|
|
1125
|
+
// src/animations/bouncing_entrances/bounceIn.ts
|
|
1126
|
+
var bounceIn = [
|
|
1127
|
+
{ offset: 0, opacity: "0", transform: "scale3d(0.3, 0.3, 0.3)" },
|
|
1128
|
+
{ offset: 0, easing: "cubic-bezier(0.215, 0.61, 0.355, 1)" },
|
|
1129
|
+
{ offset: 0.2, transform: "scale3d(1.1, 1.1, 1.1)" },
|
|
1130
|
+
{ offset: 0.2, easing: "cubic-bezier(0.215, 0.61, 0.355, 1)" },
|
|
1131
|
+
{ offset: 0.4, transform: "scale3d(0.9, 0.9, 0.9)" },
|
|
1132
|
+
{ offset: 0.4, easing: "cubic-bezier(0.215, 0.61, 0.355, 1)" },
|
|
1133
|
+
{ offset: 0.6, opacity: "1", transform: "scale3d(1.03, 1.03, 1.03)" },
|
|
1134
|
+
{ offset: 0.6, easing: "cubic-bezier(0.215, 0.61, 0.355, 1)" },
|
|
1135
|
+
{ offset: 0.8, transform: "scale3d(0.97, 0.97, 0.97)" },
|
|
1136
|
+
{ offset: 0.8, easing: "cubic-bezier(0.215, 0.61, 0.355, 1)" },
|
|
1137
|
+
{ offset: 1, opacity: "1", transform: "scale3d(1, 1, 1)" },
|
|
1138
|
+
{ offset: 1, easing: "cubic-bezier(0.215, 0.61, 0.355, 1)" }
|
|
1139
|
+
];
|
|
1140
|
+
|
|
1141
|
+
// src/animations/bouncing_entrances/bounceInDown.ts
|
|
1142
|
+
var bounceInDown = [
|
|
1143
|
+
{
|
|
1144
|
+
offset: 0,
|
|
1145
|
+
opacity: "0",
|
|
1146
|
+
transform: "translate3d(0, -3000px, 0) scaleY(3)"
|
|
1147
|
+
},
|
|
1148
|
+
{ offset: 0, easing: "cubic-bezier(0.215, 0.61, 0.355, 1)" },
|
|
1149
|
+
{
|
|
1150
|
+
offset: 0.6,
|
|
1151
|
+
opacity: "1",
|
|
1152
|
+
transform: "translate3d(0, 25px, 0) scaleY(0.9)"
|
|
1153
|
+
},
|
|
1154
|
+
{ offset: 0.6, easing: "cubic-bezier(0.215, 0.61, 0.355, 1)" },
|
|
1155
|
+
{ offset: 0.75, transform: "translate3d(0, -10px, 0) scaleY(0.95)" },
|
|
1156
|
+
{ offset: 0.75, easing: "cubic-bezier(0.215, 0.61, 0.355, 1)" },
|
|
1157
|
+
{ offset: 0.9, transform: "translate3d(0, 5px, 0) scaleY(0.985)" },
|
|
1158
|
+
{ offset: 0.9, easing: "cubic-bezier(0.215, 0.61, 0.355, 1)" },
|
|
1159
|
+
{ offset: 1, transform: "translate3d(0, 0, 0)" },
|
|
1160
|
+
{ offset: 1, easing: "cubic-bezier(0.215, 0.61, 0.355, 1)" }
|
|
1161
|
+
];
|
|
1162
|
+
|
|
1163
|
+
// src/animations/bouncing_entrances/bounceInLeft.ts
|
|
1164
|
+
var bounceInLeft = [
|
|
1165
|
+
{
|
|
1166
|
+
offset: 0,
|
|
1167
|
+
opacity: "0",
|
|
1168
|
+
transform: "translate3d(-3000px, 0, 0) scaleX(3)"
|
|
1169
|
+
},
|
|
1170
|
+
{ offset: 0, easing: "cubic-bezier(0.215, 0.61, 0.355, 1)" },
|
|
1171
|
+
{
|
|
1172
|
+
offset: 0.6,
|
|
1173
|
+
opacity: "1",
|
|
1174
|
+
transform: "translate3d(25px, 0, 0) scaleX(1)"
|
|
1175
|
+
},
|
|
1176
|
+
{ offset: 0.6, easing: "cubic-bezier(0.215, 0.61, 0.355, 1)" },
|
|
1177
|
+
{ offset: 0.75, transform: "translate3d(-10px, 0, 0) scaleX(0.98)" },
|
|
1178
|
+
{ offset: 0.75, easing: "cubic-bezier(0.215, 0.61, 0.355, 1)" },
|
|
1179
|
+
{ offset: 0.9, transform: "translate3d(5px, 0, 0) scaleX(0.995)" },
|
|
1180
|
+
{ offset: 0.9, easing: "cubic-bezier(0.215, 0.61, 0.355, 1)" },
|
|
1181
|
+
{ offset: 1, transform: "translate3d(0, 0, 0)" },
|
|
1182
|
+
{ offset: 1, easing: "cubic-bezier(0.215, 0.61, 0.355, 1)" }
|
|
1183
|
+
];
|
|
1184
|
+
|
|
1185
|
+
// src/animations/bouncing_entrances/bounceInRight.ts
|
|
1186
|
+
var bounceInRight = [
|
|
1187
|
+
{
|
|
1188
|
+
offset: 0,
|
|
1189
|
+
opacity: "0",
|
|
1190
|
+
transform: "translate3d(3000px, 0, 0) scaleX(3)"
|
|
1191
|
+
},
|
|
1192
|
+
{ offset: 0, easing: "cubic-bezier(0.215, 0.61, 0.355, 1)" },
|
|
1193
|
+
{
|
|
1194
|
+
offset: 0.6,
|
|
1195
|
+
opacity: "1",
|
|
1196
|
+
transform: "translate3d(-25px, 0, 0) scaleX(1)"
|
|
1197
|
+
},
|
|
1198
|
+
{ offset: 0.6, easing: "cubic-bezier(0.215, 0.61, 0.355, 1)" },
|
|
1199
|
+
{ offset: 0.75, transform: "translate3d(10px, 0, 0) scaleX(0.98)" },
|
|
1200
|
+
{ offset: 0.75, easing: "cubic-bezier(0.215, 0.61, 0.355, 1)" },
|
|
1201
|
+
{ offset: 0.9, transform: "translate3d(-5px, 0, 0) scaleX(0.995)" },
|
|
1202
|
+
{ offset: 0.9, easing: "cubic-bezier(0.215, 0.61, 0.355, 1)" },
|
|
1203
|
+
{ offset: 1, transform: "translate3d(0, 0, 0)" },
|
|
1204
|
+
{ offset: 1, easing: "cubic-bezier(0.215, 0.61, 0.355, 1)" }
|
|
1205
|
+
];
|
|
1206
|
+
|
|
1207
|
+
// src/animations/bouncing_entrances/bounceInUp.ts
|
|
1208
|
+
var bounceInUp = [
|
|
1209
|
+
{
|
|
1210
|
+
offset: 0,
|
|
1211
|
+
opacity: "0",
|
|
1212
|
+
transform: "translate3d(0, 3000px, 0) scaleY(5)"
|
|
1213
|
+
},
|
|
1214
|
+
{ offset: 0, easing: "cubic-bezier(0.215, 0.61, 0.355, 1)" },
|
|
1215
|
+
{
|
|
1216
|
+
offset: 0.6,
|
|
1217
|
+
opacity: "1",
|
|
1218
|
+
transform: "translate3d(0, -20px, 0) scaleY(0.9)"
|
|
1219
|
+
},
|
|
1220
|
+
{ offset: 0.6, easing: "cubic-bezier(0.215, 0.61, 0.355, 1)" },
|
|
1221
|
+
{ offset: 0.75, transform: "translate3d(0, 10px, 0) scaleY(0.95)" },
|
|
1222
|
+
{ offset: 0.75, easing: "cubic-bezier(0.215, 0.61, 0.355, 1)" },
|
|
1223
|
+
{ offset: 0.9, transform: "translate3d(0, -5px, 0) scaleY(0.985)" },
|
|
1224
|
+
{ offset: 0.9, easing: "cubic-bezier(0.215, 0.61, 0.355, 1)" },
|
|
1225
|
+
{ offset: 1, transform: "translate3d(0, 0, 0)" },
|
|
1226
|
+
{ offset: 1, easing: "cubic-bezier(0.215, 0.61, 0.355, 1)" }
|
|
1227
|
+
];
|
|
1228
|
+
|
|
1229
|
+
// src/animations/bouncing_exits/bounceOut.ts
|
|
1230
|
+
var bounceOut = [
|
|
1231
|
+
{ offset: 0.2, transform: "scale3d(0.9, 0.9, 0.9)" },
|
|
1232
|
+
{ offset: 0.5, opacity: "1", transform: "scale3d(1.1, 1.1, 1.1)" },
|
|
1233
|
+
{ offset: 0.55, opacity: "1", transform: "scale3d(1.1, 1.1, 1.1)" },
|
|
1234
|
+
{ offset: 1, opacity: "0", transform: "scale3d(0.3, 0.3, 0.3)" }
|
|
1235
|
+
];
|
|
1236
|
+
|
|
1237
|
+
// src/animations/bouncing_exits/bounceOutDown.ts
|
|
1238
|
+
var bounceOutDown = [
|
|
1239
|
+
{ offset: 0.2, transform: "translate3d(0, 10px, 0) scaleY(0.985)" },
|
|
1240
|
+
{
|
|
1241
|
+
offset: 0.4,
|
|
1242
|
+
opacity: "1",
|
|
1243
|
+
transform: "translate3d(0, -20px, 0) scaleY(0.9)"
|
|
1244
|
+
},
|
|
1245
|
+
{
|
|
1246
|
+
offset: 0.45,
|
|
1247
|
+
opacity: "1",
|
|
1248
|
+
transform: "translate3d(0, -20px, 0) scaleY(0.9)"
|
|
1249
|
+
},
|
|
1250
|
+
{
|
|
1251
|
+
offset: 1,
|
|
1252
|
+
opacity: "0",
|
|
1253
|
+
transform: "translate3d(0, 2000px, 0) scaleY(3)"
|
|
1254
|
+
}
|
|
1255
|
+
];
|
|
1256
|
+
|
|
1257
|
+
// src/animations/bouncing_exits/bounceOutLeft.ts
|
|
1258
|
+
var bounceOutLeft = [
|
|
1259
|
+
{
|
|
1260
|
+
offset: 0.2,
|
|
1261
|
+
opacity: "1",
|
|
1262
|
+
transform: "translate3d(20px, 0, 0) scaleX(0.9)"
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
offset: 1,
|
|
1266
|
+
opacity: "0",
|
|
1267
|
+
transform: "translate3d(-2000px, 0, 0) scaleX(2)"
|
|
1268
|
+
}
|
|
1269
|
+
];
|
|
1270
|
+
|
|
1271
|
+
// src/animations/bouncing_exits/bounceOutRight.ts
|
|
1272
|
+
var bounceOutRight = [
|
|
1273
|
+
{
|
|
1274
|
+
offset: 0.2,
|
|
1275
|
+
opacity: "1",
|
|
1276
|
+
transform: "translate3d(-20px, 0, 0) scaleX(0.9)"
|
|
1277
|
+
},
|
|
1278
|
+
{
|
|
1279
|
+
offset: 1,
|
|
1280
|
+
opacity: "0",
|
|
1281
|
+
transform: "translate3d(2000px, 0, 0) scaleX(2)"
|
|
1282
|
+
}
|
|
1283
|
+
];
|
|
1284
|
+
|
|
1285
|
+
// src/animations/bouncing_exits/bounceOutUp.ts
|
|
1286
|
+
var bounceOutUp = [
|
|
1287
|
+
{ offset: 0.2, transform: "translate3d(0, -10px, 0) scaleY(0.985)" },
|
|
1288
|
+
{
|
|
1289
|
+
offset: 0.4,
|
|
1290
|
+
opacity: "1",
|
|
1291
|
+
transform: "translate3d(0, 20px, 0) scaleY(0.9)"
|
|
1292
|
+
},
|
|
1293
|
+
{
|
|
1294
|
+
offset: 0.45,
|
|
1295
|
+
opacity: "1",
|
|
1296
|
+
transform: "translate3d(0, 20px, 0) scaleY(0.9)"
|
|
1297
|
+
},
|
|
1298
|
+
{
|
|
1299
|
+
offset: 1,
|
|
1300
|
+
opacity: "0",
|
|
1301
|
+
transform: "translate3d(0, -2000px, 0) scaleY(3)"
|
|
1302
|
+
}
|
|
1303
|
+
];
|
|
1304
|
+
|
|
1305
|
+
// src/animations/fading_entrances/fadeIn.ts
|
|
1306
|
+
var fadeIn = [
|
|
1307
|
+
{ offset: 0, opacity: "0" },
|
|
1308
|
+
{ offset: 1, opacity: "1" }
|
|
1309
|
+
];
|
|
1310
|
+
|
|
1311
|
+
// src/animations/fading_entrances/fadeInBottomLeft.ts
|
|
1312
|
+
var fadeInBottomLeft = [
|
|
1313
|
+
{ offset: 0, opacity: "0", transform: "translate3d(-100%, 100%, 0)" },
|
|
1314
|
+
{ offset: 1, opacity: "1", transform: "translate3d(0, 0, 0)" }
|
|
1315
|
+
];
|
|
1316
|
+
|
|
1317
|
+
// src/animations/fading_entrances/fadeInBottomRight.ts
|
|
1318
|
+
var fadeInBottomRight = [
|
|
1319
|
+
{ offset: 0, opacity: "0", transform: "translate3d(100%, 100%, 0)" },
|
|
1320
|
+
{ offset: 1, opacity: "1", transform: "translate3d(0, 0, 0)" }
|
|
1321
|
+
];
|
|
1322
|
+
|
|
1323
|
+
// src/animations/fading_entrances/fadeInDown.ts
|
|
1324
|
+
var fadeInDown = [
|
|
1325
|
+
{ offset: 0, opacity: "0", transform: "translate3d(0, -100%, 0)" },
|
|
1326
|
+
{ offset: 1, opacity: "1", transform: "translate3d(0, 0, 0)" }
|
|
1327
|
+
];
|
|
1328
|
+
|
|
1329
|
+
// src/animations/fading_entrances/fadeInDownBig.ts
|
|
1330
|
+
var fadeInDownBig = [
|
|
1331
|
+
{ offset: 0, opacity: "0", transform: "translate3d(0, -2000px, 0)" },
|
|
1332
|
+
{ offset: 1, opacity: "1", transform: "translate3d(0, 0, 0)" }
|
|
1333
|
+
];
|
|
1334
|
+
|
|
1335
|
+
// src/animations/fading_entrances/fadeInLeft.ts
|
|
1336
|
+
var fadeInLeft = [
|
|
1337
|
+
{ offset: 0, opacity: "0", transform: "translate3d(-100%, 0, 0)" },
|
|
1338
|
+
{ offset: 1, opacity: "1", transform: "translate3d(0, 0, 0)" }
|
|
1339
|
+
];
|
|
1340
|
+
|
|
1341
|
+
// src/animations/fading_entrances/fadeInLeftBig.ts
|
|
1342
|
+
var fadeInLeftBig = [
|
|
1343
|
+
{ offset: 0, opacity: "0", transform: "translate3d(-2000px, 0, 0)" },
|
|
1344
|
+
{ offset: 1, opacity: "1", transform: "translate3d(0, 0, 0)" }
|
|
1345
|
+
];
|
|
1346
|
+
|
|
1347
|
+
// src/animations/fading_entrances/fadeInRight.ts
|
|
1348
|
+
var fadeInRight = [
|
|
1349
|
+
{ offset: 0, opacity: "0", transform: "translate3d(100%, 0, 0)" },
|
|
1350
|
+
{ offset: 1, opacity: "1", transform: "translate3d(0, 0, 0)" }
|
|
1351
|
+
];
|
|
1352
|
+
|
|
1353
|
+
// src/animations/fading_entrances/fadeInRightBig.ts
|
|
1354
|
+
var fadeInRightBig = [
|
|
1355
|
+
{ offset: 0, opacity: "0", transform: "translate3d(2000px, 0, 0)" },
|
|
1356
|
+
{ offset: 1, opacity: "1", transform: "translate3d(0, 0, 0)" }
|
|
1357
|
+
];
|
|
1358
|
+
|
|
1359
|
+
// src/animations/fading_entrances/fadeInTopLeft.ts
|
|
1360
|
+
var fadeInTopLeft = [
|
|
1361
|
+
{ offset: 0, opacity: "0", transform: "translate3d(-100%, -100%, 0)" },
|
|
1362
|
+
{ offset: 1, opacity: "1", transform: "translate3d(0, 0, 0)" }
|
|
1363
|
+
];
|
|
1364
|
+
|
|
1365
|
+
// src/animations/fading_entrances/fadeInTopRight.ts
|
|
1366
|
+
var fadeInTopRight = [
|
|
1367
|
+
{ offset: 0, opacity: "0", transform: "translate3d(100%, -100%, 0)" },
|
|
1368
|
+
{ offset: 1, opacity: "1", transform: "translate3d(0, 0, 0)" }
|
|
1369
|
+
];
|
|
1370
|
+
|
|
1371
|
+
// src/animations/fading_entrances/fadeInUp.ts
|
|
1372
|
+
var fadeInUp = [
|
|
1373
|
+
{ offset: 0, opacity: "0", transform: "translate3d(0, 100%, 0)" },
|
|
1374
|
+
{ offset: 1, opacity: "1", transform: "translate3d(0, 0, 0)" }
|
|
1375
|
+
];
|
|
1376
|
+
|
|
1377
|
+
// src/animations/fading_entrances/fadeInUpBig.ts
|
|
1378
|
+
var fadeInUpBig = [
|
|
1379
|
+
{ offset: 0, opacity: "0", transform: "translate3d(0, 2000px, 0)" },
|
|
1380
|
+
{ offset: 1, opacity: "1", transform: "translate3d(0, 0, 0)" }
|
|
1381
|
+
];
|
|
1382
|
+
|
|
1383
|
+
// src/animations/fading_exits/fadeOut.ts
|
|
1384
|
+
var fadeOut = [
|
|
1385
|
+
{ offset: 0, opacity: "1" },
|
|
1386
|
+
{ offset: 1, opacity: "0" }
|
|
1387
|
+
];
|
|
1388
|
+
|
|
1389
|
+
// src/animations/fading_exits/fadeOutBottomLeft.ts
|
|
1390
|
+
var fadeOutBottomLeft = [
|
|
1391
|
+
{ offset: 0, opacity: "1", transform: "translate3d(0, 0, 0)" },
|
|
1392
|
+
{ offset: 1, opacity: "0", transform: "translate3d(-100%, 100%, 0)" }
|
|
1393
|
+
];
|
|
1394
|
+
|
|
1395
|
+
// src/animations/fading_exits/fadeOutBottomRight.ts
|
|
1396
|
+
var fadeOutBottomRight = [
|
|
1397
|
+
{ offset: 0, opacity: "1", transform: "translate3d(0, 0, 0)" },
|
|
1398
|
+
{ offset: 1, opacity: "0", transform: "translate3d(100%, 100%, 0)" }
|
|
1399
|
+
];
|
|
1400
|
+
|
|
1401
|
+
// src/animations/fading_exits/fadeOutDown.ts
|
|
1402
|
+
var fadeOutDown = [
|
|
1403
|
+
{ offset: 0, opacity: "1" },
|
|
1404
|
+
{ offset: 1, opacity: "0", transform: "translate3d(0, 100%, 0)" }
|
|
1405
|
+
];
|
|
1406
|
+
|
|
1407
|
+
// src/animations/fading_exits/fadeOutDownBig.ts
|
|
1408
|
+
var fadeOutDownBig = [
|
|
1409
|
+
{ offset: 0, opacity: "1" },
|
|
1410
|
+
{ offset: 1, opacity: "0", transform: "translate3d(0, 2000px, 0)" }
|
|
1411
|
+
];
|
|
1412
|
+
|
|
1413
|
+
// src/animations/fading_exits/fadeOutLeft.ts
|
|
1414
|
+
var fadeOutLeft = [
|
|
1415
|
+
{ offset: 0, opacity: "1" },
|
|
1416
|
+
{ offset: 1, opacity: "0", transform: "translate3d(-100%, 0, 0)" }
|
|
1417
|
+
];
|
|
1418
|
+
|
|
1419
|
+
// src/animations/fading_exits/fadeOutLeftBig.ts
|
|
1420
|
+
var fadeOutLeftBig = [
|
|
1421
|
+
{ offset: 0, opacity: "1" },
|
|
1422
|
+
{ offset: 1, opacity: "0", transform: "translate3d(-2000px, 0, 0)" }
|
|
1423
|
+
];
|
|
1424
|
+
|
|
1425
|
+
// src/animations/fading_exits/fadeOutRight.ts
|
|
1426
|
+
var fadeOutRight = [
|
|
1427
|
+
{ offset: 0, opacity: "1" },
|
|
1428
|
+
{ offset: 1, opacity: "0", transform: "translate3d(100%, 0, 0)" }
|
|
1429
|
+
];
|
|
1430
|
+
|
|
1431
|
+
// src/animations/fading_exits/fadeOutRightBig.ts
|
|
1432
|
+
var fadeOutRightBig = [
|
|
1433
|
+
{ offset: 0, opacity: "1" },
|
|
1434
|
+
{ offset: 1, opacity: "0", transform: "translate3d(2000px, 0, 0)" }
|
|
1435
|
+
];
|
|
1436
|
+
|
|
1437
|
+
// src/animations/fading_exits/fadeOutTopLeft.ts
|
|
1438
|
+
var fadeOutTopLeft = [
|
|
1439
|
+
{ offset: 0, opacity: "1", transform: "translate3d(0, 0, 0)" },
|
|
1440
|
+
{ offset: 1, opacity: "0", transform: "translate3d(-100%, -100%, 0)" }
|
|
1441
|
+
];
|
|
1442
|
+
|
|
1443
|
+
// src/animations/fading_exits/fadeOutTopRight.ts
|
|
1444
|
+
var fadeOutTopRight = [
|
|
1445
|
+
{ offset: 0, opacity: "1", transform: "translate3d(0, 0, 0)" },
|
|
1446
|
+
{ offset: 1, opacity: "0", transform: "translate3d(100%, -100%, 0)" }
|
|
1447
|
+
];
|
|
1448
|
+
|
|
1449
|
+
// src/animations/fading_exits/fadeOutUp.ts
|
|
1450
|
+
var fadeOutUp = [
|
|
1451
|
+
{ offset: 0, opacity: "1" },
|
|
1452
|
+
{ offset: 1, opacity: "0", transform: "translate3d(0, -100%, 0)" }
|
|
1453
|
+
];
|
|
1454
|
+
|
|
1455
|
+
// src/animations/fading_exits/fadeOutUpBig.ts
|
|
1456
|
+
var fadeOutUpBig = [
|
|
1457
|
+
{ offset: 0, opacity: "1" },
|
|
1458
|
+
{ offset: 1, opacity: "0", transform: "translate3d(0, -2000px, 0)" }
|
|
1459
|
+
];
|
|
1460
|
+
|
|
1461
|
+
// src/animations/flippers/flip.ts
|
|
1462
|
+
var flip = [
|
|
1463
|
+
{
|
|
1464
|
+
offset: 0,
|
|
1465
|
+
transform: "perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg)",
|
|
1466
|
+
easing: "ease-out"
|
|
1467
|
+
},
|
|
1468
|
+
{
|
|
1469
|
+
offset: 0.4,
|
|
1470
|
+
transform: "perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)\n rotate3d(0, 1, 0, -190deg)",
|
|
1471
|
+
easing: "ease-out"
|
|
1472
|
+
},
|
|
1473
|
+
{
|
|
1474
|
+
offset: 0.5,
|
|
1475
|
+
transform: "perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)\n rotate3d(0, 1, 0, -170deg)",
|
|
1476
|
+
easing: "ease-in"
|
|
1477
|
+
},
|
|
1478
|
+
{
|
|
1479
|
+
offset: 0.8,
|
|
1480
|
+
transform: "perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)\n rotate3d(0, 1, 0, 0deg)",
|
|
1481
|
+
easing: "ease-in"
|
|
1482
|
+
},
|
|
1483
|
+
{
|
|
1484
|
+
offset: 1,
|
|
1485
|
+
transform: "perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg)",
|
|
1486
|
+
easing: "ease-in"
|
|
1487
|
+
}
|
|
1488
|
+
];
|
|
1489
|
+
|
|
1490
|
+
// src/animations/flippers/flipInX.ts
|
|
1491
|
+
var flipInX = [
|
|
1492
|
+
{
|
|
1493
|
+
offset: 0,
|
|
1494
|
+
transform: "perspective(400px) rotate3d(1, 0, 0, 90deg)",
|
|
1495
|
+
easing: "ease-in",
|
|
1496
|
+
opacity: "0"
|
|
1497
|
+
},
|
|
1498
|
+
{
|
|
1499
|
+
offset: 0.4,
|
|
1500
|
+
transform: "perspective(400px) rotate3d(1, 0, 0, -20deg)",
|
|
1501
|
+
easing: "ease-in"
|
|
1502
|
+
},
|
|
1503
|
+
{
|
|
1504
|
+
offset: 0.6,
|
|
1505
|
+
transform: "perspective(400px) rotate3d(1, 0, 0, 10deg)",
|
|
1506
|
+
opacity: "1"
|
|
1507
|
+
},
|
|
1508
|
+
{ offset: 0.8, transform: "perspective(400px) rotate3d(1, 0, 0, -5deg)" },
|
|
1509
|
+
{ offset: 1, transform: "perspective(400px)" }
|
|
1510
|
+
];
|
|
1511
|
+
|
|
1512
|
+
// src/animations/flippers/flipInY.ts
|
|
1513
|
+
var flipInY = [
|
|
1514
|
+
{
|
|
1515
|
+
offset: 0,
|
|
1516
|
+
transform: "perspective(400px) rotate3d(0, 1, 0, 90deg)",
|
|
1517
|
+
easing: "ease-in",
|
|
1518
|
+
opacity: "0"
|
|
1519
|
+
},
|
|
1520
|
+
{
|
|
1521
|
+
offset: 0.4,
|
|
1522
|
+
transform: "perspective(400px) rotate3d(0, 1, 0, -20deg)",
|
|
1523
|
+
easing: "ease-in"
|
|
1524
|
+
},
|
|
1525
|
+
{
|
|
1526
|
+
offset: 0.6,
|
|
1527
|
+
transform: "perspective(400px) rotate3d(0, 1, 0, 10deg)",
|
|
1528
|
+
opacity: "1"
|
|
1529
|
+
},
|
|
1530
|
+
{ offset: 0.8, transform: "perspective(400px) rotate3d(0, 1, 0, -5deg)" },
|
|
1531
|
+
{ offset: 1, transform: "perspective(400px)" }
|
|
1532
|
+
];
|
|
1533
|
+
|
|
1534
|
+
// src/animations/flippers/flipOutX.ts
|
|
1535
|
+
var flipOutX = [
|
|
1536
|
+
{ offset: 0, transform: "perspective(400px)" },
|
|
1537
|
+
{
|
|
1538
|
+
offset: 0.3,
|
|
1539
|
+
transform: "perspective(400px) rotate3d(1, 0, 0, -20deg)",
|
|
1540
|
+
opacity: "1"
|
|
1541
|
+
},
|
|
1542
|
+
{
|
|
1543
|
+
offset: 1,
|
|
1544
|
+
transform: "perspective(400px) rotate3d(1, 0, 0, 90deg)",
|
|
1545
|
+
opacity: "0"
|
|
1546
|
+
}
|
|
1547
|
+
];
|
|
1548
|
+
|
|
1549
|
+
// src/animations/flippers/flipOutY.ts
|
|
1550
|
+
var flipOutY = [
|
|
1551
|
+
{ offset: 0, transform: "perspective(400px)" },
|
|
1552
|
+
{
|
|
1553
|
+
offset: 0.3,
|
|
1554
|
+
transform: "perspective(400px) rotate3d(0, 1, 0, -15deg)",
|
|
1555
|
+
opacity: "1"
|
|
1556
|
+
},
|
|
1557
|
+
{
|
|
1558
|
+
offset: 1,
|
|
1559
|
+
transform: "perspective(400px) rotate3d(0, 1, 0, 90deg)",
|
|
1560
|
+
opacity: "0"
|
|
1561
|
+
}
|
|
1562
|
+
];
|
|
1563
|
+
|
|
1564
|
+
// src/animations/lightspeed/lightSpeedInLeft.ts
|
|
1565
|
+
var lightSpeedInLeft = [
|
|
1566
|
+
{
|
|
1567
|
+
offset: 0,
|
|
1568
|
+
transform: "translate3d(-100%, 0, 0) skewX(30deg)",
|
|
1569
|
+
opacity: "0"
|
|
1570
|
+
},
|
|
1571
|
+
{ offset: 0.6, transform: "skewX(-20deg)", opacity: "1" },
|
|
1572
|
+
{ offset: 0.8, transform: "skewX(5deg)" },
|
|
1573
|
+
{ offset: 1, transform: "translate3d(0, 0, 0)" }
|
|
1574
|
+
];
|
|
1575
|
+
|
|
1576
|
+
// src/animations/lightspeed/lightSpeedInRight.ts
|
|
1577
|
+
var lightSpeedInRight = [
|
|
1578
|
+
{
|
|
1579
|
+
offset: 0,
|
|
1580
|
+
transform: "translate3d(100%, 0, 0) skewX(-30deg)",
|
|
1581
|
+
opacity: "0"
|
|
1582
|
+
},
|
|
1583
|
+
{ offset: 0.6, transform: "skewX(20deg)", opacity: "1" },
|
|
1584
|
+
{ offset: 0.8, transform: "skewX(-5deg)" },
|
|
1585
|
+
{ offset: 1, transform: "translate3d(0, 0, 0)" }
|
|
1586
|
+
];
|
|
1587
|
+
|
|
1588
|
+
// src/animations/lightspeed/lightSpeedOutLeft.ts
|
|
1589
|
+
var lightSpeedOutLeft = [
|
|
1590
|
+
{ offset: 0, opacity: "1" },
|
|
1591
|
+
{
|
|
1592
|
+
offset: 1,
|
|
1593
|
+
transform: "translate3d(-100%, 0, 0) skewX(-30deg)",
|
|
1594
|
+
opacity: "0"
|
|
1595
|
+
}
|
|
1596
|
+
];
|
|
1597
|
+
|
|
1598
|
+
// src/animations/lightspeed/lightSpeedOutRight.ts
|
|
1599
|
+
var lightSpeedOutRight = [
|
|
1600
|
+
{ offset: 0, opacity: "1" },
|
|
1601
|
+
{
|
|
1602
|
+
offset: 1,
|
|
1603
|
+
transform: "translate3d(100%, 0, 0) skewX(30deg)",
|
|
1604
|
+
opacity: "0"
|
|
1605
|
+
}
|
|
1606
|
+
];
|
|
1607
|
+
|
|
1608
|
+
// src/animations/rotating_entrances/rotateIn.ts
|
|
1609
|
+
var rotateIn = [
|
|
1610
|
+
{ offset: 0, transform: "rotate3d(0, 0, 1, -200deg)", opacity: "0" },
|
|
1611
|
+
{ offset: 1, transform: "translate3d(0, 0, 0)", opacity: "1" }
|
|
1612
|
+
];
|
|
1613
|
+
|
|
1614
|
+
// src/animations/rotating_entrances/rotateInDownLeft.ts
|
|
1615
|
+
var rotateInDownLeft = [
|
|
1616
|
+
{ offset: 0, transform: "rotate3d(0, 0, 1, -45deg)", opacity: "0" },
|
|
1617
|
+
{ offset: 1, transform: "translate3d(0, 0, 0)", opacity: "1" }
|
|
1618
|
+
];
|
|
1619
|
+
|
|
1620
|
+
// src/animations/rotating_entrances/rotateInDownRight.ts
|
|
1621
|
+
var rotateInDownRight = [
|
|
1622
|
+
{ offset: 0, transform: "rotate3d(0, 0, 1, 45deg)", opacity: "0" },
|
|
1623
|
+
{ offset: 1, transform: "translate3d(0, 0, 0)", opacity: "1" }
|
|
1624
|
+
];
|
|
1625
|
+
|
|
1626
|
+
// src/animations/rotating_entrances/rotateInUpLeft.ts
|
|
1627
|
+
var rotateInUpLeft = [
|
|
1628
|
+
{ offset: 0, transform: "rotate3d(0, 0, 1, 45deg)", opacity: "0" },
|
|
1629
|
+
{ offset: 1, transform: "translate3d(0, 0, 0)", opacity: "1" }
|
|
1630
|
+
];
|
|
1631
|
+
|
|
1632
|
+
// src/animations/rotating_entrances/rotateInUpRight.ts
|
|
1633
|
+
var rotateInUpRight = [
|
|
1634
|
+
{ offset: 0, transform: "rotate3d(0, 0, 1, -90deg)", opacity: "0" },
|
|
1635
|
+
{ offset: 1, transform: "translate3d(0, 0, 0)", opacity: "1" }
|
|
1636
|
+
];
|
|
1637
|
+
|
|
1638
|
+
// src/animations/rotating_exits/rotateOut.ts
|
|
1639
|
+
var rotateOut = [
|
|
1640
|
+
{ offset: 0, opacity: "1" },
|
|
1641
|
+
{ offset: 1, transform: "rotate3d(0, 0, 1, 200deg)", opacity: "0" }
|
|
1642
|
+
];
|
|
1643
|
+
|
|
1644
|
+
// src/animations/rotating_exits/rotateOutDownLeft.ts
|
|
1645
|
+
var rotateOutDownLeft = [
|
|
1646
|
+
{ offset: 0, opacity: "1" },
|
|
1647
|
+
{ offset: 1, transform: "rotate3d(0, 0, 1, 45deg)", opacity: "0" }
|
|
1648
|
+
];
|
|
1649
|
+
|
|
1650
|
+
// src/animations/rotating_exits/rotateOutDownRight.ts
|
|
1651
|
+
var rotateOutDownRight = [
|
|
1652
|
+
{ offset: 0, opacity: "1" },
|
|
1653
|
+
{ offset: 1, transform: "rotate3d(0, 0, 1, -45deg)", opacity: "0" }
|
|
1654
|
+
];
|
|
1655
|
+
|
|
1656
|
+
// src/animations/rotating_exits/rotateOutUpLeft.ts
|
|
1657
|
+
var rotateOutUpLeft = [
|
|
1658
|
+
{ offset: 0, opacity: "1" },
|
|
1659
|
+
{ offset: 1, transform: "rotate3d(0, 0, 1, -45deg)", opacity: "0" }
|
|
1660
|
+
];
|
|
1661
|
+
|
|
1662
|
+
// src/animations/rotating_exits/rotateOutUpRight.ts
|
|
1663
|
+
var rotateOutUpRight = [
|
|
1664
|
+
{ offset: 0, opacity: "1" },
|
|
1665
|
+
{ offset: 1, transform: "rotate3d(0, 0, 1, 90deg)", opacity: "0" }
|
|
1666
|
+
];
|
|
1667
|
+
|
|
1668
|
+
// src/animations/sliding_entrances/slideInDown.ts
|
|
1669
|
+
var slideInDown = [
|
|
1670
|
+
{ offset: 0, transform: "translate3d(0, -100%, 0)", visibility: "visible" },
|
|
1671
|
+
{ offset: 1, transform: "translate3d(0, 0, 0)" }
|
|
1672
|
+
];
|
|
1673
|
+
|
|
1674
|
+
// src/animations/sliding_entrances/slideInLeft.ts
|
|
1675
|
+
var slideInLeft = [
|
|
1676
|
+
{ offset: 0, transform: "translate3d(-100%, 0, 0)", visibility: "visible" },
|
|
1677
|
+
{ offset: 1, transform: "translate3d(0, 0, 0)" }
|
|
1678
|
+
];
|
|
1679
|
+
|
|
1680
|
+
// src/animations/sliding_entrances/slideInRight.ts
|
|
1681
|
+
var slideInRight = [
|
|
1682
|
+
{ offset: 0, transform: "translate3d(100%, 0, 0)", visibility: "visible" },
|
|
1683
|
+
{ offset: 1, transform: "translate3d(0, 0, 0)" }
|
|
1684
|
+
];
|
|
1685
|
+
|
|
1686
|
+
// src/animations/sliding_entrances/slideInUp.ts
|
|
1687
|
+
var slideInUp = [
|
|
1688
|
+
{ offset: 0, transform: "translate3d(0, 100%, 0)", visibility: "visible" },
|
|
1689
|
+
{ offset: 1, transform: "translate3d(0, 0, 0)" }
|
|
1690
|
+
];
|
|
1691
|
+
|
|
1692
|
+
// src/animations/sliding_exits/slideOutDown.ts
|
|
1693
|
+
var slideOutDown = [
|
|
1694
|
+
{ offset: 0, transform: "translate3d(0, 0, 0)" },
|
|
1695
|
+
{ offset: 1, visibility: "hidden", transform: "translate3d(0, 100%, 0)" }
|
|
1696
|
+
];
|
|
1697
|
+
|
|
1698
|
+
// src/animations/sliding_exits/slideOutLeft.ts
|
|
1699
|
+
var slideOutLeft = [
|
|
1700
|
+
{ offset: 0, transform: "translate3d(0, 0, 0)" },
|
|
1701
|
+
{ offset: 1, visibility: "hidden", transform: "translate3d(-100%, 0, 0)" }
|
|
1702
|
+
];
|
|
1703
|
+
|
|
1704
|
+
// src/animations/sliding_exits/slideOutRight.ts
|
|
1705
|
+
var slideOutRight = [
|
|
1706
|
+
{ offset: 0, transform: "translate3d(0, 0, 0)" },
|
|
1707
|
+
{ offset: 1, visibility: "hidden", transform: "translate3d(100%, 0, 0)" }
|
|
1708
|
+
];
|
|
1709
|
+
|
|
1710
|
+
// src/animations/sliding_exits/slideOutUp.ts
|
|
1711
|
+
var slideOutUp = [
|
|
1712
|
+
{ offset: 0, transform: "translate3d(0, 0, 0)" },
|
|
1713
|
+
{ offset: 1, visibility: "hidden", transform: "translate3d(0, -100%, 0)" }
|
|
1714
|
+
];
|
|
1715
|
+
|
|
1716
|
+
// src/animations/specials/hinge.ts
|
|
1717
|
+
var hinge = [
|
|
1718
|
+
{ offset: 0, easing: "ease-in-out" },
|
|
1719
|
+
{
|
|
1720
|
+
offset: 0.2,
|
|
1721
|
+
transform: "rotate3d(0, 0, 1, 80deg)",
|
|
1722
|
+
easing: "ease-in-out"
|
|
1723
|
+
},
|
|
1724
|
+
{
|
|
1725
|
+
offset: 0.4,
|
|
1726
|
+
transform: "rotate3d(0, 0, 1, 60deg)",
|
|
1727
|
+
easing: "ease-in-out",
|
|
1728
|
+
opacity: "1"
|
|
1729
|
+
},
|
|
1730
|
+
{
|
|
1731
|
+
offset: 0.6,
|
|
1732
|
+
transform: "rotate3d(0, 0, 1, 80deg)",
|
|
1733
|
+
easing: "ease-in-out"
|
|
1734
|
+
},
|
|
1735
|
+
{
|
|
1736
|
+
offset: 0.8,
|
|
1737
|
+
transform: "rotate3d(0, 0, 1, 60deg)",
|
|
1738
|
+
easing: "ease-in-out",
|
|
1739
|
+
opacity: "1"
|
|
1740
|
+
},
|
|
1741
|
+
{ offset: 1, transform: "translate3d(0, 700px, 0)", opacity: "0" }
|
|
1742
|
+
];
|
|
1743
|
+
|
|
1744
|
+
// src/animations/specials/jackInTheBox.ts
|
|
1745
|
+
var jackInTheBox = [
|
|
1746
|
+
{
|
|
1747
|
+
"offset": 0,
|
|
1748
|
+
"opacity": "0",
|
|
1749
|
+
"transform": "scale(0.1) rotate(30deg)",
|
|
1750
|
+
"transform-origin": "center bottom"
|
|
1751
|
+
},
|
|
1752
|
+
{ offset: 0.5, transform: "rotate(-10deg)" },
|
|
1753
|
+
{ offset: 0.7, transform: "rotate(3deg)" },
|
|
1754
|
+
{ offset: 1, opacity: "1", transform: "scale(1)" }
|
|
1755
|
+
];
|
|
1756
|
+
|
|
1757
|
+
// src/animations/specials/rollIn.ts
|
|
1758
|
+
var rollIn = [
|
|
1759
|
+
{
|
|
1760
|
+
offset: 0,
|
|
1761
|
+
opacity: "0",
|
|
1762
|
+
transform: "translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)"
|
|
1763
|
+
},
|
|
1764
|
+
{ offset: 1, opacity: "1", transform: "translate3d(0, 0, 0)" }
|
|
1765
|
+
];
|
|
1766
|
+
|
|
1767
|
+
// src/animations/specials/rollOut.ts
|
|
1768
|
+
var rollOut = [
|
|
1769
|
+
{ offset: 0, opacity: "1" },
|
|
1770
|
+
{
|
|
1771
|
+
offset: 1,
|
|
1772
|
+
opacity: "0",
|
|
1773
|
+
transform: "translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)"
|
|
1774
|
+
}
|
|
1775
|
+
];
|
|
1776
|
+
|
|
1777
|
+
// src/animations/zooming_entrances/zoomIn.ts
|
|
1778
|
+
var zoomIn = [
|
|
1779
|
+
{ offset: 0, opacity: "0", transform: "scale3d(0.3, 0.3, 0.3)" },
|
|
1780
|
+
{ offset: 0.5, opacity: "1" }
|
|
1781
|
+
];
|
|
1782
|
+
|
|
1783
|
+
// src/animations/zooming_entrances/zoomInDown.ts
|
|
1784
|
+
var zoomInDown = [
|
|
1785
|
+
{
|
|
1786
|
+
offset: 0,
|
|
1787
|
+
opacity: "0",
|
|
1788
|
+
transform: "scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0)",
|
|
1789
|
+
easing: "cubic-bezier(0.55, 0.055, 0.675, 0.19)"
|
|
1790
|
+
},
|
|
1791
|
+
{
|
|
1792
|
+
offset: 0.6,
|
|
1793
|
+
opacity: "1",
|
|
1794
|
+
transform: "scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0)",
|
|
1795
|
+
easing: "cubic-bezier(0.175, 0.885, 0.32, 1)"
|
|
1796
|
+
}
|
|
1797
|
+
];
|
|
1798
|
+
|
|
1799
|
+
// src/animations/zooming_entrances/zoomInLeft.ts
|
|
1800
|
+
var zoomInLeft = [
|
|
1801
|
+
{
|
|
1802
|
+
offset: 0,
|
|
1803
|
+
opacity: "0",
|
|
1804
|
+
transform: "scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0)",
|
|
1805
|
+
easing: "cubic-bezier(0.55, 0.055, 0.675, 0.19)"
|
|
1806
|
+
},
|
|
1807
|
+
{
|
|
1808
|
+
offset: 0.6,
|
|
1809
|
+
opacity: "1",
|
|
1810
|
+
transform: "scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0)",
|
|
1811
|
+
easing: "cubic-bezier(0.175, 0.885, 0.32, 1)"
|
|
1812
|
+
}
|
|
1813
|
+
];
|
|
1814
|
+
|
|
1815
|
+
// src/animations/zooming_entrances/zoomInRight.ts
|
|
1816
|
+
var zoomInRight = [
|
|
1817
|
+
{
|
|
1818
|
+
offset: 0,
|
|
1819
|
+
opacity: "0",
|
|
1820
|
+
transform: "scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0)",
|
|
1821
|
+
easing: "cubic-bezier(0.55, 0.055, 0.675, 0.19)"
|
|
1822
|
+
},
|
|
1823
|
+
{
|
|
1824
|
+
offset: 0.6,
|
|
1825
|
+
opacity: "1",
|
|
1826
|
+
transform: "scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0)",
|
|
1827
|
+
easing: "cubic-bezier(0.175, 0.885, 0.32, 1)"
|
|
1828
|
+
}
|
|
1829
|
+
];
|
|
1830
|
+
|
|
1831
|
+
// src/animations/zooming_entrances/zoomInUp.ts
|
|
1832
|
+
var zoomInUp = [
|
|
1833
|
+
{
|
|
1834
|
+
offset: 0,
|
|
1835
|
+
opacity: "0",
|
|
1836
|
+
transform: "scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0)",
|
|
1837
|
+
easing: "cubic-bezier(0.55, 0.055, 0.675, 0.19)"
|
|
1838
|
+
},
|
|
1839
|
+
{
|
|
1840
|
+
offset: 0.6,
|
|
1841
|
+
opacity: "1",
|
|
1842
|
+
transform: "scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0)",
|
|
1843
|
+
easing: "cubic-bezier(0.175, 0.885, 0.32, 1)"
|
|
1844
|
+
}
|
|
1845
|
+
];
|
|
1846
|
+
|
|
1847
|
+
// src/animations/zooming_exits/zoomOut.ts
|
|
1848
|
+
var zoomOut = [
|
|
1849
|
+
{ offset: 0, opacity: "1" },
|
|
1850
|
+
{ offset: 0.5, opacity: "0", transform: "scale3d(0.3, 0.3, 0.3)" },
|
|
1851
|
+
{ offset: 1, opacity: "0" }
|
|
1852
|
+
];
|
|
1853
|
+
|
|
1854
|
+
// src/animations/zooming_exits/zoomOutDown.ts
|
|
1855
|
+
var zoomOutDown = [
|
|
1856
|
+
{
|
|
1857
|
+
offset: 0.4,
|
|
1858
|
+
opacity: "1",
|
|
1859
|
+
transform: "scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0)",
|
|
1860
|
+
easing: "cubic-bezier(0.55, 0.055, 0.675, 0.19)"
|
|
1861
|
+
},
|
|
1862
|
+
{
|
|
1863
|
+
offset: 1,
|
|
1864
|
+
opacity: "0",
|
|
1865
|
+
transform: "scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0)",
|
|
1866
|
+
easing: "cubic-bezier(0.175, 0.885, 0.32, 1)"
|
|
1867
|
+
}
|
|
1868
|
+
];
|
|
1869
|
+
|
|
1870
|
+
// src/animations/zooming_exits/zoomOutLeft.ts
|
|
1871
|
+
var zoomOutLeft = [
|
|
1872
|
+
{
|
|
1873
|
+
offset: 0.4,
|
|
1874
|
+
opacity: "1",
|
|
1875
|
+
transform: "scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)"
|
|
1876
|
+
},
|
|
1877
|
+
{
|
|
1878
|
+
offset: 1,
|
|
1879
|
+
opacity: "0",
|
|
1880
|
+
transform: "scale(0.1) translate3d(-2000px, 0, 0)"
|
|
1881
|
+
}
|
|
1882
|
+
];
|
|
1883
|
+
|
|
1884
|
+
// src/animations/zooming_exits/zoomOutRight.ts
|
|
1885
|
+
var zoomOutRight = [
|
|
1886
|
+
{
|
|
1887
|
+
offset: 0.4,
|
|
1888
|
+
opacity: "1",
|
|
1889
|
+
transform: "scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)"
|
|
1890
|
+
},
|
|
1891
|
+
{
|
|
1892
|
+
offset: 1,
|
|
1893
|
+
opacity: "0",
|
|
1894
|
+
transform: "scale(0.1) translate3d(2000px, 0, 0)"
|
|
1895
|
+
}
|
|
1896
|
+
];
|
|
1897
|
+
|
|
1898
|
+
// src/animations/zooming_exits/zoomOutUp.ts
|
|
1899
|
+
var zoomOutUp = [
|
|
1900
|
+
{
|
|
1901
|
+
offset: 0.4,
|
|
1902
|
+
opacity: "1",
|
|
1903
|
+
transform: "scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0)",
|
|
1904
|
+
easing: "cubic-bezier(0.55, 0.055, 0.675, 0.19)"
|
|
1905
|
+
},
|
|
1906
|
+
{
|
|
1907
|
+
offset: 1,
|
|
1908
|
+
opacity: "0",
|
|
1909
|
+
transform: "scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0)",
|
|
1910
|
+
easing: "cubic-bezier(0.175, 0.885, 0.32, 1)"
|
|
1911
|
+
}
|
|
1912
|
+
];
|
|
1913
|
+
|
|
1914
|
+
// src/animations/easings/easings.ts
|
|
1915
|
+
var easings = {
|
|
1916
|
+
linear: "linear",
|
|
1917
|
+
ease: "ease",
|
|
1918
|
+
easeIn: "ease-in",
|
|
1919
|
+
easeOut: "ease-out",
|
|
1920
|
+
easeInOut: "ease-in-out",
|
|
1921
|
+
easeInSine: "cubic-bezier(0.47, 0, 0.745, 0.715)",
|
|
1922
|
+
easeOutSine: "cubic-bezier(0.39, 0.575, 0.565, 1)",
|
|
1923
|
+
easeInOutSine: "cubic-bezier(0.445, 0.05, 0.55, 0.95)",
|
|
1924
|
+
easeInQuad: "cubic-bezier(0.55, 0.085, 0.68, 0.53)",
|
|
1925
|
+
easeOutQuad: "cubic-bezier(0.25, 0.46, 0.45, 0.94)",
|
|
1926
|
+
easeInOutQuad: "cubic-bezier(0.455, 0.03, 0.515, 0.955)",
|
|
1927
|
+
easeInCubic: "cubic-bezier(0.55, 0.055, 0.675, 0.19)",
|
|
1928
|
+
easeOutCubic: "cubic-bezier(0.215, 0.61, 0.355, 1)",
|
|
1929
|
+
easeInOutCubic: "cubic-bezier(0.645, 0.045, 0.355, 1)",
|
|
1930
|
+
easeInQuart: "cubic-bezier(0.895, 0.03, 0.685, 0.22)",
|
|
1931
|
+
easeOutQuart: "cubic-bezier(0.165, 0.84, 0.44, 1)",
|
|
1932
|
+
easeInOutQuart: "cubic-bezier(0.77, 0, 0.175, 1)",
|
|
1933
|
+
easeInQuint: "cubic-bezier(0.755, 0.05, 0.855, 0.06)",
|
|
1934
|
+
easeOutQuint: "cubic-bezier(0.23, 1, 0.32, 1)",
|
|
1935
|
+
easeInOutQuint: "cubic-bezier(0.86, 0, 0.07, 1)",
|
|
1936
|
+
easeInExpo: "cubic-bezier(0.95, 0.05, 0.795, 0.035)",
|
|
1937
|
+
easeOutExpo: "cubic-bezier(0.19, 1, 0.22, 1)",
|
|
1938
|
+
easeInOutExpo: "cubic-bezier(1, 0, 0, 1)",
|
|
1939
|
+
easeInCirc: "cubic-bezier(0.6, 0.04, 0.98, 0.335)",
|
|
1940
|
+
easeOutCirc: "cubic-bezier(0.075, 0.82, 0.165, 1)",
|
|
1941
|
+
easeInOutCirc: "cubic-bezier(0.785, 0.135, 0.15, 0.86)",
|
|
1942
|
+
easeInBack: "cubic-bezier(0.6, -0.28, 0.735, 0.045)",
|
|
1943
|
+
easeOutBack: "cubic-bezier(0.175, 0.885, 0.32, 1.275)",
|
|
1944
|
+
easeInOutBack: "cubic-bezier(0.68, -0.55, 0.265, 1.55)"
|
|
1945
|
+
};
|
|
1946
|
+
|
|
1947
|
+
// src/components/animation/animation.css
|
|
1948
|
+
var animation_default = ":host {\n display: contents;\n}\n";
|
|
1949
|
+
|
|
1950
|
+
// src/components/animation/animation.ts
|
|
1951
|
+
var PcAnimation = class extends PlacerElement {
|
|
1952
|
+
constructor() {
|
|
1953
|
+
super(...arguments);
|
|
1954
|
+
this.hasStarted = false;
|
|
1955
|
+
this.name = "none";
|
|
1956
|
+
this.play = false;
|
|
1957
|
+
this.delay = 0;
|
|
1958
|
+
this.direction = "normal";
|
|
1959
|
+
this.duration = 1e3;
|
|
1960
|
+
this.easing = "ease-in-out";
|
|
1961
|
+
this.endDelay = 0;
|
|
1962
|
+
this.fill = "auto";
|
|
1963
|
+
this.iterations = Infinity;
|
|
1964
|
+
this.iterationStart = 0;
|
|
1965
|
+
this.playbackRate = 1;
|
|
1966
|
+
this.handleAnimationFinish = () => {
|
|
1967
|
+
this.play = false;
|
|
1968
|
+
this.hasStarted = false;
|
|
1969
|
+
emit(this, "pc-finish");
|
|
1970
|
+
};
|
|
1971
|
+
this.handleAnimationCancel = () => {
|
|
1972
|
+
this.play = false;
|
|
1973
|
+
this.hasStarted = false;
|
|
1974
|
+
emit(this, "pc-cancel");
|
|
1975
|
+
};
|
|
1976
|
+
}
|
|
1977
|
+
/** Gets and sets the current animation time. */
|
|
1978
|
+
get currentTime() {
|
|
1979
|
+
return this.animation?.currentTime ?? 0;
|
|
1980
|
+
}
|
|
1981
|
+
set currentTime(time) {
|
|
1982
|
+
if (this.animation) {
|
|
1983
|
+
this.animation.currentTime = time;
|
|
1984
|
+
}
|
|
1985
|
+
}
|
|
1986
|
+
connectedCallback() {
|
|
1987
|
+
super.connectedCallback();
|
|
1988
|
+
this.createAnimation();
|
|
1989
|
+
}
|
|
1990
|
+
disconnectedCallback() {
|
|
1991
|
+
super.disconnectedCallback();
|
|
1992
|
+
this.destroyAnimation();
|
|
1993
|
+
}
|
|
1994
|
+
handleSlotChange() {
|
|
1995
|
+
this.destroyAnimation();
|
|
1996
|
+
this.createAnimation();
|
|
1997
|
+
}
|
|
1998
|
+
async createAnimation() {
|
|
1999
|
+
const easing = animations_exports.easings[this.easing] ?? this.easing;
|
|
2000
|
+
const keyframes = this.keyframes ?? animations_exports[this.name];
|
|
2001
|
+
const slot = await this.defaultSlot;
|
|
2002
|
+
const element = slot.assignedElements()[0];
|
|
2003
|
+
if (!element || !keyframes) {
|
|
2004
|
+
return false;
|
|
2005
|
+
}
|
|
2006
|
+
this.destroyAnimation();
|
|
2007
|
+
this.animation = element.animate(keyframes, {
|
|
2008
|
+
delay: this.delay,
|
|
2009
|
+
direction: this.direction,
|
|
2010
|
+
duration: this.duration,
|
|
2011
|
+
easing,
|
|
2012
|
+
endDelay: this.endDelay,
|
|
2013
|
+
fill: this.fill,
|
|
2014
|
+
iterationStart: this.iterationStart,
|
|
2015
|
+
iterations: this.iterations
|
|
2016
|
+
});
|
|
2017
|
+
this.animation.playbackRate = this.playbackRate;
|
|
2018
|
+
this.animation.addEventListener("cancel", this.handleAnimationCancel);
|
|
2019
|
+
this.animation.addEventListener("finish", this.handleAnimationFinish);
|
|
2020
|
+
if (this.play) {
|
|
2021
|
+
this.hasStarted = true;
|
|
2022
|
+
emit(this, "pc-start");
|
|
2023
|
+
} else {
|
|
2024
|
+
this.animation.pause();
|
|
2025
|
+
}
|
|
2026
|
+
return true;
|
|
2027
|
+
}
|
|
2028
|
+
destroyAnimation() {
|
|
2029
|
+
if (this.animation) {
|
|
2030
|
+
this.animation.cancel();
|
|
2031
|
+
this.animation.removeEventListener(
|
|
2032
|
+
"cancel",
|
|
2033
|
+
this.handleAnimationCancel
|
|
2034
|
+
);
|
|
2035
|
+
this.animation.removeEventListener(
|
|
2036
|
+
"finish",
|
|
2037
|
+
this.handleAnimationFinish
|
|
2038
|
+
);
|
|
2039
|
+
this.hasStarted = false;
|
|
2040
|
+
}
|
|
2041
|
+
}
|
|
2042
|
+
handleAnimationChange() {
|
|
2043
|
+
if (!this.hasUpdated) {
|
|
2044
|
+
return;
|
|
2045
|
+
}
|
|
2046
|
+
this.createAnimation();
|
|
2047
|
+
}
|
|
2048
|
+
handlePlayChange() {
|
|
2049
|
+
if (this.animation) {
|
|
2050
|
+
if (this.play && !this.hasStarted) {
|
|
2051
|
+
this.hasStarted = true;
|
|
2052
|
+
emit(this, "pc-start");
|
|
2053
|
+
}
|
|
2054
|
+
if (this.play) {
|
|
2055
|
+
this.animation.play();
|
|
2056
|
+
} else {
|
|
2057
|
+
this.animation.pause();
|
|
2058
|
+
}
|
|
2059
|
+
return true;
|
|
2060
|
+
}
|
|
2061
|
+
return false;
|
|
2062
|
+
}
|
|
2063
|
+
handlePlaybackRateChange() {
|
|
2064
|
+
if (this.animation) {
|
|
2065
|
+
this.animation.playbackRate = this.playbackRate;
|
|
2066
|
+
}
|
|
2067
|
+
}
|
|
2068
|
+
/** Clears all keyframes caused by this animation and aborts its playback. */
|
|
2069
|
+
cancel() {
|
|
2070
|
+
this.animation?.cancel();
|
|
2071
|
+
}
|
|
2072
|
+
/** Sets the playback time to the end of the animation corresponding to the current playback direction. */
|
|
2073
|
+
finish() {
|
|
2074
|
+
this.animation?.finish();
|
|
2075
|
+
}
|
|
2076
|
+
render() {
|
|
2077
|
+
return x`<slot @slotchange=${this.handleSlotChange}></slot>`;
|
|
2078
|
+
}
|
|
2079
|
+
};
|
|
2080
|
+
/** @internal This is an internal static property. */
|
|
2081
|
+
PcAnimation.css = animation_default;
|
|
2082
|
+
__decorateClass([
|
|
2083
|
+
r5("slot")
|
|
2084
|
+
], PcAnimation.prototype, "defaultSlot", 2);
|
|
2085
|
+
__decorateClass([
|
|
2086
|
+
n4()
|
|
2087
|
+
], PcAnimation.prototype, "name", 2);
|
|
2088
|
+
__decorateClass([
|
|
2089
|
+
n4({ type: Boolean, reflect: true })
|
|
2090
|
+
], PcAnimation.prototype, "play", 2);
|
|
2091
|
+
__decorateClass([
|
|
2092
|
+
n4({ type: Number })
|
|
2093
|
+
], PcAnimation.prototype, "delay", 2);
|
|
2094
|
+
__decorateClass([
|
|
2095
|
+
n4()
|
|
2096
|
+
], PcAnimation.prototype, "direction", 2);
|
|
2097
|
+
__decorateClass([
|
|
2098
|
+
n4({ type: Number })
|
|
2099
|
+
], PcAnimation.prototype, "duration", 2);
|
|
2100
|
+
__decorateClass([
|
|
2101
|
+
n4()
|
|
2102
|
+
], PcAnimation.prototype, "easing", 2);
|
|
2103
|
+
__decorateClass([
|
|
2104
|
+
n4({ attribute: "end-delay", type: Number })
|
|
2105
|
+
], PcAnimation.prototype, "endDelay", 2);
|
|
2106
|
+
__decorateClass([
|
|
2107
|
+
n4()
|
|
2108
|
+
], PcAnimation.prototype, "fill", 2);
|
|
2109
|
+
__decorateClass([
|
|
2110
|
+
n4({ type: Number })
|
|
2111
|
+
], PcAnimation.prototype, "iterations", 2);
|
|
2112
|
+
__decorateClass([
|
|
2113
|
+
n4({ attribute: "iteration-start", type: Number })
|
|
2114
|
+
], PcAnimation.prototype, "iterationStart", 2);
|
|
2115
|
+
__decorateClass([
|
|
2116
|
+
n4({ attribute: false })
|
|
2117
|
+
], PcAnimation.prototype, "keyframes", 2);
|
|
2118
|
+
__decorateClass([
|
|
2119
|
+
n4({ attribute: "playback-rate", type: Number })
|
|
2120
|
+
], PcAnimation.prototype, "playbackRate", 2);
|
|
2121
|
+
__decorateClass([
|
|
2122
|
+
watch([
|
|
2123
|
+
"name",
|
|
2124
|
+
"delay",
|
|
2125
|
+
"direction",
|
|
2126
|
+
"duration",
|
|
2127
|
+
"easing",
|
|
2128
|
+
"endDelay",
|
|
2129
|
+
"fill",
|
|
2130
|
+
"iterations",
|
|
2131
|
+
"iterationsStart",
|
|
2132
|
+
"keyframes"
|
|
2133
|
+
])
|
|
2134
|
+
], PcAnimation.prototype, "handleAnimationChange", 1);
|
|
2135
|
+
__decorateClass([
|
|
2136
|
+
watch("play")
|
|
2137
|
+
], PcAnimation.prototype, "handlePlayChange", 1);
|
|
2138
|
+
__decorateClass([
|
|
2139
|
+
watch("playbackRate")
|
|
2140
|
+
], PcAnimation.prototype, "handlePlaybackRateChange", 1);
|
|
2141
|
+
PcAnimation = __decorateClass([
|
|
2142
|
+
t3("pc-animation")
|
|
2143
|
+
], PcAnimation);
|
|
2144
|
+
export {
|
|
2145
|
+
PcAnimation
|
|
2146
|
+
};
|
|
2147
|
+
/*! Bundled license information:
|
|
2148
|
+
|
|
2149
|
+
@lit/reactive-element/css-tag.js:
|
|
2150
|
+
(**
|
|
2151
|
+
* @license
|
|
2152
|
+
* Copyright 2019 Google LLC
|
|
2153
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
2154
|
+
*)
|
|
2155
|
+
|
|
2156
|
+
@lit/reactive-element/reactive-element.js:
|
|
2157
|
+
lit-html/lit-html.js:
|
|
2158
|
+
lit-element/lit-element.js:
|
|
2159
|
+
@lit/reactive-element/decorators/custom-element.js:
|
|
2160
|
+
@lit/reactive-element/decorators/property.js:
|
|
2161
|
+
@lit/reactive-element/decorators/state.js:
|
|
2162
|
+
@lit/reactive-element/decorators/event-options.js:
|
|
2163
|
+
@lit/reactive-element/decorators/base.js:
|
|
2164
|
+
@lit/reactive-element/decorators/query.js:
|
|
2165
|
+
@lit/reactive-element/decorators/query-all.js:
|
|
2166
|
+
@lit/reactive-element/decorators/query-async.js:
|
|
2167
|
+
@lit/reactive-element/decorators/query-assigned-nodes.js:
|
|
2168
|
+
(**
|
|
2169
|
+
* @license
|
|
2170
|
+
* Copyright 2017 Google LLC
|
|
2171
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
2172
|
+
*)
|
|
2173
|
+
|
|
2174
|
+
lit-html/is-server.js:
|
|
2175
|
+
(**
|
|
2176
|
+
* @license
|
|
2177
|
+
* Copyright 2022 Google LLC
|
|
2178
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
2179
|
+
*)
|
|
2180
|
+
|
|
2181
|
+
@lit/reactive-element/decorators/query-assigned-elements.js:
|
|
2182
|
+
(**
|
|
2183
|
+
* @license
|
|
2184
|
+
* Copyright 2021 Google LLC
|
|
2185
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
2186
|
+
*)
|
|
2187
|
+
*/
|