@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,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 timerAnatomy } from "../../timer-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 timerAnatomy } from "../../timer-anatomy-X4tZiM_i.js";
|
|
5
|
+
import * as vue712 from "vue";
|
|
6
6
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
7
7
|
import * as timer from "@sprawlify/primitives/machines/timer";
|
|
8
8
|
import { ActionTriggerProps, ItemProps, TickDetails } from "@sprawlify/primitives/machines/timer";
|
|
@@ -15,7 +15,7 @@ interface TimerActionTriggerProps extends TimerActionTriggerBaseProps,
|
|
|
15
15
|
*/
|
|
16
16
|
ButtonHTMLAttributes {}
|
|
17
17
|
declare const _default: typeof __VLS_export$7;
|
|
18
|
-
declare const __VLS_export$7: __VLS_WithSlots$6<
|
|
18
|
+
declare const __VLS_export$7: __VLS_WithSlots$6<vue712.DefineComponent<TimerActionTriggerProps, {}, {}, {}, {}, vue712.ComponentOptionsMixin, vue712.ComponentOptionsMixin, {}, string, vue712.PublicProps, Readonly<TimerActionTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue712.ComponentProvideOptions, false, {}, any>, {
|
|
19
19
|
default?: (props: {}) => any;
|
|
20
20
|
}>;
|
|
21
21
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -55,7 +55,7 @@ interface TimerContextProps extends SlotsType<{
|
|
|
55
55
|
default: UnwrapRef<UseTimerContext>;
|
|
56
56
|
}> {}
|
|
57
57
|
declare const _default$2: typeof __VLS_export$6;
|
|
58
|
-
declare const __VLS_export$6: __VLS_WithSlots$5<
|
|
58
|
+
declare const __VLS_export$6: __VLS_WithSlots$5<vue712.DefineComponent<{}, {}, {}, {}, {}, vue712.ComponentOptionsMixin, vue712.ComponentOptionsMixin, {}, string, vue712.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue712.ComponentProvideOptions, true, {}, any>, {
|
|
59
59
|
default(timer: UnwrapRef<UseTimerContext>): unknown;
|
|
60
60
|
}>;
|
|
61
61
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -72,7 +72,7 @@ interface TimerItemProps extends TimerItemBaseProps,
|
|
|
72
72
|
*/
|
|
73
73
|
HTMLAttributes {}
|
|
74
74
|
declare const _default$4: typeof __VLS_export$5;
|
|
75
|
-
declare const __VLS_export$5:
|
|
75
|
+
declare const __VLS_export$5: vue712.DefineComponent<TimerItemProps, {}, {}, {}, {}, vue712.ComponentOptionsMixin, vue712.ComponentOptionsMixin, {}, string, vue712.PublicProps, Readonly<TimerItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue712.ComponentProvideOptions, false, {}, any>;
|
|
76
76
|
//#endregion
|
|
77
77
|
//#region src/components/timer/timer-area.vue.d.ts
|
|
78
78
|
interface TimerAreaBaseProps extends PolymorphicProps {}
|
|
@@ -82,7 +82,7 @@ interface TimerAreaProps extends TimerAreaBaseProps,
|
|
|
82
82
|
*/
|
|
83
83
|
HTMLAttributes {}
|
|
84
84
|
declare const _default$1: typeof __VLS_export$4;
|
|
85
|
-
declare const __VLS_export$4: __VLS_WithSlots$4<
|
|
85
|
+
declare const __VLS_export$4: __VLS_WithSlots$4<vue712.DefineComponent<TimerAreaProps, {}, {}, {}, {}, vue712.ComponentOptionsMixin, vue712.ComponentOptionsMixin, {}, string, vue712.PublicProps, Readonly<TimerAreaProps> & Readonly<{}>, {}, {}, {}, {}, string, vue712.ComponentProvideOptions, false, {}, any>, {
|
|
86
86
|
default?: (props: {}) => any;
|
|
87
87
|
}>;
|
|
88
88
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -99,7 +99,7 @@ interface TimerControlProps extends TimerControlBaseProps,
|
|
|
99
99
|
*/
|
|
100
100
|
HTMLAttributes {}
|
|
101
101
|
declare const _default$3: typeof __VLS_export$3;
|
|
102
|
-
declare const __VLS_export$3: __VLS_WithSlots$3<
|
|
102
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue712.DefineComponent<TimerControlProps, {}, {}, {}, {}, vue712.ComponentOptionsMixin, vue712.ComponentOptionsMixin, {}, string, vue712.PublicProps, Readonly<TimerControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue712.ComponentProvideOptions, false, {}, any>, {
|
|
103
103
|
default?: (props: {}) => any;
|
|
104
104
|
}>;
|
|
105
105
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -119,7 +119,7 @@ interface TimerRootProviderProps extends TimerRootProviderBaseProps,
|
|
|
119
119
|
*/
|
|
120
120
|
HTMLAttributes {}
|
|
121
121
|
declare const _default$6: typeof __VLS_export$2;
|
|
122
|
-
declare const __VLS_export$2: __VLS_WithSlots$2<
|
|
122
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue712.DefineComponent<TimerRootProviderProps, {}, {}, {}, {}, vue712.ComponentOptionsMixin, vue712.ComponentOptionsMixin, {}, string, vue712.PublicProps, Readonly<TimerRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue712.ComponentProvideOptions, false, {}, any>, {
|
|
123
123
|
default?: (props: {}) => any;
|
|
124
124
|
}>;
|
|
125
125
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -137,16 +137,16 @@ interface TimerRootProps extends TimerRootBaseProps,
|
|
|
137
137
|
HTMLAttributes {}
|
|
138
138
|
interface TimerRootEmits extends RootEmits {}
|
|
139
139
|
declare const _default$5: typeof __VLS_export$1;
|
|
140
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
140
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue712.DefineComponent<TimerRootProps, {}, {}, {}, {}, vue712.ComponentOptionsMixin, vue712.ComponentOptionsMixin, {
|
|
141
141
|
complete: () => any;
|
|
142
142
|
tick: (details: timer.TickDetails) => any;
|
|
143
|
-
}, string,
|
|
143
|
+
}, string, vue712.PublicProps, Readonly<TimerRootProps> & Readonly<{
|
|
144
144
|
onComplete?: (() => any) | undefined;
|
|
145
145
|
onTick?: ((details: timer.TickDetails) => any) | undefined;
|
|
146
146
|
}>, {
|
|
147
147
|
autoStart: boolean;
|
|
148
148
|
countdown: boolean;
|
|
149
|
-
}, {}, {}, {}, string,
|
|
149
|
+
}, {}, {}, {}, string, vue712.ComponentProvideOptions, false, {}, any>, {
|
|
150
150
|
default?: (props: {}) => any;
|
|
151
151
|
}>;
|
|
152
152
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -163,7 +163,7 @@ interface TimerSeparatorProps extends TimerSeparatorBaseProps,
|
|
|
163
163
|
*/
|
|
164
164
|
HTMLAttributes {}
|
|
165
165
|
declare const _default$7: typeof __VLS_export;
|
|
166
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
166
|
+
declare const __VLS_export: __VLS_WithSlots<vue712.DefineComponent<TimerSeparatorProps, {}, {}, {}, {}, vue712.ComponentOptionsMixin, vue712.ComponentOptionsMixin, {}, string, vue712.PublicProps, Readonly<TimerSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue712.ComponentProvideOptions, false, {}, any>, {
|
|
167
167
|
default?: (props: {}) => any;
|
|
168
168
|
}>;
|
|
169
169
|
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 { c as useEnvironmentContext, 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 timerAnatomy } from "../../timer-anatomy-
|
|
7
|
-
import { t as sprawlify } from "../../factory-
|
|
8
|
-
import { t as cleanProps } from "../../clean-props-
|
|
6
|
+
import { t as timerAnatomy } from "../../timer-anatomy-CV4qiG7g.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, withCtx } from "vue";
|
|
10
10
|
import * as timer from "@sprawlify/primitives/machines/timer";
|
|
11
11
|
|
|
@@ -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 toastAnatomy } from "../../toast-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 toastAnatomy } from "../../toast-anatomy-DUsVvX5v.js";
|
|
5
|
+
import * as vue2486 from "vue";
|
|
6
6
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, SlotsType, UnwrapRef, VNodeChild } from "vue";
|
|
7
7
|
import * as toast from "@sprawlify/primitives/machines/toast";
|
|
8
8
|
import { ActionOptions, ActionOptions as ToastActionOptions, Placement, Placement as ToastPlacement, PromiseOptions, PromiseOptions as ToastPromiseOptions, Status, Status as ToastStatus, StatusChangeDetails, StatusChangeDetails as ToastStatusChangeDetails, StoreProps, StoreProps as ToastStoreProps, Type, Type as ToastType } from "@sprawlify/primitives/machines/toast";
|
|
@@ -22,7 +22,7 @@ interface ToastActionTriggerProps extends ToastActionTriggerBaseProps,
|
|
|
22
22
|
*/
|
|
23
23
|
ButtonHTMLAttributes {}
|
|
24
24
|
declare const _default: typeof __VLS_export$6;
|
|
25
|
-
declare const __VLS_export$6: __VLS_WithSlots$6<
|
|
25
|
+
declare const __VLS_export$6: __VLS_WithSlots$6<vue2486.DefineComponent<ToastActionTriggerProps, {}, {}, {}, {}, vue2486.ComponentOptionsMixin, vue2486.ComponentOptionsMixin, {}, string, vue2486.PublicProps, Readonly<ToastActionTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2486.ComponentProvideOptions, false, {}, any>, {
|
|
26
26
|
default?: (props: {}) => any;
|
|
27
27
|
}>;
|
|
28
28
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -39,7 +39,7 @@ interface ToastCloseTriggerProps extends ToastCloseTriggerBaseProps,
|
|
|
39
39
|
*/
|
|
40
40
|
ButtonHTMLAttributes {}
|
|
41
41
|
declare const _default$1: typeof __VLS_export$5;
|
|
42
|
-
declare const __VLS_export$5: __VLS_WithSlots$5<
|
|
42
|
+
declare const __VLS_export$5: __VLS_WithSlots$5<vue2486.DefineComponent<ToastCloseTriggerProps, {}, {}, {}, {}, vue2486.ComponentOptionsMixin, vue2486.ComponentOptionsMixin, {}, string, vue2486.PublicProps, Readonly<ToastCloseTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2486.ComponentProvideOptions, false, {}, any>, {
|
|
43
43
|
default?: (props: {}) => any;
|
|
44
44
|
}>;
|
|
45
45
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -56,7 +56,7 @@ interface ToastContextProps extends SlotsType<{
|
|
|
56
56
|
default: UnwrapRef<UseToastContext>;
|
|
57
57
|
}> {}
|
|
58
58
|
declare const _default$2: typeof __VLS_export$4;
|
|
59
|
-
declare const __VLS_export$4: __VLS_WithSlots$4<
|
|
59
|
+
declare const __VLS_export$4: __VLS_WithSlots$4<vue2486.DefineComponent<{}, {}, {}, {}, {}, vue2486.ComponentOptionsMixin, vue2486.ComponentOptionsMixin, {}, string, vue2486.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue2486.ComponentProvideOptions, true, {}, any>, {
|
|
60
60
|
default(toast: UnwrapRef<UseToastContext>): unknown;
|
|
61
61
|
}>;
|
|
62
62
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -73,7 +73,7 @@ interface ToastDescriptionProps extends ToastDescriptionBaseProps,
|
|
|
73
73
|
*/
|
|
74
74
|
HTMLAttributes {}
|
|
75
75
|
declare const _default$3: typeof __VLS_export$3;
|
|
76
|
-
declare const __VLS_export$3: __VLS_WithSlots$3<
|
|
76
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue2486.DefineComponent<ToastDescriptionProps, {}, {}, {}, {}, vue2486.ComponentOptionsMixin, vue2486.ComponentOptionsMixin, {}, string, vue2486.PublicProps, Readonly<ToastDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2486.ComponentProvideOptions, false, {}, any>, {
|
|
77
77
|
default?: (props: {}) => any;
|
|
78
78
|
}>;
|
|
79
79
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -90,7 +90,7 @@ interface ToastRootProps extends ToastRootBaseProps,
|
|
|
90
90
|
*/
|
|
91
91
|
HTMLAttributes {}
|
|
92
92
|
declare const _default$4: typeof __VLS_export$2;
|
|
93
|
-
declare const __VLS_export$2: __VLS_WithSlots$2<
|
|
93
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue2486.DefineComponent<ToastRootProps, {}, {}, {}, {}, vue2486.ComponentOptionsMixin, vue2486.ComponentOptionsMixin, {}, string, vue2486.PublicProps, Readonly<ToastRootProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2486.ComponentProvideOptions, false, {}, any>, {
|
|
94
94
|
default?: (props: {}) => any;
|
|
95
95
|
}>;
|
|
96
96
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -107,7 +107,7 @@ interface ToastTitleProps extends ToastTitleBaseProps,
|
|
|
107
107
|
*/
|
|
108
108
|
HTMLAttributes {}
|
|
109
109
|
declare const _default$5: typeof __VLS_export$1;
|
|
110
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
110
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue2486.DefineComponent<ToastTitleProps, {}, {}, {}, {}, vue2486.ComponentOptionsMixin, vue2486.ComponentOptionsMixin, {}, string, vue2486.PublicProps, Readonly<ToastTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2486.ComponentProvideOptions, false, {}, any>, {
|
|
111
111
|
default?: (props: {}) => any;
|
|
112
112
|
}>;
|
|
113
113
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -140,7 +140,7 @@ declare var __VLS_15: {
|
|
|
140
140
|
type __VLS_Slots = {} & {
|
|
141
141
|
default?: (props: typeof __VLS_15) => any;
|
|
142
142
|
};
|
|
143
|
-
declare const __VLS_base:
|
|
143
|
+
declare const __VLS_base: vue2486.DefineComponent<{}, {}, {}, {}, {}, vue2486.ComponentOptionsMixin, vue2486.ComponentOptionsMixin, {}, string, vue2486.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue2486.ComponentProvideOptions, false, {}, any>;
|
|
144
144
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
145
145
|
declare const _default$6: typeof __VLS_export;
|
|
146
146
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -3,8 +3,8 @@ 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 toastAnatomy } from "../../toast-anatomy-
|
|
7
|
-
import { t as sprawlify } from "../../factory-
|
|
6
|
+
import { t as toastAnatomy } from "../../toast-anatomy-C_s7MQnn.js";
|
|
7
|
+
import { t as sprawlify } from "../../factory-yh31h0Rm.js";
|
|
8
8
|
import { Fragment, computed, createBlock, createElementBlock, createElementVNode, defineComponent, guardReactiveProps, mergeProps, normalizeProps, openBlock, renderList, renderSlot, unref, useId, withCtx } from "vue";
|
|
9
9
|
import * as toast from "@sprawlify/primitives/machines/toast";
|
|
10
10
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { t as PolymorphicProps } from "../../factory-
|
|
2
|
-
import { r as EmitFn$1 } from "../../types-
|
|
3
|
-
import { r as PropTypes } from "../../index-
|
|
4
|
-
import { t as toggleAnatomy } from "../../toggle-anatomy-
|
|
5
|
-
import * as
|
|
1
|
+
import { t as PolymorphicProps } from "../../factory-BiWWKx2m.js";
|
|
2
|
+
import { r as EmitFn$1 } from "../../types-D49hIhzQ.js";
|
|
3
|
+
import { r as PropTypes } from "../../index-C2XO6Bu5.js";
|
|
4
|
+
import { t as toggleAnatomy } from "../../toggle-anatomy-CZS75RZS.js";
|
|
5
|
+
import * as vue2213 from "vue";
|
|
6
6
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
7
7
|
import * as toggle from "@sprawlify/primitives/machines/toggle";
|
|
8
8
|
|
|
@@ -29,17 +29,17 @@ declare var __VLS_8$1: {};
|
|
|
29
29
|
type __VLS_Slots$1 = {} & {
|
|
30
30
|
default?: (props: typeof __VLS_8$1) => any;
|
|
31
31
|
};
|
|
32
|
-
declare const __VLS_base$1:
|
|
32
|
+
declare const __VLS_base$1: vue2213.DefineComponent<ToggleRootProps, {}, {}, {}, {}, vue2213.ComponentOptionsMixin, vue2213.ComponentOptionsMixin, {
|
|
33
33
|
pressedChange: (pressed: boolean) => any;
|
|
34
34
|
"update:pressed": (pressed: boolean) => any;
|
|
35
|
-
}, string,
|
|
35
|
+
}, string, vue2213.PublicProps, Readonly<ToggleRootProps> & Readonly<{
|
|
36
36
|
onPressedChange?: ((pressed: boolean) => any) | undefined;
|
|
37
37
|
"onUpdate:pressed"?: ((pressed: boolean) => any) | undefined;
|
|
38
38
|
}>, {
|
|
39
39
|
disabled: boolean;
|
|
40
40
|
defaultPressed: boolean;
|
|
41
41
|
pressed: boolean;
|
|
42
|
-
}, {}, {}, {}, string,
|
|
42
|
+
}, {}, {}, {}, string, vue2213.ComponentProvideOptions, false, {}, any>;
|
|
43
43
|
declare const __VLS_export$2: __VLS_WithSlots$2<typeof __VLS_base$1, __VLS_Slots$1>;
|
|
44
44
|
declare const _default$2: typeof __VLS_export$2;
|
|
45
45
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -61,7 +61,7 @@ type __VLS_Slots = {} & {
|
|
|
61
61
|
} & {
|
|
62
62
|
fallback?: (props: typeof __VLS_10) => any;
|
|
63
63
|
};
|
|
64
|
-
declare const __VLS_base:
|
|
64
|
+
declare const __VLS_base: vue2213.DefineComponent<ToggleIndicatorProps, {}, {}, {}, {}, vue2213.ComponentOptionsMixin, vue2213.ComponentOptionsMixin, {}, string, vue2213.PublicProps, Readonly<ToggleIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2213.ComponentProvideOptions, false, {}, any>;
|
|
65
65
|
declare const __VLS_export$1: __VLS_WithSlots$1<typeof __VLS_base, __VLS_Slots>;
|
|
66
66
|
declare const _default$1: typeof __VLS_export$1;
|
|
67
67
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -83,7 +83,7 @@ interface ToggleContextProps extends SlotsType<{
|
|
|
83
83
|
default: UnwrapRef<UseToggleContext>;
|
|
84
84
|
}> {}
|
|
85
85
|
declare const _default: typeof __VLS_export;
|
|
86
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
86
|
+
declare const __VLS_export: __VLS_WithSlots<vue2213.DefineComponent<{}, {}, {}, {}, {}, vue2213.ComponentOptionsMixin, vue2213.ComponentOptionsMixin, {}, string, vue2213.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue2213.ComponentProvideOptions, true, {}, any>, {
|
|
87
87
|
default(toggle: UnwrapRef<UseToggleContext>): unknown;
|
|
88
88
|
}>;
|
|
89
89
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -2,9 +2,9 @@ import { t as __exportAll } from "../../chunk-BN_g-Awi.js";
|
|
|
2
2
|
import { n as useMachine, r as normalizeProps$1 } from "../../core-DNndr38p.js";
|
|
3
3
|
import { t as createContext } from "../../create-context-Ds1GbsVc.js";
|
|
4
4
|
import { t as useForwardExpose } from "../../use-forward-expose-CCAmHTUB.js";
|
|
5
|
-
import { t as toggleAnatomy } from "../../toggle-anatomy-
|
|
6
|
-
import { t as sprawlify } from "../../factory-
|
|
7
|
-
import { t as cleanProps } from "../../clean-props-
|
|
5
|
+
import { t as toggleAnatomy } from "../../toggle-anatomy-BKqatqaO.js";
|
|
6
|
+
import { t as sprawlify } from "../../factory-yh31h0Rm.js";
|
|
7
|
+
import { t as cleanProps } from "../../clean-props-GbfPBIot.js";
|
|
8
8
|
import { computed, createBlock, createCommentVNode, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, withCtx } from "vue";
|
|
9
9
|
import * as toggle from "@sprawlify/primitives/machines/toggle";
|
|
10
10
|
|
|
@@ -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 toggleGroupAnatomy } from "../../toggle-group-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 toggleGroupAnatomy } from "../../toggle-group-anatomy--i6VaUi9.js";
|
|
5
|
+
import * as vue2273 from "vue";
|
|
6
6
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
7
7
|
import * as toggleGroup from "@sprawlify/primitives/machines/toggle-group";
|
|
8
8
|
import { ItemProps, ValueChangeDetails, ValueChangeDetails as ToggleGroupValueChangeDetails } from "@sprawlify/primitives/machines/toggle-group";
|
|
@@ -15,7 +15,7 @@ interface ToggleGroupItemProps extends ToggleGroupItemBaseProps,
|
|
|
15
15
|
*/
|
|
16
16
|
Omit<ButtonHTMLAttributes, 'disabled' | 'value'> {}
|
|
17
17
|
declare const _default$1: typeof __VLS_export$3;
|
|
18
|
-
declare const __VLS_export$3: __VLS_WithSlots$3<
|
|
18
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue2273.DefineComponent<ToggleGroupItemProps, {}, {}, {}, {}, vue2273.ComponentOptionsMixin, vue2273.ComponentOptionsMixin, {}, string, vue2273.PublicProps, Readonly<ToggleGroupItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2273.ComponentProvideOptions, false, {}, any>, {
|
|
19
19
|
default?: (props: {}) => any;
|
|
20
20
|
}>;
|
|
21
21
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -35,7 +35,7 @@ interface ToggleGroupRootProviderProps extends ToggleGroupRootProviderBaseProps,
|
|
|
35
35
|
*/
|
|
36
36
|
HTMLAttributes {}
|
|
37
37
|
declare const _default$3: typeof __VLS_export$2;
|
|
38
|
-
declare const __VLS_export$2: __VLS_WithSlots$2<
|
|
38
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue2273.DefineComponent<ToggleGroupRootProviderProps, {}, {}, {}, {}, vue2273.ComponentOptionsMixin, vue2273.ComponentOptionsMixin, {}, string, vue2273.PublicProps, Readonly<ToggleGroupRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2273.ComponentProvideOptions, false, {}, any>, {
|
|
39
39
|
default?: (props: {}) => any;
|
|
40
40
|
}>;
|
|
41
41
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -74,19 +74,19 @@ interface ToggleGroupRootProps extends ToggleGroupRootBaseProps,
|
|
|
74
74
|
HTMLAttributes {}
|
|
75
75
|
interface ToggleGroupRootEmits extends RootEmits {}
|
|
76
76
|
declare const _default$2: typeof __VLS_export$1;
|
|
77
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
77
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue2273.DefineComponent<ToggleGroupRootProps, {}, {}, {}, {}, vue2273.ComponentOptionsMixin, vue2273.ComponentOptionsMixin, {
|
|
78
78
|
valueChange: (details: toggleGroup.ValueChangeDetails) => any;
|
|
79
79
|
"update:modelValue": (value: string[]) => any;
|
|
80
|
-
}, string,
|
|
80
|
+
}, string, vue2273.PublicProps, Readonly<ToggleGroupRootProps> & Readonly<{
|
|
81
81
|
onValueChange?: ((details: toggleGroup.ValueChangeDetails) => any) | undefined;
|
|
82
82
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
83
83
|
}>, {
|
|
84
84
|
disabled: boolean;
|
|
85
85
|
multiple: boolean;
|
|
86
|
-
loopFocus: boolean;
|
|
87
86
|
deselectable: boolean;
|
|
87
|
+
loopFocus: boolean;
|
|
88
88
|
rovingFocus: boolean;
|
|
89
|
-
}, {}, {}, {}, string,
|
|
89
|
+
}, {}, {}, {}, string, vue2273.ComponentProvideOptions, false, {}, any>, {
|
|
90
90
|
default?: (props: {}) => any;
|
|
91
91
|
}>;
|
|
92
92
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -116,7 +116,7 @@ interface ToggleGroupContextProps extends SlotsType<{
|
|
|
116
116
|
default: UnwrapRef<UseToggleGroupContext>;
|
|
117
117
|
}> {}
|
|
118
118
|
declare const _default: typeof __VLS_export;
|
|
119
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
119
|
+
declare const __VLS_export: __VLS_WithSlots<vue2273.DefineComponent<{}, {}, {}, {}, {}, vue2273.ComponentOptionsMixin, vue2273.ComponentOptionsMixin, {}, string, vue2273.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue2273.ComponentProvideOptions, true, {}, any>, {
|
|
120
120
|
default(toggleGroup: UnwrapRef<UseToggleGroupContext>): unknown;
|
|
121
121
|
}>;
|
|
122
122
|
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 toggleGroupAnatomy } from "../../toggle-group-anatomy-
|
|
7
|
-
import { t as sprawlify } from "../../factory-
|
|
8
|
-
import { t as cleanProps } from "../../clean-props-
|
|
6
|
+
import { t as toggleGroupAnatomy } from "../../toggle-group-anatomy-SARieWDI.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, mergeDefaults, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
|
|
10
10
|
import * as toggleGroup from "@sprawlify/primitives/machines/toggle-group";
|
|
11
11
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { t as PolymorphicProps } from "../../factory-
|
|
2
|
-
import { t as RootEmits$1 } from "../../presence-types-
|
|
3
|
-
import { a as Optional, r as EmitFn$1 } from "../../types-
|
|
4
|
-
import { r as PropTypes } from "../../index-
|
|
5
|
-
import { t as RenderStrategyProps } from "../../use-render-strategy-
|
|
6
|
-
import { t as tooltipAnatomy } from "../../tooltip-anatomy-
|
|
7
|
-
import * as
|
|
1
|
+
import { t as PolymorphicProps } from "../../factory-BiWWKx2m.js";
|
|
2
|
+
import { t as RootEmits$1 } from "../../presence-types-Dp8j2-3x.js";
|
|
3
|
+
import { a as Optional, r as EmitFn$1 } from "../../types-D49hIhzQ.js";
|
|
4
|
+
import { r as PropTypes } from "../../index-C2XO6Bu5.js";
|
|
5
|
+
import { t as RenderStrategyProps } from "../../use-render-strategy-D82Q7KQ3.js";
|
|
6
|
+
import { t as tooltipAnatomy } from "../../tooltip-anatomy-C2JI-_OT.js";
|
|
7
|
+
import * as vue2441 from "vue";
|
|
8
8
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
9
9
|
import * as tooltip from "@sprawlify/primitives/machines/tooltip";
|
|
10
10
|
import { OpenChangeDetails, OpenChangeDetails as TooltipOpenChangeDetails } from "@sprawlify/primitives/machines/tooltip";
|
|
@@ -17,7 +17,7 @@ interface TooltipArrowTipProps extends TooltipArrowTipBaseProps,
|
|
|
17
17
|
*/
|
|
18
18
|
HTMLAttributes {}
|
|
19
19
|
declare const _default$1: typeof __VLS_export$7;
|
|
20
|
-
declare const __VLS_export$7: __VLS_WithSlots$7<
|
|
20
|
+
declare const __VLS_export$7: __VLS_WithSlots$7<vue2441.DefineComponent<TooltipArrowTipProps, {}, {}, {}, {}, vue2441.ComponentOptionsMixin, vue2441.ComponentOptionsMixin, {}, string, vue2441.PublicProps, Readonly<TooltipArrowTipProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2441.ComponentProvideOptions, false, {}, any>, {
|
|
21
21
|
default?: (props: {}) => any;
|
|
22
22
|
}>;
|
|
23
23
|
type __VLS_WithSlots$7<T, S> = T & {
|
|
@@ -34,7 +34,7 @@ interface TooltipArrowProps extends TooltipArrowBaseProps,
|
|
|
34
34
|
*/
|
|
35
35
|
HTMLAttributes {}
|
|
36
36
|
declare const _default: typeof __VLS_export$6;
|
|
37
|
-
declare const __VLS_export$6: __VLS_WithSlots$6<
|
|
37
|
+
declare const __VLS_export$6: __VLS_WithSlots$6<vue2441.DefineComponent<TooltipArrowProps, {}, {}, {}, {}, vue2441.ComponentOptionsMixin, vue2441.ComponentOptionsMixin, {}, string, vue2441.PublicProps, Readonly<TooltipArrowProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2441.ComponentProvideOptions, false, {}, any>, {
|
|
38
38
|
default?: (props: {}) => any;
|
|
39
39
|
}>;
|
|
40
40
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -51,7 +51,7 @@ interface TooltipContentProps extends TooltipContentBaseProps,
|
|
|
51
51
|
*/
|
|
52
52
|
HTMLAttributes {}
|
|
53
53
|
declare const _default$2: typeof __VLS_export$5;
|
|
54
|
-
declare const __VLS_export$5: __VLS_WithSlots$5<
|
|
54
|
+
declare const __VLS_export$5: __VLS_WithSlots$5<vue2441.DefineComponent<TooltipContentProps, {}, {}, {}, {}, vue2441.ComponentOptionsMixin, vue2441.ComponentOptionsMixin, {}, string, vue2441.PublicProps, Readonly<TooltipContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2441.ComponentProvideOptions, false, {}, any>, {
|
|
55
55
|
default?: (props: {}) => any;
|
|
56
56
|
}>;
|
|
57
57
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -101,7 +101,7 @@ interface TooltipContextProps extends SlotsType<{
|
|
|
101
101
|
default: UnwrapRef<UseTooltipContext>;
|
|
102
102
|
}> {}
|
|
103
103
|
declare const _default$3: typeof __VLS_export$4;
|
|
104
|
-
declare const __VLS_export$4: __VLS_WithSlots$4<
|
|
104
|
+
declare const __VLS_export$4: __VLS_WithSlots$4<vue2441.DefineComponent<{}, {}, {}, {}, {}, vue2441.ComponentOptionsMixin, vue2441.ComponentOptionsMixin, {}, string, vue2441.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue2441.ComponentProvideOptions, true, {}, any>, {
|
|
105
105
|
default(tooltip: UnwrapRef<UseTooltipContext>): unknown;
|
|
106
106
|
}>;
|
|
107
107
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -118,7 +118,7 @@ interface TooltipPositionerProps extends TooltipPositionerBaseProps,
|
|
|
118
118
|
*/
|
|
119
119
|
HTMLAttributes {}
|
|
120
120
|
declare const _default$4: typeof __VLS_export$3;
|
|
121
|
-
declare const __VLS_export$3: __VLS_WithSlots$3<
|
|
121
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue2441.DefineComponent<TooltipPositionerProps, {}, {}, {}, {}, vue2441.ComponentOptionsMixin, vue2441.ComponentOptionsMixin, {}, string, vue2441.PublicProps, Readonly<TooltipPositionerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2441.ComponentProvideOptions, false, {}, any>, {
|
|
122
122
|
default?: (props: {}) => any;
|
|
123
123
|
}>;
|
|
124
124
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -135,11 +135,11 @@ interface TooltipRootProviderBaseProps extends RootProviderProps, RenderStrategy
|
|
|
135
135
|
interface TooltipRootProviderProps extends TooltipRootProviderBaseProps {}
|
|
136
136
|
interface TooltipRootProviderEmits extends RootEmits$1 {}
|
|
137
137
|
declare const _default$6: typeof __VLS_export$2;
|
|
138
|
-
declare const __VLS_export$2: __VLS_WithSlots$2<
|
|
138
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue2441.DefineComponent<TooltipRootProviderProps, {}, {}, {}, {}, vue2441.ComponentOptionsMixin, vue2441.ComponentOptionsMixin, {
|
|
139
139
|
exitComplete: () => any;
|
|
140
|
-
}, string,
|
|
140
|
+
}, string, vue2441.PublicProps, Readonly<TooltipRootProviderProps> & Readonly<{
|
|
141
141
|
onExitComplete?: (() => any) | undefined;
|
|
142
|
-
}>, {}, {}, {}, {}, string,
|
|
142
|
+
}>, {}, {}, {}, {}, string, vue2441.ComponentProvideOptions, false, {}, any>, {
|
|
143
143
|
default?: (props: {}) => any;
|
|
144
144
|
}>;
|
|
145
145
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -153,24 +153,24 @@ interface TooltipRootBaseProps extends RootProps, RenderStrategyProps {}
|
|
|
153
153
|
interface TooltipRootProps extends TooltipRootBaseProps {}
|
|
154
154
|
interface TooltipRootEmits extends RootEmits {}
|
|
155
155
|
declare const _default$5: typeof __VLS_export$1;
|
|
156
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
157
|
-
exitComplete: () => any;
|
|
156
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue2441.DefineComponent<TooltipRootProps, {}, {}, {}, {}, vue2441.ComponentOptionsMixin, vue2441.ComponentOptionsMixin, {
|
|
158
157
|
openChange: (details: tooltip.OpenChangeDetails) => any;
|
|
159
158
|
"update:open": (open: boolean) => any;
|
|
160
|
-
|
|
161
|
-
|
|
159
|
+
exitComplete: () => any;
|
|
160
|
+
}, string, vue2441.PublicProps, Readonly<TooltipRootProps> & Readonly<{
|
|
162
161
|
onOpenChange?: ((details: tooltip.OpenChangeDetails) => any) | undefined;
|
|
163
162
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
163
|
+
onExitComplete?: (() => any) | undefined;
|
|
164
164
|
}>, {
|
|
165
165
|
disabled: boolean;
|
|
166
|
+
closeOnEscape: boolean;
|
|
166
167
|
defaultOpen: boolean;
|
|
167
168
|
open: boolean;
|
|
168
|
-
closeOnEscape: boolean;
|
|
169
169
|
closeOnClick: boolean;
|
|
170
170
|
closeOnPointerDown: boolean;
|
|
171
171
|
closeOnScroll: boolean;
|
|
172
172
|
interactive: boolean;
|
|
173
|
-
}, {}, {}, {}, string,
|
|
173
|
+
}, {}, {}, {}, string, vue2441.ComponentProvideOptions, false, {}, any>, {
|
|
174
174
|
default?: (props: {}) => any;
|
|
175
175
|
}>;
|
|
176
176
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -187,7 +187,7 @@ interface TooltipTriggerProps extends TooltipTriggerBaseProps,
|
|
|
187
187
|
*/
|
|
188
188
|
ButtonHTMLAttributes {}
|
|
189
189
|
declare const _default$7: typeof __VLS_export;
|
|
190
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
190
|
+
declare const __VLS_export: __VLS_WithSlots<vue2441.DefineComponent<TooltipTriggerProps, {}, {}, {}, {}, vue2441.ComponentOptionsMixin, vue2441.ComponentOptionsMixin, {}, string, vue2441.PublicProps, Readonly<TooltipTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2441.ComponentProvideOptions, false, {}, any>, {
|
|
191
191
|
default?: (props: {}) => any;
|
|
192
192
|
}>;
|
|
193
193
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -3,11 +3,11 @@ import { n as useMachine, r as normalizeProps$1, t as mergeProps$1 } from "../..
|
|
|
3
3
|
import { a as useLocaleContext, c as useEnvironmentContext, i as DEFAULT_LOCALE, s as DEFAULT_ENVIRONMENT } from "../../providers-DNBWT-O_.js";
|
|
4
4
|
import { t as createContext } from "../../create-context-Ds1GbsVc.js";
|
|
5
5
|
import { t as useForwardExpose } from "../../use-forward-expose-CCAmHTUB.js";
|
|
6
|
-
import { t as tooltipAnatomy } from "../../tooltip-anatomy-
|
|
7
|
-
import { t as sprawlify } from "../../factory-
|
|
8
|
-
import { t as cleanProps } from "../../clean-props-
|
|
9
|
-
import { t as RenderStrategyPropsProvider } from "../../use-render-strategy-
|
|
10
|
-
import { i as usePresence, n as PresenceProvider, r as usePresenceContext } from "../../presence-
|
|
6
|
+
import { t as tooltipAnatomy } from "../../tooltip-anatomy-BgD3KTo1.js";
|
|
7
|
+
import { t as sprawlify } from "../../factory-yh31h0Rm.js";
|
|
8
|
+
import { t as cleanProps } from "../../clean-props-GbfPBIot.js";
|
|
9
|
+
import { t as RenderStrategyPropsProvider } from "../../use-render-strategy-B0RVis2X.js";
|
|
10
|
+
import { i as usePresence, n as PresenceProvider, r as usePresenceContext } from "../../presence-BuHH-PkI.js";
|
|
11
11
|
import { computed, createBlock, createCommentVNode, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
|
|
12
12
|
import * as tooltip from "@sprawlify/primitives/machines/tooltip";
|
|
13
13
|
|