placer-toolkit 0.5.1 → 1.0.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +1 -1
- package/README.md +18 -22
- package/cdn/animations/attention_seekers/bounce.js +1 -0
- package/cdn/animations/attention_seekers/flash.js +1 -0
- package/cdn/animations/attention_seekers/headShake.js +1 -0
- package/cdn/animations/attention_seekers/heartBeat.js +1 -0
- package/cdn/animations/attention_seekers/jello.js +1 -0
- package/cdn/animations/attention_seekers/pulse.js +1 -0
- package/cdn/animations/attention_seekers/rubberBand.js +1 -0
- package/cdn/animations/attention_seekers/shake.js +1 -0
- package/cdn/animations/attention_seekers/shakeX.js +1 -0
- package/cdn/animations/attention_seekers/shakeY.js +1 -0
- package/cdn/animations/attention_seekers/swing.js +1 -0
- package/cdn/animations/attention_seekers/tada.js +1 -0
- package/cdn/animations/attention_seekers/wobble.js +1 -0
- package/cdn/animations/back_entrances/backInDown.js +1 -0
- package/cdn/animations/back_entrances/backInLeft.js +1 -0
- package/cdn/animations/back_entrances/backInRight.js +1 -0
- package/cdn/animations/back_entrances/backInUp.js +1 -0
- package/cdn/animations/back_exits/backOutDown.js +1 -0
- package/cdn/animations/back_exits/backOutLeft.js +1 -0
- package/cdn/animations/back_exits/backOutRight.js +1 -0
- package/cdn/animations/back_exits/backOutUp.js +1 -0
- package/cdn/animations/bouncing_entrances/bounceIn.js +1 -0
- package/cdn/animations/bouncing_entrances/bounceInDown.js +1 -0
- package/cdn/animations/bouncing_entrances/bounceInLeft.js +1 -0
- package/cdn/animations/bouncing_entrances/bounceInRight.js +1 -0
- package/cdn/animations/bouncing_entrances/bounceInUp.js +1 -0
- package/cdn/animations/bouncing_exits/bounceOut.js +1 -0
- package/cdn/animations/bouncing_exits/bounceOutDown.js +1 -0
- package/cdn/animations/bouncing_exits/bounceOutLeft.js +1 -0
- package/cdn/animations/bouncing_exits/bounceOutRight.js +1 -0
- package/cdn/animations/bouncing_exits/bounceOutUp.js +1 -0
- package/cdn/animations/easings/easings.js +1 -0
- package/cdn/animations/fading_entrances/fadeIn.js +1 -0
- package/cdn/animations/fading_entrances/fadeInBottomLeft.js +1 -0
- package/cdn/animations/fading_entrances/fadeInBottomRight.js +1 -0
- package/cdn/animations/fading_entrances/fadeInDown.js +1 -0
- package/cdn/animations/fading_entrances/fadeInDownBig.js +1 -0
- package/cdn/animations/fading_entrances/fadeInLeft.js +1 -0
- package/cdn/animations/fading_entrances/fadeInLeftBig.js +1 -0
- package/cdn/animations/fading_entrances/fadeInRight.js +1 -0
- package/cdn/animations/fading_entrances/fadeInRightBig.js +1 -0
- package/cdn/animations/fading_entrances/fadeInTopLeft.js +1 -0
- package/cdn/animations/fading_entrances/fadeInTopRight.js +1 -0
- package/cdn/animations/fading_entrances/fadeInUp.js +1 -0
- package/cdn/animations/fading_entrances/fadeInUpBig.js +1 -0
- package/cdn/animations/fading_exits/fadeOut.js +1 -0
- package/cdn/animations/fading_exits/fadeOutBottomLeft.js +1 -0
- package/cdn/animations/fading_exits/fadeOutBottomRight.js +1 -0
- package/cdn/animations/fading_exits/fadeOutDown.js +1 -0
- package/cdn/animations/fading_exits/fadeOutDownBig.js +1 -0
- package/cdn/animations/fading_exits/fadeOutLeft.js +1 -0
- package/cdn/animations/fading_exits/fadeOutLeftBig.js +1 -0
- package/cdn/animations/fading_exits/fadeOutRight.js +1 -0
- package/cdn/animations/fading_exits/fadeOutRightBig.js +1 -0
- package/cdn/animations/fading_exits/fadeOutTopLeft.js +1 -0
- package/cdn/animations/fading_exits/fadeOutTopRight.js +1 -0
- package/cdn/animations/fading_exits/fadeOutUp.js +1 -0
- package/cdn/animations/fading_exits/fadeOutUpBig.js +1 -0
- package/cdn/animations/flippers/flip.js +1 -0
- package/cdn/animations/flippers/flipInX.js +1 -0
- package/cdn/animations/flippers/flipInY.js +1 -0
- package/cdn/animations/flippers/flipOutX.js +1 -0
- package/cdn/animations/flippers/flipOutY.js +1 -0
- package/cdn/animations/index.js +1 -0
- package/cdn/animations/lightspeed/lightSpeedInLeft.js +1 -0
- package/cdn/animations/lightspeed/lightSpeedInRight.js +1 -0
- package/cdn/animations/lightspeed/lightSpeedOutLeft.js +1 -0
- package/cdn/animations/lightspeed/lightSpeedOutRight.js +1 -0
- package/cdn/animations/rotating_entrances/rotateIn.js +1 -0
- package/cdn/animations/rotating_entrances/rotateInDownLeft.js +1 -0
- package/cdn/animations/rotating_entrances/rotateInDownRight.js +1 -0
- package/cdn/animations/rotating_entrances/rotateInUpLeft.js +1 -0
- package/cdn/animations/rotating_entrances/rotateInUpRight.js +1 -0
- package/cdn/animations/rotating_exits/rotateOut.js +1 -0
- package/cdn/animations/rotating_exits/rotateOutDownLeft.js +1 -0
- package/cdn/animations/rotating_exits/rotateOutDownRight.js +1 -0
- package/cdn/animations/rotating_exits/rotateOutUpLeft.js +1 -0
- package/cdn/animations/rotating_exits/rotateOutUpRight.js +1 -0
- package/cdn/animations/sliding_entrances/slideInDown.js +1 -0
- package/cdn/animations/sliding_entrances/slideInLeft.js +1 -0
- package/cdn/animations/sliding_entrances/slideInRight.js +1 -0
- package/cdn/animations/sliding_entrances/slideInUp.js +1 -0
- package/cdn/animations/sliding_exits/slideOutDown.js +1 -0
- package/cdn/animations/sliding_exits/slideOutLeft.js +1 -0
- package/cdn/animations/sliding_exits/slideOutRight.js +1 -0
- package/cdn/animations/sliding_exits/slideOutUp.js +1 -0
- package/cdn/animations/specials/hinge.js +1 -0
- package/cdn/animations/specials/jackInTheBox.js +1 -0
- package/cdn/animations/specials/rollIn.js +1 -0
- package/cdn/animations/specials/rollOut.js +1 -0
- package/cdn/animations/zooming_entrances/zoomIn.js +1 -0
- package/cdn/animations/zooming_entrances/zoomInDown.js +1 -0
- package/cdn/animations/zooming_entrances/zoomInLeft.js +1 -0
- package/cdn/animations/zooming_entrances/zoomInRight.js +1 -0
- package/cdn/animations/zooming_entrances/zoomInUp.js +1 -0
- package/cdn/animations/zooming_exits/zoomOut.js +1 -0
- package/cdn/animations/zooming_exits/zoomOutDown.js +1 -0
- package/cdn/animations/zooming_exits/zoomOutLeft.js +1 -0
- package/cdn/animations/zooming_exits/zoomOutRight.js +1 -0
- package/cdn/animations/zooming_exits/zoomOutUp.js +1 -0
- package/cdn/chunks/chunk.22DZRUGL.js +1 -0
- package/cdn/chunks/chunk.2K4PNLGV.js +1 -0
- package/cdn/chunks/chunk.2KWTNKGQ.js +74 -0
- package/cdn/chunks/chunk.2N5ZK4F4.js +28 -0
- package/cdn/chunks/chunk.2SM5MTG6.js +1 -0
- package/cdn/chunks/chunk.2SQLMTYR.js +1 -0
- package/cdn/chunks/chunk.3EUMG6CL.js +112 -0
- package/cdn/chunks/chunk.3U3NAHEY.js +1 -0
- package/cdn/chunks/chunk.4CAEAIFN.js +1 -0
- package/cdn/chunks/chunk.4GFJDCKO.js +1 -0
- package/cdn/chunks/chunk.4NL2VE5O.js +1 -0
- package/cdn/chunks/chunk.4VMSMOA5.js +1 -0
- package/cdn/chunks/chunk.4W3OJG5Y.js +1 -0
- package/cdn/chunks/chunk.4X4XH4O2.js +1 -0
- package/cdn/chunks/chunk.4ZFWIEG2.js +1 -0
- package/cdn/chunks/chunk.5G3DFRPP.js +1 -0
- package/cdn/chunks/chunk.5HIUPHOM.js +1 -0
- package/cdn/chunks/chunk.5MJRUHKK.js +1 -0
- package/cdn/chunks/chunk.5OTOOMMJ.js +223 -0
- package/cdn/chunks/chunk.5PONJGRH.js +1 -0
- package/cdn/chunks/chunk.5WAFFOC5.js +1 -0
- package/cdn/chunks/chunk.5YXXLUP2.js +111 -0
- package/cdn/chunks/chunk.63PFEC3G.js +47 -0
- package/cdn/chunks/chunk.63YZ2OGJ.js +179 -0
- package/cdn/chunks/chunk.6C4VTMLQ.js +1 -0
- package/cdn/chunks/chunk.6RYC5FEW.js +1 -0
- package/cdn/chunks/chunk.6SP3MLBX.js +1 -0
- package/cdn/chunks/chunk.6T73D5OE.js +94 -0
- package/cdn/chunks/chunk.75KPG5ZW.js +73 -0
- package/cdn/chunks/chunk.75Y77XUI.js +288 -0
- package/cdn/chunks/chunk.7IRWTX4A.js +27 -0
- package/cdn/chunks/chunk.7QYDQTBC.js +1 -0
- package/cdn/chunks/chunk.7SJBQWSL.js +1 -0
- package/cdn/chunks/chunk.7UGLJJM6.js +1 -0
- package/cdn/chunks/chunk.7UYSBZLK.js +33 -0
- package/cdn/chunks/chunk.7XLP7ZNP.js +0 -0
- package/cdn/chunks/chunk.7YEJIK24.js +1 -0
- package/cdn/chunks/chunk.ADVDY32Z.js +1 -0
- package/cdn/chunks/chunk.AMJDSJZ5.js +130 -0
- package/cdn/chunks/chunk.B27E7VEZ.js +1 -0
- package/cdn/chunks/chunk.BGH5L7N6.js +1 -0
- package/cdn/chunks/chunk.BHNAOKFP.js +4 -0
- package/cdn/chunks/chunk.BSQP4EKW.js +17 -0
- package/cdn/chunks/chunk.C2RXDH23.js +12 -0
- package/cdn/chunks/chunk.CQPLNRNB.js +1 -0
- package/cdn/chunks/chunk.D5CFOPIE.js +1 -0
- package/cdn/chunks/chunk.DG6SQOFC.js +1 -0
- package/cdn/chunks/chunk.DNS43PE3.js +1 -0
- package/cdn/chunks/chunk.DQ2EFEM7.js +1 -0
- package/cdn/chunks/chunk.DRJDBJ6E.js +1 -0
- package/cdn/chunks/chunk.E4QLFQIH.js +1 -0
- package/cdn/chunks/chunk.E6MOE4FE.js +1 -0
- package/cdn/chunks/chunk.ECBLO7D3.js +1 -0
- package/cdn/chunks/chunk.EDLGCMPJ.js +1 -0
- package/cdn/chunks/chunk.ELYXTKTB.js +1 -0
- package/cdn/chunks/chunk.EMVTQD7Z.js +1 -0
- package/cdn/chunks/chunk.ESSED3D6.js +1 -0
- package/cdn/chunks/chunk.EZBCPDK5.js +1 -0
- package/cdn/chunks/chunk.EZBP4Q35.js +1 -0
- package/cdn/chunks/chunk.F7P64TTE.js +1 -0
- package/cdn/chunks/chunk.F7QM26VX.js +1 -0
- package/cdn/chunks/chunk.G3WMDHXU.js +1 -0
- package/cdn/chunks/chunk.G443HDU2.js +1 -0
- package/cdn/chunks/chunk.G4SAKBPC.js +1 -0
- package/cdn/chunks/chunk.GMD2IG67.js +1 -0
- package/cdn/chunks/chunk.GQIBOT7V.js +1 -0
- package/cdn/chunks/chunk.GRSW4YMQ.js +157 -0
- package/cdn/chunks/chunk.GUYJ76FZ.js +1 -0
- package/cdn/chunks/chunk.H2EOXVSZ.js +1 -0
- package/cdn/chunks/chunk.HAL7R4WT.js +0 -0
- package/cdn/chunks/chunk.HGR2N7GN.js +1 -0
- package/cdn/chunks/chunk.HNKZJPU5.js +1 -0
- package/cdn/chunks/chunk.HTBAOVSV.js +1 -0
- package/cdn/chunks/chunk.IFDHHGOU.js +1 -0
- package/cdn/chunks/chunk.IGMWK7NZ.js +1 -0
- package/cdn/chunks/chunk.IIHX5LOR.js +1 -0
- package/cdn/chunks/chunk.IJB4PCJH.js +1 -0
- package/cdn/chunks/chunk.IJMKJLO7.js +1 -0
- package/cdn/chunks/chunk.IJXVLI7F.js +1 -0
- package/cdn/chunks/chunk.ITURS4YZ.js +68 -0
- package/cdn/chunks/chunk.IUL3BHES.js +18 -0
- package/cdn/chunks/chunk.IX4OV3X6.js +63 -0
- package/cdn/chunks/chunk.J35PXB2V.js +204 -0
- package/cdn/chunks/chunk.JE6IZBGI.js +10 -0
- package/cdn/chunks/chunk.JTEIIDTY.js +106 -0
- package/cdn/chunks/chunk.KDTLVKSZ.js +127 -0
- package/cdn/chunks/chunk.KKVT4LHX.js +10 -0
- package/cdn/chunks/chunk.KPQGFV2T.js +1 -0
- package/cdn/chunks/chunk.KWVZRE3E.js +10 -0
- package/cdn/chunks/chunk.KYRT75BX.js +1 -0
- package/cdn/chunks/chunk.L2CNBOZJ.js +1 -0
- package/cdn/chunks/chunk.L4UUK6G4.js +1 -0
- package/cdn/chunks/chunk.LCCA4ADE.js +174 -0
- package/cdn/chunks/chunk.LDRHXIYA.js +1 -0
- package/cdn/chunks/chunk.LGGEB3IB.js +1 -0
- package/cdn/chunks/chunk.LHYUHRTC.js +1 -0
- package/cdn/chunks/chunk.LI6ACV6L.js +1 -0
- package/cdn/chunks/chunk.LIZVMFP3.js +1 -0
- package/cdn/chunks/chunk.LVUPLZGE.js +1 -0
- package/cdn/chunks/chunk.LWZCSGTE.js +1 -0
- package/cdn/chunks/chunk.M256MZ2P.js +1 -0
- package/cdn/chunks/chunk.M2NVAC3Z.js +1 -0
- package/cdn/chunks/chunk.MAQ3AU52.js +1 -0
- package/cdn/chunks/chunk.MM4THVKJ.js +1 -0
- package/cdn/chunks/chunk.MO7QMIH2.js +1 -0
- package/cdn/chunks/chunk.MV54FYCN.js +1 -0
- package/cdn/chunks/chunk.N5AZOOIZ.js +1 -0
- package/cdn/chunks/chunk.N72C3VU3.js +1 -0
- package/cdn/chunks/chunk.NE3XXRZM.js +1 -0
- package/cdn/chunks/chunk.NPYG3KBW.js +1 -0
- package/cdn/chunks/chunk.NTFNGAOW.js +117 -0
- package/cdn/chunks/chunk.NU2STAMX.js +1 -0
- package/cdn/chunks/chunk.NYIRGEA7.js +1 -0
- package/cdn/chunks/chunk.NYYTSWQF.js +38 -0
- package/cdn/chunks/chunk.O537LU5E.js +1 -0
- package/cdn/chunks/chunk.OD26IPSI.js +1 -0
- package/cdn/chunks/chunk.OI4TZZJC.js +305 -0
- package/cdn/chunks/chunk.OOQOIJSK.js +1 -0
- package/cdn/chunks/chunk.OQDGIWGZ.js +196 -0
- package/cdn/chunks/chunk.ORA34WZP.js +1 -0
- package/cdn/chunks/chunk.P4UE3S5U.js +1 -0
- package/cdn/chunks/chunk.P7GBRX2Q.js +1 -0
- package/cdn/chunks/chunk.P7X6ERDI.js +1 -0
- package/cdn/chunks/chunk.PBL2P7GX.js +1 -0
- package/cdn/chunks/chunk.PCTA7J6C.js +1 -0
- package/cdn/chunks/chunk.POW4JBEN.js +79 -0
- package/cdn/chunks/chunk.PP72VCB4.js +1 -0
- package/cdn/chunks/chunk.PSDD6Q4W.js +1 -0
- package/cdn/chunks/chunk.QCISI32Q.js +4 -0
- package/cdn/chunks/chunk.QE6C2GEL.js +1 -0
- package/cdn/chunks/chunk.QL5C2XOW.js +0 -0
- package/cdn/chunks/chunk.QPQZP354.js +208 -0
- package/cdn/chunks/chunk.QY5QOZRE.js +1 -0
- package/cdn/chunks/chunk.R2GXUKDX.js +1 -0
- package/cdn/chunks/chunk.R4FKXVN2.js +1 -0
- package/cdn/chunks/chunk.RFDMVIMA.js +1 -0
- package/cdn/chunks/chunk.RQ34LIU5.js +1 -0
- package/cdn/chunks/chunk.RWQ2HCYN.js +297 -0
- package/cdn/chunks/chunk.RYPVSVQS.js +326 -0
- package/cdn/chunks/chunk.RZZMGXAZ.js +1 -0
- package/cdn/chunks/chunk.SEIDC2AV.js +1 -0
- package/cdn/chunks/chunk.SMFJUIOR.js +10 -0
- package/cdn/chunks/chunk.SPURF5RT.js +4 -0
- package/cdn/chunks/chunk.STH7HATQ.js +142 -0
- package/cdn/chunks/chunk.SUPXW5XU.js +1 -0
- package/cdn/chunks/chunk.SXVGSAUS.js +4 -0
- package/cdn/chunks/chunk.TARXG5U3.js +1 -0
- package/cdn/chunks/chunk.TMAMLCL3.js +1 -0
- package/cdn/chunks/chunk.TMMJRXEV.js +1 -0
- package/cdn/chunks/chunk.TRVVBQVV.js +481 -0
- package/cdn/chunks/chunk.TSGCOVAS.js +1 -0
- package/cdn/chunks/chunk.TSZI2CPF.js +1 -0
- package/cdn/chunks/chunk.U2DNK7H4.js +1 -0
- package/cdn/chunks/chunk.U3MA3RIB.js +1 -0
- package/cdn/chunks/chunk.U3P5JBYR.js +250 -0
- package/cdn/chunks/chunk.U4YNKCI4.js +1 -0
- package/cdn/chunks/chunk.U7RBI2DC.js +1 -0
- package/cdn/chunks/chunk.UDGTTCHU.js +660 -0
- package/cdn/chunks/chunk.UJQFNBOE.js +1 -0
- package/cdn/chunks/chunk.UY4REGW5.js +1 -0
- package/cdn/chunks/chunk.V3AEPIKH.js +1 -0
- package/cdn/chunks/chunk.V4EXVX5U.js +1 -0
- package/cdn/chunks/chunk.V4LKFSOV.js +1 -0
- package/cdn/chunks/chunk.V7QO7LZ4.js +1 -0
- package/cdn/chunks/chunk.VVTMOSN2.js +170 -0
- package/cdn/chunks/chunk.W5PM7F34.js +34 -0
- package/cdn/chunks/chunk.WLREBMFL.js +1 -0
- package/cdn/chunks/chunk.X2UEAQ7T.js +1 -0
- package/cdn/chunks/chunk.XDLJVU4W.js +3 -0
- package/cdn/chunks/chunk.XESREUP5.js +10 -0
- package/cdn/chunks/chunk.XGNJKW3A.js +111 -0
- package/cdn/chunks/chunk.XNUSDBIN.js +1 -0
- package/cdn/chunks/chunk.XSSNRCMY.js +1 -0
- package/cdn/chunks/chunk.Y4QDLYQS.js +1 -0
- package/cdn/chunks/chunk.YDM7FW42.js +100 -0
- package/cdn/chunks/chunk.YEQLZR6M.js +1 -0
- package/cdn/chunks/chunk.YPCDSPNA.js +1 -0
- package/cdn/chunks/chunk.YUNTZWZZ.js +73 -0
- package/cdn/chunks/chunk.YVZPSF4R.js +1 -0
- package/cdn/chunks/chunk.YWY7M46V.js +1 -0
- package/cdn/chunks/chunk.Z6NCEETZ.js +1 -0
- package/cdn/chunks/chunk.ZDVLHLRA.js +1 -0
- package/cdn/chunks/chunk.ZE2WQTE4.js +1 -0
- package/cdn/chunks/chunk.ZJK5UEUE.js +1 -0
- package/cdn/chunks/chunk.ZRRFT6U7.js +1 -0
- package/cdn/chunks/chunk.ZS4GILCB.js +1 -0
- package/cdn/chunks/chunk.ZVANQQXU.js +1 -0
- package/cdn/chunks/chunk.ZY64ASSW.js +1 -0
- package/cdn/chunks/chunk.ZZIEMICG.js +11 -0
- package/cdn/components/animation/animation.js +1 -0
- package/cdn/components/animation/animations.js +1 -0
- package/cdn/components/avatar/avatar.js +1 -0
- package/cdn/components/badge/badge.js +1 -0
- package/cdn/components/button/button.js +1 -0
- package/cdn/components/button-group/button-group.js +1 -0
- package/cdn/components/callout/callout.js +1 -0
- package/cdn/components/card/card.js +1 -0
- package/cdn/components/checkbox/checkbox.js +1 -0
- package/cdn/components/color-picker/color-picker.js +1 -0
- package/cdn/components/comparer/comparer.js +1 -0
- package/cdn/components/copy-button/copy-button.js +1 -0
- package/cdn/components/details/details.js +1 -0
- package/cdn/components/dialog/dialog.js +1 -0
- package/cdn/components/divider/divider.js +1 -0
- package/cdn/components/drawer/drawer.js +1 -0
- package/cdn/components/dropdown/dropdown.js +1 -0
- package/cdn/components/dropdown-item/dropdown-item.js +1 -0
- package/cdn/components/format-bytes/format-bytes.js +1 -0
- package/cdn/components/format-date/format-date.js +1 -0
- package/cdn/components/format-number/format-number.js +1 -0
- package/cdn/components/icon/icon.js +1 -0
- package/cdn/components/icon/library.default.js +1 -0
- package/cdn/components/icon/library.js +1 -0
- package/cdn/components/icon/library.system.js +1 -0
- package/cdn/components/input/input.js +1 -0
- package/cdn/components/mutation-observer/mutation-observer.js +1 -0
- package/cdn/components/option/option.js +1 -0
- package/cdn/components/popup/popup.js +1 -0
- package/cdn/components/qr-code/qr-code.js +1 -0
- package/cdn/components/radio/radio.js +1 -0
- package/cdn/components/radio-group/radio-group.js +1 -0
- package/cdn/components/rating/rating.js +1 -0
- package/cdn/components/resize-observer/resize-observer.js +1 -0
- package/cdn/components/scroller/scroller.js +1 -0
- package/cdn/components/select/select.js +1 -0
- package/cdn/components/spinner/spinner.js +1 -0
- package/cdn/components/switch/switch.js +1 -0
- package/cdn/components/tab/tab.js +1 -0
- package/cdn/components/tab-group/tab-group.js +1 -0
- package/cdn/components/tab-panel/tab-panel.js +1 -0
- package/cdn/components/tag/tag.js +1 -0
- package/cdn/components/textarea/textarea.js +1 -0
- package/cdn/components/tooltip/tooltip.js +1 -0
- package/cdn/custom-elements.json +13055 -0
- package/cdn/events/events.js +1 -0
- package/cdn/events/pc-after-collapse.js +0 -0
- package/cdn/events/pc-after-expand.js +0 -0
- package/cdn/events/pc-after-hide.js +0 -0
- package/cdn/events/pc-after-show.js +0 -0
- package/cdn/events/pc-blur.js +0 -0
- package/cdn/events/pc-cancel.js +0 -0
- package/cdn/events/pc-change.js +0 -0
- package/cdn/events/pc-clear.js +0 -0
- package/cdn/events/pc-close.js +0 -0
- package/cdn/events/pc-collapse.js +0 -0
- package/cdn/events/pc-copy.js +0 -0
- package/cdn/events/pc-error.js +0 -0
- package/cdn/events/pc-expand.js +0 -0
- package/cdn/events/pc-finish.js +0 -0
- package/cdn/events/pc-focus.js +0 -0
- package/cdn/events/pc-hide.js +0 -0
- package/cdn/events/pc-hover.js +0 -0
- package/cdn/events/pc-initial-focus.js +0 -0
- package/cdn/events/pc-input.js +0 -0
- package/cdn/events/pc-invalid.js +0 -0
- package/cdn/events/pc-lazy-change.js +0 -0
- package/cdn/events/pc-lazy-load.js +0 -0
- package/cdn/events/pc-load.js +0 -0
- package/cdn/events/pc-mutation.js +0 -0
- package/cdn/events/pc-remove.js +0 -0
- package/cdn/events/pc-reposition.js +0 -0
- package/cdn/events/pc-resize.js +0 -0
- package/cdn/events/pc-select.js +0 -0
- package/cdn/events/pc-selection-change.js +0 -0
- package/cdn/events/pc-show.js +0 -0
- package/cdn/events/pc-slide-change.js +0 -0
- package/cdn/events/pc-start.js +0 -0
- package/cdn/events/pc-tab-hide.js +0 -0
- package/cdn/events/pc-tab-show.js +0 -0
- package/cdn/global-shims.js +1 -0
- package/cdn/internal/active-elements.js +1 -0
- package/cdn/internal/animate.js +1 -0
- package/cdn/internal/close-active-element.js +1 -0
- package/cdn/internal/debounce.js +1 -0
- package/cdn/internal/default-value.js +1 -0
- package/cdn/internal/drag.js +1 -0
- package/cdn/internal/emit.js +1 -0
- package/cdn/internal/event.js +1 -0
- package/cdn/internal/form.js +1 -0
- package/cdn/internal/math.js +1 -0
- package/cdn/internal/offset.js +1 -0
- package/cdn/internal/parse.js +1 -0
- package/cdn/internal/placer-element.js +1 -0
- package/cdn/internal/placer-form-control.js +0 -0
- package/cdn/internal/scroll.js +1 -0
- package/cdn/internal/scrollend-polyfill.js +1 -0
- package/cdn/internal/slot.js +1 -0
- package/cdn/internal/string.js +1 -0
- package/cdn/internal/tabbable.js +1 -0
- package/cdn/internal/watch.js +1 -0
- package/cdn/placer-autoloader.js +1 -0
- package/cdn/placer.js +1 -0
- package/cdn/styles/component-styles/form-control.css +33 -0
- package/cdn/styles/component-styles/host.css +13 -0
- package/cdn/styles/native.css +451 -0
- package/cdn/styles/palette/base.css +100 -0
- package/cdn/styles/palette/default.css +227 -0
- package/cdn/styles/palette/muted.css +227 -0
- package/cdn/styles/palette/vibrant.css +227 -0
- package/cdn/styles/placer.css +10 -0
- package/cdn/styles/themes/default.css +445 -0
- package/cdn/styles/themes/serene.css +454 -0
- package/cdn/styles/themes/utility.css +544 -0
- package/cdn/styles/utilities/align-items.css +21 -0
- package/cdn/styles/utilities/appearance.css +62 -0
- package/cdn/styles/utilities/border-radius.css +29 -0
- package/cdn/styles/utilities/fouce.css +11 -0
- package/cdn/styles/utilities/gap.css +66 -0
- package/cdn/styles/utilities/layout.css +162 -0
- package/cdn/styles/utilities/scroll-lock.css +21 -0
- package/cdn/styles/utilities/size.css +16 -0
- package/cdn/styles/utilities/text.css +156 -0
- package/cdn/styles/utilities/visually-hidden.css +16 -0
- package/cdn/styles/utilities.css +13 -0
- package/cdn/translations/ar.js +1 -0
- package/cdn/translations/bg.js +1 -0
- package/cdn/translations/bn.js +1 -0
- package/cdn/translations/bs.js +1 -0
- package/cdn/translations/ca.js +1 -0
- package/cdn/translations/cs.js +1 -0
- package/cdn/translations/cy.js +1 -0
- package/cdn/translations/da.js +1 -0
- package/cdn/translations/de-at.js +1 -0
- package/cdn/translations/de-ch.js +1 -0
- package/cdn/translations/de.js +1 -0
- package/cdn/translations/el.js +1 -0
- package/cdn/translations/en-gb.js +1 -0
- package/cdn/translations/en.js +1 -0
- package/cdn/translations/es-es.js +1 -0
- package/cdn/translations/es.js +1 -0
- package/cdn/translations/et.js +1 -0
- package/cdn/translations/eu.js +1 -0
- package/cdn/translations/fa.js +1 -0
- package/cdn/translations/fi.js +1 -0
- package/cdn/translations/fil.js +1 -0
- package/cdn/translations/fo.js +1 -0
- package/cdn/translations/fr-ca.js +1 -0
- package/cdn/translations/fr.js +1 -0
- package/cdn/translations/ga.js +1 -0
- package/cdn/translations/gu.js +1 -0
- package/cdn/translations/he.js +1 -0
- package/cdn/translations/hi.js +1 -0
- package/cdn/translations/hr.js +1 -0
- package/cdn/translations/hu.js +1 -0
- package/cdn/translations/id.js +1 -0
- package/cdn/translations/index.js +1 -0
- package/cdn/translations/is.js +1 -0
- package/cdn/translations/it.js +1 -0
- package/cdn/translations/ja.js +1 -0
- package/cdn/translations/ko.js +1 -0
- package/cdn/translations/lb.js +1 -0
- package/cdn/translations/lo.js +1 -0
- package/cdn/translations/lt.js +1 -0
- package/cdn/translations/lv.js +1 -0
- package/cdn/translations/mr.js +1 -0
- package/cdn/translations/ms.js +1 -0
- package/cdn/translations/mt.js +1 -0
- package/cdn/translations/nb.js +1 -0
- package/cdn/translations/nl-be.js +1 -0
- package/cdn/translations/nl.js +1 -0
- package/cdn/translations/nn.js +1 -0
- package/cdn/translations/pa-guru.js +1 -0
- package/cdn/translations/pa.js +1 -0
- package/cdn/translations/pl.js +1 -0
- package/cdn/translations/ps.js +1 -0
- package/cdn/translations/pt-br.js +1 -0
- package/cdn/translations/pt-pt.js +1 -0
- package/cdn/translations/pt.js +1 -0
- package/cdn/translations/ro.js +1 -0
- package/cdn/translations/ru.js +1 -0
- package/cdn/translations/sk.js +1 -0
- package/cdn/translations/sl.js +1 -0
- package/cdn/translations/sq.js +1 -0
- package/cdn/translations/sr.js +1 -0
- package/cdn/translations/sv.js +1 -0
- package/cdn/translations/sw.js +1 -0
- package/cdn/translations/te.js +1 -0
- package/cdn/translations/th.js +1 -0
- package/cdn/translations/tl.js +1 -0
- package/cdn/translations/tr.js +1 -0
- package/cdn/translations/uk.js +1 -0
- package/cdn/translations/ur.js +1 -0
- package/cdn/translations/vi.js +1 -0
- package/cdn/translations/zh-cn.js +1 -0
- package/cdn/translations/zh-hk.js +1 -0
- package/cdn/translations/zh-tw.js +1 -0
- package/cdn/utilities/animation-registry.js +1 -0
- package/cdn/utilities/animation.js +1 -0
- package/cdn/utilities/form.js +1 -0
- package/cdn/utilities/icon-library.js +1 -0
- package/cdn/utilities/kit-code.js +1 -0
- package/cdn/utilities/localize.js +1 -0
- package/dist/animations/attention_seekers/bounce.js +46 -44
- package/dist/animations/attention_seekers/flash.js +10 -8
- package/dist/animations/attention_seekers/headShake.js +11 -9
- package/dist/animations/attention_seekers/heartBeat.js +10 -8
- package/dist/animations/attention_seekers/jello.js +18 -16
- package/dist/animations/attention_seekers/pulse.js +8 -6
- package/dist/animations/attention_seekers/rubberBand.js +12 -10
- package/dist/animations/attention_seekers/shake.js +16 -14
- package/dist/animations/attention_seekers/shakeX.js +16 -14
- package/dist/animations/attention_seekers/shakeY.js +16 -14
- package/dist/animations/attention_seekers/swing.js +10 -8
- package/dist/animations/attention_seekers/tada.js +43 -41
- package/dist/animations/attention_seekers/wobble.js +27 -25
- package/dist/animations/back_entrances/backInDown.js +8 -6
- package/dist/animations/back_entrances/backInLeft.js +8 -6
- package/dist/animations/back_entrances/backInRight.js +8 -6
- package/dist/animations/back_entrances/backInUp.js +8 -6
- package/dist/animations/back_exits/backOutDown.js +8 -6
- package/dist/animations/back_exits/backOutLeft.js +8 -6
- package/dist/animations/back_exits/backOutRight.js +8 -6
- package/dist/animations/back_exits/backOutUp.js +8 -6
- package/dist/animations/bouncing_entrances/bounceIn.js +17 -15
- package/dist/animations/bouncing_entrances/bounceInDown.js +23 -21
- package/dist/animations/bouncing_entrances/bounceInLeft.js +23 -21
- package/dist/animations/bouncing_entrances/bounceInRight.js +23 -21
- package/dist/animations/bouncing_entrances/bounceInUp.js +23 -21
- package/dist/animations/bouncing_exits/bounceOut.js +9 -7
- package/dist/animations/bouncing_exits/bounceOutDown.js +21 -19
- package/dist/animations/bouncing_exits/bounceOutLeft.js +15 -13
- package/dist/animations/bouncing_exits/bounceOutRight.js +15 -13
- package/dist/animations/bouncing_exits/bounceOutUp.js +21 -19
- package/dist/animations/easings/easings.js +34 -32
- package/dist/animations/fading_entrances/fadeIn.js +7 -5
- package/dist/animations/fading_entrances/fadeInBottomLeft.js +7 -5
- package/dist/animations/fading_entrances/fadeInBottomRight.js +7 -5
- package/dist/animations/fading_entrances/fadeInDown.js +7 -5
- package/dist/animations/fading_entrances/fadeInDownBig.js +7 -5
- package/dist/animations/fading_entrances/fadeInLeft.js +7 -5
- package/dist/animations/fading_entrances/fadeInLeftBig.js +7 -5
- package/dist/animations/fading_entrances/fadeInRight.js +7 -5
- package/dist/animations/fading_entrances/fadeInRightBig.js +7 -5
- package/dist/animations/fading_entrances/fadeInTopLeft.js +7 -5
- package/dist/animations/fading_entrances/fadeInTopRight.js +7 -5
- package/dist/animations/fading_entrances/fadeInUp.js +7 -5
- package/dist/animations/fading_entrances/fadeInUpBig.js +7 -5
- package/dist/animations/fading_exits/fadeOut.js +7 -5
- package/dist/animations/fading_exits/fadeOutBottomLeft.js +7 -5
- package/dist/animations/fading_exits/fadeOutBottomRight.js +7 -5
- package/dist/animations/fading_exits/fadeOutDown.js +7 -5
- package/dist/animations/fading_exits/fadeOutDownBig.js +7 -5
- package/dist/animations/fading_exits/fadeOutLeft.js +7 -5
- package/dist/animations/fading_exits/fadeOutLeftBig.js +7 -5
- package/dist/animations/fading_exits/fadeOutRight.js +7 -5
- package/dist/animations/fading_exits/fadeOutRightBig.js +7 -5
- package/dist/animations/fading_exits/fadeOutTopLeft.js +7 -5
- package/dist/animations/fading_exits/fadeOutTopRight.js +7 -5
- package/dist/animations/fading_exits/fadeOutUp.js +7 -5
- package/dist/animations/fading_exits/fadeOutUpBig.js +7 -5
- package/dist/animations/flippers/flip.js +30 -28
- package/dist/animations/flippers/flipInX.js +23 -21
- package/dist/animations/flippers/flipInY.js +23 -21
- package/dist/animations/flippers/flipOutX.js +16 -14
- package/dist/animations/flippers/flipOutY.js +16 -14
- package/dist/animations/index.js +1208 -101
- package/dist/animations/lightspeed/lightSpeedInLeft.js +13 -11
- package/dist/animations/lightspeed/lightSpeedInRight.js +13 -11
- package/dist/animations/lightspeed/lightSpeedOutLeft.js +11 -9
- package/dist/animations/lightspeed/lightSpeedOutRight.js +11 -9
- package/dist/animations/rotating_entrances/rotateIn.js +7 -5
- package/dist/animations/rotating_entrances/rotateInDownLeft.js +7 -5
- package/dist/animations/rotating_entrances/rotateInDownRight.js +7 -5
- package/dist/animations/rotating_entrances/rotateInUpLeft.js +7 -5
- package/dist/animations/rotating_entrances/rotateInUpRight.js +7 -5
- package/dist/animations/rotating_exits/rotateOut.js +7 -5
- package/dist/animations/rotating_exits/rotateOutDownLeft.js +7 -5
- package/dist/animations/rotating_exits/rotateOutDownRight.js +7 -5
- package/dist/animations/rotating_exits/rotateOutUpLeft.js +7 -5
- package/dist/animations/rotating_exits/rotateOutUpRight.js +7 -5
- package/dist/animations/sliding_entrances/slideInDown.js +7 -5
- package/dist/animations/sliding_entrances/slideInLeft.js +7 -5
- package/dist/animations/sliding_entrances/slideInRight.js +7 -5
- package/dist/animations/sliding_entrances/slideInUp.js +7 -5
- package/dist/animations/sliding_exits/slideOutDown.js +7 -5
- package/dist/animations/sliding_exits/slideOutLeft.js +7 -5
- package/dist/animations/sliding_exits/slideOutRight.js +7 -5
- package/dist/animations/sliding_exits/slideOutUp.js +7 -5
- package/dist/animations/specials/hinge.js +29 -27
- package/dist/animations/specials/jackInTheBox.js +14 -12
- package/dist/animations/specials/rollIn.js +11 -9
- package/dist/animations/specials/rollOut.js +11 -9
- package/dist/animations/zooming_entrances/zoomIn.js +7 -5
- package/dist/animations/zooming_entrances/zoomInDown.js +17 -15
- package/dist/animations/zooming_entrances/zoomInLeft.js +17 -15
- package/dist/animations/zooming_entrances/zoomInRight.js +17 -15
- package/dist/animations/zooming_entrances/zoomInUp.js +17 -15
- package/dist/animations/zooming_exits/zoomOut.js +8 -6
- package/dist/animations/zooming_exits/zoomOutDown.js +17 -15
- package/dist/animations/zooming_exits/zoomOutLeft.js +15 -13
- package/dist/animations/zooming_exits/zoomOutRight.js +15 -13
- package/dist/animations/zooming_exits/zoomOutUp.js +17 -15
- package/dist/components/animation/animation.d.ts +65 -3
- package/dist/components/animation/animation.js +2185 -3
- package/dist/components/animation/animations.js +1225 -8
- package/dist/components/avatar/avatar.d.ts +43 -3
- package/dist/components/avatar/avatar.js +1323 -3
- package/dist/components/badge/badge.d.ts +23 -3
- package/dist/components/badge/badge.js +754 -3
- package/dist/components/button/button.d.ts +102 -3
- package/dist/components/button/button.js +1516 -3
- package/dist/components/button-group/button-group.d.ts +28 -3
- package/dist/components/button-group/button-group.js +898 -3
- package/dist/components/callout/callout.d.ts +24 -3
- package/dist/components/callout/callout.js +763 -3
- package/dist/components/card/card.d.ts +27 -3
- package/dist/components/card/card.js +866 -3
- package/dist/components/checkbox/checkbox.d.ts +93 -3
- package/dist/components/checkbox/checkbox.js +1920 -3
- package/dist/components/color-picker/color-picker.d.ts +206 -0
- package/dist/components/color-picker/color-picker.js +7014 -0
- package/dist/components/comparer/comparer.d.ts +44 -3
- package/dist/components/comparer/comparer.js +1631 -3
- package/dist/components/copy-button/copy-button.d.ts +74 -3
- package/dist/components/copy-button/copy-button.js +3936 -3
- package/dist/components/details/details.d.ts +64 -3
- package/dist/components/details/details.js +1735 -3
- package/dist/components/dialog/dialog.d.ts +71 -3
- package/dist/components/dialog/dialog.js +2062 -3
- package/dist/components/divider/divider.d.ts +19 -3
- package/dist/components/divider/divider.js +778 -3
- package/dist/components/drawer/drawer.d.ts +79 -3
- package/dist/components/drawer/drawer.js +2150 -3
- package/dist/components/dropdown/dropdown.d.ts +103 -3
- package/dist/components/dropdown/dropdown.js +3755 -3
- package/dist/components/dropdown-item/dropdown-item.d.ts +84 -0
- package/dist/components/dropdown-item/dropdown-item.js +1771 -0
- package/dist/components/format-bytes/format-bytes.d.ts +24 -0
- package/dist/components/format-bytes/format-bytes.js +960 -0
- package/dist/components/format-date/format-date.d.ts +40 -0
- package/dist/components/format-date/format-date.js +963 -0
- package/dist/components/format-number/format-number.d.ts +39 -0
- package/dist/components/format-number/format-number.js +1001 -0
- package/dist/components/icon/icon.d.ts +49 -3
- package/dist/components/icon/icon.js +1175 -3
- package/dist/components/icon/library.d.ts +3 -2
- package/dist/components/icon/library.default.js +63 -7
- package/dist/components/icon/library.js +230 -23
- package/dist/components/icon/library.system.js +134 -119
- package/dist/components/input/input.d.ts +165 -3
- package/dist/components/input/input.js +2303 -3
- package/dist/components/mutation-observer/mutation-observer.d.ts +37 -0
- package/dist/components/mutation-observer/mutation-observer.js +873 -0
- package/dist/components/option/option.d.ts +53 -3
- package/dist/components/option/option.js +1352 -3
- package/dist/components/popup/popup.d.ts +87 -3
- package/dist/components/popup/popup.js +2934 -3
- package/dist/components/qr-code/qr-code.d.ts +32 -3
- package/dist/components/qr-code/qr-code.js +1533 -3
- package/dist/components/radio/radio.d.ts +42 -3
- package/dist/components/radio/radio.js +925 -3
- package/dist/components/radio-group/radio-group.d.ts +79 -3
- package/dist/components/radio-group/radio-group.js +1519 -3
- package/dist/components/rating/rating.d.ts +67 -3
- package/dist/components/rating/rating.js +1757 -3
- package/dist/components/resize-observer/resize-observer.d.ts +26 -3
- package/dist/components/resize-observer/resize-observer.js +835 -3
- package/dist/components/scroller/scroller.d.ts +35 -0
- package/dist/components/scroller/scroller.js +1072 -0
- package/dist/components/select/select.d.ts +179 -3
- package/dist/components/select/select.js +5107 -3
- package/dist/components/spinner/spinner.d.ts +19 -3
- package/dist/components/spinner/spinner.js +917 -3
- package/dist/components/switch/switch.d.ts +85 -3
- package/dist/components/switch/switch.js +1479 -3
- package/dist/components/tab/tab.d.ts +47 -3
- package/dist/components/tab/tab.js +1788 -3
- package/dist/components/tab-group/tab-group.d.ts +91 -3
- package/dist/components/tab-group/tab-group.js +2385 -3
- package/dist/components/tab-panel/tab-panel.d.ts +24 -3
- package/dist/components/tab-panel/tab-panel.js +847 -3
- package/dist/components/tag/tag.d.ts +38 -3
- package/dist/components/tag/tag.js +1750 -3
- package/dist/components/textarea/textarea.d.ts +137 -0
- package/dist/components/textarea/textarea.js +1630 -0
- package/dist/components/tooltip/tooltip.d.ts +80 -3
- package/dist/components/tooltip/tooltip.js +3298 -3
- package/dist/custom-elements.json +13055 -0
- package/dist/events/events.d.ts +0 -1
- package/dist/events/events.js +0 -1
- package/dist/events/pc-after-collapse.js +0 -1
- package/dist/events/pc-after-expand.js +0 -1
- package/dist/events/pc-after-hide.js +0 -1
- package/dist/events/pc-after-show.js +0 -1
- package/dist/events/pc-blur.js +0 -1
- package/dist/events/pc-cancel.js +0 -1
- package/dist/events/pc-change.js +0 -1
- package/dist/events/pc-clear.js +0 -1
- package/dist/events/pc-close.js +0 -1
- package/dist/events/pc-collapse.js +0 -1
- package/dist/events/pc-copy.js +0 -1
- package/dist/events/pc-error.js +0 -1
- package/dist/events/pc-expand.js +0 -1
- package/dist/events/pc-finish.js +0 -1
- package/dist/events/pc-focus.js +0 -1
- package/dist/events/pc-hide.js +0 -1
- package/dist/events/pc-hover.js +0 -1
- package/dist/events/pc-initial-focus.js +0 -1
- package/dist/events/pc-input.js +0 -1
- package/dist/events/pc-invalid.js +0 -1
- package/dist/events/pc-lazy-change.js +0 -1
- package/dist/events/pc-lazy-load.js +0 -1
- package/dist/events/pc-load.js +0 -1
- package/dist/events/pc-mutation.js +0 -1
- package/dist/events/pc-remove.js +0 -1
- package/dist/events/pc-reposition.js +0 -1
- package/dist/events/pc-resize.js +0 -1
- package/dist/events/pc-select.d.ts +2 -2
- package/dist/events/pc-select.js +0 -1
- package/dist/events/pc-selection-change.d.ts +0 -0
- package/dist/events/pc-selection-change.js +0 -1
- package/dist/events/pc-show.js +0 -1
- package/dist/events/pc-slide-change.d.ts +0 -0
- package/dist/events/pc-slide-change.js +0 -1
- package/dist/events/pc-start.js +0 -1
- package/dist/events/pc-tab-hide.js +0 -1
- package/dist/events/pc-tab-show.js +0 -1
- package/dist/global-shims.js +84 -83
- package/dist/internal/active-elements.d.ts +16 -0
- package/dist/internal/active-elements.js +13 -12
- package/dist/internal/animate.d.ts +6 -6
- package/dist/internal/animate.js +45 -33
- package/dist/internal/close-active-element.d.ts +5 -0
- package/dist/internal/close-active-element.js +9 -7
- package/dist/internal/debounce.js +14 -12
- package/dist/internal/default-value.js +582 -22
- package/dist/internal/drag.d.ts +4 -0
- package/dist/internal/drag.js +25 -23
- package/dist/internal/emit.d.ts +1 -0
- package/dist/internal/emit.js +14 -12
- package/dist/internal/event.d.ts +1 -0
- package/dist/internal/event.js +13 -11
- package/dist/internal/form.d.ts +31 -13
- package/dist/internal/form.js +294 -262
- package/dist/internal/math.d.ts +3 -0
- package/dist/internal/math.js +29 -10
- package/dist/internal/offset.d.ts +1 -0
- package/dist/internal/offset.js +12 -8
- package/dist/internal/parse.d.ts +2 -0
- package/dist/internal/parse.js +7 -0
- package/dist/internal/placer-element.d.ts +30 -0
- package/dist/internal/placer-element.js +712 -0
- package/dist/internal/placer-form-control.d.ts +23 -0
- package/dist/internal/placer-form-control.js +0 -0
- package/dist/internal/scroll.d.ts +3 -0
- package/dist/internal/scroll.js +78 -56
- package/dist/internal/scrollend-polyfill.js +68 -60
- package/dist/internal/slot.d.ts +3 -0
- package/dist/internal/slot.js +74 -68
- package/dist/internal/string.d.ts +1 -0
- package/dist/internal/string.js +5 -3
- package/dist/internal/tabbable.d.ts +1 -0
- package/dist/internal/tabbable.js +128 -131
- package/dist/internal/watch.d.ts +12 -6
- package/dist/internal/watch.js +29 -29
- package/dist/placer-autoloader.js +45 -33
- package/dist/placer.d.ts +42 -38
- package/dist/placer.js +16097 -43
- package/dist/styles/component-styles/form-control.css +33 -0
- package/dist/styles/component-styles/host.css +13 -0
- package/dist/styles/native.css +451 -0
- package/dist/styles/palette/base.css +100 -0
- package/dist/styles/palette/default.css +227 -0
- package/dist/styles/palette/muted.css +227 -0
- package/dist/styles/palette/vibrant.css +227 -0
- package/dist/styles/placer.css +10 -0
- package/dist/styles/themes/default.css +445 -0
- package/dist/styles/themes/serene.css +454 -0
- package/dist/styles/themes/utility.css +544 -0
- package/dist/styles/utilities/align-items.css +21 -0
- package/dist/styles/utilities/appearance.css +62 -0
- package/dist/styles/utilities/border-radius.css +29 -0
- package/dist/styles/utilities/fouce.css +11 -0
- package/dist/styles/utilities/gap.css +66 -0
- package/dist/styles/utilities/layout.css +162 -0
- package/dist/styles/utilities/scroll-lock.css +21 -0
- package/dist/styles/utilities/size.css +16 -0
- package/dist/styles/utilities/text.css +156 -0
- package/dist/styles/utilities/visually-hidden.css +16 -0
- package/dist/styles/utilities.css +13 -0
- package/dist/translations/ar.d.ts +3 -0
- package/dist/translations/ar.js +655 -0
- package/dist/translations/bg.d.ts +3 -0
- package/dist/translations/bg.js +651 -0
- package/dist/translations/bn.d.ts +3 -0
- package/dist/translations/bn.js +651 -0
- package/dist/translations/bs.d.ts +3 -0
- package/dist/translations/bs.js +655 -0
- package/dist/translations/ca.d.ts +3 -0
- package/dist/translations/ca.js +651 -0
- package/dist/translations/cs.d.ts +3 -0
- package/dist/translations/cs.js +653 -0
- package/dist/translations/cy.d.ts +3 -0
- package/dist/translations/cy.js +651 -0
- package/dist/translations/da.d.ts +3 -0
- package/dist/translations/da.js +651 -0
- package/dist/translations/de-at.d.ts +3 -0
- package/dist/translations/de-at.js +661 -0
- package/dist/translations/de-ch.d.ts +3 -0
- package/dist/translations/de-ch.js +662 -0
- package/dist/translations/de.d.ts +3 -0
- package/dist/translations/de.js +651 -0
- package/dist/translations/el.d.ts +3 -0
- package/dist/translations/el.js +651 -0
- package/dist/translations/en-gb.d.ts +3 -0
- package/dist/translations/en-gb.js +664 -0
- package/dist/translations/en.d.ts +3 -0
- package/dist/translations/en.js +651 -0
- package/dist/translations/es-es.d.ts +3 -0
- package/dist/translations/es-es.js +664 -0
- package/dist/translations/es.d.ts +3 -0
- package/dist/translations/es.js +651 -0
- package/dist/translations/et.d.ts +3 -0
- package/dist/translations/et.js +651 -0
- package/dist/translations/eu.d.ts +3 -0
- package/dist/translations/eu.js +651 -0
- package/dist/translations/fa.d.ts +3 -0
- package/dist/translations/fa.js +651 -0
- package/dist/translations/fi.d.ts +3 -0
- package/dist/translations/fi.js +651 -0
- package/dist/translations/fil.d.ts +3 -0
- package/dist/translations/fil.js +651 -0
- package/dist/translations/fo.d.ts +3 -0
- package/dist/translations/fo.js +651 -0
- package/dist/translations/fr-ca.d.ts +3 -0
- package/dist/translations/fr-ca.js +662 -0
- package/dist/translations/fr.d.ts +3 -0
- package/dist/translations/fr.js +651 -0
- package/dist/translations/ga.d.ts +3 -0
- package/dist/translations/ga.js +651 -0
- package/dist/translations/gu.d.ts +3 -0
- package/dist/translations/gu.js +651 -0
- package/dist/translations/he.d.ts +3 -0
- package/dist/translations/he.js +651 -0
- package/dist/translations/hi.d.ts +3 -0
- package/dist/translations/hi.js +651 -0
- package/dist/translations/hr.d.ts +3 -0
- package/dist/translations/hr.js +655 -0
- package/dist/translations/hu.d.ts +3 -0
- package/dist/translations/hu.js +651 -0
- package/dist/translations/id.d.ts +3 -0
- package/dist/translations/id.js +651 -0
- package/dist/translations/index.d.ts +62 -0
- package/dist/translations/index.js +693 -0
- package/dist/translations/is.d.ts +3 -0
- package/dist/translations/is.js +651 -0
- package/dist/translations/it.d.ts +3 -0
- package/dist/translations/it.js +651 -0
- package/dist/translations/ja.d.ts +3 -0
- package/dist/translations/ja.js +649 -0
- package/dist/translations/ko.d.ts +3 -0
- package/dist/translations/ko.js +649 -0
- package/dist/translations/lb.d.ts +3 -0
- package/dist/translations/lb.js +651 -0
- package/dist/translations/lo.d.ts +3 -0
- package/dist/translations/lo.js +643 -0
- package/dist/translations/lt.d.ts +3 -0
- package/dist/translations/lt.js +651 -0
- package/dist/translations/lv.d.ts +3 -0
- package/dist/translations/lv.js +651 -0
- package/dist/translations/mr.d.ts +3 -0
- package/dist/translations/mr.js +651 -0
- package/dist/translations/ms.d.ts +3 -0
- package/dist/translations/ms.js +643 -0
- package/dist/translations/mt.d.ts +3 -0
- package/dist/translations/mt.js +651 -0
- package/dist/translations/nb.d.ts +3 -0
- package/dist/translations/nb.js +651 -0
- package/dist/translations/nl-be.d.ts +3 -0
- package/dist/translations/nl-be.js +664 -0
- package/dist/translations/nl.d.ts +3 -0
- package/dist/translations/nl.js +651 -0
- package/dist/translations/nn.d.ts +3 -0
- package/dist/translations/nn.js +677 -0
- package/dist/translations/pa-guru.d.ts +3 -0
- package/dist/translations/pa-guru.js +651 -0
- package/dist/translations/pa.d.ts +3 -0
- package/dist/translations/pa.js +651 -0
- package/dist/translations/pl.d.ts +3 -0
- package/dist/translations/pl.js +655 -0
- package/dist/translations/ps.d.ts +3 -0
- package/dist/translations/ps.js +651 -0
- package/dist/translations/pt-br.d.ts +3 -0
- package/dist/translations/pt-br.js +664 -0
- package/dist/translations/pt-pt.d.ts +3 -0
- package/dist/translations/pt-pt.js +685 -0
- package/dist/translations/pt.d.ts +3 -0
- package/dist/translations/pt.js +651 -0
- package/dist/translations/ro.d.ts +3 -0
- package/dist/translations/ro.js +651 -0
- package/dist/translations/ru.d.ts +3 -0
- package/dist/translations/ru.js +657 -0
- package/dist/translations/sk.d.ts +3 -0
- package/dist/translations/sk.js +653 -0
- package/dist/translations/sl.d.ts +3 -0
- package/dist/translations/sl.js +655 -0
- package/dist/translations/sq.d.ts +3 -0
- package/dist/translations/sq.js +651 -0
- package/dist/translations/sr.d.ts +3 -0
- package/dist/translations/sr.js +655 -0
- package/dist/translations/sv.d.ts +3 -0
- package/dist/translations/sv.js +651 -0
- package/dist/translations/sw.d.ts +3 -0
- package/dist/translations/sw.js +651 -0
- package/dist/translations/te.d.ts +3 -0
- package/dist/translations/te.js +651 -0
- package/dist/translations/th.d.ts +3 -0
- package/dist/translations/th.js +643 -0
- package/dist/translations/tl.d.ts +3 -0
- package/dist/translations/tl.js +651 -0
- package/dist/translations/tr.d.ts +3 -0
- package/dist/translations/tr.js +651 -0
- package/dist/translations/uk.d.ts +3 -0
- package/dist/translations/uk.js +655 -0
- package/dist/translations/ur.d.ts +3 -0
- package/dist/translations/ur.js +651 -0
- package/dist/translations/vi.d.ts +3 -0
- package/dist/translations/vi.js +651 -0
- package/dist/translations/zh-cn.d.ts +3 -0
- package/dist/translations/zh-cn.js +651 -0
- package/dist/translations/zh-hk.d.ts +3 -0
- package/dist/translations/zh-hk.js +649 -0
- package/dist/translations/zh-tw.d.ts +3 -0
- package/dist/translations/zh-tw.js +674 -0
- package/dist/utilities/animation-registry.js +33 -29
- package/dist/utilities/animation.js +1229 -1
- package/dist/utilities/form.js +61 -34
- package/dist/utilities/icon-library.js +229 -1
- package/dist/utilities/kit-code.d.ts +2 -0
- package/dist/utilities/kit-code.js +18 -0
- package/dist/utilities/localize.d.ts +35 -0
- package/dist/utilities/localize.js +739 -0
- package/package.json +86 -79
- package/dist/components/animation/animation.component.d.ts +0 -65
- package/dist/components/animation/animation.component.js +0 -247
- package/dist/components/animation/animation.styles.d.ts +0 -1
- package/dist/components/animation/animation.styles.js +0 -9
- package/dist/components/avatar/avatar.component.d.ts +0 -43
- package/dist/components/avatar/avatar.component.js +0 -137
- package/dist/components/avatar/avatar.styles.d.ts +0 -1
- package/dist/components/avatar/avatar.styles.js +0 -68
- package/dist/components/badge/badge.component.d.ts +0 -21
- package/dist/components/badge/badge.component.js +0 -64
- package/dist/components/badge/badge.styles.d.ts +0 -1
- package/dist/components/badge/badge.styles.js +0 -76
- package/dist/components/button/button.component.d.ts +0 -104
- package/dist/components/button/button.component.js +0 -346
- package/dist/components/button/button.styles.d.ts +0 -1
- package/dist/components/button/button.styles.js +0 -322
- package/dist/components/button-group/button-group.component.d.ts +0 -26
- package/dist/components/button-group/button-group.component.js +0 -93
- package/dist/components/button-group/button-group.styles.d.ts +0 -1
- package/dist/components/button-group/button-group.styles.js +0 -14
- package/dist/components/callout/callout.component.d.ts +0 -22
- package/dist/components/callout/callout.component.js +0 -63
- package/dist/components/callout/callout.styles.d.ts +0 -1
- package/dist/components/callout/callout.styles.js +0 -68
- package/dist/components/card/card.component.d.ts +0 -29
- package/dist/components/card/card.component.js +0 -59
- package/dist/components/card/card.styles.d.ts +0 -1
- package/dist/components/card/card.styles.js +0 -65
- package/dist/components/checkbox/checkbox.component.d.ts +0 -44
- package/dist/components/checkbox/checkbox.component.js +0 -287
- package/dist/components/checkbox/checkbox.styles.d.ts +0 -1
- package/dist/components/checkbox/checkbox.styles.js +0 -166
- package/dist/components/comparer/comparer.component.d.ts +0 -43
- package/dist/components/comparer/comparer.component.js +0 -181
- package/dist/components/comparer/comparer.styles.d.ts +0 -1
- package/dist/components/comparer/comparer.styles.js +0 -75
- package/dist/components/copy-button/copy-button.component.d.ts +0 -75
- package/dist/components/copy-button/copy-button.component.js +0 -289
- package/dist/components/copy-button/copy-button.styles.d.ts +0 -1
- package/dist/components/copy-button/copy-button.styles.js +0 -61
- package/dist/components/details/details.component.d.ts +0 -25
- package/dist/components/details/details.component.js +0 -243
- package/dist/components/details/details.styles.d.ts +0 -1
- package/dist/components/details/details.styles.js +0 -86
- package/dist/components/dialog/dialog.component.d.ts +0 -84
- package/dist/components/dialog/dialog.component.js +0 -362
- package/dist/components/dialog/dialog.styles.d.ts +0 -1
- package/dist/components/dialog/dialog.styles.js +0 -123
- package/dist/components/divider/divider.component.d.ts +0 -20
- package/dist/components/divider/divider.component.js +0 -51
- package/dist/components/divider/divider.styles.d.ts +0 -1
- package/dist/components/divider/divider.styles.js +0 -29
- package/dist/components/drawer/drawer.component.d.ts +0 -95
- package/dist/components/drawer/drawer.component.js +0 -509
- package/dist/components/drawer/drawer.styles.d.ts +0 -1
- package/dist/components/drawer/drawer.styles.js +0 -157
- package/dist/components/dropdown/dropdown.component.d.ts +0 -44
- package/dist/components/dropdown/dropdown.component.js +0 -385
- package/dist/components/dropdown/dropdown.styles.d.ts +0 -1
- package/dist/components/dropdown/dropdown.styles.js +0 -52
- package/dist/components/icon/icon.component.d.ts +0 -47
- package/dist/components/icon/icon.component.js +0 -225
- package/dist/components/icon/icon.styles.d.ts +0 -1
- package/dist/components/icon/icon.styles.js +0 -49
- package/dist/components/icon-button/icon-button.component.d.ts +0 -27
- package/dist/components/icon-button/icon-button.component.js +0 -151
- package/dist/components/icon-button/icon-button.d.ts +0 -8
- package/dist/components/icon-button/icon-button.js +0 -5
- package/dist/components/icon-button/icon-button.styles.d.ts +0 -1
- package/dist/components/icon-button/icon-button.styles.js +0 -53
- package/dist/components/input/input.component.d.ts +0 -78
- package/dist/components/input/input.component.js +0 -513
- package/dist/components/input/input.styles.d.ts +0 -1
- package/dist/components/input/input.styles.js +0 -308
- package/dist/components/menu/menu.component.d.ts +0 -20
- package/dist/components/menu/menu.component.js +0 -123
- package/dist/components/menu/menu.d.ts +0 -8
- package/dist/components/menu/menu.js +0 -5
- package/dist/components/menu/menu.styles.d.ts +0 -1
- package/dist/components/menu/menu.styles.js +0 -20
- package/dist/components/menu-item/menu-item.component.d.ts +0 -34
- package/dist/components/menu-item/menu-item.component.js +0 -211
- package/dist/components/menu-item/menu-item.d.ts +0 -8
- package/dist/components/menu-item/menu-item.js +0 -5
- package/dist/components/menu-item/menu-item.styles.d.ts +0 -1
- package/dist/components/menu-item/menu-item.styles.js +0 -157
- package/dist/components/menu-item/submenu-controller.d.ts +0 -34
- package/dist/components/menu-item/submenu-controller.js +0 -246
- package/dist/components/menu-label/menu-label.component.d.ts +0 -15
- package/dist/components/menu-label/menu-label.component.js +0 -25
- package/dist/components/menu-label/menu-label.d.ts +0 -8
- package/dist/components/menu-label/menu-label.js +0 -5
- package/dist/components/menu-label/menu-label.styles.d.ts +0 -1
- package/dist/components/menu-label/menu-label.styles.js +0 -22
- package/dist/components/option/option.component.d.ts +0 -42
- package/dist/components/option/option.component.js +0 -161
- package/dist/components/option/option.styles.d.ts +0 -1
- package/dist/components/option/option.styles.js +0 -108
- package/dist/components/popup/popup.component.d.ts +0 -44
- package/dist/components/popup/popup.component.js +0 -483
- package/dist/components/popup/popup.styles.d.ts +0 -1
- package/dist/components/popup/popup.styles.js +0 -64
- package/dist/components/qr-code/qr-code.component.d.ts +0 -16
- package/dist/components/qr-code/qr-code.component.js +0 -94
- package/dist/components/qr-code/qr-code.styles.d.ts +0 -1
- package/dist/components/qr-code/qr-code.styles.js +0 -9
- package/dist/components/radio/radio.component.d.ts +0 -19
- package/dist/components/radio/radio.component.js +0 -120
- package/dist/components/radio/radio.styles.d.ts +0 -1
- package/dist/components/radio/radio.styles.js +0 -132
- package/dist/components/radio-button/radio-button.component.d.ts +0 -22
- package/dist/components/radio-button/radio-button.component.js +0 -131
- package/dist/components/radio-button/radio-button.d.ts +0 -8
- package/dist/components/radio-button/radio-button.js +0 -5
- package/dist/components/radio-button/radio-button.styles.d.ts +0 -1
- package/dist/components/radio-button/radio-button.styles.js +0 -25
- package/dist/components/radio-group/radio-group.component.d.ts +0 -46
- package/dist/components/radio-group/radio-group.component.js +0 -379
- package/dist/components/radio-group/radio-group.styles.d.ts +0 -1
- package/dist/components/radio-group/radio-group.styles.js +0 -42
- package/dist/components/rating/rating.component.d.ts +0 -37
- package/dist/components/rating/rating.component.js +0 -308
- package/dist/components/rating/rating.styles.d.ts +0 -1
- package/dist/components/rating/rating.styles.js +0 -94
- package/dist/components/resize-observer/resize-observer.component.d.ts +0 -26
- package/dist/components/resize-observer/resize-observer.component.js +0 -89
- package/dist/components/resize-observer/resize-observer.styles.d.ts +0 -1
- package/dist/components/resize-observer/resize-observer.styles.js +0 -9
- package/dist/components/select/select.component.d.ts +0 -174
- package/dist/components/select/select.component.js +0 -960
- package/dist/components/select/select.styles.d.ts +0 -1
- package/dist/components/select/select.styles.js +0 -363
- package/dist/components/spinner/spinner.component.d.ts +0 -20
- package/dist/components/spinner/spinner.component.js +0 -47
- package/dist/components/spinner/spinner.styles.d.ts +0 -1
- package/dist/components/spinner/spinner.styles.js +0 -61
- package/dist/components/switch/switch.component.d.ts +0 -84
- package/dist/components/switch/switch.component.js +0 -281
- package/dist/components/switch/switch.styles.d.ts +0 -1
- package/dist/components/switch/switch.styles.js +0 -178
- package/dist/components/tab/tab.component.d.ts +0 -22
- package/dist/components/tab/tab.component.js +0 -112
- package/dist/components/tab/tab.styles.d.ts +0 -1
- package/dist/components/tab/tab.styles.js +0 -85
- package/dist/components/tab-group/tab-group.component.d.ts +0 -51
- package/dist/components/tab-group/tab-group.component.js +0 -513
- package/dist/components/tab-group/tab-group.styles.d.ts +0 -1
- package/dist/components/tab-group/tab-group.styles.js +0 -219
- package/dist/components/tab-panel/tab-panel.component.d.ts +0 -12
- package/dist/components/tab-panel/tab-panel.component.js +0 -56
- package/dist/components/tab-panel/tab-panel.styles.d.ts +0 -1
- package/dist/components/tab-panel/tab-panel.styles.js +0 -18
- package/dist/components/tag/tag.component.d.ts +0 -38
- package/dist/components/tag/tag.component.js +0 -109
- package/dist/components/tag/tag.styles.d.ts +0 -1
- package/dist/components/tag/tag.styles.js +0 -155
- package/dist/components/tooltip/tooltip.component.d.ts +0 -38
- package/dist/components/tooltip/tooltip.component.js +0 -267
- package/dist/components/tooltip/tooltip.styles.d.ts +0 -1
- package/dist/components/tooltip/tooltip.styles.js +0 -59
- package/dist/default.css +0 -1005
- package/dist/events/pc-request-close.d.ts +0 -8
- package/dist/events/pc-request-close.js +0 -1
- package/dist/internal/modal.d.ts +0 -19
- package/dist/internal/modal.js +0 -116
- package/dist/native-styles.css +0 -261
- package/dist/style-utilities/fouce.css +0 -13
- package/dist/style-utilities/style-utilities.css +0 -2
- package/dist/style-utilities/visually-hidden.css +0 -12
- package/dist/utilities/base-path.d.ts +0 -2
- package/dist/utilities/base-path.js +0 -8
- package/dist/utility.css +0 -41
- package/src/animations/attention_seekers/bounce.ts +0 -43
- package/src/animations/attention_seekers/flash.ts +0 -7
- package/src/animations/attention_seekers/headShake.ts +0 -8
- package/src/animations/attention_seekers/heartBeat.ts +0 -7
- package/src/animations/attention_seekers/jello.ts +0 -15
- package/src/animations/attention_seekers/pulse.ts +0 -5
- package/src/animations/attention_seekers/rubberBand.ts +0 -9
- package/src/animations/attention_seekers/shake.ts +0 -13
- package/src/animations/attention_seekers/shakeX.ts +0 -13
- package/src/animations/attention_seekers/shakeY.ts +0 -13
- package/src/animations/attention_seekers/swing.ts +0 -7
- package/src/animations/attention_seekers/tada.ts +0 -40
- package/src/animations/attention_seekers/wobble.ts +0 -24
- package/src/animations/back_entrances/backInDown.ts +0 -5
- package/src/animations/back_entrances/backInLeft.ts +0 -5
- package/src/animations/back_entrances/backInRight.ts +0 -5
- package/src/animations/back_entrances/backInUp.ts +0 -5
- package/src/animations/back_exits/backOutDown.ts +0 -5
- package/src/animations/back_exits/backOutLeft.ts +0 -5
- package/src/animations/back_exits/backOutRight.ts +0 -5
- package/src/animations/back_exits/backOutUp.ts +0 -5
- package/src/animations/bouncing_entrances/bounceIn.ts +0 -14
- package/src/animations/bouncing_entrances/bounceInDown.ts +0 -20
- package/src/animations/bouncing_entrances/bounceInLeft.ts +0 -20
- package/src/animations/bouncing_entrances/bounceInRight.ts +0 -20
- package/src/animations/bouncing_entrances/bounceInUp.ts +0 -20
- package/src/animations/bouncing_exits/bounceOut.ts +0 -6
- package/src/animations/bouncing_exits/bounceOutDown.ts +0 -18
- package/src/animations/bouncing_exits/bounceOutLeft.ts +0 -12
- package/src/animations/bouncing_exits/bounceOutRight.ts +0 -12
- package/src/animations/bouncing_exits/bounceOutUp.ts +0 -18
- package/src/animations/easings/easings.ts +0 -31
- package/src/animations/fading_entrances/fadeIn.ts +0 -4
- package/src/animations/fading_entrances/fadeInBottomLeft.ts +0 -4
- package/src/animations/fading_entrances/fadeInBottomRight.ts +0 -4
- package/src/animations/fading_entrances/fadeInDown.ts +0 -4
- package/src/animations/fading_entrances/fadeInDownBig.ts +0 -4
- package/src/animations/fading_entrances/fadeInLeft.ts +0 -4
- package/src/animations/fading_entrances/fadeInLeftBig.ts +0 -4
- package/src/animations/fading_entrances/fadeInRight.ts +0 -4
- package/src/animations/fading_entrances/fadeInRightBig.ts +0 -4
- package/src/animations/fading_entrances/fadeInTopLeft.ts +0 -4
- package/src/animations/fading_entrances/fadeInTopRight.ts +0 -4
- package/src/animations/fading_entrances/fadeInUp.ts +0 -4
- package/src/animations/fading_entrances/fadeInUpBig.ts +0 -4
- package/src/animations/fading_exits/fadeOut.ts +0 -4
- package/src/animations/fading_exits/fadeOutBottomLeft.ts +0 -4
- package/src/animations/fading_exits/fadeOutBottomRight.ts +0 -4
- package/src/animations/fading_exits/fadeOutDown.ts +0 -4
- package/src/animations/fading_exits/fadeOutDownBig.ts +0 -4
- package/src/animations/fading_exits/fadeOutLeft.ts +0 -4
- package/src/animations/fading_exits/fadeOutLeftBig.ts +0 -4
- package/src/animations/fading_exits/fadeOutRight.ts +0 -4
- package/src/animations/fading_exits/fadeOutRightBig.ts +0 -4
- package/src/animations/fading_exits/fadeOutTopLeft.ts +0 -4
- package/src/animations/fading_exits/fadeOutTopRight.ts +0 -4
- package/src/animations/fading_exits/fadeOutUp.ts +0 -4
- package/src/animations/fading_exits/fadeOutUpBig.ts +0 -4
- package/src/animations/flippers/flip.ts +0 -32
- package/src/animations/flippers/flipInX.ts +0 -20
- package/src/animations/flippers/flipInY.ts +0 -20
- package/src/animations/flippers/flipOutX.ts +0 -13
- package/src/animations/flippers/flipOutY.ts +0 -13
- package/src/animations/index.ts +0 -101
- package/src/animations/lightspeed/lightSpeedInLeft.ts +0 -10
- package/src/animations/lightspeed/lightSpeedInRight.ts +0 -10
- package/src/animations/lightspeed/lightSpeedOutLeft.ts +0 -8
- package/src/animations/lightspeed/lightSpeedOutRight.ts +0 -8
- package/src/animations/rotating_entrances/rotateIn.ts +0 -4
- package/src/animations/rotating_entrances/rotateInDownLeft.ts +0 -4
- package/src/animations/rotating_entrances/rotateInDownRight.ts +0 -4
- package/src/animations/rotating_entrances/rotateInUpLeft.ts +0 -4
- package/src/animations/rotating_entrances/rotateInUpRight.ts +0 -4
- package/src/animations/rotating_exits/rotateOut.ts +0 -4
- package/src/animations/rotating_exits/rotateOutDownLeft.ts +0 -4
- package/src/animations/rotating_exits/rotateOutDownRight.ts +0 -4
- package/src/animations/rotating_exits/rotateOutUpLeft.ts +0 -4
- package/src/animations/rotating_exits/rotateOutUpRight.ts +0 -4
- package/src/animations/sliding_entrances/slideInDown.ts +0 -4
- package/src/animations/sliding_entrances/slideInLeft.ts +0 -4
- package/src/animations/sliding_entrances/slideInRight.ts +0 -4
- package/src/animations/sliding_entrances/slideInUp.ts +0 -4
- package/src/animations/sliding_exits/slideOutDown.ts +0 -4
- package/src/animations/sliding_exits/slideOutLeft.ts +0 -4
- package/src/animations/sliding_exits/slideOutRight.ts +0 -4
- package/src/animations/sliding_exits/slideOutUp.ts +0 -4
- package/src/animations/specials/hinge.ts +0 -26
- package/src/animations/specials/jackInTheBox.ts +0 -11
- package/src/animations/specials/rollIn.ts +0 -8
- package/src/animations/specials/rollOut.ts +0 -8
- package/src/animations/zooming_entrances/zoomIn.ts +0 -4
- package/src/animations/zooming_entrances/zoomInDown.ts +0 -14
- package/src/animations/zooming_entrances/zoomInLeft.ts +0 -14
- package/src/animations/zooming_entrances/zoomInRight.ts +0 -14
- package/src/animations/zooming_entrances/zoomInUp.ts +0 -14
- package/src/animations/zooming_exits/zoomOut.ts +0 -5
- package/src/animations/zooming_exits/zoomOutDown.ts +0 -14
- package/src/animations/zooming_exits/zoomOutLeft.ts +0 -12
- package/src/animations/zooming_exits/zoomOutRight.ts +0 -12
- package/src/animations/zooming_exits/zoomOutUp.ts +0 -14
- package/src/components/animation/animation.component.ts +0 -224
- package/src/components/animation/animation.styles.ts +0 -7
- package/src/components/animation/animation.ts +0 -10
- package/src/components/animation/animations.ts +0 -13
- package/src/components/avatar/avatar.component.ts +0 -113
- package/src/components/avatar/avatar.styles.ts +0 -66
- package/src/components/avatar/avatar.ts +0 -10
- package/src/components/badge/badge.component.ts +0 -54
- package/src/components/badge/badge.styles.ts +0 -74
- package/src/components/badge/badge.ts +0 -10
- package/src/components/button/button.component.ts +0 -335
- package/src/components/button/button.styles.ts +0 -320
- package/src/components/button/button.ts +0 -10
- package/src/components/button-group/button-group.component.ts +0 -101
- package/src/components/button-group/button-group.styles.ts +0 -12
- package/src/components/button-group/button-group.ts +0 -10
- package/src/components/callout/callout.component.ts +0 -60
- package/src/components/callout/callout.styles.ts +0 -66
- package/src/components/callout/callout.ts +0 -10
- package/src/components/card/card.component.ts +0 -59
- package/src/components/card/card.styles.ts +0 -63
- package/src/components/card/card.ts +0 -10
- package/src/components/checkbox/checkbox.component.ts +0 -244
- package/src/components/checkbox/checkbox.styles.ts +0 -164
- package/src/components/checkbox/checkbox.ts +0 -10
- package/src/components/comparer/comparer.component.ts +0 -188
- package/src/components/comparer/comparer.styles.ts +0 -73
- package/src/components/comparer/comparer.ts +0 -10
- package/src/components/copy-button/copy-button.component.ts +0 -272
- package/src/components/copy-button/copy-button.styles.ts +0 -59
- package/src/components/copy-button/copy-button.ts +0 -10
- package/src/components/details/details.component.ts +0 -259
- package/src/components/details/details.styles.ts +0 -84
- package/src/components/details/details.ts +0 -10
- package/src/components/dialog/dialog.component.ts +0 -403
- package/src/components/dialog/dialog.styles.ts +0 -121
- package/src/components/dialog/dialog.ts +0 -10
- package/src/components/divider/divider.component.ts +0 -42
- package/src/components/divider/divider.styles.ts +0 -27
- package/src/components/divider/divider.ts +0 -10
- package/src/components/drawer/drawer.component.ts +0 -565
- package/src/components/drawer/drawer.styles.ts +0 -155
- package/src/components/drawer/drawer.ts +0 -10
- package/src/components/dropdown/dropdown.component.ts +0 -430
- package/src/components/dropdown/dropdown.styles.ts +0 -50
- package/src/components/dropdown/dropdown.ts +0 -10
- package/src/components/icon/icon.component.ts +0 -239
- package/src/components/icon/icon.styles.ts +0 -47
- package/src/components/icon/icon.ts +0 -10
- package/src/components/icon/library.default.ts +0 -10
- package/src/components/icon/library.system.ts +0 -136
- package/src/components/icon/library.ts +0 -54
- package/src/components/icon-button/icon-button.component.ts +0 -129
- package/src/components/icon-button/icon-button.styles.ts +0 -51
- package/src/components/icon-button/icon-button.ts +0 -10
- package/src/components/input/input.component.ts +0 -496
- package/src/components/input/input.styles.ts +0 -306
- package/src/components/input/input.ts +0 -10
- package/src/components/menu/menu.component.ts +0 -161
- package/src/components/menu/menu.styles.ts +0 -18
- package/src/components/menu/menu.ts +0 -10
- package/src/components/menu-item/menu-item.component.ts +0 -190
- package/src/components/menu-item/menu-item.styles.ts +0 -155
- package/src/components/menu-item/menu-item.ts +0 -10
- package/src/components/menu-item/submenu-controller.ts +0 -337
- package/src/components/menu-label/menu-label.component.ts +0 -22
- package/src/components/menu-label/menu-label.styles.ts +0 -20
- package/src/components/menu-label/menu-label.ts +0 -10
- package/src/components/option/option.component.ts +0 -141
- package/src/components/option/option.styles.ts +0 -106
- package/src/components/option/option.ts +0 -10
- package/src/components/popup/popup.component.ts +0 -540
- package/src/components/popup/popup.styles.ts +0 -63
- package/src/components/popup/popup.ts +0 -12
- package/src/components/qr-code/qr-code.component.ts +0 -70
- package/src/components/qr-code/qr-code.styles.ts +0 -7
- package/src/components/qr-code/qr-code.ts +0 -10
- package/src/components/radio/radio.component.ts +0 -100
- package/src/components/radio/radio.styles.ts +0 -130
- package/src/components/radio/radio.ts +0 -10
- package/src/components/radio-button/radio-button.component.ts +0 -116
- package/src/components/radio-button/radio-button.styles.ts +0 -23
- package/src/components/radio-button/radio-button.ts +0 -10
- package/src/components/radio-group/radio-group.component.ts +0 -404
- package/src/components/radio-group/radio-group.styles.ts +0 -40
- package/src/components/radio-group/radio-group.ts +0 -10
- package/src/components/rating/rating.component.ts +0 -319
- package/src/components/rating/rating.styles.ts +0 -92
- package/src/components/rating/rating.ts +0 -10
- package/src/components/resize-observer/resize-observer.component.ts +0 -91
- package/src/components/resize-observer/resize-observer.styles.ts +0 -7
- package/src/components/resize-observer/resize-observer.ts +0 -10
- package/src/components/select/select.component.ts +0 -1013
- package/src/components/select/select.styles.ts +0 -361
- package/src/components/select/select.ts +0 -10
- package/src/components/spinner/spinner.component.ts +0 -38
- package/src/components/spinner/spinner.styles.ts +0 -59
- package/src/components/spinner/spinner.ts +0 -10
- package/src/components/switch/switch.component.ts +0 -253
- package/src/components/switch/switch.styles.ts +0 -176
- package/src/components/switch/switch.ts +0 -10
- package/src/components/tab/tab.component.ts +0 -87
- package/src/components/tab/tab.styles.ts +0 -83
- package/src/components/tab/tab.ts +0 -10
- package/src/components/tab-group/tab-group.component.ts +0 -607
- package/src/components/tab-group/tab-group.styles.ts +0 -217
- package/src/components/tab-group/tab-group.ts +0 -10
- package/src/components/tab-panel/tab-panel.component.ts +0 -43
- package/src/components/tab-panel/tab-panel.styles.ts +0 -16
- package/src/components/tab-panel/tab-panel.ts +0 -10
- package/src/components/tag/tag.component.ts +0 -94
- package/src/components/tag/tag.styles.ts +0 -153
- package/src/components/tag/tag.ts +0 -10
- package/src/components/tooltip/tooltip.component.ts +0 -276
- package/src/components/tooltip/tooltip.styles.ts +0 -57
- package/src/components/tooltip/tooltip.ts +0 -10
- package/src/default.css +0 -1005
- package/src/events/events.ts +0 -35
- package/src/events/pc-after-collapse.ts +0 -7
- package/src/events/pc-after-expand.ts +0 -7
- package/src/events/pc-after-hide.ts +0 -7
- package/src/events/pc-after-show.ts +0 -7
- package/src/events/pc-blur.ts +0 -7
- package/src/events/pc-cancel.ts +0 -7
- package/src/events/pc-change.ts +0 -7
- package/src/events/pc-clear.ts +0 -7
- package/src/events/pc-close.ts +0 -7
- package/src/events/pc-collapse.ts +0 -7
- package/src/events/pc-copy.ts +0 -7
- package/src/events/pc-error.ts +0 -7
- package/src/events/pc-expand.ts +0 -7
- package/src/events/pc-finish.ts +0 -7
- package/src/events/pc-focus.ts +0 -7
- package/src/events/pc-hide.ts +0 -7
- package/src/events/pc-hover.ts +0 -10
- package/src/events/pc-initial-focus.ts +0 -7
- package/src/events/pc-input.ts +0 -7
- package/src/events/pc-invalid.ts +0 -7
- package/src/events/pc-lazy-change.ts +0 -7
- package/src/events/pc-lazy-load.ts +0 -7
- package/src/events/pc-load.ts +0 -7
- package/src/events/pc-mutation.ts +0 -7
- package/src/events/pc-remove.ts +0 -7
- package/src/events/pc-reposition.ts +0 -7
- package/src/events/pc-request-close.ts +0 -9
- package/src/events/pc-resize.ts +0 -7
- package/src/events/pc-select.ts +0 -9
- package/src/events/pc-selection-change.ts +0 -10
- package/src/events/pc-show.ts +0 -7
- package/src/events/pc-slide-change.ts +0 -13
- package/src/events/pc-start.ts +0 -7
- package/src/events/pc-tab-hide.ts +0 -7
- package/src/events/pc-tab-show.ts +0 -7
- package/src/global-shims.ts +0 -126
- package/src/global.d.ts +0 -31
- package/src/internal/active-elements.ts +0 -21
- package/src/internal/animate.ts +0 -62
- package/src/internal/close-active-element.ts +0 -7
- package/src/internal/debounce.ts +0 -25
- package/src/internal/default-value.ts +0 -40
- package/src/internal/drag.ts +0 -36
- package/src/internal/emit.ts +0 -19
- package/src/internal/event.ts +0 -12
- package/src/internal/form.ts +0 -389
- package/src/internal/math.ts +0 -14
- package/src/internal/modal.ts +0 -157
- package/src/internal/offset.ts +0 -12
- package/src/internal/scroll.ts +0 -95
- package/src/internal/scrollend-polyfill.ts +0 -99
- package/src/internal/slot.ts +0 -110
- package/src/internal/string.ts +0 -3
- package/src/internal/tabbable.ts +0 -207
- package/src/internal/watch.ts +0 -58
- package/src/native-styles.css +0 -261
- package/src/placer-autoloader.ts +0 -53
- package/src/placer.ts +0 -53
- package/src/style-utilities/fouce.css +0 -13
- package/src/style-utilities/style-utilities.css +0 -2
- package/src/style-utilities/visually-hidden.css +0 -12
- package/src/utilities/animation-registry.ts +0 -72
- package/src/utilities/animation.ts +0 -4
- package/src/utilities/base-path.ts +0 -39
- package/src/utilities/form.ts +0 -41
- package/src/utilities/icon-library.ts +0 -4
- package/src/utility.css +0 -41
|
@@ -1,5 +1,1535 @@
|
|
|
1
|
-
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __decorateClass = (decorators, target, key, kind) => {
|
|
4
|
+
var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc(target, key) : target;
|
|
5
|
+
for (var i7 = decorators.length - 1, decorator; i7 >= 0; i7--)
|
|
6
|
+
if (decorator = decorators[i7])
|
|
7
|
+
result = (kind ? decorator(target, key, result) : decorator(result)) || result;
|
|
8
|
+
if (kind && result) __defProp(target, key, result);
|
|
9
|
+
return result;
|
|
10
|
+
};
|
|
2
11
|
|
|
3
|
-
|
|
12
|
+
// node_modules/@lit/reactive-element/css-tag.js
|
|
13
|
+
var t = globalThis;
|
|
14
|
+
var e = t.ShadowRoot && (void 0 === t.ShadyCSS || t.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype;
|
|
15
|
+
var s = Symbol();
|
|
16
|
+
var o = /* @__PURE__ */ new WeakMap();
|
|
17
|
+
var n = class {
|
|
18
|
+
constructor(t5, e7, o7) {
|
|
19
|
+
if (this._$cssResult$ = true, o7 !== s) throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");
|
|
20
|
+
this.cssText = t5, this.t = e7;
|
|
21
|
+
}
|
|
22
|
+
get styleSheet() {
|
|
23
|
+
let t5 = this.o;
|
|
24
|
+
const s4 = this.t;
|
|
25
|
+
if (e && void 0 === t5) {
|
|
26
|
+
const e7 = void 0 !== s4 && 1 === s4.length;
|
|
27
|
+
e7 && (t5 = o.get(s4)), void 0 === t5 && ((this.o = t5 = new CSSStyleSheet()).replaceSync(this.cssText), e7 && o.set(s4, t5));
|
|
28
|
+
}
|
|
29
|
+
return t5;
|
|
30
|
+
}
|
|
31
|
+
toString() {
|
|
32
|
+
return this.cssText;
|
|
33
|
+
}
|
|
34
|
+
};
|
|
35
|
+
var r = (t5) => new n("string" == typeof t5 ? t5 : t5 + "", void 0, s);
|
|
36
|
+
var S = (s4, o7) => {
|
|
37
|
+
if (e) s4.adoptedStyleSheets = o7.map(((t5) => t5 instanceof CSSStyleSheet ? t5 : t5.styleSheet));
|
|
38
|
+
else for (const e7 of o7) {
|
|
39
|
+
const o8 = document.createElement("style"), n6 = t.litNonce;
|
|
40
|
+
void 0 !== n6 && o8.setAttribute("nonce", n6), o8.textContent = e7.cssText, s4.appendChild(o8);
|
|
41
|
+
}
|
|
42
|
+
};
|
|
43
|
+
var c = e ? (t5) => t5 : (t5) => t5 instanceof CSSStyleSheet ? ((t6) => {
|
|
44
|
+
let e7 = "";
|
|
45
|
+
for (const s4 of t6.cssRules) e7 += s4.cssText;
|
|
46
|
+
return r(e7);
|
|
47
|
+
})(t5) : t5;
|
|
4
48
|
|
|
5
|
-
|
|
49
|
+
// node_modules/@lit/reactive-element/reactive-element.js
|
|
50
|
+
var { is: i2, defineProperty: e2, getOwnPropertyDescriptor: h, getOwnPropertyNames: r2, getOwnPropertySymbols: o2, getPrototypeOf: n2 } = Object;
|
|
51
|
+
var a = globalThis;
|
|
52
|
+
var c2 = a.trustedTypes;
|
|
53
|
+
var l = c2 ? c2.emptyScript : "";
|
|
54
|
+
var p = a.reactiveElementPolyfillSupport;
|
|
55
|
+
var d = (t5, s4) => t5;
|
|
56
|
+
var u = { toAttribute(t5, s4) {
|
|
57
|
+
switch (s4) {
|
|
58
|
+
case Boolean:
|
|
59
|
+
t5 = t5 ? l : null;
|
|
60
|
+
break;
|
|
61
|
+
case Object:
|
|
62
|
+
case Array:
|
|
63
|
+
t5 = null == t5 ? t5 : JSON.stringify(t5);
|
|
64
|
+
}
|
|
65
|
+
return t5;
|
|
66
|
+
}, fromAttribute(t5, s4) {
|
|
67
|
+
let i7 = t5;
|
|
68
|
+
switch (s4) {
|
|
69
|
+
case Boolean:
|
|
70
|
+
i7 = null !== t5;
|
|
71
|
+
break;
|
|
72
|
+
case Number:
|
|
73
|
+
i7 = null === t5 ? null : Number(t5);
|
|
74
|
+
break;
|
|
75
|
+
case Object:
|
|
76
|
+
case Array:
|
|
77
|
+
try {
|
|
78
|
+
i7 = JSON.parse(t5);
|
|
79
|
+
} catch (t6) {
|
|
80
|
+
i7 = null;
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
return i7;
|
|
84
|
+
} };
|
|
85
|
+
var f = (t5, s4) => !i2(t5, s4);
|
|
86
|
+
var b = { attribute: true, type: String, converter: u, reflect: false, useDefault: false, hasChanged: f };
|
|
87
|
+
Symbol.metadata ?? (Symbol.metadata = Symbol("metadata")), a.litPropertyMetadata ?? (a.litPropertyMetadata = /* @__PURE__ */ new WeakMap());
|
|
88
|
+
var y = class extends HTMLElement {
|
|
89
|
+
static addInitializer(t5) {
|
|
90
|
+
this._$Ei(), (this.l ?? (this.l = [])).push(t5);
|
|
91
|
+
}
|
|
92
|
+
static get observedAttributes() {
|
|
93
|
+
return this.finalize(), this._$Eh && [...this._$Eh.keys()];
|
|
94
|
+
}
|
|
95
|
+
static createProperty(t5, s4 = b) {
|
|
96
|
+
if (s4.state && (s4.attribute = false), this._$Ei(), this.prototype.hasOwnProperty(t5) && ((s4 = Object.create(s4)).wrapped = true), this.elementProperties.set(t5, s4), !s4.noAccessor) {
|
|
97
|
+
const i7 = Symbol(), h3 = this.getPropertyDescriptor(t5, i7, s4);
|
|
98
|
+
void 0 !== h3 && e2(this.prototype, t5, h3);
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
static getPropertyDescriptor(t5, s4, i7) {
|
|
102
|
+
const { get: e7, set: r5 } = h(this.prototype, t5) ?? { get() {
|
|
103
|
+
return this[s4];
|
|
104
|
+
}, set(t6) {
|
|
105
|
+
this[s4] = t6;
|
|
106
|
+
} };
|
|
107
|
+
return { get: e7, set(s5) {
|
|
108
|
+
const h3 = e7?.call(this);
|
|
109
|
+
r5?.call(this, s5), this.requestUpdate(t5, h3, i7);
|
|
110
|
+
}, configurable: true, enumerable: true };
|
|
111
|
+
}
|
|
112
|
+
static getPropertyOptions(t5) {
|
|
113
|
+
return this.elementProperties.get(t5) ?? b;
|
|
114
|
+
}
|
|
115
|
+
static _$Ei() {
|
|
116
|
+
if (this.hasOwnProperty(d("elementProperties"))) return;
|
|
117
|
+
const t5 = n2(this);
|
|
118
|
+
t5.finalize(), void 0 !== t5.l && (this.l = [...t5.l]), this.elementProperties = new Map(t5.elementProperties);
|
|
119
|
+
}
|
|
120
|
+
static finalize() {
|
|
121
|
+
if (this.hasOwnProperty(d("finalized"))) return;
|
|
122
|
+
if (this.finalized = true, this._$Ei(), this.hasOwnProperty(d("properties"))) {
|
|
123
|
+
const t6 = this.properties, s4 = [...r2(t6), ...o2(t6)];
|
|
124
|
+
for (const i7 of s4) this.createProperty(i7, t6[i7]);
|
|
125
|
+
}
|
|
126
|
+
const t5 = this[Symbol.metadata];
|
|
127
|
+
if (null !== t5) {
|
|
128
|
+
const s4 = litPropertyMetadata.get(t5);
|
|
129
|
+
if (void 0 !== s4) for (const [t6, i7] of s4) this.elementProperties.set(t6, i7);
|
|
130
|
+
}
|
|
131
|
+
this._$Eh = /* @__PURE__ */ new Map();
|
|
132
|
+
for (const [t6, s4] of this.elementProperties) {
|
|
133
|
+
const i7 = this._$Eu(t6, s4);
|
|
134
|
+
void 0 !== i7 && this._$Eh.set(i7, t6);
|
|
135
|
+
}
|
|
136
|
+
this.elementStyles = this.finalizeStyles(this.styles);
|
|
137
|
+
}
|
|
138
|
+
static finalizeStyles(s4) {
|
|
139
|
+
const i7 = [];
|
|
140
|
+
if (Array.isArray(s4)) {
|
|
141
|
+
const e7 = new Set(s4.flat(1 / 0).reverse());
|
|
142
|
+
for (const s5 of e7) i7.unshift(c(s5));
|
|
143
|
+
} else void 0 !== s4 && i7.push(c(s4));
|
|
144
|
+
return i7;
|
|
145
|
+
}
|
|
146
|
+
static _$Eu(t5, s4) {
|
|
147
|
+
const i7 = s4.attribute;
|
|
148
|
+
return false === i7 ? void 0 : "string" == typeof i7 ? i7 : "string" == typeof t5 ? t5.toLowerCase() : void 0;
|
|
149
|
+
}
|
|
150
|
+
constructor() {
|
|
151
|
+
super(), this._$Ep = void 0, this.isUpdatePending = false, this.hasUpdated = false, this._$Em = null, this._$Ev();
|
|
152
|
+
}
|
|
153
|
+
_$Ev() {
|
|
154
|
+
this._$ES = new Promise(((t5) => this.enableUpdating = t5)), this._$AL = /* @__PURE__ */ new Map(), this._$E_(), this.requestUpdate(), this.constructor.l?.forEach(((t5) => t5(this)));
|
|
155
|
+
}
|
|
156
|
+
addController(t5) {
|
|
157
|
+
(this._$EO ?? (this._$EO = /* @__PURE__ */ new Set())).add(t5), void 0 !== this.renderRoot && this.isConnected && t5.hostConnected?.();
|
|
158
|
+
}
|
|
159
|
+
removeController(t5) {
|
|
160
|
+
this._$EO?.delete(t5);
|
|
161
|
+
}
|
|
162
|
+
_$E_() {
|
|
163
|
+
const t5 = /* @__PURE__ */ new Map(), s4 = this.constructor.elementProperties;
|
|
164
|
+
for (const i7 of s4.keys()) this.hasOwnProperty(i7) && (t5.set(i7, this[i7]), delete this[i7]);
|
|
165
|
+
t5.size > 0 && (this._$Ep = t5);
|
|
166
|
+
}
|
|
167
|
+
createRenderRoot() {
|
|
168
|
+
const t5 = this.shadowRoot ?? this.attachShadow(this.constructor.shadowRootOptions);
|
|
169
|
+
return S(t5, this.constructor.elementStyles), t5;
|
|
170
|
+
}
|
|
171
|
+
connectedCallback() {
|
|
172
|
+
this.renderRoot ?? (this.renderRoot = this.createRenderRoot()), this.enableUpdating(true), this._$EO?.forEach(((t5) => t5.hostConnected?.()));
|
|
173
|
+
}
|
|
174
|
+
enableUpdating(t5) {
|
|
175
|
+
}
|
|
176
|
+
disconnectedCallback() {
|
|
177
|
+
this._$EO?.forEach(((t5) => t5.hostDisconnected?.()));
|
|
178
|
+
}
|
|
179
|
+
attributeChangedCallback(t5, s4, i7) {
|
|
180
|
+
this._$AK(t5, i7);
|
|
181
|
+
}
|
|
182
|
+
_$ET(t5, s4) {
|
|
183
|
+
const i7 = this.constructor.elementProperties.get(t5), e7 = this.constructor._$Eu(t5, i7);
|
|
184
|
+
if (void 0 !== e7 && true === i7.reflect) {
|
|
185
|
+
const h3 = (void 0 !== i7.converter?.toAttribute ? i7.converter : u).toAttribute(s4, i7.type);
|
|
186
|
+
this._$Em = t5, null == h3 ? this.removeAttribute(e7) : this.setAttribute(e7, h3), this._$Em = null;
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
_$AK(t5, s4) {
|
|
190
|
+
const i7 = this.constructor, e7 = i7._$Eh.get(t5);
|
|
191
|
+
if (void 0 !== e7 && this._$Em !== e7) {
|
|
192
|
+
const t6 = i7.getPropertyOptions(e7), h3 = "function" == typeof t6.converter ? { fromAttribute: t6.converter } : void 0 !== t6.converter?.fromAttribute ? t6.converter : u;
|
|
193
|
+
this._$Em = e7, this[e7] = h3.fromAttribute(s4, t6.type) ?? this._$Ej?.get(e7) ?? null, this._$Em = null;
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
requestUpdate(t5, s4, i7) {
|
|
197
|
+
if (void 0 !== t5) {
|
|
198
|
+
const e7 = this.constructor, h3 = this[t5];
|
|
199
|
+
if (i7 ?? (i7 = e7.getPropertyOptions(t5)), !((i7.hasChanged ?? f)(h3, s4) || i7.useDefault && i7.reflect && h3 === this._$Ej?.get(t5) && !this.hasAttribute(e7._$Eu(t5, i7)))) return;
|
|
200
|
+
this.C(t5, s4, i7);
|
|
201
|
+
}
|
|
202
|
+
false === this.isUpdatePending && (this._$ES = this._$EP());
|
|
203
|
+
}
|
|
204
|
+
C(t5, s4, { useDefault: i7, reflect: e7, wrapped: h3 }, r5) {
|
|
205
|
+
i7 && !(this._$Ej ?? (this._$Ej = /* @__PURE__ */ new Map())).has(t5) && (this._$Ej.set(t5, r5 ?? s4 ?? this[t5]), true !== h3 || void 0 !== r5) || (this._$AL.has(t5) || (this.hasUpdated || i7 || (s4 = void 0), this._$AL.set(t5, s4)), true === e7 && this._$Em !== t5 && (this._$Eq ?? (this._$Eq = /* @__PURE__ */ new Set())).add(t5));
|
|
206
|
+
}
|
|
207
|
+
async _$EP() {
|
|
208
|
+
this.isUpdatePending = true;
|
|
209
|
+
try {
|
|
210
|
+
await this._$ES;
|
|
211
|
+
} catch (t6) {
|
|
212
|
+
Promise.reject(t6);
|
|
213
|
+
}
|
|
214
|
+
const t5 = this.scheduleUpdate();
|
|
215
|
+
return null != t5 && await t5, !this.isUpdatePending;
|
|
216
|
+
}
|
|
217
|
+
scheduleUpdate() {
|
|
218
|
+
return this.performUpdate();
|
|
219
|
+
}
|
|
220
|
+
performUpdate() {
|
|
221
|
+
if (!this.isUpdatePending) return;
|
|
222
|
+
if (!this.hasUpdated) {
|
|
223
|
+
if (this.renderRoot ?? (this.renderRoot = this.createRenderRoot()), this._$Ep) {
|
|
224
|
+
for (const [t7, s5] of this._$Ep) this[t7] = s5;
|
|
225
|
+
this._$Ep = void 0;
|
|
226
|
+
}
|
|
227
|
+
const t6 = this.constructor.elementProperties;
|
|
228
|
+
if (t6.size > 0) for (const [s5, i7] of t6) {
|
|
229
|
+
const { wrapped: t7 } = i7, e7 = this[s5];
|
|
230
|
+
true !== t7 || this._$AL.has(s5) || void 0 === e7 || this.C(s5, void 0, i7, e7);
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
let t5 = false;
|
|
234
|
+
const s4 = this._$AL;
|
|
235
|
+
try {
|
|
236
|
+
t5 = this.shouldUpdate(s4), t5 ? (this.willUpdate(s4), this._$EO?.forEach(((t6) => t6.hostUpdate?.())), this.update(s4)) : this._$EM();
|
|
237
|
+
} catch (s5) {
|
|
238
|
+
throw t5 = false, this._$EM(), s5;
|
|
239
|
+
}
|
|
240
|
+
t5 && this._$AE(s4);
|
|
241
|
+
}
|
|
242
|
+
willUpdate(t5) {
|
|
243
|
+
}
|
|
244
|
+
_$AE(t5) {
|
|
245
|
+
this._$EO?.forEach(((t6) => t6.hostUpdated?.())), this.hasUpdated || (this.hasUpdated = true, this.firstUpdated(t5)), this.updated(t5);
|
|
246
|
+
}
|
|
247
|
+
_$EM() {
|
|
248
|
+
this._$AL = /* @__PURE__ */ new Map(), this.isUpdatePending = false;
|
|
249
|
+
}
|
|
250
|
+
get updateComplete() {
|
|
251
|
+
return this.getUpdateComplete();
|
|
252
|
+
}
|
|
253
|
+
getUpdateComplete() {
|
|
254
|
+
return this._$ES;
|
|
255
|
+
}
|
|
256
|
+
shouldUpdate(t5) {
|
|
257
|
+
return true;
|
|
258
|
+
}
|
|
259
|
+
update(t5) {
|
|
260
|
+
this._$Eq && (this._$Eq = this._$Eq.forEach(((t6) => this._$ET(t6, this[t6])))), this._$EM();
|
|
261
|
+
}
|
|
262
|
+
updated(t5) {
|
|
263
|
+
}
|
|
264
|
+
firstUpdated(t5) {
|
|
265
|
+
}
|
|
266
|
+
};
|
|
267
|
+
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");
|
|
268
|
+
|
|
269
|
+
// node_modules/lit-html/lit-html.js
|
|
270
|
+
var t2 = globalThis;
|
|
271
|
+
var i3 = t2.trustedTypes;
|
|
272
|
+
var s2 = i3 ? i3.createPolicy("lit-html", { createHTML: (t5) => t5 }) : void 0;
|
|
273
|
+
var e3 = "$lit$";
|
|
274
|
+
var h2 = `lit$${Math.random().toFixed(9).slice(2)}$`;
|
|
275
|
+
var o3 = "?" + h2;
|
|
276
|
+
var n3 = `<${o3}>`;
|
|
277
|
+
var r3 = document;
|
|
278
|
+
var l2 = () => r3.createComment("");
|
|
279
|
+
var c3 = (t5) => null === t5 || "object" != typeof t5 && "function" != typeof t5;
|
|
280
|
+
var a2 = Array.isArray;
|
|
281
|
+
var u2 = (t5) => a2(t5) || "function" == typeof t5?.[Symbol.iterator];
|
|
282
|
+
var d2 = "[ \n\f\r]";
|
|
283
|
+
var f2 = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g;
|
|
284
|
+
var v = /-->/g;
|
|
285
|
+
var _ = />/g;
|
|
286
|
+
var m = RegExp(`>|${d2}(?:([^\\s"'>=/]+)(${d2}*=${d2}*(?:[^
|
|
287
|
+
\f\r"'\`<>=]|("|')|))|$)`, "g");
|
|
288
|
+
var p2 = /'/g;
|
|
289
|
+
var g = /"/g;
|
|
290
|
+
var $ = /^(?:script|style|textarea|title)$/i;
|
|
291
|
+
var y2 = (t5) => (i7, ...s4) => ({ _$litType$: t5, strings: i7, values: s4 });
|
|
292
|
+
var x = y2(1);
|
|
293
|
+
var b2 = y2(2);
|
|
294
|
+
var w = y2(3);
|
|
295
|
+
var T = Symbol.for("lit-noChange");
|
|
296
|
+
var E = Symbol.for("lit-nothing");
|
|
297
|
+
var A = /* @__PURE__ */ new WeakMap();
|
|
298
|
+
var C = r3.createTreeWalker(r3, 129);
|
|
299
|
+
function P(t5, i7) {
|
|
300
|
+
if (!a2(t5) || !t5.hasOwnProperty("raw")) throw Error("invalid template strings array");
|
|
301
|
+
return void 0 !== s2 ? s2.createHTML(i7) : i7;
|
|
302
|
+
}
|
|
303
|
+
var V = (t5, i7) => {
|
|
304
|
+
const s4 = t5.length - 1, o7 = [];
|
|
305
|
+
let r5, l3 = 2 === i7 ? "<svg>" : 3 === i7 ? "<math>" : "", c4 = f2;
|
|
306
|
+
for (let i8 = 0; i8 < s4; i8++) {
|
|
307
|
+
const s5 = t5[i8];
|
|
308
|
+
let a3, u3, d3 = -1, y3 = 0;
|
|
309
|
+
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]) && (r5 = RegExp("</" + u3[2], "g")), c4 = m) : void 0 !== u3[3] && (c4 = m) : c4 === m ? ">" === u3[0] ? (c4 = r5 ?? 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, r5 = void 0);
|
|
310
|
+
const x2 = c4 === m && t5[i8 + 1].startsWith("/>") ? " " : "";
|
|
311
|
+
l3 += c4 === f2 ? s5 + n3 : d3 >= 0 ? (o7.push(a3), s5.slice(0, d3) + e3 + s5.slice(d3) + h2 + x2) : s5 + h2 + (-2 === d3 ? i8 : x2);
|
|
312
|
+
}
|
|
313
|
+
return [P(t5, l3 + (t5[s4] || "<?>") + (2 === i7 ? "</svg>" : 3 === i7 ? "</math>" : "")), o7];
|
|
314
|
+
};
|
|
315
|
+
var N = class _N {
|
|
316
|
+
constructor({ strings: t5, _$litType$: s4 }, n6) {
|
|
317
|
+
let r5;
|
|
318
|
+
this.parts = [];
|
|
319
|
+
let c4 = 0, a3 = 0;
|
|
320
|
+
const u3 = t5.length - 1, d3 = this.parts, [f3, v2] = V(t5, s4);
|
|
321
|
+
if (this.el = _N.createElement(f3, n6), C.currentNode = this.el.content, 2 === s4 || 3 === s4) {
|
|
322
|
+
const t6 = this.el.content.firstChild;
|
|
323
|
+
t6.replaceWith(...t6.childNodes);
|
|
324
|
+
}
|
|
325
|
+
for (; null !== (r5 = C.nextNode()) && d3.length < u3; ) {
|
|
326
|
+
if (1 === r5.nodeType) {
|
|
327
|
+
if (r5.hasAttributes()) for (const t6 of r5.getAttributeNames()) if (t6.endsWith(e3)) {
|
|
328
|
+
const i7 = v2[a3++], s5 = r5.getAttribute(t6).split(h2), e7 = /([.?@])?(.*)/.exec(i7);
|
|
329
|
+
d3.push({ type: 1, index: c4, name: e7[2], strings: s5, ctor: "." === e7[1] ? H : "?" === e7[1] ? I : "@" === e7[1] ? L : k }), r5.removeAttribute(t6);
|
|
330
|
+
} else t6.startsWith(h2) && (d3.push({ type: 6, index: c4 }), r5.removeAttribute(t6));
|
|
331
|
+
if ($.test(r5.tagName)) {
|
|
332
|
+
const t6 = r5.textContent.split(h2), s5 = t6.length - 1;
|
|
333
|
+
if (s5 > 0) {
|
|
334
|
+
r5.textContent = i3 ? i3.emptyScript : "";
|
|
335
|
+
for (let i7 = 0; i7 < s5; i7++) r5.append(t6[i7], l2()), C.nextNode(), d3.push({ type: 2, index: ++c4 });
|
|
336
|
+
r5.append(t6[s5], l2());
|
|
337
|
+
}
|
|
338
|
+
}
|
|
339
|
+
} else if (8 === r5.nodeType) if (r5.data === o3) d3.push({ type: 2, index: c4 });
|
|
340
|
+
else {
|
|
341
|
+
let t6 = -1;
|
|
342
|
+
for (; -1 !== (t6 = r5.data.indexOf(h2, t6 + 1)); ) d3.push({ type: 7, index: c4 }), t6 += h2.length - 1;
|
|
343
|
+
}
|
|
344
|
+
c4++;
|
|
345
|
+
}
|
|
346
|
+
}
|
|
347
|
+
static createElement(t5, i7) {
|
|
348
|
+
const s4 = r3.createElement("template");
|
|
349
|
+
return s4.innerHTML = t5, s4;
|
|
350
|
+
}
|
|
351
|
+
};
|
|
352
|
+
function S2(t5, i7, s4 = t5, e7) {
|
|
353
|
+
if (i7 === T) return i7;
|
|
354
|
+
let h3 = void 0 !== e7 ? s4._$Co?.[e7] : s4._$Cl;
|
|
355
|
+
const o7 = c3(i7) ? void 0 : i7._$litDirective$;
|
|
356
|
+
return h3?.constructor !== o7 && (h3?._$AO?.(false), void 0 === o7 ? h3 = void 0 : (h3 = new o7(t5), h3._$AT(t5, s4, e7)), void 0 !== e7 ? (s4._$Co ?? (s4._$Co = []))[e7] = h3 : s4._$Cl = h3), void 0 !== h3 && (i7 = S2(t5, h3._$AS(t5, i7.values), h3, e7)), i7;
|
|
357
|
+
}
|
|
358
|
+
var M = class {
|
|
359
|
+
constructor(t5, i7) {
|
|
360
|
+
this._$AV = [], this._$AN = void 0, this._$AD = t5, this._$AM = i7;
|
|
361
|
+
}
|
|
362
|
+
get parentNode() {
|
|
363
|
+
return this._$AM.parentNode;
|
|
364
|
+
}
|
|
365
|
+
get _$AU() {
|
|
366
|
+
return this._$AM._$AU;
|
|
367
|
+
}
|
|
368
|
+
u(t5) {
|
|
369
|
+
const { el: { content: i7 }, parts: s4 } = this._$AD, e7 = (t5?.creationScope ?? r3).importNode(i7, true);
|
|
370
|
+
C.currentNode = e7;
|
|
371
|
+
let h3 = C.nextNode(), o7 = 0, n6 = 0, l3 = s4[0];
|
|
372
|
+
for (; void 0 !== l3; ) {
|
|
373
|
+
if (o7 === l3.index) {
|
|
374
|
+
let i8;
|
|
375
|
+
2 === l3.type ? i8 = new R(h3, h3.nextSibling, this, t5) : 1 === l3.type ? i8 = new l3.ctor(h3, l3.name, l3.strings, this, t5) : 6 === l3.type && (i8 = new z(h3, this, t5)), this._$AV.push(i8), l3 = s4[++n6];
|
|
376
|
+
}
|
|
377
|
+
o7 !== l3?.index && (h3 = C.nextNode(), o7++);
|
|
378
|
+
}
|
|
379
|
+
return C.currentNode = r3, e7;
|
|
380
|
+
}
|
|
381
|
+
p(t5) {
|
|
382
|
+
let i7 = 0;
|
|
383
|
+
for (const s4 of this._$AV) void 0 !== s4 && (void 0 !== s4.strings ? (s4._$AI(t5, s4, i7), i7 += s4.strings.length - 2) : s4._$AI(t5[i7])), i7++;
|
|
384
|
+
}
|
|
385
|
+
};
|
|
386
|
+
var R = class _R {
|
|
387
|
+
get _$AU() {
|
|
388
|
+
return this._$AM?._$AU ?? this._$Cv;
|
|
389
|
+
}
|
|
390
|
+
constructor(t5, i7, s4, e7) {
|
|
391
|
+
this.type = 2, this._$AH = E, this._$AN = void 0, this._$AA = t5, this._$AB = i7, this._$AM = s4, this.options = e7, this._$Cv = e7?.isConnected ?? true;
|
|
392
|
+
}
|
|
393
|
+
get parentNode() {
|
|
394
|
+
let t5 = this._$AA.parentNode;
|
|
395
|
+
const i7 = this._$AM;
|
|
396
|
+
return void 0 !== i7 && 11 === t5?.nodeType && (t5 = i7.parentNode), t5;
|
|
397
|
+
}
|
|
398
|
+
get startNode() {
|
|
399
|
+
return this._$AA;
|
|
400
|
+
}
|
|
401
|
+
get endNode() {
|
|
402
|
+
return this._$AB;
|
|
403
|
+
}
|
|
404
|
+
_$AI(t5, i7 = this) {
|
|
405
|
+
t5 = S2(this, t5, i7), c3(t5) ? t5 === E || null == t5 || "" === t5 ? (this._$AH !== E && this._$AR(), this._$AH = E) : t5 !== this._$AH && t5 !== T && this._(t5) : void 0 !== t5._$litType$ ? this.$(t5) : void 0 !== t5.nodeType ? this.T(t5) : u2(t5) ? this.k(t5) : this._(t5);
|
|
406
|
+
}
|
|
407
|
+
O(t5) {
|
|
408
|
+
return this._$AA.parentNode.insertBefore(t5, this._$AB);
|
|
409
|
+
}
|
|
410
|
+
T(t5) {
|
|
411
|
+
this._$AH !== t5 && (this._$AR(), this._$AH = this.O(t5));
|
|
412
|
+
}
|
|
413
|
+
_(t5) {
|
|
414
|
+
this._$AH !== E && c3(this._$AH) ? this._$AA.nextSibling.data = t5 : this.T(r3.createTextNode(t5)), this._$AH = t5;
|
|
415
|
+
}
|
|
416
|
+
$(t5) {
|
|
417
|
+
const { values: i7, _$litType$: s4 } = t5, e7 = "number" == typeof s4 ? this._$AC(t5) : (void 0 === s4.el && (s4.el = N.createElement(P(s4.h, s4.h[0]), this.options)), s4);
|
|
418
|
+
if (this._$AH?._$AD === e7) this._$AH.p(i7);
|
|
419
|
+
else {
|
|
420
|
+
const t6 = new M(e7, this), s5 = t6.u(this.options);
|
|
421
|
+
t6.p(i7), this.T(s5), this._$AH = t6;
|
|
422
|
+
}
|
|
423
|
+
}
|
|
424
|
+
_$AC(t5) {
|
|
425
|
+
let i7 = A.get(t5.strings);
|
|
426
|
+
return void 0 === i7 && A.set(t5.strings, i7 = new N(t5)), i7;
|
|
427
|
+
}
|
|
428
|
+
k(t5) {
|
|
429
|
+
a2(this._$AH) || (this._$AH = [], this._$AR());
|
|
430
|
+
const i7 = this._$AH;
|
|
431
|
+
let s4, e7 = 0;
|
|
432
|
+
for (const h3 of t5) e7 === i7.length ? i7.push(s4 = new _R(this.O(l2()), this.O(l2()), this, this.options)) : s4 = i7[e7], s4._$AI(h3), e7++;
|
|
433
|
+
e7 < i7.length && (this._$AR(s4 && s4._$AB.nextSibling, e7), i7.length = e7);
|
|
434
|
+
}
|
|
435
|
+
_$AR(t5 = this._$AA.nextSibling, i7) {
|
|
436
|
+
for (this._$AP?.(false, true, i7); t5 && t5 !== this._$AB; ) {
|
|
437
|
+
const i8 = t5.nextSibling;
|
|
438
|
+
t5.remove(), t5 = i8;
|
|
439
|
+
}
|
|
440
|
+
}
|
|
441
|
+
setConnected(t5) {
|
|
442
|
+
void 0 === this._$AM && (this._$Cv = t5, this._$AP?.(t5));
|
|
443
|
+
}
|
|
444
|
+
};
|
|
445
|
+
var k = class {
|
|
446
|
+
get tagName() {
|
|
447
|
+
return this.element.tagName;
|
|
448
|
+
}
|
|
449
|
+
get _$AU() {
|
|
450
|
+
return this._$AM._$AU;
|
|
451
|
+
}
|
|
452
|
+
constructor(t5, i7, s4, e7, h3) {
|
|
453
|
+
this.type = 1, this._$AH = E, this._$AN = void 0, this.element = t5, this.name = i7, this._$AM = e7, 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;
|
|
454
|
+
}
|
|
455
|
+
_$AI(t5, i7 = this, s4, e7) {
|
|
456
|
+
const h3 = this.strings;
|
|
457
|
+
let o7 = false;
|
|
458
|
+
if (void 0 === h3) t5 = S2(this, t5, i7, 0), o7 = !c3(t5) || t5 !== this._$AH && t5 !== T, o7 && (this._$AH = t5);
|
|
459
|
+
else {
|
|
460
|
+
const e8 = t5;
|
|
461
|
+
let n6, r5;
|
|
462
|
+
for (t5 = h3[0], n6 = 0; n6 < h3.length - 1; n6++) r5 = S2(this, e8[s4 + n6], i7, n6), r5 === T && (r5 = this._$AH[n6]), o7 || (o7 = !c3(r5) || r5 !== this._$AH[n6]), r5 === E ? t5 = E : t5 !== E && (t5 += (r5 ?? "") + h3[n6 + 1]), this._$AH[n6] = r5;
|
|
463
|
+
}
|
|
464
|
+
o7 && !e7 && this.j(t5);
|
|
465
|
+
}
|
|
466
|
+
j(t5) {
|
|
467
|
+
t5 === E ? this.element.removeAttribute(this.name) : this.element.setAttribute(this.name, t5 ?? "");
|
|
468
|
+
}
|
|
469
|
+
};
|
|
470
|
+
var H = class extends k {
|
|
471
|
+
constructor() {
|
|
472
|
+
super(...arguments), this.type = 3;
|
|
473
|
+
}
|
|
474
|
+
j(t5) {
|
|
475
|
+
this.element[this.name] = t5 === E ? void 0 : t5;
|
|
476
|
+
}
|
|
477
|
+
};
|
|
478
|
+
var I = class extends k {
|
|
479
|
+
constructor() {
|
|
480
|
+
super(...arguments), this.type = 4;
|
|
481
|
+
}
|
|
482
|
+
j(t5) {
|
|
483
|
+
this.element.toggleAttribute(this.name, !!t5 && t5 !== E);
|
|
484
|
+
}
|
|
485
|
+
};
|
|
486
|
+
var L = class extends k {
|
|
487
|
+
constructor(t5, i7, s4, e7, h3) {
|
|
488
|
+
super(t5, i7, s4, e7, h3), this.type = 5;
|
|
489
|
+
}
|
|
490
|
+
_$AI(t5, i7 = this) {
|
|
491
|
+
if ((t5 = S2(this, t5, i7, 0) ?? E) === T) return;
|
|
492
|
+
const s4 = this._$AH, e7 = t5 === E && s4 !== E || t5.capture !== s4.capture || t5.once !== s4.once || t5.passive !== s4.passive, h3 = t5 !== E && (s4 === E || e7);
|
|
493
|
+
e7 && this.element.removeEventListener(this.name, this, s4), h3 && this.element.addEventListener(this.name, this, t5), this._$AH = t5;
|
|
494
|
+
}
|
|
495
|
+
handleEvent(t5) {
|
|
496
|
+
"function" == typeof this._$AH ? this._$AH.call(this.options?.host ?? this.element, t5) : this._$AH.handleEvent(t5);
|
|
497
|
+
}
|
|
498
|
+
};
|
|
499
|
+
var z = class {
|
|
500
|
+
constructor(t5, i7, s4) {
|
|
501
|
+
this.element = t5, this.type = 6, this._$AN = void 0, this._$AM = i7, this.options = s4;
|
|
502
|
+
}
|
|
503
|
+
get _$AU() {
|
|
504
|
+
return this._$AM._$AU;
|
|
505
|
+
}
|
|
506
|
+
_$AI(t5) {
|
|
507
|
+
S2(this, t5);
|
|
508
|
+
}
|
|
509
|
+
};
|
|
510
|
+
var j = t2.litHtmlPolyfillSupport;
|
|
511
|
+
j?.(N, R), (t2.litHtmlVersions ?? (t2.litHtmlVersions = [])).push("3.3.0");
|
|
512
|
+
var B = (t5, i7, s4) => {
|
|
513
|
+
const e7 = s4?.renderBefore ?? i7;
|
|
514
|
+
let h3 = e7._$litPart$;
|
|
515
|
+
if (void 0 === h3) {
|
|
516
|
+
const t6 = s4?.renderBefore ?? null;
|
|
517
|
+
e7._$litPart$ = h3 = new R(i7.insertBefore(l2(), t6), t6, void 0, s4 ?? {});
|
|
518
|
+
}
|
|
519
|
+
return h3._$AI(t5), h3;
|
|
520
|
+
};
|
|
521
|
+
|
|
522
|
+
// node_modules/lit-element/lit-element.js
|
|
523
|
+
var s3 = globalThis;
|
|
524
|
+
var i4 = class extends y {
|
|
525
|
+
constructor() {
|
|
526
|
+
super(...arguments), this.renderOptions = { host: this }, this._$Do = void 0;
|
|
527
|
+
}
|
|
528
|
+
createRenderRoot() {
|
|
529
|
+
var _a;
|
|
530
|
+
const t5 = super.createRenderRoot();
|
|
531
|
+
return (_a = this.renderOptions).renderBefore ?? (_a.renderBefore = t5.firstChild), t5;
|
|
532
|
+
}
|
|
533
|
+
update(t5) {
|
|
534
|
+
const r5 = this.render();
|
|
535
|
+
this.hasUpdated || (this.renderOptions.isConnected = this.isConnected), super.update(t5), this._$Do = B(r5, this.renderRoot, this.renderOptions);
|
|
536
|
+
}
|
|
537
|
+
connectedCallback() {
|
|
538
|
+
super.connectedCallback(), this._$Do?.setConnected(true);
|
|
539
|
+
}
|
|
540
|
+
disconnectedCallback() {
|
|
541
|
+
super.disconnectedCallback(), this._$Do?.setConnected(false);
|
|
542
|
+
}
|
|
543
|
+
render() {
|
|
544
|
+
return T;
|
|
545
|
+
}
|
|
546
|
+
};
|
|
547
|
+
i4._$litElement$ = true, i4["finalized"] = true, s3.litElementHydrateSupport?.({ LitElement: i4 });
|
|
548
|
+
var o4 = s3.litElementPolyfillSupport;
|
|
549
|
+
o4?.({ LitElement: i4 });
|
|
550
|
+
(s3.litElementVersions ?? (s3.litElementVersions = [])).push("4.2.0");
|
|
551
|
+
|
|
552
|
+
// node_modules/@lit/reactive-element/decorators/custom-element.js
|
|
553
|
+
var t3 = (t5) => (e7, o7) => {
|
|
554
|
+
void 0 !== o7 ? o7.addInitializer((() => {
|
|
555
|
+
customElements.define(t5, e7);
|
|
556
|
+
})) : customElements.define(t5, e7);
|
|
557
|
+
};
|
|
558
|
+
|
|
559
|
+
// node_modules/@lit/reactive-element/decorators/property.js
|
|
560
|
+
var o5 = { attribute: true, type: String, converter: u, reflect: false, hasChanged: f };
|
|
561
|
+
var r4 = (t5 = o5, e7, r5) => {
|
|
562
|
+
const { kind: n6, metadata: i7 } = r5;
|
|
563
|
+
let s4 = globalThis.litPropertyMetadata.get(i7);
|
|
564
|
+
if (void 0 === s4 && globalThis.litPropertyMetadata.set(i7, s4 = /* @__PURE__ */ new Map()), "setter" === n6 && ((t5 = Object.create(t5)).wrapped = true), s4.set(r5.name, t5), "accessor" === n6) {
|
|
565
|
+
const { name: o7 } = r5;
|
|
566
|
+
return { set(r6) {
|
|
567
|
+
const n7 = e7.get.call(this);
|
|
568
|
+
e7.set.call(this, r6), this.requestUpdate(o7, n7, t5);
|
|
569
|
+
}, init(e8) {
|
|
570
|
+
return void 0 !== e8 && this.C(o7, void 0, t5, e8), e8;
|
|
571
|
+
} };
|
|
572
|
+
}
|
|
573
|
+
if ("setter" === n6) {
|
|
574
|
+
const { name: o7 } = r5;
|
|
575
|
+
return function(r6) {
|
|
576
|
+
const n7 = this[o7];
|
|
577
|
+
e7.call(this, r6), this.requestUpdate(o7, n7, t5);
|
|
578
|
+
};
|
|
579
|
+
}
|
|
580
|
+
throw Error("Unsupported decorator location: " + n6);
|
|
581
|
+
};
|
|
582
|
+
function n4(t5) {
|
|
583
|
+
return (e7, o7) => "object" == typeof o7 ? r4(t5, e7, o7) : ((t6, e8, o8) => {
|
|
584
|
+
const r5 = e8.hasOwnProperty(o8);
|
|
585
|
+
return e8.constructor.createProperty(o8, t6), r5 ? Object.getOwnPropertyDescriptor(e8, o8) : void 0;
|
|
586
|
+
})(t5, e7, o7);
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
// node_modules/@lit/reactive-element/decorators/base.js
|
|
590
|
+
var e4 = (e7, t5, c4) => (c4.configurable = true, c4.enumerable = true, Reflect.decorate && "object" != typeof t5 && Object.defineProperty(e7, t5, c4), c4);
|
|
591
|
+
|
|
592
|
+
// node_modules/@lit/reactive-element/decorators/query.js
|
|
593
|
+
function e5(e7, r5) {
|
|
594
|
+
return (n6, s4, i7) => {
|
|
595
|
+
const o7 = (t5) => t5.renderRoot?.querySelector(e7) ?? null;
|
|
596
|
+
if (r5) {
|
|
597
|
+
const { get: e8, set: r6 } = "object" == typeof s4 ? n6 : i7 ?? (() => {
|
|
598
|
+
const t5 = Symbol();
|
|
599
|
+
return { get() {
|
|
600
|
+
return this[t5];
|
|
601
|
+
}, set(e9) {
|
|
602
|
+
this[t5] = e9;
|
|
603
|
+
} };
|
|
604
|
+
})();
|
|
605
|
+
return e4(n6, s4, { get() {
|
|
606
|
+
let t5 = e8.call(this);
|
|
607
|
+
return void 0 === t5 && (t5 = o7(this), (null !== t5 || this.hasUpdated) && r6.call(this, t5)), t5;
|
|
608
|
+
} });
|
|
609
|
+
}
|
|
610
|
+
return e4(n6, s4, { get() {
|
|
611
|
+
return o7(this);
|
|
612
|
+
} });
|
|
613
|
+
};
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
// src/styles/component-styles/host.css
|
|
617
|
+
var host_default = ":host {\n box-sizing: border-box !important;\n}\n\n:host *,\n:host *::before,\n:host *::after {\n box-sizing: inherit !important;\n}\n\n[hidden] {\n display: none !important;\n}\n";
|
|
618
|
+
|
|
619
|
+
// src/internal/placer-element.ts
|
|
620
|
+
var PlacerElement = class extends i4 {
|
|
621
|
+
constructor() {
|
|
622
|
+
super();
|
|
623
|
+
this.hasRecordedInitialProperties = false;
|
|
624
|
+
this.initialReflectedProperties = /* @__PURE__ */ new Map();
|
|
625
|
+
/** A method to set and check custom states. */
|
|
626
|
+
this.customStates = {
|
|
627
|
+
/** Adds or removes the specified custom state. */
|
|
628
|
+
set: (customState, active) => {
|
|
629
|
+
if (!Boolean(this.internals?.states)) {
|
|
630
|
+
return;
|
|
631
|
+
}
|
|
632
|
+
if (active) {
|
|
633
|
+
this.internals.states.add(customState);
|
|
634
|
+
} else {
|
|
635
|
+
this.internals.states.delete(customState);
|
|
636
|
+
}
|
|
637
|
+
},
|
|
638
|
+
/** Determines whether or not the element currently has the specified state. */
|
|
639
|
+
has: (customState) => {
|
|
640
|
+
if (!Boolean(this.internals?.states)) {
|
|
641
|
+
return false;
|
|
642
|
+
}
|
|
643
|
+
return this.internals.states.has(customState);
|
|
644
|
+
}
|
|
645
|
+
};
|
|
646
|
+
try {
|
|
647
|
+
this.internals = this.attachInternals();
|
|
648
|
+
} catch {
|
|
649
|
+
console.error(
|
|
650
|
+
"Element internals are not supported in your browser. Consider using a polyfill."
|
|
651
|
+
);
|
|
652
|
+
}
|
|
653
|
+
this.customStates.set("pc-defined", true);
|
|
654
|
+
let Self = this.constructor;
|
|
655
|
+
for (let [property, spec] of Self.elementProperties) {
|
|
656
|
+
if (spec.default === "inherit" && spec.initial !== void 0 && typeof property === "string") {
|
|
657
|
+
this.customStates.set(
|
|
658
|
+
`initial-${property}-${spec.initial}`,
|
|
659
|
+
true
|
|
660
|
+
);
|
|
661
|
+
}
|
|
662
|
+
}
|
|
663
|
+
}
|
|
664
|
+
/** Override the default `styles` property to fetch and convert string CSS files. Components can override this behavior by setting their own `static styles = []` property. */
|
|
665
|
+
static get styles() {
|
|
666
|
+
const styles = Array.isArray(this.css) ? this.css : this.css ? [this.css] : [];
|
|
667
|
+
return [host_default, ...styles].map(
|
|
668
|
+
(style) => typeof style === "string" ? r(style) : style
|
|
669
|
+
);
|
|
670
|
+
}
|
|
671
|
+
attributeChangedCallback(name, oldValue, newValue) {
|
|
672
|
+
if (!this.hasRecordedInitialProperties) {
|
|
673
|
+
this.constructor.elementProperties.forEach((object, property) => {
|
|
674
|
+
if (typeof property === "string" && object.reflect) {
|
|
675
|
+
const value = this[property];
|
|
676
|
+
if (value != null) {
|
|
677
|
+
this.initialReflectedProperties.set(property, value);
|
|
678
|
+
}
|
|
679
|
+
}
|
|
680
|
+
});
|
|
681
|
+
this.hasRecordedInitialProperties = true;
|
|
682
|
+
}
|
|
683
|
+
super.attributeChangedCallback(name, oldValue, newValue);
|
|
684
|
+
}
|
|
685
|
+
willUpdate(changedProperties) {
|
|
686
|
+
super.willUpdate(changedProperties);
|
|
687
|
+
this.initialReflectedProperties.forEach((value, prop) => {
|
|
688
|
+
if (changedProperties.has(prop) && this[prop] == null) {
|
|
689
|
+
this[prop] = value;
|
|
690
|
+
}
|
|
691
|
+
});
|
|
692
|
+
}
|
|
693
|
+
firstUpdated(changedProperties) {
|
|
694
|
+
super.firstUpdated(changedProperties);
|
|
695
|
+
}
|
|
696
|
+
};
|
|
697
|
+
__decorateClass([
|
|
698
|
+
n4()
|
|
699
|
+
], PlacerElement.prototype, "lang", 2);
|
|
700
|
+
__decorateClass([
|
|
701
|
+
n4()
|
|
702
|
+
], PlacerElement.prototype, "dir", 2);
|
|
703
|
+
|
|
704
|
+
// node_modules/lit-html/directive.js
|
|
705
|
+
var t4 = { ATTRIBUTE: 1, CHILD: 2, PROPERTY: 3, BOOLEAN_ATTRIBUTE: 4, EVENT: 5, ELEMENT: 6 };
|
|
706
|
+
var e6 = (t5) => (...e7) => ({ _$litDirective$: t5, values: e7 });
|
|
707
|
+
var i5 = class {
|
|
708
|
+
constructor(t5) {
|
|
709
|
+
}
|
|
710
|
+
get _$AU() {
|
|
711
|
+
return this._$AM._$AU;
|
|
712
|
+
}
|
|
713
|
+
_$AT(t5, e7, i7) {
|
|
714
|
+
this._$Ct = t5, this._$AM = e7, this._$Ci = i7;
|
|
715
|
+
}
|
|
716
|
+
_$AS(t5, e7) {
|
|
717
|
+
return this.update(t5, e7);
|
|
718
|
+
}
|
|
719
|
+
update(t5, e7) {
|
|
720
|
+
return this.render(...e7);
|
|
721
|
+
}
|
|
722
|
+
};
|
|
723
|
+
|
|
724
|
+
// node_modules/lit-html/directives/style-map.js
|
|
725
|
+
var n5 = "important";
|
|
726
|
+
var i6 = " !" + n5;
|
|
727
|
+
var o6 = e6(class extends i5 {
|
|
728
|
+
constructor(t5) {
|
|
729
|
+
if (super(t5), t5.type !== t4.ATTRIBUTE || "style" !== t5.name || t5.strings?.length > 2) throw Error("The `styleMap` directive must be used in the `style` attribute and must be the only part in the attribute.");
|
|
730
|
+
}
|
|
731
|
+
render(t5) {
|
|
732
|
+
return Object.keys(t5).reduce(((e7, r5) => {
|
|
733
|
+
const s4 = t5[r5];
|
|
734
|
+
return null == s4 ? e7 : e7 + `${r5 = r5.includes("-") ? r5 : r5.replace(/(?:^(webkit|moz|ms|o)|)(?=[A-Z])/g, "-$&").toLowerCase()}:${s4};`;
|
|
735
|
+
}), "");
|
|
736
|
+
}
|
|
737
|
+
update(e7, [r5]) {
|
|
738
|
+
const { style: s4 } = e7.element;
|
|
739
|
+
if (void 0 === this.ft) return this.ft = new Set(Object.keys(r5)), this.render(r5);
|
|
740
|
+
for (const t5 of this.ft) null == r5[t5] && (this.ft.delete(t5), t5.includes("-") ? s4.removeProperty(t5) : s4[t5] = null);
|
|
741
|
+
for (const t5 in r5) {
|
|
742
|
+
const e8 = r5[t5];
|
|
743
|
+
if (null != e8) {
|
|
744
|
+
this.ft.add(t5);
|
|
745
|
+
const r6 = "string" == typeof e8 && e8.endsWith(i6);
|
|
746
|
+
t5.includes("-") || r6 ? s4.setProperty(t5, r6 ? e8.slice(0, -11) : e8, r6 ? n5 : "") : s4[t5] = e8;
|
|
747
|
+
}
|
|
748
|
+
}
|
|
749
|
+
return T;
|
|
750
|
+
}
|
|
751
|
+
});
|
|
752
|
+
|
|
753
|
+
// src/internal/watch.ts
|
|
754
|
+
function watch(propertyName, options) {
|
|
755
|
+
const resolvedOptions = {
|
|
756
|
+
waitUntilFirstUpdate: false,
|
|
757
|
+
...options
|
|
758
|
+
};
|
|
759
|
+
return (proto, decoratedFnName) => {
|
|
760
|
+
const { update } = proto;
|
|
761
|
+
const watchedProperties = Array.isArray(propertyName) ? propertyName : [propertyName];
|
|
762
|
+
proto.update = function(changedProps) {
|
|
763
|
+
watchedProperties.forEach((property) => {
|
|
764
|
+
const key = property;
|
|
765
|
+
if (changedProps.has(key)) {
|
|
766
|
+
const oldValue = changedProps.get(key);
|
|
767
|
+
const newValue = this[key];
|
|
768
|
+
if (oldValue !== newValue) {
|
|
769
|
+
if (!resolvedOptions.waitUntilFirstUpdate || this.hasUpdated) {
|
|
770
|
+
this[decoratedFnName](
|
|
771
|
+
oldValue,
|
|
772
|
+
newValue
|
|
773
|
+
);
|
|
774
|
+
}
|
|
775
|
+
}
|
|
776
|
+
}
|
|
777
|
+
});
|
|
778
|
+
update.call(this, changedProps);
|
|
779
|
+
};
|
|
780
|
+
};
|
|
781
|
+
}
|
|
782
|
+
|
|
783
|
+
// node_modules/qr-creator/dist/qr-creator.es6.min.js
|
|
784
|
+
var G = null;
|
|
785
|
+
var H2 = class {
|
|
786
|
+
};
|
|
787
|
+
H2.render = function(w2, B2) {
|
|
788
|
+
G(w2, B2);
|
|
789
|
+
};
|
|
790
|
+
self.QrCreator = H2;
|
|
791
|
+
(function(w2) {
|
|
792
|
+
function B2(t5, c4, a3, e7) {
|
|
793
|
+
var b3 = {}, h3 = w2(a3, c4);
|
|
794
|
+
h3.u(t5);
|
|
795
|
+
h3.J();
|
|
796
|
+
e7 = e7 || 0;
|
|
797
|
+
var r5 = h3.h(), d3 = h3.h() + 2 * e7;
|
|
798
|
+
b3.text = t5;
|
|
799
|
+
b3.level = c4;
|
|
800
|
+
b3.version = a3;
|
|
801
|
+
b3.O = d3;
|
|
802
|
+
b3.a = function(b4, a4) {
|
|
803
|
+
b4 -= e7;
|
|
804
|
+
a4 -= e7;
|
|
805
|
+
return 0 > b4 || b4 >= r5 || 0 > a4 || a4 >= r5 ? false : h3.a(b4, a4);
|
|
806
|
+
};
|
|
807
|
+
return b3;
|
|
808
|
+
}
|
|
809
|
+
function C2(t5, c4, a3, e7, b3, h3, r5, d3, g2, x2) {
|
|
810
|
+
function u3(b4, a4, f3, c5, d4, r6, g3) {
|
|
811
|
+
b4 ? (t5.lineTo(a4 + r6, f3 + g3), t5.arcTo(a4, f3, c5, d4, h3)) : t5.lineTo(a4, f3);
|
|
812
|
+
}
|
|
813
|
+
r5 ? t5.moveTo(c4 + h3, a3) : t5.moveTo(c4, a3);
|
|
814
|
+
u3(d3, e7, a3, e7, b3, -h3, 0);
|
|
815
|
+
u3(g2, e7, b3, c4, b3, 0, -h3);
|
|
816
|
+
u3(x2, c4, b3, c4, a3, h3, 0);
|
|
817
|
+
u3(r5, c4, a3, e7, a3, 0, h3);
|
|
818
|
+
}
|
|
819
|
+
function z2(t5, c4, a3, e7, b3, h3, r5, d3, g2, x2) {
|
|
820
|
+
function u3(b4, a4, c5, d4) {
|
|
821
|
+
t5.moveTo(b4 + c5, a4);
|
|
822
|
+
t5.lineTo(
|
|
823
|
+
b4,
|
|
824
|
+
a4
|
|
825
|
+
);
|
|
826
|
+
t5.lineTo(b4, a4 + d4);
|
|
827
|
+
t5.arcTo(b4, a4, b4 + c5, a4, h3);
|
|
828
|
+
}
|
|
829
|
+
r5 && u3(c4, a3, h3, h3);
|
|
830
|
+
d3 && u3(e7, a3, -h3, h3);
|
|
831
|
+
g2 && u3(e7, b3, -h3, -h3);
|
|
832
|
+
x2 && u3(c4, b3, h3, -h3);
|
|
833
|
+
}
|
|
834
|
+
function A2(t5, c4) {
|
|
835
|
+
var a3 = c4.fill;
|
|
836
|
+
if ("string" === typeof a3) t5.fillStyle = a3;
|
|
837
|
+
else {
|
|
838
|
+
var e7 = a3.type, b3 = a3.colorStops;
|
|
839
|
+
a3 = a3.position.map((b4) => Math.round(b4 * c4.size));
|
|
840
|
+
if ("linear-gradient" === e7) var h3 = t5.createLinearGradient.apply(t5, a3);
|
|
841
|
+
else if ("radial-gradient" === e7) h3 = t5.createRadialGradient.apply(t5, a3);
|
|
842
|
+
else throw Error("Unsupported fill");
|
|
843
|
+
b3.forEach(([b4, a4]) => {
|
|
844
|
+
h3.addColorStop(b4, a4);
|
|
845
|
+
});
|
|
846
|
+
t5.fillStyle = h3;
|
|
847
|
+
}
|
|
848
|
+
}
|
|
849
|
+
function y3(t5, c4) {
|
|
850
|
+
a: {
|
|
851
|
+
var a3 = c4.text, e7 = c4.v, b3 = c4.N, h3 = c4.K, r5 = c4.P;
|
|
852
|
+
b3 = Math.max(1, b3 || 1);
|
|
853
|
+
for (h3 = Math.min(40, h3 || 40); b3 <= h3; b3 += 1) try {
|
|
854
|
+
var d3 = B2(a3, e7, b3, r5);
|
|
855
|
+
break a;
|
|
856
|
+
} catch (J) {
|
|
857
|
+
}
|
|
858
|
+
d3 = void 0;
|
|
859
|
+
}
|
|
860
|
+
if (!d3) return null;
|
|
861
|
+
a3 = t5.getContext("2d");
|
|
862
|
+
c4.background && (a3.fillStyle = c4.background, a3.fillRect(c4.left, c4.top, c4.size, c4.size));
|
|
863
|
+
e7 = d3.O;
|
|
864
|
+
h3 = c4.size / e7;
|
|
865
|
+
a3.beginPath();
|
|
866
|
+
for (r5 = 0; r5 < e7; r5 += 1) for (b3 = 0; b3 < e7; b3 += 1) {
|
|
867
|
+
var g2 = a3, x2 = c4.left + b3 * h3, u3 = c4.top + r5 * h3, p3 = r5, q = b3, f3 = d3.a, k2 = x2 + h3, m2 = u3 + h3, D = p3 - 1, E2 = p3 + 1, n6 = q - 1, l3 = q + 1, y4 = Math.floor(Math.min(0.5, Math.max(0, c4.R)) * h3), v3 = f3(p3, q), I2 = f3(D, n6), w3 = f3(D, q);
|
|
868
|
+
D = f3(D, l3);
|
|
869
|
+
var F = f3(p3, l3);
|
|
870
|
+
l3 = f3(E2, l3);
|
|
871
|
+
q = f3(
|
|
872
|
+
E2,
|
|
873
|
+
q
|
|
874
|
+
);
|
|
875
|
+
E2 = f3(E2, n6);
|
|
876
|
+
p3 = f3(p3, n6);
|
|
877
|
+
x2 = Math.round(x2);
|
|
878
|
+
u3 = Math.round(u3);
|
|
879
|
+
k2 = Math.round(k2);
|
|
880
|
+
m2 = Math.round(m2);
|
|
881
|
+
v3 ? C2(g2, x2, u3, k2, m2, y4, !w3 && !p3, !w3 && !F, !q && !F, !q && !p3) : z2(g2, x2, u3, k2, m2, y4, w3 && p3 && I2, w3 && F && D, q && F && l3, q && p3 && E2);
|
|
882
|
+
}
|
|
883
|
+
A2(a3, c4);
|
|
884
|
+
a3.fill();
|
|
885
|
+
return t5;
|
|
886
|
+
}
|
|
887
|
+
var v2 = { minVersion: 1, maxVersion: 40, ecLevel: "L", left: 0, top: 0, size: 200, fill: "#000", background: null, text: "no text", radius: 0.5, quiet: 0 };
|
|
888
|
+
G = function(t5, c4) {
|
|
889
|
+
var a3 = {};
|
|
890
|
+
Object.assign(a3, v2, t5);
|
|
891
|
+
a3.N = a3.minVersion;
|
|
892
|
+
a3.K = a3.maxVersion;
|
|
893
|
+
a3.v = a3.ecLevel;
|
|
894
|
+
a3.left = a3.left;
|
|
895
|
+
a3.top = a3.top;
|
|
896
|
+
a3.size = a3.size;
|
|
897
|
+
a3.fill = a3.fill;
|
|
898
|
+
a3.background = a3.background;
|
|
899
|
+
a3.text = a3.text;
|
|
900
|
+
a3.R = a3.radius;
|
|
901
|
+
a3.P = a3.quiet;
|
|
902
|
+
if (c4 instanceof HTMLCanvasElement) {
|
|
903
|
+
if (c4.width !== a3.size || c4.height !== a3.size) c4.width = a3.size, c4.height = a3.size;
|
|
904
|
+
c4.getContext("2d").clearRect(0, 0, c4.width, c4.height);
|
|
905
|
+
y3(c4, a3);
|
|
906
|
+
} else t5 = document.createElement("canvas"), t5.width = a3.size, t5.height = a3.size, a3 = y3(t5, a3), c4.appendChild(a3);
|
|
907
|
+
};
|
|
908
|
+
})((function() {
|
|
909
|
+
function w2(c4) {
|
|
910
|
+
var a3 = C2.s(c4);
|
|
911
|
+
return { S: function() {
|
|
912
|
+
return 4;
|
|
913
|
+
}, b: function() {
|
|
914
|
+
return a3.length;
|
|
915
|
+
}, write: function(c5) {
|
|
916
|
+
for (var b3 = 0; b3 < a3.length; b3 += 1) c5.put(a3[b3], 8);
|
|
917
|
+
} };
|
|
918
|
+
}
|
|
919
|
+
function B2() {
|
|
920
|
+
var c4 = [], a3 = 0, e7 = {
|
|
921
|
+
B: function() {
|
|
922
|
+
return c4;
|
|
923
|
+
},
|
|
924
|
+
c: function(b3) {
|
|
925
|
+
return 1 == (c4[Math.floor(b3 / 8)] >>> 7 - b3 % 8 & 1);
|
|
926
|
+
},
|
|
927
|
+
put: function(b3, h3) {
|
|
928
|
+
for (var a4 = 0; a4 < h3; a4 += 1) e7.m(1 == (b3 >>> h3 - a4 - 1 & 1));
|
|
929
|
+
},
|
|
930
|
+
f: function() {
|
|
931
|
+
return a3;
|
|
932
|
+
},
|
|
933
|
+
m: function(b3) {
|
|
934
|
+
var h3 = Math.floor(a3 / 8);
|
|
935
|
+
c4.length <= h3 && c4.push(0);
|
|
936
|
+
b3 && (c4[h3] |= 128 >>> a3 % 8);
|
|
937
|
+
a3 += 1;
|
|
938
|
+
}
|
|
939
|
+
};
|
|
940
|
+
return e7;
|
|
941
|
+
}
|
|
942
|
+
function C2(c4, a3) {
|
|
943
|
+
function e7(b4, h4) {
|
|
944
|
+
for (var a4 = -1; 7 >= a4; a4 += 1) if (!(-1 >= b4 + a4 || d3 <= b4 + a4)) for (var c5 = -1; 7 >= c5; c5 += 1) -1 >= h4 + c5 || d3 <= h4 + c5 || (r5[b4 + a4][h4 + c5] = 0 <= a4 && 6 >= a4 && (0 == c5 || 6 == c5) || 0 <= c5 && 6 >= c5 && (0 == a4 || 6 == a4) || 2 <= a4 && 4 >= a4 && 2 <= c5 && 4 >= c5 ? true : false);
|
|
945
|
+
}
|
|
946
|
+
function b3(b4, a4) {
|
|
947
|
+
for (var f3 = d3 = 4 * c4 + 17, k2 = Array(f3), m2 = 0; m2 < f3; m2 += 1) {
|
|
948
|
+
k2[m2] = Array(f3);
|
|
949
|
+
for (var p3 = 0; p3 < f3; p3 += 1) k2[m2][p3] = null;
|
|
950
|
+
}
|
|
951
|
+
r5 = k2;
|
|
952
|
+
e7(0, 0);
|
|
953
|
+
e7(d3 - 7, 0);
|
|
954
|
+
e7(0, d3 - 7);
|
|
955
|
+
f3 = y3.G(c4);
|
|
956
|
+
for (k2 = 0; k2 < f3.length; k2 += 1) for (m2 = 0; m2 < f3.length; m2 += 1) {
|
|
957
|
+
p3 = f3[k2];
|
|
958
|
+
var q = f3[m2];
|
|
959
|
+
if (null == r5[p3][q]) for (var n6 = -2; 2 >= n6; n6 += 1) for (var l3 = -2; 2 >= l3; l3 += 1) r5[p3 + n6][q + l3] = -2 == n6 || 2 == n6 || -2 == l3 || 2 == l3 || 0 == n6 && 0 == l3;
|
|
960
|
+
}
|
|
961
|
+
for (f3 = 8; f3 < d3 - 8; f3 += 1) null == r5[f3][6] && (r5[f3][6] = 0 == f3 % 2);
|
|
962
|
+
for (f3 = 8; f3 < d3 - 8; f3 += 1) null == r5[6][f3] && (r5[6][f3] = 0 == f3 % 2);
|
|
963
|
+
f3 = y3.w(h3 << 3 | a4);
|
|
964
|
+
for (k2 = 0; 15 > k2; k2 += 1) m2 = !b4 && 1 == (f3 >> k2 & 1), r5[6 > k2 ? k2 : 8 > k2 ? k2 + 1 : d3 - 15 + k2][8] = m2, r5[8][8 > k2 ? d3 - k2 - 1 : 9 > k2 ? 15 - k2 : 14 - k2] = m2;
|
|
965
|
+
r5[d3 - 8][8] = !b4;
|
|
966
|
+
if (7 <= c4) {
|
|
967
|
+
f3 = y3.A(c4);
|
|
968
|
+
for (k2 = 0; 18 > k2; k2 += 1) m2 = !b4 && 1 == (f3 >> k2 & 1), r5[Math.floor(k2 / 3)][k2 % 3 + d3 - 8 - 3] = m2;
|
|
969
|
+
for (k2 = 0; 18 > k2; k2 += 1) m2 = !b4 && 1 == (f3 >> k2 & 1), r5[k2 % 3 + d3 - 8 - 3][Math.floor(k2 / 3)] = m2;
|
|
970
|
+
}
|
|
971
|
+
if (null == g2) {
|
|
972
|
+
b4 = t5.I(c4, h3);
|
|
973
|
+
f3 = B2();
|
|
974
|
+
for (k2 = 0; k2 < x2.length; k2 += 1) m2 = x2[k2], f3.put(4, 4), f3.put(m2.b(), y3.f(4, c4)), m2.write(f3);
|
|
975
|
+
for (k2 = m2 = 0; k2 < b4.length; k2 += 1) m2 += b4[k2].j;
|
|
976
|
+
if (f3.f() > 8 * m2) throw Error("code length overflow. (" + f3.f() + ">" + 8 * m2 + ")");
|
|
977
|
+
for (f3.f() + 4 <= 8 * m2 && f3.put(0, 4); 0 != f3.f() % 8; ) f3.m(false);
|
|
978
|
+
for (; !(f3.f() >= 8 * m2); ) {
|
|
979
|
+
f3.put(236, 8);
|
|
980
|
+
if (f3.f() >= 8 * m2) break;
|
|
981
|
+
f3.put(17, 8);
|
|
982
|
+
}
|
|
983
|
+
var u4 = 0;
|
|
984
|
+
m2 = k2 = 0;
|
|
985
|
+
p3 = Array(b4.length);
|
|
986
|
+
q = Array(b4.length);
|
|
987
|
+
for (n6 = 0; n6 < b4.length; n6 += 1) {
|
|
988
|
+
var v3 = b4[n6].j, w3 = b4[n6].o - v3;
|
|
989
|
+
k2 = Math.max(k2, v3);
|
|
990
|
+
m2 = Math.max(m2, w3);
|
|
991
|
+
p3[n6] = Array(v3);
|
|
992
|
+
for (l3 = 0; l3 < p3[n6].length; l3 += 1) p3[n6][l3] = 255 & f3.B()[l3 + u4];
|
|
993
|
+
u4 += v3;
|
|
994
|
+
l3 = y3.C(w3);
|
|
995
|
+
v3 = z2(p3[n6], l3.b() - 1).l(l3);
|
|
996
|
+
q[n6] = Array(l3.b() - 1);
|
|
997
|
+
for (l3 = 0; l3 < q[n6].length; l3 += 1) w3 = l3 + v3.b() - q[n6].length, q[n6][l3] = 0 <= w3 ? v3.c(w3) : 0;
|
|
998
|
+
}
|
|
999
|
+
for (l3 = f3 = 0; l3 < b4.length; l3 += 1) f3 += b4[l3].o;
|
|
1000
|
+
f3 = Array(f3);
|
|
1001
|
+
for (l3 = u4 = 0; l3 < k2; l3 += 1) for (n6 = 0; n6 < b4.length; n6 += 1) l3 < p3[n6].length && (f3[u4] = p3[n6][l3], u4 += 1);
|
|
1002
|
+
for (l3 = 0; l3 < m2; l3 += 1) for (n6 = 0; n6 < b4.length; n6 += 1) l3 < q[n6].length && (f3[u4] = q[n6][l3], u4 += 1);
|
|
1003
|
+
g2 = f3;
|
|
1004
|
+
}
|
|
1005
|
+
b4 = g2;
|
|
1006
|
+
f3 = -1;
|
|
1007
|
+
k2 = d3 - 1;
|
|
1008
|
+
m2 = 7;
|
|
1009
|
+
p3 = 0;
|
|
1010
|
+
a4 = y3.F(a4);
|
|
1011
|
+
for (q = d3 - 1; 0 < q; q -= 2) for (6 == q && --q; ; ) {
|
|
1012
|
+
for (n6 = 0; 2 > n6; n6 += 1) null == r5[k2][q - n6] && (l3 = false, p3 < b4.length && (l3 = 1 == (b4[p3] >>> m2 & 1)), a4(k2, q - n6) && (l3 = !l3), r5[k2][q - n6] = l3, --m2, -1 == m2 && (p3 += 1, m2 = 7));
|
|
1013
|
+
k2 += f3;
|
|
1014
|
+
if (0 > k2 || d3 <= k2) {
|
|
1015
|
+
k2 -= f3;
|
|
1016
|
+
f3 = -f3;
|
|
1017
|
+
break;
|
|
1018
|
+
}
|
|
1019
|
+
}
|
|
1020
|
+
}
|
|
1021
|
+
var h3 = A2[a3], r5 = null, d3 = 0, g2 = null, x2 = [], u3 = { u: function(b4) {
|
|
1022
|
+
b4 = w2(b4);
|
|
1023
|
+
x2.push(b4);
|
|
1024
|
+
g2 = null;
|
|
1025
|
+
}, a: function(b4, a4) {
|
|
1026
|
+
if (0 > b4 || d3 <= b4 || 0 > a4 || d3 <= a4) throw Error(b4 + "," + a4);
|
|
1027
|
+
return r5[b4][a4];
|
|
1028
|
+
}, h: function() {
|
|
1029
|
+
return d3;
|
|
1030
|
+
}, J: function() {
|
|
1031
|
+
for (var a4 = 0, h4 = 0, c5 = 0; 8 > c5; c5 += 1) {
|
|
1032
|
+
b3(true, c5);
|
|
1033
|
+
var d4 = y3.D(u3);
|
|
1034
|
+
if (0 == c5 || a4 > d4) a4 = d4, h4 = c5;
|
|
1035
|
+
}
|
|
1036
|
+
b3(false, h4);
|
|
1037
|
+
} };
|
|
1038
|
+
return u3;
|
|
1039
|
+
}
|
|
1040
|
+
function z2(c4, a3) {
|
|
1041
|
+
if ("undefined" == typeof c4.length) throw Error(c4.length + "/" + a3);
|
|
1042
|
+
var e7 = (function() {
|
|
1043
|
+
for (var b4 = 0; b4 < c4.length && 0 == c4[b4]; ) b4 += 1;
|
|
1044
|
+
for (var r5 = Array(c4.length - b4 + a3), d3 = 0; d3 < c4.length - b4; d3 += 1) r5[d3] = c4[d3 + b4];
|
|
1045
|
+
return r5;
|
|
1046
|
+
})(), b3 = { c: function(b4) {
|
|
1047
|
+
return e7[b4];
|
|
1048
|
+
}, b: function() {
|
|
1049
|
+
return e7.length;
|
|
1050
|
+
}, multiply: function(a4) {
|
|
1051
|
+
for (var h3 = Array(b3.b() + a4.b() - 1), c5 = 0; c5 < b3.b(); c5 += 1) for (var g2 = 0; g2 < a4.b(); g2 += 1) h3[c5 + g2] ^= v2.i(v2.g(b3.c(c5)) + v2.g(a4.c(g2)));
|
|
1052
|
+
return z2(h3, 0);
|
|
1053
|
+
}, l: function(a4) {
|
|
1054
|
+
if (0 > b3.b() - a4.b()) return b3;
|
|
1055
|
+
for (var c5 = v2.g(b3.c(0)) - v2.g(a4.c(0)), h3 = Array(b3.b()), g2 = 0; g2 < b3.b(); g2 += 1) h3[g2] = b3.c(g2);
|
|
1056
|
+
for (g2 = 0; g2 < a4.b(); g2 += 1) h3[g2] ^= v2.i(v2.g(a4.c(g2)) + c5);
|
|
1057
|
+
return z2(h3, 0).l(a4);
|
|
1058
|
+
} };
|
|
1059
|
+
return b3;
|
|
1060
|
+
}
|
|
1061
|
+
C2.s = function(c4) {
|
|
1062
|
+
for (var a3 = [], e7 = 0; e7 < c4.length; e7++) {
|
|
1063
|
+
var b3 = c4.charCodeAt(e7);
|
|
1064
|
+
128 > b3 ? a3.push(b3) : 2048 > b3 ? a3.push(192 | b3 >> 6, 128 | b3 & 63) : 55296 > b3 || 57344 <= b3 ? a3.push(224 | b3 >> 12, 128 | b3 >> 6 & 63, 128 | b3 & 63) : (e7++, b3 = 65536 + ((b3 & 1023) << 10 | c4.charCodeAt(e7) & 1023), a3.push(240 | b3 >> 18, 128 | b3 >> 12 & 63, 128 | b3 >> 6 & 63, 128 | b3 & 63));
|
|
1065
|
+
}
|
|
1066
|
+
return a3;
|
|
1067
|
+
};
|
|
1068
|
+
var A2 = { L: 1, M: 0, Q: 3, H: 2 }, y3 = /* @__PURE__ */ (function() {
|
|
1069
|
+
function c4(b3) {
|
|
1070
|
+
for (var a4 = 0; 0 != b3; ) a4 += 1, b3 >>>= 1;
|
|
1071
|
+
return a4;
|
|
1072
|
+
}
|
|
1073
|
+
var a3 = [
|
|
1074
|
+
[],
|
|
1075
|
+
[6, 18],
|
|
1076
|
+
[6, 22],
|
|
1077
|
+
[6, 26],
|
|
1078
|
+
[6, 30],
|
|
1079
|
+
[6, 34],
|
|
1080
|
+
[6, 22, 38],
|
|
1081
|
+
[6, 24, 42],
|
|
1082
|
+
[6, 26, 46],
|
|
1083
|
+
[6, 28, 50],
|
|
1084
|
+
[6, 30, 54],
|
|
1085
|
+
[6, 32, 58],
|
|
1086
|
+
[6, 34, 62],
|
|
1087
|
+
[6, 26, 46, 66],
|
|
1088
|
+
[6, 26, 48, 70],
|
|
1089
|
+
[6, 26, 50, 74],
|
|
1090
|
+
[6, 30, 54, 78],
|
|
1091
|
+
[6, 30, 56, 82],
|
|
1092
|
+
[6, 30, 58, 86],
|
|
1093
|
+
[6, 34, 62, 90],
|
|
1094
|
+
[6, 28, 50, 72, 94],
|
|
1095
|
+
[6, 26, 50, 74, 98],
|
|
1096
|
+
[6, 30, 54, 78, 102],
|
|
1097
|
+
[6, 28, 54, 80, 106],
|
|
1098
|
+
[6, 32, 58, 84, 110],
|
|
1099
|
+
[6, 30, 58, 86, 114],
|
|
1100
|
+
[6, 34, 62, 90, 118],
|
|
1101
|
+
[6, 26, 50, 74, 98, 122],
|
|
1102
|
+
[6, 30, 54, 78, 102, 126],
|
|
1103
|
+
[6, 26, 52, 78, 104, 130],
|
|
1104
|
+
[6, 30, 56, 82, 108, 134],
|
|
1105
|
+
[6, 34, 60, 86, 112, 138],
|
|
1106
|
+
[6, 30, 58, 86, 114, 142],
|
|
1107
|
+
[6, 34, 62, 90, 118, 146],
|
|
1108
|
+
[6, 30, 54, 78, 102, 126, 150],
|
|
1109
|
+
[6, 24, 50, 76, 102, 128, 154],
|
|
1110
|
+
[6, 28, 54, 80, 106, 132, 158],
|
|
1111
|
+
[6, 32, 58, 84, 110, 136, 162],
|
|
1112
|
+
[6, 26, 54, 82, 110, 138, 166],
|
|
1113
|
+
[6, 30, 58, 86, 114, 142, 170]
|
|
1114
|
+
], e7 = { w: function(b3) {
|
|
1115
|
+
for (var a4 = b3 << 10; 0 <= c4(a4) - c4(1335); ) a4 ^= 1335 << c4(a4) - c4(1335);
|
|
1116
|
+
return (b3 << 10 | a4) ^ 21522;
|
|
1117
|
+
}, A: function(b3) {
|
|
1118
|
+
for (var a4 = b3 << 12; 0 <= c4(a4) - c4(7973); ) a4 ^= 7973 << c4(a4) - c4(7973);
|
|
1119
|
+
return b3 << 12 | a4;
|
|
1120
|
+
}, G: function(b3) {
|
|
1121
|
+
return a3[b3 - 1];
|
|
1122
|
+
}, F: function(b3) {
|
|
1123
|
+
switch (b3) {
|
|
1124
|
+
case 0:
|
|
1125
|
+
return function(b4, a4) {
|
|
1126
|
+
return 0 == (b4 + a4) % 2;
|
|
1127
|
+
};
|
|
1128
|
+
case 1:
|
|
1129
|
+
return function(b4) {
|
|
1130
|
+
return 0 == b4 % 2;
|
|
1131
|
+
};
|
|
1132
|
+
case 2:
|
|
1133
|
+
return function(b4, a4) {
|
|
1134
|
+
return 0 == a4 % 3;
|
|
1135
|
+
};
|
|
1136
|
+
case 3:
|
|
1137
|
+
return function(b4, a4) {
|
|
1138
|
+
return 0 == (b4 + a4) % 3;
|
|
1139
|
+
};
|
|
1140
|
+
case 4:
|
|
1141
|
+
return function(b4, a4) {
|
|
1142
|
+
return 0 == (Math.floor(b4 / 2) + Math.floor(a4 / 3)) % 2;
|
|
1143
|
+
};
|
|
1144
|
+
case 5:
|
|
1145
|
+
return function(b4, a4) {
|
|
1146
|
+
return 0 == b4 * a4 % 2 + b4 * a4 % 3;
|
|
1147
|
+
};
|
|
1148
|
+
case 6:
|
|
1149
|
+
return function(b4, a4) {
|
|
1150
|
+
return 0 == (b4 * a4 % 2 + b4 * a4 % 3) % 2;
|
|
1151
|
+
};
|
|
1152
|
+
case 7:
|
|
1153
|
+
return function(b4, a4) {
|
|
1154
|
+
return 0 == (b4 * a4 % 3 + (b4 + a4) % 2) % 2;
|
|
1155
|
+
};
|
|
1156
|
+
default:
|
|
1157
|
+
throw Error("bad maskPattern:" + b3);
|
|
1158
|
+
}
|
|
1159
|
+
}, C: function(b3) {
|
|
1160
|
+
for (var a4 = z2([1], 0), c5 = 0; c5 < b3; c5 += 1) a4 = a4.multiply(z2([1, v2.i(c5)], 0));
|
|
1161
|
+
return a4;
|
|
1162
|
+
}, f: function(b3, a4) {
|
|
1163
|
+
if (4 != b3 || 1 > a4 || 40 < a4) throw Error("mode: " + b3 + "; type: " + a4);
|
|
1164
|
+
return 10 > a4 ? 8 : 16;
|
|
1165
|
+
}, D: function(b3) {
|
|
1166
|
+
for (var a4 = b3.h(), c5 = 0, d3 = 0; d3 < a4; d3 += 1) for (var g2 = 0; g2 < a4; g2 += 1) {
|
|
1167
|
+
for (var e8 = 0, t6 = b3.a(d3, g2), p3 = -1; 1 >= p3; p3 += 1) if (!(0 > d3 + p3 || a4 <= d3 + p3)) for (var q = -1; 1 >= q; q += 1) 0 > g2 + q || a4 <= g2 + q || (0 != p3 || 0 != q) && t6 == b3.a(d3 + p3, g2 + q) && (e8 += 1);
|
|
1168
|
+
5 < e8 && (c5 += 3 + e8 - 5);
|
|
1169
|
+
}
|
|
1170
|
+
for (d3 = 0; d3 < a4 - 1; d3 += 1) for (g2 = 0; g2 < a4 - 1; g2 += 1) if (e8 = 0, b3.a(d3, g2) && (e8 += 1), b3.a(d3 + 1, g2) && (e8 += 1), b3.a(d3, g2 + 1) && (e8 += 1), b3.a(d3 + 1, g2 + 1) && (e8 += 1), 0 == e8 || 4 == e8) c5 += 3;
|
|
1171
|
+
for (d3 = 0; d3 < a4; d3 += 1) for (g2 = 0; g2 < a4 - 6; g2 += 1) b3.a(d3, g2) && !b3.a(d3, g2 + 1) && b3.a(d3, g2 + 2) && b3.a(d3, g2 + 3) && b3.a(d3, g2 + 4) && !b3.a(d3, g2 + 5) && b3.a(d3, g2 + 6) && (c5 += 40);
|
|
1172
|
+
for (g2 = 0; g2 < a4; g2 += 1) for (d3 = 0; d3 < a4 - 6; d3 += 1) b3.a(d3, g2) && !b3.a(d3 + 1, g2) && b3.a(d3 + 2, g2) && b3.a(d3 + 3, g2) && b3.a(d3 + 4, g2) && !b3.a(d3 + 5, g2) && b3.a(d3 + 6, g2) && (c5 += 40);
|
|
1173
|
+
for (g2 = e8 = 0; g2 < a4; g2 += 1) for (d3 = 0; d3 < a4; d3 += 1) b3.a(d3, g2) && (e8 += 1);
|
|
1174
|
+
return c5 += Math.abs(100 * e8 / a4 / a4 - 50) / 5 * 10;
|
|
1175
|
+
} };
|
|
1176
|
+
return e7;
|
|
1177
|
+
})(), v2 = (function() {
|
|
1178
|
+
for (var c4 = Array(256), a3 = Array(256), e7 = 0; 8 > e7; e7 += 1) c4[e7] = 1 << e7;
|
|
1179
|
+
for (e7 = 8; 256 > e7; e7 += 1) c4[e7] = c4[e7 - 4] ^ c4[e7 - 5] ^ c4[e7 - 6] ^ c4[e7 - 8];
|
|
1180
|
+
for (e7 = 0; 255 > e7; e7 += 1) a3[c4[e7]] = e7;
|
|
1181
|
+
return { g: function(b3) {
|
|
1182
|
+
if (1 > b3) throw Error("glog(" + b3 + ")");
|
|
1183
|
+
return a3[b3];
|
|
1184
|
+
}, i: function(b3) {
|
|
1185
|
+
for (; 0 > b3; ) b3 += 255;
|
|
1186
|
+
for (; 256 <= b3; ) b3 -= 255;
|
|
1187
|
+
return c4[b3];
|
|
1188
|
+
} };
|
|
1189
|
+
})(), t5 = /* @__PURE__ */ (function() {
|
|
1190
|
+
function c4(b3, c5) {
|
|
1191
|
+
switch (c5) {
|
|
1192
|
+
case A2.L:
|
|
1193
|
+
return a3[4 * (b3 - 1)];
|
|
1194
|
+
case A2.M:
|
|
1195
|
+
return a3[4 * (b3 - 1) + 1];
|
|
1196
|
+
case A2.Q:
|
|
1197
|
+
return a3[4 * (b3 - 1) + 2];
|
|
1198
|
+
case A2.H:
|
|
1199
|
+
return a3[4 * (b3 - 1) + 3];
|
|
1200
|
+
}
|
|
1201
|
+
}
|
|
1202
|
+
var a3 = [
|
|
1203
|
+
[1, 26, 19],
|
|
1204
|
+
[1, 26, 16],
|
|
1205
|
+
[1, 26, 13],
|
|
1206
|
+
[1, 26, 9],
|
|
1207
|
+
[1, 44, 34],
|
|
1208
|
+
[1, 44, 28],
|
|
1209
|
+
[1, 44, 22],
|
|
1210
|
+
[1, 44, 16],
|
|
1211
|
+
[1, 70, 55],
|
|
1212
|
+
[1, 70, 44],
|
|
1213
|
+
[2, 35, 17],
|
|
1214
|
+
[2, 35, 13],
|
|
1215
|
+
[1, 100, 80],
|
|
1216
|
+
[2, 50, 32],
|
|
1217
|
+
[2, 50, 24],
|
|
1218
|
+
[4, 25, 9],
|
|
1219
|
+
[1, 134, 108],
|
|
1220
|
+
[2, 67, 43],
|
|
1221
|
+
[2, 33, 15, 2, 34, 16],
|
|
1222
|
+
[2, 33, 11, 2, 34, 12],
|
|
1223
|
+
[2, 86, 68],
|
|
1224
|
+
[4, 43, 27],
|
|
1225
|
+
[4, 43, 19],
|
|
1226
|
+
[4, 43, 15],
|
|
1227
|
+
[2, 98, 78],
|
|
1228
|
+
[4, 49, 31],
|
|
1229
|
+
[2, 32, 14, 4, 33, 15],
|
|
1230
|
+
[4, 39, 13, 1, 40, 14],
|
|
1231
|
+
[2, 121, 97],
|
|
1232
|
+
[2, 60, 38, 2, 61, 39],
|
|
1233
|
+
[4, 40, 18, 2, 41, 19],
|
|
1234
|
+
[4, 40, 14, 2, 41, 15],
|
|
1235
|
+
[2, 146, 116],
|
|
1236
|
+
[
|
|
1237
|
+
3,
|
|
1238
|
+
58,
|
|
1239
|
+
36,
|
|
1240
|
+
2,
|
|
1241
|
+
59,
|
|
1242
|
+
37
|
|
1243
|
+
],
|
|
1244
|
+
[4, 36, 16, 4, 37, 17],
|
|
1245
|
+
[4, 36, 12, 4, 37, 13],
|
|
1246
|
+
[2, 86, 68, 2, 87, 69],
|
|
1247
|
+
[4, 69, 43, 1, 70, 44],
|
|
1248
|
+
[6, 43, 19, 2, 44, 20],
|
|
1249
|
+
[6, 43, 15, 2, 44, 16],
|
|
1250
|
+
[4, 101, 81],
|
|
1251
|
+
[1, 80, 50, 4, 81, 51],
|
|
1252
|
+
[4, 50, 22, 4, 51, 23],
|
|
1253
|
+
[3, 36, 12, 8, 37, 13],
|
|
1254
|
+
[2, 116, 92, 2, 117, 93],
|
|
1255
|
+
[6, 58, 36, 2, 59, 37],
|
|
1256
|
+
[4, 46, 20, 6, 47, 21],
|
|
1257
|
+
[7, 42, 14, 4, 43, 15],
|
|
1258
|
+
[4, 133, 107],
|
|
1259
|
+
[8, 59, 37, 1, 60, 38],
|
|
1260
|
+
[8, 44, 20, 4, 45, 21],
|
|
1261
|
+
[12, 33, 11, 4, 34, 12],
|
|
1262
|
+
[3, 145, 115, 1, 146, 116],
|
|
1263
|
+
[4, 64, 40, 5, 65, 41],
|
|
1264
|
+
[11, 36, 16, 5, 37, 17],
|
|
1265
|
+
[11, 36, 12, 5, 37, 13],
|
|
1266
|
+
[5, 109, 87, 1, 110, 88],
|
|
1267
|
+
[5, 65, 41, 5, 66, 42],
|
|
1268
|
+
[5, 54, 24, 7, 55, 25],
|
|
1269
|
+
[11, 36, 12, 7, 37, 13],
|
|
1270
|
+
[5, 122, 98, 1, 123, 99],
|
|
1271
|
+
[
|
|
1272
|
+
7,
|
|
1273
|
+
73,
|
|
1274
|
+
45,
|
|
1275
|
+
3,
|
|
1276
|
+
74,
|
|
1277
|
+
46
|
|
1278
|
+
],
|
|
1279
|
+
[15, 43, 19, 2, 44, 20],
|
|
1280
|
+
[3, 45, 15, 13, 46, 16],
|
|
1281
|
+
[1, 135, 107, 5, 136, 108],
|
|
1282
|
+
[10, 74, 46, 1, 75, 47],
|
|
1283
|
+
[1, 50, 22, 15, 51, 23],
|
|
1284
|
+
[2, 42, 14, 17, 43, 15],
|
|
1285
|
+
[5, 150, 120, 1, 151, 121],
|
|
1286
|
+
[9, 69, 43, 4, 70, 44],
|
|
1287
|
+
[17, 50, 22, 1, 51, 23],
|
|
1288
|
+
[2, 42, 14, 19, 43, 15],
|
|
1289
|
+
[3, 141, 113, 4, 142, 114],
|
|
1290
|
+
[3, 70, 44, 11, 71, 45],
|
|
1291
|
+
[17, 47, 21, 4, 48, 22],
|
|
1292
|
+
[9, 39, 13, 16, 40, 14],
|
|
1293
|
+
[3, 135, 107, 5, 136, 108],
|
|
1294
|
+
[3, 67, 41, 13, 68, 42],
|
|
1295
|
+
[15, 54, 24, 5, 55, 25],
|
|
1296
|
+
[15, 43, 15, 10, 44, 16],
|
|
1297
|
+
[4, 144, 116, 4, 145, 117],
|
|
1298
|
+
[17, 68, 42],
|
|
1299
|
+
[17, 50, 22, 6, 51, 23],
|
|
1300
|
+
[19, 46, 16, 6, 47, 17],
|
|
1301
|
+
[2, 139, 111, 7, 140, 112],
|
|
1302
|
+
[17, 74, 46],
|
|
1303
|
+
[7, 54, 24, 16, 55, 25],
|
|
1304
|
+
[34, 37, 13],
|
|
1305
|
+
[
|
|
1306
|
+
4,
|
|
1307
|
+
151,
|
|
1308
|
+
121,
|
|
1309
|
+
5,
|
|
1310
|
+
152,
|
|
1311
|
+
122
|
|
1312
|
+
],
|
|
1313
|
+
[4, 75, 47, 14, 76, 48],
|
|
1314
|
+
[11, 54, 24, 14, 55, 25],
|
|
1315
|
+
[16, 45, 15, 14, 46, 16],
|
|
1316
|
+
[6, 147, 117, 4, 148, 118],
|
|
1317
|
+
[6, 73, 45, 14, 74, 46],
|
|
1318
|
+
[11, 54, 24, 16, 55, 25],
|
|
1319
|
+
[30, 46, 16, 2, 47, 17],
|
|
1320
|
+
[8, 132, 106, 4, 133, 107],
|
|
1321
|
+
[8, 75, 47, 13, 76, 48],
|
|
1322
|
+
[7, 54, 24, 22, 55, 25],
|
|
1323
|
+
[22, 45, 15, 13, 46, 16],
|
|
1324
|
+
[10, 142, 114, 2, 143, 115],
|
|
1325
|
+
[19, 74, 46, 4, 75, 47],
|
|
1326
|
+
[28, 50, 22, 6, 51, 23],
|
|
1327
|
+
[33, 46, 16, 4, 47, 17],
|
|
1328
|
+
[8, 152, 122, 4, 153, 123],
|
|
1329
|
+
[22, 73, 45, 3, 74, 46],
|
|
1330
|
+
[8, 53, 23, 26, 54, 24],
|
|
1331
|
+
[12, 45, 15, 28, 46, 16],
|
|
1332
|
+
[3, 147, 117, 10, 148, 118],
|
|
1333
|
+
[3, 73, 45, 23, 74, 46],
|
|
1334
|
+
[4, 54, 24, 31, 55, 25],
|
|
1335
|
+
[11, 45, 15, 31, 46, 16],
|
|
1336
|
+
[7, 146, 116, 7, 147, 117],
|
|
1337
|
+
[21, 73, 45, 7, 74, 46],
|
|
1338
|
+
[1, 53, 23, 37, 54, 24],
|
|
1339
|
+
[19, 45, 15, 26, 46, 16],
|
|
1340
|
+
[5, 145, 115, 10, 146, 116],
|
|
1341
|
+
[19, 75, 47, 10, 76, 48],
|
|
1342
|
+
[15, 54, 24, 25, 55, 25],
|
|
1343
|
+
[23, 45, 15, 25, 46, 16],
|
|
1344
|
+
[13, 145, 115, 3, 146, 116],
|
|
1345
|
+
[2, 74, 46, 29, 75, 47],
|
|
1346
|
+
[42, 54, 24, 1, 55, 25],
|
|
1347
|
+
[23, 45, 15, 28, 46, 16],
|
|
1348
|
+
[17, 145, 115],
|
|
1349
|
+
[10, 74, 46, 23, 75, 47],
|
|
1350
|
+
[10, 54, 24, 35, 55, 25],
|
|
1351
|
+
[19, 45, 15, 35, 46, 16],
|
|
1352
|
+
[17, 145, 115, 1, 146, 116],
|
|
1353
|
+
[14, 74, 46, 21, 75, 47],
|
|
1354
|
+
[29, 54, 24, 19, 55, 25],
|
|
1355
|
+
[11, 45, 15, 46, 46, 16],
|
|
1356
|
+
[13, 145, 115, 6, 146, 116],
|
|
1357
|
+
[14, 74, 46, 23, 75, 47],
|
|
1358
|
+
[44, 54, 24, 7, 55, 25],
|
|
1359
|
+
[59, 46, 16, 1, 47, 17],
|
|
1360
|
+
[12, 151, 121, 7, 152, 122],
|
|
1361
|
+
[12, 75, 47, 26, 76, 48],
|
|
1362
|
+
[39, 54, 24, 14, 55, 25],
|
|
1363
|
+
[22, 45, 15, 41, 46, 16],
|
|
1364
|
+
[6, 151, 121, 14, 152, 122],
|
|
1365
|
+
[6, 75, 47, 34, 76, 48],
|
|
1366
|
+
[46, 54, 24, 10, 55, 25],
|
|
1367
|
+
[2, 45, 15, 64, 46, 16],
|
|
1368
|
+
[17, 152, 122, 4, 153, 123],
|
|
1369
|
+
[29, 74, 46, 14, 75, 47],
|
|
1370
|
+
[49, 54, 24, 10, 55, 25],
|
|
1371
|
+
[24, 45, 15, 46, 46, 16],
|
|
1372
|
+
[4, 152, 122, 18, 153, 123],
|
|
1373
|
+
[13, 74, 46, 32, 75, 47],
|
|
1374
|
+
[48, 54, 24, 14, 55, 25],
|
|
1375
|
+
[42, 45, 15, 32, 46, 16],
|
|
1376
|
+
[20, 147, 117, 4, 148, 118],
|
|
1377
|
+
[40, 75, 47, 7, 76, 48],
|
|
1378
|
+
[43, 54, 24, 22, 55, 25],
|
|
1379
|
+
[10, 45, 15, 67, 46, 16],
|
|
1380
|
+
[19, 148, 118, 6, 149, 119],
|
|
1381
|
+
[18, 75, 47, 31, 76, 48],
|
|
1382
|
+
[34, 54, 24, 34, 55, 25],
|
|
1383
|
+
[20, 45, 15, 61, 46, 16]
|
|
1384
|
+
], e7 = { I: function(b3, a4) {
|
|
1385
|
+
var e8 = c4(b3, a4);
|
|
1386
|
+
if ("undefined" == typeof e8) throw Error("bad rs block @ typeNumber:" + b3 + "/errorCorrectLevel:" + a4);
|
|
1387
|
+
b3 = e8.length / 3;
|
|
1388
|
+
a4 = [];
|
|
1389
|
+
for (var d3 = 0; d3 < b3; d3 += 1) for (var g2 = e8[3 * d3], h3 = e8[3 * d3 + 1], t6 = e8[3 * d3 + 2], p3 = 0; p3 < g2; p3 += 1) {
|
|
1390
|
+
var q = t6, f3 = {};
|
|
1391
|
+
f3.o = h3;
|
|
1392
|
+
f3.j = q;
|
|
1393
|
+
a4.push(f3);
|
|
1394
|
+
}
|
|
1395
|
+
return a4;
|
|
1396
|
+
} };
|
|
1397
|
+
return e7;
|
|
1398
|
+
})();
|
|
1399
|
+
return C2;
|
|
1400
|
+
})());
|
|
1401
|
+
var qr_creator_es6_min_default = QrCreator;
|
|
1402
|
+
|
|
1403
|
+
// src/components/qr-code/qr-code.css
|
|
1404
|
+
var qr_code_default = ":host {\n display: inline-block;\n}\n";
|
|
1405
|
+
|
|
1406
|
+
// src/components/qr-code/qr-code.ts
|
|
1407
|
+
var PcQrCode = class extends PlacerElement {
|
|
1408
|
+
constructor() {
|
|
1409
|
+
super(...arguments);
|
|
1410
|
+
this.value = "";
|
|
1411
|
+
this.label = "";
|
|
1412
|
+
this.size = 128;
|
|
1413
|
+
this.fill = "black";
|
|
1414
|
+
this.background = "white";
|
|
1415
|
+
this.radius = 0;
|
|
1416
|
+
this.errorCorrection = "M";
|
|
1417
|
+
}
|
|
1418
|
+
firstUpdated() {
|
|
1419
|
+
this.generate();
|
|
1420
|
+
}
|
|
1421
|
+
generate() {
|
|
1422
|
+
if (!this.hasUpdated) {
|
|
1423
|
+
return;
|
|
1424
|
+
}
|
|
1425
|
+
qr_creator_es6_min_default.render(
|
|
1426
|
+
{
|
|
1427
|
+
background: this.background,
|
|
1428
|
+
ecLevel: this.errorCorrection,
|
|
1429
|
+
fill: this.fill,
|
|
1430
|
+
radius: this.radius,
|
|
1431
|
+
size: this.size * 2,
|
|
1432
|
+
text: this.value
|
|
1433
|
+
},
|
|
1434
|
+
this.canvas
|
|
1435
|
+
);
|
|
1436
|
+
}
|
|
1437
|
+
render() {
|
|
1438
|
+
return x`
|
|
1439
|
+
<canvas
|
|
1440
|
+
class="qr-code"
|
|
1441
|
+
part="base"
|
|
1442
|
+
role="img"
|
|
1443
|
+
style=${o6({
|
|
1444
|
+
inlineSize: `${this.size}px`,
|
|
1445
|
+
blockSize: `${this.size}px`
|
|
1446
|
+
})}
|
|
1447
|
+
aria-label=${this.label?.length > 0 ? this.label : this.value}
|
|
1448
|
+
></canvas>
|
|
1449
|
+
`;
|
|
1450
|
+
}
|
|
1451
|
+
};
|
|
1452
|
+
/** @internal This is an internal static property. */
|
|
1453
|
+
PcQrCode.css = qr_code_default;
|
|
1454
|
+
__decorateClass([
|
|
1455
|
+
e5("canvas")
|
|
1456
|
+
], PcQrCode.prototype, "canvas", 2);
|
|
1457
|
+
__decorateClass([
|
|
1458
|
+
n4()
|
|
1459
|
+
], PcQrCode.prototype, "value", 2);
|
|
1460
|
+
__decorateClass([
|
|
1461
|
+
n4()
|
|
1462
|
+
], PcQrCode.prototype, "label", 2);
|
|
1463
|
+
__decorateClass([
|
|
1464
|
+
n4({ type: Number })
|
|
1465
|
+
], PcQrCode.prototype, "size", 2);
|
|
1466
|
+
__decorateClass([
|
|
1467
|
+
n4()
|
|
1468
|
+
], PcQrCode.prototype, "fill", 2);
|
|
1469
|
+
__decorateClass([
|
|
1470
|
+
n4()
|
|
1471
|
+
], PcQrCode.prototype, "background", 2);
|
|
1472
|
+
__decorateClass([
|
|
1473
|
+
n4({ type: Number })
|
|
1474
|
+
], PcQrCode.prototype, "radius", 2);
|
|
1475
|
+
__decorateClass([
|
|
1476
|
+
n4({ attribute: "error-correction" })
|
|
1477
|
+
], PcQrCode.prototype, "errorCorrection", 2);
|
|
1478
|
+
__decorateClass([
|
|
1479
|
+
watch(["background", "errorCorrection", "fill", "radius", "size", "value"])
|
|
1480
|
+
], PcQrCode.prototype, "generate", 1);
|
|
1481
|
+
PcQrCode = __decorateClass([
|
|
1482
|
+
t3("pc-qr-code")
|
|
1483
|
+
], PcQrCode);
|
|
1484
|
+
export {
|
|
1485
|
+
PcQrCode
|
|
1486
|
+
};
|
|
1487
|
+
/*! Bundled license information:
|
|
1488
|
+
|
|
1489
|
+
@lit/reactive-element/css-tag.js:
|
|
1490
|
+
(**
|
|
1491
|
+
* @license
|
|
1492
|
+
* Copyright 2019 Google LLC
|
|
1493
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
1494
|
+
*)
|
|
1495
|
+
|
|
1496
|
+
@lit/reactive-element/reactive-element.js:
|
|
1497
|
+
lit-html/lit-html.js:
|
|
1498
|
+
lit-element/lit-element.js:
|
|
1499
|
+
@lit/reactive-element/decorators/custom-element.js:
|
|
1500
|
+
@lit/reactive-element/decorators/property.js:
|
|
1501
|
+
@lit/reactive-element/decorators/state.js:
|
|
1502
|
+
@lit/reactive-element/decorators/event-options.js:
|
|
1503
|
+
@lit/reactive-element/decorators/base.js:
|
|
1504
|
+
@lit/reactive-element/decorators/query.js:
|
|
1505
|
+
@lit/reactive-element/decorators/query-all.js:
|
|
1506
|
+
@lit/reactive-element/decorators/query-async.js:
|
|
1507
|
+
@lit/reactive-element/decorators/query-assigned-nodes.js:
|
|
1508
|
+
lit-html/directive.js:
|
|
1509
|
+
(**
|
|
1510
|
+
* @license
|
|
1511
|
+
* Copyright 2017 Google LLC
|
|
1512
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
1513
|
+
*)
|
|
1514
|
+
|
|
1515
|
+
lit-html/is-server.js:
|
|
1516
|
+
(**
|
|
1517
|
+
* @license
|
|
1518
|
+
* Copyright 2022 Google LLC
|
|
1519
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
1520
|
+
*)
|
|
1521
|
+
|
|
1522
|
+
@lit/reactive-element/decorators/query-assigned-elements.js:
|
|
1523
|
+
(**
|
|
1524
|
+
* @license
|
|
1525
|
+
* Copyright 2021 Google LLC
|
|
1526
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
1527
|
+
*)
|
|
1528
|
+
|
|
1529
|
+
lit-html/directives/style-map.js:
|
|
1530
|
+
(**
|
|
1531
|
+
* @license
|
|
1532
|
+
* Copyright 2018 Google LLC
|
|
1533
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
1534
|
+
*)
|
|
1535
|
+
*/
|