@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
|
@@ -3,14 +3,14 @@ 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 "../../field-anatomy-
|
|
7
|
-
import { t as selectAnatomy } from "../../select-anatomy-
|
|
8
|
-
import { t as sprawlify } from "../../factory-
|
|
9
|
-
import { t as cleanProps } from "../../clean-props-
|
|
10
|
-
import { t as RenderStrategyPropsProvider } from "../../use-render-strategy-
|
|
11
|
-
import { i as usePresence, n as PresenceProvider, r as usePresenceContext } from "../../presence-
|
|
12
|
-
import { p as useFieldContext } from "../../field-
|
|
13
|
-
import { n as useListCollection, o as createListCollection } from "../../collection-
|
|
6
|
+
import "../../field-anatomy-C90WAETb.js";
|
|
7
|
+
import { t as selectAnatomy } from "../../select-anatomy-BgXYHjfI.js";
|
|
8
|
+
import { t as sprawlify } from "../../factory-yh31h0Rm.js";
|
|
9
|
+
import { t as cleanProps } from "../../clean-props-GbfPBIot.js";
|
|
10
|
+
import { t as RenderStrategyPropsProvider } from "../../use-render-strategy-B0RVis2X.js";
|
|
11
|
+
import { i as usePresence, n as PresenceProvider, r as usePresenceContext } from "../../presence-BuHH-PkI.js";
|
|
12
|
+
import { p as useFieldContext } from "../../field-DMx_y6S-.js";
|
|
13
|
+
import { n as useListCollection, o as createListCollection } from "../../collection-D_pMm6Yu.js";
|
|
14
14
|
import { Fragment, computed, createBlock, createCommentVNode, createElementBlock, createTextVNode, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderList, renderSlot, toDisplayString, toValue, unref, useId, useSlots, withCtx } from "vue";
|
|
15
15
|
import * as select from "@sprawlify/primitives/machines/select";
|
|
16
16
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { t as PolymorphicProps } from "../../factory-
|
|
2
|
-
import { a as Optional } from "../../types-
|
|
3
|
-
import { r as PropTypes } from "../../index-
|
|
4
|
-
import { t as separatorAnatomy } from "../../separator-anatomy-
|
|
5
|
-
import * as
|
|
1
|
+
import { t as PolymorphicProps } from "../../factory-BiWWKx2m.js";
|
|
2
|
+
import { a as Optional } from "../../types-D49hIhzQ.js";
|
|
3
|
+
import { r as PropTypes } from "../../index-C2XO6Bu5.js";
|
|
4
|
+
import { t as separatorAnatomy } from "../../separator-anatomy-BqAq__MN.js";
|
|
5
|
+
import * as vue491 from "vue";
|
|
6
6
|
import { ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
7
7
|
import * as separator from "@sprawlify/primitives/machines/separator";
|
|
8
8
|
|
|
@@ -19,7 +19,7 @@ interface SeparatorContextProps extends SlotsType<{
|
|
|
19
19
|
default: UnwrapRef<UseSeparatorContext>;
|
|
20
20
|
}> {}
|
|
21
21
|
declare const _default: typeof __VLS_export$2;
|
|
22
|
-
declare const __VLS_export$2: __VLS_WithSlots$2<
|
|
22
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue491.DefineComponent<{}, {}, {}, {}, {}, vue491.ComponentOptionsMixin, vue491.ComponentOptionsMixin, {}, string, vue491.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue491.ComponentProvideOptions, true, {}, any>, {
|
|
23
23
|
default(separator: UnwrapRef<UseSeparatorContext>): unknown;
|
|
24
24
|
}>;
|
|
25
25
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -46,7 +46,7 @@ interface SeparatorRootProps extends SeparatorRootBaseProps,
|
|
|
46
46
|
*/
|
|
47
47
|
HTMLAttributes {}
|
|
48
48
|
declare const _default$1: typeof __VLS_export$1;
|
|
49
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
49
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue491.DefineComponent<SeparatorRootProps, {}, {}, {}, {}, vue491.ComponentOptionsMixin, vue491.ComponentOptionsMixin, {}, string, vue491.PublicProps, Readonly<SeparatorRootProps> & Readonly<{}>, {}, {}, {}, {}, string, vue491.ComponentProvideOptions, false, {}, any>, {
|
|
50
50
|
default?: (props: {}) => any;
|
|
51
51
|
}>;
|
|
52
52
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -66,7 +66,7 @@ interface SeparatorRootProviderProps extends SeparatorRootProviderBaseProps,
|
|
|
66
66
|
*/
|
|
67
67
|
HTMLAttributes {}
|
|
68
68
|
declare const _default$2: typeof __VLS_export;
|
|
69
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
69
|
+
declare const __VLS_export: __VLS_WithSlots<vue491.DefineComponent<SeparatorRootProviderProps, {}, {}, {}, {}, vue491.ComponentOptionsMixin, vue491.ComponentOptionsMixin, {}, string, vue491.PublicProps, Readonly<SeparatorRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue491.ComponentProvideOptions, false, {}, any>, {
|
|
70
70
|
default?: (props: {}) => any;
|
|
71
71
|
}>;
|
|
72
72
|
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 separatorAnatomy } from "../../separator-anatomy-
|
|
7
|
-
import { t as sprawlify } from "../../factory-
|
|
8
|
-
import { t as cleanProps } from "../../clean-props-
|
|
6
|
+
import { t as separatorAnatomy } from "../../separator-anatomy-BeoGOxS-.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 separator from "@sprawlify/primitives/machines/separator";
|
|
11
11
|
|
|
@@ -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 signaturePadAnatomy } from "../../signature-pad-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 signaturePadAnatomy } from "../../signature-pad-anatomy-u_Sx7buV.js";
|
|
5
|
+
import * as vue642 from "vue";
|
|
6
6
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, InputHTMLAttributes, MaybeRef, SVGAttributes, SlotsType, UnwrapRef } from "vue";
|
|
7
7
|
import * as signaturePad from "@sprawlify/primitives/machines/signature-pad";
|
|
8
8
|
import { DrawDetails, DrawDetails as SignaturePadDrawDetails, DrawEndDetails, DrawEndDetails as SignaturePadDrawEndDetails, DrawingOptions, DrawingOptions as SignaturePadDrawingOptions, HiddenInputProps } from "@sprawlify/primitives/machines/signature-pad";
|
|
@@ -15,7 +15,7 @@ interface SignaturePadClearTriggerProps extends SignaturePadClearTriggerBaseProp
|
|
|
15
15
|
*/
|
|
16
16
|
ButtonHTMLAttributes {}
|
|
17
17
|
declare const _default: typeof __VLS_export$8;
|
|
18
|
-
declare const __VLS_export$8: __VLS_WithSlots$7<
|
|
18
|
+
declare const __VLS_export$8: __VLS_WithSlots$7<vue642.DefineComponent<SignaturePadClearTriggerProps, {}, {}, {}, {}, vue642.ComponentOptionsMixin, vue642.ComponentOptionsMixin, {}, string, vue642.PublicProps, Readonly<SignaturePadClearTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue642.ComponentProvideOptions, false, {}, any>, {
|
|
19
19
|
default?: (props: {}) => any;
|
|
20
20
|
}>;
|
|
21
21
|
type __VLS_WithSlots$7<T, S> = T & {
|
|
@@ -60,7 +60,7 @@ interface SignaturePadContextProps extends SlotsType<{
|
|
|
60
60
|
default: UnwrapRef<UseSignaturePadContext>;
|
|
61
61
|
}> {}
|
|
62
62
|
declare const _default$1: typeof __VLS_export$7;
|
|
63
|
-
declare const __VLS_export$7: __VLS_WithSlots$6<
|
|
63
|
+
declare const __VLS_export$7: __VLS_WithSlots$6<vue642.DefineComponent<{}, {}, {}, {}, {}, vue642.ComponentOptionsMixin, vue642.ComponentOptionsMixin, {}, string, vue642.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue642.ComponentProvideOptions, true, {}, any>, {
|
|
64
64
|
default(signaturepad: UnwrapRef<UseSignaturePadContext>): unknown;
|
|
65
65
|
}>;
|
|
66
66
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -77,7 +77,7 @@ interface SignaturePadControlProps extends SignaturePadControlBaseProps,
|
|
|
77
77
|
*/
|
|
78
78
|
HTMLAttributes {}
|
|
79
79
|
declare const _default$2: typeof __VLS_export$6;
|
|
80
|
-
declare const __VLS_export$6: __VLS_WithSlots$5<
|
|
80
|
+
declare const __VLS_export$6: __VLS_WithSlots$5<vue642.DefineComponent<SignaturePadControlProps, {}, {}, {}, {}, vue642.ComponentOptionsMixin, vue642.ComponentOptionsMixin, {}, string, vue642.PublicProps, Readonly<SignaturePadControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue642.ComponentProvideOptions, false, {}, any>, {
|
|
81
81
|
default?: (props: {}) => any;
|
|
82
82
|
}>;
|
|
83
83
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -94,7 +94,7 @@ interface SignaturePadGuideProps extends SignaturePadGuideBaseProps,
|
|
|
94
94
|
*/
|
|
95
95
|
HTMLAttributes {}
|
|
96
96
|
declare const _default$3: typeof __VLS_export$5;
|
|
97
|
-
declare const __VLS_export$5: __VLS_WithSlots$4<
|
|
97
|
+
declare const __VLS_export$5: __VLS_WithSlots$4<vue642.DefineComponent<SignaturePadGuideProps, {}, {}, {}, {}, vue642.ComponentOptionsMixin, vue642.ComponentOptionsMixin, {}, string, vue642.PublicProps, Readonly<SignaturePadGuideProps> & Readonly<{}>, {}, {}, {}, {}, string, vue642.ComponentProvideOptions, false, {}, any>, {
|
|
98
98
|
default?: (props: {}) => any;
|
|
99
99
|
}>;
|
|
100
100
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -111,7 +111,7 @@ interface SignaturePadHiddenInputProps extends SignaturePadHiddenInputBaseProps,
|
|
|
111
111
|
*/
|
|
112
112
|
Omit<InputHTMLAttributes, 'value'> {}
|
|
113
113
|
declare const _default$4: typeof __VLS_export$4;
|
|
114
|
-
declare const __VLS_export$4: __VLS_WithSlots$3<
|
|
114
|
+
declare const __VLS_export$4: __VLS_WithSlots$3<vue642.DefineComponent<SignaturePadHiddenInputProps, {}, {}, {}, {}, vue642.ComponentOptionsMixin, vue642.ComponentOptionsMixin, {}, string, vue642.PublicProps, Readonly<SignaturePadHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue642.ComponentProvideOptions, false, {}, any>, {
|
|
115
115
|
default?: (props: {}) => any;
|
|
116
116
|
}>;
|
|
117
117
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -128,7 +128,7 @@ interface SignaturePadLabelProps extends SignaturePadLabelBaseProps,
|
|
|
128
128
|
*/
|
|
129
129
|
HTMLAttributes {}
|
|
130
130
|
declare const _default$5: typeof __VLS_export$3;
|
|
131
|
-
declare const __VLS_export$3: __VLS_WithSlots$2<
|
|
131
|
+
declare const __VLS_export$3: __VLS_WithSlots$2<vue642.DefineComponent<SignaturePadLabelProps, {}, {}, {}, {}, vue642.ComponentOptionsMixin, vue642.ComponentOptionsMixin, {}, string, vue642.PublicProps, Readonly<SignaturePadLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue642.ComponentProvideOptions, false, {}, any>, {
|
|
132
132
|
default?: (props: {}) => any;
|
|
133
133
|
}>;
|
|
134
134
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -148,7 +148,7 @@ interface SignaturePadRootProviderProps extends SignaturePadRootProviderBaseProp
|
|
|
148
148
|
*/
|
|
149
149
|
HTMLAttributes {}
|
|
150
150
|
declare const _default$7: typeof __VLS_export$2;
|
|
151
|
-
declare const __VLS_export$2: __VLS_WithSlots$1<
|
|
151
|
+
declare const __VLS_export$2: __VLS_WithSlots$1<vue642.DefineComponent<SignaturePadRootProviderProps, {}, {}, {}, {}, vue642.ComponentOptionsMixin, vue642.ComponentOptionsMixin, {}, string, vue642.PublicProps, Readonly<SignaturePadRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue642.ComponentProvideOptions, false, {}, any>, {
|
|
152
152
|
default?: (props: {}) => any;
|
|
153
153
|
}>;
|
|
154
154
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -166,11 +166,11 @@ interface SignaturePadRootProps extends SignaturePadRootBaseProps,
|
|
|
166
166
|
HTMLAttributes {}
|
|
167
167
|
interface SignaturePadRootEmits extends RootEmits {}
|
|
168
168
|
declare const _default$6: typeof __VLS_export$1;
|
|
169
|
-
declare const __VLS_export$1: __VLS_WithSlots<
|
|
169
|
+
declare const __VLS_export$1: __VLS_WithSlots<vue642.DefineComponent<SignaturePadRootBaseProps, {}, {}, {}, {}, vue642.ComponentOptionsMixin, vue642.ComponentOptionsMixin, {
|
|
170
170
|
"update:paths": (paths: string[]) => any;
|
|
171
171
|
draw: (details: signaturePad.DrawDetails) => any;
|
|
172
172
|
drawEnd: (details: signaturePad.DrawEndDetails) => any;
|
|
173
|
-
}, string,
|
|
173
|
+
}, string, vue642.PublicProps, Readonly<SignaturePadRootBaseProps> & Readonly<{
|
|
174
174
|
"onUpdate:paths"?: ((paths: string[]) => any) | undefined;
|
|
175
175
|
onDraw?: ((details: signaturePad.DrawDetails) => any) | undefined;
|
|
176
176
|
onDrawEnd?: ((details: signaturePad.DrawEndDetails) => any) | undefined;
|
|
@@ -178,7 +178,7 @@ declare const __VLS_export$1: __VLS_WithSlots<vue1253.DefineComponent<SignatureP
|
|
|
178
178
|
disabled: boolean;
|
|
179
179
|
required: boolean;
|
|
180
180
|
readOnly: boolean;
|
|
181
|
-
}, {}, {}, {}, string,
|
|
181
|
+
}, {}, {}, {}, string, vue642.ComponentProvideOptions, false, {}, any>, {
|
|
182
182
|
default?: (props: {}) => any;
|
|
183
183
|
}>;
|
|
184
184
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -195,7 +195,7 @@ interface SignaturePadSegmentProps extends SignaturePadSegmentBaseProps,
|
|
|
195
195
|
*/
|
|
196
196
|
SVGAttributes {}
|
|
197
197
|
declare const _default$8: typeof __VLS_export;
|
|
198
|
-
declare const __VLS_export:
|
|
198
|
+
declare const __VLS_export: vue642.DefineComponent<SignaturePadSegmentProps, {}, {}, {}, {}, vue642.ComponentOptionsMixin, vue642.ComponentOptionsMixin, {}, string, vue642.PublicProps, Readonly<SignaturePadSegmentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue642.ComponentProvideOptions, false, {}, any>;
|
|
199
199
|
declare namespace signature_pad_d_exports {
|
|
200
200
|
export { _default as ClearTrigger, SignaturePadClearTriggerBaseProps as ClearTriggerBaseProps, SignaturePadClearTriggerProps as ClearTriggerProps, _default$1 as Context, SignaturePadContextProps as ContextProps, _default$2 as Control, SignaturePadControlBaseProps as ControlBaseProps, SignaturePadControlProps as ControlProps, DrawDetails, DrawEndDetails, DrawingOptions, _default$3 as Guide, SignaturePadGuideBaseProps as GuideBaseProps, SignaturePadGuideProps as GuideProps, _default$4 as HiddenInput, SignaturePadHiddenInputBaseProps as HiddenInputBaseProps, SignaturePadHiddenInputProps as HiddenInputProps, _default$5 as Label, SignaturePadLabelBaseProps as LabelBaseProps, SignaturePadLabelProps as LabelProps, _default$6 as Root, SignaturePadRootBaseProps as RootBaseProps, SignaturePadRootProps as RootProps, _default$7 as RootProvider, SignaturePadRootProviderBaseProps as RootProviderBaseProps, SignaturePadRootProviderProps as RootProviderProps, _default$8 as Segment, SignaturePadSegmentBaseProps as SegmentBaseProps, SignaturePadSegmentProps as SegmentProps };
|
|
201
201
|
}
|
|
@@ -3,11 +3,11 @@ 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 "../../field-anatomy-
|
|
7
|
-
import { t as signaturePadAnatomy } from "../../signature-pad-anatomy-
|
|
8
|
-
import { t as sprawlify } from "../../factory-
|
|
9
|
-
import { t as cleanProps } from "../../clean-props-
|
|
10
|
-
import { p as useFieldContext } from "../../field-
|
|
6
|
+
import "../../field-anatomy-C90WAETb.js";
|
|
7
|
+
import { t as signaturePadAnatomy } from "../../signature-pad-anatomy-Cxt4qb07.js";
|
|
8
|
+
import { t as sprawlify } from "../../factory-yh31h0Rm.js";
|
|
9
|
+
import { t as cleanProps } from "../../clean-props-GbfPBIot.js";
|
|
10
|
+
import { p as useFieldContext } from "../../field-DMx_y6S-.js";
|
|
11
11
|
import { Fragment, computed, createBlock, createCommentVNode, createElementBlock, createElementVNode, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderList, renderSlot, toValue, unref, useId, withCtx } from "vue";
|
|
12
12
|
import * as signaturepad from "@sprawlify/primitives/machines/signature-pad";
|
|
13
13
|
|
|
@@ -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 sliderAnatomy } from "../../slider-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 sliderAnatomy } from "../../slider-anatomy-C_epctJe.js";
|
|
5
|
+
import * as vue1594 from "vue";
|
|
6
6
|
import { ComputedRef, HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
7
7
|
import * as slider from "@sprawlify/primitives/machines/slider";
|
|
8
8
|
import { FocusChangeDetails, FocusChangeDetails as SliderFocusChangeDetails, MarkerProps, ThumbProps, ValueChangeDetails, ValueChangeDetails as SliderValueChangeDetails } from "@sprawlify/primitives/machines/slider";
|
|
@@ -15,7 +15,7 @@ interface SliderControlProps extends SliderControlBaseProps,
|
|
|
15
15
|
*/
|
|
16
16
|
HTMLAttributes {}
|
|
17
17
|
declare const _default$1: typeof __VLS_export$12;
|
|
18
|
-
declare const __VLS_export$12: __VLS_WithSlots$12<
|
|
18
|
+
declare const __VLS_export$12: __VLS_WithSlots$12<vue1594.DefineComponent<SliderControlProps, {}, {}, {}, {}, vue1594.ComponentOptionsMixin, vue1594.ComponentOptionsMixin, {}, string, vue1594.PublicProps, Readonly<SliderControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1594.ComponentProvideOptions, false, {}, any>, {
|
|
19
19
|
default?: (props: {}) => any;
|
|
20
20
|
}>;
|
|
21
21
|
type __VLS_WithSlots$12<T, S> = T & {
|
|
@@ -32,7 +32,7 @@ interface SliderDraggingIndicatorProps extends SliderDraggingIndicatorBaseProps,
|
|
|
32
32
|
*/
|
|
33
33
|
HTMLAttributes {}
|
|
34
34
|
declare const _default$2: typeof __VLS_export$11;
|
|
35
|
-
declare const __VLS_export$11: __VLS_WithSlots$11<
|
|
35
|
+
declare const __VLS_export$11: __VLS_WithSlots$11<vue1594.DefineComponent<SliderDraggingIndicatorProps, {}, {}, {}, {}, vue1594.ComponentOptionsMixin, vue1594.ComponentOptionsMixin, {}, string, vue1594.PublicProps, Readonly<SliderDraggingIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1594.ComponentProvideOptions, false, {}, any>, __VLS_Slots>;
|
|
36
36
|
type __VLS_WithSlots$11<T, S> = T & {
|
|
37
37
|
new (): {
|
|
38
38
|
$slots: S;
|
|
@@ -47,7 +47,7 @@ interface SliderHiddenInputProps extends SliderHiddenInputBaseProps,
|
|
|
47
47
|
*/
|
|
48
48
|
InputHTMLAttributes {}
|
|
49
49
|
declare const _default$3: typeof __VLS_export$10;
|
|
50
|
-
declare const __VLS_export$10: __VLS_WithSlots$10<
|
|
50
|
+
declare const __VLS_export$10: __VLS_WithSlots$10<vue1594.DefineComponent<SliderHiddenInputProps, {}, {}, {}, {}, vue1594.ComponentOptionsMixin, vue1594.ComponentOptionsMixin, {}, string, vue1594.PublicProps, Readonly<SliderHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1594.ComponentProvideOptions, false, {}, any>, {
|
|
51
51
|
default?: (props: {}) => any;
|
|
52
52
|
}>;
|
|
53
53
|
type __VLS_WithSlots$10<T, S> = T & {
|
|
@@ -64,7 +64,7 @@ interface SliderLabelProps extends SliderLabelBaseProps,
|
|
|
64
64
|
*/
|
|
65
65
|
LabelHTMLAttributes {}
|
|
66
66
|
declare const _default$4: typeof __VLS_export$9;
|
|
67
|
-
declare const __VLS_export$9: __VLS_WithSlots$9<
|
|
67
|
+
declare const __VLS_export$9: __VLS_WithSlots$9<vue1594.DefineComponent<SliderLabelProps, {}, {}, {}, {}, vue1594.ComponentOptionsMixin, vue1594.ComponentOptionsMixin, {}, string, vue1594.PublicProps, Readonly<SliderLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1594.ComponentProvideOptions, false, {}, any>, {
|
|
68
68
|
default?: (props: {}) => any;
|
|
69
69
|
}>;
|
|
70
70
|
type __VLS_WithSlots$9<T, S> = T & {
|
|
@@ -81,7 +81,7 @@ interface SliderMarkerGroupProps extends SliderMarkerGroupBaseProps,
|
|
|
81
81
|
*/
|
|
82
82
|
HTMLAttributes {}
|
|
83
83
|
declare const _default$6: typeof __VLS_export$8;
|
|
84
|
-
declare const __VLS_export$8: __VLS_WithSlots$8<
|
|
84
|
+
declare const __VLS_export$8: __VLS_WithSlots$8<vue1594.DefineComponent<SliderMarkerGroupProps, {}, {}, {}, {}, vue1594.ComponentOptionsMixin, vue1594.ComponentOptionsMixin, {}, string, vue1594.PublicProps, Readonly<SliderMarkerGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1594.ComponentProvideOptions, false, {}, any>, {
|
|
85
85
|
default?: (props: {}) => any;
|
|
86
86
|
}>;
|
|
87
87
|
type __VLS_WithSlots$8<T, S> = T & {
|
|
@@ -98,7 +98,7 @@ interface SliderMarkerProps extends SliderMarkerBaseProps,
|
|
|
98
98
|
*/
|
|
99
99
|
HTMLAttributes {}
|
|
100
100
|
declare const _default$5: typeof __VLS_export$7;
|
|
101
|
-
declare const __VLS_export$7: __VLS_WithSlots$7<
|
|
101
|
+
declare const __VLS_export$7: __VLS_WithSlots$7<vue1594.DefineComponent<SliderMarkerProps, {}, {}, {}, {}, vue1594.ComponentOptionsMixin, vue1594.ComponentOptionsMixin, {}, string, vue1594.PublicProps, Readonly<SliderMarkerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1594.ComponentProvideOptions, false, {}, any>, {
|
|
102
102
|
default?: (props: {}) => any;
|
|
103
103
|
}>;
|
|
104
104
|
type __VLS_WithSlots$7<T, S> = T & {
|
|
@@ -115,7 +115,7 @@ interface SliderRangeProps extends SliderRangeBaseProps,
|
|
|
115
115
|
*/
|
|
116
116
|
HTMLAttributes {}
|
|
117
117
|
declare const _default$7: typeof __VLS_export$6;
|
|
118
|
-
declare const __VLS_export$6: __VLS_WithSlots$6<
|
|
118
|
+
declare const __VLS_export$6: __VLS_WithSlots$6<vue1594.DefineComponent<SliderRangeProps, {}, {}, {}, {}, vue1594.ComponentOptionsMixin, vue1594.ComponentOptionsMixin, {}, string, vue1594.PublicProps, Readonly<SliderRangeProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1594.ComponentProvideOptions, false, {}, any>, {
|
|
119
119
|
default?: (props: {}) => any;
|
|
120
120
|
}>;
|
|
121
121
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -135,7 +135,7 @@ interface SliderRootProviderProps extends SliderRootProviderBaseProps,
|
|
|
135
135
|
*/
|
|
136
136
|
Omit<HTMLAttributes, 'aria-labelledby' | 'aria-label'> {}
|
|
137
137
|
declare const _default$9: typeof __VLS_export$5;
|
|
138
|
-
declare const __VLS_export$5: __VLS_WithSlots$5<
|
|
138
|
+
declare const __VLS_export$5: __VLS_WithSlots$5<vue1594.DefineComponent<SliderRootProviderProps, {}, {}, {}, {}, vue1594.ComponentOptionsMixin, vue1594.ComponentOptionsMixin, {}, string, vue1594.PublicProps, Readonly<SliderRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1594.ComponentProvideOptions, false, {}, any>, {
|
|
139
139
|
default?: (props: {}) => any;
|
|
140
140
|
}>;
|
|
141
141
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -199,21 +199,21 @@ interface SliderRootProps extends SliderRootBaseProps,
|
|
|
199
199
|
Omit<HTMLAttributes, 'aria-labelledby' | 'aria-label' | 'dir'> {}
|
|
200
200
|
interface SliderRootEmits extends RootEmits {}
|
|
201
201
|
declare const _default$8: typeof __VLS_export$4;
|
|
202
|
-
declare const __VLS_export$4: __VLS_WithSlots$4<
|
|
202
|
+
declare const __VLS_export$4: __VLS_WithSlots$4<vue1594.DefineComponent<SliderRootProps, {}, {}, {}, {}, vue1594.ComponentOptionsMixin, vue1594.ComponentOptionsMixin, {
|
|
203
|
+
focusChange: (details: slider.FocusChangeDetails) => any;
|
|
203
204
|
valueChange: (details: slider.ValueChangeDetails) => any;
|
|
204
205
|
"update:modelValue": (value: number[]) => any;
|
|
205
|
-
focusChange: (details: slider.FocusChangeDetails) => any;
|
|
206
206
|
valueChangeEnd: (details: slider.ValueChangeDetails) => any;
|
|
207
|
-
}, string,
|
|
207
|
+
}, string, vue1594.PublicProps, Readonly<SliderRootProps> & Readonly<{
|
|
208
|
+
onFocusChange?: ((details: slider.FocusChangeDetails) => any) | undefined;
|
|
208
209
|
onValueChange?: ((details: slider.ValueChangeDetails) => any) | undefined;
|
|
209
210
|
"onUpdate:modelValue"?: ((value: number[]) => any) | undefined;
|
|
210
|
-
onFocusChange?: ((details: slider.FocusChangeDetails) => any) | undefined;
|
|
211
211
|
onValueChangeEnd?: ((details: slider.ValueChangeDetails) => any) | undefined;
|
|
212
212
|
}>, {
|
|
213
213
|
disabled: boolean;
|
|
214
214
|
invalid: boolean;
|
|
215
215
|
readOnly: boolean;
|
|
216
|
-
}, {}, {}, {}, string,
|
|
216
|
+
}, {}, {}, {}, string, vue1594.ComponentProvideOptions, false, {}, any>, {
|
|
217
217
|
default?: (props: {}) => any;
|
|
218
218
|
}>;
|
|
219
219
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -230,7 +230,7 @@ interface SliderThumbProps extends SliderThumbBaseProps,
|
|
|
230
230
|
*/
|
|
231
231
|
HTMLAttributes {}
|
|
232
232
|
declare const _default$10: typeof __VLS_export$3;
|
|
233
|
-
declare const __VLS_export$3: __VLS_WithSlots$3<
|
|
233
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue1594.DefineComponent<SliderThumbProps, {}, {}, {}, {}, vue1594.ComponentOptionsMixin, vue1594.ComponentOptionsMixin, {}, string, vue1594.PublicProps, Readonly<SliderThumbProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1594.ComponentProvideOptions, false, {}, any>, {
|
|
234
234
|
default?: (props: {}) => any;
|
|
235
235
|
}>;
|
|
236
236
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -247,7 +247,7 @@ interface SliderTrackProps extends SliderTrackBaseProps,
|
|
|
247
247
|
*/
|
|
248
248
|
HTMLAttributes {}
|
|
249
249
|
declare const _default$11: typeof __VLS_export$2;
|
|
250
|
-
declare const __VLS_export$2: __VLS_WithSlots$2<
|
|
250
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue1594.DefineComponent<SliderTrackProps, {}, {}, {}, {}, vue1594.ComponentOptionsMixin, vue1594.ComponentOptionsMixin, {}, string, vue1594.PublicProps, Readonly<SliderTrackProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1594.ComponentProvideOptions, false, {}, any>, {
|
|
251
251
|
default?: (props: {}) => any;
|
|
252
252
|
}>;
|
|
253
253
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -264,7 +264,7 @@ interface SliderValueTextProps extends SliderValueTextBaseProps,
|
|
|
264
264
|
*/
|
|
265
265
|
HTMLAttributes {}
|
|
266
266
|
declare const _default$12: typeof __VLS_export$1;
|
|
267
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
267
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue1594.DefineComponent<SliderValueTextProps, {}, {}, {}, {}, vue1594.ComponentOptionsMixin, vue1594.ComponentOptionsMixin, {}, string, vue1594.PublicProps, Readonly<SliderValueTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1594.ComponentProvideOptions, false, {}, any>, __VLS_Slots>;
|
|
268
268
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
269
269
|
new (): {
|
|
270
270
|
$slots: S;
|
|
@@ -289,7 +289,7 @@ interface SliderContextProps extends SlotsType<{
|
|
|
289
289
|
default: UnwrapRef<UseSliderContext>;
|
|
290
290
|
}> {}
|
|
291
291
|
declare const _default: typeof __VLS_export;
|
|
292
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
292
|
+
declare const __VLS_export: __VLS_WithSlots<vue1594.DefineComponent<{}, {}, {}, {}, {}, vue1594.ComponentOptionsMixin, vue1594.ComponentOptionsMixin, {}, string, vue1594.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1594.ComponentProvideOptions, true, {}, any>, {
|
|
293
293
|
default(slider: UnwrapRef<UseSliderContext>): unknown;
|
|
294
294
|
}>;
|
|
295
295
|
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 sliderAnatomy } from "../../slider-anatomy-
|
|
7
|
-
import { t as sprawlify } from "../../factory-
|
|
8
|
-
import { t as cleanProps } from "../../clean-props-
|
|
6
|
+
import { t as sliderAnatomy } from "../../slider-anatomy-BuyabqTj.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, createTextVNode, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderSlot, toDisplayString, toValue, unref, useId, useSlots, withCtx } from "vue";
|
|
10
10
|
import * as slider from "@sprawlify/primitives/machines/slider";
|
|
11
11
|
|
|
@@ -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 splitterAnatomy } from "../../splitter-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 splitterAnatomy } from "../../splitter-anatomy-DFGjHFqM.js";
|
|
5
|
+
import * as vue241 from "vue";
|
|
6
6
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
7
7
|
import * as splitter from "@sprawlify/primitives/machines/splitter";
|
|
8
8
|
import { ExpandCollapseDetails, ExpandCollapseDetails as SplitterExpandCollapseDetails, PanelData, PanelData as SplitterPanelData, PanelProps, ResizeDetails, ResizeDetails as SplitterResizeDetails, ResizeEndDetails, ResizeEndDetails as SplitterResizeEndDetails, ResizeTriggerProps, layout as getLayout, layout as getSplitterLayout } from "@sprawlify/primitives/machines/splitter";
|
|
@@ -45,7 +45,7 @@ interface SplitterContextProps extends SlotsType<{
|
|
|
45
45
|
default: UnwrapRef<UseSplitterContext>;
|
|
46
46
|
}> {}
|
|
47
47
|
declare const _default: typeof __VLS_export$5;
|
|
48
|
-
declare const __VLS_export$5: __VLS_WithSlots$5<
|
|
48
|
+
declare const __VLS_export$5: __VLS_WithSlots$5<vue241.DefineComponent<{}, {}, {}, {}, {}, vue241.ComponentOptionsMixin, vue241.ComponentOptionsMixin, {}, string, vue241.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue241.ComponentProvideOptions, true, {}, any>, {
|
|
49
49
|
default(splitter: UnwrapRef<UseSplitterContext>): unknown;
|
|
50
50
|
}>;
|
|
51
51
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -62,7 +62,7 @@ interface SplitterPanelProps extends SplitterPanelBaseProps,
|
|
|
62
62
|
*/
|
|
63
63
|
Omit<HTMLAttributes, 'id'> {}
|
|
64
64
|
declare const _default$1: typeof __VLS_export$4;
|
|
65
|
-
declare const __VLS_export$4: __VLS_WithSlots$4<
|
|
65
|
+
declare const __VLS_export$4: __VLS_WithSlots$4<vue241.DefineComponent<SplitterPanelProps, {}, {}, {}, {}, vue241.ComponentOptionsMixin, vue241.ComponentOptionsMixin, {}, string, vue241.PublicProps, Readonly<SplitterPanelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue241.ComponentProvideOptions, false, {}, any>, {
|
|
66
66
|
default?: (props: {}) => any;
|
|
67
67
|
}>;
|
|
68
68
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -79,7 +79,7 @@ interface SplitterResizeTriggerProps extends SplitterResizeTriggerBaseProps,
|
|
|
79
79
|
*/
|
|
80
80
|
Omit<ButtonHTMLAttributes, 'disabled' | 'id'> {}
|
|
81
81
|
declare const _default$2: typeof __VLS_export$3;
|
|
82
|
-
declare const __VLS_export$3: __VLS_WithSlots$3<
|
|
82
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue241.DefineComponent<SplitterResizeTriggerProps, {}, {}, {}, {}, vue241.ComponentOptionsMixin, vue241.ComponentOptionsMixin, {}, string, vue241.PublicProps, Readonly<SplitterResizeTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue241.ComponentProvideOptions, false, {}, any>, {
|
|
83
83
|
default?: (props: {}) => any;
|
|
84
84
|
}>;
|
|
85
85
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -96,7 +96,7 @@ interface SplitterResizeTriggerIndicatorProps extends SplitterResizeTriggerIndic
|
|
|
96
96
|
*/
|
|
97
97
|
HTMLAttributes {}
|
|
98
98
|
declare const _default$3: typeof __VLS_export$2;
|
|
99
|
-
declare const __VLS_export$2: __VLS_WithSlots$2<
|
|
99
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue241.DefineComponent<SplitterResizeTriggerIndicatorProps, {}, {}, {}, {}, vue241.ComponentOptionsMixin, vue241.ComponentOptionsMixin, {}, string, vue241.PublicProps, Readonly<SplitterResizeTriggerIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue241.ComponentProvideOptions, false, {}, any>, {
|
|
100
100
|
default?: (props: {}) => any;
|
|
101
101
|
}>;
|
|
102
102
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -116,7 +116,7 @@ interface SplitterRootProviderProps extends SplitterRootProviderBaseProps,
|
|
|
116
116
|
*/
|
|
117
117
|
HTMLAttributes {}
|
|
118
118
|
declare const _default$5: typeof __VLS_export$1;
|
|
119
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
119
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue241.DefineComponent<SplitterRootProviderProps, {}, {}, {}, {}, vue241.ComponentOptionsMixin, vue241.ComponentOptionsMixin, {}, string, vue241.PublicProps, Readonly<SplitterRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue241.ComponentProvideOptions, false, {}, any>, {
|
|
120
120
|
default?: (props: {}) => any;
|
|
121
121
|
}>;
|
|
122
122
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -134,21 +134,21 @@ interface SplitterRootProps extends SplitterRootBaseProps,
|
|
|
134
134
|
HTMLAttributes {}
|
|
135
135
|
interface SplitterRootEmits extends RootEmits {}
|
|
136
136
|
declare const _default$4: typeof __VLS_export;
|
|
137
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
137
|
+
declare const __VLS_export: __VLS_WithSlots<vue241.DefineComponent<SplitterRootProps, {}, {}, {}, {}, vue241.ComponentOptionsMixin, vue241.ComponentOptionsMixin, {
|
|
138
138
|
"update:size": (size: number[]) => any;
|
|
139
139
|
collapse: (details: splitter.ExpandCollapseDetails) => any;
|
|
140
140
|
expand: (details: splitter.ExpandCollapseDetails) => any;
|
|
141
141
|
resize: (details: splitter.ResizeDetails) => any;
|
|
142
142
|
resizeEnd: (details: splitter.ResizeEndDetails) => any;
|
|
143
143
|
resizeStart: () => any;
|
|
144
|
-
}, string,
|
|
144
|
+
}, string, vue241.PublicProps, Readonly<SplitterRootProps> & Readonly<{
|
|
145
145
|
"onUpdate:size"?: ((size: number[]) => any) | undefined;
|
|
146
146
|
onCollapse?: ((details: splitter.ExpandCollapseDetails) => any) | undefined;
|
|
147
147
|
onExpand?: ((details: splitter.ExpandCollapseDetails) => any) | undefined;
|
|
148
148
|
onResize?: ((details: splitter.ResizeDetails) => any) | undefined;
|
|
149
149
|
onResizeEnd?: ((details: splitter.ResizeEndDetails) => any) | undefined;
|
|
150
150
|
onResizeStart?: (() => any) | undefined;
|
|
151
|
-
}>, {}, {}, {}, {}, string,
|
|
151
|
+
}>, {}, {}, {}, {}, string, vue241.ComponentProvideOptions, false, {}, any>, {
|
|
152
152
|
default?: (props: {}) => any;
|
|
153
153
|
}>;
|
|
154
154
|
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 splitterAnatomy } from "../../splitter-anatomy-
|
|
7
|
-
import { t as sprawlify } from "../../factory-
|
|
8
|
-
import { t as cleanProps } from "../../clean-props-
|
|
6
|
+
import { t as splitterAnatomy } from "../../splitter-anatomy-D7ot-MkT.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 splitter from "@sprawlify/primitives/machines/splitter";
|
|
11
11
|
import { layout as getLayout, layout as getSplitterLayout } from "@sprawlify/primitives/machines/splitter";
|