@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,10 +1,10 @@
|
|
|
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 imageCropperAnatomy } from "../../image-cropper-anatomy-
|
|
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 imageCropperAnatomy } from "../../image-cropper-anatomy-CFsliJG4.js";
|
|
5
5
|
import * as _sprawlify_primitives_types0 from "@sprawlify/primitives/types";
|
|
6
6
|
import { Rect } from "@sprawlify/primitives/types";
|
|
7
|
-
import * as
|
|
7
|
+
import * as vue1029 from "vue";
|
|
8
8
|
import { ComputedRef, HTMLAttributes, ImgHTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
9
9
|
import * as imageCropper from "@sprawlify/primitives/machines/image-cropper";
|
|
10
10
|
import { CropChangeDetails, CropChangeDetails as ImageCropperCropChangeDetails, FlipChangeDetails, FlipChangeDetails as ImageCropperFlipChangeDetails, FlipState, FlipState as ImageCropperFlipState, GridProps, HandlePosition, HandlePosition as ImageCropperHandlePosition, HandleProps, RotationChangeDetails, RotationChangeDetails as ImageCropperRotationChangeDetails, ZoomChangeDetails, ZoomChangeDetails as ImageCropperZoomChangeDetails, connect, handles } from "@sprawlify/primitives/machines/image-cropper";
|
|
@@ -17,7 +17,7 @@ interface ImageCropperContextProps extends SlotsType<{
|
|
|
17
17
|
default: UnwrapRef<UseImageCropperContext>;
|
|
18
18
|
}> {}
|
|
19
19
|
declare const _default: typeof __VLS_export$7;
|
|
20
|
-
declare const __VLS_export$7: __VLS_WithSlots$6<
|
|
20
|
+
declare const __VLS_export$7: __VLS_WithSlots$6<vue1029.DefineComponent<{}, {}, {}, {}, {}, vue1029.ComponentOptionsMixin, vue1029.ComponentOptionsMixin, {}, string, vue1029.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1029.ComponentProvideOptions, true, {}, any>, {
|
|
21
21
|
default(imageCropper: UnwrapRef<UseImageCropperContext>): unknown;
|
|
22
22
|
}>;
|
|
23
23
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -34,7 +34,7 @@ interface ImageCropperGridProps extends ImageCropperGridBaseProps,
|
|
|
34
34
|
*/
|
|
35
35
|
HTMLAttributes {}
|
|
36
36
|
declare const _default$1: typeof __VLS_export$6;
|
|
37
|
-
declare const __VLS_export$6: __VLS_WithSlots$5<
|
|
37
|
+
declare const __VLS_export$6: __VLS_WithSlots$5<vue1029.DefineComponent<ImageCropperGridProps, {}, {}, {}, {}, vue1029.ComponentOptionsMixin, vue1029.ComponentOptionsMixin, {}, string, vue1029.PublicProps, Readonly<ImageCropperGridProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1029.ComponentProvideOptions, false, {}, any>, {
|
|
38
38
|
default?: (props: {}) => any;
|
|
39
39
|
}>;
|
|
40
40
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -51,7 +51,7 @@ interface ImageCropperHandleProps extends ImageCropperHandleBaseProps,
|
|
|
51
51
|
*/
|
|
52
52
|
HTMLAttributes {}
|
|
53
53
|
declare const _default$2: typeof __VLS_export$5;
|
|
54
|
-
declare const __VLS_export$5: __VLS_WithSlots$4<
|
|
54
|
+
declare const __VLS_export$5: __VLS_WithSlots$4<vue1029.DefineComponent<ImageCropperHandleProps, {}, {}, {}, {}, vue1029.ComponentOptionsMixin, vue1029.ComponentOptionsMixin, {}, string, vue1029.PublicProps, Readonly<ImageCropperHandleProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1029.ComponentProvideOptions, false, {}, any>, {
|
|
55
55
|
default?: (props: {}) => any;
|
|
56
56
|
}>;
|
|
57
57
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -68,7 +68,7 @@ interface ImageCropperImageProps extends ImageCropperImageBaseProps,
|
|
|
68
68
|
*/
|
|
69
69
|
ImgHTMLAttributes {}
|
|
70
70
|
declare const _default$3: typeof __VLS_export$4;
|
|
71
|
-
declare const __VLS_export$4:
|
|
71
|
+
declare const __VLS_export$4: vue1029.DefineComponent<ImageCropperImageProps, {}, {}, {}, {}, vue1029.ComponentOptionsMixin, vue1029.ComponentOptionsMixin, {}, string, vue1029.PublicProps, Readonly<ImageCropperImageProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1029.ComponentProvideOptions, false, {}, any>;
|
|
72
72
|
//#endregion
|
|
73
73
|
//#region src/components/image-cropper/image-cropper-types.d.ts
|
|
74
74
|
interface RootProps {
|
|
@@ -116,7 +116,7 @@ interface ImageCropperRootProps extends ImageCropperRootBaseProps,
|
|
|
116
116
|
HTMLAttributes {}
|
|
117
117
|
interface ImageCropperRootEmits extends RootEmits {}
|
|
118
118
|
declare const _default$4: typeof __VLS_export$3;
|
|
119
|
-
declare const __VLS_export$3: __VLS_WithSlots$3<
|
|
119
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue1029.DefineComponent<ImageCropperRootProps, {}, {}, {}, {}, vue1029.ComponentOptionsMixin, vue1029.ComponentOptionsMixin, {
|
|
120
120
|
zoomChange: (details: imageCropper.ZoomChangeDetails) => any;
|
|
121
121
|
"update:zoom": (zoom: number) => any;
|
|
122
122
|
rotationChange: (details: imageCropper.RotationChangeDetails) => any;
|
|
@@ -125,7 +125,7 @@ declare const __VLS_export$3: __VLS_WithSlots$3<vue2380.DefineComponent<ImageCro
|
|
|
125
125
|
"update:flip": (flip: imageCropper.FlipState) => any;
|
|
126
126
|
cropChange: (details: imageCropper.CropChangeDetails) => any;
|
|
127
127
|
"update:crop": (crop: _sprawlify_primitives_types0.Rect) => any;
|
|
128
|
-
}, string,
|
|
128
|
+
}, string, vue1029.PublicProps, Readonly<ImageCropperRootProps> & Readonly<{
|
|
129
129
|
onZoomChange?: ((details: imageCropper.ZoomChangeDetails) => any) | undefined;
|
|
130
130
|
"onUpdate:zoom"?: ((zoom: number) => any) | undefined;
|
|
131
131
|
onRotationChange?: ((details: imageCropper.RotationChangeDetails) => any) | undefined;
|
|
@@ -134,7 +134,7 @@ declare const __VLS_export$3: __VLS_WithSlots$3<vue2380.DefineComponent<ImageCro
|
|
|
134
134
|
"onUpdate:flip"?: ((flip: imageCropper.FlipState) => any) | undefined;
|
|
135
135
|
onCropChange?: ((details: imageCropper.CropChangeDetails) => any) | undefined;
|
|
136
136
|
"onUpdate:crop"?: ((crop: _sprawlify_primitives_types0.Rect) => any) | undefined;
|
|
137
|
-
}>, {}, {}, {}, {}, string,
|
|
137
|
+
}>, {}, {}, {}, {}, string, vue1029.ComponentProvideOptions, false, {}, any>, {
|
|
138
138
|
default?: (props: {}) => any;
|
|
139
139
|
}>;
|
|
140
140
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -159,7 +159,7 @@ interface ImageCropperRootProviderProps extends ImageCropperRootProviderBaseProp
|
|
|
159
159
|
*/
|
|
160
160
|
HTMLAttributes {}
|
|
161
161
|
declare const _default$5: typeof __VLS_export$2;
|
|
162
|
-
declare const __VLS_export$2: __VLS_WithSlots$2<
|
|
162
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue1029.DefineComponent<ImageCropperRootProviderProps, {}, {}, {}, {}, vue1029.ComponentOptionsMixin, vue1029.ComponentOptionsMixin, {}, string, vue1029.PublicProps, Readonly<ImageCropperRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1029.ComponentProvideOptions, false, {}, any>, {
|
|
163
163
|
default?: (props: {}) => any;
|
|
164
164
|
}>;
|
|
165
165
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -176,7 +176,7 @@ interface ImageCropperSelectionProps extends ImageCropperSelectionBaseProps,
|
|
|
176
176
|
*/
|
|
177
177
|
HTMLAttributes {}
|
|
178
178
|
declare const _default$6: typeof __VLS_export$1;
|
|
179
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
179
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue1029.DefineComponent<ImageCropperSelectionProps, {}, {}, {}, {}, vue1029.ComponentOptionsMixin, vue1029.ComponentOptionsMixin, {}, string, vue1029.PublicProps, Readonly<ImageCropperSelectionProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1029.ComponentProvideOptions, false, {}, any>, {
|
|
180
180
|
default?: (props: {}) => any;
|
|
181
181
|
}>;
|
|
182
182
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -193,7 +193,7 @@ interface ImageCropperViewportProps extends ImageCropperViewportBaseProps,
|
|
|
193
193
|
*/
|
|
194
194
|
HTMLAttributes {}
|
|
195
195
|
declare const _default$7: typeof __VLS_export;
|
|
196
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
196
|
+
declare const __VLS_export: __VLS_WithSlots<vue1029.DefineComponent<ImageCropperViewportProps, {}, {}, {}, {}, vue1029.ComponentOptionsMixin, vue1029.ComponentOptionsMixin, {}, string, vue1029.PublicProps, Readonly<ImageCropperViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1029.ComponentProvideOptions, false, {}, any>, {
|
|
197
197
|
default?: (props: {}) => any;
|
|
198
198
|
}>;
|
|
199
199
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -3,9 +3,9 @@ import { n as useMachine, r as normalizeProps$1 } from "../../core-DNndr38p.js";
|
|
|
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 imageCropperAnatomy } from "../../image-cropper-anatomy
|
|
7
|
-
import { t as sprawlify } from "../../factory-
|
|
8
|
-
import { t as cleanProps } from "../../clean-props-
|
|
6
|
+
import { t as imageCropperAnatomy } from "../../image-cropper-anatomy--tXgRMD1.js";
|
|
7
|
+
import { t as sprawlify } from "../../factory-yh31h0Rm.js";
|
|
8
|
+
import { t as cleanProps } from "../../clean-props-GbfPBIot.js";
|
|
9
9
|
import { computed, createBlock, defineComponent, guardReactiveProps, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
|
|
10
10
|
import * as imageCropper from "@sprawlify/primitives/machines/image-cropper";
|
|
11
11
|
import { handles } from "@sprawlify/primitives/machines/image-cropper";
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import "../../factory-
|
|
2
|
-
import { r as PropTypes } from "../../index-
|
|
3
|
-
import "../../use-render-strategy-
|
|
4
|
-
import "../../
|
|
5
|
-
import "../../index-
|
|
6
|
-
import
|
|
7
|
-
import * as vue1099 from "vue";
|
|
1
|
+
import "../../factory-BiWWKx2m.js";
|
|
2
|
+
import { r as PropTypes } from "../../index-C2XO6Bu5.js";
|
|
3
|
+
import "../../use-render-strategy-D82Q7KQ3.js";
|
|
4
|
+
import "../../index-pShXx5Uh.js";
|
|
5
|
+
import { C as TreeViewRootProviderProps, g as TreeViewRootBaseProps, m as TreeViewTreeProps, rt as UseTreeViewProps } from "../../index-VE6rqFS6.js";
|
|
6
|
+
import * as vue511 from "vue";
|
|
8
7
|
import { ComputedRef, HTMLAttributes, MaybeRef } from "vue";
|
|
9
8
|
import * as treeView from "@sprawlify/primitives/machines/tree-view";
|
|
10
9
|
import { JsonNode, JsonNodeHastElement, JsonNodePreviewOptions } from "@sprawlify/primitives/json-tree-utils";
|
|
@@ -25,15 +24,15 @@ interface JsonTreeViewRootProps extends JsonTreeViewRootBaseProps,
|
|
|
25
24
|
*/
|
|
26
25
|
HTMLAttributes {}
|
|
27
26
|
declare const _default: typeof __VLS_export$2;
|
|
28
|
-
declare const __VLS_export$2: __VLS_WithSlots$2<
|
|
27
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue511.DefineComponent<JsonTreeViewRootProps, {}, {}, {}, {}, vue511.ComponentOptionsMixin, vue511.ComponentOptionsMixin, {}, string, vue511.PublicProps, Readonly<JsonTreeViewRootProps> & Readonly<{}>, {
|
|
29
28
|
asChild: boolean;
|
|
30
29
|
lazyMount: boolean;
|
|
31
30
|
unmountOnExit: boolean;
|
|
32
|
-
showNonenumerable: boolean;
|
|
33
31
|
expandOnClick: boolean;
|
|
34
32
|
typeahead: boolean;
|
|
33
|
+
showNonenumerable: boolean;
|
|
35
34
|
quotesOnKeys: boolean;
|
|
36
|
-
}, {}, {}, {}, string,
|
|
35
|
+
}, {}, {}, {}, string, vue511.ComponentProvideOptions, false, {}, any>, {
|
|
37
36
|
default?: (props: {}) => any;
|
|
38
37
|
}>;
|
|
39
38
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -45,7 +44,7 @@ type __VLS_WithSlots$2<T, S> = T & {
|
|
|
45
44
|
//#region src/components/json-tree-view/json-tree-view-root-provider.vue.d.ts
|
|
46
45
|
interface JsonTreeViewRootProviderProps extends TreeViewRootProviderProps<JsonNode> {}
|
|
47
46
|
declare const _default$1: typeof __VLS_export$1;
|
|
48
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
47
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue511.DefineComponent<JsonTreeViewRootProviderProps, {}, {}, {}, {}, vue511.ComponentOptionsMixin, vue511.ComponentOptionsMixin, {}, string, vue511.PublicProps, Readonly<JsonTreeViewRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue511.ComponentProvideOptions, false, {}, any>, {
|
|
49
48
|
default?: (props: {}) => any;
|
|
50
49
|
}>;
|
|
51
50
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -63,7 +62,7 @@ interface JsonTreeViewNodeBaseProps {
|
|
|
63
62
|
interface JsonTreeViewTreeBaseProps extends JsonTreeViewNodeBaseProps {}
|
|
64
63
|
interface JsonTreeViewTreeProps extends TreeViewTreeProps, JsonTreeViewTreeBaseProps {}
|
|
65
64
|
declare const _default$2: typeof __VLS_export;
|
|
66
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
65
|
+
declare const __VLS_export: __VLS_WithSlots<vue511.DefineComponent<JsonTreeViewTreeProps, {}, {}, {}, {}, vue511.ComponentOptionsMixin, vue511.ComponentOptionsMixin, {}, string, vue511.PublicProps, Readonly<JsonTreeViewTreeProps> & Readonly<{}>, {}, {}, {}, {}, string, vue511.ComponentProvideOptions, false, {}, any>, {
|
|
67
66
|
arrow(): unknown;
|
|
68
67
|
indentGuide(): unknown;
|
|
69
68
|
renderValue(props: {
|
|
@@ -3,14 +3,13 @@ import "../../core-DNndr38p.js";
|
|
|
3
3
|
import "../../providers-DNBWT-O_.js";
|
|
4
4
|
import { t as createContext } from "../../create-context-Ds1GbsVc.js";
|
|
5
5
|
import "../../use-forward-expose-CCAmHTUB.js";
|
|
6
|
-
import "../../collapsible-anatomy-
|
|
7
|
-
import "../../
|
|
8
|
-
import "../../
|
|
9
|
-
import "../../use-render-strategy-3G0_HWbg.js";
|
|
6
|
+
import "../../collapsible-anatomy-B63RaMgq.js";
|
|
7
|
+
import "../../factory-yh31h0Rm.js";
|
|
8
|
+
import "../../collapsible-DjMeJSQq.js";
|
|
10
9
|
import { t as createSplitProps } from "../../create-split-props-D8oe6Rby.js";
|
|
11
|
-
import "../../
|
|
12
|
-
import { a as createTreeCollection } from "../../collection-
|
|
13
|
-
import { C as tree_view_branch_content_default, S as tree_view_branch_control_default, a as tree_view_root_provider_default, b as tree_view_branch_indicator_default, f as tree_view_item_default, g as tree_view_branch_default, i as useTreeView, n as tree_view_tree_default, o as tree_view_node_provider_default, p as tree_view_item_text_default, t as tree_view_exports, w as useTreeViewContext, x as tree_view_branch_indent_guide_default, y as tree_view_branch_text_default } from "../../tree-view-
|
|
10
|
+
import "../../use-render-strategy-B0RVis2X.js";
|
|
11
|
+
import { a as createTreeCollection } from "../../collection-D_pMm6Yu.js";
|
|
12
|
+
import { C as tree_view_branch_content_default, S as tree_view_branch_control_default, a as tree_view_root_provider_default, b as tree_view_branch_indicator_default, f as tree_view_item_default, g as tree_view_branch_default, i as useTreeView, n as tree_view_tree_default, o as tree_view_node_provider_default, p as tree_view_item_text_default, t as tree_view_exports, w as useTreeViewContext, x as tree_view_branch_indent_guide_default, y as tree_view_branch_text_default } from "../../tree-view-D0uubGi5.js";
|
|
14
13
|
import { Fragment, computed, createBlock, createCommentVNode, createElementBlock, createElementVNode, createTextVNode, createVNode, defineComponent, mergeDefaults, mergeProps, openBlock, renderList, renderSlot, resolveComponent, resolveDynamicComponent, toDisplayString, toValue, unref, withCtx } from "vue";
|
|
15
14
|
import { getAccessibleDescription, getRootNode, jsonNodeToElement, keyPathToKey, nodeToString, nodeToValue } from "@sprawlify/primitives/json-tree-utils";
|
|
16
15
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { t as PolymorphicProps } from "../../factory-
|
|
2
|
-
import { a as Optional, r as EmitFn$1, t as Assign } from "../../types-
|
|
3
|
-
import { r as PropTypes } from "../../index-
|
|
4
|
-
import { t as listboxAnatomy } from "../../listbox-anatomy-
|
|
5
|
-
import { _ as CollectionItem, b as createListCollection, y as ListCollection } from "../../index-
|
|
6
|
-
import * as
|
|
1
|
+
import { t as PolymorphicProps } from "../../factory-BiWWKx2m.js";
|
|
2
|
+
import { a as Optional, r as EmitFn$1, t as Assign } from "../../types-D49hIhzQ.js";
|
|
3
|
+
import { r as PropTypes } from "../../index-C2XO6Bu5.js";
|
|
4
|
+
import { t as listboxAnatomy } from "../../listbox-anatomy-DXcTKn-k.js";
|
|
5
|
+
import { _ as CollectionItem, b as createListCollection, y as ListCollection } from "../../index-pShXx5Uh.js";
|
|
6
|
+
import * as vue1424 from "vue";
|
|
7
7
|
import { ComputedRef, HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
8
8
|
import * as listbox from "@sprawlify/primitives/machines/listbox";
|
|
9
9
|
import { HighlightChangeDetails, HighlightChangeDetails as ListboxHighlightChangeDetails, ItemGroupProps, ItemProps, ItemState, ScrollToIndexDetails, ScrollToIndexDetails as ListboxScrollToIndexDetails, SelectionDetails, SelectionDetails as ListboxSelectionDetails, SelectionMode, SelectionMode as ListboxSelectionMode, ValueChangeDetails, ValueChangeDetails as ListboxValueChangeDetails } from "@sprawlify/primitives/machines/listbox";
|
|
@@ -16,7 +16,7 @@ interface ListboxContentProps extends ListboxContentBaseProps,
|
|
|
16
16
|
*/
|
|
17
17
|
HTMLAttributes {}
|
|
18
18
|
declare const _default: typeof __VLS_export$13;
|
|
19
|
-
declare const __VLS_export$13: __VLS_WithSlots$10<
|
|
19
|
+
declare const __VLS_export$13: __VLS_WithSlots$10<vue1424.DefineComponent<ListboxContentProps, {}, {}, {}, {}, vue1424.ComponentOptionsMixin, vue1424.ComponentOptionsMixin, {}, string, vue1424.PublicProps, Readonly<ListboxContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1424.ComponentProvideOptions, false, {}, any>, {
|
|
20
20
|
default?: (props: {}) => any;
|
|
21
21
|
}>;
|
|
22
22
|
type __VLS_WithSlots$10<T, S> = T & {
|
|
@@ -33,7 +33,7 @@ interface ListboxEmptyProps extends ListboxEmptyBaseProps,
|
|
|
33
33
|
*/
|
|
34
34
|
HTMLAttributes {}
|
|
35
35
|
declare const _default$2: typeof __VLS_export$12;
|
|
36
|
-
declare const __VLS_export$12: __VLS_WithSlots$9<
|
|
36
|
+
declare const __VLS_export$12: __VLS_WithSlots$9<vue1424.DefineComponent<ListboxEmptyProps, {}, {}, {}, {}, vue1424.ComponentOptionsMixin, vue1424.ComponentOptionsMixin, {}, string, vue1424.PublicProps, Readonly<ListboxEmptyProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1424.ComponentProvideOptions, false, {}, any>, {
|
|
37
37
|
default?: (props: {}) => any;
|
|
38
38
|
}>;
|
|
39
39
|
type __VLS_WithSlots$9<T, S> = T & {
|
|
@@ -50,7 +50,7 @@ interface ListboxInputProps extends ListboxInputBaseProps,
|
|
|
50
50
|
*/
|
|
51
51
|
InputHTMLAttributes {}
|
|
52
52
|
declare const _default$3: typeof __VLS_export$11;
|
|
53
|
-
declare const __VLS_export$11: __VLS_WithSlots$8<
|
|
53
|
+
declare const __VLS_export$11: __VLS_WithSlots$8<vue1424.DefineComponent<ListboxInputProps, {}, {}, {}, {}, vue1424.ComponentOptionsMixin, vue1424.ComponentOptionsMixin, {}, string, vue1424.PublicProps, Readonly<ListboxInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1424.ComponentProvideOptions, false, {}, any>, {
|
|
54
54
|
default?: (props: {}) => any;
|
|
55
55
|
}>;
|
|
56
56
|
type __VLS_WithSlots$8<T, S> = T & {
|
|
@@ -67,7 +67,7 @@ interface ListboxItemContextProps extends SlotsType<{
|
|
|
67
67
|
default: UnwrapRef<UseListboxItemContext>;
|
|
68
68
|
}> {}
|
|
69
69
|
declare const _default$5: typeof __VLS_export$10;
|
|
70
|
-
declare const __VLS_export$10: __VLS_WithSlots$7<
|
|
70
|
+
declare const __VLS_export$10: __VLS_WithSlots$7<vue1424.DefineComponent<{}, {}, {}, {}, {}, vue1424.ComponentOptionsMixin, vue1424.ComponentOptionsMixin, {}, string, vue1424.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1424.ComponentProvideOptions, true, {}, any>, {
|
|
71
71
|
default(context: UnwrapRef<UseListboxItemContext>): unknown;
|
|
72
72
|
}>;
|
|
73
73
|
type __VLS_WithSlots$7<T, S> = T & {
|
|
@@ -84,7 +84,7 @@ interface ListboxItemGroupLabelProps extends ListboxItemGroupLabelBaseProps,
|
|
|
84
84
|
*/
|
|
85
85
|
HTMLAttributes {}
|
|
86
86
|
declare const _default$7: typeof __VLS_export$9;
|
|
87
|
-
declare const __VLS_export$9: __VLS_WithSlots$6<
|
|
87
|
+
declare const __VLS_export$9: __VLS_WithSlots$6<vue1424.DefineComponent<ListboxItemGroupLabelProps, {}, {}, {}, {}, vue1424.ComponentOptionsMixin, vue1424.ComponentOptionsMixin, {}, string, vue1424.PublicProps, Readonly<ListboxItemGroupLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1424.ComponentProvideOptions, false, {}, any>, {
|
|
88
88
|
default?: (props: {}) => any;
|
|
89
89
|
}>;
|
|
90
90
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -101,7 +101,7 @@ interface ListboxItemGroupProps extends ListboxItemGroupBaseProps,
|
|
|
101
101
|
*/
|
|
102
102
|
HTMLAttributes {}
|
|
103
103
|
declare const _default$6: typeof __VLS_export$8;
|
|
104
|
-
declare const __VLS_export$8: __VLS_WithSlots$5<
|
|
104
|
+
declare const __VLS_export$8: __VLS_WithSlots$5<vue1424.DefineComponent<ListboxItemGroupProps, {}, {}, {}, {}, vue1424.ComponentOptionsMixin, vue1424.ComponentOptionsMixin, {}, string, vue1424.PublicProps, Readonly<ListboxItemGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1424.ComponentProvideOptions, false, {}, any>, {
|
|
105
105
|
default?: (props: {}) => any;
|
|
106
106
|
}>;
|
|
107
107
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -118,7 +118,7 @@ interface ListboxItemIndicatorProps extends ListboxItemIndicatorBaseProps,
|
|
|
118
118
|
*/
|
|
119
119
|
HTMLAttributes {}
|
|
120
120
|
declare const _default$8: typeof __VLS_export$7;
|
|
121
|
-
declare const __VLS_export$7: __VLS_WithSlots$4<
|
|
121
|
+
declare const __VLS_export$7: __VLS_WithSlots$4<vue1424.DefineComponent<ListboxItemIndicatorProps, {}, {}, {}, {}, vue1424.ComponentOptionsMixin, vue1424.ComponentOptionsMixin, {}, string, vue1424.PublicProps, Readonly<ListboxItemIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1424.ComponentProvideOptions, false, {}, any>, {
|
|
122
122
|
default?: (props: {}) => any;
|
|
123
123
|
}>;
|
|
124
124
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -135,7 +135,7 @@ interface ListboxItemTextProps extends ListboxItemTextBaseProps,
|
|
|
135
135
|
*/
|
|
136
136
|
HTMLAttributes {}
|
|
137
137
|
declare const _default$9: typeof __VLS_export$6;
|
|
138
|
-
declare const __VLS_export$6: __VLS_WithSlots$3<
|
|
138
|
+
declare const __VLS_export$6: __VLS_WithSlots$3<vue1424.DefineComponent<ListboxItemTextProps, {}, {}, {}, {}, vue1424.ComponentOptionsMixin, vue1424.ComponentOptionsMixin, {}, string, vue1424.PublicProps, Readonly<ListboxItemTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1424.ComponentProvideOptions, false, {}, any>, {
|
|
139
139
|
default?: (props: {}) => any;
|
|
140
140
|
}>;
|
|
141
141
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -152,7 +152,7 @@ interface ListboxItemProps extends ListboxItemBaseProps,
|
|
|
152
152
|
*/
|
|
153
153
|
HTMLAttributes {}
|
|
154
154
|
declare const _default$4: typeof __VLS_export$5;
|
|
155
|
-
declare const __VLS_export$5: __VLS_WithSlots$2<
|
|
155
|
+
declare const __VLS_export$5: __VLS_WithSlots$2<vue1424.DefineComponent<ListboxItemProps, {}, {}, {}, {}, vue1424.ComponentOptionsMixin, vue1424.ComponentOptionsMixin, {}, string, vue1424.PublicProps, Readonly<ListboxItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1424.ComponentProvideOptions, false, {}, any>, {
|
|
156
156
|
default?: (props: {}) => any;
|
|
157
157
|
}>;
|
|
158
158
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -169,7 +169,7 @@ interface ListboxLabelProps extends ListboxLabelBaseProps,
|
|
|
169
169
|
*/
|
|
170
170
|
LabelHTMLAttributes {}
|
|
171
171
|
declare const _default$10: typeof __VLS_export$4;
|
|
172
|
-
declare const __VLS_export$4: __VLS_WithSlots$1<
|
|
172
|
+
declare const __VLS_export$4: __VLS_WithSlots$1<vue1424.DefineComponent<ListboxLabelProps, {}, {}, {}, {}, vue1424.ComponentOptionsMixin, vue1424.ComponentOptionsMixin, {}, string, vue1424.PublicProps, Readonly<ListboxLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1424.ComponentProvideOptions, false, {}, any>, {
|
|
173
173
|
default?: (props: {}) => any;
|
|
174
174
|
}>;
|
|
175
175
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -191,7 +191,7 @@ HTMLAttributes {}
|
|
|
191
191
|
type ListboxRootProviderComponent<P = {}> = <T extends CollectionItem>(props: Assign<ListboxRootProviderProps<T>, P>) => any;
|
|
192
192
|
declare const _default$12: typeof __VLS_export$3;
|
|
193
193
|
declare const __VLS_export$3: <T extends CollectionItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$2<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
194
|
-
props:
|
|
194
|
+
props: vue1424.PublicProps & __VLS_PrettifyLocal$2<ListboxRootProviderProps<T>> & (typeof globalThis extends {
|
|
195
195
|
__VLS_PROPS_FALLBACK: infer P;
|
|
196
196
|
} ? P : {});
|
|
197
197
|
expose: (exposed: {}) => void;
|
|
@@ -200,7 +200,7 @@ declare const __VLS_export$3: <T extends CollectionItem>(__VLS_props: NonNullabl
|
|
|
200
200
|
default?: (props: {}) => any;
|
|
201
201
|
};
|
|
202
202
|
emit: {};
|
|
203
|
-
}>) =>
|
|
203
|
+
}>) => vue1424.VNode & {
|
|
204
204
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
205
205
|
};
|
|
206
206
|
type __VLS_PrettifyLocal$2<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
@@ -249,7 +249,7 @@ type ListboxRootComponentProps<T extends CollectionItem = CollectionItem, P = {}
|
|
|
249
249
|
type ListboxRootComponent<P = {}> = <T extends CollectionItem>(props: ListboxRootComponentProps<T, P>) => any;
|
|
250
250
|
declare const _default$11: typeof __VLS_export$2;
|
|
251
251
|
declare const __VLS_export$2: <T extends CollectionItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$1<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
252
|
-
props:
|
|
252
|
+
props: vue1424.PublicProps & __VLS_PrettifyLocal$1<ListboxRootBaseProps<T> & {
|
|
253
253
|
onSelect?: ((details: listbox.SelectionDetails) => any) | undefined;
|
|
254
254
|
onValueChange?: ((details: listbox.ValueChangeDetails<T>) => any) | undefined;
|
|
255
255
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
@@ -263,7 +263,7 @@ declare const __VLS_export$2: <T extends CollectionItem>(__VLS_props: NonNullabl
|
|
|
263
263
|
default?: (props: {}) => any;
|
|
264
264
|
};
|
|
265
265
|
emit: ((evt: "select", details: listbox.SelectionDetails) => void) & ((evt: "valueChange", details: listbox.ValueChangeDetails<T>) => void) & ((evt: "update:modelValue", value: string[]) => void) & ((evt: "highlightChange", details: listbox.HighlightChangeDetails<T>) => void);
|
|
266
|
-
}>) =>
|
|
266
|
+
}>) => vue1424.VNode & {
|
|
267
267
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
268
268
|
};
|
|
269
269
|
type __VLS_PrettifyLocal$1<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
@@ -278,7 +278,7 @@ HTMLAttributes {
|
|
|
278
278
|
placeholder?: string;
|
|
279
279
|
}
|
|
280
280
|
declare const _default$13: typeof __VLS_export$1;
|
|
281
|
-
declare const __VLS_export$1: __VLS_WithSlots<
|
|
281
|
+
declare const __VLS_export$1: __VLS_WithSlots<vue1424.DefineComponent<ListboxValueTextProps, {}, {}, {}, {}, vue1424.ComponentOptionsMixin, vue1424.ComponentOptionsMixin, {}, string, vue1424.PublicProps, Readonly<ListboxValueTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1424.ComponentProvideOptions, false, {}, any>, __VLS_Slots>;
|
|
282
282
|
type __VLS_WithSlots<T, S> = T & {
|
|
283
283
|
new (): {
|
|
284
284
|
$slots: S;
|
|
@@ -305,7 +305,7 @@ interface ListboxContextProps<T extends CollectionItem> extends SlotsType<{
|
|
|
305
305
|
}> {}
|
|
306
306
|
declare const _default$1: typeof __VLS_export;
|
|
307
307
|
declare const __VLS_export: <T extends CollectionItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
308
|
-
props:
|
|
308
|
+
props: vue1424.PublicProps & (typeof globalThis extends {
|
|
309
309
|
__VLS_PROPS_FALLBACK: infer P;
|
|
310
310
|
} ? P : {});
|
|
311
311
|
expose: (exposed: {}) => void;
|
|
@@ -314,7 +314,7 @@ declare const __VLS_export: <T extends CollectionItem>(__VLS_props: NonNullable<
|
|
|
314
314
|
default(listbox: UnwrapRef<UseListboxContext<T>>): unknown;
|
|
315
315
|
};
|
|
316
316
|
emit: {};
|
|
317
|
-
}>) =>
|
|
317
|
+
}>) => vue1424.VNode & {
|
|
318
318
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
319
319
|
};
|
|
320
320
|
type __VLS_PrettifyLocal<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
@@ -3,10 +3,10 @@ import { n as useMachine, r as normalizeProps$1 } from "../../core-DNndr38p.js";
|
|
|
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 listboxAnatomy } from "../../listbox-anatomy-
|
|
7
|
-
import { t as sprawlify } from "../../factory-
|
|
8
|
-
import { t as cleanProps } from "../../clean-props-
|
|
9
|
-
import { o as createListCollection } from "../../collection-
|
|
6
|
+
import { t as listboxAnatomy } from "../../listbox-anatomy-CddfyW7E.js";
|
|
7
|
+
import { t as sprawlify } from "../../factory-yh31h0Rm.js";
|
|
8
|
+
import { t as cleanProps } from "../../clean-props-GbfPBIot.js";
|
|
9
|
+
import { o as createListCollection } from "../../collection-D_pMm6Yu.js";
|
|
10
10
|
import { computed, createBlock, createCommentVNode, createTextVNode, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderSlot, toDisplayString, toValue, unref, useId, useSlots, withCtx } from "vue";
|
|
11
11
|
import * as listbox from "@sprawlify/primitives/machines/listbox";
|
|
12
12
|
|
|
@@ -1,8 +1,8 @@
|
|
|
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 marqueeAnatomy } from "../../marquee-anatomy-
|
|
5
|
-
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 marqueeAnatomy } from "../../marquee-anatomy-h5g9NC8A.js";
|
|
5
|
+
import * as vue9 from "vue";
|
|
6
6
|
import { ComputedRef, HTMLAttributes, MaybeRef, UnwrapRef } from "vue";
|
|
7
7
|
import * as marquee from "@sprawlify/primitives/machines/marquee";
|
|
8
8
|
import { EdgeProps, PauseStatusDetails, PauseStatusDetails as MarqueePauseStatusDetails, Side, Side as MarqueeSide } from "@sprawlify/primitives/machines/marquee";
|
|
@@ -15,7 +15,7 @@ interface MarqueeContentProps extends MarqueeContentBaseProps,
|
|
|
15
15
|
*/
|
|
16
16
|
HTMLAttributes {}
|
|
17
17
|
declare const _default: typeof __VLS_export$6;
|
|
18
|
-
declare const __VLS_export$6: __VLS_WithSlots$6<
|
|
18
|
+
declare const __VLS_export$6: __VLS_WithSlots$6<vue9.DefineComponent<MarqueeContentProps, {}, {}, {}, {}, vue9.ComponentOptionsMixin, vue9.ComponentOptionsMixin, {}, string, vue9.PublicProps, Readonly<MarqueeContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue9.ComponentProvideOptions, false, {}, any>, {
|
|
19
19
|
default?: (props: {}) => any;
|
|
20
20
|
}>;
|
|
21
21
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -121,7 +121,7 @@ interface MarqueeContextProps {
|
|
|
121
121
|
children: (context: UseMarqueeContext) => any;
|
|
122
122
|
}
|
|
123
123
|
declare const _default$1: typeof __VLS_export$5;
|
|
124
|
-
declare const __VLS_export$5: __VLS_WithSlots$5<
|
|
124
|
+
declare const __VLS_export$5: __VLS_WithSlots$5<vue9.DefineComponent<{}, {}, {}, {}, {}, vue9.ComponentOptionsMixin, vue9.ComponentOptionsMixin, {}, string, vue9.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue9.ComponentProvideOptions, true, {}, any>, {
|
|
125
125
|
default?: (props: {
|
|
126
126
|
paused: boolean;
|
|
127
127
|
orientation: "horizontal" | "vertical";
|
|
@@ -132,25 +132,25 @@ declare const __VLS_export$5: __VLS_WithSlots$5<vue2285.DefineComponent<{}, {},
|
|
|
132
132
|
resume: VoidFunction;
|
|
133
133
|
togglePause: VoidFunction;
|
|
134
134
|
restart: VoidFunction;
|
|
135
|
-
getRootProps: () =>
|
|
135
|
+
getRootProps: () => vue9.HTMLAttributes & {
|
|
136
136
|
key?: string | number | symbol | undefined;
|
|
137
|
-
ref?:
|
|
137
|
+
ref?: vue9.VNodeRef | undefined;
|
|
138
138
|
};
|
|
139
|
-
getViewportProps: () =>
|
|
139
|
+
getViewportProps: () => vue9.HTMLAttributes & {
|
|
140
140
|
key?: string | number | symbol | undefined;
|
|
141
|
-
ref?:
|
|
141
|
+
ref?: vue9.VNodeRef | undefined;
|
|
142
142
|
};
|
|
143
|
-
getContentProps: (props: marquee.ContentProps) =>
|
|
143
|
+
getContentProps: (props: marquee.ContentProps) => vue9.HTMLAttributes & {
|
|
144
144
|
key?: string | number | symbol | undefined;
|
|
145
|
-
ref?:
|
|
145
|
+
ref?: vue9.VNodeRef | undefined;
|
|
146
146
|
};
|
|
147
|
-
getEdgeProps: (props: marquee.EdgeProps) =>
|
|
147
|
+
getEdgeProps: (props: marquee.EdgeProps) => vue9.HTMLAttributes & {
|
|
148
148
|
key?: string | number | symbol | undefined;
|
|
149
|
-
ref?:
|
|
149
|
+
ref?: vue9.VNodeRef | undefined;
|
|
150
150
|
};
|
|
151
|
-
getItemProps: () =>
|
|
151
|
+
getItemProps: () => vue9.HTMLAttributes & {
|
|
152
152
|
key?: string | number | symbol | undefined;
|
|
153
|
-
ref?:
|
|
153
|
+
ref?: vue9.VNodeRef | undefined;
|
|
154
154
|
};
|
|
155
155
|
}) => any;
|
|
156
156
|
}>;
|
|
@@ -168,7 +168,7 @@ interface MarqueeEdgeProps extends MarqueeEdgeBaseProps,
|
|
|
168
168
|
*/
|
|
169
169
|
HTMLAttributes {}
|
|
170
170
|
declare const _default$2: typeof __VLS_export$4;
|
|
171
|
-
declare const __VLS_export$4: __VLS_WithSlots$4<
|
|
171
|
+
declare const __VLS_export$4: __VLS_WithSlots$4<vue9.DefineComponent<MarqueeEdgeProps, {}, {}, {}, {}, vue9.ComponentOptionsMixin, vue9.ComponentOptionsMixin, {}, string, vue9.PublicProps, Readonly<MarqueeEdgeProps> & Readonly<{}>, {}, {}, {}, {}, string, vue9.ComponentProvideOptions, false, {}, any>, {
|
|
172
172
|
default?: (props: {}) => any;
|
|
173
173
|
}>;
|
|
174
174
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -185,7 +185,7 @@ interface MarqueeItemProps extends MarqueeItemBaseProps,
|
|
|
185
185
|
*/
|
|
186
186
|
HTMLAttributes {}
|
|
187
187
|
declare const _default$3: typeof __VLS_export$3;
|
|
188
|
-
declare const __VLS_export$3: __VLS_WithSlots$3<
|
|
188
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue9.DefineComponent<MarqueeItemProps, {}, {}, {}, {}, vue9.ComponentOptionsMixin, vue9.ComponentOptionsMixin, {}, string, vue9.PublicProps, Readonly<MarqueeItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue9.ComponentProvideOptions, false, {}, any>, {
|
|
189
189
|
default?: (props: {}) => any;
|
|
190
190
|
}>;
|
|
191
191
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -203,21 +203,21 @@ interface MarqueeRootProps extends MarqueeRootBaseProps,
|
|
|
203
203
|
HTMLAttributes {}
|
|
204
204
|
interface MarqueeRootEmits extends RootEmits {}
|
|
205
205
|
declare const _default$4: typeof __VLS_export$2;
|
|
206
|
-
declare const __VLS_export$2: __VLS_WithSlots$2<
|
|
206
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue9.DefineComponent<MarqueeRootProps, {}, {}, {}, {}, vue9.ComponentOptionsMixin, vue9.ComponentOptionsMixin, {
|
|
207
207
|
complete: () => any;
|
|
208
208
|
loopComplete: () => any;
|
|
209
209
|
pauseChange: (details: marquee.PauseStatusDetails) => any;
|
|
210
|
-
}, string,
|
|
210
|
+
}, string, vue9.PublicProps, Readonly<MarqueeRootProps> & Readonly<{
|
|
211
211
|
onComplete?: (() => any) | undefined;
|
|
212
212
|
onLoopComplete?: (() => any) | undefined;
|
|
213
213
|
onPauseChange?: ((details: marquee.PauseStatusDetails) => any) | undefined;
|
|
214
214
|
}>, {
|
|
215
215
|
reverse: boolean;
|
|
216
216
|
autoFill: boolean;
|
|
217
|
-
defaultPaused: boolean;
|
|
218
217
|
pauseOnInteraction: boolean;
|
|
219
218
|
paused: boolean;
|
|
220
|
-
|
|
219
|
+
defaultPaused: boolean;
|
|
220
|
+
}, {}, {}, {}, string, vue9.ComponentProvideOptions, false, {}, any>, {
|
|
221
221
|
default?: (props: {}) => any;
|
|
222
222
|
}>;
|
|
223
223
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -237,7 +237,7 @@ interface MarqueeRootProviderProps extends MarqueeRootProviderBaseProps,
|
|
|
237
237
|
*/
|
|
238
238
|
HTMLAttributes {}
|
|
239
239
|
declare const _default$5: typeof __VLS_export$1;
|
|
240
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
240
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue9.DefineComponent<MarqueeRootProviderProps, {}, {}, {}, {}, vue9.ComponentOptionsMixin, vue9.ComponentOptionsMixin, {}, string, vue9.PublicProps, Readonly<MarqueeRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue9.ComponentProvideOptions, false, {}, any>, {
|
|
241
241
|
default?: (props: {}) => any;
|
|
242
242
|
}>;
|
|
243
243
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -254,7 +254,7 @@ interface MarqueeViewportProps extends MarqueeViewportBaseProps,
|
|
|
254
254
|
*/
|
|
255
255
|
HTMLAttributes {}
|
|
256
256
|
declare const _default$6: typeof __VLS_export;
|
|
257
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
257
|
+
declare const __VLS_export: __VLS_WithSlots<vue9.DefineComponent<MarqueeViewportProps, {}, {}, {}, {}, vue9.ComponentOptionsMixin, vue9.ComponentOptionsMixin, {}, string, vue9.PublicProps, Readonly<MarqueeViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, vue9.ComponentProvideOptions, false, {}, any>, {
|
|
258
258
|
default?: (props: {}) => any;
|
|
259
259
|
}>;
|
|
260
260
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -3,9 +3,9 @@ import { n as useMachine, r as normalizeProps$1 } from "../../core-DNndr38p.js";
|
|
|
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 marqueeAnatomy } from "../../marquee-anatomy-
|
|
7
|
-
import { t as sprawlify } from "../../factory-
|
|
8
|
-
import { t as cleanProps } from "../../clean-props-
|
|
6
|
+
import { t as marqueeAnatomy } from "../../marquee-anatomy-TY8wb27T.js";
|
|
7
|
+
import { t as sprawlify } from "../../factory-yh31h0Rm.js";
|
|
8
|
+
import { t as cleanProps } from "../../clean-props-GbfPBIot.js";
|
|
9
9
|
import { hasProp, isString } from "@sprawlify/primitives/utils";
|
|
10
10
|
import { Fragment, computed, createBlock, createElementBlock, defineComponent, getCurrentInstance, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderList, renderSlot, toValue, unref, useAttrs, useId, withCtx } from "vue";
|
|
11
11
|
import * as marquee from "@sprawlify/primitives/machines/marquee";
|