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,2305 @@
|
|
|
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 i6 = decorators.length - 1, decorator; i6 >= 0; i6--)
|
|
6
|
+
if (decorator = decorators[i6])
|
|
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(t6, e8, o7) {
|
|
19
|
+
if (this._$cssResult$ = true, o7 !== s) throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");
|
|
20
|
+
this.cssText = t6, this.t = e8;
|
|
21
|
+
}
|
|
22
|
+
get styleSheet() {
|
|
23
|
+
let t6 = this.o;
|
|
24
|
+
const s4 = this.t;
|
|
25
|
+
if (e && void 0 === t6) {
|
|
26
|
+
const e8 = void 0 !== s4 && 1 === s4.length;
|
|
27
|
+
e8 && (t6 = o.get(s4)), void 0 === t6 && ((this.o = t6 = new CSSStyleSheet()).replaceSync(this.cssText), e8 && o.set(s4, t6));
|
|
28
|
+
}
|
|
29
|
+
return t6;
|
|
30
|
+
}
|
|
31
|
+
toString() {
|
|
32
|
+
return this.cssText;
|
|
33
|
+
}
|
|
34
|
+
};
|
|
35
|
+
var r = (t6) => new n("string" == typeof t6 ? t6 : t6 + "", void 0, s);
|
|
36
|
+
var S = (s4, o7) => {
|
|
37
|
+
if (e) s4.adoptedStyleSheets = o7.map(((t6) => t6 instanceof CSSStyleSheet ? t6 : t6.styleSheet));
|
|
38
|
+
else for (const e8 of o7) {
|
|
39
|
+
const o8 = document.createElement("style"), n5 = t.litNonce;
|
|
40
|
+
void 0 !== n5 && o8.setAttribute("nonce", n5), o8.textContent = e8.cssText, s4.appendChild(o8);
|
|
41
|
+
}
|
|
42
|
+
};
|
|
43
|
+
var c = e ? (t6) => t6 : (t6) => t6 instanceof CSSStyleSheet ? ((t7) => {
|
|
44
|
+
let e8 = "";
|
|
45
|
+
for (const s4 of t7.cssRules) e8 += s4.cssText;
|
|
46
|
+
return r(e8);
|
|
47
|
+
})(t6) : t6;
|
|
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 = (t6, s4) => t6;
|
|
56
|
+
var u = { toAttribute(t6, s4) {
|
|
57
|
+
switch (s4) {
|
|
58
|
+
case Boolean:
|
|
59
|
+
t6 = t6 ? l : null;
|
|
60
|
+
break;
|
|
61
|
+
case Object:
|
|
62
|
+
case Array:
|
|
63
|
+
t6 = null == t6 ? t6 : JSON.stringify(t6);
|
|
64
|
+
}
|
|
65
|
+
return t6;
|
|
66
|
+
}, fromAttribute(t6, s4) {
|
|
67
|
+
let i6 = t6;
|
|
68
|
+
switch (s4) {
|
|
69
|
+
case Boolean:
|
|
70
|
+
i6 = null !== t6;
|
|
71
|
+
break;
|
|
72
|
+
case Number:
|
|
73
|
+
i6 = null === t6 ? null : Number(t6);
|
|
74
|
+
break;
|
|
75
|
+
case Object:
|
|
76
|
+
case Array:
|
|
77
|
+
try {
|
|
78
|
+
i6 = JSON.parse(t6);
|
|
79
|
+
} catch (t7) {
|
|
80
|
+
i6 = null;
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
return i6;
|
|
84
|
+
} };
|
|
85
|
+
var f = (t6, s4) => !i2(t6, 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(t6) {
|
|
90
|
+
this._$Ei(), (this.l ?? (this.l = [])).push(t6);
|
|
91
|
+
}
|
|
92
|
+
static get observedAttributes() {
|
|
93
|
+
return this.finalize(), this._$Eh && [...this._$Eh.keys()];
|
|
94
|
+
}
|
|
95
|
+
static createProperty(t6, s4 = b) {
|
|
96
|
+
if (s4.state && (s4.attribute = false), this._$Ei(), this.prototype.hasOwnProperty(t6) && ((s4 = Object.create(s4)).wrapped = true), this.elementProperties.set(t6, s4), !s4.noAccessor) {
|
|
97
|
+
const i6 = Symbol(), h3 = this.getPropertyDescriptor(t6, i6, s4);
|
|
98
|
+
void 0 !== h3 && e2(this.prototype, t6, h3);
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
static getPropertyDescriptor(t6, s4, i6) {
|
|
102
|
+
const { get: e8, set: r6 } = h(this.prototype, t6) ?? { get() {
|
|
103
|
+
return this[s4];
|
|
104
|
+
}, set(t7) {
|
|
105
|
+
this[s4] = t7;
|
|
106
|
+
} };
|
|
107
|
+
return { get: e8, set(s5) {
|
|
108
|
+
const h3 = e8?.call(this);
|
|
109
|
+
r6?.call(this, s5), this.requestUpdate(t6, h3, i6);
|
|
110
|
+
}, configurable: true, enumerable: true };
|
|
111
|
+
}
|
|
112
|
+
static getPropertyOptions(t6) {
|
|
113
|
+
return this.elementProperties.get(t6) ?? b;
|
|
114
|
+
}
|
|
115
|
+
static _$Ei() {
|
|
116
|
+
if (this.hasOwnProperty(d("elementProperties"))) return;
|
|
117
|
+
const t6 = n2(this);
|
|
118
|
+
t6.finalize(), void 0 !== t6.l && (this.l = [...t6.l]), this.elementProperties = new Map(t6.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 t7 = this.properties, s4 = [...r2(t7), ...o2(t7)];
|
|
124
|
+
for (const i6 of s4) this.createProperty(i6, t7[i6]);
|
|
125
|
+
}
|
|
126
|
+
const t6 = this[Symbol.metadata];
|
|
127
|
+
if (null !== t6) {
|
|
128
|
+
const s4 = litPropertyMetadata.get(t6);
|
|
129
|
+
if (void 0 !== s4) for (const [t7, i6] of s4) this.elementProperties.set(t7, i6);
|
|
130
|
+
}
|
|
131
|
+
this._$Eh = /* @__PURE__ */ new Map();
|
|
132
|
+
for (const [t7, s4] of this.elementProperties) {
|
|
133
|
+
const i6 = this._$Eu(t7, s4);
|
|
134
|
+
void 0 !== i6 && this._$Eh.set(i6, t7);
|
|
135
|
+
}
|
|
136
|
+
this.elementStyles = this.finalizeStyles(this.styles);
|
|
137
|
+
}
|
|
138
|
+
static finalizeStyles(s4) {
|
|
139
|
+
const i6 = [];
|
|
140
|
+
if (Array.isArray(s4)) {
|
|
141
|
+
const e8 = new Set(s4.flat(1 / 0).reverse());
|
|
142
|
+
for (const s5 of e8) i6.unshift(c(s5));
|
|
143
|
+
} else void 0 !== s4 && i6.push(c(s4));
|
|
144
|
+
return i6;
|
|
145
|
+
}
|
|
146
|
+
static _$Eu(t6, s4) {
|
|
147
|
+
const i6 = s4.attribute;
|
|
148
|
+
return false === i6 ? void 0 : "string" == typeof i6 ? i6 : "string" == typeof t6 ? t6.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(((t6) => this.enableUpdating = t6)), this._$AL = /* @__PURE__ */ new Map(), this._$E_(), this.requestUpdate(), this.constructor.l?.forEach(((t6) => t6(this)));
|
|
155
|
+
}
|
|
156
|
+
addController(t6) {
|
|
157
|
+
(this._$EO ?? (this._$EO = /* @__PURE__ */ new Set())).add(t6), void 0 !== this.renderRoot && this.isConnected && t6.hostConnected?.();
|
|
158
|
+
}
|
|
159
|
+
removeController(t6) {
|
|
160
|
+
this._$EO?.delete(t6);
|
|
161
|
+
}
|
|
162
|
+
_$E_() {
|
|
163
|
+
const t6 = /* @__PURE__ */ new Map(), s4 = this.constructor.elementProperties;
|
|
164
|
+
for (const i6 of s4.keys()) this.hasOwnProperty(i6) && (t6.set(i6, this[i6]), delete this[i6]);
|
|
165
|
+
t6.size > 0 && (this._$Ep = t6);
|
|
166
|
+
}
|
|
167
|
+
createRenderRoot() {
|
|
168
|
+
const t6 = this.shadowRoot ?? this.attachShadow(this.constructor.shadowRootOptions);
|
|
169
|
+
return S(t6, this.constructor.elementStyles), t6;
|
|
170
|
+
}
|
|
171
|
+
connectedCallback() {
|
|
172
|
+
this.renderRoot ?? (this.renderRoot = this.createRenderRoot()), this.enableUpdating(true), this._$EO?.forEach(((t6) => t6.hostConnected?.()));
|
|
173
|
+
}
|
|
174
|
+
enableUpdating(t6) {
|
|
175
|
+
}
|
|
176
|
+
disconnectedCallback() {
|
|
177
|
+
this._$EO?.forEach(((t6) => t6.hostDisconnected?.()));
|
|
178
|
+
}
|
|
179
|
+
attributeChangedCallback(t6, s4, i6) {
|
|
180
|
+
this._$AK(t6, i6);
|
|
181
|
+
}
|
|
182
|
+
_$ET(t6, s4) {
|
|
183
|
+
const i6 = this.constructor.elementProperties.get(t6), e8 = this.constructor._$Eu(t6, i6);
|
|
184
|
+
if (void 0 !== e8 && true === i6.reflect) {
|
|
185
|
+
const h3 = (void 0 !== i6.converter?.toAttribute ? i6.converter : u).toAttribute(s4, i6.type);
|
|
186
|
+
this._$Em = t6, null == h3 ? this.removeAttribute(e8) : this.setAttribute(e8, h3), this._$Em = null;
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
_$AK(t6, s4) {
|
|
190
|
+
const i6 = this.constructor, e8 = i6._$Eh.get(t6);
|
|
191
|
+
if (void 0 !== e8 && this._$Em !== e8) {
|
|
192
|
+
const t7 = i6.getPropertyOptions(e8), h3 = "function" == typeof t7.converter ? { fromAttribute: t7.converter } : void 0 !== t7.converter?.fromAttribute ? t7.converter : u;
|
|
193
|
+
this._$Em = e8, this[e8] = h3.fromAttribute(s4, t7.type) ?? this._$Ej?.get(e8) ?? null, this._$Em = null;
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
requestUpdate(t6, s4, i6) {
|
|
197
|
+
if (void 0 !== t6) {
|
|
198
|
+
const e8 = this.constructor, h3 = this[t6];
|
|
199
|
+
if (i6 ?? (i6 = e8.getPropertyOptions(t6)), !((i6.hasChanged ?? f)(h3, s4) || i6.useDefault && i6.reflect && h3 === this._$Ej?.get(t6) && !this.hasAttribute(e8._$Eu(t6, i6)))) return;
|
|
200
|
+
this.C(t6, s4, i6);
|
|
201
|
+
}
|
|
202
|
+
false === this.isUpdatePending && (this._$ES = this._$EP());
|
|
203
|
+
}
|
|
204
|
+
C(t6, s4, { useDefault: i6, reflect: e8, wrapped: h3 }, r6) {
|
|
205
|
+
i6 && !(this._$Ej ?? (this._$Ej = /* @__PURE__ */ new Map())).has(t6) && (this._$Ej.set(t6, r6 ?? s4 ?? this[t6]), true !== h3 || void 0 !== r6) || (this._$AL.has(t6) || (this.hasUpdated || i6 || (s4 = void 0), this._$AL.set(t6, s4)), true === e8 && this._$Em !== t6 && (this._$Eq ?? (this._$Eq = /* @__PURE__ */ new Set())).add(t6));
|
|
206
|
+
}
|
|
207
|
+
async _$EP() {
|
|
208
|
+
this.isUpdatePending = true;
|
|
209
|
+
try {
|
|
210
|
+
await this._$ES;
|
|
211
|
+
} catch (t7) {
|
|
212
|
+
Promise.reject(t7);
|
|
213
|
+
}
|
|
214
|
+
const t6 = this.scheduleUpdate();
|
|
215
|
+
return null != t6 && await t6, !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 [t8, s5] of this._$Ep) this[t8] = s5;
|
|
225
|
+
this._$Ep = void 0;
|
|
226
|
+
}
|
|
227
|
+
const t7 = this.constructor.elementProperties;
|
|
228
|
+
if (t7.size > 0) for (const [s5, i6] of t7) {
|
|
229
|
+
const { wrapped: t8 } = i6, e8 = this[s5];
|
|
230
|
+
true !== t8 || this._$AL.has(s5) || void 0 === e8 || this.C(s5, void 0, i6, e8);
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
let t6 = false;
|
|
234
|
+
const s4 = this._$AL;
|
|
235
|
+
try {
|
|
236
|
+
t6 = this.shouldUpdate(s4), t6 ? (this.willUpdate(s4), this._$EO?.forEach(((t7) => t7.hostUpdate?.())), this.update(s4)) : this._$EM();
|
|
237
|
+
} catch (s5) {
|
|
238
|
+
throw t6 = false, this._$EM(), s5;
|
|
239
|
+
}
|
|
240
|
+
t6 && this._$AE(s4);
|
|
241
|
+
}
|
|
242
|
+
willUpdate(t6) {
|
|
243
|
+
}
|
|
244
|
+
_$AE(t6) {
|
|
245
|
+
this._$EO?.forEach(((t7) => t7.hostUpdated?.())), this.hasUpdated || (this.hasUpdated = true, this.firstUpdated(t6)), this.updated(t6);
|
|
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(t6) {
|
|
257
|
+
return true;
|
|
258
|
+
}
|
|
259
|
+
update(t6) {
|
|
260
|
+
this._$Eq && (this._$Eq = this._$Eq.forEach(((t7) => this._$ET(t7, this[t7])))), this._$EM();
|
|
261
|
+
}
|
|
262
|
+
updated(t6) {
|
|
263
|
+
}
|
|
264
|
+
firstUpdated(t6) {
|
|
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: (t6) => t6 }) : 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 = (t6) => null === t6 || "object" != typeof t6 && "function" != typeof t6;
|
|
280
|
+
var a2 = Array.isArray;
|
|
281
|
+
var u2 = (t6) => a2(t6) || "function" == typeof t6?.[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 = (t6) => (i6, ...s4) => ({ _$litType$: t6, strings: i6, 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(t6, i6) {
|
|
300
|
+
if (!a2(t6) || !t6.hasOwnProperty("raw")) throw Error("invalid template strings array");
|
|
301
|
+
return void 0 !== s2 ? s2.createHTML(i6) : i6;
|
|
302
|
+
}
|
|
303
|
+
var V = (t6, i6) => {
|
|
304
|
+
const s4 = t6.length - 1, o7 = [];
|
|
305
|
+
let r6, l4 = 2 === i6 ? "<svg>" : 3 === i6 ? "<math>" : "", c4 = f2;
|
|
306
|
+
for (let i7 = 0; i7 < s4; i7++) {
|
|
307
|
+
const s5 = t6[i7];
|
|
308
|
+
let a3, u4, d3 = -1, y3 = 0;
|
|
309
|
+
for (; y3 < s5.length && (c4.lastIndex = y3, u4 = c4.exec(s5), null !== u4); ) y3 = c4.lastIndex, c4 === f2 ? "!--" === u4[1] ? c4 = v : void 0 !== u4[1] ? c4 = _ : void 0 !== u4[2] ? ($.test(u4[2]) && (r6 = RegExp("</" + u4[2], "g")), c4 = m) : void 0 !== u4[3] && (c4 = m) : c4 === m ? ">" === u4[0] ? (c4 = r6 ?? f2, d3 = -1) : void 0 === u4[1] ? d3 = -2 : (d3 = c4.lastIndex - u4[2].length, a3 = u4[1], c4 = void 0 === u4[3] ? m : '"' === u4[3] ? g : p2) : c4 === g || c4 === p2 ? c4 = m : c4 === v || c4 === _ ? c4 = f2 : (c4 = m, r6 = void 0);
|
|
310
|
+
const x2 = c4 === m && t6[i7 + 1].startsWith("/>") ? " " : "";
|
|
311
|
+
l4 += c4 === f2 ? s5 + n3 : d3 >= 0 ? (o7.push(a3), s5.slice(0, d3) + e3 + s5.slice(d3) + h2 + x2) : s5 + h2 + (-2 === d3 ? i7 : x2);
|
|
312
|
+
}
|
|
313
|
+
return [P(t6, l4 + (t6[s4] || "<?>") + (2 === i6 ? "</svg>" : 3 === i6 ? "</math>" : "")), o7];
|
|
314
|
+
};
|
|
315
|
+
var N = class _N {
|
|
316
|
+
constructor({ strings: t6, _$litType$: s4 }, n5) {
|
|
317
|
+
let r6;
|
|
318
|
+
this.parts = [];
|
|
319
|
+
let c4 = 0, a3 = 0;
|
|
320
|
+
const u4 = t6.length - 1, d3 = this.parts, [f4, v2] = V(t6, s4);
|
|
321
|
+
if (this.el = _N.createElement(f4, n5), C.currentNode = this.el.content, 2 === s4 || 3 === s4) {
|
|
322
|
+
const t7 = this.el.content.firstChild;
|
|
323
|
+
t7.replaceWith(...t7.childNodes);
|
|
324
|
+
}
|
|
325
|
+
for (; null !== (r6 = C.nextNode()) && d3.length < u4; ) {
|
|
326
|
+
if (1 === r6.nodeType) {
|
|
327
|
+
if (r6.hasAttributes()) for (const t7 of r6.getAttributeNames()) if (t7.endsWith(e3)) {
|
|
328
|
+
const i6 = v2[a3++], s5 = r6.getAttribute(t7).split(h2), e8 = /([.?@])?(.*)/.exec(i6);
|
|
329
|
+
d3.push({ type: 1, index: c4, name: e8[2], strings: s5, ctor: "." === e8[1] ? H : "?" === e8[1] ? I : "@" === e8[1] ? L : k }), r6.removeAttribute(t7);
|
|
330
|
+
} else t7.startsWith(h2) && (d3.push({ type: 6, index: c4 }), r6.removeAttribute(t7));
|
|
331
|
+
if ($.test(r6.tagName)) {
|
|
332
|
+
const t7 = r6.textContent.split(h2), s5 = t7.length - 1;
|
|
333
|
+
if (s5 > 0) {
|
|
334
|
+
r6.textContent = i3 ? i3.emptyScript : "";
|
|
335
|
+
for (let i6 = 0; i6 < s5; i6++) r6.append(t7[i6], l2()), C.nextNode(), d3.push({ type: 2, index: ++c4 });
|
|
336
|
+
r6.append(t7[s5], l2());
|
|
337
|
+
}
|
|
338
|
+
}
|
|
339
|
+
} else if (8 === r6.nodeType) if (r6.data === o3) d3.push({ type: 2, index: c4 });
|
|
340
|
+
else {
|
|
341
|
+
let t7 = -1;
|
|
342
|
+
for (; -1 !== (t7 = r6.data.indexOf(h2, t7 + 1)); ) d3.push({ type: 7, index: c4 }), t7 += h2.length - 1;
|
|
343
|
+
}
|
|
344
|
+
c4++;
|
|
345
|
+
}
|
|
346
|
+
}
|
|
347
|
+
static createElement(t6, i6) {
|
|
348
|
+
const s4 = r3.createElement("template");
|
|
349
|
+
return s4.innerHTML = t6, s4;
|
|
350
|
+
}
|
|
351
|
+
};
|
|
352
|
+
function S2(t6, i6, s4 = t6, e8) {
|
|
353
|
+
if (i6 === T) return i6;
|
|
354
|
+
let h3 = void 0 !== e8 ? s4._$Co?.[e8] : s4._$Cl;
|
|
355
|
+
const o7 = c3(i6) ? void 0 : i6._$litDirective$;
|
|
356
|
+
return h3?.constructor !== o7 && (h3?._$AO?.(false), void 0 === o7 ? h3 = void 0 : (h3 = new o7(t6), h3._$AT(t6, s4, e8)), void 0 !== e8 ? (s4._$Co ?? (s4._$Co = []))[e8] = h3 : s4._$Cl = h3), void 0 !== h3 && (i6 = S2(t6, h3._$AS(t6, i6.values), h3, e8)), i6;
|
|
357
|
+
}
|
|
358
|
+
var M = class {
|
|
359
|
+
constructor(t6, i6) {
|
|
360
|
+
this._$AV = [], this._$AN = void 0, this._$AD = t6, this._$AM = i6;
|
|
361
|
+
}
|
|
362
|
+
get parentNode() {
|
|
363
|
+
return this._$AM.parentNode;
|
|
364
|
+
}
|
|
365
|
+
get _$AU() {
|
|
366
|
+
return this._$AM._$AU;
|
|
367
|
+
}
|
|
368
|
+
u(t6) {
|
|
369
|
+
const { el: { content: i6 }, parts: s4 } = this._$AD, e8 = (t6?.creationScope ?? r3).importNode(i6, true);
|
|
370
|
+
C.currentNode = e8;
|
|
371
|
+
let h3 = C.nextNode(), o7 = 0, n5 = 0, l4 = s4[0];
|
|
372
|
+
for (; void 0 !== l4; ) {
|
|
373
|
+
if (o7 === l4.index) {
|
|
374
|
+
let i7;
|
|
375
|
+
2 === l4.type ? i7 = new R(h3, h3.nextSibling, this, t6) : 1 === l4.type ? i7 = new l4.ctor(h3, l4.name, l4.strings, this, t6) : 6 === l4.type && (i7 = new z(h3, this, t6)), this._$AV.push(i7), l4 = s4[++n5];
|
|
376
|
+
}
|
|
377
|
+
o7 !== l4?.index && (h3 = C.nextNode(), o7++);
|
|
378
|
+
}
|
|
379
|
+
return C.currentNode = r3, e8;
|
|
380
|
+
}
|
|
381
|
+
p(t6) {
|
|
382
|
+
let i6 = 0;
|
|
383
|
+
for (const s4 of this._$AV) void 0 !== s4 && (void 0 !== s4.strings ? (s4._$AI(t6, s4, i6), i6 += s4.strings.length - 2) : s4._$AI(t6[i6])), i6++;
|
|
384
|
+
}
|
|
385
|
+
};
|
|
386
|
+
var R = class _R {
|
|
387
|
+
get _$AU() {
|
|
388
|
+
return this._$AM?._$AU ?? this._$Cv;
|
|
389
|
+
}
|
|
390
|
+
constructor(t6, i6, s4, e8) {
|
|
391
|
+
this.type = 2, this._$AH = E, this._$AN = void 0, this._$AA = t6, this._$AB = i6, this._$AM = s4, this.options = e8, this._$Cv = e8?.isConnected ?? true;
|
|
392
|
+
}
|
|
393
|
+
get parentNode() {
|
|
394
|
+
let t6 = this._$AA.parentNode;
|
|
395
|
+
const i6 = this._$AM;
|
|
396
|
+
return void 0 !== i6 && 11 === t6?.nodeType && (t6 = i6.parentNode), t6;
|
|
397
|
+
}
|
|
398
|
+
get startNode() {
|
|
399
|
+
return this._$AA;
|
|
400
|
+
}
|
|
401
|
+
get endNode() {
|
|
402
|
+
return this._$AB;
|
|
403
|
+
}
|
|
404
|
+
_$AI(t6, i6 = this) {
|
|
405
|
+
t6 = S2(this, t6, i6), c3(t6) ? t6 === E || null == t6 || "" === t6 ? (this._$AH !== E && this._$AR(), this._$AH = E) : t6 !== this._$AH && t6 !== T && this._(t6) : void 0 !== t6._$litType$ ? this.$(t6) : void 0 !== t6.nodeType ? this.T(t6) : u2(t6) ? this.k(t6) : this._(t6);
|
|
406
|
+
}
|
|
407
|
+
O(t6) {
|
|
408
|
+
return this._$AA.parentNode.insertBefore(t6, this._$AB);
|
|
409
|
+
}
|
|
410
|
+
T(t6) {
|
|
411
|
+
this._$AH !== t6 && (this._$AR(), this._$AH = this.O(t6));
|
|
412
|
+
}
|
|
413
|
+
_(t6) {
|
|
414
|
+
this._$AH !== E && c3(this._$AH) ? this._$AA.nextSibling.data = t6 : this.T(r3.createTextNode(t6)), this._$AH = t6;
|
|
415
|
+
}
|
|
416
|
+
$(t6) {
|
|
417
|
+
const { values: i6, _$litType$: s4 } = t6, e8 = "number" == typeof s4 ? this._$AC(t6) : (void 0 === s4.el && (s4.el = N.createElement(P(s4.h, s4.h[0]), this.options)), s4);
|
|
418
|
+
if (this._$AH?._$AD === e8) this._$AH.p(i6);
|
|
419
|
+
else {
|
|
420
|
+
const t7 = new M(e8, this), s5 = t7.u(this.options);
|
|
421
|
+
t7.p(i6), this.T(s5), this._$AH = t7;
|
|
422
|
+
}
|
|
423
|
+
}
|
|
424
|
+
_$AC(t6) {
|
|
425
|
+
let i6 = A.get(t6.strings);
|
|
426
|
+
return void 0 === i6 && A.set(t6.strings, i6 = new N(t6)), i6;
|
|
427
|
+
}
|
|
428
|
+
k(t6) {
|
|
429
|
+
a2(this._$AH) || (this._$AH = [], this._$AR());
|
|
430
|
+
const i6 = this._$AH;
|
|
431
|
+
let s4, e8 = 0;
|
|
432
|
+
for (const h3 of t6) e8 === i6.length ? i6.push(s4 = new _R(this.O(l2()), this.O(l2()), this, this.options)) : s4 = i6[e8], s4._$AI(h3), e8++;
|
|
433
|
+
e8 < i6.length && (this._$AR(s4 && s4._$AB.nextSibling, e8), i6.length = e8);
|
|
434
|
+
}
|
|
435
|
+
_$AR(t6 = this._$AA.nextSibling, i6) {
|
|
436
|
+
for (this._$AP?.(false, true, i6); t6 && t6 !== this._$AB; ) {
|
|
437
|
+
const i7 = t6.nextSibling;
|
|
438
|
+
t6.remove(), t6 = i7;
|
|
439
|
+
}
|
|
440
|
+
}
|
|
441
|
+
setConnected(t6) {
|
|
442
|
+
void 0 === this._$AM && (this._$Cv = t6, this._$AP?.(t6));
|
|
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(t6, i6, s4, e8, h3) {
|
|
453
|
+
this.type = 1, this._$AH = E, this._$AN = void 0, this.element = t6, this.name = i6, this._$AM = e8, 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(t6, i6 = this, s4, e8) {
|
|
456
|
+
const h3 = this.strings;
|
|
457
|
+
let o7 = false;
|
|
458
|
+
if (void 0 === h3) t6 = S2(this, t6, i6, 0), o7 = !c3(t6) || t6 !== this._$AH && t6 !== T, o7 && (this._$AH = t6);
|
|
459
|
+
else {
|
|
460
|
+
const e9 = t6;
|
|
461
|
+
let n5, r6;
|
|
462
|
+
for (t6 = h3[0], n5 = 0; n5 < h3.length - 1; n5++) r6 = S2(this, e9[s4 + n5], i6, n5), r6 === T && (r6 = this._$AH[n5]), o7 || (o7 = !c3(r6) || r6 !== this._$AH[n5]), r6 === E ? t6 = E : t6 !== E && (t6 += (r6 ?? "") + h3[n5 + 1]), this._$AH[n5] = r6;
|
|
463
|
+
}
|
|
464
|
+
o7 && !e8 && this.j(t6);
|
|
465
|
+
}
|
|
466
|
+
j(t6) {
|
|
467
|
+
t6 === E ? this.element.removeAttribute(this.name) : this.element.setAttribute(this.name, t6 ?? "");
|
|
468
|
+
}
|
|
469
|
+
};
|
|
470
|
+
var H = class extends k {
|
|
471
|
+
constructor() {
|
|
472
|
+
super(...arguments), this.type = 3;
|
|
473
|
+
}
|
|
474
|
+
j(t6) {
|
|
475
|
+
this.element[this.name] = t6 === E ? void 0 : t6;
|
|
476
|
+
}
|
|
477
|
+
};
|
|
478
|
+
var I = class extends k {
|
|
479
|
+
constructor() {
|
|
480
|
+
super(...arguments), this.type = 4;
|
|
481
|
+
}
|
|
482
|
+
j(t6) {
|
|
483
|
+
this.element.toggleAttribute(this.name, !!t6 && t6 !== E);
|
|
484
|
+
}
|
|
485
|
+
};
|
|
486
|
+
var L = class extends k {
|
|
487
|
+
constructor(t6, i6, s4, e8, h3) {
|
|
488
|
+
super(t6, i6, s4, e8, h3), this.type = 5;
|
|
489
|
+
}
|
|
490
|
+
_$AI(t6, i6 = this) {
|
|
491
|
+
if ((t6 = S2(this, t6, i6, 0) ?? E) === T) return;
|
|
492
|
+
const s4 = this._$AH, e8 = t6 === E && s4 !== E || t6.capture !== s4.capture || t6.once !== s4.once || t6.passive !== s4.passive, h3 = t6 !== E && (s4 === E || e8);
|
|
493
|
+
e8 && this.element.removeEventListener(this.name, this, s4), h3 && this.element.addEventListener(this.name, this, t6), this._$AH = t6;
|
|
494
|
+
}
|
|
495
|
+
handleEvent(t6) {
|
|
496
|
+
"function" == typeof this._$AH ? this._$AH.call(this.options?.host ?? this.element, t6) : this._$AH.handleEvent(t6);
|
|
497
|
+
}
|
|
498
|
+
};
|
|
499
|
+
var z = class {
|
|
500
|
+
constructor(t6, i6, s4) {
|
|
501
|
+
this.element = t6, this.type = 6, this._$AN = void 0, this._$AM = i6, this.options = s4;
|
|
502
|
+
}
|
|
503
|
+
get _$AU() {
|
|
504
|
+
return this._$AM._$AU;
|
|
505
|
+
}
|
|
506
|
+
_$AI(t6) {
|
|
507
|
+
S2(this, t6);
|
|
508
|
+
}
|
|
509
|
+
};
|
|
510
|
+
var Z = { M: e3, P: h2, A: o3, C: 1, L: V, R: M, D: u2, V: S2, I: R, H: k, N: I, U: L, B: H, F: z };
|
|
511
|
+
var j = t2.litHtmlPolyfillSupport;
|
|
512
|
+
j?.(N, R), (t2.litHtmlVersions ?? (t2.litHtmlVersions = [])).push("3.3.0");
|
|
513
|
+
var B = (t6, i6, s4) => {
|
|
514
|
+
const e8 = s4?.renderBefore ?? i6;
|
|
515
|
+
let h3 = e8._$litPart$;
|
|
516
|
+
if (void 0 === h3) {
|
|
517
|
+
const t7 = s4?.renderBefore ?? null;
|
|
518
|
+
e8._$litPart$ = h3 = new R(i6.insertBefore(l2(), t7), t7, void 0, s4 ?? {});
|
|
519
|
+
}
|
|
520
|
+
return h3._$AI(t6), h3;
|
|
521
|
+
};
|
|
522
|
+
|
|
523
|
+
// node_modules/lit-element/lit-element.js
|
|
524
|
+
var s3 = globalThis;
|
|
525
|
+
var i4 = class extends y {
|
|
526
|
+
constructor() {
|
|
527
|
+
super(...arguments), this.renderOptions = { host: this }, this._$Do = void 0;
|
|
528
|
+
}
|
|
529
|
+
createRenderRoot() {
|
|
530
|
+
var _a;
|
|
531
|
+
const t6 = super.createRenderRoot();
|
|
532
|
+
return (_a = this.renderOptions).renderBefore ?? (_a.renderBefore = t6.firstChild), t6;
|
|
533
|
+
}
|
|
534
|
+
update(t6) {
|
|
535
|
+
const r6 = this.render();
|
|
536
|
+
this.hasUpdated || (this.renderOptions.isConnected = this.isConnected), super.update(t6), this._$Do = B(r6, this.renderRoot, this.renderOptions);
|
|
537
|
+
}
|
|
538
|
+
connectedCallback() {
|
|
539
|
+
super.connectedCallback(), this._$Do?.setConnected(true);
|
|
540
|
+
}
|
|
541
|
+
disconnectedCallback() {
|
|
542
|
+
super.disconnectedCallback(), this._$Do?.setConnected(false);
|
|
543
|
+
}
|
|
544
|
+
render() {
|
|
545
|
+
return T;
|
|
546
|
+
}
|
|
547
|
+
};
|
|
548
|
+
i4._$litElement$ = true, i4["finalized"] = true, s3.litElementHydrateSupport?.({ LitElement: i4 });
|
|
549
|
+
var o4 = s3.litElementPolyfillSupport;
|
|
550
|
+
o4?.({ LitElement: i4 });
|
|
551
|
+
(s3.litElementVersions ?? (s3.litElementVersions = [])).push("4.2.0");
|
|
552
|
+
|
|
553
|
+
// node_modules/@lit/reactive-element/decorators/custom-element.js
|
|
554
|
+
var t3 = (t6) => (e8, o7) => {
|
|
555
|
+
void 0 !== o7 ? o7.addInitializer((() => {
|
|
556
|
+
customElements.define(t6, e8);
|
|
557
|
+
})) : customElements.define(t6, e8);
|
|
558
|
+
};
|
|
559
|
+
|
|
560
|
+
// node_modules/@lit/reactive-element/decorators/property.js
|
|
561
|
+
var o5 = { attribute: true, type: String, converter: u, reflect: false, hasChanged: f };
|
|
562
|
+
var r4 = (t6 = o5, e8, r6) => {
|
|
563
|
+
const { kind: n5, metadata: i6 } = r6;
|
|
564
|
+
let s4 = globalThis.litPropertyMetadata.get(i6);
|
|
565
|
+
if (void 0 === s4 && globalThis.litPropertyMetadata.set(i6, s4 = /* @__PURE__ */ new Map()), "setter" === n5 && ((t6 = Object.create(t6)).wrapped = true), s4.set(r6.name, t6), "accessor" === n5) {
|
|
566
|
+
const { name: o7 } = r6;
|
|
567
|
+
return { set(r7) {
|
|
568
|
+
const n6 = e8.get.call(this);
|
|
569
|
+
e8.set.call(this, r7), this.requestUpdate(o7, n6, t6);
|
|
570
|
+
}, init(e9) {
|
|
571
|
+
return void 0 !== e9 && this.C(o7, void 0, t6, e9), e9;
|
|
572
|
+
} };
|
|
573
|
+
}
|
|
574
|
+
if ("setter" === n5) {
|
|
575
|
+
const { name: o7 } = r6;
|
|
576
|
+
return function(r7) {
|
|
577
|
+
const n6 = this[o7];
|
|
578
|
+
e8.call(this, r7), this.requestUpdate(o7, n6, t6);
|
|
579
|
+
};
|
|
580
|
+
}
|
|
581
|
+
throw Error("Unsupported decorator location: " + n5);
|
|
582
|
+
};
|
|
583
|
+
function n4(t6) {
|
|
584
|
+
return (e8, o7) => "object" == typeof o7 ? r4(t6, e8, o7) : ((t7, e9, o8) => {
|
|
585
|
+
const r6 = e9.hasOwnProperty(o8);
|
|
586
|
+
return e9.constructor.createProperty(o8, t7), r6 ? Object.getOwnPropertyDescriptor(e9, o8) : void 0;
|
|
587
|
+
})(t6, e8, o7);
|
|
588
|
+
}
|
|
589
|
+
|
|
590
|
+
// node_modules/@lit/reactive-element/decorators/state.js
|
|
591
|
+
function r5(r6) {
|
|
592
|
+
return n4({ ...r6, state: true, attribute: false });
|
|
593
|
+
}
|
|
594
|
+
|
|
595
|
+
// node_modules/@lit/reactive-element/decorators/base.js
|
|
596
|
+
var e4 = (e8, t6, c4) => (c4.configurable = true, c4.enumerable = true, Reflect.decorate && "object" != typeof t6 && Object.defineProperty(e8, t6, c4), c4);
|
|
597
|
+
|
|
598
|
+
// node_modules/@lit/reactive-element/decorators/query.js
|
|
599
|
+
function e5(e8, r6) {
|
|
600
|
+
return (n5, s4, i6) => {
|
|
601
|
+
const o7 = (t6) => t6.renderRoot?.querySelector(e8) ?? null;
|
|
602
|
+
if (r6) {
|
|
603
|
+
const { get: e9, set: r7 } = "object" == typeof s4 ? n5 : i6 ?? (() => {
|
|
604
|
+
const t6 = Symbol();
|
|
605
|
+
return { get() {
|
|
606
|
+
return this[t6];
|
|
607
|
+
}, set(e10) {
|
|
608
|
+
this[t6] = e10;
|
|
609
|
+
} };
|
|
610
|
+
})();
|
|
611
|
+
return e4(n5, s4, { get() {
|
|
612
|
+
let t6 = e9.call(this);
|
|
613
|
+
return void 0 === t6 && (t6 = o7(this), (null !== t6 || this.hasUpdated) && r7.call(this, t6)), t6;
|
|
614
|
+
} });
|
|
615
|
+
}
|
|
616
|
+
return e4(n5, s4, { get() {
|
|
617
|
+
return o7(this);
|
|
618
|
+
} });
|
|
619
|
+
};
|
|
620
|
+
}
|
|
621
|
+
|
|
622
|
+
// src/styles/component-styles/host.css
|
|
623
|
+
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";
|
|
624
|
+
|
|
625
|
+
// src/internal/placer-element.ts
|
|
626
|
+
var PlacerElement = class extends i4 {
|
|
627
|
+
constructor() {
|
|
628
|
+
super();
|
|
629
|
+
this.hasRecordedInitialProperties = false;
|
|
630
|
+
this.initialReflectedProperties = /* @__PURE__ */ new Map();
|
|
631
|
+
/** A method to set and check custom states. */
|
|
632
|
+
this.customStates = {
|
|
633
|
+
/** Adds or removes the specified custom state. */
|
|
634
|
+
set: (customState, active) => {
|
|
635
|
+
if (!Boolean(this.internals?.states)) {
|
|
636
|
+
return;
|
|
637
|
+
}
|
|
638
|
+
if (active) {
|
|
639
|
+
this.internals.states.add(customState);
|
|
640
|
+
} else {
|
|
641
|
+
this.internals.states.delete(customState);
|
|
642
|
+
}
|
|
643
|
+
},
|
|
644
|
+
/** Determines whether or not the element currently has the specified state. */
|
|
645
|
+
has: (customState) => {
|
|
646
|
+
if (!Boolean(this.internals?.states)) {
|
|
647
|
+
return false;
|
|
648
|
+
}
|
|
649
|
+
return this.internals.states.has(customState);
|
|
650
|
+
}
|
|
651
|
+
};
|
|
652
|
+
try {
|
|
653
|
+
this.internals = this.attachInternals();
|
|
654
|
+
} catch {
|
|
655
|
+
console.error(
|
|
656
|
+
"Element internals are not supported in your browser. Consider using a polyfill."
|
|
657
|
+
);
|
|
658
|
+
}
|
|
659
|
+
this.customStates.set("pc-defined", true);
|
|
660
|
+
let Self = this.constructor;
|
|
661
|
+
for (let [property, spec] of Self.elementProperties) {
|
|
662
|
+
if (spec.default === "inherit" && spec.initial !== void 0 && typeof property === "string") {
|
|
663
|
+
this.customStates.set(
|
|
664
|
+
`initial-${property}-${spec.initial}`,
|
|
665
|
+
true
|
|
666
|
+
);
|
|
667
|
+
}
|
|
668
|
+
}
|
|
669
|
+
}
|
|
670
|
+
/** Override the default `styles` property to fetch and convert string CSS files. Components can override this behavior by setting their own `static styles = []` property. */
|
|
671
|
+
static get styles() {
|
|
672
|
+
const styles = Array.isArray(this.css) ? this.css : this.css ? [this.css] : [];
|
|
673
|
+
return [host_default, ...styles].map(
|
|
674
|
+
(style) => typeof style === "string" ? r(style) : style
|
|
675
|
+
);
|
|
676
|
+
}
|
|
677
|
+
attributeChangedCallback(name, oldValue, newValue) {
|
|
678
|
+
if (!this.hasRecordedInitialProperties) {
|
|
679
|
+
this.constructor.elementProperties.forEach((object, property) => {
|
|
680
|
+
if (typeof property === "string" && object.reflect) {
|
|
681
|
+
const value = this[property];
|
|
682
|
+
if (value != null) {
|
|
683
|
+
this.initialReflectedProperties.set(property, value);
|
|
684
|
+
}
|
|
685
|
+
}
|
|
686
|
+
});
|
|
687
|
+
this.hasRecordedInitialProperties = true;
|
|
688
|
+
}
|
|
689
|
+
super.attributeChangedCallback(name, oldValue, newValue);
|
|
690
|
+
}
|
|
691
|
+
willUpdate(changedProperties) {
|
|
692
|
+
super.willUpdate(changedProperties);
|
|
693
|
+
this.initialReflectedProperties.forEach((value, prop) => {
|
|
694
|
+
if (changedProperties.has(prop) && this[prop] == null) {
|
|
695
|
+
this[prop] = value;
|
|
696
|
+
}
|
|
697
|
+
});
|
|
698
|
+
}
|
|
699
|
+
firstUpdated(changedProperties) {
|
|
700
|
+
super.firstUpdated(changedProperties);
|
|
701
|
+
}
|
|
702
|
+
};
|
|
703
|
+
__decorateClass([
|
|
704
|
+
n4()
|
|
705
|
+
], PlacerElement.prototype, "lang", 2);
|
|
706
|
+
__decorateClass([
|
|
707
|
+
n4()
|
|
708
|
+
], PlacerElement.prototype, "dir", 2);
|
|
709
|
+
|
|
710
|
+
// node_modules/lit-html/directive.js
|
|
711
|
+
var t4 = { ATTRIBUTE: 1, CHILD: 2, PROPERTY: 3, BOOLEAN_ATTRIBUTE: 4, EVENT: 5, ELEMENT: 6 };
|
|
712
|
+
var e6 = (t6) => (...e8) => ({ _$litDirective$: t6, values: e8 });
|
|
713
|
+
var i5 = class {
|
|
714
|
+
constructor(t6) {
|
|
715
|
+
}
|
|
716
|
+
get _$AU() {
|
|
717
|
+
return this._$AM._$AU;
|
|
718
|
+
}
|
|
719
|
+
_$AT(t6, e8, i6) {
|
|
720
|
+
this._$Ct = t6, this._$AM = e8, this._$Ci = i6;
|
|
721
|
+
}
|
|
722
|
+
_$AS(t6, e8) {
|
|
723
|
+
return this.update(t6, e8);
|
|
724
|
+
}
|
|
725
|
+
update(t6, e8) {
|
|
726
|
+
return this.render(...e8);
|
|
727
|
+
}
|
|
728
|
+
};
|
|
729
|
+
|
|
730
|
+
// node_modules/lit-html/directives/class-map.js
|
|
731
|
+
var e7 = e6(class extends i5 {
|
|
732
|
+
constructor(t6) {
|
|
733
|
+
if (super(t6), t6.type !== t4.ATTRIBUTE || "class" !== t6.name || t6.strings?.length > 2) throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.");
|
|
734
|
+
}
|
|
735
|
+
render(t6) {
|
|
736
|
+
return " " + Object.keys(t6).filter(((s4) => t6[s4])).join(" ") + " ";
|
|
737
|
+
}
|
|
738
|
+
update(s4, [i6]) {
|
|
739
|
+
if (void 0 === this.st) {
|
|
740
|
+
this.st = /* @__PURE__ */ new Set(), void 0 !== s4.strings && (this.nt = new Set(s4.strings.join(" ").split(/\s/).filter(((t6) => "" !== t6))));
|
|
741
|
+
for (const t6 in i6) i6[t6] && !this.nt?.has(t6) && this.st.add(t6);
|
|
742
|
+
return this.render(i6);
|
|
743
|
+
}
|
|
744
|
+
const r6 = s4.element.classList;
|
|
745
|
+
for (const t6 of this.st) t6 in i6 || (r6.remove(t6), this.st.delete(t6));
|
|
746
|
+
for (const t6 in i6) {
|
|
747
|
+
const s5 = !!i6[t6];
|
|
748
|
+
s5 === this.st.has(t6) || this.nt?.has(t6) || (s5 ? (r6.add(t6), this.st.add(t6)) : (r6.remove(t6), this.st.delete(t6)));
|
|
749
|
+
}
|
|
750
|
+
return T;
|
|
751
|
+
}
|
|
752
|
+
});
|
|
753
|
+
|
|
754
|
+
// node_modules/lit-html/directives/if-defined.js
|
|
755
|
+
var o6 = (o7) => o7 ?? E;
|
|
756
|
+
|
|
757
|
+
// node_modules/lit-html/directive-helpers.js
|
|
758
|
+
var { I: t5 } = Z;
|
|
759
|
+
var f3 = (o7) => void 0 === o7.strings;
|
|
760
|
+
var u3 = {};
|
|
761
|
+
var m2 = (o7, t6 = u3) => o7._$AH = t6;
|
|
762
|
+
|
|
763
|
+
// node_modules/lit-html/directives/live.js
|
|
764
|
+
var l3 = e6(class extends i5 {
|
|
765
|
+
constructor(r6) {
|
|
766
|
+
if (super(r6), r6.type !== t4.PROPERTY && r6.type !== t4.ATTRIBUTE && r6.type !== t4.BOOLEAN_ATTRIBUTE) throw Error("The `live` directive is not allowed on child or event bindings");
|
|
767
|
+
if (!f3(r6)) throw Error("`live` bindings can only contain a single expression");
|
|
768
|
+
}
|
|
769
|
+
render(r6) {
|
|
770
|
+
return r6;
|
|
771
|
+
}
|
|
772
|
+
update(i6, [t6]) {
|
|
773
|
+
if (t6 === T || t6 === E) return t6;
|
|
774
|
+
const o7 = i6.element, l4 = i6.name;
|
|
775
|
+
if (i6.type === t4.PROPERTY) {
|
|
776
|
+
if (t6 === o7[l4]) return T;
|
|
777
|
+
} else if (i6.type === t4.BOOLEAN_ATTRIBUTE) {
|
|
778
|
+
if (!!t6 === o7.hasAttribute(l4)) return T;
|
|
779
|
+
} else if (i6.type === t4.ATTRIBUTE && o7.getAttribute(l4) === t6 + "") return T;
|
|
780
|
+
return m2(i6), t6;
|
|
781
|
+
}
|
|
782
|
+
});
|
|
783
|
+
|
|
784
|
+
// src/internal/form.ts
|
|
785
|
+
var formCollections = /* @__PURE__ */ new WeakMap();
|
|
786
|
+
var reportValidityOverloads = /* @__PURE__ */ new WeakMap();
|
|
787
|
+
var checkValidityOverloads = /* @__PURE__ */ new WeakMap();
|
|
788
|
+
var userInteractedControls = /* @__PURE__ */ new WeakSet();
|
|
789
|
+
var interactions = /* @__PURE__ */ new WeakMap();
|
|
790
|
+
var FormControlController = class {
|
|
791
|
+
constructor(host, options) {
|
|
792
|
+
this.handleFormData = (event) => {
|
|
793
|
+
const disabled = this.options.disabled(this.host);
|
|
794
|
+
const name = this.options.name(this.host);
|
|
795
|
+
const value = this.options.value(this.host);
|
|
796
|
+
const isButton = this.host.tagName.toLowerCase() === "pc-button";
|
|
797
|
+
if (this.host.isConnected && !disabled && !isButton && typeof name === "string" && name.length > 0 && typeof value !== "undefined") {
|
|
798
|
+
if (Array.isArray(value)) {
|
|
799
|
+
value.forEach((val) => {
|
|
800
|
+
event.formData.append(
|
|
801
|
+
name,
|
|
802
|
+
val.toString()
|
|
803
|
+
);
|
|
804
|
+
});
|
|
805
|
+
} else {
|
|
806
|
+
event.formData.append(
|
|
807
|
+
name,
|
|
808
|
+
value.toString()
|
|
809
|
+
);
|
|
810
|
+
}
|
|
811
|
+
}
|
|
812
|
+
};
|
|
813
|
+
this.handleFormSubmit = (event) => {
|
|
814
|
+
const disabled = this.options.disabled(this.host);
|
|
815
|
+
const reportValidity = this.options.reportValidity;
|
|
816
|
+
if (this.form && !this.form.noValidate) {
|
|
817
|
+
formCollections.get(this.form)?.forEach((control) => {
|
|
818
|
+
this.setUserInteracted(control, true);
|
|
819
|
+
});
|
|
820
|
+
}
|
|
821
|
+
if (this.form && !this.form.noValidate && !disabled && !reportValidity(this.host)) {
|
|
822
|
+
event.preventDefault();
|
|
823
|
+
event.stopImmediatePropagation();
|
|
824
|
+
}
|
|
825
|
+
};
|
|
826
|
+
this.handleFormReset = () => {
|
|
827
|
+
this.options.setValue(this.host, this.options.defaultValue(this.host));
|
|
828
|
+
this.setUserInteracted(this.host, false);
|
|
829
|
+
interactions.set(this.host, []);
|
|
830
|
+
};
|
|
831
|
+
this.handleInteraction = (event) => {
|
|
832
|
+
const emittedEvents = interactions.get(this.host);
|
|
833
|
+
if (!emittedEvents.includes(event.type)) {
|
|
834
|
+
emittedEvents.push(event.type);
|
|
835
|
+
}
|
|
836
|
+
if (emittedEvents.length === this.options.assumeInteractionOn.length) {
|
|
837
|
+
this.setUserInteracted(this.host, true);
|
|
838
|
+
}
|
|
839
|
+
};
|
|
840
|
+
this.checkFormValidity = () => {
|
|
841
|
+
if (this.form && !this.form.noValidate) {
|
|
842
|
+
const elements = this.form.querySelectorAll("*");
|
|
843
|
+
for (const element of elements) {
|
|
844
|
+
if (typeof element.checkValidity === "function") {
|
|
845
|
+
if (!element.checkValidity()) {
|
|
846
|
+
return false;
|
|
847
|
+
}
|
|
848
|
+
}
|
|
849
|
+
}
|
|
850
|
+
}
|
|
851
|
+
return true;
|
|
852
|
+
};
|
|
853
|
+
this.reportFormValidity = () => {
|
|
854
|
+
if (this.form && !this.form.noValidate) {
|
|
855
|
+
const elements = this.form.querySelectorAll("*");
|
|
856
|
+
for (const element of elements) {
|
|
857
|
+
if (typeof element.reportValidity === "function") {
|
|
858
|
+
if (!element.reportValidity()) {
|
|
859
|
+
return false;
|
|
860
|
+
}
|
|
861
|
+
}
|
|
862
|
+
}
|
|
863
|
+
}
|
|
864
|
+
return true;
|
|
865
|
+
};
|
|
866
|
+
(this.host = host).addController(this);
|
|
867
|
+
this.options = {
|
|
868
|
+
form: (input) => {
|
|
869
|
+
const formID = input.form;
|
|
870
|
+
if (formID) {
|
|
871
|
+
const root = input.getRootNode();
|
|
872
|
+
const form = root.querySelector(`#${formID}`);
|
|
873
|
+
if (form) {
|
|
874
|
+
return form;
|
|
875
|
+
}
|
|
876
|
+
}
|
|
877
|
+
return input.closest("form");
|
|
878
|
+
},
|
|
879
|
+
name: (input) => input.name,
|
|
880
|
+
value: (input) => input.value,
|
|
881
|
+
defaultValue: (input) => input.defaultValue,
|
|
882
|
+
disabled: (input) => input.disabled ?? false,
|
|
883
|
+
reportValidity: (input) => typeof input.reportValidity === "function" ? input.reportValidity() : true,
|
|
884
|
+
checkValidity: (input) => typeof input.checkValidity === "function" ? input.checkValidity() : true,
|
|
885
|
+
setValue: (input, value) => input.value = value,
|
|
886
|
+
assumeInteractionOn: ["pc-input"],
|
|
887
|
+
...options
|
|
888
|
+
};
|
|
889
|
+
}
|
|
890
|
+
hostConnected() {
|
|
891
|
+
const form = this.options.form(this.host);
|
|
892
|
+
if (form) {
|
|
893
|
+
this.attachForm(form);
|
|
894
|
+
}
|
|
895
|
+
interactions.set(this.host, []);
|
|
896
|
+
this.options.assumeInteractionOn.forEach((event) => {
|
|
897
|
+
this.host.addEventListener(event, this.handleInteraction);
|
|
898
|
+
});
|
|
899
|
+
}
|
|
900
|
+
hostDisconnected() {
|
|
901
|
+
this.detachForm();
|
|
902
|
+
interactions.delete(this.host);
|
|
903
|
+
this.options.assumeInteractionOn.forEach((event) => {
|
|
904
|
+
this.host.removeEventListener(event, this.handleInteraction);
|
|
905
|
+
});
|
|
906
|
+
}
|
|
907
|
+
hostUpdated() {
|
|
908
|
+
const form = this.options.form(this.host);
|
|
909
|
+
if (!form) {
|
|
910
|
+
this.detachForm();
|
|
911
|
+
}
|
|
912
|
+
if (form && this.form !== form) {
|
|
913
|
+
this.detachForm();
|
|
914
|
+
this.attachForm(form);
|
|
915
|
+
}
|
|
916
|
+
if (this.host.hasUpdated) {
|
|
917
|
+
this.setValidity(this.host.validity.valid);
|
|
918
|
+
}
|
|
919
|
+
}
|
|
920
|
+
attachForm(form) {
|
|
921
|
+
if (form) {
|
|
922
|
+
this.form = form;
|
|
923
|
+
if (formCollections.has(this.form)) {
|
|
924
|
+
formCollections.get(this.form).add(this.host);
|
|
925
|
+
} else {
|
|
926
|
+
formCollections.set(
|
|
927
|
+
this.form,
|
|
928
|
+
/* @__PURE__ */ new Set([this.host])
|
|
929
|
+
);
|
|
930
|
+
}
|
|
931
|
+
this.form.addEventListener("formdata", this.handleFormData);
|
|
932
|
+
this.form.addEventListener("submit", this.handleFormSubmit);
|
|
933
|
+
this.form.addEventListener("reset", this.handleFormReset);
|
|
934
|
+
if (!reportValidityOverloads.has(this.form)) {
|
|
935
|
+
reportValidityOverloads.set(
|
|
936
|
+
this.form,
|
|
937
|
+
this.form.reportValidity
|
|
938
|
+
);
|
|
939
|
+
this.form.reportValidity = () => this.reportFormValidity();
|
|
940
|
+
}
|
|
941
|
+
if (!checkValidityOverloads.has(this.form)) {
|
|
942
|
+
checkValidityOverloads.set(this.form, this.form.checkValidity);
|
|
943
|
+
this.form.checkValidity = () => this.checkFormValidity();
|
|
944
|
+
}
|
|
945
|
+
} else {
|
|
946
|
+
this.form = void 0;
|
|
947
|
+
}
|
|
948
|
+
}
|
|
949
|
+
detachForm() {
|
|
950
|
+
if (!this.form) {
|
|
951
|
+
return;
|
|
952
|
+
}
|
|
953
|
+
const formCollection = formCollections.get(this.form);
|
|
954
|
+
if (!formCollection) {
|
|
955
|
+
return;
|
|
956
|
+
}
|
|
957
|
+
formCollection.delete(this.host);
|
|
958
|
+
if (formCollection.size <= 0) {
|
|
959
|
+
this.form.removeEventListener("formdata", this.handleFormData);
|
|
960
|
+
this.form.removeEventListener("submit", this.handleFormSubmit);
|
|
961
|
+
this.form.removeEventListener("reset", this.handleFormReset);
|
|
962
|
+
if (reportValidityOverloads.has(this.form)) {
|
|
963
|
+
this.form.reportValidity = reportValidityOverloads.get(
|
|
964
|
+
this.form
|
|
965
|
+
);
|
|
966
|
+
reportValidityOverloads.delete(this.form);
|
|
967
|
+
}
|
|
968
|
+
if (checkValidityOverloads.has(this.form)) {
|
|
969
|
+
this.form.checkValidity = checkValidityOverloads.get(
|
|
970
|
+
this.form
|
|
971
|
+
);
|
|
972
|
+
checkValidityOverloads.delete(this.form);
|
|
973
|
+
}
|
|
974
|
+
this.form = void 0;
|
|
975
|
+
}
|
|
976
|
+
}
|
|
977
|
+
setUserInteracted(element, hasInteracted) {
|
|
978
|
+
if (hasInteracted) {
|
|
979
|
+
userInteractedControls.add(element);
|
|
980
|
+
} else {
|
|
981
|
+
userInteractedControls.delete(element);
|
|
982
|
+
}
|
|
983
|
+
element.requestUpdate();
|
|
984
|
+
}
|
|
985
|
+
doAction(type, submitter) {
|
|
986
|
+
if (this.form) {
|
|
987
|
+
const button = document.createElement("button");
|
|
988
|
+
button.type = type;
|
|
989
|
+
button.style.position = "absolute";
|
|
990
|
+
button.style.inlineSize = "0";
|
|
991
|
+
button.style.blockSize = "0";
|
|
992
|
+
button.style.width = "0";
|
|
993
|
+
button.style.height = "0";
|
|
994
|
+
button.style.clipPath = "inset(50%)";
|
|
995
|
+
button.style.overflow = "hidden";
|
|
996
|
+
button.style.whiteSpace = "nowrap";
|
|
997
|
+
if (submitter) {
|
|
998
|
+
button.name = submitter.name;
|
|
999
|
+
button.value = submitter.value;
|
|
1000
|
+
[
|
|
1001
|
+
"formaction",
|
|
1002
|
+
"formenctype",
|
|
1003
|
+
"formmethod",
|
|
1004
|
+
"formnovalidate",
|
|
1005
|
+
"formtarget"
|
|
1006
|
+
].forEach((attribute) => {
|
|
1007
|
+
if (submitter.hasAttribute(attribute)) {
|
|
1008
|
+
button.setAttribute(
|
|
1009
|
+
attribute,
|
|
1010
|
+
submitter.getAttribute(attribute)
|
|
1011
|
+
);
|
|
1012
|
+
}
|
|
1013
|
+
});
|
|
1014
|
+
}
|
|
1015
|
+
this.form.append(button);
|
|
1016
|
+
button.click();
|
|
1017
|
+
button.remove();
|
|
1018
|
+
}
|
|
1019
|
+
}
|
|
1020
|
+
/** Returns the associated `<form>` element, if one exists. */
|
|
1021
|
+
getForm() {
|
|
1022
|
+
return this.form ?? null;
|
|
1023
|
+
}
|
|
1024
|
+
/** Resets the form, restoring all form controls to their default value. */
|
|
1025
|
+
reset(submitter) {
|
|
1026
|
+
this.doAction("reset", submitter);
|
|
1027
|
+
}
|
|
1028
|
+
/** Submits the form, triggering validation and form data injection. */
|
|
1029
|
+
submit(submitter) {
|
|
1030
|
+
this.doAction("submit", submitter);
|
|
1031
|
+
}
|
|
1032
|
+
/** Synchronously sets the form control’s validity. Call this when you know the future validity state but need to update the host element immediately (i.e., before Lit updates the component in the next update). */
|
|
1033
|
+
setValidity(isValid) {
|
|
1034
|
+
const host = this.host;
|
|
1035
|
+
const hasInteracted = Boolean(userInteractedControls.has(host));
|
|
1036
|
+
const required = Boolean(host.required);
|
|
1037
|
+
host.toggleAttribute("data-required", required);
|
|
1038
|
+
host.toggleAttribute("data-optional", !required);
|
|
1039
|
+
host.toggleAttribute("data-invalid", !isValid);
|
|
1040
|
+
host.toggleAttribute("data-valid", isValid);
|
|
1041
|
+
host.toggleAttribute("data-user-invalid", !isValid && hasInteracted);
|
|
1042
|
+
host.toggleAttribute("data-user-valid", isValid && hasInteracted);
|
|
1043
|
+
}
|
|
1044
|
+
/** Updates the form control’s validity based on the current value of `host.validity.valid`. Call this when anything that affects constraint validation changes so the component receives the correct validity states. */
|
|
1045
|
+
updateValidity() {
|
|
1046
|
+
const host = this.host;
|
|
1047
|
+
this.setValidity(host.validity.valid);
|
|
1048
|
+
}
|
|
1049
|
+
/** Dispatches a non‐bubbling, cancellable custom event called `pc-invalid`. If the `pc-invalid` event will be cancelled, then the original `invalid` event (which may have been passed as an argument) will also be cancelled. If no original `invalid` event has been passed, then the `pc-invalid` event will be cancelled before being dispatched. */
|
|
1050
|
+
emitInvalidEvent(originalInvalidEvent) {
|
|
1051
|
+
const pcInvalidEvent = new CustomEvent(
|
|
1052
|
+
"pc-invalid",
|
|
1053
|
+
{
|
|
1054
|
+
bubbles: false,
|
|
1055
|
+
composed: false,
|
|
1056
|
+
cancelable: true,
|
|
1057
|
+
detail: {}
|
|
1058
|
+
}
|
|
1059
|
+
);
|
|
1060
|
+
if (!originalInvalidEvent) {
|
|
1061
|
+
pcInvalidEvent.preventDefault();
|
|
1062
|
+
}
|
|
1063
|
+
if (!this.host.dispatchEvent(pcInvalidEvent)) {
|
|
1064
|
+
originalInvalidEvent?.preventDefault();
|
|
1065
|
+
}
|
|
1066
|
+
}
|
|
1067
|
+
};
|
|
1068
|
+
var validValidityState = Object.freeze({
|
|
1069
|
+
badInput: false,
|
|
1070
|
+
customError: false,
|
|
1071
|
+
patternMismatch: false,
|
|
1072
|
+
rangeOverflow: false,
|
|
1073
|
+
rangeUnderflow: false,
|
|
1074
|
+
stepMismatch: false,
|
|
1075
|
+
tooLong: false,
|
|
1076
|
+
tooShort: false,
|
|
1077
|
+
typeMismatch: false,
|
|
1078
|
+
valid: true,
|
|
1079
|
+
valueMissing: false
|
|
1080
|
+
});
|
|
1081
|
+
var valueMissingValidityState = Object.freeze({
|
|
1082
|
+
...validValidityState,
|
|
1083
|
+
valid: false,
|
|
1084
|
+
valueMissing: true
|
|
1085
|
+
});
|
|
1086
|
+
var customErrorValidityState = Object.freeze({
|
|
1087
|
+
...validValidityState,
|
|
1088
|
+
valid: false,
|
|
1089
|
+
customError: true
|
|
1090
|
+
});
|
|
1091
|
+
|
|
1092
|
+
// src/internal/slot.ts
|
|
1093
|
+
var HasSlotController = class {
|
|
1094
|
+
constructor(host, ...slotNames) {
|
|
1095
|
+
this.slotNames = [];
|
|
1096
|
+
this.handleSlotChange = (event) => {
|
|
1097
|
+
const slot = event.target;
|
|
1098
|
+
if (this.slotNames.includes("[default]") && !slot.name || slot.name && this.slotNames.includes(slot.name)) {
|
|
1099
|
+
this.host.requestUpdate();
|
|
1100
|
+
}
|
|
1101
|
+
};
|
|
1102
|
+
(this.host = host).addController(this);
|
|
1103
|
+
this.slotNames = slotNames;
|
|
1104
|
+
}
|
|
1105
|
+
hasDefaultSlot() {
|
|
1106
|
+
return Array.from(this.host.childNodes).some((node) => {
|
|
1107
|
+
if (node.nodeType === node.TEXT_NODE && node.textContent.trim() !== "") {
|
|
1108
|
+
return true;
|
|
1109
|
+
}
|
|
1110
|
+
if (node.nodeType === node.ELEMENT_NODE) {
|
|
1111
|
+
const element = node;
|
|
1112
|
+
const tagName = element.tagName.toLowerCase();
|
|
1113
|
+
if (tagName === "sl-visually-hidden") {
|
|
1114
|
+
return false;
|
|
1115
|
+
}
|
|
1116
|
+
if (!element.hasAttribute("slot")) {
|
|
1117
|
+
return true;
|
|
1118
|
+
}
|
|
1119
|
+
}
|
|
1120
|
+
return false;
|
|
1121
|
+
});
|
|
1122
|
+
}
|
|
1123
|
+
hasNamedSlot(name) {
|
|
1124
|
+
return this.host.querySelector(`:scope > [slot="${name}"]`) !== null;
|
|
1125
|
+
}
|
|
1126
|
+
test(slotName) {
|
|
1127
|
+
return slotName === "[default]" ? this.hasDefaultSlot() : this.hasNamedSlot(slotName);
|
|
1128
|
+
}
|
|
1129
|
+
hostConnected() {
|
|
1130
|
+
this.host.shadowRoot.addEventListener(
|
|
1131
|
+
"slotchange",
|
|
1132
|
+
this.handleSlotChange
|
|
1133
|
+
);
|
|
1134
|
+
}
|
|
1135
|
+
hostDisconnected() {
|
|
1136
|
+
this.host.shadowRoot.removeEventListener(
|
|
1137
|
+
"slotchange",
|
|
1138
|
+
this.handleSlotChange
|
|
1139
|
+
);
|
|
1140
|
+
}
|
|
1141
|
+
};
|
|
1142
|
+
|
|
1143
|
+
// src/translations/index.ts
|
|
1144
|
+
var connectedElements = /* @__PURE__ */ new Set();
|
|
1145
|
+
var translations = /* @__PURE__ */ new Map();
|
|
1146
|
+
var fallback;
|
|
1147
|
+
var documentDirection = "ltr";
|
|
1148
|
+
var documentLanguage = "en";
|
|
1149
|
+
var isClient = typeof MutationObserver !== "undefined" && typeof document !== "undefined" && typeof document.documentElement !== "undefined";
|
|
1150
|
+
if (isClient) {
|
|
1151
|
+
const documentElementObserver = new MutationObserver(update);
|
|
1152
|
+
documentDirection = document.documentElement.dir || "ltr";
|
|
1153
|
+
documentLanguage = document.documentElement.lang || navigator.language;
|
|
1154
|
+
documentElementObserver.observe(document.documentElement, {
|
|
1155
|
+
attributes: true,
|
|
1156
|
+
attributeFilter: ["dir", "lang"]
|
|
1157
|
+
});
|
|
1158
|
+
}
|
|
1159
|
+
function registerTranslation(...translation2) {
|
|
1160
|
+
translation2.map((t6) => {
|
|
1161
|
+
const code = t6.$code.toLowerCase();
|
|
1162
|
+
if (translations.has(code)) {
|
|
1163
|
+
translations.set(code, { ...translations.get(code), ...t6 });
|
|
1164
|
+
} else {
|
|
1165
|
+
translations.set(code, t6);
|
|
1166
|
+
}
|
|
1167
|
+
if (!fallback) {
|
|
1168
|
+
fallback = t6;
|
|
1169
|
+
}
|
|
1170
|
+
});
|
|
1171
|
+
update();
|
|
1172
|
+
}
|
|
1173
|
+
function update() {
|
|
1174
|
+
if (isClient) {
|
|
1175
|
+
documentDirection = document.documentElement.dir || "ltr";
|
|
1176
|
+
documentLanguage = document.documentElement.lang || navigator.language;
|
|
1177
|
+
}
|
|
1178
|
+
[...connectedElements.keys()].map((element) => {
|
|
1179
|
+
if (element instanceof i4 && typeof element.requestUpdate === "function") {
|
|
1180
|
+
element.requestUpdate();
|
|
1181
|
+
}
|
|
1182
|
+
});
|
|
1183
|
+
}
|
|
1184
|
+
var LocalizeController = class {
|
|
1185
|
+
constructor(host) {
|
|
1186
|
+
this.host = host;
|
|
1187
|
+
this.host.addController(this);
|
|
1188
|
+
}
|
|
1189
|
+
hostConnected() {
|
|
1190
|
+
connectedElements.add(this.host);
|
|
1191
|
+
}
|
|
1192
|
+
hostDisconnected() {
|
|
1193
|
+
connectedElements.delete(this.host);
|
|
1194
|
+
}
|
|
1195
|
+
/** Gets the host element’s direction as determined by the `dir` attribute. The returned value is lowercase. */
|
|
1196
|
+
dir() {
|
|
1197
|
+
return `${this.host.dir || documentDirection}`.toLowerCase();
|
|
1198
|
+
}
|
|
1199
|
+
/** Gets the host element’s language as determined by the `lang` attribute. The returned value is lowercase. */
|
|
1200
|
+
lang() {
|
|
1201
|
+
return `${this.host.lang || documentLanguage}`.toLowerCase();
|
|
1202
|
+
}
|
|
1203
|
+
getTranslationData(lang) {
|
|
1204
|
+
const locale = new Intl.Locale(lang.replace(/_/g, "-"));
|
|
1205
|
+
const language = locale?.language.toLowerCase();
|
|
1206
|
+
const region = locale?.region?.toLowerCase() ?? "";
|
|
1207
|
+
const primary = translations.get(`${language}-${region}`);
|
|
1208
|
+
const secondary = translations.get(language);
|
|
1209
|
+
return { locale, language, region, primary, secondary };
|
|
1210
|
+
}
|
|
1211
|
+
/** Determines if the specified term exists, optionally checking the fallback translation. */
|
|
1212
|
+
exists(key, options) {
|
|
1213
|
+
const { primary, secondary } = this.getTranslationData(
|
|
1214
|
+
options.lang ?? this.lang()
|
|
1215
|
+
);
|
|
1216
|
+
options = {
|
|
1217
|
+
includeFallback: false,
|
|
1218
|
+
...options
|
|
1219
|
+
};
|
|
1220
|
+
if (primary && primary[key] || secondary && secondary[key] || options.includeFallback && fallback && fallback[key]) {
|
|
1221
|
+
return true;
|
|
1222
|
+
}
|
|
1223
|
+
return false;
|
|
1224
|
+
}
|
|
1225
|
+
/** Outputs a translated term. */
|
|
1226
|
+
term(key, ...args) {
|
|
1227
|
+
const { primary, secondary } = this.getTranslationData(this.lang());
|
|
1228
|
+
let term;
|
|
1229
|
+
if (primary && primary[key]) {
|
|
1230
|
+
term = primary[key];
|
|
1231
|
+
} else if (secondary && secondary[key]) {
|
|
1232
|
+
term = secondary[key];
|
|
1233
|
+
} else if (fallback && fallback[key]) {
|
|
1234
|
+
term = fallback[key];
|
|
1235
|
+
} else {
|
|
1236
|
+
console.error(`No translation was found for \u201C${String(key)}\u201D.`);
|
|
1237
|
+
return String(key);
|
|
1238
|
+
}
|
|
1239
|
+
if (typeof term === "function") {
|
|
1240
|
+
return term(...args);
|
|
1241
|
+
}
|
|
1242
|
+
return term;
|
|
1243
|
+
}
|
|
1244
|
+
/** Outputs a localised date in the specified format. */
|
|
1245
|
+
date(dateToFormat, options) {
|
|
1246
|
+
dateToFormat = new Date(dateToFormat);
|
|
1247
|
+
return new Intl.DateTimeFormat(this.lang(), options).format(
|
|
1248
|
+
dateToFormat
|
|
1249
|
+
);
|
|
1250
|
+
}
|
|
1251
|
+
/** Outputs a localised number in the specified format. */
|
|
1252
|
+
number(numberToFormat, options) {
|
|
1253
|
+
numberToFormat = Number(numberToFormat);
|
|
1254
|
+
return isNaN(numberToFormat) ? "" : new Intl.NumberFormat(this.lang(), options).format(
|
|
1255
|
+
numberToFormat
|
|
1256
|
+
);
|
|
1257
|
+
}
|
|
1258
|
+
/** Outputs a localised time in relative format. */
|
|
1259
|
+
relativeTime(value, unit, options) {
|
|
1260
|
+
return new Intl.RelativeTimeFormat(this.lang(), options).format(
|
|
1261
|
+
value,
|
|
1262
|
+
unit
|
|
1263
|
+
);
|
|
1264
|
+
}
|
|
1265
|
+
};
|
|
1266
|
+
|
|
1267
|
+
// src/translations/en.ts
|
|
1268
|
+
var translation = {
|
|
1269
|
+
$code: "en",
|
|
1270
|
+
$name: "English",
|
|
1271
|
+
$dir: "ltr",
|
|
1272
|
+
carousel: "Carousel",
|
|
1273
|
+
clearEntry: "Clear entry",
|
|
1274
|
+
close: "Close",
|
|
1275
|
+
copied: "Copied!",
|
|
1276
|
+
copy: "Copy",
|
|
1277
|
+
currentValue: "Current value",
|
|
1278
|
+
error: "Error",
|
|
1279
|
+
goToSlide: (slide, count) => `Go to slide ${slide} of ${count}`,
|
|
1280
|
+
hidePassword: "Hide password",
|
|
1281
|
+
hue: "Hue",
|
|
1282
|
+
loading: "Loading\u2026",
|
|
1283
|
+
nextSlide: "Next slide",
|
|
1284
|
+
numOptionsSelected: (number) => {
|
|
1285
|
+
if (number === 0) {
|
|
1286
|
+
return "No options selected";
|
|
1287
|
+
} else if (number === 1) {
|
|
1288
|
+
return "One option selected";
|
|
1289
|
+
} else {
|
|
1290
|
+
return `${number} options selected`;
|
|
1291
|
+
}
|
|
1292
|
+
},
|
|
1293
|
+
opacity: "Opacity",
|
|
1294
|
+
pickAColorFromTheScreen: "Pick a color from the screen",
|
|
1295
|
+
previousSlide: "Previous slide",
|
|
1296
|
+
progress: "Progress",
|
|
1297
|
+
remove: "Remove",
|
|
1298
|
+
resize: "Resize",
|
|
1299
|
+
scrollableRegion: "Scrollable region",
|
|
1300
|
+
scrollToEnd: "Scroll to end",
|
|
1301
|
+
scrollToStart: "Scroll to start",
|
|
1302
|
+
showPassword: "Show password",
|
|
1303
|
+
slideNum: (slide) => `Slide ${slide}`,
|
|
1304
|
+
toggleColorFormat: "Toggle color format"
|
|
1305
|
+
};
|
|
1306
|
+
registerTranslation(translation);
|
|
1307
|
+
var en_default = translation;
|
|
1308
|
+
|
|
1309
|
+
// src/utilities/localize.ts
|
|
1310
|
+
var LocalizeController2 = class extends LocalizeController {
|
|
1311
|
+
};
|
|
1312
|
+
registerTranslation(en_default);
|
|
1313
|
+
|
|
1314
|
+
// src/internal/default-value.ts
|
|
1315
|
+
var defaultValue = (propertyName = "value") => (proto, key) => {
|
|
1316
|
+
const constructor = proto.constructor;
|
|
1317
|
+
const attributeChangedCallback = constructor.prototype.attributeChangedCallback;
|
|
1318
|
+
constructor.prototype.attributeChangedCallback = function(name, old, value) {
|
|
1319
|
+
const options = constructor.getPropertyOptions(propertyName);
|
|
1320
|
+
const attributeName = typeof options.attribute === "string" ? options.attribute : propertyName;
|
|
1321
|
+
if (name === attributeName) {
|
|
1322
|
+
const converter = options.converter || u;
|
|
1323
|
+
const fromAttribute = typeof converter === "function" ? converter : converter?.fromAttribute ?? u.fromAttribute;
|
|
1324
|
+
const newValue = fromAttribute(value, options.type);
|
|
1325
|
+
if (this[propertyName] !== newValue) {
|
|
1326
|
+
this[key] = newValue;
|
|
1327
|
+
}
|
|
1328
|
+
}
|
|
1329
|
+
attributeChangedCallback.call(this, name, old, value);
|
|
1330
|
+
};
|
|
1331
|
+
};
|
|
1332
|
+
|
|
1333
|
+
// src/internal/watch.ts
|
|
1334
|
+
function watch(propertyName, options) {
|
|
1335
|
+
const resolvedOptions = {
|
|
1336
|
+
waitUntilFirstUpdate: false,
|
|
1337
|
+
...options
|
|
1338
|
+
};
|
|
1339
|
+
return (proto, decoratedFnName) => {
|
|
1340
|
+
const { update: update2 } = proto;
|
|
1341
|
+
const watchedProperties = Array.isArray(propertyName) ? propertyName : [propertyName];
|
|
1342
|
+
proto.update = function(changedProps) {
|
|
1343
|
+
watchedProperties.forEach((property) => {
|
|
1344
|
+
const key = property;
|
|
1345
|
+
if (changedProps.has(key)) {
|
|
1346
|
+
const oldValue = changedProps.get(key);
|
|
1347
|
+
const newValue = this[key];
|
|
1348
|
+
if (oldValue !== newValue) {
|
|
1349
|
+
if (!resolvedOptions.waitUntilFirstUpdate || this.hasUpdated) {
|
|
1350
|
+
this[decoratedFnName](
|
|
1351
|
+
oldValue,
|
|
1352
|
+
newValue
|
|
1353
|
+
);
|
|
1354
|
+
}
|
|
1355
|
+
}
|
|
1356
|
+
}
|
|
1357
|
+
});
|
|
1358
|
+
update2.call(this, changedProps);
|
|
1359
|
+
};
|
|
1360
|
+
};
|
|
1361
|
+
}
|
|
1362
|
+
|
|
1363
|
+
// src/internal/emit.ts
|
|
1364
|
+
function emit(target, eventName, eventDetail) {
|
|
1365
|
+
const { detail, cancelable, ...options } = eventDetail || {};
|
|
1366
|
+
const event = new CustomEvent(eventName, {
|
|
1367
|
+
bubbles: true,
|
|
1368
|
+
cancelable: cancelable !== void 0 ? cancelable : false,
|
|
1369
|
+
composed: true,
|
|
1370
|
+
detail,
|
|
1371
|
+
...options
|
|
1372
|
+
});
|
|
1373
|
+
target.dispatchEvent(event);
|
|
1374
|
+
return event;
|
|
1375
|
+
}
|
|
1376
|
+
|
|
1377
|
+
// src/utilities/kit-code.ts
|
|
1378
|
+
var kitCode = "";
|
|
1379
|
+
function setKitCode(code) {
|
|
1380
|
+
kitCode = code;
|
|
1381
|
+
}
|
|
1382
|
+
function getKitCode() {
|
|
1383
|
+
if (!kitCode) {
|
|
1384
|
+
const element = document.querySelector("[data-fa-kit-code]");
|
|
1385
|
+
if (element) {
|
|
1386
|
+
setKitCode(element.getAttribute("data-fa-kit-code") || "");
|
|
1387
|
+
}
|
|
1388
|
+
}
|
|
1389
|
+
return kitCode;
|
|
1390
|
+
}
|
|
1391
|
+
|
|
1392
|
+
// src/components/icon/library.default.ts
|
|
1393
|
+
var faVersion = "7.1.0";
|
|
1394
|
+
function getIconURL(name, iconStyle, autoWidth) {
|
|
1395
|
+
const basePath = autoWidth ? "svgs" : "svgs-full";
|
|
1396
|
+
const kitCode2 = getKitCode();
|
|
1397
|
+
const isPro = kitCode2.length > 0;
|
|
1398
|
+
return isPro ? `https://ka-p.fontawesome.com/releases/v${faVersion}/${basePath}/${iconStyle}/${name}.svg?token=${encodeURIComponent(kitCode2)}` : `https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@${faVersion}/${basePath}/${iconStyle}/${name}.svg`;
|
|
1399
|
+
}
|
|
1400
|
+
var library = {
|
|
1401
|
+
name: "default",
|
|
1402
|
+
resolver: (name, iconStyle = "solid", autoWidth = false) => {
|
|
1403
|
+
return getIconURL(name, iconStyle, autoWidth);
|
|
1404
|
+
},
|
|
1405
|
+
mutator: (svg, hostElement) => {
|
|
1406
|
+
if (hostElement?.iconStyle && !svg.hasAttribute("data-duotone-initialized")) {
|
|
1407
|
+
const { iconStyle } = hostElement;
|
|
1408
|
+
if (iconStyle?.startsWith("duotone") || iconStyle?.startsWith("sharp-duotone") || iconStyle === "jelly-duo-regular" || iconStyle === "notdog-duo-solid" || iconStyle?.startsWith("thumbprint") || iconStyle === "utility-duo-semibold") {
|
|
1409
|
+
const paths = [...svg.querySelectorAll("path")];
|
|
1410
|
+
const primaryPath = paths.find(
|
|
1411
|
+
(path) => !path.hasAttribute("opacity")
|
|
1412
|
+
);
|
|
1413
|
+
const secondaryPath = paths.find(
|
|
1414
|
+
(path) => path.hasAttribute("opacity")
|
|
1415
|
+
);
|
|
1416
|
+
if (!primaryPath || !secondaryPath) {
|
|
1417
|
+
return;
|
|
1418
|
+
}
|
|
1419
|
+
primaryPath.setAttribute("data-duotone-primary", "");
|
|
1420
|
+
secondaryPath.setAttribute("data-duotone-secondary", "");
|
|
1421
|
+
if (hostElement.swapOpacity && primaryPath && secondaryPath) {
|
|
1422
|
+
const originalOpacity = secondaryPath.getAttribute("opacity") || "0.4";
|
|
1423
|
+
primaryPath.style.setProperty(
|
|
1424
|
+
"--fa-primary-opacity",
|
|
1425
|
+
originalOpacity
|
|
1426
|
+
);
|
|
1427
|
+
secondaryPath.style.setProperty(
|
|
1428
|
+
"--fa-secondary-opacity",
|
|
1429
|
+
"1"
|
|
1430
|
+
);
|
|
1431
|
+
}
|
|
1432
|
+
svg.setAttribute("data-duotone-initialized", "");
|
|
1433
|
+
}
|
|
1434
|
+
}
|
|
1435
|
+
}
|
|
1436
|
+
};
|
|
1437
|
+
var library_default_default = library;
|
|
1438
|
+
|
|
1439
|
+
// src/components/icon/library.system.ts
|
|
1440
|
+
var icons = {
|
|
1441
|
+
solid: {
|
|
1442
|
+
"check": `
|
|
1443
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640">
|
|
1444
|
+
<!--! Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc. -->
|
|
1445
|
+
<path
|
|
1446
|
+
d="M530.8 134.1C545.1 144.5 548.3 164.5 537.9 178.8L281.9 530.8C276.4 538.4 267.9 543.1 258.5 543.9C249.1 544.7 240 541.2 233.4 534.6L105.4 406.6C92.9 394.1 92.9 373.8 105.4 361.3C117.9 348.8 138.2 348.8 150.7 361.3L252.2 462.8L486.2 141.1C496.6 126.8 516.6 123.6 530.9 134z"
|
|
1447
|
+
/>
|
|
1448
|
+
</svg>
|
|
1449
|
+
`,
|
|
1450
|
+
"chevron-down": `
|
|
1451
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640">
|
|
1452
|
+
<!--! Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc. -->
|
|
1453
|
+
<path
|
|
1454
|
+
d="M297.4 470.6C309.9 483.1 330.2 483.1 342.7 470.6L534.7 278.6C547.2 266.1 547.2 245.8 534.7 233.3C522.2 220.8 501.9 220.8 489.4 233.3L320 402.7L150.6 233.4C138.1 220.9 117.8 220.9 105.3 233.4C92.8 245.9 92.8 266.2 105.3 278.7L297.3 470.7z"
|
|
1455
|
+
/>
|
|
1456
|
+
</svg>
|
|
1457
|
+
`,
|
|
1458
|
+
"chevron-left": `
|
|
1459
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640">
|
|
1460
|
+
<!--! Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc. -->
|
|
1461
|
+
<path
|
|
1462
|
+
d="M169.4 297.4C156.9 309.9 156.9 330.2 169.4 342.7L361.4 534.7C373.9 547.2 394.2 547.2 406.7 534.7C419.2 522.2 419.2 501.9 406.7 489.4L237.3 320L406.6 150.6C419.1 138.1 419.1 117.8 406.6 105.3C394.1 92.8 373.8 92.8 361.3 105.3L169.3 297.3z"
|
|
1463
|
+
/>
|
|
1464
|
+
</svg>
|
|
1465
|
+
`,
|
|
1466
|
+
"chevron-right": `
|
|
1467
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640">
|
|
1468
|
+
<!--! Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc. -->
|
|
1469
|
+
<path
|
|
1470
|
+
d="M471.1 297.4C483.6 309.9 483.6 330.2 471.1 342.7L279.1 534.7C266.6 547.2 246.3 547.2 233.8 534.7C221.3 522.2 221.3 501.9 233.8 489.4L403.2 320L233.9 150.6C221.4 138.1 221.4 117.8 233.9 105.3C246.4 92.8 266.7 92.8 279.2 105.3L471.2 297.3z"
|
|
1471
|
+
/>
|
|
1472
|
+
</svg>
|
|
1473
|
+
`,
|
|
1474
|
+
"eye-dropper": `
|
|
1475
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640">
|
|
1476
|
+
<!--! Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc. -->
|
|
1477
|
+
<path
|
|
1478
|
+
d="M405.6 93.2L304 194.8L294.6 185.4C282.1 172.9 261.8 172.9 249.3 185.4C236.8 197.9 236.8 218.2 249.3 230.7L409.3 390.7C421.8 403.2 442.1 403.2 454.6 390.7C467.1 378.2 467.1 357.9 454.6 345.4L445.2 336L546.8 234.4C585.8 195.4 585.8 132.2 546.8 93.3C507.8 54.4 444.6 54.3 405.7 93.3zM119.4 387.3C104.4 402.3 96 422.7 96 443.9L96 486.3L69.4 526.2C60.9 538.9 62.6 555.8 73.4 566.6C84.2 577.4 101.1 579.1 113.8 570.6L153.7 544L196.1 544C217.3 544 237.7 535.6 252.7 520.6L362.1 411.2L316.8 365.9L207.4 475.3C204.4 478.3 200.3 480 196.1 480L160 480L160 443.9C160 439.7 161.7 435.6 164.7 432.6L274.1 323.2L228.8 277.9L119.4 387.3z"
|
|
1479
|
+
/>
|
|
1480
|
+
</svg>
|
|
1481
|
+
`,
|
|
1482
|
+
"grip-vertical": `
|
|
1483
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640">
|
|
1484
|
+
<!--! Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc. -->
|
|
1485
|
+
<path
|
|
1486
|
+
d="M288 104C288 81.9 270.1 64 248 64L200 64C177.9 64 160 81.9 160 104L160 152C160 174.1 177.9 192 200 192L248 192C270.1 192 288 174.1 288 152L288 104zM288 296C288 273.9 270.1 256 248 256L200 256C177.9 256 160 273.9 160 296L160 344C160 366.1 177.9 384 200 384L248 384C270.1 384 288 366.1 288 344L288 296zM160 488L160 536C160 558.1 177.9 576 200 576L248 576C270.1 576 288 558.1 288 536L288 488C288 465.9 270.1 448 248 448L200 448C177.9 448 160 465.9 160 488zM480 104C480 81.9 462.1 64 440 64L392 64C369.9 64 352 81.9 352 104L352 152C352 174.1 369.9 192 392 192L440 192C462.1 192 480 174.1 480 152L480 104zM352 296L352 344C352 366.1 369.9 384 392 384L440 384C462.1 384 480 366.1 480 344L480 296C480 273.9 462.1 256 440 256L392 256C369.9 256 352 273.9 352 296zM480 488C480 465.9 462.1 448 440 448L392 448C369.9 448 352 465.9 352 488L352 536C352 558.1 369.9 576 392 576L440 576C462.1 576 480 558.1 480 536L480 488z"
|
|
1487
|
+
/>
|
|
1488
|
+
</svg>
|
|
1489
|
+
`,
|
|
1490
|
+
"minus": `
|
|
1491
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640">
|
|
1492
|
+
<!--! Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc. -->
|
|
1493
|
+
<path
|
|
1494
|
+
d="M96 320C96 302.3 110.3 288 128 288L512 288C529.7 288 544 302.3 544 320C544 337.7 529.7 352 512 352L128 352C110.3 352 96 337.7 96 320z"
|
|
1495
|
+
/>
|
|
1496
|
+
</svg>
|
|
1497
|
+
`,
|
|
1498
|
+
"star": `
|
|
1499
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640">
|
|
1500
|
+
<!--! Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc. -->
|
|
1501
|
+
<path
|
|
1502
|
+
d="M341.5 45.1C337.4 37.1 329.1 32 320.1 32C311.1 32 302.8 37.1 298.7 45.1L225.1 189.3L65.2 214.7C56.3 216.1 48.9 222.4 46.1 231C43.3 239.6 45.6 249 51.9 255.4L166.3 369.9L141.1 529.8C139.7 538.7 143.4 547.7 150.7 553C158 558.3 167.6 559.1 175.7 555L320.1 481.6L464.4 555C472.4 559.1 482.1 558.3 489.4 553C496.7 547.7 500.4 538.8 499 529.8L473.7 369.9L588.1 255.4C594.5 249 596.7 239.6 593.9 231C591.1 222.4 583.8 216.1 574.8 214.7L415 189.3L341.5 45.1z"
|
|
1503
|
+
/>
|
|
1504
|
+
</svg>
|
|
1505
|
+
`,
|
|
1506
|
+
"user": `
|
|
1507
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640">
|
|
1508
|
+
<!--! Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc. -->
|
|
1509
|
+
<path
|
|
1510
|
+
d="M320 312C386.3 312 440 258.3 440 192C440 125.7 386.3 72 320 72C253.7 72 200 125.7 200 192C200 258.3 253.7 312 320 312zM290.3 368C191.8 368 112 447.8 112 546.3C112 562.7 125.3 576 141.7 576L498.3 576C514.7 576 528 562.7 528 546.3C528 447.8 448.2 368 349.7 368L290.3 368z"
|
|
1511
|
+
/>
|
|
1512
|
+
</svg>
|
|
1513
|
+
`,
|
|
1514
|
+
"xmark": `
|
|
1515
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640">
|
|
1516
|
+
<!--! Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc. -->
|
|
1517
|
+
<path
|
|
1518
|
+
d="M183.1 137.4C170.6 124.9 150.3 124.9 137.8 137.4C125.3 149.9 125.3 170.2 137.8 182.7L275.2 320L137.9 457.4C125.4 469.9 125.4 490.2 137.9 502.7C150.4 515.2 170.7 515.2 183.2 502.7L320.5 365.3L457.9 502.6C470.4 515.1 490.7 515.1 503.2 502.6C515.7 490.1 515.7 469.8 503.2 457.3L365.8 320L503.1 182.6C515.6 170.1 515.6 149.8 503.1 137.3C490.6 124.8 470.3 124.8 457.8 137.3L320.5 274.7L183.1 137.4z"
|
|
1519
|
+
/>
|
|
1520
|
+
</svg>
|
|
1521
|
+
`
|
|
1522
|
+
},
|
|
1523
|
+
regular: {
|
|
1524
|
+
"circle-question": `
|
|
1525
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640">
|
|
1526
|
+
<!--! Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc. -->
|
|
1527
|
+
<path
|
|
1528
|
+
d="M528 320C528 205.1 434.9 112 320 112C205.1 112 112 205.1 112 320C112 434.9 205.1 528 320 528C434.9 528 528 434.9 528 320zM64 320C64 178.6 178.6 64 320 64C461.4 64 576 178.6 576 320C576 461.4 461.4 576 320 576C178.6 576 64 461.4 64 320zM320 240C302.3 240 288 254.3 288 272C288 285.3 277.3 296 264 296C250.7 296 240 285.3 240 272C240 227.8 275.8 192 320 192C364.2 192 400 227.8 400 272C400 319.2 364 339.2 344 346.5L344 350.3C344 363.6 333.3 374.3 320 374.3C306.7 374.3 296 363.6 296 350.3L296 342.2C296 321.7 310.8 307 326.1 302C332.5 299.9 339.3 296.5 344.3 291.7C348.6 287.5 352 281.7 352 272.1C352 254.4 337.7 240.1 320 240.1zM288 432C288 414.3 302.3 400 320 400C337.7 400 352 414.3 352 432C352 449.7 337.7 464 320 464C302.3 464 288 449.7 288 432z"
|
|
1529
|
+
/>
|
|
1530
|
+
</svg>
|
|
1531
|
+
`,
|
|
1532
|
+
"circle-xmark": `
|
|
1533
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640">
|
|
1534
|
+
<!--! Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc. -->
|
|
1535
|
+
<path
|
|
1536
|
+
d="M320 112C434.9 112 528 205.1 528 320C528 434.9 434.9 528 320 528C205.1 528 112 434.9 112 320C112 205.1 205.1 112 320 112zM320 576C461.4 576 576 461.4 576 320C576 178.6 461.4 64 320 64C178.6 64 64 178.6 64 320C64 461.4 178.6 576 320 576zM231 231C221.6 240.4 221.6 255.6 231 264.9L286 319.9L231 374.9C221.6 384.3 221.6 399.5 231 408.8C240.4 418.1 255.6 418.2 264.9 408.8L319.9 353.8L374.9 408.8C384.3 418.2 399.5 418.2 408.8 408.8C418.1 399.4 418.2 384.2 408.8 374.9L353.8 319.9L408.8 264.9C418.2 255.5 418.2 240.3 408.8 231C399.4 221.7 384.2 221.6 374.9 231L319.9 286L264.9 231C255.5 221.6 240.3 221.6 231 231z"
|
|
1537
|
+
/>
|
|
1538
|
+
</svg>
|
|
1539
|
+
`,
|
|
1540
|
+
"copy": `
|
|
1541
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640">
|
|
1542
|
+
<!--! Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc. -->
|
|
1543
|
+
<path
|
|
1544
|
+
d="M480 400L288 400C279.2 400 272 392.8 272 384L272 128C272 119.2 279.2 112 288 112L421.5 112C425.7 112 429.8 113.7 432.8 116.7L491.3 175.2C494.3 178.2 496 182.3 496 186.5L496 384C496 392.8 488.8 400 480 400zM288 448L480 448C515.3 448 544 419.3 544 384L544 186.5C544 169.5 537.3 153.2 525.3 141.2L466.7 82.7C454.7 70.7 438.5 64 421.5 64L288 64C252.7 64 224 92.7 224 128L224 384C224 419.3 252.7 448 288 448zM160 192C124.7 192 96 220.7 96 256L96 512C96 547.3 124.7 576 160 576L352 576C387.3 576 416 547.3 416 512L416 496L368 496L368 512C368 520.8 360.8 528 352 528L160 528C151.2 528 144 520.8 144 512L144 256C144 247.2 151.2 240 160 240L176 240L176 192L160 192z"
|
|
1545
|
+
/>
|
|
1546
|
+
</svg>
|
|
1547
|
+
`,
|
|
1548
|
+
"eye": `
|
|
1549
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640">
|
|
1550
|
+
<!--! Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc. -->
|
|
1551
|
+
<path
|
|
1552
|
+
d="M320 144C254.8 144 201.2 173.6 160.1 211.7C121.6 247.5 95 290 81.4 320C95 350 121.6 392.5 160.1 428.3C201.2 466.4 254.8 496 320 496C385.2 496 438.8 466.4 479.9 428.3C518.4 392.5 545 350 558.6 320C545 290 518.4 247.5 479.9 211.7C438.8 173.6 385.2 144 320 144zM127.4 176.6C174.5 132.8 239.2 96 320 96C400.8 96 465.5 132.8 512.6 176.6C559.4 220.1 590.7 272 605.6 307.7C608.9 315.6 608.9 324.4 605.6 332.3C590.7 368 559.4 420 512.6 463.4C465.5 507.1 400.8 544 320 544C239.2 544 174.5 507.2 127.4 463.4C80.6 419.9 49.3 368 34.4 332.3C31.1 324.4 31.1 315.6 34.4 307.7C49.3 272 80.6 220 127.4 176.6zM320 400C364.2 400 400 364.2 400 320C400 290.4 383.9 264.5 360 250.7C358.6 310.4 310.4 358.6 250.7 360C264.5 383.9 290.4 400 320 400zM240.4 311.6C242.9 311.9 245.4 312 248 312C283.3 312 312 283.3 312 248C312 245.4 311.8 242.9 311.6 240.4C274.2 244.3 244.4 274.1 240.5 311.5zM286 196.6C296.8 193.6 308.2 192.1 319.9 192.1C328.7 192.1 337.4 193 345.7 194.7C346 194.8 346.2 194.8 346.5 194.9C404.4 207.1 447.9 258.6 447.9 320.1C447.9 390.8 390.6 448.1 319.9 448.1C258.3 448.1 206.9 404.6 194.7 346.7C192.9 338.1 191.9 329.2 191.9 320.1C191.9 309.1 193.3 298.3 195.9 288.1C196.1 287.4 196.2 286.8 196.4 286.2C208.3 242.8 242.5 208.6 285.9 196.7z"
|
|
1553
|
+
/>
|
|
1554
|
+
</svg>
|
|
1555
|
+
`,
|
|
1556
|
+
"eye-slash": `
|
|
1557
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640">
|
|
1558
|
+
<!--! Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc. -->
|
|
1559
|
+
<path
|
|
1560
|
+
d="M73 39.1C63.6 29.7 48.4 29.7 39.1 39.1C29.8 48.5 29.7 63.7 39 73.1L567 601.1C576.4 610.5 591.6 610.5 600.9 601.1C610.2 591.7 610.3 576.5 600.9 567.2L504.5 470.8C507.2 468.4 509.9 466 512.5 463.6C559.3 420.1 590.6 368.2 605.5 332.5C608.8 324.6 608.8 315.8 605.5 307.9C590.6 272.2 559.3 220.2 512.5 176.8C465.4 133.1 400.7 96.2 319.9 96.2C263.1 96.2 214.3 114.4 173.9 140.4L73 39.1zM208.9 175.1C241 156.2 278.1 144 320 144C385.2 144 438.8 173.6 479.9 211.7C518.4 247.4 545 290 558.5 320C544.9 350 518.3 392.5 479.9 428.3C476.8 431.1 473.7 433.9 470.5 436.7L425.8 392C439.8 371.5 448 346.7 448 320C448 249.3 390.7 192 320 192C293.3 192 268.5 200.2 248 214.2L208.9 175.1zM390.9 357.1L282.9 249.1C294 243.3 306.6 240 320 240C364.2 240 400 275.8 400 320C400 333.4 396.7 346 390.9 357.1zM135.4 237.2L101.4 203.2C68.8 240 46.4 279 34.5 307.7C31.2 315.6 31.2 324.4 34.5 332.3C49.4 368 80.7 420 127.5 463.4C174.6 507.1 239.3 544 320.1 544C357.4 544 391.3 536.1 421.6 523.4L384.2 486C364.2 492.4 342.8 496 320 496C254.8 496 201.2 466.4 160.1 428.3C121.6 392.6 95 350 81.5 320C91.9 296.9 110.1 266.4 135.5 237.2z"
|
|
1561
|
+
/>
|
|
1562
|
+
</svg>
|
|
1563
|
+
`
|
|
1564
|
+
}
|
|
1565
|
+
};
|
|
1566
|
+
function dataURI(svg) {
|
|
1567
|
+
return `data:image/svg+xml,${encodeURIComponent(svg)}`;
|
|
1568
|
+
}
|
|
1569
|
+
var systemLibrary = {
|
|
1570
|
+
name: "system",
|
|
1571
|
+
resolver: (name, iconStyle = "solid") => {
|
|
1572
|
+
let collection = icons[iconStyle];
|
|
1573
|
+
let svg = collection[name] ?? icons.regular[name] ?? icons.regular["circle-question"];
|
|
1574
|
+
if (svg) {
|
|
1575
|
+
return dataURI(svg);
|
|
1576
|
+
}
|
|
1577
|
+
return "";
|
|
1578
|
+
}
|
|
1579
|
+
};
|
|
1580
|
+
var library_system_default = systemLibrary;
|
|
1581
|
+
|
|
1582
|
+
// src/components/icon/library.ts
|
|
1583
|
+
var registry = [library_default_default, library_system_default];
|
|
1584
|
+
var watchedIcons = [];
|
|
1585
|
+
function watchIcon(icon) {
|
|
1586
|
+
watchedIcons.push(icon);
|
|
1587
|
+
}
|
|
1588
|
+
function unwatchIcon(icon) {
|
|
1589
|
+
watchedIcons = watchedIcons.filter((element) => element !== icon);
|
|
1590
|
+
}
|
|
1591
|
+
function getIconLibrary(name) {
|
|
1592
|
+
return registry.find((library2) => library2.name === name);
|
|
1593
|
+
}
|
|
1594
|
+
|
|
1595
|
+
// src/components/icon/icon.css
|
|
1596
|
+
var icon_default = ':host {\n --fa-primary-color: currentColor;\n --fa-secondary-color: currentColor;\n --fa-primary-opacity: 1;\n --fa-secondary-opacity: 0.4;\n\n display: inline-flex;\n justify-content: center;\n box-sizing: content-box !important;\n inline-size: auto;\n block-size: 1em;\n}\n\nsvg {\n display: inline-block;\n inline-size: auto;\n block-size: inherit;\n fill: currentColor;\n overflow: visible;\n}\n\n/* Fixed\u2010width icons */\n:host([library="default"]:not([auto-width])) svg *,\n:host([library="system"]:not([auto-width])) svg * {\n /* This scaling gets rid of the whitespace around the icon grid. */\n scale: 1.25;\n transform-origin: center;\n}\n\n/* Primary layer */\nsvg path[data-duotone-primary] {\n color: var(--fa-primary-color);\n opacity: var(--fa-primary-opacity);\n}\n\n/* Secondary layer */\nsvg path[data-duotone-secondary] {\n color: var(--fa-secondary-color);\n opacity: var(--fa-secondary-opacity);\n}\n';
|
|
1597
|
+
|
|
1598
|
+
// src/components/icon/icon.ts
|
|
1599
|
+
var CACHEABLE_ERROR = Symbol();
|
|
1600
|
+
var RETRYABLE_ERROR = Symbol();
|
|
1601
|
+
var parser;
|
|
1602
|
+
var iconCache = /* @__PURE__ */ new Map();
|
|
1603
|
+
var PcIcon = class extends PlacerElement {
|
|
1604
|
+
constructor() {
|
|
1605
|
+
super(...arguments);
|
|
1606
|
+
this.svg = null;
|
|
1607
|
+
this.iconStyle = "solid";
|
|
1608
|
+
this.autoWidth = false;
|
|
1609
|
+
this.swapOpacity = false;
|
|
1610
|
+
this.label = "";
|
|
1611
|
+
this.library = "default";
|
|
1612
|
+
/** Given a URL, this function returns the resulting SVG element or an appropriate error icon. */
|
|
1613
|
+
this.resolveIcon = async (url, library2) => {
|
|
1614
|
+
let fileData;
|
|
1615
|
+
if (library2?.spriteSheet) {
|
|
1616
|
+
if (!this.hasUpdated) {
|
|
1617
|
+
await this.updateComplete;
|
|
1618
|
+
}
|
|
1619
|
+
this.svg = x`
|
|
1620
|
+
<svg part="svg">
|
|
1621
|
+
<use part="use" href=${url}></use>
|
|
1622
|
+
</svg>
|
|
1623
|
+
`;
|
|
1624
|
+
await this.updateComplete;
|
|
1625
|
+
const svg = this.shadowRoot.querySelector('[part="svg"]');
|
|
1626
|
+
if (typeof library2.mutator === "function") {
|
|
1627
|
+
library2.mutator(svg, this);
|
|
1628
|
+
}
|
|
1629
|
+
return this.svg;
|
|
1630
|
+
}
|
|
1631
|
+
try {
|
|
1632
|
+
fileData = await fetch(url, { mode: "cors" });
|
|
1633
|
+
if (!fileData.ok) {
|
|
1634
|
+
return fileData.status === 410 ? CACHEABLE_ERROR : RETRYABLE_ERROR;
|
|
1635
|
+
}
|
|
1636
|
+
} catch {
|
|
1637
|
+
return RETRYABLE_ERROR;
|
|
1638
|
+
}
|
|
1639
|
+
try {
|
|
1640
|
+
const div = document.createElement("div");
|
|
1641
|
+
div.innerHTML = await fileData.text();
|
|
1642
|
+
const svg = div.firstElementChild;
|
|
1643
|
+
if (svg?.tagName?.toLowerCase() !== "svg") {
|
|
1644
|
+
return CACHEABLE_ERROR;
|
|
1645
|
+
}
|
|
1646
|
+
if (!parser) {
|
|
1647
|
+
parser = new DOMParser();
|
|
1648
|
+
}
|
|
1649
|
+
const doc = parser.parseFromString(svg.outerHTML, "text/html");
|
|
1650
|
+
const svgElement = doc.body.querySelector("svg");
|
|
1651
|
+
if (!svgElement) {
|
|
1652
|
+
return CACHEABLE_ERROR;
|
|
1653
|
+
}
|
|
1654
|
+
svgElement.part.add("svg");
|
|
1655
|
+
return document.adoptNode(svgElement);
|
|
1656
|
+
} catch {
|
|
1657
|
+
return CACHEABLE_ERROR;
|
|
1658
|
+
}
|
|
1659
|
+
};
|
|
1660
|
+
}
|
|
1661
|
+
connectedCallback() {
|
|
1662
|
+
super.connectedCallback();
|
|
1663
|
+
watchIcon(this);
|
|
1664
|
+
}
|
|
1665
|
+
firstUpdated(changedProperties) {
|
|
1666
|
+
super.firstUpdated(changedProperties);
|
|
1667
|
+
this.setIcon();
|
|
1668
|
+
}
|
|
1669
|
+
disconnectedCallback() {
|
|
1670
|
+
super.disconnectedCallback();
|
|
1671
|
+
unwatchIcon(this);
|
|
1672
|
+
}
|
|
1673
|
+
getIconSource() {
|
|
1674
|
+
const library2 = getIconLibrary(this.library);
|
|
1675
|
+
if (this.name && library2) {
|
|
1676
|
+
return {
|
|
1677
|
+
url: library2.resolver(
|
|
1678
|
+
this.name,
|
|
1679
|
+
this.iconStyle,
|
|
1680
|
+
this.autoWidth
|
|
1681
|
+
),
|
|
1682
|
+
fromLibrary: true
|
|
1683
|
+
};
|
|
1684
|
+
}
|
|
1685
|
+
return {
|
|
1686
|
+
url: this.src,
|
|
1687
|
+
fromLibrary: false
|
|
1688
|
+
};
|
|
1689
|
+
}
|
|
1690
|
+
handleLabelChange() {
|
|
1691
|
+
const hasLabel = typeof this.label === "string" && this.label.length > 0;
|
|
1692
|
+
if (hasLabel) {
|
|
1693
|
+
this.setAttribute("role", "img");
|
|
1694
|
+
this.setAttribute("aria-label", this.label);
|
|
1695
|
+
this.removeAttribute("aria-hidden");
|
|
1696
|
+
} else {
|
|
1697
|
+
this.removeAttribute("role");
|
|
1698
|
+
this.removeAttribute("aria-label");
|
|
1699
|
+
this.setAttribute("aria-hidden", "true");
|
|
1700
|
+
}
|
|
1701
|
+
}
|
|
1702
|
+
async setIcon() {
|
|
1703
|
+
const { url, fromLibrary } = this.getIconSource();
|
|
1704
|
+
const library2 = fromLibrary ? getIconLibrary(this.library) : void 0;
|
|
1705
|
+
if (!url) {
|
|
1706
|
+
this.svg = null;
|
|
1707
|
+
return;
|
|
1708
|
+
}
|
|
1709
|
+
let iconResolver = iconCache.get(url);
|
|
1710
|
+
if (!iconResolver) {
|
|
1711
|
+
iconResolver = this.resolveIcon(url, library2);
|
|
1712
|
+
iconCache.set(url, iconResolver);
|
|
1713
|
+
}
|
|
1714
|
+
const svg = await iconResolver;
|
|
1715
|
+
if (svg === RETRYABLE_ERROR) {
|
|
1716
|
+
iconCache.delete(url);
|
|
1717
|
+
}
|
|
1718
|
+
if (url !== this.getIconSource().url) {
|
|
1719
|
+
return;
|
|
1720
|
+
}
|
|
1721
|
+
switch (svg) {
|
|
1722
|
+
case RETRYABLE_ERROR:
|
|
1723
|
+
case CACHEABLE_ERROR:
|
|
1724
|
+
this.svg = null;
|
|
1725
|
+
emit(this, "pc-error");
|
|
1726
|
+
break;
|
|
1727
|
+
default:
|
|
1728
|
+
this.svg = svg.cloneNode(true);
|
|
1729
|
+
library2?.mutator?.(this.svg, this);
|
|
1730
|
+
emit(this, "pc-load");
|
|
1731
|
+
}
|
|
1732
|
+
}
|
|
1733
|
+
updated(changedProperties) {
|
|
1734
|
+
super.updated(changedProperties);
|
|
1735
|
+
const library2 = getIconLibrary(this.library);
|
|
1736
|
+
const svg = this.shadowRoot?.querySelector("svg");
|
|
1737
|
+
if (svg) {
|
|
1738
|
+
library2?.mutator?.(svg, this);
|
|
1739
|
+
}
|
|
1740
|
+
}
|
|
1741
|
+
render() {
|
|
1742
|
+
if (this.hasUpdated) {
|
|
1743
|
+
return this.svg;
|
|
1744
|
+
}
|
|
1745
|
+
return x`
|
|
1746
|
+
<svg part="svg" width="16" height="16" fill="currentColor"></svg>
|
|
1747
|
+
`;
|
|
1748
|
+
}
|
|
1749
|
+
};
|
|
1750
|
+
/** @internal This is an internal static property. */
|
|
1751
|
+
PcIcon.css = icon_default;
|
|
1752
|
+
__decorateClass([
|
|
1753
|
+
r5()
|
|
1754
|
+
], PcIcon.prototype, "svg", 2);
|
|
1755
|
+
__decorateClass([
|
|
1756
|
+
n4({ reflect: true })
|
|
1757
|
+
], PcIcon.prototype, "name", 2);
|
|
1758
|
+
__decorateClass([
|
|
1759
|
+
n4({ attribute: "icon-style", reflect: true })
|
|
1760
|
+
], PcIcon.prototype, "iconStyle", 2);
|
|
1761
|
+
__decorateClass([
|
|
1762
|
+
n4({ attribute: "auto-width", type: Boolean, reflect: true })
|
|
1763
|
+
], PcIcon.prototype, "autoWidth", 2);
|
|
1764
|
+
__decorateClass([
|
|
1765
|
+
n4({ attribute: "swap-opacity", type: Boolean, reflect: true })
|
|
1766
|
+
], PcIcon.prototype, "swapOpacity", 2);
|
|
1767
|
+
__decorateClass([
|
|
1768
|
+
n4()
|
|
1769
|
+
], PcIcon.prototype, "src", 2);
|
|
1770
|
+
__decorateClass([
|
|
1771
|
+
n4()
|
|
1772
|
+
], PcIcon.prototype, "label", 2);
|
|
1773
|
+
__decorateClass([
|
|
1774
|
+
n4({ reflect: true })
|
|
1775
|
+
], PcIcon.prototype, "library", 2);
|
|
1776
|
+
__decorateClass([
|
|
1777
|
+
watch("label")
|
|
1778
|
+
], PcIcon.prototype, "handleLabelChange", 1);
|
|
1779
|
+
__decorateClass([
|
|
1780
|
+
watch(["library", "iconStyle", "name", "src", "autoWidth", "swapOpacity"])
|
|
1781
|
+
], PcIcon.prototype, "setIcon", 1);
|
|
1782
|
+
PcIcon = __decorateClass([
|
|
1783
|
+
t3("pc-icon")
|
|
1784
|
+
], PcIcon);
|
|
1785
|
+
|
|
1786
|
+
// src/styles/component-styles/form-control.css
|
|
1787
|
+
var form_control_default = ':host {\n display: flex;\n flex-direction: column;\n}\n\n/* Labels */\n[part~="label"]:has(*:not(:empty)) {\n display: inline-flex;\n color: var(--pc-form-control-label-color);\n font-weight: var(--pc-form-control-label-font-weight);\n line-height: var(--pc-form-control-label-line-height);\n margin-block-end: 0.5em;\n}\n\n:host([required]) [part="label"]::after {\n content: var(--pc-form-control-required-content);\n margin-inline-start: var(--pc-form-control-required-content-offset);\n color: var(--pc-form-control-required-content-color);\n}\n\n/* Hints */\n[part~="hint"] {\n display: block;\n color: var(--pc-form-control-hint-color);\n font-size: var(--pc-font-size-smaller);\n font-weight: var(--pc-form-control-hint-font-weight);\n line-height: var(--pc-form-control-hint-line-height);\n margin-block-start: 0.5em;\n}\n\n[part~="hint"]:not(.has-hint) {\n display: none;\n}\n';
|
|
1788
|
+
|
|
1789
|
+
// src/styles/utilities/size.css
|
|
1790
|
+
var size_default = '@layer pc-utilities {\n :host([size="small"]),\n .pc-size-s {\n font-size: var(--pc-font-size-s);\n }\n\n :host([size="medium"]),\n .pc-size-m {\n font-size: var(--pc-font-size-m);\n }\n\n :host([size="large"]),\n .pc-size-l {\n font-size: var(--pc-font-size-l);\n }\n}\n';
|
|
1791
|
+
|
|
1792
|
+
// src/components/input/input.css
|
|
1793
|
+
var input_default = ':host {\n border-width: 0;\n}\n\n.text-field {\n display: flex;\n position: relative;\n align-items: stretch;\n justify-content: flex-start;\n flex: auto;\n inline-size: 100%;\n block-size: var(--pc-form-control-height);\n background-color: var(--pc-form-control-background-color);\n color: var(--pc-form-control-value-color);\n border: var(--pc-form-control-border-width)\n var(--pc-form-control-border-style) var(--pc-form-control-border-color);\n border-radius: var(--pc-form-control-border-radius);\n padding: 0 var(--pc-form-control-padding-inline);\n font-family: inherit;\n font-weight: var(--pc-form-control-value-font-weight);\n line-height: var(--pc-form-control-value-line-height);\n vertical-align: middle;\n overflow: hidden;\n cursor: text;\n transition: all var(--pc-transition-fast) ease-in-out;\n}\n\n@media (hover: hover) {\n .text-field:not(:has(:disabled), :focus-within):hover {\n border-color: color-mix(\n in oklab,\n var(--pc-form-control-border-color),\n var(--pc-color-mix-hover)\n );\n }\n}\n\n.text-field:focus-within {\n outline: var(--pc-focus-ring);\n outline-offset: var(--pc-focus-ring-offset);\n animation: focus-ring-animation var(--pc-transition-medium)\n cubic-bezier(0.33, 1, 0.68, 1);\n}\n\n.text-field:has(:disabled) {\n opacity: 0.5;\n cursor: not-allowed;\n}\n\n:host([filled]) .text-field {\n background-color: var(--pc-color-neutral-fill-quiet);\n border-color: var(--pc-color-neutral-fill-quiet);\n}\n\n@media (hover: hover) {\n :host([filled]) .text-field:not(:has(:disabled), :focus-within):hover {\n background-color: color-mix(\n in oklab,\n var(--pc-color-neutral-fill-quiet),\n var(--pc-color-mix-hover)\n );\n border-color: color-mix(\n in oklab,\n var(--pc-color-neutral-fill-quiet),\n var(--pc-color-mix-hover)\n );\n }\n}\n\n:host([pill]) .text-field {\n border-radius: var(--pc-border-radius-pill) !important;\n}\n\n.text-field input {\n margin: 0;\n padding: 0;\n block-size: 100%;\n border: none;\n outline: none;\n font: inherit;\n cursor: inherit;\n -webkit-appearance: none;\n}\n\n.text-field input:-webkit-autofill,\n.text-field input:-webkit-autofill:hover,\n.text-field input:-webkit-autofill:focus,\n.text-field input:-webkit-autofill:active {\n background-color: transparent;\n -webkit-background-clip: text;\n -webkit-text-fill-color: inherit;\n}\n\n.text-field:has(:autofill),\n.text-field:has(:-webkit-autofill) {\n background-color: var(--pc-color-primary-fill-quiet) !important;\n}\n\ninput {\n background-color: transparent;\n color: inherit;\n min-inline-size: 0;\n block-size: calc(var(--pc-form-control-height) - var(--border-width) * 1.5);\n padding-block: 0;\n flex: 1 1 auto;\n}\n\ninput:autofill,\ninput:autofill:hover,\ninput:autofill:focus,\ninput:autofill:active {\n box-shadow: none;\n caret-color: var(--pc-form-control-value-color);\n}\n\ninput::placeholder {\n color: var(--pc-form-control-placeholder-color);\n user-select: none;\n -webkit-user-select: none;\n}\n\ninput::-webkit-search-decoration,\ninput::-webkit-search-cancel-button,\ninput::-webkit-search-results-button,\ninput::-webkit-search-results-decoration {\n -webkit-appearance: none;\n}\n\ninput:focus {\n outline: none;\n}\n\n.prefix,\n.suffix {\n display: inline-flex;\n align-items: center;\n flex: 0 0 auto;\n cursor: default;\n}\n\n.prefix::slotted(pc-icon),\n.suffix::slotted(pc-icon) {\n color: var(--pc-color-neutral-on-quiet);\n}\n\n.prefix::slotted(*) {\n margin-inline-end: var(--pc-form-control-padding-inline);\n}\n\n.suffix::slotted(*) {\n margin-inline-start: var(--pc-form-control-padding-inline);\n}\n\n.clear,\n.password-toggle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n font-size: inherit;\n color: var(--pc-color-neutral-on-quiet);\n border: none;\n background: none;\n padding: 0;\n cursor: pointer;\n transition: color var(--pc-transition-fast) ease-in-out;\n}\n\n@media (hover: hover) {\n .clear:hover,\n .password-toggle:hover {\n color: color-mix(\n in oklab,\n var(--pc-color-neutral-on-quiet),\n var(--pc-color-mix-hover)\n );\n }\n}\n\n.clear:active,\n.password-toggle:active {\n color: color-mix(\n in oklab,\n var(--pc-color-neutral-on-quiet),\n var(--pc-color-mix-active)\n );\n}\n\n.clear:focus,\n.password-toggle:focus {\n outline: none;\n}\n\n::-ms-reveal {\n display: none;\n}\n\n:host([no-spin-buttons]) input[type="number"] {\n -moz-appearance: textfield;\n}\n\n:host([no-spin-buttons]) input[type="number"]::-webkit-outer-spin-button,\n:host([no-spin-buttons]) input[type="number"]::-webkit-inner-spin-button {\n -webkit-appearance: none;\n display: none;\n}\n\n@keyframes focus-ring-animation {\n 0% {\n outline-width: 0;\n }\n\n 50% {\n outline-width: calc(var(--pc-focus-ring-width) * 2);\n }\n\n 100% {\n outline-width: var(--pc-focus-ring-width);\n }\n}\n';
|
|
1794
|
+
|
|
1795
|
+
// src/components/input/input.ts
|
|
1796
|
+
var PcInput = class extends PlacerElement {
|
|
1797
|
+
constructor() {
|
|
1798
|
+
super(...arguments);
|
|
1799
|
+
this.formControlController = new FormControlController(this, {
|
|
1800
|
+
assumeInteractionOn: ["pc-blur", "pc-input"]
|
|
1801
|
+
});
|
|
1802
|
+
this.hasSlotController = new HasSlotController(
|
|
1803
|
+
this,
|
|
1804
|
+
"label",
|
|
1805
|
+
"hint"
|
|
1806
|
+
);
|
|
1807
|
+
this.localize = new LocalizeController2(this);
|
|
1808
|
+
this.hasFocus = false;
|
|
1809
|
+
this.__numberInput = Object.assign(document.createElement("input"), {
|
|
1810
|
+
type: "number"
|
|
1811
|
+
});
|
|
1812
|
+
this.__dateInput = Object.assign(document.createElement("input"), {
|
|
1813
|
+
type: "date"
|
|
1814
|
+
});
|
|
1815
|
+
this.title = "";
|
|
1816
|
+
this.type = "text";
|
|
1817
|
+
this.name = "";
|
|
1818
|
+
this.value = "";
|
|
1819
|
+
this.defaultValue = "";
|
|
1820
|
+
this.size = "medium";
|
|
1821
|
+
this.filled = false;
|
|
1822
|
+
this.pill = false;
|
|
1823
|
+
this.label = "";
|
|
1824
|
+
this.hint = "";
|
|
1825
|
+
this.clearable = false;
|
|
1826
|
+
this.disabled = false;
|
|
1827
|
+
this.placeholder = "";
|
|
1828
|
+
this.readonly = false;
|
|
1829
|
+
this.passwordToggle = false;
|
|
1830
|
+
this.passwordVisible = false;
|
|
1831
|
+
this.noSpinButtons = false;
|
|
1832
|
+
this.form = "";
|
|
1833
|
+
this.required = false;
|
|
1834
|
+
this.autocapitalize = "none";
|
|
1835
|
+
this.autocorrect = false;
|
|
1836
|
+
this.enterkeyhint = "enter";
|
|
1837
|
+
this.spellcheck = true;
|
|
1838
|
+
this.inputmode = "text";
|
|
1839
|
+
}
|
|
1840
|
+
/** Gets or sets the current value as a `Date` object. Returns `null` fi the value can’t be converted. This will use the native `<input type="{{type}}" />` implementation and may result in an error. */
|
|
1841
|
+
get valueAsDate() {
|
|
1842
|
+
this.__dateInput.type = this.type;
|
|
1843
|
+
this.__dateInput.value = this.value;
|
|
1844
|
+
return this.input?.valueAsDate || this.__dateInput.valueAsDate;
|
|
1845
|
+
}
|
|
1846
|
+
set valueAsDate(newValue) {
|
|
1847
|
+
this.__dateInput.type = this.type;
|
|
1848
|
+
this.__dateInput.valueAsDate = newValue;
|
|
1849
|
+
this.value = this.__dateInput.value;
|
|
1850
|
+
}
|
|
1851
|
+
/** Gets or sets the current value as a number. Returns `NaN` if the value can’t be converted. */
|
|
1852
|
+
get valueAsNumber() {
|
|
1853
|
+
this.__numberInput.value = this.value;
|
|
1854
|
+
return this.input?.valueAsNumber || this.__numberInput.valueAsNumber;
|
|
1855
|
+
}
|
|
1856
|
+
set valueAsNumber(newValue) {
|
|
1857
|
+
this.__numberInput.valueAsNumber = newValue;
|
|
1858
|
+
this.value = this.__numberInput.value;
|
|
1859
|
+
}
|
|
1860
|
+
/** Gets the validity state object. */
|
|
1861
|
+
get validity() {
|
|
1862
|
+
return this.input.validity;
|
|
1863
|
+
}
|
|
1864
|
+
/** Gets the validation message. */
|
|
1865
|
+
get validationMessage() {
|
|
1866
|
+
return this.input.validationMessage;
|
|
1867
|
+
}
|
|
1868
|
+
firstUpdated() {
|
|
1869
|
+
this.formControlController.updateValidity();
|
|
1870
|
+
}
|
|
1871
|
+
handleFocus() {
|
|
1872
|
+
this.hasFocus = true;
|
|
1873
|
+
emit(this, "pc-focus");
|
|
1874
|
+
}
|
|
1875
|
+
handleBlur() {
|
|
1876
|
+
this.hasFocus = false;
|
|
1877
|
+
emit(this, "pc-blur");
|
|
1878
|
+
}
|
|
1879
|
+
handleChange() {
|
|
1880
|
+
this.value = this.input.value;
|
|
1881
|
+
emit(this, "pc-change");
|
|
1882
|
+
}
|
|
1883
|
+
handleInput() {
|
|
1884
|
+
this.value = this.input.value;
|
|
1885
|
+
this.formControlController.updateValidity();
|
|
1886
|
+
emit(this, "pc-input");
|
|
1887
|
+
}
|
|
1888
|
+
handleClearClick(event) {
|
|
1889
|
+
event.preventDefault();
|
|
1890
|
+
if (this.value !== "") {
|
|
1891
|
+
this.value = "";
|
|
1892
|
+
emit(this, "pc-clear");
|
|
1893
|
+
emit(this, "pc-input");
|
|
1894
|
+
emit(this, "pc-change");
|
|
1895
|
+
}
|
|
1896
|
+
this.input.focus();
|
|
1897
|
+
}
|
|
1898
|
+
handleKeyDown(event) {
|
|
1899
|
+
const hasModifier = event.metaKey || event.ctrlKey || event.shiftKey || event.altKey;
|
|
1900
|
+
if (event.key === "Enter" && !hasModifier) {
|
|
1901
|
+
setTimeout(() => {
|
|
1902
|
+
if (!event.defaultPrevented && !event.isComposing) {
|
|
1903
|
+
this.formControlController.submit();
|
|
1904
|
+
}
|
|
1905
|
+
});
|
|
1906
|
+
}
|
|
1907
|
+
}
|
|
1908
|
+
handlePasswordToggle() {
|
|
1909
|
+
this.passwordVisible = !this.passwordVisible;
|
|
1910
|
+
}
|
|
1911
|
+
handleInvalid(event) {
|
|
1912
|
+
this.formControlController.setValidity(false);
|
|
1913
|
+
this.formControlController.emitInvalidEvent(event);
|
|
1914
|
+
}
|
|
1915
|
+
handleDisabledChange() {
|
|
1916
|
+
this.formControlController.setValidity(this.disabled);
|
|
1917
|
+
}
|
|
1918
|
+
handleStepChange() {
|
|
1919
|
+
this.input.step = String(this.step);
|
|
1920
|
+
this.formControlController.updateValidity();
|
|
1921
|
+
}
|
|
1922
|
+
async handleValueChange() {
|
|
1923
|
+
await this.updateComplete;
|
|
1924
|
+
this.formControlController.updateValidity();
|
|
1925
|
+
}
|
|
1926
|
+
/** Focuses the input. */
|
|
1927
|
+
focus(options) {
|
|
1928
|
+
this.input.focus(options);
|
|
1929
|
+
}
|
|
1930
|
+
/** Unfocuses the input (i.e., blurs it). */
|
|
1931
|
+
blur() {
|
|
1932
|
+
this.input.blur();
|
|
1933
|
+
}
|
|
1934
|
+
/** Selects all the text in the input. */
|
|
1935
|
+
select() {
|
|
1936
|
+
this.input.select();
|
|
1937
|
+
}
|
|
1938
|
+
/** Sets the start and end positions of the text selection (0‐based). */
|
|
1939
|
+
setSelectionRange(selectionStart, selectionEnd, selectionDirection = "none") {
|
|
1940
|
+
this.input.setSelectionRange(
|
|
1941
|
+
selectionStart,
|
|
1942
|
+
selectionEnd,
|
|
1943
|
+
selectionDirection
|
|
1944
|
+
);
|
|
1945
|
+
}
|
|
1946
|
+
/** Replaces a range of text with a new string. */
|
|
1947
|
+
setRangeText(replacement, start, end, selectMode = "preserve") {
|
|
1948
|
+
const selectionStart = start ?? this.input.selectionStart;
|
|
1949
|
+
const selectionEnd = end ?? this.input.selectionEnd;
|
|
1950
|
+
this.input.setRangeText(
|
|
1951
|
+
replacement,
|
|
1952
|
+
selectionStart,
|
|
1953
|
+
selectionEnd,
|
|
1954
|
+
selectMode
|
|
1955
|
+
);
|
|
1956
|
+
if (this.value !== this.input.value) {
|
|
1957
|
+
this.value = this.input.value;
|
|
1958
|
+
}
|
|
1959
|
+
}
|
|
1960
|
+
/** Displays the browser picker for an input element. This only works if the browser supports it for the input type. */
|
|
1961
|
+
showPicker() {
|
|
1962
|
+
if ("showPicker" in HTMLInputElement.prototype) {
|
|
1963
|
+
this.input.showPicker();
|
|
1964
|
+
}
|
|
1965
|
+
}
|
|
1966
|
+
/** Increments the value of a numeric input type by the value of the step attribute. */
|
|
1967
|
+
stepUp() {
|
|
1968
|
+
this.input.stepUp();
|
|
1969
|
+
if (this.value !== this.input.value) {
|
|
1970
|
+
this.value = this.input.value;
|
|
1971
|
+
}
|
|
1972
|
+
}
|
|
1973
|
+
/** Decrements the value of a numeric input type by the value of the step attribute. */
|
|
1974
|
+
stepDown() {
|
|
1975
|
+
this.input.stepDown();
|
|
1976
|
+
if (this.value !== this.input.value) {
|
|
1977
|
+
this.value = this.input.value;
|
|
1978
|
+
}
|
|
1979
|
+
}
|
|
1980
|
+
/** Checks for validity but does not show a validation message. Returns `true` when valid and `false` when invalid. */
|
|
1981
|
+
checkValidity() {
|
|
1982
|
+
return this.input.checkValidity();
|
|
1983
|
+
}
|
|
1984
|
+
/** Gets the associated form, if one exists. */
|
|
1985
|
+
getForm() {
|
|
1986
|
+
return this.formControlController.getForm();
|
|
1987
|
+
}
|
|
1988
|
+
/** Checks for validity and shows the browser’s validation message if the input is invalid. */
|
|
1989
|
+
reportValidity() {
|
|
1990
|
+
return this.input.reportValidity();
|
|
1991
|
+
}
|
|
1992
|
+
/** Sets a custom validation message. Pass an empty string to restore validity. */
|
|
1993
|
+
setCustomValidity(message) {
|
|
1994
|
+
this.input.setCustomValidity(message);
|
|
1995
|
+
this.formControlController.updateValidity();
|
|
1996
|
+
}
|
|
1997
|
+
render() {
|
|
1998
|
+
const hasLabelSlot = this.hasSlotController.test("label");
|
|
1999
|
+
const hasHintSlot = this.hasSlotController.test("hint");
|
|
2000
|
+
const hasLabel = this.label ? true : !!hasLabelSlot;
|
|
2001
|
+
const hasHint = this.hint ? true : !!hasHintSlot;
|
|
2002
|
+
const hasClearIcon = this.clearable && !this.disabled && !this.readonly;
|
|
2003
|
+
const isClearIconVisible = hasClearIcon && (typeof this.value === "number" || this.value.length > 0);
|
|
2004
|
+
return x`
|
|
2005
|
+
<label
|
|
2006
|
+
part="label"
|
|
2007
|
+
class="label"
|
|
2008
|
+
for="input"
|
|
2009
|
+
aria-hidden=${hasLabel ? "false" : "true"}
|
|
2010
|
+
>
|
|
2011
|
+
<slot name="label">${this.label}</slot>
|
|
2012
|
+
</label>
|
|
2013
|
+
|
|
2014
|
+
<div part="input" class="text-field">
|
|
2015
|
+
<slot class="prefix" part="prefix" name="prefix"></slot>
|
|
2016
|
+
|
|
2017
|
+
<input
|
|
2018
|
+
part="base"
|
|
2019
|
+
class="control"
|
|
2020
|
+
id="input"
|
|
2021
|
+
type=${this.type === "password" && this.passwordVisible ? "text" : this.type}
|
|
2022
|
+
title=${this.title}
|
|
2023
|
+
name=${o6(this.name)}
|
|
2024
|
+
?disabled=${this.disabled}
|
|
2025
|
+
?readonly=${this.readonly}
|
|
2026
|
+
?required=${this.required}
|
|
2027
|
+
placeholder=${o6(this.placeholder)}
|
|
2028
|
+
min=${o6(this.min)}
|
|
2029
|
+
minlength=${o6(this.minlength)}
|
|
2030
|
+
max=${o6(this.max)}
|
|
2031
|
+
maxlength=${o6(this.maxlength)}
|
|
2032
|
+
step=${o6(this.step)}
|
|
2033
|
+
.value=${l3(this.value)}
|
|
2034
|
+
autocapitalize=${o6(this.autocapitalize)}
|
|
2035
|
+
autocomplete=${o6(this.autocomplete)}
|
|
2036
|
+
autocorrect=${o6(this.autocorrect)}
|
|
2037
|
+
?autofocus=${this.autofocus}
|
|
2038
|
+
spellcheck=${this.spellcheck}
|
|
2039
|
+
pattern=${o6(this.pattern)}
|
|
2040
|
+
enterkeyhint=${o6(this.enterkeyhint)}
|
|
2041
|
+
inputmode=${o6(this.inputmode)}
|
|
2042
|
+
aria-describedby="hint"
|
|
2043
|
+
@focus=${this.handleFocus}
|
|
2044
|
+
@blur=${this.handleBlur}
|
|
2045
|
+
@change=${this.handleChange}
|
|
2046
|
+
@input=${this.handleInput}
|
|
2047
|
+
@keydown=${this.handleKeyDown}
|
|
2048
|
+
@invalid=${this.handleInvalid}
|
|
2049
|
+
/>
|
|
2050
|
+
|
|
2051
|
+
${isClearIconVisible ? x`
|
|
2052
|
+
<button
|
|
2053
|
+
class="clear"
|
|
2054
|
+
part="clear-button"
|
|
2055
|
+
type="button"
|
|
2056
|
+
aria-label=${this.localize.term("clearEntry")}
|
|
2057
|
+
@click=${this.handleClearClick}
|
|
2058
|
+
tabindex="-1"
|
|
2059
|
+
>
|
|
2060
|
+
<slot name="clear-icon">
|
|
2061
|
+
<pc-icon
|
|
2062
|
+
library="system"
|
|
2063
|
+
icon-style="regular"
|
|
2064
|
+
name="circle-xmark"
|
|
2065
|
+
></pc-icon>
|
|
2066
|
+
</slot>
|
|
2067
|
+
</button>
|
|
2068
|
+
` : ""}
|
|
2069
|
+
${this.passwordToggle && !this.disabled ? x`
|
|
2070
|
+
<button
|
|
2071
|
+
class="password-toggle"
|
|
2072
|
+
part="password-toggle-button"
|
|
2073
|
+
type="button"
|
|
2074
|
+
aria-label=${this.localize.term(
|
|
2075
|
+
this.passwordVisible ? "hidePassword" : "showPassword"
|
|
2076
|
+
)}
|
|
2077
|
+
@click=${this.handlePasswordToggle}
|
|
2078
|
+
tabindex="-1"
|
|
2079
|
+
>
|
|
2080
|
+
${!this.passwordVisible ? x`
|
|
2081
|
+
<slot name="show-password-icon">
|
|
2082
|
+
<pc-icon
|
|
2083
|
+
library="system"
|
|
2084
|
+
icon-style="regular"
|
|
2085
|
+
name="eye-slash"
|
|
2086
|
+
></pc-icon>
|
|
2087
|
+
</slot>
|
|
2088
|
+
` : x`
|
|
2089
|
+
<slot name="hide-password-icon">
|
|
2090
|
+
<pc-icon
|
|
2091
|
+
library="system"
|
|
2092
|
+
icon-style="regular"
|
|
2093
|
+
name="eye"
|
|
2094
|
+
></pc-icon>
|
|
2095
|
+
</slot>
|
|
2096
|
+
`}
|
|
2097
|
+
</button>
|
|
2098
|
+
` : ""}
|
|
2099
|
+
|
|
2100
|
+
<slot class="suffix" part="suffix" name="suffix"></slot>
|
|
2101
|
+
</div>
|
|
2102
|
+
|
|
2103
|
+
<slot
|
|
2104
|
+
class=${e7({ "has-hint": hasHint })}
|
|
2105
|
+
part="hint"
|
|
2106
|
+
id="hint"
|
|
2107
|
+
name="hint"
|
|
2108
|
+
aria-hidden=${hasHint ? "false" : "true"}
|
|
2109
|
+
>
|
|
2110
|
+
${this.hint}
|
|
2111
|
+
</slot>
|
|
2112
|
+
`;
|
|
2113
|
+
}
|
|
2114
|
+
};
|
|
2115
|
+
/** @internal This is an internal static property. */
|
|
2116
|
+
PcInput.css = [form_control_default, size_default, input_default];
|
|
2117
|
+
/** @internal This is an internal static property. */
|
|
2118
|
+
PcInput.dependencies = { "pc-icon": PcIcon };
|
|
2119
|
+
__decorateClass([
|
|
2120
|
+
e5(".control")
|
|
2121
|
+
], PcInput.prototype, "input", 2);
|
|
2122
|
+
__decorateClass([
|
|
2123
|
+
r5()
|
|
2124
|
+
], PcInput.prototype, "hasFocus", 2);
|
|
2125
|
+
__decorateClass([
|
|
2126
|
+
n4()
|
|
2127
|
+
], PcInput.prototype, "title", 2);
|
|
2128
|
+
__decorateClass([
|
|
2129
|
+
n4({ reflect: true })
|
|
2130
|
+
], PcInput.prototype, "type", 2);
|
|
2131
|
+
__decorateClass([
|
|
2132
|
+
n4()
|
|
2133
|
+
], PcInput.prototype, "name", 2);
|
|
2134
|
+
__decorateClass([
|
|
2135
|
+
n4()
|
|
2136
|
+
], PcInput.prototype, "value", 2);
|
|
2137
|
+
__decorateClass([
|
|
2138
|
+
defaultValue()
|
|
2139
|
+
], PcInput.prototype, "defaultValue", 2);
|
|
2140
|
+
__decorateClass([
|
|
2141
|
+
n4({ reflect: true })
|
|
2142
|
+
], PcInput.prototype, "size", 2);
|
|
2143
|
+
__decorateClass([
|
|
2144
|
+
n4({ type: Boolean, reflect: true })
|
|
2145
|
+
], PcInput.prototype, "filled", 2);
|
|
2146
|
+
__decorateClass([
|
|
2147
|
+
n4({ type: Boolean, reflect: true })
|
|
2148
|
+
], PcInput.prototype, "pill", 2);
|
|
2149
|
+
__decorateClass([
|
|
2150
|
+
n4()
|
|
2151
|
+
], PcInput.prototype, "label", 2);
|
|
2152
|
+
__decorateClass([
|
|
2153
|
+
n4()
|
|
2154
|
+
], PcInput.prototype, "hint", 2);
|
|
2155
|
+
__decorateClass([
|
|
2156
|
+
n4({ type: Boolean })
|
|
2157
|
+
], PcInput.prototype, "clearable", 2);
|
|
2158
|
+
__decorateClass([
|
|
2159
|
+
n4({ type: Boolean, reflect: true })
|
|
2160
|
+
], PcInput.prototype, "disabled", 2);
|
|
2161
|
+
__decorateClass([
|
|
2162
|
+
n4()
|
|
2163
|
+
], PcInput.prototype, "placeholder", 2);
|
|
2164
|
+
__decorateClass([
|
|
2165
|
+
n4({ type: Boolean, reflect: true })
|
|
2166
|
+
], PcInput.prototype, "readonly", 2);
|
|
2167
|
+
__decorateClass([
|
|
2168
|
+
n4({ attribute: "password-toggle", type: Boolean })
|
|
2169
|
+
], PcInput.prototype, "passwordToggle", 2);
|
|
2170
|
+
__decorateClass([
|
|
2171
|
+
n4({ attribute: "password-visible", type: Boolean })
|
|
2172
|
+
], PcInput.prototype, "passwordVisible", 2);
|
|
2173
|
+
__decorateClass([
|
|
2174
|
+
n4({ attribute: "no-spin-buttons", type: Boolean })
|
|
2175
|
+
], PcInput.prototype, "noSpinButtons", 2);
|
|
2176
|
+
__decorateClass([
|
|
2177
|
+
n4({ reflect: true })
|
|
2178
|
+
], PcInput.prototype, "form", 2);
|
|
2179
|
+
__decorateClass([
|
|
2180
|
+
n4({ type: Boolean, reflect: true })
|
|
2181
|
+
], PcInput.prototype, "required", 2);
|
|
2182
|
+
__decorateClass([
|
|
2183
|
+
n4()
|
|
2184
|
+
], PcInput.prototype, "pattern", 2);
|
|
2185
|
+
__decorateClass([
|
|
2186
|
+
n4()
|
|
2187
|
+
], PcInput.prototype, "minlength", 2);
|
|
2188
|
+
__decorateClass([
|
|
2189
|
+
n4()
|
|
2190
|
+
], PcInput.prototype, "maxlength", 2);
|
|
2191
|
+
__decorateClass([
|
|
2192
|
+
n4()
|
|
2193
|
+
], PcInput.prototype, "min", 2);
|
|
2194
|
+
__decorateClass([
|
|
2195
|
+
n4()
|
|
2196
|
+
], PcInput.prototype, "max", 2);
|
|
2197
|
+
__decorateClass([
|
|
2198
|
+
n4()
|
|
2199
|
+
], PcInput.prototype, "step", 2);
|
|
2200
|
+
__decorateClass([
|
|
2201
|
+
n4()
|
|
2202
|
+
], PcInput.prototype, "autocapitalize", 2);
|
|
2203
|
+
__decorateClass([
|
|
2204
|
+
n4({
|
|
2205
|
+
type: Boolean,
|
|
2206
|
+
converter: {
|
|
2207
|
+
fromAttribute: (value) => !value || value === "off" ? false : true,
|
|
2208
|
+
toAttribute: (value) => value ? "on" : "off"
|
|
2209
|
+
}
|
|
2210
|
+
})
|
|
2211
|
+
], PcInput.prototype, "autocorrect", 2);
|
|
2212
|
+
__decorateClass([
|
|
2213
|
+
n4()
|
|
2214
|
+
], PcInput.prototype, "autocomplete", 2);
|
|
2215
|
+
__decorateClass([
|
|
2216
|
+
n4({ type: Boolean })
|
|
2217
|
+
], PcInput.prototype, "autofocus", 2);
|
|
2218
|
+
__decorateClass([
|
|
2219
|
+
n4()
|
|
2220
|
+
], PcInput.prototype, "enterkeyhint", 2);
|
|
2221
|
+
__decorateClass([
|
|
2222
|
+
n4({
|
|
2223
|
+
type: Boolean,
|
|
2224
|
+
converter: {
|
|
2225
|
+
fromAttribute: (value) => !value || value === "off" ? false : true,
|
|
2226
|
+
toAttribute: (value) => value ? "on" : "off"
|
|
2227
|
+
}
|
|
2228
|
+
})
|
|
2229
|
+
], PcInput.prototype, "spellcheck", 2);
|
|
2230
|
+
__decorateClass([
|
|
2231
|
+
n4()
|
|
2232
|
+
], PcInput.prototype, "inputmode", 2);
|
|
2233
|
+
__decorateClass([
|
|
2234
|
+
watch("disabled", { waitUntilFirstUpdate: true })
|
|
2235
|
+
], PcInput.prototype, "handleDisabledChange", 1);
|
|
2236
|
+
__decorateClass([
|
|
2237
|
+
watch("step", { waitUntilFirstUpdate: true })
|
|
2238
|
+
], PcInput.prototype, "handleStepChange", 1);
|
|
2239
|
+
__decorateClass([
|
|
2240
|
+
watch("value", { waitUntilFirstUpdate: true })
|
|
2241
|
+
], PcInput.prototype, "handleValueChange", 1);
|
|
2242
|
+
PcInput = __decorateClass([
|
|
2243
|
+
t3("pc-input")
|
|
2244
|
+
], PcInput);
|
|
2245
|
+
export {
|
|
2246
|
+
PcInput
|
|
2247
|
+
};
|
|
2248
|
+
/*! Bundled license information:
|
|
2249
|
+
|
|
2250
|
+
@lit/reactive-element/css-tag.js:
|
|
2251
|
+
(**
|
|
2252
|
+
* @license
|
|
2253
|
+
* Copyright 2019 Google LLC
|
|
2254
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
2255
|
+
*)
|
|
2256
|
+
|
|
2257
|
+
@lit/reactive-element/reactive-element.js:
|
|
2258
|
+
lit-html/lit-html.js:
|
|
2259
|
+
lit-element/lit-element.js:
|
|
2260
|
+
@lit/reactive-element/decorators/custom-element.js:
|
|
2261
|
+
@lit/reactive-element/decorators/property.js:
|
|
2262
|
+
@lit/reactive-element/decorators/state.js:
|
|
2263
|
+
@lit/reactive-element/decorators/event-options.js:
|
|
2264
|
+
@lit/reactive-element/decorators/base.js:
|
|
2265
|
+
@lit/reactive-element/decorators/query.js:
|
|
2266
|
+
@lit/reactive-element/decorators/query-all.js:
|
|
2267
|
+
@lit/reactive-element/decorators/query-async.js:
|
|
2268
|
+
@lit/reactive-element/decorators/query-assigned-nodes.js:
|
|
2269
|
+
lit-html/directive.js:
|
|
2270
|
+
(**
|
|
2271
|
+
* @license
|
|
2272
|
+
* Copyright 2017 Google LLC
|
|
2273
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
2274
|
+
*)
|
|
2275
|
+
|
|
2276
|
+
lit-html/is-server.js:
|
|
2277
|
+
(**
|
|
2278
|
+
* @license
|
|
2279
|
+
* Copyright 2022 Google LLC
|
|
2280
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
2281
|
+
*)
|
|
2282
|
+
|
|
2283
|
+
@lit/reactive-element/decorators/query-assigned-elements.js:
|
|
2284
|
+
(**
|
|
2285
|
+
* @license
|
|
2286
|
+
* Copyright 2021 Google LLC
|
|
2287
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
2288
|
+
*)
|
|
2289
|
+
|
|
2290
|
+
lit-html/directives/class-map.js:
|
|
2291
|
+
lit-html/directives/if-defined.js:
|
|
2292
|
+
(**
|
|
2293
|
+
* @license
|
|
2294
|
+
* Copyright 2018 Google LLC
|
|
2295
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
2296
|
+
*)
|
|
2297
|
+
|
|
2298
|
+
lit-html/directive-helpers.js:
|
|
2299
|
+
lit-html/directives/live.js:
|
|
2300
|
+
(**
|
|
2301
|
+
* @license
|
|
2302
|
+
* Copyright 2020 Google LLC
|
|
2303
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
2304
|
+
*)
|
|
2305
|
+
*/
|