@sprawlify/vue 0.0.86 → 0.0.88
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/dist/{accordion-anatomy-SnniqySz.js → accordion-anatomy-Die9efSm.js} +1 -2
- package/dist/{alert-dialog-anatomy-30ATrUw1.d.ts → alert-dialog-anatomy-DYBPmcE-.d.ts} +1 -1
- package/dist/{alert-dialog-anatomy-6UZ4w58n.js → alert-dialog-anatomy-DubFij06.js} +1 -3
- package/dist/{angle-slider-anatomy-cYknk1iJ.js → angle-slider-anatomy-CUpFahN5.js} +1 -2
- package/dist/{avatar-anatomy-CZqJnRiE.js → avatar-anatomy-_KMpd2cT.js} +1 -2
- package/dist/{boolean-DRNklbLz.js → boolean-ClZYREcr.js} +1 -2
- package/dist/{bottom-sheet-anatomy-C8vx9fBH.js → bottom-sheet-anatomy-C70fosOT.js} +1 -2
- package/dist/carousel-anatomy-Bm8A0IeH.d.ts +6 -0
- package/dist/{carousel-anatomy-DTNJ2jpa.js → carousel-anatomy-DpBacyBH.js} +1 -3
- package/dist/{checkbox-anatomy-DBY0IiWr.js → checkbox-anatomy-BIeQD0fF.js} +1 -3
- package/dist/checkbox-anatomy-D_EEk_7M.d.ts +6 -0
- package/dist/chunk-pbuEa-1d.js +13 -0
- package/dist/{clean-props-DsGHTEpm.js → clean-props-C5aydRx_.js} +1 -2
- package/dist/{clipboard-anatomy-DemY_7_4.js → clipboard-anatomy-C6AmRH0k.js} +1 -2
- package/dist/{collapsible-anatomy-B63RaMgq.js → collapsible-anatomy-BIdE3Swa.js} +1 -2
- package/dist/{collapsible-BElUfyVR.js → collapsible-nSsGHMUx.js} +19 -53
- package/dist/{collection-CBh5p7A_.js → collection-DxYHutYn.js} +3 -10
- package/dist/{color-picker-anatomy-B-_n1c9M.d.ts → color-picker-anatomy-BqAv-ES8.d.ts} +2 -2
- package/dist/{color-picker-anatomy-BFaHjy9O.js → color-picker-anatomy-DAgWuOv8.js} +1 -3
- package/dist/combobox-anatomy-BnRNSgHI.d.ts +6 -0
- package/dist/{combobox-anatomy-Bottj4lE.js → combobox-anatomy-BojTG5Ws.js} +1 -3
- package/dist/components/accordion/index.d.ts +20 -20
- package/dist/components/accordion/index.js +27 -74
- package/dist/components/alert-dialog/index.d.ts +32 -31
- package/dist/components/alert-dialog/index.js +30 -84
- package/dist/components/anatomy.d.ts +51 -51
- package/dist/components/anatomy.js +53 -55
- package/dist/components/angle-slider/index.d.ts +17 -17
- package/dist/components/angle-slider/index.js +28 -82
- package/dist/components/aspect-ratio/index.d.ts +8 -8
- package/dist/components/aspect-ratio/index.js +15 -39
- package/dist/components/avatar/index.d.ts +12 -12
- package/dist/components/avatar/index.js +18 -47
- package/dist/components/bottom-sheet/index.d.ts +23 -23
- package/dist/components/bottom-sheet/index.js +32 -86
- package/dist/components/carousel/index.d.ts +20 -20
- package/dist/components/carousel/index.js +35 -104
- package/dist/components/checkbox/index.d.ts +22 -22
- package/dist/components/checkbox/index.js +31 -83
- package/dist/components/client-only/index.d.ts +2 -2
- package/dist/components/client-only/index.js +5 -10
- package/dist/components/clipboard/index.d.ts +16 -16
- package/dist/components/clipboard/index.js +27 -76
- package/dist/components/collapsible/index.d.ts +15 -15
- package/dist/components/collapsible/index.js +7 -8
- package/dist/components/collection/index.d.ts +1 -1
- package/dist/components/collection/index.js +3 -4
- package/dist/components/color-picker/index.d.ts +51 -52
- package/dist/components/color-picker/index.js +70 -223
- package/dist/components/combobox/index.d.ts +36 -36
- package/dist/components/combobox/index.js +49 -146
- package/dist/components/date-picker/index.d.ts +45 -45
- package/dist/components/date-picker/index.js +66 -204
- package/dist/components/dialog/index.d.ts +32 -31
- package/dist/components/dialog/index.js +30 -84
- package/dist/components/download-trigger/index.d.ts +4 -4
- package/dist/components/download-trigger/index.js +8 -13
- package/dist/components/dropdown-menu/index.d.ts +50 -51
- package/dist/components/dropdown-menu/index.js +50 -159
- package/dist/components/editable/index.d.ts +26 -26
- package/dist/components/editable/index.js +32 -91
- package/dist/components/field/index.d.ts +24 -24
- package/dist/components/field/index.js +7 -8
- package/dist/components/fieldset/index.d.ts +12 -12
- package/dist/components/fieldset/index.js +7 -8
- package/dist/components/file-upload/index.d.ts +25 -25
- package/dist/components/file-upload/index.js +40 -121
- package/dist/components/floating-panel/index.d.ts +27 -27
- package/dist/components/floating-panel/index.js +37 -111
- package/dist/components/focus-trap/index.d.ts +5 -5
- package/dist/components/focus-trap/index.js +7 -12
- package/dist/components/format/index.d.ts +4 -4
- package/dist/components/format/index.js +11 -27
- package/dist/components/frame/index.d.ts +6 -6
- package/dist/components/frame/index.js +8 -18
- package/dist/components/highlight/index.d.ts +4 -4
- package/dist/components/highlight/index.js +6 -11
- package/dist/components/hover-card/index.d.ts +26 -26
- package/dist/components/hover-card/index.js +26 -70
- package/dist/components/image-cropper/index.d.ts +15 -15
- package/dist/components/image-cropper/index.js +24 -68
- package/dist/components/json-tree-view/index.d.ts +10 -14
- package/dist/components/json-tree-view/index.js +24 -59
- package/dist/components/listbox/index.d.ts +23 -23
- package/dist/components/listbox/index.js +37 -114
- package/dist/components/marquee/index.d.ts +24 -24
- package/dist/components/marquee/index.js +22 -62
- package/dist/components/navigation-menu/index.d.ts +21 -21
- package/dist/components/navigation-menu/index.js +36 -107
- package/dist/components/number-input/index.d.ts +24 -24
- package/dist/components/number-input/index.js +30 -84
- package/dist/components/pagination/index.d.ts +16 -16
- package/dist/components/pagination/index.js +26 -75
- package/dist/components/password-input/index.d.ts +25 -25
- package/dist/components/password-input/index.js +27 -71
- package/dist/components/pin-input/index.d.ts +19 -19
- package/dist/components/pin-input/index.js +24 -63
- package/dist/components/popover/index.d.ts +34 -34
- package/dist/components/popover/index.js +36 -105
- package/dist/components/presence/index.d.ts +1 -2
- package/dist/components/presence/index.js +5 -6
- package/dist/components/progress/index.d.ts +16 -16
- package/dist/components/progress/index.js +30 -89
- package/dist/components/qr-code/index.d.ts +12 -12
- package/dist/components/qr-code/index.js +22 -61
- package/dist/components/radio-group/index.d.ts +18 -18
- package/dist/components/radio-group/index.js +31 -87
- package/dist/components/rating-group/index.d.ts +16 -16
- package/dist/components/rating-group/index.js +26 -71
- package/dist/components/scroll-area/index.d.ts +13 -14
- package/dist/components/scroll-area/index.js +26 -75
- package/dist/components/segment-group/index.d.ts +17 -17
- package/dist/components/segment-group/index.js +28 -84
- package/dist/components/select/index.d.ts +36 -36
- package/dist/components/select/index.js +52 -152
- package/dist/components/separator/index.d.ts +8 -8
- package/dist/components/separator/index.js +14 -33
- package/dist/components/signature-pad/index.d.ts +17 -17
- package/dist/components/signature-pad/index.js +28 -77
- package/dist/components/slider/index.d.ts +22 -22
- package/dist/components/slider/index.js +34 -104
- package/dist/components/splitter/index.d.ts +15 -15
- package/dist/components/splitter/index.js +20 -55
- package/dist/components/steps/index.d.ts +21 -21
- package/dist/components/steps/index.js +36 -112
- package/dist/components/switch/index.d.ts +17 -17
- package/dist/components/switch/index.js +24 -63
- package/dist/components/tabs/index.d.ts +17 -17
- package/dist/components/tabs/index.js +24 -63
- package/dist/components/tags-input/index.d.ts +33 -33
- package/dist/components/tags-input/index.js +38 -114
- package/dist/components/timer/index.d.ts +15 -15
- package/dist/components/timer/index.js +24 -68
- package/dist/components/toast/index.d.ts +12 -12
- package/dist/components/toast/index.js +23 -67
- package/dist/components/toggle/index.d.ts +10 -10
- package/dist/components/toggle/index.js +14 -33
- package/dist/components/toggle-group/index.d.ts +12 -12
- package/dist/components/toggle-group/index.js +16 -40
- package/dist/components/tooltip/index.d.ts +21 -21
- package/dist/components/tooltip/index.js +26 -70
- package/dist/components/tour/index.d.ts +32 -32
- package/dist/components/tour/index.js +40 -120
- package/dist/components/tree-view/index.d.ts +3 -6
- package/dist/components/tree-view/index.js +10 -12
- package/dist/{core-DNndr38p.js → core-BW88ya4i.js} +1 -7
- package/dist/{create-context-Ds1GbsVc.js → create-context-BqbKqBMN.js} +1 -3
- package/dist/{create-split-props-D8oe6Rby.js → create-split-props-D32I38aE.js} +1 -2
- package/dist/date-picker-anatomy-25--l_tH.d.ts +6 -0
- package/dist/{date-picker-anatomy-D1WbzCFG.js → date-picker-anatomy-BDzIBS0o.js} +1 -3
- package/dist/{dialog-anatomy-DI8a_vZ_.js → dialog-anatomy-CepqHVuS.js} +1 -2
- package/dist/{dropdown-menu-anatomy-C1luUwqi.js → dropdown-menu-anatomy-B_HvpVky.js} +1 -2
- package/dist/{editable-anatomy-C2-pGLpA.js → editable-anatomy-xpYIbclJ.js} +1 -2
- package/dist/{factory-BQk6RiOp.js → factory-DNG1el63.js} +2 -7
- package/dist/{field-CSIjIoIl.js → field-GralVrIX.js} +26 -80
- package/dist/{field-anatomy-C90WAETb.js → field-anatomy-BloFzq7T.js} +1 -3
- package/dist/field-anatomy-D1xRXQeF.d.ts +6 -0
- package/dist/{fieldset-B_KIoaji.js → fieldset-Qrb1hBnw.js} +18 -52
- package/dist/fieldset-anatomy-CcZfEnO-.d.ts +6 -0
- package/dist/{fieldset-anatomy-BjnxJmos.js → fieldset-anatomy-DBAg0hLg.js} +1 -3
- package/dist/{file-upload-anatomy-CxltMFrA.js → file-upload-anatomy-vzjeLbps.js} +1 -2
- package/dist/{floating-panel-anatomy-DwLUJ70s.js → floating-panel-anatomy-BgEeNv0z.js} +1 -2
- package/dist/{hover-card-anatomy-BnLr7TCv.js → hover-card-anatomy-BiBVumql.js} +1 -2
- package/dist/{image-cropper-anatomy--tXgRMD1.js → image-cropper-anatomy-D3tfc-sw.js} +1 -3
- package/dist/image-cropper-anatomy-DW4Ru-ZX.d.ts +6 -0
- package/dist/{index-BKjU1a1o.d.ts → index-BbSg4qcW.d.ts} +33 -33
- package/dist/{index-DjuCoctg.d.ts → index-BiapeCBm.d.ts} +10 -10
- package/dist/{index-C4Iu0cYK.d.ts → index-aJnwDHff.d.ts} +7 -7
- package/dist/index.d.ts +4 -4
- package/dist/index.js +6 -7
- package/dist/{listbox-anatomy-CddfyW7E.js → listbox-anatomy-BTXGGkHn.js} +1 -3
- package/dist/listbox-anatomy-Dm_o-fKs.d.ts +6 -0
- package/dist/{marquee-anatomy-TY8wb27T.js → marquee-anatomy-CuY5-sxQ.js} +1 -2
- package/dist/{navigation-menu-anatomy-JKXIjyhE.js → navigation-menu-anatomy-C8G7WCQT.js} +1 -2
- package/dist/{number-input-anatomy-BLwFRRq-.js → number-input-anatomy-BnIfIxWe.js} +1 -2
- package/dist/{pagination-anatomy-BMvizHtN.js → pagination-anatomy-GDzxsFmi.js} +1 -2
- package/dist/{password-input-anatomy-DeIesU0v.js → password-input-anatomy-DnfxaJJb.js} +1 -2
- package/dist/{pin-input-anatomy-B6uaxLlM.js → pin-input-anatomy-BIMEBnI2.js} +1 -2
- package/dist/{popover-anatomy-B_sMgR6Y.js → popover-anatomy-DE5hgrvL.js} +1 -2
- package/dist/{presence-dN5CCq_x.js → presence-CxNxMceK.js} +6 -14
- package/dist/{progress-anatomy-COz0DGNs.js → progress-anatomy-B-Zd5hLA.js} +1 -2
- package/dist/{providers-DNBWT-O_.js → providers-Cm-xBdVY.js} +6 -22
- package/dist/{qr-code-anatomy-CWoAkOaY.js → qr-code-anatomy-CRPLhSvp.js} +1 -2
- package/dist/{radio-group-anatomy-BSnuxQR6.js → radio-group-anatomy-MQ77y9Ly.js} +1 -2
- package/dist/{rating-group-anatomy-xU1gWoAB.js → rating-group-anatomy-DFCmCaAm.js} +1 -2
- package/dist/{scroll-area-anatomy-D54kUb_3.js → scroll-area-anatomy-12L_PN6-.js} +1 -2
- package/dist/{segment-group-anatomy-DKnrj_EM.js → segment-group-anatomy-CfDAqJG5.js} +1 -3
- package/dist/segment-group-anatomy-DHML8ODG.d.ts +6 -0
- package/dist/{select-anatomy-BgXYHjfI.js → select-anatomy-C3xVuuOA.js} +1 -2
- package/dist/{separator-anatomy-BeoGOxS-.js → separator-anatomy-DNo6fxgH.js} +1 -2
- package/dist/{signature-pad-anatomy-Cxt4qb07.js → signature-pad-anatomy--FrLBUvh.js} +1 -2
- package/dist/{slider-anatomy-BuyabqTj.js → slider-anatomy-B4hwb17i.js} +1 -2
- package/dist/{splitter-anatomy-D7ot-MkT.js → splitter-anatomy-C3pN_mFn.js} +1 -2
- package/dist/{steps-anatomy-DjlPHIKh.js → steps-anatomy-CbPJUew1.js} +1 -2
- package/dist/{switch-anatomy-IGlvYF5l.js → switch-anatomy-D5Q54mGY.js} +1 -2
- package/dist/{tabs-anatomy-Ddv_VY6n.js → tabs-anatomy-DU5e5PwZ.js} +1 -2
- package/dist/{tags-input-anatomy-VaastGb3.js → tags-input-anatomy-BhGRRfIw.js} +1 -2
- package/dist/{timer-anatomy-CV4qiG7g.js → timer-anatomy-GlYZryvG.js} +1 -2
- package/dist/{toast-anatomy-C_s7MQnn.js → toast-anatomy-DiPVPI_x.js} +1 -2
- package/dist/toggle-anatomy-CAfJOViG.d.ts +6 -0
- package/dist/{toggle-anatomy-BKqatqaO.js → toggle-anatomy-Cvb2YZ0Z.js} +2 -4
- package/dist/{toggle-group-anatomy-SARieWDI.js → toggle-group-anatomy-cGA-KM8t.js} +1 -2
- package/dist/{tooltip-anatomy-BgD3KTo1.js → tooltip-anatomy-Py7dhRtQ.js} +1 -2
- package/dist/tour-anatomy-C81YCpD4.d.ts +6 -0
- package/dist/{tour-anatomy-f2x7a1w3.js → tour-anatomy-VBbJhmJa.js} +1 -3
- package/dist/{tree-view-U-tpyVm_.js → tree-view-CKhw9GP-.js} +51 -157
- package/dist/{tree-view-anatomy-CefyMmul.js → tree-view-anatomy-BK8OR6TX.js} +1 -2
- package/dist/{use-render-strategy-3G0_HWbg.js → use-render-strategy-QgtvU85q.js} +2 -4
- package/dist/{utils-B4FuOOE-.js → utils-BL0VqhHN.js} +1 -5
- package/package.json +2 -2
- package/dist/carousel-anatomy-Bert9HyJ.d.ts +0 -6
- package/dist/checkbox-anatomy-DfUQa76b.d.ts +0 -6
- package/dist/chunk-BN_g-Awi.js +0 -18
- package/dist/combobox-anatomy-D38F3K1t.d.ts +0 -6
- package/dist/date-picker-anatomy-mkd3sfuN.d.ts +0 -6
- package/dist/field-anatomy-9oS_bdTz.d.ts +0 -6
- package/dist/fieldset-anatomy-ad_EZpJX.d.ts +0 -6
- package/dist/image-cropper-anatomy-CyP4JFSK.d.ts +0 -6
- package/dist/listbox-anatomy-S7P8E9g0.d.ts +0 -6
- package/dist/segment-group-anatomy-DzHeIm8g.d.ts +0 -6
- package/dist/toggle-anatomy-xiDQ91vN.d.ts +0 -6
- package/dist/tour-anatomy-8PAQp7R_.d.ts +0 -6
- /package/dist/{accordion-anatomy-Bxs15n6t.d.ts → accordion-anatomy-DH1HE1RK.d.ts} +0 -0
- /package/dist/{angle-slider-anatomy-whG3APHN.d.ts → angle-slider-anatomy-CPWlz22O.d.ts} +0 -0
- /package/dist/{avatar-anatomy-CHyA19ld.d.ts → avatar-anatomy-C15IaG7l.d.ts} +0 -0
- /package/dist/{bottom-sheet-anatomy-CuhyzaDM.d.ts → bottom-sheet-anatomy-DoteJlEZ.d.ts} +0 -0
- /package/dist/{clipboard-anatomy-CIC99c59.d.ts → clipboard-anatomy-dy6XNAbY.d.ts} +0 -0
- /package/dist/{collapsible-anatomy-hcVAnOIR.d.ts → collapsible-anatomy-DUZOe3-a.d.ts} +0 -0
- /package/dist/{dialog-anatomy-DXEWrwRi.d.ts → dialog-anatomy-DJDXF2AU.d.ts} +0 -0
- /package/dist/{dropdown-menu-anatomy-vJ1-APdg.d.ts → dropdown-menu-anatomy-Bv4vy6dU.d.ts} +0 -0
- /package/dist/{editable-anatomy-DJJXhBV1.d.ts → editable-anatomy-CH0QFbjb.d.ts} +0 -0
- /package/dist/{factory-D4YHm1ne.d.ts → factory-bfEpUaB3.d.ts} +0 -0
- /package/dist/{file-upload-anatomy-iv0C7QVu.d.ts → file-upload-anatomy-Y99NDpIO.d.ts} +0 -0
- /package/dist/{floating-panel-anatomy-Dyr3lcgZ.d.ts → floating-panel-anatomy-BzVWrj8Z.d.ts} +0 -0
- /package/dist/{hover-card-anatomy-BSDDI0Kf.d.ts → hover-card-anatomy-LsFwl5DS.d.ts} +0 -0
- /package/dist/{index-adTDBnfd.d.ts → index-DuD8fQUF.d.ts} +0 -0
- /package/dist/{index-BJ8mRK6a.d.ts → index-ga2m_BD2.d.ts} +0 -0
- /package/dist/{marquee-anatomy-BzjeMztY.d.ts → marquee-anatomy-Bih8y_Mg.d.ts} +0 -0
- /package/dist/{navigation-menu-anatomy-De1ATxET.d.ts → navigation-menu-anatomy-B9CbXSLn.d.ts} +0 -0
- /package/dist/{number-input-anatomy-BPS2hzM6.d.ts → number-input-anatomy-ClW9jnI3.d.ts} +0 -0
- /package/dist/{pagination-anatomy-BCX85m-Q.d.ts → pagination-anatomy-z1SRvm4m.d.ts} +0 -0
- /package/dist/{password-input-anatomy-CNEwJOp9.d.ts → password-input-anatomy-DDG9gixy.d.ts} +0 -0
- /package/dist/{pin-input-anatomy-BKdH4pKx.d.ts → pin-input-anatomy-BCB1F1gJ.d.ts} +0 -0
- /package/dist/{popover-anatomy-BxYyvWrE.d.ts → popover-anatomy-BzXcxwHH.d.ts} +0 -0
- /package/dist/{presence-types-CC57eEhO.d.ts → presence-types-D-XuGmDH.d.ts} +0 -0
- /package/dist/{progress-anatomy-aZfuAwWj.d.ts → progress-anatomy-D93qXRoP.d.ts} +0 -0
- /package/dist/{qr-code-anatomy-CxjYwfAP.d.ts → qr-code-anatomy-CwXr0doo.d.ts} +0 -0
- /package/dist/{radio-group-anatomy-DExY7kYs.d.ts → radio-group-anatomy-DwXH2ZXh.d.ts} +0 -0
- /package/dist/{rating-group-anatomy-Dc0wPZu2.d.ts → rating-group-anatomy-vdkTXds1.d.ts} +0 -0
- /package/dist/{scroll-area-anatomy-DapfnNBU.d.ts → scroll-area-anatomy-D08heRlt.d.ts} +0 -0
- /package/dist/{select-anatomy-CitDj30H.d.ts → select-anatomy-6e2EwWE7.d.ts} +0 -0
- /package/dist/{separator-anatomy-pGDIt-mq.d.ts → separator-anatomy-BKWsJ9Pb.d.ts} +0 -0
- /package/dist/{signature-pad-anatomy-KbYu7JMW.d.ts → signature-pad-anatomy-D-FQgTUJ.d.ts} +0 -0
- /package/dist/{slider-anatomy-CZoxc1p8.d.ts → slider-anatomy-C0ICRZEy.d.ts} +0 -0
- /package/dist/{splitter-anatomy-CLOLZl0a.d.ts → splitter-anatomy-DI126PJz.d.ts} +0 -0
- /package/dist/{steps-anatomy-lbmXkG81.d.ts → steps-anatomy-J2AjQVd4.d.ts} +0 -0
- /package/dist/{switch-anatomy-pGW5yxP1.d.ts → switch-anatomy-BUXrsW2A.d.ts} +0 -0
- /package/dist/{tabs-anatomy-DAtPeBqj.d.ts → tabs-anatomy-CLk6qei_.d.ts} +0 -0
- /package/dist/{tags-input-anatomy-DyeuJ7Th.d.ts → tags-input-anatomy-Cj7pt60P.d.ts} +0 -0
- /package/dist/{timer-anatomy-IGgjTzux.d.ts → timer-anatomy-_ZScIflp.d.ts} +0 -0
- /package/dist/{toast-anatomy-BOrHt4-_.d.ts → toast-anatomy-C611urcE.d.ts} +0 -0
- /package/dist/{toggle-group-anatomy-DBV0OT7L.d.ts → toggle-group-anatomy-BMEHxthU.d.ts} +0 -0
- /package/dist/{tooltip-anatomy-T_76c603.d.ts → tooltip-anatomy-B2EMlOzF.d.ts} +0 -0
- /package/dist/{tree-view-anatomy-BZT1uz4I.d.ts → tree-view-anatomy-DiA9oPpn.d.ts} +0 -0
- /package/dist/{types-D_fjXif6.d.ts → types-CcpL2F4P.d.ts} +0 -0
- /package/dist/{use-render-strategy-CEbMLMD1.d.ts → use-render-strategy-CIHTgh6L.d.ts} +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { a as PolymorphicProps } from "../../factory-
|
|
2
|
-
import { t as RootEmits$1 } from "../../presence-types-
|
|
3
|
-
import { a as Optional, r as EmitFn$1 } from "../../types-
|
|
4
|
-
import { r as PropTypes } from "../../index-
|
|
5
|
-
import { t as RenderStrategyProps } from "../../use-render-strategy-
|
|
6
|
-
import { t as popoverAnatomy } from "../../popover-anatomy-
|
|
7
|
-
import * as
|
|
1
|
+
import { a as PolymorphicProps } from "../../factory-bfEpUaB3.js";
|
|
2
|
+
import { t as RootEmits$1 } from "../../presence-types-D-XuGmDH.js";
|
|
3
|
+
import { a as Optional, r as EmitFn$1 } from "../../types-CcpL2F4P.js";
|
|
4
|
+
import { r as PropTypes } from "../../index-ga2m_BD2.js";
|
|
5
|
+
import { t as RenderStrategyProps } from "../../use-render-strategy-CIHTgh6L.js";
|
|
6
|
+
import { t as popoverAnatomy } from "../../popover-anatomy-BzXcxwHH.js";
|
|
7
|
+
import * as vue from "vue";
|
|
8
8
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
9
|
-
import * as
|
|
9
|
+
import * as _sprawlify_primitives_machines_color_picker0 from "@sprawlify/primitives/machines/color-picker";
|
|
10
10
|
import * as popover from "@sprawlify/primitives/machines/popover";
|
|
11
11
|
import { FocusOutsideEvent, FocusOutsideEvent as PopoverFocusOutsideEvent, InteractOutsideEvent, InteractOutsideEvent as PopoverInteractOutsideEvent, OpenChangeDetails, OpenChangeDetails as PopoverOpenChangeDetails, PointerDownOutsideEvent, PointerDownOutsideEvent as PopoverPointerDownOutsideEvent } from "@sprawlify/primitives/machines/popover";
|
|
12
12
|
|
|
@@ -18,7 +18,7 @@ interface PopoverAnchorProps extends PopoverAnchorBaseProps,
|
|
|
18
18
|
*/
|
|
19
19
|
HTMLAttributes {}
|
|
20
20
|
declare const _default: typeof __VLS_export$12;
|
|
21
|
-
declare const __VLS_export$12: __VLS_WithSlots$12<
|
|
21
|
+
declare const __VLS_export$12: __VLS_WithSlots$12<vue.DefineComponent<PopoverAnchorProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<PopoverAnchorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
22
22
|
default?: (props: {}) => any;
|
|
23
23
|
}>;
|
|
24
24
|
type __VLS_WithSlots$12<T, S> = T & {
|
|
@@ -35,7 +35,7 @@ interface PopoverArrowTipProps extends PopoverArrowTipBaseProps,
|
|
|
35
35
|
*/
|
|
36
36
|
HTMLAttributes {}
|
|
37
37
|
declare const _default$2: typeof __VLS_export$11;
|
|
38
|
-
declare const __VLS_export$11: __VLS_WithSlots$11<
|
|
38
|
+
declare const __VLS_export$11: __VLS_WithSlots$11<vue.DefineComponent<PopoverArrowTipProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<PopoverArrowTipProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
39
39
|
default?: (props: {}) => any;
|
|
40
40
|
}>;
|
|
41
41
|
type __VLS_WithSlots$11<T, S> = T & {
|
|
@@ -52,7 +52,7 @@ interface PopoverArrowProps extends PopoverArrowBaseProps,
|
|
|
52
52
|
*/
|
|
53
53
|
HTMLAttributes {}
|
|
54
54
|
declare const _default$1: typeof __VLS_export$10;
|
|
55
|
-
declare const __VLS_export$10: __VLS_WithSlots$10<
|
|
55
|
+
declare const __VLS_export$10: __VLS_WithSlots$10<vue.DefineComponent<PopoverArrowProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<PopoverArrowProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
56
56
|
default?: (props: {}) => any;
|
|
57
57
|
}>;
|
|
58
58
|
type __VLS_WithSlots$10<T, S> = T & {
|
|
@@ -69,7 +69,7 @@ interface PopoverCloseTriggerProps extends PopoverCloseTriggerBaseProps,
|
|
|
69
69
|
*/
|
|
70
70
|
ButtonHTMLAttributes {}
|
|
71
71
|
declare const _default$3: typeof __VLS_export$9;
|
|
72
|
-
declare const __VLS_export$9: __VLS_WithSlots$9<
|
|
72
|
+
declare const __VLS_export$9: __VLS_WithSlots$9<vue.DefineComponent<PopoverCloseTriggerProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<PopoverCloseTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
73
73
|
default?: (props: {}) => any;
|
|
74
74
|
}>;
|
|
75
75
|
type __VLS_WithSlots$9<T, S> = T & {
|
|
@@ -86,7 +86,7 @@ interface PopoverContentProps extends PopoverContentBaseProps,
|
|
|
86
86
|
*/
|
|
87
87
|
HTMLAttributes {}
|
|
88
88
|
declare const _default$4: typeof __VLS_export$8;
|
|
89
|
-
declare const __VLS_export$8: __VLS_WithSlots$8<
|
|
89
|
+
declare const __VLS_export$8: __VLS_WithSlots$8<vue.DefineComponent<PopoverContentProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<PopoverContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
90
90
|
default?: (props: {}) => any;
|
|
91
91
|
}>;
|
|
92
92
|
type __VLS_WithSlots$8<T, S> = T & {
|
|
@@ -148,7 +148,7 @@ interface PopoverContextProps extends SlotsType<{
|
|
|
148
148
|
default: UnwrapRef<UsePopoverContext>;
|
|
149
149
|
}> {}
|
|
150
150
|
declare const _default$5: typeof __VLS_export$7;
|
|
151
|
-
declare const __VLS_export$7: __VLS_WithSlots$7<
|
|
151
|
+
declare const __VLS_export$7: __VLS_WithSlots$7<vue.DefineComponent<{}, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>, {
|
|
152
152
|
default(popover: UnwrapRef<UsePopoverContext>): unknown;
|
|
153
153
|
}>;
|
|
154
154
|
type __VLS_WithSlots$7<T, S> = T & {
|
|
@@ -165,7 +165,7 @@ interface PopoverDescriptionProps extends PopoverDescriptionBaseProps,
|
|
|
165
165
|
*/
|
|
166
166
|
HTMLAttributes {}
|
|
167
167
|
declare const _default$6: typeof __VLS_export$6;
|
|
168
|
-
declare const __VLS_export$6: __VLS_WithSlots$6<
|
|
168
|
+
declare const __VLS_export$6: __VLS_WithSlots$6<vue.DefineComponent<PopoverDescriptionProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<PopoverDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
169
169
|
default?: (props: {}) => any;
|
|
170
170
|
}>;
|
|
171
171
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -182,7 +182,7 @@ interface PopoverIndicatorProps extends PopoverIndicatorBaseProps,
|
|
|
182
182
|
*/
|
|
183
183
|
HTMLAttributes {}
|
|
184
184
|
declare const _default$7: typeof __VLS_export$5;
|
|
185
|
-
declare const __VLS_export$5: __VLS_WithSlots$5<
|
|
185
|
+
declare const __VLS_export$5: __VLS_WithSlots$5<vue.DefineComponent<PopoverIndicatorProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<PopoverIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
186
186
|
default?: (props: {}) => any;
|
|
187
187
|
}>;
|
|
188
188
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -199,7 +199,7 @@ interface PopoverPositionerProps extends PopoverPositionerBaseProps,
|
|
|
199
199
|
*/
|
|
200
200
|
HTMLAttributes {}
|
|
201
201
|
declare const _default$8: typeof __VLS_export$4;
|
|
202
|
-
declare const __VLS_export$4: __VLS_WithSlots$4<
|
|
202
|
+
declare const __VLS_export$4: __VLS_WithSlots$4<vue.DefineComponent<PopoverPositionerProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<PopoverPositionerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
203
203
|
default?: (props: {}) => any;
|
|
204
204
|
}>;
|
|
205
205
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -216,11 +216,11 @@ interface PopoverRootProviderBaseProps extends RootProviderProps, RenderStrategy
|
|
|
216
216
|
interface PopoverRootProviderProps extends PopoverRootProviderBaseProps {}
|
|
217
217
|
interface PopoverRootProviderEmits extends RootEmits$1 {}
|
|
218
218
|
declare const _default$10: typeof __VLS_export$3;
|
|
219
|
-
declare const __VLS_export$3: __VLS_WithSlots$3<
|
|
219
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue.DefineComponent<PopoverRootProviderProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
220
220
|
exitComplete: () => any;
|
|
221
|
-
}, string,
|
|
221
|
+
}, string, vue.PublicProps, Readonly<PopoverRootProviderProps> & Readonly<{
|
|
222
222
|
onExitComplete?: (() => any) | undefined;
|
|
223
|
-
}>, {}, {}, {}, {}, string,
|
|
223
|
+
}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
224
224
|
default?: (props: {}) => any;
|
|
225
225
|
}>;
|
|
226
226
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -234,13 +234,13 @@ interface PopoverRootBaseProps extends RootProps, RenderStrategyProps {}
|
|
|
234
234
|
interface PopoverRootProps extends PopoverRootBaseProps {}
|
|
235
235
|
interface PopoverRootEmits extends RootEmits {}
|
|
236
236
|
declare const _default$9: typeof __VLS_export$2;
|
|
237
|
-
declare const __VLS_export$2: __VLS_WithSlots$2<
|
|
237
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<PopoverRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
238
238
|
exitComplete: () => any;
|
|
239
239
|
openChange: (details: popover.OpenChangeDetails) => any;
|
|
240
240
|
"update:open": (open: boolean) => any;
|
|
241
|
-
focusOutside: (event:
|
|
242
|
-
interactOutside: (event:
|
|
243
|
-
pointerDownOutside: (event:
|
|
241
|
+
focusOutside: (event: _sprawlify_primitives_machines_color_picker0.FocusOutsideEvent) => any;
|
|
242
|
+
interactOutside: (event: _sprawlify_primitives_machines_color_picker0.InteractOutsideEvent) => any;
|
|
243
|
+
pointerDownOutside: (event: _sprawlify_primitives_machines_color_picker0.PointerDownOutsideEvent) => any;
|
|
244
244
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
245
245
|
requestDismiss: (event: CustomEvent<{
|
|
246
246
|
originalLayer: HTMLElement;
|
|
@@ -248,13 +248,13 @@ declare const __VLS_export$2: __VLS_WithSlots$2<vue720.DefineComponent<PopoverRo
|
|
|
248
248
|
originalIndex: number;
|
|
249
249
|
targetIndex: number;
|
|
250
250
|
}>) => any;
|
|
251
|
-
}, string,
|
|
251
|
+
}, string, vue.PublicProps, Readonly<PopoverRootProps> & Readonly<{
|
|
252
252
|
onExitComplete?: (() => any) | undefined;
|
|
253
253
|
onOpenChange?: ((details: popover.OpenChangeDetails) => any) | undefined;
|
|
254
254
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
255
|
-
onFocusOutside?: ((event:
|
|
256
|
-
onInteractOutside?: ((event:
|
|
257
|
-
onPointerDownOutside?: ((event:
|
|
255
|
+
onFocusOutside?: ((event: _sprawlify_primitives_machines_color_picker0.FocusOutsideEvent) => any) | undefined;
|
|
256
|
+
onInteractOutside?: ((event: _sprawlify_primitives_machines_color_picker0.InteractOutsideEvent) => any) | undefined;
|
|
257
|
+
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_color_picker0.PointerDownOutsideEvent) => any) | undefined;
|
|
258
258
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
259
259
|
onRequestDismiss?: ((event: CustomEvent<{
|
|
260
260
|
originalLayer: HTMLElement;
|
|
@@ -264,13 +264,13 @@ declare const __VLS_export$2: __VLS_WithSlots$2<vue720.DefineComponent<PopoverRo
|
|
|
264
264
|
}>) => any) | undefined;
|
|
265
265
|
}>, {
|
|
266
266
|
open: boolean;
|
|
267
|
-
|
|
268
|
-
closeOnEscape: boolean;
|
|
267
|
+
modal: boolean;
|
|
269
268
|
defaultOpen: boolean;
|
|
270
269
|
closeOnInteractOutside: boolean;
|
|
271
|
-
|
|
270
|
+
closeOnEscape: boolean;
|
|
271
|
+
autoFocus: boolean;
|
|
272
272
|
portalled: boolean;
|
|
273
|
-
}, {}, {}, {}, string,
|
|
273
|
+
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
274
274
|
default?: (props: {}) => any;
|
|
275
275
|
}>;
|
|
276
276
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -287,7 +287,7 @@ interface PopoverTitleProps extends PopoverTitleBaseProps,
|
|
|
287
287
|
*/
|
|
288
288
|
HTMLAttributes {}
|
|
289
289
|
declare const _default$11: typeof __VLS_export$1;
|
|
290
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
290
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue.DefineComponent<PopoverTitleProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<PopoverTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
291
291
|
default?: (props: {}) => any;
|
|
292
292
|
}>;
|
|
293
293
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -304,7 +304,7 @@ interface PopoverTriggerProps extends PopoverTriggerBaseProps,
|
|
|
304
304
|
*/
|
|
305
305
|
ButtonHTMLAttributes {}
|
|
306
306
|
declare const _default$12: typeof __VLS_export;
|
|
307
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
307
|
+
declare const __VLS_export: __VLS_WithSlots<vue.DefineComponent<PopoverTriggerProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<PopoverTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
308
308
|
default?: (props: {}) => any;
|
|
309
309
|
}>;
|
|
310
310
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -1,21 +1,19 @@
|
|
|
1
|
-
import { t as __exportAll } from "../../chunk-
|
|
2
|
-
import { n as useMachine, r as normalizeProps$1, t as mergeProps$1 } from "../../core-
|
|
3
|
-
import { a as useLocaleContext, c as useEnvironmentContext, i as DEFAULT_LOCALE, s as DEFAULT_ENVIRONMENT } from "../../providers-
|
|
4
|
-
import { t as createContext } from "../../create-context-
|
|
5
|
-
import { n as sprawlify, r as useForwardExpose } from "../../factory-
|
|
6
|
-
import { t as popoverAnatomy } from "../../popover-anatomy-
|
|
7
|
-
import { t as cleanProps } from "../../clean-props-
|
|
8
|
-
import { t as RenderStrategyPropsProvider } from "../../use-render-strategy-
|
|
9
|
-
import { i as usePresence, n as PresenceProvider, r as usePresenceContext } from "../../presence-
|
|
1
|
+
import { t as __exportAll } from "../../chunk-pbuEa-1d.js";
|
|
2
|
+
import { n as useMachine, r as normalizeProps$1, t as mergeProps$1 } from "../../core-BW88ya4i.js";
|
|
3
|
+
import { a as useLocaleContext, c as useEnvironmentContext, i as DEFAULT_LOCALE, s as DEFAULT_ENVIRONMENT } from "../../providers-Cm-xBdVY.js";
|
|
4
|
+
import { t as createContext } from "../../create-context-BqbKqBMN.js";
|
|
5
|
+
import { n as sprawlify, r as useForwardExpose } from "../../factory-DNG1el63.js";
|
|
6
|
+
import { t as popoverAnatomy } from "../../popover-anatomy-DE5hgrvL.js";
|
|
7
|
+
import { t as cleanProps } from "../../clean-props-C5aydRx_.js";
|
|
8
|
+
import { t as RenderStrategyPropsProvider } from "../../use-render-strategy-QgtvU85q.js";
|
|
9
|
+
import { i as usePresence, n as PresenceProvider, r as usePresenceContext } from "../../presence-CxNxMceK.js";
|
|
10
10
|
import { computed, createBlock, createCommentVNode, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
|
|
11
11
|
import * as popover from "@sprawlify/primitives/machines/popover";
|
|
12
|
-
|
|
13
12
|
//#region src/components/popover/use-popover-context.ts
|
|
14
13
|
const [PopoverProvider, usePopoverContext] = createContext("PopoverContext");
|
|
15
|
-
|
|
16
14
|
//#endregion
|
|
17
|
-
//#region src/components/popover/popover-anchor.vue
|
|
18
|
-
var
|
|
15
|
+
//#region src/components/popover/popover-anchor.vue
|
|
16
|
+
var popover_anchor_default = /* @__PURE__ */ defineComponent({
|
|
19
17
|
__name: "popover-anchor",
|
|
20
18
|
props: { asChild: {
|
|
21
19
|
type: Boolean,
|
|
@@ -32,14 +30,9 @@ var popover_anchor_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */
|
|
|
32
30
|
};
|
|
33
31
|
}
|
|
34
32
|
});
|
|
35
|
-
|
|
36
|
-
//#endregion
|
|
37
|
-
//#region src/components/popover/popover-anchor.vue
|
|
38
|
-
var popover_anchor_default = popover_anchor_vue_vue_type_script_setup_true_lang_default;
|
|
39
|
-
|
|
40
33
|
//#endregion
|
|
41
|
-
//#region src/components/popover/popover-arrow-tip.vue
|
|
42
|
-
var
|
|
34
|
+
//#region src/components/popover/popover-arrow-tip.vue
|
|
35
|
+
var popover_arrow_tip_default = /* @__PURE__ */ defineComponent({
|
|
43
36
|
__name: "popover-arrow-tip",
|
|
44
37
|
props: { asChild: {
|
|
45
38
|
type: Boolean,
|
|
@@ -56,14 +49,9 @@ var popover_arrow_tip_vue_vue_type_script_setup_true_lang_default = /* @__PURE__
|
|
|
56
49
|
};
|
|
57
50
|
}
|
|
58
51
|
});
|
|
59
|
-
|
|
60
|
-
//#endregion
|
|
61
|
-
//#region src/components/popover/popover-arrow-tip.vue
|
|
62
|
-
var popover_arrow_tip_default = popover_arrow_tip_vue_vue_type_script_setup_true_lang_default;
|
|
63
|
-
|
|
64
52
|
//#endregion
|
|
65
|
-
//#region src/components/popover/popover-arrow.vue
|
|
66
|
-
var
|
|
53
|
+
//#region src/components/popover/popover-arrow.vue
|
|
54
|
+
var popover_arrow_default = /* @__PURE__ */ defineComponent({
|
|
67
55
|
__name: "popover-arrow",
|
|
68
56
|
props: { asChild: {
|
|
69
57
|
type: Boolean,
|
|
@@ -80,14 +68,9 @@ var popover_arrow_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */
|
|
|
80
68
|
};
|
|
81
69
|
}
|
|
82
70
|
});
|
|
83
|
-
|
|
84
71
|
//#endregion
|
|
85
|
-
//#region src/components/popover/popover-
|
|
86
|
-
var
|
|
87
|
-
|
|
88
|
-
//#endregion
|
|
89
|
-
//#region src/components/popover/popover-close-trigger.vue?vue&type=script&setup=true&lang.ts
|
|
90
|
-
var popover_close_trigger_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
72
|
+
//#region src/components/popover/popover-close-trigger.vue
|
|
73
|
+
var popover_close_trigger_default = /* @__PURE__ */ defineComponent({
|
|
91
74
|
__name: "popover-close-trigger",
|
|
92
75
|
props: { asChild: {
|
|
93
76
|
type: Boolean,
|
|
@@ -104,14 +87,9 @@ var popover_close_trigger_vue_vue_type_script_setup_true_lang_default = /* @__PU
|
|
|
104
87
|
};
|
|
105
88
|
}
|
|
106
89
|
});
|
|
107
|
-
|
|
108
90
|
//#endregion
|
|
109
|
-
//#region src/components/popover/popover-
|
|
110
|
-
var
|
|
111
|
-
|
|
112
|
-
//#endregion
|
|
113
|
-
//#region src/components/popover/popover-content.vue?vue&type=script&setup=true&lang.ts
|
|
114
|
-
var popover_content_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
91
|
+
//#region src/components/popover/popover-content.vue
|
|
92
|
+
var popover_content_default = /* @__PURE__ */ defineComponent({
|
|
115
93
|
__name: "popover-content",
|
|
116
94
|
props: { asChild: {
|
|
117
95
|
type: Boolean,
|
|
@@ -130,14 +108,9 @@ var popover_content_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ *
|
|
|
130
108
|
};
|
|
131
109
|
}
|
|
132
110
|
});
|
|
133
|
-
|
|
134
|
-
//#endregion
|
|
135
|
-
//#region src/components/popover/popover-content.vue
|
|
136
|
-
var popover_content_default = popover_content_vue_vue_type_script_setup_true_lang_default;
|
|
137
|
-
|
|
138
111
|
//#endregion
|
|
139
|
-
//#region src/components/popover/popover-context.vue
|
|
140
|
-
var
|
|
112
|
+
//#region src/components/popover/popover-context.vue
|
|
113
|
+
var popover_context_default = /* @__PURE__ */ defineComponent({
|
|
141
114
|
__name: "popover-context",
|
|
142
115
|
setup(__props) {
|
|
143
116
|
const popover = usePopoverContext();
|
|
@@ -146,14 +119,9 @@ var popover_context_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ *
|
|
|
146
119
|
};
|
|
147
120
|
}
|
|
148
121
|
});
|
|
149
|
-
|
|
150
|
-
//#endregion
|
|
151
|
-
//#region src/components/popover/popover-context.vue
|
|
152
|
-
var popover_context_default = popover_context_vue_vue_type_script_setup_true_lang_default;
|
|
153
|
-
|
|
154
122
|
//#endregion
|
|
155
|
-
//#region src/components/popover/popover-description.vue
|
|
156
|
-
var
|
|
123
|
+
//#region src/components/popover/popover-description.vue
|
|
124
|
+
var popover_description_default = /* @__PURE__ */ defineComponent({
|
|
157
125
|
__name: "popover-description",
|
|
158
126
|
props: { asChild: {
|
|
159
127
|
type: Boolean,
|
|
@@ -170,14 +138,9 @@ var popover_description_vue_vue_type_script_setup_true_lang_default = /* @__PURE
|
|
|
170
138
|
};
|
|
171
139
|
}
|
|
172
140
|
});
|
|
173
|
-
|
|
174
141
|
//#endregion
|
|
175
|
-
//#region src/components/popover/popover-
|
|
176
|
-
var
|
|
177
|
-
|
|
178
|
-
//#endregion
|
|
179
|
-
//#region src/components/popover/popover-indicator.vue?vue&type=script&setup=true&lang.ts
|
|
180
|
-
var popover_indicator_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
142
|
+
//#region src/components/popover/popover-indicator.vue
|
|
143
|
+
var popover_indicator_default = /* @__PURE__ */ defineComponent({
|
|
181
144
|
__name: "popover-indicator",
|
|
182
145
|
props: { asChild: {
|
|
183
146
|
type: Boolean,
|
|
@@ -194,14 +157,9 @@ var popover_indicator_vue_vue_type_script_setup_true_lang_default = /* @__PURE__
|
|
|
194
157
|
};
|
|
195
158
|
}
|
|
196
159
|
});
|
|
197
|
-
|
|
198
160
|
//#endregion
|
|
199
|
-
//#region src/components/popover/popover-
|
|
200
|
-
var
|
|
201
|
-
|
|
202
|
-
//#endregion
|
|
203
|
-
//#region src/components/popover/popover-positioner.vue?vue&type=script&setup=true&lang.ts
|
|
204
|
-
var popover_positioner_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
161
|
+
//#region src/components/popover/popover-positioner.vue
|
|
162
|
+
var popover_positioner_default = /* @__PURE__ */ defineComponent({
|
|
205
163
|
__name: "popover-positioner",
|
|
206
164
|
props: { asChild: {
|
|
207
165
|
type: Boolean,
|
|
@@ -219,14 +177,9 @@ var popover_positioner_vue_vue_type_script_setup_true_lang_default = /* @__PURE_
|
|
|
219
177
|
};
|
|
220
178
|
}
|
|
221
179
|
});
|
|
222
|
-
|
|
223
180
|
//#endregion
|
|
224
|
-
//#region src/components/popover/popover-
|
|
225
|
-
var
|
|
226
|
-
|
|
227
|
-
//#endregion
|
|
228
|
-
//#region src/components/popover/popover-root-provider.vue?vue&type=script&setup=true&lang.ts
|
|
229
|
-
var popover_root_provider_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
181
|
+
//#region src/components/popover/popover-root-provider.vue
|
|
182
|
+
var popover_root_provider_default = /* @__PURE__ */ defineComponent({
|
|
230
183
|
__name: "popover-root-provider",
|
|
231
184
|
props: {
|
|
232
185
|
value: {
|
|
@@ -264,11 +217,6 @@ var popover_root_provider_vue_vue_type_script_setup_true_lang_default = /* @__PU
|
|
|
264
217
|
};
|
|
265
218
|
}
|
|
266
219
|
});
|
|
267
|
-
|
|
268
|
-
//#endregion
|
|
269
|
-
//#region src/components/popover/popover-root-provider.vue
|
|
270
|
-
var popover_root_provider_default = popover_root_provider_vue_vue_type_script_setup_true_lang_default;
|
|
271
|
-
|
|
272
220
|
//#endregion
|
|
273
221
|
//#region src/components/popover/use-popover.ts
|
|
274
222
|
const usePopover = (props = {}, emit) => {
|
|
@@ -308,10 +256,9 @@ const usePopover = (props = {}, emit) => {
|
|
|
308
256
|
const service = useMachine(popover.machine, context);
|
|
309
257
|
return computed(() => popover.connect(service, normalizeProps$1));
|
|
310
258
|
};
|
|
311
|
-
|
|
312
259
|
//#endregion
|
|
313
|
-
//#region src/components/popover/popover-root.vue
|
|
314
|
-
var
|
|
260
|
+
//#region src/components/popover/popover-root.vue
|
|
261
|
+
var popover_root_default = /* @__PURE__ */ defineComponent({
|
|
315
262
|
__name: "popover-root",
|
|
316
263
|
props: /* @__PURE__ */ mergeDefaults({
|
|
317
264
|
autoFocus: {
|
|
@@ -410,14 +357,9 @@ var popover_root_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ d
|
|
|
410
357
|
};
|
|
411
358
|
}
|
|
412
359
|
});
|
|
413
|
-
|
|
414
|
-
//#endregion
|
|
415
|
-
//#region src/components/popover/popover-root.vue
|
|
416
|
-
var popover_root_default = popover_root_vue_vue_type_script_setup_true_lang_default;
|
|
417
|
-
|
|
418
360
|
//#endregion
|
|
419
|
-
//#region src/components/popover/popover-title.vue
|
|
420
|
-
var
|
|
361
|
+
//#region src/components/popover/popover-title.vue
|
|
362
|
+
var popover_title_default = /* @__PURE__ */ defineComponent({
|
|
421
363
|
__name: "popover-title",
|
|
422
364
|
props: { asChild: {
|
|
423
365
|
type: Boolean,
|
|
@@ -434,14 +376,9 @@ var popover_title_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */
|
|
|
434
376
|
};
|
|
435
377
|
}
|
|
436
378
|
});
|
|
437
|
-
|
|
438
379
|
//#endregion
|
|
439
|
-
//#region src/components/popover/popover-
|
|
440
|
-
var
|
|
441
|
-
|
|
442
|
-
//#endregion
|
|
443
|
-
//#region src/components/popover/popover-trigger.vue?vue&type=script&setup=true&lang.ts
|
|
444
|
-
var popover_trigger_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
380
|
+
//#region src/components/popover/popover-trigger.vue
|
|
381
|
+
var popover_trigger_default = /* @__PURE__ */ defineComponent({
|
|
445
382
|
__name: "popover-trigger",
|
|
446
383
|
props: { asChild: {
|
|
447
384
|
type: Boolean,
|
|
@@ -458,11 +395,6 @@ var popover_trigger_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ *
|
|
|
458
395
|
};
|
|
459
396
|
}
|
|
460
397
|
});
|
|
461
|
-
|
|
462
|
-
//#endregion
|
|
463
|
-
//#region src/components/popover/popover-trigger.vue
|
|
464
|
-
var popover_trigger_default = popover_trigger_vue_vue_type_script_setup_true_lang_default;
|
|
465
|
-
|
|
466
398
|
//#endregion
|
|
467
399
|
//#region src/components/popover/popover.ts
|
|
468
400
|
var popover_exports = /* @__PURE__ */ __exportAll({
|
|
@@ -480,6 +412,5 @@ var popover_exports = /* @__PURE__ */ __exportAll({
|
|
|
480
412
|
Title: () => popover_title_default,
|
|
481
413
|
Trigger: () => popover_trigger_default
|
|
482
414
|
});
|
|
483
|
-
|
|
484
415
|
//#endregion
|
|
485
|
-
export { popover_exports as Popover, popover_anchor_default as PopoverAnchor, popover_arrow_default as PopoverArrow, popover_arrow_tip_default as PopoverArrowTip, popover_close_trigger_default as PopoverCloseTrigger, popover_content_default as PopoverContent, popover_context_default as PopoverContext, popover_description_default as PopoverDescription, popover_indicator_default as PopoverIndicator, popover_positioner_default as PopoverPositioner, popover_root_default as PopoverRoot, popover_root_provider_default as PopoverRootProvider, popover_title_default as PopoverTitle, popover_trigger_default as PopoverTrigger, popoverAnatomy, usePopover, usePopoverContext };
|
|
416
|
+
export { popover_exports as Popover, popover_anchor_default as PopoverAnchor, popover_arrow_default as PopoverArrow, popover_arrow_tip_default as PopoverArrowTip, popover_close_trigger_default as PopoverCloseTrigger, popover_content_default as PopoverContent, popover_context_default as PopoverContext, popover_description_default as PopoverDescription, popover_indicator_default as PopoverIndicator, popover_positioner_default as PopoverPositioner, popover_root_default as PopoverRoot, popover_root_provider_default as PopoverRootProvider, popover_title_default as PopoverTitle, popover_trigger_default as PopoverTrigger, popoverAnatomy, usePopover, usePopoverContext };
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import "../../
|
|
2
|
-
import { a as UsePresenceReturn, c as PresenceProps, i as UsePresenceProps, l as _default, n as UsePresenceContext, o as usePresence, r as usePresenceContext, s as PresenceEmits, t as PresenceProvider } from "../../index-DjuCoctg.js";
|
|
1
|
+
import { a as UsePresenceReturn, c as PresenceProps, i as UsePresenceProps, l as _default, n as UsePresenceContext, o as usePresence, r as usePresenceContext, s as PresenceEmits, t as PresenceProvider } from "../../index-BiapeCBm.js";
|
|
3
2
|
export { _default as Presence, PresenceEmits, PresenceProps, PresenceProvider, UsePresenceContext, UsePresenceProps, UsePresenceReturn, usePresence, usePresenceContext };
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import "../../core-
|
|
2
|
-
import "../../create-context-
|
|
3
|
-
import "../../factory-
|
|
4
|
-
import { i as usePresence, n as PresenceProvider, r as usePresenceContext, t as presence_default } from "../../presence-
|
|
5
|
-
|
|
6
|
-
export { presence_default as Presence, PresenceProvider, usePresence, usePresenceContext };
|
|
1
|
+
import "../../core-BW88ya4i.js";
|
|
2
|
+
import "../../create-context-BqbKqBMN.js";
|
|
3
|
+
import "../../factory-DNG1el63.js";
|
|
4
|
+
import { i as usePresence, n as PresenceProvider, r as usePresenceContext, t as presence_default } from "../../presence-CxNxMceK.js";
|
|
5
|
+
export { presence_default as Presence, PresenceProvider, usePresence, usePresenceContext };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { a as PolymorphicProps } from "../../factory-
|
|
2
|
-
import { a as Optional, r as EmitFn$1 } from "../../types-
|
|
3
|
-
import { r as PropTypes } from "../../index-
|
|
4
|
-
import { t as progressAnatomy } from "../../progress-anatomy-
|
|
5
|
-
import * as
|
|
1
|
+
import { a as PolymorphicProps } from "../../factory-bfEpUaB3.js";
|
|
2
|
+
import { a as Optional, r as EmitFn$1 } from "../../types-CcpL2F4P.js";
|
|
3
|
+
import { r as PropTypes } from "../../index-ga2m_BD2.js";
|
|
4
|
+
import { t as progressAnatomy } from "../../progress-anatomy-D93qXRoP.js";
|
|
5
|
+
import * as vue from "vue";
|
|
6
6
|
import { ComputedRef, HTMLAttributes, LabelHTMLAttributes, MaybeRef, SVGAttributes, SlotsType, UnwrapRef } from "vue";
|
|
7
7
|
import * as progress from "@sprawlify/primitives/machines/progress";
|
|
8
8
|
import { ValueChangeDetails, ValueChangeDetails as ProgressValueChangeDetails, ValueTranslationDetails, ValueTranslationDetails as ProgressValueTranslationDetails, ViewProps } from "@sprawlify/primitives/machines/progress";
|
|
@@ -15,7 +15,7 @@ interface ProgressCircleRangeProps extends ProgressCircleRangeBaseProps,
|
|
|
15
15
|
*/
|
|
16
16
|
HTMLAttributes {}
|
|
17
17
|
declare const _default$1: typeof __VLS_export$10;
|
|
18
|
-
declare const __VLS_export$10: __VLS_WithSlots$10<
|
|
18
|
+
declare const __VLS_export$10: __VLS_WithSlots$10<vue.DefineComponent<ProgressCircleRangeProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<ProgressCircleRangeProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
19
19
|
default?: (props: {}) => any;
|
|
20
20
|
}>;
|
|
21
21
|
type __VLS_WithSlots$10<T, S> = T & {
|
|
@@ -32,7 +32,7 @@ interface ProgressCircleTrackProps extends ProgressCircleTrackBaseProps,
|
|
|
32
32
|
*/
|
|
33
33
|
HTMLAttributes {}
|
|
34
34
|
declare const _default$2: typeof __VLS_export$9;
|
|
35
|
-
declare const __VLS_export$9: __VLS_WithSlots$9<
|
|
35
|
+
declare const __VLS_export$9: __VLS_WithSlots$9<vue.DefineComponent<ProgressCircleTrackProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<ProgressCircleTrackProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
36
36
|
default?: (props: {}) => any;
|
|
37
37
|
}>;
|
|
38
38
|
type __VLS_WithSlots$9<T, S> = T & {
|
|
@@ -49,7 +49,7 @@ interface ProgressCircleProps extends ProgressCircleBaseProps,
|
|
|
49
49
|
*/
|
|
50
50
|
SVGAttributes {}
|
|
51
51
|
declare const _default: typeof __VLS_export$8;
|
|
52
|
-
declare const __VLS_export$8: __VLS_WithSlots$8<
|
|
52
|
+
declare const __VLS_export$8: __VLS_WithSlots$8<vue.DefineComponent<ProgressCircleProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<ProgressCircleProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
53
53
|
default?: (props: {}) => any;
|
|
54
54
|
}>;
|
|
55
55
|
type __VLS_WithSlots$8<T, S> = T & {
|
|
@@ -96,7 +96,7 @@ interface ProgressContextProps extends SlotsType<{
|
|
|
96
96
|
default: UnwrapRef<UseProgressContext>;
|
|
97
97
|
}> {}
|
|
98
98
|
declare const _default$3: typeof __VLS_export$7;
|
|
99
|
-
declare const __VLS_export$7: __VLS_WithSlots$7<
|
|
99
|
+
declare const __VLS_export$7: __VLS_WithSlots$7<vue.DefineComponent<{}, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>, {
|
|
100
100
|
default(progress: UnwrapRef<UseProgressContext>): unknown;
|
|
101
101
|
}>;
|
|
102
102
|
type __VLS_WithSlots$7<T, S> = T & {
|
|
@@ -113,7 +113,7 @@ interface ProgressLabelProps extends ProgressLabelBaseProps,
|
|
|
113
113
|
*/
|
|
114
114
|
LabelHTMLAttributes {}
|
|
115
115
|
declare const _default$4: typeof __VLS_export$6;
|
|
116
|
-
declare const __VLS_export$6: __VLS_WithSlots$6<
|
|
116
|
+
declare const __VLS_export$6: __VLS_WithSlots$6<vue.DefineComponent<ProgressLabelProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<ProgressLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
117
117
|
default?: (props: {}) => any;
|
|
118
118
|
}>;
|
|
119
119
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -130,7 +130,7 @@ interface ProgressRangeProps extends ProgressRangeBaseProps,
|
|
|
130
130
|
*/
|
|
131
131
|
HTMLAttributes {}
|
|
132
132
|
declare const _default$5: typeof __VLS_export$5;
|
|
133
|
-
declare const __VLS_export$5: __VLS_WithSlots$5<
|
|
133
|
+
declare const __VLS_export$5: __VLS_WithSlots$5<vue.DefineComponent<ProgressRangeProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<ProgressRangeProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
134
134
|
default?: (props: {}) => any;
|
|
135
135
|
}>;
|
|
136
136
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -150,7 +150,7 @@ interface ProgressRootProviderProps extends ProgressRootProviderBaseProps,
|
|
|
150
150
|
*/
|
|
151
151
|
HTMLAttributes {}
|
|
152
152
|
declare const _default$7: typeof __VLS_export$4;
|
|
153
|
-
declare const __VLS_export$4: __VLS_WithSlots$4<
|
|
153
|
+
declare const __VLS_export$4: __VLS_WithSlots$4<vue.DefineComponent<ProgressRootProviderProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<ProgressRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
154
154
|
default?: (props: {}) => any;
|
|
155
155
|
}>;
|
|
156
156
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -168,7 +168,7 @@ interface ProgressRootProps extends ProgressRootBaseProps,
|
|
|
168
168
|
HTMLAttributes {}
|
|
169
169
|
interface ProgressRootEmits extends RootEmits {}
|
|
170
170
|
declare const _default$6: typeof __VLS_export$3;
|
|
171
|
-
declare const __VLS_export$3: __VLS_WithSlots$3<
|
|
171
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue.DefineComponent<ProgressRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<ProgressRootProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
172
172
|
default?: (props: {}) => any;
|
|
173
173
|
}>;
|
|
174
174
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -185,7 +185,7 @@ interface ProgressTrackProps extends ProgressTrackBaseProps,
|
|
|
185
185
|
*/
|
|
186
186
|
HTMLAttributes {}
|
|
187
187
|
declare const _default$8: typeof __VLS_export$2;
|
|
188
|
-
declare const __VLS_export$2: __VLS_WithSlots$2<
|
|
188
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<ProgressTrackProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<ProgressTrackProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
189
189
|
default?: (props: {}) => any;
|
|
190
190
|
}>;
|
|
191
191
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -202,7 +202,7 @@ interface ProgressValueTextProps extends ProgressValueTextBaseProps,
|
|
|
202
202
|
*/
|
|
203
203
|
HTMLAttributes {}
|
|
204
204
|
declare const _default$9: typeof __VLS_export$1;
|
|
205
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
205
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue.DefineComponent<ProgressValueTextProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<ProgressValueTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, __VLS_Slots>;
|
|
206
206
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
207
207
|
new (): {
|
|
208
208
|
$slots: S;
|
|
@@ -217,7 +217,7 @@ interface ProgressViewProps extends ProgressViewBaseProps,
|
|
|
217
217
|
*/
|
|
218
218
|
HTMLAttributes {}
|
|
219
219
|
declare const _default$10: typeof __VLS_export;
|
|
220
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
220
|
+
declare const __VLS_export: __VLS_WithSlots<vue.DefineComponent<ProgressViewProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<ProgressViewProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
221
221
|
default?: (props: {}) => any;
|
|
222
222
|
}>;
|
|
223
223
|
type __VLS_WithSlots<T, S> = T & {
|