@sprawlify/vue 0.0.77 → 0.0.78
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/alert-dialog-anatomy-6UZ4w58n.js +8 -0
- package/dist/alert-dialog-anatomy-BrNEI6V3.d.ts +6 -0
- package/dist/{carousel-anatomy-DwrhoUqZ.d.ts → carousel-anatomy-CpS__fTf.d.ts} +1 -1
- package/dist/checkbox-anatomy-DxWYIBLF.d.ts +6 -0
- package/dist/{collapsible-OXksISO6.js → collapsible-DjMeJSQq.js} +2 -2
- package/dist/{collection-CBh5p7A_.js → collection-D_pMm6Yu.js} +1 -1
- package/dist/color-picker-anatomy-0TvgSkT9.d.ts +6 -0
- package/dist/combobox-anatomy-IMlD0ohP.d.ts +6 -0
- package/dist/components/accordion/index.d.ts +20 -20
- package/dist/components/accordion/index.js +5 -5
- package/dist/components/alert-dialog/index.d.ts +269 -0
- package/dist/components/alert-dialog/index.js +487 -0
- package/dist/components/anatomy.d.ts +52 -51
- package/dist/components/anatomy.js +51 -50
- package/dist/components/angle-slider/index.d.ts +17 -17
- package/dist/components/angle-slider/index.js +3 -3
- package/dist/components/aspect-ratio/index.d.ts +8 -8
- package/dist/components/aspect-ratio/index.js +2 -2
- package/dist/components/avatar/index.d.ts +12 -12
- package/dist/components/avatar/index.js +3 -3
- package/dist/components/bottom-sheet/index.d.ts +23 -23
- package/dist/components/bottom-sheet/index.js +5 -5
- package/dist/components/carousel/index.d.ts +24 -24
- package/dist/components/carousel/index.js +3 -3
- package/dist/components/checkbox/index.d.ts +19 -19
- package/dist/components/checkbox/index.js +8 -8
- package/dist/components/client-only/index.d.ts +2 -2
- package/dist/components/clipboard/index.d.ts +18 -18
- package/dist/components/clipboard/index.js +3 -3
- package/dist/components/collapsible/index.d.ts +18 -18
- package/dist/components/collapsible/index.js +3 -3
- package/dist/components/collection/index.d.ts +1 -1
- package/dist/components/collection/index.js +1 -1
- package/dist/components/color-picker/index.d.ts +51 -51
- package/dist/components/color-picker/index.js +7 -7
- package/dist/components/combobox/index.d.ts +36 -36
- package/dist/components/combobox/index.js +8 -8
- package/dist/components/date-picker/index.d.ts +46 -46
- package/dist/components/date-picker/index.js +5 -5
- package/dist/components/dialog/index.d.ts +33 -34
- package/dist/components/dialog/index.js +5 -5
- package/dist/components/download-trigger/index.d.ts +4 -4
- package/dist/components/download-trigger/index.js +1 -1
- package/dist/components/editable/index.d.ts +25 -25
- package/dist/components/editable/index.js +5 -5
- package/dist/components/field/index.d.ts +23 -23
- package/dist/components/field/index.js +3 -3
- package/dist/components/fieldset/index.d.ts +12 -12
- package/dist/components/fieldset/index.js +3 -3
- package/dist/components/file-upload/index.d.ts +25 -25
- package/dist/components/file-upload/index.js +5 -5
- package/dist/components/floating-panel/index.d.ts +26 -26
- package/dist/components/floating-panel/index.js +4 -4
- package/dist/components/focus-trap/index.d.ts +6 -6
- package/dist/components/focus-trap/index.js +2 -2
- package/dist/components/format/index.d.ts +4 -4
- package/dist/components/frame/index.d.ts +6 -6
- package/dist/components/highlight/index.d.ts +5 -5
- package/dist/components/highlight/index.js +1 -1
- package/dist/components/hover-card/index.d.ts +28 -28
- package/dist/components/hover-card/index.js +5 -5
- package/dist/components/image-cropper/index.d.ts +15 -15
- package/dist/components/image-cropper/index.js +3 -3
- package/dist/components/json-tree-view/index.d.ts +11 -12
- package/dist/components/json-tree-view/index.js +6 -7
- package/dist/components/listbox/index.d.ts +23 -23
- package/dist/components/listbox/index.js +4 -4
- package/dist/components/marquee/index.d.ts +25 -25
- package/dist/components/marquee/index.js +3 -3
- package/dist/components/menu/index.d.ts +55 -55
- package/dist/components/menu/index.js +5 -5
- package/dist/components/navigation-menu/index.d.ts +21 -21
- package/dist/components/navigation-menu/index.js +5 -5
- package/dist/components/number-input/index.d.ts +21 -21
- package/dist/components/number-input/index.js +5 -5
- package/dist/components/pagination/index.d.ts +18 -18
- package/dist/components/pagination/index.js +3 -3
- package/dist/components/password-input/index.d.ts +25 -25
- package/dist/components/password-input/index.js +5 -5
- package/dist/components/pin-input/index.d.ts +17 -17
- package/dist/components/pin-input/index.js +5 -5
- package/dist/components/popover/index.d.ts +35 -35
- package/dist/components/popover/index.js +5 -5
- package/dist/components/presence/index.d.ts +2 -2
- package/dist/components/presence/index.js +2 -2
- package/dist/components/progress/index.d.ts +16 -16
- package/dist/components/progress/index.js +3 -3
- package/dist/components/qr-code/index.d.ts +12 -12
- package/dist/components/qr-code/index.js +3 -3
- package/dist/components/radio-group/index.d.ts +17 -17
- package/dist/components/radio-group/index.js +6 -6
- package/dist/components/rating-group/index.d.ts +16 -16
- package/dist/components/rating-group/index.js +5 -5
- package/dist/components/scroll-area/index.d.ts +13 -13
- package/dist/components/scroll-area/index.js +3 -3
- package/dist/components/segment-group/index.d.ts +17 -17
- package/dist/components/segment-group/index.js +3 -3
- package/dist/components/select/index.d.ts +36 -36
- package/dist/components/select/index.js +8 -8
- package/dist/components/separator/index.d.ts +8 -8
- package/dist/components/separator/index.js +3 -3
- package/dist/components/signature-pad/index.d.ts +16 -16
- package/dist/components/signature-pad/index.js +5 -5
- package/dist/components/slider/index.d.ts +22 -22
- package/dist/components/slider/index.js +3 -3
- package/dist/components/splitter/index.d.ts +13 -13
- package/dist/components/splitter/index.js +3 -3
- package/dist/components/steps/index.d.ts +21 -21
- package/dist/components/steps/index.js +3 -3
- package/dist/components/switch/index.d.ts +14 -14
- package/dist/components/switch/index.js +5 -5
- package/dist/components/tabs/index.d.ts +18 -18
- package/dist/components/tabs/index.js +5 -5
- package/dist/components/tags-input/index.d.ts +32 -32
- package/dist/components/tags-input/index.js +5 -5
- package/dist/components/timer/index.d.ts +15 -15
- package/dist/components/timer/index.js +3 -3
- package/dist/components/toast/index.d.ts +12 -12
- package/dist/components/toast/index.js +2 -2
- package/dist/components/toggle/index.d.ts +10 -10
- package/dist/components/toggle/index.js +3 -3
- package/dist/components/toggle-group/index.d.ts +12 -12
- package/dist/components/toggle-group/index.js +3 -3
- package/dist/components/tooltip/index.d.ts +22 -22
- package/dist/components/tooltip/index.js +5 -5
- package/dist/components/tour/index.d.ts +32 -32
- package/dist/components/tour/index.js +5 -5
- package/dist/components/tree-view/index.d.ts +6 -6
- package/dist/components/tree-view/index.js +7 -7
- package/dist/date-picker-anatomy-DwF2ZdEb.d.ts +6 -0
- package/dist/{field-B_BAnE0z.js → field-DMx_y6S-.js} +2 -2
- package/dist/{field-anatomy-n4MQ6CIA.d.ts → field-anatomy-ZgI8KPAW.d.ts} +1 -1
- package/dist/{fieldset-XmKsNoOC.js → fieldset-4Y4cXm81.js} +2 -2
- package/dist/fieldset-anatomy-ByEKf8w4.d.ts +6 -0
- package/dist/{image-cropper-anatomy-BCN4Egjw.d.ts → image-cropper-anatomy-CFsliJG4.d.ts} +2 -2
- package/dist/{index-BKK0vIdn.d.ts → index-BhhexQkI.d.ts} +7 -7
- package/dist/{index-CMBDt7rf.d.ts → index-CjibFYf6.d.ts} +9 -9
- package/dist/{index-ctptSac4.d.ts → index-VE6rqFS6.d.ts} +32 -32
- package/dist/index.d.ts +3 -3
- package/dist/listbox-anatomy-DXcTKn-k.d.ts +6 -0
- package/dist/{presence-B50UYKDY.js → presence-BuHH-PkI.js} +1 -1
- package/dist/segment-group-anatomy-BU6WKUuZ.d.ts +6 -0
- package/dist/toggle-anatomy-CZS75RZS.d.ts +6 -0
- package/dist/{tour-anatomy-HAoP7f8M.d.ts → tour-anatomy-XEtu4XUf.d.ts} +1 -1
- package/dist/{tree-view-D0JBQ_ly.js → tree-view-D0uubGi5.js} +4 -4
- package/package.json +6 -2
- package/dist/checkbox-anatomy-RPOOG6m5.d.ts +0 -6
- package/dist/color-picker-anatomy-CqfgkBND.d.ts +0 -6
- package/dist/combobox-anatomy-CpyHROa-.d.ts +0 -6
- package/dist/date-picker-anatomy-csud5zM0.d.ts +0 -6
- package/dist/fieldset-anatomy-j1YsgpiA.d.ts +0 -6
- package/dist/listbox-anatomy-DbF6wAW0.d.ts +0 -6
- package/dist/segment-group-anatomy-BweP3B5a.d.ts +0 -6
- package/dist/toggle-anatomy-CosjCd7U.d.ts +0 -6
- /package/dist/{accordion-anatomy-Bxs15n6t.d.ts → accordion-anatomy-Ds_qvEko.d.ts} +0 -0
- /package/dist/{angle-slider-anatomy-4JLhdGMa.d.ts → angle-slider-anatomy-Bul1eXfZ.d.ts} +0 -0
- /package/dist/{angle-slider-anatomy-BcpYlzjU.js → angle-slider-anatomy-cYknk1iJ.js} +0 -0
- /package/dist/{avatar-anatomy-DkaRck8U.js → avatar-anatomy-CZqJnRiE.js} +0 -0
- /package/dist/{avatar-anatomy-DRst-MIc.d.ts → avatar-anatomy-DZ5Hy1zG.d.ts} +0 -0
- /package/dist/{boolean-L5YmbZkb.js → boolean-6Zl2NWRb.js} +0 -0
- /package/dist/{bottom-sheet-anatomy-DUXumYfR.d.ts → bottom-sheet-anatomy-C08KrnBX.d.ts} +0 -0
- /package/dist/{bottom-sheet-anatomy-lHEnPDuf.js → bottom-sheet-anatomy-C8vx9fBH.js} +0 -0
- /package/dist/{carousel-anatomy-Dozyhz87.js → carousel-anatomy-DTNJ2jpa.js} +0 -0
- /package/dist/{checkbox-anatomy-DrTfnRdC.js → checkbox-anatomy-DBY0IiWr.js} +0 -0
- /package/dist/{clean-props-DsGHTEpm.js → clean-props-GbfPBIot.js} +0 -0
- /package/dist/{clipboard-anatomy-BOEGNpiY.d.ts → clipboard-anatomy-Cfo3bvKj.d.ts} +0 -0
- /package/dist/{clipboard-anatomy-Btcms62_.js → clipboard-anatomy-DemY_7_4.js} +0 -0
- /package/dist/{collapsible-anatomy-Bz0a8LAr.js → collapsible-anatomy-B63RaMgq.js} +0 -0
- /package/dist/{collapsible-anatomy-DxiuORza.d.ts → collapsible-anatomy-BYSgsAu3.d.ts} +0 -0
- /package/dist/{color-picker-anatomy-DJP6gg1F.js → color-picker-anatomy-BFaHjy9O.js} +0 -0
- /package/dist/{combobox-anatomy-DccBa7f5.js → combobox-anatomy-Bottj4lE.js} +0 -0
- /package/dist/{date-picker-anatomy-BbB7oLLk.js → date-picker-anatomy-D1WbzCFG.js} +0 -0
- /package/dist/{dialog-anatomy-ByMvuBxr.d.ts → dialog-anatomy-CURzaSFr.d.ts} +0 -0
- /package/dist/{dialog-anatomy-DZW7OUW_.js → dialog-anatomy-DI8a_vZ_.js} +0 -0
- /package/dist/{editable-anatomy-D1eyySPH.js → editable-anatomy-C2-pGLpA.js} +0 -0
- /package/dist/{editable-anatomy-D7zUtMKW.d.ts → editable-anatomy-C7mXxQW8.d.ts} +0 -0
- /package/dist/{factory-n7N-L7_o.d.ts → factory-BiWWKx2m.d.ts} +0 -0
- /package/dist/{factory-xNPol80p.js → factory-yh31h0Rm.js} +0 -0
- /package/dist/{field-anatomy-DOCpzb4B.js → field-anatomy-C90WAETb.js} +0 -0
- /package/dist/{fieldset-anatomy-DmZTaMK6.js → fieldset-anatomy-BjnxJmos.js} +0 -0
- /package/dist/{file-upload-anatomy-DdLNgaPz.d.ts → file-upload-anatomy-Bt0zLDIE.d.ts} +0 -0
- /package/dist/{file-upload-anatomy-CZ2VnScd.js → file-upload-anatomy-CxltMFrA.js} +0 -0
- /package/dist/{floating-panel-anatomy-DwkXF2tr.d.ts → floating-panel-anatomy-DH9zKbGk.d.ts} +0 -0
- /package/dist/{floating-panel-anatomy-DBrl1Bp0.js → floating-panel-anatomy-DwLUJ70s.js} +0 -0
- /package/dist/{hover-card-anatomy-D3wEfkuu.js → hover-card-anatomy-BnLr7TCv.js} +0 -0
- /package/dist/{hover-card-anatomy-CTX5TEi3.d.ts → hover-card-anatomy-ClbegkVa.d.ts} +0 -0
- /package/dist/{image-cropper-anatomy-vcTNTTGP.js → image-cropper-anatomy--tXgRMD1.js} +0 -0
- /package/dist/{index-BJ8mRK6a.d.ts → index-C2XO6Bu5.d.ts} +0 -0
- /package/dist/{index-FXQujPvZ.d.ts → index-pShXx5Uh.d.ts} +0 -0
- /package/dist/{listbox-anatomy-D2r-4uq6.js → listbox-anatomy-CddfyW7E.js} +0 -0
- /package/dist/{marquee-anatomy-sKw9g-dJ.js → marquee-anatomy-TY8wb27T.js} +0 -0
- /package/dist/{marquee-anatomy-CS5BoKG3.d.ts → marquee-anatomy-h5g9NC8A.d.ts} +0 -0
- /package/dist/{menu-anatomy-DcjSKaK6.d.ts → menu-anatomy-C5NvovOb.d.ts} +0 -0
- /package/dist/{menu-anatomy-DbCORryZ.js → menu-anatomy-Cn8kTodN.js} +0 -0
- /package/dist/{navigation-menu-anatomy-bvfS7a-6.d.ts → navigation-menu-anatomy-DfeFh6Qh.d.ts} +0 -0
- /package/dist/{navigation-menu-anatomy-nwZUxyMV.js → navigation-menu-anatomy-JKXIjyhE.js} +0 -0
- /package/dist/{number-input-anatomy-hB3PpB4j.js → number-input-anatomy-BLwFRRq-.js} +0 -0
- /package/dist/{number-input-anatomy-BEL1Q-ZK.d.ts → number-input-anatomy-Lqh7lyJQ.d.ts} +0 -0
- /package/dist/{pagination-anatomy-D8yk0Puf.js → pagination-anatomy-BMvizHtN.js} +0 -0
- /package/dist/{pagination-anatomy-xc9Fxt__.d.ts → pagination-anatomy-JUuizdyV.d.ts} +0 -0
- /package/dist/{password-input-anatomy-D0nhl7MJ.js → password-input-anatomy-DeIesU0v.js} +0 -0
- /package/dist/{password-input-anatomy-CQFdYR2z.d.ts → password-input-anatomy-DrlPdYal.d.ts} +0 -0
- /package/dist/{pin-input-anatomy-Blh9Y2sq.js → pin-input-anatomy-B6uaxLlM.js} +0 -0
- /package/dist/{pin-input-anatomy-nRaqyCV2.d.ts → pin-input-anatomy-CYPrusAJ.d.ts} +0 -0
- /package/dist/{popover-anatomy-DXWeYlnF.js → popover-anatomy-B_sMgR6Y.js} +0 -0
- /package/dist/{popover-anatomy-Cwp8_2Po.d.ts → popover-anatomy-CPDT_oiK.d.ts} +0 -0
- /package/dist/{presence-types-CC57eEhO.d.ts → presence-types-Dp8j2-3x.d.ts} +0 -0
- /package/dist/{progress-anatomy-lioRhIrB.js → progress-anatomy-COz0DGNs.js} +0 -0
- /package/dist/{progress-anatomy-BubUhrtU.d.ts → progress-anatomy-CwFoZl9E.d.ts} +0 -0
- /package/dist/{qr-code-anatomy-DKYQO_yO.d.ts → qr-code-anatomy-BMawjUCq.d.ts} +0 -0
- /package/dist/{qr-code-anatomy-CIy9Wai6.js → qr-code-anatomy-CWoAkOaY.js} +0 -0
- /package/dist/{radio-group-anatomy-C7L8dkhn.js → radio-group-anatomy-BSnuxQR6.js} +0 -0
- /package/dist/{radio-group-anatomy-CiNL4B5J.d.ts → radio-group-anatomy-CqMEAEAo.d.ts} +0 -0
- /package/dist/{rating-group-anatomy-DEi1Omvv.d.ts → rating-group-anatomy-CtMlHYGv.d.ts} +0 -0
- /package/dist/{rating-group-anatomy-CBhzoESK.js → rating-group-anatomy-xU1gWoAB.js} +0 -0
- /package/dist/{scroll-area-anatomy-CefzWgS5.d.ts → scroll-area-anatomy-B_EypSXf.d.ts} +0 -0
- /package/dist/{scroll-area-anatomy-B-FlUOdc.js → scroll-area-anatomy-D54kUb_3.js} +0 -0
- /package/dist/{segment-group-anatomy-CPdu1efW.js → segment-group-anatomy-DKnrj_EM.js} +0 -0
- /package/dist/{select-anatomy-CiNHi2Kx.js → select-anatomy-BgXYHjfI.js} +0 -0
- /package/dist/{select-anatomy-BLK5Kq84.d.ts → select-anatomy-CwULdmYD.d.ts} +0 -0
- /package/dist/{separator-anatomy-C9bGchxg.js → separator-anatomy-BeoGOxS-.js} +0 -0
- /package/dist/{separator-anatomy-Cyw-DWpB.d.ts → separator-anatomy-BqAq__MN.d.ts} +0 -0
- /package/dist/{signature-pad-anatomy-CoeXwoDo.js → signature-pad-anatomy-Cxt4qb07.js} +0 -0
- /package/dist/{signature-pad-anatomy-ZbCDnYGZ.d.ts → signature-pad-anatomy-u_Sx7buV.d.ts} +0 -0
- /package/dist/{slider-anatomy-D1MIQawS.js → slider-anatomy-BuyabqTj.js} +0 -0
- /package/dist/{slider-anatomy-BMTjqedI.d.ts → slider-anatomy-C_epctJe.d.ts} +0 -0
- /package/dist/{splitter-anatomy-mbvD9KMw.js → splitter-anatomy-D7ot-MkT.js} +0 -0
- /package/dist/{splitter-anatomy-Bb-vdY9S.d.ts → splitter-anatomy-DFGjHFqM.d.ts} +0 -0
- /package/dist/{steps-anatomy-CMM7Zciy.d.ts → steps-anatomy-DfpX3XHM.d.ts} +0 -0
- /package/dist/{steps-anatomy-DL1kFLaW.js → steps-anatomy-DjlPHIKh.js} +0 -0
- /package/dist/{switch-anatomy-Dmg0RYjh.d.ts → switch-anatomy-5pECbpDU.d.ts} +0 -0
- /package/dist/{switch-anatomy-C_MAURJE.js → switch-anatomy-IGlvYF5l.js} +0 -0
- /package/dist/{tabs-anatomy-CgXloO7s.d.ts → tabs-anatomy-Cwluwjxt.d.ts} +0 -0
- /package/dist/{tabs-anatomy-DF_ekPnt.js → tabs-anatomy-Ddv_VY6n.js} +0 -0
- /package/dist/{tags-input-anatomy-C0HLrulm.d.ts → tags-input-anatomy-DCOiTav9.d.ts} +0 -0
- /package/dist/{tags-input-anatomy-Dpn_Smms.js → tags-input-anatomy-VaastGb3.js} +0 -0
- /package/dist/{timer-anatomy-BF3_7vbc.js → timer-anatomy-CV4qiG7g.js} +0 -0
- /package/dist/{timer-anatomy-D0Ey9n_K.d.ts → timer-anatomy-X4tZiM_i.d.ts} +0 -0
- /package/dist/{toast-anatomy-BHDNHkvU.js → toast-anatomy-C_s7MQnn.js} +0 -0
- /package/dist/{toast-anatomy-DHifYWal.d.ts → toast-anatomy-DUsVvX5v.d.ts} +0 -0
- /package/dist/{toggle-anatomy-B79YArNR.js → toggle-anatomy-BKqatqaO.js} +0 -0
- /package/dist/{toggle-group-anatomy-BpV0-6Xe.d.ts → toggle-group-anatomy--i6VaUi9.d.ts} +0 -0
- /package/dist/{toggle-group-anatomy-CFLq6ia_.js → toggle-group-anatomy-SARieWDI.js} +0 -0
- /package/dist/{tooltip-anatomy-D6lPF-Wq.js → tooltip-anatomy-BgD3KTo1.js} +0 -0
- /package/dist/{tooltip-anatomy-BlxUQUEe.d.ts → tooltip-anatomy-C2JI-_OT.d.ts} +0 -0
- /package/dist/{tour-anatomy-Cg6ZDDuV.js → tour-anatomy-f2x7a1w3.js} +0 -0
- /package/dist/{tree-view-anatomy--Ft8ROVn.js → tree-view-anatomy-CefyMmul.js} +0 -0
- /package/dist/{tree-view-anatomy-zTRJrcH9.d.ts → tree-view-anatomy-D9lkagO5.d.ts} +0 -0
- /package/dist/{types-D_fjXif6.d.ts → types-D49hIhzQ.d.ts} +0 -0
- /package/dist/{use-render-strategy-3G0_HWbg.js → use-render-strategy-B0RVis2X.js} +0 -0
- /package/dist/{use-render-strategy-CEbMLMD1.d.ts → use-render-strategy-D82Q7KQ3.d.ts} +0 -0
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { t 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 menuAnatomy } from "../../menu-anatomy-
|
|
7
|
-
import "../../index-
|
|
8
|
-
import * as
|
|
1
|
+
import { t as PolymorphicProps } from "../../factory-BiWWKx2m.js";
|
|
2
|
+
import { t as RootEmits$1 } from "../../presence-types-Dp8j2-3x.js";
|
|
3
|
+
import { a as Optional, r as EmitFn$1 } from "../../types-D49hIhzQ.js";
|
|
4
|
+
import { r as PropTypes } from "../../index-C2XO6Bu5.js";
|
|
5
|
+
import { t as RenderStrategyProps } from "../../use-render-strategy-D82Q7KQ3.js";
|
|
6
|
+
import { t as menuAnatomy } from "../../menu-anatomy-C5NvovOb.js";
|
|
7
|
+
import "../../index-BhhexQkI.js";
|
|
8
|
+
import * as vue2562 from "vue";
|
|
9
9
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
10
|
-
import * as
|
|
10
|
+
import * as _sprawlify_primitives_machines_dialog63 from "@sprawlify/primitives/machines/dialog";
|
|
11
11
|
import * as menu from "@sprawlify/primitives/machines/menu";
|
|
12
12
|
import { FocusOutsideEvent, FocusOutsideEvent as MenuFocusOutsideEvent, HighlightChangeDetails, HighlightChangeDetails as MenuHighlightChangeDetails, InteractOutsideEvent, InteractOutsideEvent as MenuInteractOutsideEvent, ItemGroupProps, ItemProps, OpenChangeDetails, OpenChangeDetails as MenuOpenChangeDetails, OptionItemProps, OptionItemState, PointerDownOutsideEvent, PointerDownOutsideEvent as MenuPointerDownOutsideEvent, SelectionDetails, SelectionDetails as MenuSelectionDetails } from "@sprawlify/primitives/machines/menu";
|
|
13
13
|
|
|
@@ -19,7 +19,7 @@ interface MenuArrowTipProps extends MenuArrowTipBaseProps,
|
|
|
19
19
|
*/
|
|
20
20
|
HTMLAttributes {}
|
|
21
21
|
declare const _default$1: typeof __VLS_export$20;
|
|
22
|
-
declare const __VLS_export$20: __VLS_WithSlots$19<
|
|
22
|
+
declare const __VLS_export$20: __VLS_WithSlots$19<vue2562.DefineComponent<MenuArrowTipProps, {}, {}, {}, {}, vue2562.ComponentOptionsMixin, vue2562.ComponentOptionsMixin, {}, string, vue2562.PublicProps, Readonly<MenuArrowTipProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2562.ComponentProvideOptions, false, {}, any>, {
|
|
23
23
|
default?: (props: {}) => any;
|
|
24
24
|
}>;
|
|
25
25
|
type __VLS_WithSlots$19<T, S> = T & {
|
|
@@ -36,7 +36,7 @@ interface MenuArrowProps extends MenuArrowBaseProps,
|
|
|
36
36
|
*/
|
|
37
37
|
HTMLAttributes {}
|
|
38
38
|
declare const _default: typeof __VLS_export$19;
|
|
39
|
-
declare const __VLS_export$19: __VLS_WithSlots$18<
|
|
39
|
+
declare const __VLS_export$19: __VLS_WithSlots$18<vue2562.DefineComponent<MenuArrowProps, {}, {}, {}, {}, vue2562.ComponentOptionsMixin, vue2562.ComponentOptionsMixin, {}, string, vue2562.PublicProps, Readonly<MenuArrowProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2562.ComponentProvideOptions, false, {}, any>, {
|
|
40
40
|
default?: (props: {}) => any;
|
|
41
41
|
}>;
|
|
42
42
|
type __VLS_WithSlots$18<T, S> = T & {
|
|
@@ -57,15 +57,15 @@ type MenuCheckboxItemEmits = {
|
|
|
57
57
|
'update:checked': [value: boolean];
|
|
58
58
|
};
|
|
59
59
|
declare const _default$2: typeof __VLS_export$18;
|
|
60
|
-
declare const __VLS_export$18: __VLS_WithSlots$17<
|
|
60
|
+
declare const __VLS_export$18: __VLS_WithSlots$17<vue2562.DefineComponent<MenuCheckboxItemProps, {}, {}, {}, {}, vue2562.ComponentOptionsMixin, vue2562.ComponentOptionsMixin, {
|
|
61
61
|
"update:checked": (value: boolean) => any;
|
|
62
|
-
}, string,
|
|
62
|
+
}, string, vue2562.PublicProps, Readonly<MenuCheckboxItemProps> & Readonly<{
|
|
63
63
|
"onUpdate:checked"?: ((value: boolean) => any) | undefined;
|
|
64
64
|
}>, {
|
|
65
65
|
disabled: boolean;
|
|
66
66
|
checked: boolean;
|
|
67
67
|
closeOnSelect: boolean;
|
|
68
|
-
}, {}, {}, {}, string,
|
|
68
|
+
}, {}, {}, {}, string, vue2562.ComponentProvideOptions, false, {}, any>, {
|
|
69
69
|
default?: (props: {}) => any;
|
|
70
70
|
}>;
|
|
71
71
|
type __VLS_WithSlots$17<T, S> = T & {
|
|
@@ -82,7 +82,7 @@ interface MenuContentProps extends MenuContentBaseProps,
|
|
|
82
82
|
*/
|
|
83
83
|
HTMLAttributes {}
|
|
84
84
|
declare const _default$3: typeof __VLS_export$17;
|
|
85
|
-
declare const __VLS_export$17: __VLS_WithSlots$16<
|
|
85
|
+
declare const __VLS_export$17: __VLS_WithSlots$16<vue2562.DefineComponent<MenuContentProps, {}, {}, {}, {}, vue2562.ComponentOptionsMixin, vue2562.ComponentOptionsMixin, {}, string, vue2562.PublicProps, Readonly<MenuContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2562.ComponentProvideOptions, false, {}, any>, {
|
|
86
86
|
default?: (props: {}) => any;
|
|
87
87
|
}>;
|
|
88
88
|
type __VLS_WithSlots$16<T, S> = T & {
|
|
@@ -99,7 +99,7 @@ interface MenuContextTriggerProps extends MenuContextTriggerBaseProps,
|
|
|
99
99
|
*/
|
|
100
100
|
ButtonHTMLAttributes {}
|
|
101
101
|
declare const _default$5: typeof __VLS_export$16;
|
|
102
|
-
declare const __VLS_export$16: __VLS_WithSlots$15<
|
|
102
|
+
declare const __VLS_export$16: __VLS_WithSlots$15<vue2562.DefineComponent<MenuContextTriggerProps, {}, {}, {}, {}, vue2562.ComponentOptionsMixin, vue2562.ComponentOptionsMixin, {}, string, vue2562.PublicProps, Readonly<MenuContextTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2562.ComponentProvideOptions, false, {}, any>, {
|
|
103
103
|
default?: (props: {}) => any;
|
|
104
104
|
}>;
|
|
105
105
|
type __VLS_WithSlots$15<T, S> = T & {
|
|
@@ -116,7 +116,7 @@ interface MenuIndicatorProps extends MenuIndicatorBaseProps,
|
|
|
116
116
|
*/
|
|
117
117
|
HTMLAttributes {}
|
|
118
118
|
declare const _default$6: typeof __VLS_export$15;
|
|
119
|
-
declare const __VLS_export$15: __VLS_WithSlots$14<
|
|
119
|
+
declare const __VLS_export$15: __VLS_WithSlots$14<vue2562.DefineComponent<MenuIndicatorProps, {}, {}, {}, {}, vue2562.ComponentOptionsMixin, vue2562.ComponentOptionsMixin, {}, string, vue2562.PublicProps, Readonly<MenuIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2562.ComponentProvideOptions, false, {}, any>, {
|
|
120
120
|
default?: (props: {}) => any;
|
|
121
121
|
}>;
|
|
122
122
|
type __VLS_WithSlots$14<T, S> = T & {
|
|
@@ -133,7 +133,7 @@ interface MenuItemContextProps extends SlotsType<{
|
|
|
133
133
|
default: UnwrapRef<UseMenuItemContext>;
|
|
134
134
|
}> {}
|
|
135
135
|
declare const _default$8: typeof __VLS_export$14;
|
|
136
|
-
declare const __VLS_export$14: __VLS_WithSlots$13<
|
|
136
|
+
declare const __VLS_export$14: __VLS_WithSlots$13<vue2562.DefineComponent<{}, {}, {}, {}, {}, vue2562.ComponentOptionsMixin, vue2562.ComponentOptionsMixin, {}, string, vue2562.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue2562.ComponentProvideOptions, true, {}, any>, {
|
|
137
137
|
default(item: UnwrapRef<UseMenuItemContext>): unknown;
|
|
138
138
|
}>;
|
|
139
139
|
type __VLS_WithSlots$13<T, S> = T & {
|
|
@@ -150,7 +150,7 @@ interface MenuItemGroupLabelProps extends MenuItemGroupLabelBaseProps,
|
|
|
150
150
|
*/
|
|
151
151
|
HTMLAttributes {}
|
|
152
152
|
declare const _default$10: typeof __VLS_export$13;
|
|
153
|
-
declare const __VLS_export$13: __VLS_WithSlots$12<
|
|
153
|
+
declare const __VLS_export$13: __VLS_WithSlots$12<vue2562.DefineComponent<MenuItemGroupLabelProps, {}, {}, {}, {}, vue2562.ComponentOptionsMixin, vue2562.ComponentOptionsMixin, {}, string, vue2562.PublicProps, Readonly<MenuItemGroupLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2562.ComponentProvideOptions, false, {}, any>, {
|
|
154
154
|
default?: (props: {}) => any;
|
|
155
155
|
}>;
|
|
156
156
|
type __VLS_WithSlots$12<T, S> = T & {
|
|
@@ -167,7 +167,7 @@ interface MenuItemGroupProps extends MenuItemGroupBaseProps,
|
|
|
167
167
|
*/
|
|
168
168
|
HTMLAttributes {}
|
|
169
169
|
declare const _default$9: typeof __VLS_export$12;
|
|
170
|
-
declare const __VLS_export$12: __VLS_WithSlots$11<
|
|
170
|
+
declare const __VLS_export$12: __VLS_WithSlots$11<vue2562.DefineComponent<MenuItemGroupProps, {}, {}, {}, {}, vue2562.ComponentOptionsMixin, vue2562.ComponentOptionsMixin, {}, string, vue2562.PublicProps, Readonly<MenuItemGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2562.ComponentProvideOptions, false, {}, any>, {
|
|
171
171
|
default?: (props: {}) => any;
|
|
172
172
|
}>;
|
|
173
173
|
type __VLS_WithSlots$11<T, S> = T & {
|
|
@@ -184,7 +184,7 @@ interface MenuItemIndicatorProps extends MenuItemIndicatorBaseProps,
|
|
|
184
184
|
*/
|
|
185
185
|
HTMLAttributes {}
|
|
186
186
|
declare const _default$11: typeof __VLS_export$11;
|
|
187
|
-
declare const __VLS_export$11: __VLS_WithSlots$10<
|
|
187
|
+
declare const __VLS_export$11: __VLS_WithSlots$10<vue2562.DefineComponent<MenuItemIndicatorProps, {}, {}, {}, {}, vue2562.ComponentOptionsMixin, vue2562.ComponentOptionsMixin, {}, string, vue2562.PublicProps, Readonly<MenuItemIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2562.ComponentProvideOptions, false, {}, any>, {
|
|
188
188
|
default?: (props: {}) => any;
|
|
189
189
|
}>;
|
|
190
190
|
type __VLS_WithSlots$10<T, S> = T & {
|
|
@@ -201,7 +201,7 @@ interface MenuItemTextProps extends MenuItemTextBaseProps,
|
|
|
201
201
|
*/
|
|
202
202
|
HTMLAttributes {}
|
|
203
203
|
declare const _default$12: typeof __VLS_export$10;
|
|
204
|
-
declare const __VLS_export$10: __VLS_WithSlots$9<
|
|
204
|
+
declare const __VLS_export$10: __VLS_WithSlots$9<vue2562.DefineComponent<MenuItemTextProps, {}, {}, {}, {}, vue2562.ComponentOptionsMixin, vue2562.ComponentOptionsMixin, {}, string, vue2562.PublicProps, Readonly<MenuItemTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2562.ComponentProvideOptions, false, {}, any>, {
|
|
205
205
|
default?: (props: {}) => any;
|
|
206
206
|
}>;
|
|
207
207
|
type __VLS_WithSlots$9<T, S> = T & {
|
|
@@ -218,14 +218,14 @@ interface MenuItemProps extends MenuItemBaseProps,
|
|
|
218
218
|
*/
|
|
219
219
|
Omit<HTMLAttributes, 'onSelect'> {}
|
|
220
220
|
declare const _default$7: typeof __VLS_export$9;
|
|
221
|
-
declare const __VLS_export$9: __VLS_WithSlots$8<
|
|
221
|
+
declare const __VLS_export$9: __VLS_WithSlots$8<vue2562.DefineComponent<MenuItemProps, {}, {}, {}, {}, vue2562.ComponentOptionsMixin, vue2562.ComponentOptionsMixin, {} & {
|
|
222
222
|
select: () => any;
|
|
223
|
-
}, string,
|
|
223
|
+
}, string, vue2562.PublicProps, Readonly<MenuItemProps> & Readonly<{
|
|
224
224
|
onSelect?: (() => any) | undefined;
|
|
225
225
|
}>, {
|
|
226
226
|
disabled: boolean;
|
|
227
227
|
closeOnSelect: boolean;
|
|
228
|
-
}, {}, {}, {}, string,
|
|
228
|
+
}, {}, {}, {}, string, vue2562.ComponentProvideOptions, false, {}, any>, {
|
|
229
229
|
default?: (props: {}) => any;
|
|
230
230
|
}>;
|
|
231
231
|
type __VLS_WithSlots$8<T, S> = T & {
|
|
@@ -242,7 +242,7 @@ interface MenuPositionerProps extends MenuPositionerBaseProps,
|
|
|
242
242
|
*/
|
|
243
243
|
HTMLAttributes {}
|
|
244
244
|
declare const _default$13: typeof __VLS_export$8;
|
|
245
|
-
declare const __VLS_export$8: __VLS_WithSlots$7<
|
|
245
|
+
declare const __VLS_export$8: __VLS_WithSlots$7<vue2562.DefineComponent<MenuPositionerProps, {}, {}, {}, {}, vue2562.ComponentOptionsMixin, vue2562.ComponentOptionsMixin, {}, string, vue2562.PublicProps, Readonly<MenuPositionerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2562.ComponentProvideOptions, false, {}, any>, {
|
|
246
246
|
default?: (props: {}) => any;
|
|
247
247
|
}>;
|
|
248
248
|
type __VLS_WithSlots$7<T, S> = T & {
|
|
@@ -265,11 +265,11 @@ type MenuRadioItemGroupEmits = {
|
|
|
265
265
|
'update:modelValue': [value: string];
|
|
266
266
|
};
|
|
267
267
|
declare const _default$15: typeof __VLS_export$7;
|
|
268
|
-
declare const __VLS_export$7: __VLS_WithSlots$6<
|
|
268
|
+
declare const __VLS_export$7: __VLS_WithSlots$6<vue2562.DefineComponent<MenuRadioItemGroupProps, {}, {}, {}, {}, vue2562.ComponentOptionsMixin, vue2562.ComponentOptionsMixin, {
|
|
269
269
|
"update:modelValue": (value: string) => any;
|
|
270
|
-
}, string,
|
|
270
|
+
}, string, vue2562.PublicProps, Readonly<MenuRadioItemGroupProps> & Readonly<{
|
|
271
271
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
272
|
-
}>, {}, {}, {}, {}, string,
|
|
272
|
+
}>, {}, {}, {}, {}, string, vue2562.ComponentProvideOptions, false, {}, any>, {
|
|
273
273
|
default?: (props: {}) => any;
|
|
274
274
|
}>;
|
|
275
275
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -287,10 +287,10 @@ interface MenuRadioItemProps extends MenuRadioItemBaseProps,
|
|
|
287
287
|
*/
|
|
288
288
|
HTMLAttributes {}
|
|
289
289
|
declare const _default$14: typeof __VLS_export$6;
|
|
290
|
-
declare const __VLS_export$6: __VLS_WithSlots$5<
|
|
290
|
+
declare const __VLS_export$6: __VLS_WithSlots$5<vue2562.DefineComponent<MenuRadioItemProps, {}, {}, {}, {}, vue2562.ComponentOptionsMixin, vue2562.ComponentOptionsMixin, {}, string, vue2562.PublicProps, Readonly<MenuRadioItemProps> & Readonly<{}>, {
|
|
291
291
|
disabled: boolean;
|
|
292
292
|
closeOnSelect: boolean;
|
|
293
|
-
}, {}, {}, {}, string,
|
|
293
|
+
}, {}, {}, {}, string, vue2562.ComponentProvideOptions, false, {}, any>, {
|
|
294
294
|
default?: (props: {}) => any;
|
|
295
295
|
}>;
|
|
296
296
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -307,11 +307,11 @@ interface MenuRootProviderBaseProps extends RootProviderProps, RenderStrategyPro
|
|
|
307
307
|
interface MenuRootProviderProps extends MenuRootProviderBaseProps {}
|
|
308
308
|
interface MenuRootProviderEmits extends RootEmits$1 {}
|
|
309
309
|
declare const _default$17: typeof __VLS_export$5;
|
|
310
|
-
declare const __VLS_export$5: __VLS_WithSlots$4<
|
|
310
|
+
declare const __VLS_export$5: __VLS_WithSlots$4<vue2562.DefineComponent<MenuRootProviderProps, {}, {}, {}, {}, vue2562.ComponentOptionsMixin, vue2562.ComponentOptionsMixin, {
|
|
311
311
|
exitComplete: () => any;
|
|
312
|
-
}, string,
|
|
312
|
+
}, string, vue2562.PublicProps, Readonly<MenuRootProviderProps> & Readonly<{
|
|
313
313
|
onExitComplete?: (() => any) | undefined;
|
|
314
|
-
}>, {}, {}, {}, {}, string,
|
|
314
|
+
}>, {}, {}, {}, {}, string, vue2562.ComponentProvideOptions, false, {}, any>, {
|
|
315
315
|
default?: (props: {}) => any;
|
|
316
316
|
}>;
|
|
317
317
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -369,16 +369,14 @@ interface MenuRootBaseProps extends RootProps, RenderStrategyProps, PolymorphicP
|
|
|
369
369
|
interface MenuRootProps extends MenuRootBaseProps {}
|
|
370
370
|
interface MenuRootEmits extends RootEmits {}
|
|
371
371
|
declare const _default$16: typeof __VLS_export$4;
|
|
372
|
-
declare const __VLS_export$4: __VLS_WithSlots$3<
|
|
372
|
+
declare const __VLS_export$4: __VLS_WithSlots$3<vue2562.DefineComponent<MenuRootProps, {}, {}, {}, {}, vue2562.ComponentOptionsMixin, vue2562.ComponentOptionsMixin, {
|
|
373
373
|
select: (details: menu.SelectionDetails) => any;
|
|
374
|
-
exitComplete: () => any;
|
|
375
374
|
openChange: (details: menu.OpenChangeDetails) => any;
|
|
376
375
|
"update:open": (open: boolean) => any;
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
interactOutside: (event:
|
|
380
|
-
pointerDownOutside: (event:
|
|
381
|
-
"update:highlightedValue": (highlightedValue: string | null) => any;
|
|
376
|
+
exitComplete: () => any;
|
|
377
|
+
focusOutside: (event: _sprawlify_primitives_machines_dialog63.FocusOutsideEvent) => any;
|
|
378
|
+
interactOutside: (event: _sprawlify_primitives_machines_dialog63.InteractOutsideEvent) => any;
|
|
379
|
+
pointerDownOutside: (event: _sprawlify_primitives_machines_dialog63.PointerDownOutsideEvent) => any;
|
|
382
380
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
383
381
|
requestDismiss: (event: CustomEvent<{
|
|
384
382
|
originalLayer: HTMLElement;
|
|
@@ -386,16 +384,16 @@ declare const __VLS_export$4: __VLS_WithSlots$3<vue1902.DefineComponent<MenuRoot
|
|
|
386
384
|
originalIndex: number;
|
|
387
385
|
targetIndex: number;
|
|
388
386
|
}>) => any;
|
|
389
|
-
|
|
387
|
+
highlightChange: (details: menu.HighlightChangeDetails) => any;
|
|
388
|
+
"update:highlightedValue": (highlightedValue: string | null) => any;
|
|
389
|
+
}, string, vue2562.PublicProps, Readonly<MenuRootProps> & Readonly<{
|
|
390
390
|
onSelect?: ((details: menu.SelectionDetails) => any) | undefined;
|
|
391
|
-
onExitComplete?: (() => any) | undefined;
|
|
392
391
|
onOpenChange?: ((details: menu.OpenChangeDetails) => any) | undefined;
|
|
393
392
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
onInteractOutside?: ((event:
|
|
397
|
-
onPointerDownOutside?: ((event:
|
|
398
|
-
"onUpdate:highlightedValue"?: ((highlightedValue: string | null) => any) | undefined;
|
|
393
|
+
onExitComplete?: (() => any) | undefined;
|
|
394
|
+
onFocusOutside?: ((event: _sprawlify_primitives_machines_dialog63.FocusOutsideEvent) => any) | undefined;
|
|
395
|
+
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog63.InteractOutsideEvent) => any) | undefined;
|
|
396
|
+
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_dialog63.PointerDownOutsideEvent) => any) | undefined;
|
|
399
397
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
400
398
|
onRequestDismiss?: ((event: CustomEvent<{
|
|
401
399
|
originalLayer: HTMLElement;
|
|
@@ -403,14 +401,16 @@ declare const __VLS_export$4: __VLS_WithSlots$3<vue1902.DefineComponent<MenuRoot
|
|
|
403
401
|
originalIndex: number;
|
|
404
402
|
targetIndex: number;
|
|
405
403
|
}>) => any) | undefined;
|
|
404
|
+
onHighlightChange?: ((details: menu.HighlightChangeDetails) => any) | undefined;
|
|
405
|
+
"onUpdate:highlightedValue"?: ((highlightedValue: string | null) => any) | undefined;
|
|
406
406
|
}>, {
|
|
407
|
+
typeahead: boolean;
|
|
407
408
|
defaultOpen: boolean;
|
|
408
409
|
open: boolean;
|
|
409
|
-
closeOnSelect: boolean;
|
|
410
410
|
composite: boolean;
|
|
411
411
|
loopFocus: boolean;
|
|
412
|
-
|
|
413
|
-
}, {}, {}, {}, string,
|
|
412
|
+
closeOnSelect: boolean;
|
|
413
|
+
}, {}, {}, {}, string, vue2562.ComponentProvideOptions, false, {}, any>, {
|
|
414
414
|
default?: (props: {}) => any;
|
|
415
415
|
}>;
|
|
416
416
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -427,7 +427,7 @@ interface MenuSeparatorProps extends MenuSeparatorBaseProps,
|
|
|
427
427
|
*/
|
|
428
428
|
HTMLAttributes {}
|
|
429
429
|
declare const _default$18: typeof __VLS_export$3;
|
|
430
|
-
declare const __VLS_export$3:
|
|
430
|
+
declare const __VLS_export$3: vue2562.DefineComponent<MenuSeparatorProps, {}, {}, {}, {}, vue2562.ComponentOptionsMixin, vue2562.ComponentOptionsMixin, {}, string, vue2562.PublicProps, Readonly<MenuSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2562.ComponentProvideOptions, false, {}, any>;
|
|
431
431
|
//#endregion
|
|
432
432
|
//#region src/components/menu/menu-trigger-item.vue.d.ts
|
|
433
433
|
interface MenuTriggerItemBaseProps extends PolymorphicProps {}
|
|
@@ -437,7 +437,7 @@ interface MenuTriggerItemProps extends MenuTriggerItemBaseProps,
|
|
|
437
437
|
*/
|
|
438
438
|
HTMLAttributes {}
|
|
439
439
|
declare const _default$20: typeof __VLS_export$2;
|
|
440
|
-
declare const __VLS_export$2: __VLS_WithSlots$2<
|
|
440
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue2562.DefineComponent<MenuTriggerItemProps, {}, {}, {}, {}, vue2562.ComponentOptionsMixin, vue2562.ComponentOptionsMixin, {}, string, vue2562.PublicProps, Readonly<MenuTriggerItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2562.ComponentProvideOptions, false, {}, any>, {
|
|
441
441
|
default?: (props: {}) => any;
|
|
442
442
|
}>;
|
|
443
443
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -454,7 +454,7 @@ interface MenuTriggerProps extends MenuTriggerBaseProps,
|
|
|
454
454
|
*/
|
|
455
455
|
ButtonHTMLAttributes {}
|
|
456
456
|
declare const _default$19: typeof __VLS_export$1;
|
|
457
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
457
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue2562.DefineComponent<MenuTriggerProps, {}, {}, {}, {}, vue2562.ComponentOptionsMixin, vue2562.ComponentOptionsMixin, {}, string, vue2562.PublicProps, Readonly<MenuTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2562.ComponentProvideOptions, false, {}, any>, {
|
|
458
458
|
default?: (props: {}) => any;
|
|
459
459
|
}>;
|
|
460
460
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -487,7 +487,7 @@ interface MenuContextProps extends SlotsType<{
|
|
|
487
487
|
default: UnwrapRef<UseMenuContext>;
|
|
488
488
|
}> {}
|
|
489
489
|
declare const _default$4: typeof __VLS_export;
|
|
490
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
490
|
+
declare const __VLS_export: __VLS_WithSlots<vue2562.DefineComponent<{}, {}, {}, {}, {}, vue2562.ComponentOptionsMixin, vue2562.ComponentOptionsMixin, {}, string, vue2562.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue2562.ComponentProvideOptions, true, {}, any>, {
|
|
491
491
|
default(menu: UnwrapRef<UseMenuContext>): unknown;
|
|
492
492
|
}>;
|
|
493
493
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -3,11 +3,11 @@ import { n as useMachine, r as normalizeProps$1, t as mergeProps$1 } from "../..
|
|
|
3
3
|
import { a as useLocaleContext, c as useEnvironmentContext, i as DEFAULT_LOCALE, s as DEFAULT_ENVIRONMENT } from "../../providers-DNBWT-O_.js";
|
|
4
4
|
import { t as createContext } from "../../create-context-Ds1GbsVc.js";
|
|
5
5
|
import { t as useForwardExpose } from "../../use-forward-expose-CCAmHTUB.js";
|
|
6
|
-
import { t as menuAnatomy } from "../../menu-anatomy-
|
|
7
|
-
import { t as sprawlify } from "../../factory-
|
|
8
|
-
import { t as cleanProps } from "../../clean-props-
|
|
9
|
-
import { t as RenderStrategyPropsProvider } from "../../use-render-strategy-
|
|
10
|
-
import { i as usePresence, n as PresenceProvider, r as usePresenceContext } from "../../presence-
|
|
6
|
+
import { t as menuAnatomy } from "../../menu-anatomy-Cn8kTodN.js";
|
|
7
|
+
import { t as sprawlify } from "../../factory-yh31h0Rm.js";
|
|
8
|
+
import { t as cleanProps } from "../../clean-props-GbfPBIot.js";
|
|
9
|
+
import { t as RenderStrategyPropsProvider } from "../../use-render-strategy-B0RVis2X.js";
|
|
10
|
+
import { i as usePresence, n as PresenceProvider, r as usePresenceContext } from "../../presence-BuHH-PkI.js";
|
|
11
11
|
import { computed, createBlock, createCommentVNode, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, onBeforeUnmount, onMounted, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
|
|
12
12
|
import * as menu from "@sprawlify/primitives/machines/menu";
|
|
13
13
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { t 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 RenderStrategyProps } from "../../use-render-strategy-
|
|
5
|
-
import { t as navigationMenuAnatomy } from "../../navigation-menu-anatomy-
|
|
6
|
-
import * as
|
|
1
|
+
import { t as PolymorphicProps } from "../../factory-BiWWKx2m.js";
|
|
2
|
+
import { a as Optional, r as EmitFn$1 } from "../../types-D49hIhzQ.js";
|
|
3
|
+
import { r as PropTypes } from "../../index-C2XO6Bu5.js";
|
|
4
|
+
import { t as RenderStrategyProps } from "../../use-render-strategy-D82Q7KQ3.js";
|
|
5
|
+
import { t as navigationMenuAnatomy } from "../../navigation-menu-anatomy-DfeFh6Qh.js";
|
|
6
|
+
import * as vue1774 from "vue";
|
|
7
7
|
import { AnchorHTMLAttributes, ButtonHTMLAttributes, ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
8
8
|
import * as navigationMenu from "@sprawlify/primitives/machines/navigation-menu";
|
|
9
9
|
import { ContentProps, ItemProps, LinkProps, ValueChangeDetails, ValueChangeDetails as NavigationMenuValueChangeDetails, ViewportProps } from "@sprawlify/primitives/machines/navigation-menu";
|
|
@@ -16,7 +16,7 @@ interface NavigationMenuArrowProps extends NavigationMenuArrowBaseProps,
|
|
|
16
16
|
*/
|
|
17
17
|
HTMLAttributes {}
|
|
18
18
|
declare const _default: typeof __VLS_export$12;
|
|
19
|
-
declare const __VLS_export$12: __VLS_WithSlots$12<
|
|
19
|
+
declare const __VLS_export$12: __VLS_WithSlots$12<vue1774.DefineComponent<NavigationMenuArrowProps, {}, {}, {}, {}, vue1774.ComponentOptionsMixin, vue1774.ComponentOptionsMixin, {}, string, vue1774.PublicProps, Readonly<NavigationMenuArrowProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1774.ComponentProvideOptions, false, {}, any>, {
|
|
20
20
|
default?: (props: {}) => any;
|
|
21
21
|
}>;
|
|
22
22
|
type __VLS_WithSlots$12<T, S> = T & {
|
|
@@ -33,7 +33,7 @@ interface NavigationMenuContentProps extends NavigationMenuContentBaseProps,
|
|
|
33
33
|
*/
|
|
34
34
|
Omit<HTMLAttributes, 'onSelect'> {}
|
|
35
35
|
declare const _default$1: typeof __VLS_export$11;
|
|
36
|
-
declare const __VLS_export$11: __VLS_WithSlots$11<
|
|
36
|
+
declare const __VLS_export$11: __VLS_WithSlots$11<vue1774.DefineComponent<NavigationMenuContentProps, {}, {}, {}, {}, vue1774.ComponentOptionsMixin, vue1774.ComponentOptionsMixin, {}, string, vue1774.PublicProps, Readonly<NavigationMenuContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1774.ComponentProvideOptions, false, {}, any>, {
|
|
37
37
|
default?: (props: {}) => any;
|
|
38
38
|
} & {
|
|
39
39
|
default?: (props: {}) => any;
|
|
@@ -82,7 +82,7 @@ interface NavigationMenuContextProps extends SlotsType<{
|
|
|
82
82
|
default: UnwrapRef<UseNavigationMenuContext>;
|
|
83
83
|
}> {}
|
|
84
84
|
declare const _default$2: typeof __VLS_export$10;
|
|
85
|
-
declare const __VLS_export$10: __VLS_WithSlots$10<
|
|
85
|
+
declare const __VLS_export$10: __VLS_WithSlots$10<vue1774.DefineComponent<{}, {}, {}, {}, {}, vue1774.ComponentOptionsMixin, vue1774.ComponentOptionsMixin, {}, string, vue1774.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1774.ComponentProvideOptions, true, {}, any>, {
|
|
86
86
|
default(navigationMenu: UnwrapRef<UseNavigationMenuContext>): unknown;
|
|
87
87
|
}>;
|
|
88
88
|
type __VLS_WithSlots$10<T, S> = T & {
|
|
@@ -99,7 +99,7 @@ interface NavigationMenuIndicatorProps extends NavigationMenuIndicatorBaseProps,
|
|
|
99
99
|
*/
|
|
100
100
|
HTMLAttributes {}
|
|
101
101
|
declare const _default$3: typeof __VLS_export$9;
|
|
102
|
-
declare const __VLS_export$9: __VLS_WithSlots$9<
|
|
102
|
+
declare const __VLS_export$9: __VLS_WithSlots$9<vue1774.DefineComponent<NavigationMenuIndicatorProps, {}, {}, {}, {}, vue1774.ComponentOptionsMixin, vue1774.ComponentOptionsMixin, {}, string, vue1774.PublicProps, Readonly<NavigationMenuIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1774.ComponentProvideOptions, false, {}, any>, {
|
|
103
103
|
default?: (props: {}) => any;
|
|
104
104
|
}>;
|
|
105
105
|
type __VLS_WithSlots$9<T, S> = T & {
|
|
@@ -116,7 +116,7 @@ interface NavigationMenuItemProps extends NavigationMenuItemBaseProps,
|
|
|
116
116
|
*/
|
|
117
117
|
HTMLAttributes {}
|
|
118
118
|
declare const _default$4: typeof __VLS_export$8;
|
|
119
|
-
declare const __VLS_export$8: __VLS_WithSlots$8<
|
|
119
|
+
declare const __VLS_export$8: __VLS_WithSlots$8<vue1774.DefineComponent<NavigationMenuItemProps, {}, {}, {}, {}, vue1774.ComponentOptionsMixin, vue1774.ComponentOptionsMixin, {}, string, vue1774.PublicProps, Readonly<NavigationMenuItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1774.ComponentProvideOptions, false, {}, any>, {
|
|
120
120
|
default?: (props: {}) => any;
|
|
121
121
|
}>;
|
|
122
122
|
type __VLS_WithSlots$8<T, S> = T & {
|
|
@@ -133,7 +133,7 @@ interface NavigationMenuItemIndicatorProps extends NavigationMenuItemIndicatorBa
|
|
|
133
133
|
*/
|
|
134
134
|
HTMLAttributes {}
|
|
135
135
|
declare const _default$5: typeof __VLS_export$7;
|
|
136
|
-
declare const __VLS_export$7: __VLS_WithSlots$7<
|
|
136
|
+
declare const __VLS_export$7: __VLS_WithSlots$7<vue1774.DefineComponent<NavigationMenuItemIndicatorProps, {}, {}, {}, {}, vue1774.ComponentOptionsMixin, vue1774.ComponentOptionsMixin, {}, string, vue1774.PublicProps, Readonly<NavigationMenuItemIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1774.ComponentProvideOptions, false, {}, any>, {
|
|
137
137
|
default?: (props: {}) => any;
|
|
138
138
|
}>;
|
|
139
139
|
type __VLS_WithSlots$7<T, S> = T & {
|
|
@@ -150,7 +150,7 @@ interface NavigationMenuLinkProps extends NavigationMenuLinkBaseProps,
|
|
|
150
150
|
*/
|
|
151
151
|
Omit<AnchorHTMLAttributes, 'current' | 'onSelect'> {}
|
|
152
152
|
declare const _default$6: typeof __VLS_export$6;
|
|
153
|
-
declare const __VLS_export$6: __VLS_WithSlots$6<
|
|
153
|
+
declare const __VLS_export$6: __VLS_WithSlots$6<vue1774.DefineComponent<NavigationMenuLinkProps, {}, {}, {}, {}, vue1774.ComponentOptionsMixin, vue1774.ComponentOptionsMixin, {}, string, vue1774.PublicProps, Readonly<NavigationMenuLinkProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1774.ComponentProvideOptions, false, {}, any>, {
|
|
154
154
|
default?: (props: {}) => any;
|
|
155
155
|
}>;
|
|
156
156
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -167,7 +167,7 @@ interface NavigationMenuListProps extends NavigationMenuListBaseProps,
|
|
|
167
167
|
*/
|
|
168
168
|
HTMLAttributes {}
|
|
169
169
|
declare const _default$7: typeof __VLS_export$5;
|
|
170
|
-
declare const __VLS_export$5: __VLS_WithSlots$5<
|
|
170
|
+
declare const __VLS_export$5: __VLS_WithSlots$5<vue1774.DefineComponent<NavigationMenuListProps, {}, {}, {}, {}, vue1774.ComponentOptionsMixin, vue1774.ComponentOptionsMixin, {}, string, vue1774.PublicProps, Readonly<NavigationMenuListProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1774.ComponentProvideOptions, false, {}, any>, {
|
|
171
171
|
default?: (props: {}) => any;
|
|
172
172
|
}>;
|
|
173
173
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -181,17 +181,17 @@ interface NavigationMenuRootBaseProps extends RootProps, RenderStrategyProps {}
|
|
|
181
181
|
interface NavigationMenuRootProps extends NavigationMenuRootBaseProps {}
|
|
182
182
|
interface NavigationMenuRootEmits extends RootEmits {}
|
|
183
183
|
declare const _default$8: typeof __VLS_export$4;
|
|
184
|
-
declare const __VLS_export$4: __VLS_WithSlots$4<
|
|
184
|
+
declare const __VLS_export$4: __VLS_WithSlots$4<vue1774.DefineComponent<NavigationMenuRootProps, {}, {}, {}, {}, vue1774.ComponentOptionsMixin, vue1774.ComponentOptionsMixin, {
|
|
185
185
|
valueChange: (details: navigationMenu.ValueChangeDetails) => any;
|
|
186
186
|
"update:value": (value: string) => any;
|
|
187
|
-
}, string,
|
|
187
|
+
}, string, vue1774.PublicProps, Readonly<NavigationMenuRootProps> & Readonly<{
|
|
188
188
|
onValueChange?: ((details: navigationMenu.ValueChangeDetails) => any) | undefined;
|
|
189
189
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
190
190
|
}>, {
|
|
191
191
|
disableClickTrigger: boolean;
|
|
192
192
|
disableHoverTrigger: boolean;
|
|
193
193
|
disablePointerLeaveClose: boolean;
|
|
194
|
-
}, {}, {}, {}, string,
|
|
194
|
+
}, {}, {}, {}, string, vue1774.ComponentProvideOptions, false, {}, any>, {
|
|
195
195
|
default?: (props: {}) => any;
|
|
196
196
|
}>;
|
|
197
197
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -207,7 +207,7 @@ interface RootProviderProps {
|
|
|
207
207
|
interface NavigationMenuRootProviderBaseProps extends RootProviderProps, RenderStrategyProps {}
|
|
208
208
|
interface NavigationMenuRootProviderProps extends NavigationMenuRootProviderBaseProps {}
|
|
209
209
|
declare const _default$9: typeof __VLS_export$3;
|
|
210
|
-
declare const __VLS_export$3: __VLS_WithSlots$3<
|
|
210
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue1774.DefineComponent<NavigationMenuRootProviderProps, {}, {}, {}, {}, vue1774.ComponentOptionsMixin, vue1774.ComponentOptionsMixin, {}, string, vue1774.PublicProps, Readonly<NavigationMenuRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1774.ComponentProvideOptions, false, {}, any>, {
|
|
211
211
|
default?: (props: {}) => any;
|
|
212
212
|
}>;
|
|
213
213
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -224,7 +224,7 @@ interface NavigationMenuTriggerProps extends NavigationMenuTriggerBaseProps,
|
|
|
224
224
|
*/
|
|
225
225
|
Omit<ButtonHTMLAttributes, 'disabled' | 'value'> {}
|
|
226
226
|
declare const _default$10: typeof __VLS_export$2;
|
|
227
|
-
declare const __VLS_export$2: __VLS_WithSlots$2<
|
|
227
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue1774.DefineComponent<NavigationMenuTriggerProps, {}, {}, {}, {}, vue1774.ComponentOptionsMixin, vue1774.ComponentOptionsMixin, {}, string, vue1774.PublicProps, Readonly<NavigationMenuTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1774.ComponentProvideOptions, false, {}, any>, {
|
|
228
228
|
default?: (props: {}) => any;
|
|
229
229
|
}>;
|
|
230
230
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -241,7 +241,7 @@ interface NavigationMenuViewportProps extends NavigationMenuViewportBaseProps,
|
|
|
241
241
|
*/
|
|
242
242
|
HTMLAttributes {}
|
|
243
243
|
declare const _default$11: typeof __VLS_export$1;
|
|
244
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
244
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue1774.DefineComponent<NavigationMenuViewportProps, {}, {}, {}, {}, vue1774.ComponentOptionsMixin, vue1774.ComponentOptionsMixin, {}, string, vue1774.PublicProps, Readonly<NavigationMenuViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1774.ComponentProvideOptions, false, {}, any>, {
|
|
245
245
|
default?: (props: {}) => any;
|
|
246
246
|
}>;
|
|
247
247
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -258,7 +258,7 @@ interface NavigationMenuViewportPositionerProps extends NavigationMenuViewportPo
|
|
|
258
258
|
*/
|
|
259
259
|
HTMLAttributes {}
|
|
260
260
|
declare const _default$12: typeof __VLS_export;
|
|
261
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
261
|
+
declare const __VLS_export: __VLS_WithSlots<vue1774.DefineComponent<NavigationMenuViewportPositionerProps, {}, {}, {}, {}, vue1774.ComponentOptionsMixin, vue1774.ComponentOptionsMixin, {}, string, vue1774.PublicProps, Readonly<NavigationMenuViewportPositionerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1774.ComponentProvideOptions, false, {}, any>, {
|
|
262
262
|
default?: (props: {}) => any;
|
|
263
263
|
}>;
|
|
264
264
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -3,11 +3,11 @@ import { n as useMachine, r as normalizeProps$1, t as mergeProps$1 } from "../..
|
|
|
3
3
|
import { a as useLocaleContext, c as useEnvironmentContext, i as DEFAULT_LOCALE, s as DEFAULT_ENVIRONMENT } from "../../providers-DNBWT-O_.js";
|
|
4
4
|
import { t as createContext } from "../../create-context-Ds1GbsVc.js";
|
|
5
5
|
import { t as useForwardExpose } from "../../use-forward-expose-CCAmHTUB.js";
|
|
6
|
-
import { t as navigationMenuAnatomy } from "../../navigation-menu-anatomy-
|
|
7
|
-
import { t as sprawlify } from "../../factory-
|
|
8
|
-
import { t as cleanProps } from "../../clean-props-
|
|
9
|
-
import { n as useRenderStrategyProps, t as RenderStrategyPropsProvider } from "../../use-render-strategy-
|
|
10
|
-
import { i as usePresence } from "../../presence-
|
|
6
|
+
import { t as navigationMenuAnatomy } from "../../navigation-menu-anatomy-JKXIjyhE.js";
|
|
7
|
+
import { t as sprawlify } from "../../factory-yh31h0Rm.js";
|
|
8
|
+
import { t as cleanProps } from "../../clean-props-GbfPBIot.js";
|
|
9
|
+
import { n as useRenderStrategyProps, t as RenderStrategyPropsProvider } from "../../use-render-strategy-B0RVis2X.js";
|
|
10
|
+
import { i as usePresence } from "../../presence-BuHH-PkI.js";
|
|
11
11
|
import { ensure } from "@sprawlify/primitives/utils";
|
|
12
12
|
import { Fragment, Teleport, computed, createBlock, createCommentVNode, createElementBlock, createElementVNode, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, useAttrs, useId, withCtx } from "vue";
|
|
13
13
|
import * as navigationMenu from "@sprawlify/primitives/machines/navigation-menu";
|