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
|
@@ -0,0 +1,662 @@
|
|
|
1
|
+
// node_modules/@lit/reactive-element/css-tag.js
|
|
2
|
+
var t = globalThis;
|
|
3
|
+
var e = t.ShadowRoot && (void 0 === t.ShadyCSS || t.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype;
|
|
4
|
+
var s = Symbol();
|
|
5
|
+
var o = /* @__PURE__ */ new WeakMap();
|
|
6
|
+
var n = class {
|
|
7
|
+
constructor(t3, e4, o5) {
|
|
8
|
+
if (this._$cssResult$ = true, o5 !== s) throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");
|
|
9
|
+
this.cssText = t3, this.t = e4;
|
|
10
|
+
}
|
|
11
|
+
get styleSheet() {
|
|
12
|
+
let t3 = this.o;
|
|
13
|
+
const s4 = this.t;
|
|
14
|
+
if (e && void 0 === t3) {
|
|
15
|
+
const e4 = void 0 !== s4 && 1 === s4.length;
|
|
16
|
+
e4 && (t3 = o.get(s4)), void 0 === t3 && ((this.o = t3 = new CSSStyleSheet()).replaceSync(this.cssText), e4 && o.set(s4, t3));
|
|
17
|
+
}
|
|
18
|
+
return t3;
|
|
19
|
+
}
|
|
20
|
+
toString() {
|
|
21
|
+
return this.cssText;
|
|
22
|
+
}
|
|
23
|
+
};
|
|
24
|
+
var r = (t3) => new n("string" == typeof t3 ? t3 : t3 + "", void 0, s);
|
|
25
|
+
var S = (s4, o5) => {
|
|
26
|
+
if (e) s4.adoptedStyleSheets = o5.map(((t3) => t3 instanceof CSSStyleSheet ? t3 : t3.styleSheet));
|
|
27
|
+
else for (const e4 of o5) {
|
|
28
|
+
const o6 = document.createElement("style"), n4 = t.litNonce;
|
|
29
|
+
void 0 !== n4 && o6.setAttribute("nonce", n4), o6.textContent = e4.cssText, s4.appendChild(o6);
|
|
30
|
+
}
|
|
31
|
+
};
|
|
32
|
+
var c = e ? (t3) => t3 : (t3) => t3 instanceof CSSStyleSheet ? ((t4) => {
|
|
33
|
+
let e4 = "";
|
|
34
|
+
for (const s4 of t4.cssRules) e4 += s4.cssText;
|
|
35
|
+
return r(e4);
|
|
36
|
+
})(t3) : t3;
|
|
37
|
+
|
|
38
|
+
// node_modules/@lit/reactive-element/reactive-element.js
|
|
39
|
+
var { is: i2, defineProperty: e2, getOwnPropertyDescriptor: h, getOwnPropertyNames: r2, getOwnPropertySymbols: o2, getPrototypeOf: n2 } = Object;
|
|
40
|
+
var a = globalThis;
|
|
41
|
+
var c2 = a.trustedTypes;
|
|
42
|
+
var l = c2 ? c2.emptyScript : "";
|
|
43
|
+
var p = a.reactiveElementPolyfillSupport;
|
|
44
|
+
var d = (t3, s4) => t3;
|
|
45
|
+
var u = { toAttribute(t3, s4) {
|
|
46
|
+
switch (s4) {
|
|
47
|
+
case Boolean:
|
|
48
|
+
t3 = t3 ? l : null;
|
|
49
|
+
break;
|
|
50
|
+
case Object:
|
|
51
|
+
case Array:
|
|
52
|
+
t3 = null == t3 ? t3 : JSON.stringify(t3);
|
|
53
|
+
}
|
|
54
|
+
return t3;
|
|
55
|
+
}, fromAttribute(t3, s4) {
|
|
56
|
+
let i5 = t3;
|
|
57
|
+
switch (s4) {
|
|
58
|
+
case Boolean:
|
|
59
|
+
i5 = null !== t3;
|
|
60
|
+
break;
|
|
61
|
+
case Number:
|
|
62
|
+
i5 = null === t3 ? null : Number(t3);
|
|
63
|
+
break;
|
|
64
|
+
case Object:
|
|
65
|
+
case Array:
|
|
66
|
+
try {
|
|
67
|
+
i5 = JSON.parse(t3);
|
|
68
|
+
} catch (t4) {
|
|
69
|
+
i5 = null;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
return i5;
|
|
73
|
+
} };
|
|
74
|
+
var f = (t3, s4) => !i2(t3, s4);
|
|
75
|
+
var b = { attribute: true, type: String, converter: u, reflect: false, useDefault: false, hasChanged: f };
|
|
76
|
+
Symbol.metadata ?? (Symbol.metadata = Symbol("metadata")), a.litPropertyMetadata ?? (a.litPropertyMetadata = /* @__PURE__ */ new WeakMap());
|
|
77
|
+
var y = class extends HTMLElement {
|
|
78
|
+
static addInitializer(t3) {
|
|
79
|
+
this._$Ei(), (this.l ?? (this.l = [])).push(t3);
|
|
80
|
+
}
|
|
81
|
+
static get observedAttributes() {
|
|
82
|
+
return this.finalize(), this._$Eh && [...this._$Eh.keys()];
|
|
83
|
+
}
|
|
84
|
+
static createProperty(t3, s4 = b) {
|
|
85
|
+
if (s4.state && (s4.attribute = false), this._$Ei(), this.prototype.hasOwnProperty(t3) && ((s4 = Object.create(s4)).wrapped = true), this.elementProperties.set(t3, s4), !s4.noAccessor) {
|
|
86
|
+
const i5 = Symbol(), h3 = this.getPropertyDescriptor(t3, i5, s4);
|
|
87
|
+
void 0 !== h3 && e2(this.prototype, t3, h3);
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
static getPropertyDescriptor(t3, s4, i5) {
|
|
91
|
+
const { get: e4, set: r4 } = h(this.prototype, t3) ?? { get() {
|
|
92
|
+
return this[s4];
|
|
93
|
+
}, set(t4) {
|
|
94
|
+
this[s4] = t4;
|
|
95
|
+
} };
|
|
96
|
+
return { get: e4, set(s5) {
|
|
97
|
+
const h3 = e4?.call(this);
|
|
98
|
+
r4?.call(this, s5), this.requestUpdate(t3, h3, i5);
|
|
99
|
+
}, configurable: true, enumerable: true };
|
|
100
|
+
}
|
|
101
|
+
static getPropertyOptions(t3) {
|
|
102
|
+
return this.elementProperties.get(t3) ?? b;
|
|
103
|
+
}
|
|
104
|
+
static _$Ei() {
|
|
105
|
+
if (this.hasOwnProperty(d("elementProperties"))) return;
|
|
106
|
+
const t3 = n2(this);
|
|
107
|
+
t3.finalize(), void 0 !== t3.l && (this.l = [...t3.l]), this.elementProperties = new Map(t3.elementProperties);
|
|
108
|
+
}
|
|
109
|
+
static finalize() {
|
|
110
|
+
if (this.hasOwnProperty(d("finalized"))) return;
|
|
111
|
+
if (this.finalized = true, this._$Ei(), this.hasOwnProperty(d("properties"))) {
|
|
112
|
+
const t4 = this.properties, s4 = [...r2(t4), ...o2(t4)];
|
|
113
|
+
for (const i5 of s4) this.createProperty(i5, t4[i5]);
|
|
114
|
+
}
|
|
115
|
+
const t3 = this[Symbol.metadata];
|
|
116
|
+
if (null !== t3) {
|
|
117
|
+
const s4 = litPropertyMetadata.get(t3);
|
|
118
|
+
if (void 0 !== s4) for (const [t4, i5] of s4) this.elementProperties.set(t4, i5);
|
|
119
|
+
}
|
|
120
|
+
this._$Eh = /* @__PURE__ */ new Map();
|
|
121
|
+
for (const [t4, s4] of this.elementProperties) {
|
|
122
|
+
const i5 = this._$Eu(t4, s4);
|
|
123
|
+
void 0 !== i5 && this._$Eh.set(i5, t4);
|
|
124
|
+
}
|
|
125
|
+
this.elementStyles = this.finalizeStyles(this.styles);
|
|
126
|
+
}
|
|
127
|
+
static finalizeStyles(s4) {
|
|
128
|
+
const i5 = [];
|
|
129
|
+
if (Array.isArray(s4)) {
|
|
130
|
+
const e4 = new Set(s4.flat(1 / 0).reverse());
|
|
131
|
+
for (const s5 of e4) i5.unshift(c(s5));
|
|
132
|
+
} else void 0 !== s4 && i5.push(c(s4));
|
|
133
|
+
return i5;
|
|
134
|
+
}
|
|
135
|
+
static _$Eu(t3, s4) {
|
|
136
|
+
const i5 = s4.attribute;
|
|
137
|
+
return false === i5 ? void 0 : "string" == typeof i5 ? i5 : "string" == typeof t3 ? t3.toLowerCase() : void 0;
|
|
138
|
+
}
|
|
139
|
+
constructor() {
|
|
140
|
+
super(), this._$Ep = void 0, this.isUpdatePending = false, this.hasUpdated = false, this._$Em = null, this._$Ev();
|
|
141
|
+
}
|
|
142
|
+
_$Ev() {
|
|
143
|
+
this._$ES = new Promise(((t3) => this.enableUpdating = t3)), this._$AL = /* @__PURE__ */ new Map(), this._$E_(), this.requestUpdate(), this.constructor.l?.forEach(((t3) => t3(this)));
|
|
144
|
+
}
|
|
145
|
+
addController(t3) {
|
|
146
|
+
(this._$EO ?? (this._$EO = /* @__PURE__ */ new Set())).add(t3), void 0 !== this.renderRoot && this.isConnected && t3.hostConnected?.();
|
|
147
|
+
}
|
|
148
|
+
removeController(t3) {
|
|
149
|
+
this._$EO?.delete(t3);
|
|
150
|
+
}
|
|
151
|
+
_$E_() {
|
|
152
|
+
const t3 = /* @__PURE__ */ new Map(), s4 = this.constructor.elementProperties;
|
|
153
|
+
for (const i5 of s4.keys()) this.hasOwnProperty(i5) && (t3.set(i5, this[i5]), delete this[i5]);
|
|
154
|
+
t3.size > 0 && (this._$Ep = t3);
|
|
155
|
+
}
|
|
156
|
+
createRenderRoot() {
|
|
157
|
+
const t3 = this.shadowRoot ?? this.attachShadow(this.constructor.shadowRootOptions);
|
|
158
|
+
return S(t3, this.constructor.elementStyles), t3;
|
|
159
|
+
}
|
|
160
|
+
connectedCallback() {
|
|
161
|
+
this.renderRoot ?? (this.renderRoot = this.createRenderRoot()), this.enableUpdating(true), this._$EO?.forEach(((t3) => t3.hostConnected?.()));
|
|
162
|
+
}
|
|
163
|
+
enableUpdating(t3) {
|
|
164
|
+
}
|
|
165
|
+
disconnectedCallback() {
|
|
166
|
+
this._$EO?.forEach(((t3) => t3.hostDisconnected?.()));
|
|
167
|
+
}
|
|
168
|
+
attributeChangedCallback(t3, s4, i5) {
|
|
169
|
+
this._$AK(t3, i5);
|
|
170
|
+
}
|
|
171
|
+
_$ET(t3, s4) {
|
|
172
|
+
const i5 = this.constructor.elementProperties.get(t3), e4 = this.constructor._$Eu(t3, i5);
|
|
173
|
+
if (void 0 !== e4 && true === i5.reflect) {
|
|
174
|
+
const h3 = (void 0 !== i5.converter?.toAttribute ? i5.converter : u).toAttribute(s4, i5.type);
|
|
175
|
+
this._$Em = t3, null == h3 ? this.removeAttribute(e4) : this.setAttribute(e4, h3), this._$Em = null;
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
_$AK(t3, s4) {
|
|
179
|
+
const i5 = this.constructor, e4 = i5._$Eh.get(t3);
|
|
180
|
+
if (void 0 !== e4 && this._$Em !== e4) {
|
|
181
|
+
const t4 = i5.getPropertyOptions(e4), h3 = "function" == typeof t4.converter ? { fromAttribute: t4.converter } : void 0 !== t4.converter?.fromAttribute ? t4.converter : u;
|
|
182
|
+
this._$Em = e4, this[e4] = h3.fromAttribute(s4, t4.type) ?? this._$Ej?.get(e4) ?? null, this._$Em = null;
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
requestUpdate(t3, s4, i5) {
|
|
186
|
+
if (void 0 !== t3) {
|
|
187
|
+
const e4 = this.constructor, h3 = this[t3];
|
|
188
|
+
if (i5 ?? (i5 = e4.getPropertyOptions(t3)), !((i5.hasChanged ?? f)(h3, s4) || i5.useDefault && i5.reflect && h3 === this._$Ej?.get(t3) && !this.hasAttribute(e4._$Eu(t3, i5)))) return;
|
|
189
|
+
this.C(t3, s4, i5);
|
|
190
|
+
}
|
|
191
|
+
false === this.isUpdatePending && (this._$ES = this._$EP());
|
|
192
|
+
}
|
|
193
|
+
C(t3, s4, { useDefault: i5, reflect: e4, wrapped: h3 }, r4) {
|
|
194
|
+
i5 && !(this._$Ej ?? (this._$Ej = /* @__PURE__ */ new Map())).has(t3) && (this._$Ej.set(t3, r4 ?? s4 ?? this[t3]), true !== h3 || void 0 !== r4) || (this._$AL.has(t3) || (this.hasUpdated || i5 || (s4 = void 0), this._$AL.set(t3, s4)), true === e4 && this._$Em !== t3 && (this._$Eq ?? (this._$Eq = /* @__PURE__ */ new Set())).add(t3));
|
|
195
|
+
}
|
|
196
|
+
async _$EP() {
|
|
197
|
+
this.isUpdatePending = true;
|
|
198
|
+
try {
|
|
199
|
+
await this._$ES;
|
|
200
|
+
} catch (t4) {
|
|
201
|
+
Promise.reject(t4);
|
|
202
|
+
}
|
|
203
|
+
const t3 = this.scheduleUpdate();
|
|
204
|
+
return null != t3 && await t3, !this.isUpdatePending;
|
|
205
|
+
}
|
|
206
|
+
scheduleUpdate() {
|
|
207
|
+
return this.performUpdate();
|
|
208
|
+
}
|
|
209
|
+
performUpdate() {
|
|
210
|
+
if (!this.isUpdatePending) return;
|
|
211
|
+
if (!this.hasUpdated) {
|
|
212
|
+
if (this.renderRoot ?? (this.renderRoot = this.createRenderRoot()), this._$Ep) {
|
|
213
|
+
for (const [t5, s5] of this._$Ep) this[t5] = s5;
|
|
214
|
+
this._$Ep = void 0;
|
|
215
|
+
}
|
|
216
|
+
const t4 = this.constructor.elementProperties;
|
|
217
|
+
if (t4.size > 0) for (const [s5, i5] of t4) {
|
|
218
|
+
const { wrapped: t5 } = i5, e4 = this[s5];
|
|
219
|
+
true !== t5 || this._$AL.has(s5) || void 0 === e4 || this.C(s5, void 0, i5, e4);
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
let t3 = false;
|
|
223
|
+
const s4 = this._$AL;
|
|
224
|
+
try {
|
|
225
|
+
t3 = this.shouldUpdate(s4), t3 ? (this.willUpdate(s4), this._$EO?.forEach(((t4) => t4.hostUpdate?.())), this.update(s4)) : this._$EM();
|
|
226
|
+
} catch (s5) {
|
|
227
|
+
throw t3 = false, this._$EM(), s5;
|
|
228
|
+
}
|
|
229
|
+
t3 && this._$AE(s4);
|
|
230
|
+
}
|
|
231
|
+
willUpdate(t3) {
|
|
232
|
+
}
|
|
233
|
+
_$AE(t3) {
|
|
234
|
+
this._$EO?.forEach(((t4) => t4.hostUpdated?.())), this.hasUpdated || (this.hasUpdated = true, this.firstUpdated(t3)), this.updated(t3);
|
|
235
|
+
}
|
|
236
|
+
_$EM() {
|
|
237
|
+
this._$AL = /* @__PURE__ */ new Map(), this.isUpdatePending = false;
|
|
238
|
+
}
|
|
239
|
+
get updateComplete() {
|
|
240
|
+
return this.getUpdateComplete();
|
|
241
|
+
}
|
|
242
|
+
getUpdateComplete() {
|
|
243
|
+
return this._$ES;
|
|
244
|
+
}
|
|
245
|
+
shouldUpdate(t3) {
|
|
246
|
+
return true;
|
|
247
|
+
}
|
|
248
|
+
update(t3) {
|
|
249
|
+
this._$Eq && (this._$Eq = this._$Eq.forEach(((t4) => this._$ET(t4, this[t4])))), this._$EM();
|
|
250
|
+
}
|
|
251
|
+
updated(t3) {
|
|
252
|
+
}
|
|
253
|
+
firstUpdated(t3) {
|
|
254
|
+
}
|
|
255
|
+
};
|
|
256
|
+
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");
|
|
257
|
+
|
|
258
|
+
// node_modules/lit-html/lit-html.js
|
|
259
|
+
var t2 = globalThis;
|
|
260
|
+
var i3 = t2.trustedTypes;
|
|
261
|
+
var s2 = i3 ? i3.createPolicy("lit-html", { createHTML: (t3) => t3 }) : void 0;
|
|
262
|
+
var e3 = "$lit$";
|
|
263
|
+
var h2 = `lit$${Math.random().toFixed(9).slice(2)}$`;
|
|
264
|
+
var o3 = "?" + h2;
|
|
265
|
+
var n3 = `<${o3}>`;
|
|
266
|
+
var r3 = document;
|
|
267
|
+
var l2 = () => r3.createComment("");
|
|
268
|
+
var c3 = (t3) => null === t3 || "object" != typeof t3 && "function" != typeof t3;
|
|
269
|
+
var a2 = Array.isArray;
|
|
270
|
+
var u2 = (t3) => a2(t3) || "function" == typeof t3?.[Symbol.iterator];
|
|
271
|
+
var d2 = "[ \n\f\r]";
|
|
272
|
+
var f2 = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g;
|
|
273
|
+
var v = /-->/g;
|
|
274
|
+
var _ = />/g;
|
|
275
|
+
var m = RegExp(`>|${d2}(?:([^\\s"'>=/]+)(${d2}*=${d2}*(?:[^
|
|
276
|
+
\f\r"'\`<>=]|("|')|))|$)`, "g");
|
|
277
|
+
var p2 = /'/g;
|
|
278
|
+
var g = /"/g;
|
|
279
|
+
var $ = /^(?:script|style|textarea|title)$/i;
|
|
280
|
+
var y2 = (t3) => (i5, ...s4) => ({ _$litType$: t3, strings: i5, values: s4 });
|
|
281
|
+
var x = y2(1);
|
|
282
|
+
var b2 = y2(2);
|
|
283
|
+
var w = y2(3);
|
|
284
|
+
var T = Symbol.for("lit-noChange");
|
|
285
|
+
var E = Symbol.for("lit-nothing");
|
|
286
|
+
var A = /* @__PURE__ */ new WeakMap();
|
|
287
|
+
var C = r3.createTreeWalker(r3, 129);
|
|
288
|
+
function P(t3, i5) {
|
|
289
|
+
if (!a2(t3) || !t3.hasOwnProperty("raw")) throw Error("invalid template strings array");
|
|
290
|
+
return void 0 !== s2 ? s2.createHTML(i5) : i5;
|
|
291
|
+
}
|
|
292
|
+
var V = (t3, i5) => {
|
|
293
|
+
const s4 = t3.length - 1, o5 = [];
|
|
294
|
+
let r4, l3 = 2 === i5 ? "<svg>" : 3 === i5 ? "<math>" : "", c4 = f2;
|
|
295
|
+
for (let i6 = 0; i6 < s4; i6++) {
|
|
296
|
+
const s5 = t3[i6];
|
|
297
|
+
let a3, u3, d3 = -1, y3 = 0;
|
|
298
|
+
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]) && (r4 = RegExp("</" + u3[2], "g")), c4 = m) : void 0 !== u3[3] && (c4 = m) : c4 === m ? ">" === u3[0] ? (c4 = r4 ?? 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, r4 = void 0);
|
|
299
|
+
const x2 = c4 === m && t3[i6 + 1].startsWith("/>") ? " " : "";
|
|
300
|
+
l3 += c4 === f2 ? s5 + n3 : d3 >= 0 ? (o5.push(a3), s5.slice(0, d3) + e3 + s5.slice(d3) + h2 + x2) : s5 + h2 + (-2 === d3 ? i6 : x2);
|
|
301
|
+
}
|
|
302
|
+
return [P(t3, l3 + (t3[s4] || "<?>") + (2 === i5 ? "</svg>" : 3 === i5 ? "</math>" : "")), o5];
|
|
303
|
+
};
|
|
304
|
+
var N = class _N {
|
|
305
|
+
constructor({ strings: t3, _$litType$: s4 }, n4) {
|
|
306
|
+
let r4;
|
|
307
|
+
this.parts = [];
|
|
308
|
+
let c4 = 0, a3 = 0;
|
|
309
|
+
const u3 = t3.length - 1, d3 = this.parts, [f3, v2] = V(t3, s4);
|
|
310
|
+
if (this.el = _N.createElement(f3, n4), C.currentNode = this.el.content, 2 === s4 || 3 === s4) {
|
|
311
|
+
const t4 = this.el.content.firstChild;
|
|
312
|
+
t4.replaceWith(...t4.childNodes);
|
|
313
|
+
}
|
|
314
|
+
for (; null !== (r4 = C.nextNode()) && d3.length < u3; ) {
|
|
315
|
+
if (1 === r4.nodeType) {
|
|
316
|
+
if (r4.hasAttributes()) for (const t4 of r4.getAttributeNames()) if (t4.endsWith(e3)) {
|
|
317
|
+
const i5 = v2[a3++], s5 = r4.getAttribute(t4).split(h2), e4 = /([.?@])?(.*)/.exec(i5);
|
|
318
|
+
d3.push({ type: 1, index: c4, name: e4[2], strings: s5, ctor: "." === e4[1] ? H : "?" === e4[1] ? I : "@" === e4[1] ? L : k }), r4.removeAttribute(t4);
|
|
319
|
+
} else t4.startsWith(h2) && (d3.push({ type: 6, index: c4 }), r4.removeAttribute(t4));
|
|
320
|
+
if ($.test(r4.tagName)) {
|
|
321
|
+
const t4 = r4.textContent.split(h2), s5 = t4.length - 1;
|
|
322
|
+
if (s5 > 0) {
|
|
323
|
+
r4.textContent = i3 ? i3.emptyScript : "";
|
|
324
|
+
for (let i5 = 0; i5 < s5; i5++) r4.append(t4[i5], l2()), C.nextNode(), d3.push({ type: 2, index: ++c4 });
|
|
325
|
+
r4.append(t4[s5], l2());
|
|
326
|
+
}
|
|
327
|
+
}
|
|
328
|
+
} else if (8 === r4.nodeType) if (r4.data === o3) d3.push({ type: 2, index: c4 });
|
|
329
|
+
else {
|
|
330
|
+
let t4 = -1;
|
|
331
|
+
for (; -1 !== (t4 = r4.data.indexOf(h2, t4 + 1)); ) d3.push({ type: 7, index: c4 }), t4 += h2.length - 1;
|
|
332
|
+
}
|
|
333
|
+
c4++;
|
|
334
|
+
}
|
|
335
|
+
}
|
|
336
|
+
static createElement(t3, i5) {
|
|
337
|
+
const s4 = r3.createElement("template");
|
|
338
|
+
return s4.innerHTML = t3, s4;
|
|
339
|
+
}
|
|
340
|
+
};
|
|
341
|
+
function S2(t3, i5, s4 = t3, e4) {
|
|
342
|
+
if (i5 === T) return i5;
|
|
343
|
+
let h3 = void 0 !== e4 ? s4._$Co?.[e4] : s4._$Cl;
|
|
344
|
+
const o5 = c3(i5) ? void 0 : i5._$litDirective$;
|
|
345
|
+
return h3?.constructor !== o5 && (h3?._$AO?.(false), void 0 === o5 ? h3 = void 0 : (h3 = new o5(t3), h3._$AT(t3, s4, e4)), void 0 !== e4 ? (s4._$Co ?? (s4._$Co = []))[e4] = h3 : s4._$Cl = h3), void 0 !== h3 && (i5 = S2(t3, h3._$AS(t3, i5.values), h3, e4)), i5;
|
|
346
|
+
}
|
|
347
|
+
var M = class {
|
|
348
|
+
constructor(t3, i5) {
|
|
349
|
+
this._$AV = [], this._$AN = void 0, this._$AD = t3, this._$AM = i5;
|
|
350
|
+
}
|
|
351
|
+
get parentNode() {
|
|
352
|
+
return this._$AM.parentNode;
|
|
353
|
+
}
|
|
354
|
+
get _$AU() {
|
|
355
|
+
return this._$AM._$AU;
|
|
356
|
+
}
|
|
357
|
+
u(t3) {
|
|
358
|
+
const { el: { content: i5 }, parts: s4 } = this._$AD, e4 = (t3?.creationScope ?? r3).importNode(i5, true);
|
|
359
|
+
C.currentNode = e4;
|
|
360
|
+
let h3 = C.nextNode(), o5 = 0, n4 = 0, l3 = s4[0];
|
|
361
|
+
for (; void 0 !== l3; ) {
|
|
362
|
+
if (o5 === l3.index) {
|
|
363
|
+
let i6;
|
|
364
|
+
2 === l3.type ? i6 = new R(h3, h3.nextSibling, this, t3) : 1 === l3.type ? i6 = new l3.ctor(h3, l3.name, l3.strings, this, t3) : 6 === l3.type && (i6 = new z(h3, this, t3)), this._$AV.push(i6), l3 = s4[++n4];
|
|
365
|
+
}
|
|
366
|
+
o5 !== l3?.index && (h3 = C.nextNode(), o5++);
|
|
367
|
+
}
|
|
368
|
+
return C.currentNode = r3, e4;
|
|
369
|
+
}
|
|
370
|
+
p(t3) {
|
|
371
|
+
let i5 = 0;
|
|
372
|
+
for (const s4 of this._$AV) void 0 !== s4 && (void 0 !== s4.strings ? (s4._$AI(t3, s4, i5), i5 += s4.strings.length - 2) : s4._$AI(t3[i5])), i5++;
|
|
373
|
+
}
|
|
374
|
+
};
|
|
375
|
+
var R = class _R {
|
|
376
|
+
get _$AU() {
|
|
377
|
+
return this._$AM?._$AU ?? this._$Cv;
|
|
378
|
+
}
|
|
379
|
+
constructor(t3, i5, s4, e4) {
|
|
380
|
+
this.type = 2, this._$AH = E, this._$AN = void 0, this._$AA = t3, this._$AB = i5, this._$AM = s4, this.options = e4, this._$Cv = e4?.isConnected ?? true;
|
|
381
|
+
}
|
|
382
|
+
get parentNode() {
|
|
383
|
+
let t3 = this._$AA.parentNode;
|
|
384
|
+
const i5 = this._$AM;
|
|
385
|
+
return void 0 !== i5 && 11 === t3?.nodeType && (t3 = i5.parentNode), t3;
|
|
386
|
+
}
|
|
387
|
+
get startNode() {
|
|
388
|
+
return this._$AA;
|
|
389
|
+
}
|
|
390
|
+
get endNode() {
|
|
391
|
+
return this._$AB;
|
|
392
|
+
}
|
|
393
|
+
_$AI(t3, i5 = this) {
|
|
394
|
+
t3 = S2(this, t3, i5), c3(t3) ? t3 === E || null == t3 || "" === t3 ? (this._$AH !== E && this._$AR(), this._$AH = E) : t3 !== this._$AH && t3 !== T && this._(t3) : void 0 !== t3._$litType$ ? this.$(t3) : void 0 !== t3.nodeType ? this.T(t3) : u2(t3) ? this.k(t3) : this._(t3);
|
|
395
|
+
}
|
|
396
|
+
O(t3) {
|
|
397
|
+
return this._$AA.parentNode.insertBefore(t3, this._$AB);
|
|
398
|
+
}
|
|
399
|
+
T(t3) {
|
|
400
|
+
this._$AH !== t3 && (this._$AR(), this._$AH = this.O(t3));
|
|
401
|
+
}
|
|
402
|
+
_(t3) {
|
|
403
|
+
this._$AH !== E && c3(this._$AH) ? this._$AA.nextSibling.data = t3 : this.T(r3.createTextNode(t3)), this._$AH = t3;
|
|
404
|
+
}
|
|
405
|
+
$(t3) {
|
|
406
|
+
const { values: i5, _$litType$: s4 } = t3, e4 = "number" == typeof s4 ? this._$AC(t3) : (void 0 === s4.el && (s4.el = N.createElement(P(s4.h, s4.h[0]), this.options)), s4);
|
|
407
|
+
if (this._$AH?._$AD === e4) this._$AH.p(i5);
|
|
408
|
+
else {
|
|
409
|
+
const t4 = new M(e4, this), s5 = t4.u(this.options);
|
|
410
|
+
t4.p(i5), this.T(s5), this._$AH = t4;
|
|
411
|
+
}
|
|
412
|
+
}
|
|
413
|
+
_$AC(t3) {
|
|
414
|
+
let i5 = A.get(t3.strings);
|
|
415
|
+
return void 0 === i5 && A.set(t3.strings, i5 = new N(t3)), i5;
|
|
416
|
+
}
|
|
417
|
+
k(t3) {
|
|
418
|
+
a2(this._$AH) || (this._$AH = [], this._$AR());
|
|
419
|
+
const i5 = this._$AH;
|
|
420
|
+
let s4, e4 = 0;
|
|
421
|
+
for (const h3 of t3) e4 === i5.length ? i5.push(s4 = new _R(this.O(l2()), this.O(l2()), this, this.options)) : s4 = i5[e4], s4._$AI(h3), e4++;
|
|
422
|
+
e4 < i5.length && (this._$AR(s4 && s4._$AB.nextSibling, e4), i5.length = e4);
|
|
423
|
+
}
|
|
424
|
+
_$AR(t3 = this._$AA.nextSibling, i5) {
|
|
425
|
+
for (this._$AP?.(false, true, i5); t3 && t3 !== this._$AB; ) {
|
|
426
|
+
const i6 = t3.nextSibling;
|
|
427
|
+
t3.remove(), t3 = i6;
|
|
428
|
+
}
|
|
429
|
+
}
|
|
430
|
+
setConnected(t3) {
|
|
431
|
+
void 0 === this._$AM && (this._$Cv = t3, this._$AP?.(t3));
|
|
432
|
+
}
|
|
433
|
+
};
|
|
434
|
+
var k = class {
|
|
435
|
+
get tagName() {
|
|
436
|
+
return this.element.tagName;
|
|
437
|
+
}
|
|
438
|
+
get _$AU() {
|
|
439
|
+
return this._$AM._$AU;
|
|
440
|
+
}
|
|
441
|
+
constructor(t3, i5, s4, e4, h3) {
|
|
442
|
+
this.type = 1, this._$AH = E, this._$AN = void 0, this.element = t3, this.name = i5, this._$AM = e4, 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;
|
|
443
|
+
}
|
|
444
|
+
_$AI(t3, i5 = this, s4, e4) {
|
|
445
|
+
const h3 = this.strings;
|
|
446
|
+
let o5 = false;
|
|
447
|
+
if (void 0 === h3) t3 = S2(this, t3, i5, 0), o5 = !c3(t3) || t3 !== this._$AH && t3 !== T, o5 && (this._$AH = t3);
|
|
448
|
+
else {
|
|
449
|
+
const e5 = t3;
|
|
450
|
+
let n4, r4;
|
|
451
|
+
for (t3 = h3[0], n4 = 0; n4 < h3.length - 1; n4++) r4 = S2(this, e5[s4 + n4], i5, n4), r4 === T && (r4 = this._$AH[n4]), o5 || (o5 = !c3(r4) || r4 !== this._$AH[n4]), r4 === E ? t3 = E : t3 !== E && (t3 += (r4 ?? "") + h3[n4 + 1]), this._$AH[n4] = r4;
|
|
452
|
+
}
|
|
453
|
+
o5 && !e4 && this.j(t3);
|
|
454
|
+
}
|
|
455
|
+
j(t3) {
|
|
456
|
+
t3 === E ? this.element.removeAttribute(this.name) : this.element.setAttribute(this.name, t3 ?? "");
|
|
457
|
+
}
|
|
458
|
+
};
|
|
459
|
+
var H = class extends k {
|
|
460
|
+
constructor() {
|
|
461
|
+
super(...arguments), this.type = 3;
|
|
462
|
+
}
|
|
463
|
+
j(t3) {
|
|
464
|
+
this.element[this.name] = t3 === E ? void 0 : t3;
|
|
465
|
+
}
|
|
466
|
+
};
|
|
467
|
+
var I = class extends k {
|
|
468
|
+
constructor() {
|
|
469
|
+
super(...arguments), this.type = 4;
|
|
470
|
+
}
|
|
471
|
+
j(t3) {
|
|
472
|
+
this.element.toggleAttribute(this.name, !!t3 && t3 !== E);
|
|
473
|
+
}
|
|
474
|
+
};
|
|
475
|
+
var L = class extends k {
|
|
476
|
+
constructor(t3, i5, s4, e4, h3) {
|
|
477
|
+
super(t3, i5, s4, e4, h3), this.type = 5;
|
|
478
|
+
}
|
|
479
|
+
_$AI(t3, i5 = this) {
|
|
480
|
+
if ((t3 = S2(this, t3, i5, 0) ?? E) === T) return;
|
|
481
|
+
const s4 = this._$AH, e4 = t3 === E && s4 !== E || t3.capture !== s4.capture || t3.once !== s4.once || t3.passive !== s4.passive, h3 = t3 !== E && (s4 === E || e4);
|
|
482
|
+
e4 && this.element.removeEventListener(this.name, this, s4), h3 && this.element.addEventListener(this.name, this, t3), this._$AH = t3;
|
|
483
|
+
}
|
|
484
|
+
handleEvent(t3) {
|
|
485
|
+
"function" == typeof this._$AH ? this._$AH.call(this.options?.host ?? this.element, t3) : this._$AH.handleEvent(t3);
|
|
486
|
+
}
|
|
487
|
+
};
|
|
488
|
+
var z = class {
|
|
489
|
+
constructor(t3, i5, s4) {
|
|
490
|
+
this.element = t3, this.type = 6, this._$AN = void 0, this._$AM = i5, this.options = s4;
|
|
491
|
+
}
|
|
492
|
+
get _$AU() {
|
|
493
|
+
return this._$AM._$AU;
|
|
494
|
+
}
|
|
495
|
+
_$AI(t3) {
|
|
496
|
+
S2(this, t3);
|
|
497
|
+
}
|
|
498
|
+
};
|
|
499
|
+
var j = t2.litHtmlPolyfillSupport;
|
|
500
|
+
j?.(N, R), (t2.litHtmlVersions ?? (t2.litHtmlVersions = [])).push("3.3.0");
|
|
501
|
+
var B = (t3, i5, s4) => {
|
|
502
|
+
const e4 = s4?.renderBefore ?? i5;
|
|
503
|
+
let h3 = e4._$litPart$;
|
|
504
|
+
if (void 0 === h3) {
|
|
505
|
+
const t4 = s4?.renderBefore ?? null;
|
|
506
|
+
e4._$litPart$ = h3 = new R(i5.insertBefore(l2(), t4), t4, void 0, s4 ?? {});
|
|
507
|
+
}
|
|
508
|
+
return h3._$AI(t3), h3;
|
|
509
|
+
};
|
|
510
|
+
|
|
511
|
+
// node_modules/lit-element/lit-element.js
|
|
512
|
+
var s3 = globalThis;
|
|
513
|
+
var i4 = class extends y {
|
|
514
|
+
constructor() {
|
|
515
|
+
super(...arguments), this.renderOptions = { host: this }, this._$Do = void 0;
|
|
516
|
+
}
|
|
517
|
+
createRenderRoot() {
|
|
518
|
+
var _a;
|
|
519
|
+
const t3 = super.createRenderRoot();
|
|
520
|
+
return (_a = this.renderOptions).renderBefore ?? (_a.renderBefore = t3.firstChild), t3;
|
|
521
|
+
}
|
|
522
|
+
update(t3) {
|
|
523
|
+
const r4 = this.render();
|
|
524
|
+
this.hasUpdated || (this.renderOptions.isConnected = this.isConnected), super.update(t3), this._$Do = B(r4, this.renderRoot, this.renderOptions);
|
|
525
|
+
}
|
|
526
|
+
connectedCallback() {
|
|
527
|
+
super.connectedCallback(), this._$Do?.setConnected(true);
|
|
528
|
+
}
|
|
529
|
+
disconnectedCallback() {
|
|
530
|
+
super.disconnectedCallback(), this._$Do?.setConnected(false);
|
|
531
|
+
}
|
|
532
|
+
render() {
|
|
533
|
+
return T;
|
|
534
|
+
}
|
|
535
|
+
};
|
|
536
|
+
i4._$litElement$ = true, i4["finalized"] = true, s3.litElementHydrateSupport?.({ LitElement: i4 });
|
|
537
|
+
var o4 = s3.litElementPolyfillSupport;
|
|
538
|
+
o4?.({ LitElement: i4 });
|
|
539
|
+
(s3.litElementVersions ?? (s3.litElementVersions = [])).push("4.2.0");
|
|
540
|
+
|
|
541
|
+
// src/translations/index.ts
|
|
542
|
+
var connectedElements = /* @__PURE__ */ new Set();
|
|
543
|
+
var translations = /* @__PURE__ */ new Map();
|
|
544
|
+
var fallback;
|
|
545
|
+
var documentDirection = "ltr";
|
|
546
|
+
var documentLanguage = "en";
|
|
547
|
+
var isClient = typeof MutationObserver !== "undefined" && typeof document !== "undefined" && typeof document.documentElement !== "undefined";
|
|
548
|
+
if (isClient) {
|
|
549
|
+
const documentElementObserver = new MutationObserver(update);
|
|
550
|
+
documentDirection = document.documentElement.dir || "ltr";
|
|
551
|
+
documentLanguage = document.documentElement.lang || navigator.language;
|
|
552
|
+
documentElementObserver.observe(document.documentElement, {
|
|
553
|
+
attributes: true,
|
|
554
|
+
attributeFilter: ["dir", "lang"]
|
|
555
|
+
});
|
|
556
|
+
}
|
|
557
|
+
function registerTranslation(...translation3) {
|
|
558
|
+
translation3.map((t3) => {
|
|
559
|
+
const code = t3.$code.toLowerCase();
|
|
560
|
+
if (translations.has(code)) {
|
|
561
|
+
translations.set(code, { ...translations.get(code), ...t3 });
|
|
562
|
+
} else {
|
|
563
|
+
translations.set(code, t3);
|
|
564
|
+
}
|
|
565
|
+
if (!fallback) {
|
|
566
|
+
fallback = t3;
|
|
567
|
+
}
|
|
568
|
+
});
|
|
569
|
+
update();
|
|
570
|
+
}
|
|
571
|
+
function update() {
|
|
572
|
+
if (isClient) {
|
|
573
|
+
documentDirection = document.documentElement.dir || "ltr";
|
|
574
|
+
documentLanguage = document.documentElement.lang || navigator.language;
|
|
575
|
+
}
|
|
576
|
+
[...connectedElements.keys()].map((element) => {
|
|
577
|
+
if (element instanceof i4 && typeof element.requestUpdate === "function") {
|
|
578
|
+
element.requestUpdate();
|
|
579
|
+
}
|
|
580
|
+
});
|
|
581
|
+
}
|
|
582
|
+
|
|
583
|
+
// src/translations/de.ts
|
|
584
|
+
var translation = {
|
|
585
|
+
$code: "de",
|
|
586
|
+
$name: "Deutsch",
|
|
587
|
+
$dir: "ltr",
|
|
588
|
+
carousel: "Karussell",
|
|
589
|
+
clearEntry: "Eingabe l\xF6schen",
|
|
590
|
+
close: "Schlie\xDFen",
|
|
591
|
+
copied: "Kopiert!",
|
|
592
|
+
copy: "Kopieren",
|
|
593
|
+
currentValue: "Aktueller Wert",
|
|
594
|
+
error: "Fehler",
|
|
595
|
+
goToSlide: (slide, count) => `Gehe zu Folie ${slide} von ${count}`,
|
|
596
|
+
hidePassword: "Passwort verbergen",
|
|
597
|
+
hue: "Farbton",
|
|
598
|
+
loading: "Wird geladen\u202F\u2026",
|
|
599
|
+
nextSlide: "N\xE4chste Folie",
|
|
600
|
+
numOptionsSelected: (number) => {
|
|
601
|
+
if (number === 0) {
|
|
602
|
+
return "Keine Optionen ausgew\xE4hlt";
|
|
603
|
+
} else if (number === 1) {
|
|
604
|
+
return "Eine Option ausgew\xE4hlt";
|
|
605
|
+
} else {
|
|
606
|
+
return `${number} Optionen ausgew\xE4hlt`;
|
|
607
|
+
}
|
|
608
|
+
},
|
|
609
|
+
opacity: "Deckkraft",
|
|
610
|
+
pickAColorFromTheScreen: "Farbe vom Bildschirm ausw\xE4hlen",
|
|
611
|
+
previousSlide: "Vorherige Folie",
|
|
612
|
+
progress: "Fortschritt",
|
|
613
|
+
remove: "Entfernen",
|
|
614
|
+
resize: "Gr\xF6\xDFe \xE4ndern",
|
|
615
|
+
scrollableRegion: "Scrollbarer Bereich",
|
|
616
|
+
scrollToEnd: "Zum Ende scrollen",
|
|
617
|
+
scrollToStart: "Zum Anfang scrollen",
|
|
618
|
+
showPassword: "Passwort anzeigen",
|
|
619
|
+
slideNum: (slide) => `Folie ${slide}`,
|
|
620
|
+
toggleColorFormat: "Farbformat wechseln"
|
|
621
|
+
};
|
|
622
|
+
registerTranslation(translation);
|
|
623
|
+
var de_default = translation;
|
|
624
|
+
|
|
625
|
+
// src/translations/de-ch.ts
|
|
626
|
+
var translation2 = {
|
|
627
|
+
...de_default,
|
|
628
|
+
$code: "de-CH",
|
|
629
|
+
$name: "Deutsch (Schweiz)",
|
|
630
|
+
close: "Schliessen",
|
|
631
|
+
resize: "Gr\xF6sse anpassen"
|
|
632
|
+
};
|
|
633
|
+
registerTranslation(translation2);
|
|
634
|
+
var de_ch_default = translation2;
|
|
635
|
+
export {
|
|
636
|
+
de_ch_default as default
|
|
637
|
+
};
|
|
638
|
+
/*! Bundled license information:
|
|
639
|
+
|
|
640
|
+
@lit/reactive-element/css-tag.js:
|
|
641
|
+
(**
|
|
642
|
+
* @license
|
|
643
|
+
* Copyright 2019 Google LLC
|
|
644
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
645
|
+
*)
|
|
646
|
+
|
|
647
|
+
@lit/reactive-element/reactive-element.js:
|
|
648
|
+
lit-html/lit-html.js:
|
|
649
|
+
lit-element/lit-element.js:
|
|
650
|
+
(**
|
|
651
|
+
* @license
|
|
652
|
+
* Copyright 2017 Google LLC
|
|
653
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
654
|
+
*)
|
|
655
|
+
|
|
656
|
+
lit-html/is-server.js:
|
|
657
|
+
(**
|
|
658
|
+
* @license
|
|
659
|
+
* Copyright 2022 Google LLC
|
|
660
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
661
|
+
*)
|
|
662
|
+
*/
|