@sprawlify/vue 0.0.77 → 0.0.78
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/alert-dialog-anatomy-6UZ4w58n.js +8 -0
- package/dist/alert-dialog-anatomy-BrNEI6V3.d.ts +6 -0
- package/dist/{carousel-anatomy-DwrhoUqZ.d.ts → carousel-anatomy-CpS__fTf.d.ts} +1 -1
- package/dist/checkbox-anatomy-DxWYIBLF.d.ts +6 -0
- package/dist/{collapsible-OXksISO6.js → collapsible-DjMeJSQq.js} +2 -2
- package/dist/{collection-CBh5p7A_.js → collection-D_pMm6Yu.js} +1 -1
- package/dist/color-picker-anatomy-0TvgSkT9.d.ts +6 -0
- package/dist/combobox-anatomy-IMlD0ohP.d.ts +6 -0
- package/dist/components/accordion/index.d.ts +20 -20
- package/dist/components/accordion/index.js +5 -5
- package/dist/components/alert-dialog/index.d.ts +269 -0
- package/dist/components/alert-dialog/index.js +487 -0
- package/dist/components/anatomy.d.ts +52 -51
- package/dist/components/anatomy.js +51 -50
- package/dist/components/angle-slider/index.d.ts +17 -17
- package/dist/components/angle-slider/index.js +3 -3
- package/dist/components/aspect-ratio/index.d.ts +8 -8
- package/dist/components/aspect-ratio/index.js +2 -2
- package/dist/components/avatar/index.d.ts +12 -12
- package/dist/components/avatar/index.js +3 -3
- package/dist/components/bottom-sheet/index.d.ts +23 -23
- package/dist/components/bottom-sheet/index.js +5 -5
- package/dist/components/carousel/index.d.ts +24 -24
- package/dist/components/carousel/index.js +3 -3
- package/dist/components/checkbox/index.d.ts +19 -19
- package/dist/components/checkbox/index.js +8 -8
- package/dist/components/client-only/index.d.ts +2 -2
- package/dist/components/clipboard/index.d.ts +18 -18
- package/dist/components/clipboard/index.js +3 -3
- package/dist/components/collapsible/index.d.ts +18 -18
- package/dist/components/collapsible/index.js +3 -3
- package/dist/components/collection/index.d.ts +1 -1
- package/dist/components/collection/index.js +1 -1
- package/dist/components/color-picker/index.d.ts +51 -51
- package/dist/components/color-picker/index.js +7 -7
- package/dist/components/combobox/index.d.ts +36 -36
- package/dist/components/combobox/index.js +8 -8
- package/dist/components/date-picker/index.d.ts +46 -46
- package/dist/components/date-picker/index.js +5 -5
- package/dist/components/dialog/index.d.ts +33 -34
- package/dist/components/dialog/index.js +5 -5
- package/dist/components/download-trigger/index.d.ts +4 -4
- package/dist/components/download-trigger/index.js +1 -1
- package/dist/components/editable/index.d.ts +25 -25
- package/dist/components/editable/index.js +5 -5
- package/dist/components/field/index.d.ts +23 -23
- package/dist/components/field/index.js +3 -3
- package/dist/components/fieldset/index.d.ts +12 -12
- package/dist/components/fieldset/index.js +3 -3
- package/dist/components/file-upload/index.d.ts +25 -25
- package/dist/components/file-upload/index.js +5 -5
- package/dist/components/floating-panel/index.d.ts +26 -26
- package/dist/components/floating-panel/index.js +4 -4
- package/dist/components/focus-trap/index.d.ts +6 -6
- package/dist/components/focus-trap/index.js +2 -2
- package/dist/components/format/index.d.ts +4 -4
- package/dist/components/frame/index.d.ts +6 -6
- package/dist/components/highlight/index.d.ts +5 -5
- package/dist/components/highlight/index.js +1 -1
- package/dist/components/hover-card/index.d.ts +28 -28
- package/dist/components/hover-card/index.js +5 -5
- package/dist/components/image-cropper/index.d.ts +15 -15
- package/dist/components/image-cropper/index.js +3 -3
- package/dist/components/json-tree-view/index.d.ts +11 -12
- package/dist/components/json-tree-view/index.js +6 -7
- package/dist/components/listbox/index.d.ts +23 -23
- package/dist/components/listbox/index.js +4 -4
- package/dist/components/marquee/index.d.ts +25 -25
- package/dist/components/marquee/index.js +3 -3
- package/dist/components/menu/index.d.ts +55 -55
- package/dist/components/menu/index.js +5 -5
- package/dist/components/navigation-menu/index.d.ts +21 -21
- package/dist/components/navigation-menu/index.js +5 -5
- package/dist/components/number-input/index.d.ts +21 -21
- package/dist/components/number-input/index.js +5 -5
- package/dist/components/pagination/index.d.ts +18 -18
- package/dist/components/pagination/index.js +3 -3
- package/dist/components/password-input/index.d.ts +25 -25
- package/dist/components/password-input/index.js +5 -5
- package/dist/components/pin-input/index.d.ts +17 -17
- package/dist/components/pin-input/index.js +5 -5
- package/dist/components/popover/index.d.ts +35 -35
- package/dist/components/popover/index.js +5 -5
- package/dist/components/presence/index.d.ts +2 -2
- package/dist/components/presence/index.js +2 -2
- package/dist/components/progress/index.d.ts +16 -16
- package/dist/components/progress/index.js +3 -3
- package/dist/components/qr-code/index.d.ts +12 -12
- package/dist/components/qr-code/index.js +3 -3
- package/dist/components/radio-group/index.d.ts +17 -17
- package/dist/components/radio-group/index.js +6 -6
- package/dist/components/rating-group/index.d.ts +16 -16
- package/dist/components/rating-group/index.js +5 -5
- package/dist/components/scroll-area/index.d.ts +13 -13
- package/dist/components/scroll-area/index.js +3 -3
- package/dist/components/segment-group/index.d.ts +17 -17
- package/dist/components/segment-group/index.js +3 -3
- package/dist/components/select/index.d.ts +36 -36
- package/dist/components/select/index.js +8 -8
- package/dist/components/separator/index.d.ts +8 -8
- package/dist/components/separator/index.js +3 -3
- package/dist/components/signature-pad/index.d.ts +16 -16
- package/dist/components/signature-pad/index.js +5 -5
- package/dist/components/slider/index.d.ts +22 -22
- package/dist/components/slider/index.js +3 -3
- package/dist/components/splitter/index.d.ts +13 -13
- package/dist/components/splitter/index.js +3 -3
- package/dist/components/steps/index.d.ts +21 -21
- package/dist/components/steps/index.js +3 -3
- package/dist/components/switch/index.d.ts +14 -14
- package/dist/components/switch/index.js +5 -5
- package/dist/components/tabs/index.d.ts +18 -18
- package/dist/components/tabs/index.js +5 -5
- package/dist/components/tags-input/index.d.ts +32 -32
- package/dist/components/tags-input/index.js +5 -5
- package/dist/components/timer/index.d.ts +15 -15
- package/dist/components/timer/index.js +3 -3
- package/dist/components/toast/index.d.ts +12 -12
- package/dist/components/toast/index.js +2 -2
- package/dist/components/toggle/index.d.ts +10 -10
- package/dist/components/toggle/index.js +3 -3
- package/dist/components/toggle-group/index.d.ts +12 -12
- package/dist/components/toggle-group/index.js +3 -3
- package/dist/components/tooltip/index.d.ts +22 -22
- package/dist/components/tooltip/index.js +5 -5
- package/dist/components/tour/index.d.ts +32 -32
- package/dist/components/tour/index.js +5 -5
- package/dist/components/tree-view/index.d.ts +6 -6
- package/dist/components/tree-view/index.js +7 -7
- package/dist/date-picker-anatomy-DwF2ZdEb.d.ts +6 -0
- package/dist/{field-B_BAnE0z.js → field-DMx_y6S-.js} +2 -2
- package/dist/{field-anatomy-n4MQ6CIA.d.ts → field-anatomy-ZgI8KPAW.d.ts} +1 -1
- package/dist/{fieldset-XmKsNoOC.js → fieldset-4Y4cXm81.js} +2 -2
- package/dist/fieldset-anatomy-ByEKf8w4.d.ts +6 -0
- package/dist/{image-cropper-anatomy-BCN4Egjw.d.ts → image-cropper-anatomy-CFsliJG4.d.ts} +2 -2
- package/dist/{index-BKK0vIdn.d.ts → index-BhhexQkI.d.ts} +7 -7
- package/dist/{index-CMBDt7rf.d.ts → index-CjibFYf6.d.ts} +9 -9
- package/dist/{index-ctptSac4.d.ts → index-VE6rqFS6.d.ts} +32 -32
- package/dist/index.d.ts +3 -3
- package/dist/listbox-anatomy-DXcTKn-k.d.ts +6 -0
- package/dist/{presence-B50UYKDY.js → presence-BuHH-PkI.js} +1 -1
- package/dist/segment-group-anatomy-BU6WKUuZ.d.ts +6 -0
- package/dist/toggle-anatomy-CZS75RZS.d.ts +6 -0
- package/dist/{tour-anatomy-HAoP7f8M.d.ts → tour-anatomy-XEtu4XUf.d.ts} +1 -1
- package/dist/{tree-view-D0JBQ_ly.js → tree-view-D0uubGi5.js} +4 -4
- package/package.json +6 -2
- package/dist/checkbox-anatomy-RPOOG6m5.d.ts +0 -6
- package/dist/color-picker-anatomy-CqfgkBND.d.ts +0 -6
- package/dist/combobox-anatomy-CpyHROa-.d.ts +0 -6
- package/dist/date-picker-anatomy-csud5zM0.d.ts +0 -6
- package/dist/fieldset-anatomy-j1YsgpiA.d.ts +0 -6
- package/dist/listbox-anatomy-DbF6wAW0.d.ts +0 -6
- package/dist/segment-group-anatomy-BweP3B5a.d.ts +0 -6
- package/dist/toggle-anatomy-CosjCd7U.d.ts +0 -6
- /package/dist/{accordion-anatomy-Bxs15n6t.d.ts → accordion-anatomy-Ds_qvEko.d.ts} +0 -0
- /package/dist/{angle-slider-anatomy-4JLhdGMa.d.ts → angle-slider-anatomy-Bul1eXfZ.d.ts} +0 -0
- /package/dist/{angle-slider-anatomy-BcpYlzjU.js → angle-slider-anatomy-cYknk1iJ.js} +0 -0
- /package/dist/{avatar-anatomy-DkaRck8U.js → avatar-anatomy-CZqJnRiE.js} +0 -0
- /package/dist/{avatar-anatomy-DRst-MIc.d.ts → avatar-anatomy-DZ5Hy1zG.d.ts} +0 -0
- /package/dist/{boolean-L5YmbZkb.js → boolean-6Zl2NWRb.js} +0 -0
- /package/dist/{bottom-sheet-anatomy-DUXumYfR.d.ts → bottom-sheet-anatomy-C08KrnBX.d.ts} +0 -0
- /package/dist/{bottom-sheet-anatomy-lHEnPDuf.js → bottom-sheet-anatomy-C8vx9fBH.js} +0 -0
- /package/dist/{carousel-anatomy-Dozyhz87.js → carousel-anatomy-DTNJ2jpa.js} +0 -0
- /package/dist/{checkbox-anatomy-DrTfnRdC.js → checkbox-anatomy-DBY0IiWr.js} +0 -0
- /package/dist/{clean-props-DsGHTEpm.js → clean-props-GbfPBIot.js} +0 -0
- /package/dist/{clipboard-anatomy-BOEGNpiY.d.ts → clipboard-anatomy-Cfo3bvKj.d.ts} +0 -0
- /package/dist/{clipboard-anatomy-Btcms62_.js → clipboard-anatomy-DemY_7_4.js} +0 -0
- /package/dist/{collapsible-anatomy-Bz0a8LAr.js → collapsible-anatomy-B63RaMgq.js} +0 -0
- /package/dist/{collapsible-anatomy-DxiuORza.d.ts → collapsible-anatomy-BYSgsAu3.d.ts} +0 -0
- /package/dist/{color-picker-anatomy-DJP6gg1F.js → color-picker-anatomy-BFaHjy9O.js} +0 -0
- /package/dist/{combobox-anatomy-DccBa7f5.js → combobox-anatomy-Bottj4lE.js} +0 -0
- /package/dist/{date-picker-anatomy-BbB7oLLk.js → date-picker-anatomy-D1WbzCFG.js} +0 -0
- /package/dist/{dialog-anatomy-ByMvuBxr.d.ts → dialog-anatomy-CURzaSFr.d.ts} +0 -0
- /package/dist/{dialog-anatomy-DZW7OUW_.js → dialog-anatomy-DI8a_vZ_.js} +0 -0
- /package/dist/{editable-anatomy-D1eyySPH.js → editable-anatomy-C2-pGLpA.js} +0 -0
- /package/dist/{editable-anatomy-D7zUtMKW.d.ts → editable-anatomy-C7mXxQW8.d.ts} +0 -0
- /package/dist/{factory-n7N-L7_o.d.ts → factory-BiWWKx2m.d.ts} +0 -0
- /package/dist/{factory-xNPol80p.js → factory-yh31h0Rm.js} +0 -0
- /package/dist/{field-anatomy-DOCpzb4B.js → field-anatomy-C90WAETb.js} +0 -0
- /package/dist/{fieldset-anatomy-DmZTaMK6.js → fieldset-anatomy-BjnxJmos.js} +0 -0
- /package/dist/{file-upload-anatomy-DdLNgaPz.d.ts → file-upload-anatomy-Bt0zLDIE.d.ts} +0 -0
- /package/dist/{file-upload-anatomy-CZ2VnScd.js → file-upload-anatomy-CxltMFrA.js} +0 -0
- /package/dist/{floating-panel-anatomy-DwkXF2tr.d.ts → floating-panel-anatomy-DH9zKbGk.d.ts} +0 -0
- /package/dist/{floating-panel-anatomy-DBrl1Bp0.js → floating-panel-anatomy-DwLUJ70s.js} +0 -0
- /package/dist/{hover-card-anatomy-D3wEfkuu.js → hover-card-anatomy-BnLr7TCv.js} +0 -0
- /package/dist/{hover-card-anatomy-CTX5TEi3.d.ts → hover-card-anatomy-ClbegkVa.d.ts} +0 -0
- /package/dist/{image-cropper-anatomy-vcTNTTGP.js → image-cropper-anatomy--tXgRMD1.js} +0 -0
- /package/dist/{index-BJ8mRK6a.d.ts → index-C2XO6Bu5.d.ts} +0 -0
- /package/dist/{index-FXQujPvZ.d.ts → index-pShXx5Uh.d.ts} +0 -0
- /package/dist/{listbox-anatomy-D2r-4uq6.js → listbox-anatomy-CddfyW7E.js} +0 -0
- /package/dist/{marquee-anatomy-sKw9g-dJ.js → marquee-anatomy-TY8wb27T.js} +0 -0
- /package/dist/{marquee-anatomy-CS5BoKG3.d.ts → marquee-anatomy-h5g9NC8A.d.ts} +0 -0
- /package/dist/{menu-anatomy-DcjSKaK6.d.ts → menu-anatomy-C5NvovOb.d.ts} +0 -0
- /package/dist/{menu-anatomy-DbCORryZ.js → menu-anatomy-Cn8kTodN.js} +0 -0
- /package/dist/{navigation-menu-anatomy-bvfS7a-6.d.ts → navigation-menu-anatomy-DfeFh6Qh.d.ts} +0 -0
- /package/dist/{navigation-menu-anatomy-nwZUxyMV.js → navigation-menu-anatomy-JKXIjyhE.js} +0 -0
- /package/dist/{number-input-anatomy-hB3PpB4j.js → number-input-anatomy-BLwFRRq-.js} +0 -0
- /package/dist/{number-input-anatomy-BEL1Q-ZK.d.ts → number-input-anatomy-Lqh7lyJQ.d.ts} +0 -0
- /package/dist/{pagination-anatomy-D8yk0Puf.js → pagination-anatomy-BMvizHtN.js} +0 -0
- /package/dist/{pagination-anatomy-xc9Fxt__.d.ts → pagination-anatomy-JUuizdyV.d.ts} +0 -0
- /package/dist/{password-input-anatomy-D0nhl7MJ.js → password-input-anatomy-DeIesU0v.js} +0 -0
- /package/dist/{password-input-anatomy-CQFdYR2z.d.ts → password-input-anatomy-DrlPdYal.d.ts} +0 -0
- /package/dist/{pin-input-anatomy-Blh9Y2sq.js → pin-input-anatomy-B6uaxLlM.js} +0 -0
- /package/dist/{pin-input-anatomy-nRaqyCV2.d.ts → pin-input-anatomy-CYPrusAJ.d.ts} +0 -0
- /package/dist/{popover-anatomy-DXWeYlnF.js → popover-anatomy-B_sMgR6Y.js} +0 -0
- /package/dist/{popover-anatomy-Cwp8_2Po.d.ts → popover-anatomy-CPDT_oiK.d.ts} +0 -0
- /package/dist/{presence-types-CC57eEhO.d.ts → presence-types-Dp8j2-3x.d.ts} +0 -0
- /package/dist/{progress-anatomy-lioRhIrB.js → progress-anatomy-COz0DGNs.js} +0 -0
- /package/dist/{progress-anatomy-BubUhrtU.d.ts → progress-anatomy-CwFoZl9E.d.ts} +0 -0
- /package/dist/{qr-code-anatomy-DKYQO_yO.d.ts → qr-code-anatomy-BMawjUCq.d.ts} +0 -0
- /package/dist/{qr-code-anatomy-CIy9Wai6.js → qr-code-anatomy-CWoAkOaY.js} +0 -0
- /package/dist/{radio-group-anatomy-C7L8dkhn.js → radio-group-anatomy-BSnuxQR6.js} +0 -0
- /package/dist/{radio-group-anatomy-CiNL4B5J.d.ts → radio-group-anatomy-CqMEAEAo.d.ts} +0 -0
- /package/dist/{rating-group-anatomy-DEi1Omvv.d.ts → rating-group-anatomy-CtMlHYGv.d.ts} +0 -0
- /package/dist/{rating-group-anatomy-CBhzoESK.js → rating-group-anatomy-xU1gWoAB.js} +0 -0
- /package/dist/{scroll-area-anatomy-CefzWgS5.d.ts → scroll-area-anatomy-B_EypSXf.d.ts} +0 -0
- /package/dist/{scroll-area-anatomy-B-FlUOdc.js → scroll-area-anatomy-D54kUb_3.js} +0 -0
- /package/dist/{segment-group-anatomy-CPdu1efW.js → segment-group-anatomy-DKnrj_EM.js} +0 -0
- /package/dist/{select-anatomy-CiNHi2Kx.js → select-anatomy-BgXYHjfI.js} +0 -0
- /package/dist/{select-anatomy-BLK5Kq84.d.ts → select-anatomy-CwULdmYD.d.ts} +0 -0
- /package/dist/{separator-anatomy-C9bGchxg.js → separator-anatomy-BeoGOxS-.js} +0 -0
- /package/dist/{separator-anatomy-Cyw-DWpB.d.ts → separator-anatomy-BqAq__MN.d.ts} +0 -0
- /package/dist/{signature-pad-anatomy-CoeXwoDo.js → signature-pad-anatomy-Cxt4qb07.js} +0 -0
- /package/dist/{signature-pad-anatomy-ZbCDnYGZ.d.ts → signature-pad-anatomy-u_Sx7buV.d.ts} +0 -0
- /package/dist/{slider-anatomy-D1MIQawS.js → slider-anatomy-BuyabqTj.js} +0 -0
- /package/dist/{slider-anatomy-BMTjqedI.d.ts → slider-anatomy-C_epctJe.d.ts} +0 -0
- /package/dist/{splitter-anatomy-mbvD9KMw.js → splitter-anatomy-D7ot-MkT.js} +0 -0
- /package/dist/{splitter-anatomy-Bb-vdY9S.d.ts → splitter-anatomy-DFGjHFqM.d.ts} +0 -0
- /package/dist/{steps-anatomy-CMM7Zciy.d.ts → steps-anatomy-DfpX3XHM.d.ts} +0 -0
- /package/dist/{steps-anatomy-DL1kFLaW.js → steps-anatomy-DjlPHIKh.js} +0 -0
- /package/dist/{switch-anatomy-Dmg0RYjh.d.ts → switch-anatomy-5pECbpDU.d.ts} +0 -0
- /package/dist/{switch-anatomy-C_MAURJE.js → switch-anatomy-IGlvYF5l.js} +0 -0
- /package/dist/{tabs-anatomy-CgXloO7s.d.ts → tabs-anatomy-Cwluwjxt.d.ts} +0 -0
- /package/dist/{tabs-anatomy-DF_ekPnt.js → tabs-anatomy-Ddv_VY6n.js} +0 -0
- /package/dist/{tags-input-anatomy-C0HLrulm.d.ts → tags-input-anatomy-DCOiTav9.d.ts} +0 -0
- /package/dist/{tags-input-anatomy-Dpn_Smms.js → tags-input-anatomy-VaastGb3.js} +0 -0
- /package/dist/{timer-anatomy-BF3_7vbc.js → timer-anatomy-CV4qiG7g.js} +0 -0
- /package/dist/{timer-anatomy-D0Ey9n_K.d.ts → timer-anatomy-X4tZiM_i.d.ts} +0 -0
- /package/dist/{toast-anatomy-BHDNHkvU.js → toast-anatomy-C_s7MQnn.js} +0 -0
- /package/dist/{toast-anatomy-DHifYWal.d.ts → toast-anatomy-DUsVvX5v.d.ts} +0 -0
- /package/dist/{toggle-anatomy-B79YArNR.js → toggle-anatomy-BKqatqaO.js} +0 -0
- /package/dist/{toggle-group-anatomy-BpV0-6Xe.d.ts → toggle-group-anatomy--i6VaUi9.d.ts} +0 -0
- /package/dist/{toggle-group-anatomy-CFLq6ia_.js → toggle-group-anatomy-SARieWDI.js} +0 -0
- /package/dist/{tooltip-anatomy-D6lPF-Wq.js → tooltip-anatomy-BgD3KTo1.js} +0 -0
- /package/dist/{tooltip-anatomy-BlxUQUEe.d.ts → tooltip-anatomy-C2JI-_OT.d.ts} +0 -0
- /package/dist/{tour-anatomy-Cg6ZDDuV.js → tour-anatomy-f2x7a1w3.js} +0 -0
- /package/dist/{tree-view-anatomy--Ft8ROVn.js → tree-view-anatomy-CefyMmul.js} +0 -0
- /package/dist/{tree-view-anatomy-zTRJrcH9.d.ts → tree-view-anatomy-D9lkagO5.d.ts} +0 -0
- /package/dist/{types-D_fjXif6.d.ts → types-D49hIhzQ.d.ts} +0 -0
- /package/dist/{use-render-strategy-3G0_HWbg.js → use-render-strategy-B0RVis2X.js} +0 -0
- /package/dist/{use-render-strategy-CEbMLMD1.d.ts → use-render-strategy-D82Q7KQ3.d.ts} +0 -0
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { t as PolymorphicProps } from "../../factory-
|
|
2
|
-
import { t as RootEmits$1 } from "../../presence-types-
|
|
3
|
-
import { c as PresenceProps } from "../../index-
|
|
4
|
-
import { a as Optional, r as EmitFn$1 } from "../../types-
|
|
5
|
-
import { r as PropTypes } from "../../index-
|
|
6
|
-
import { t as RenderStrategyProps } from "../../use-render-strategy-
|
|
7
|
-
import { t as colorPickerAnatomy } from "../../color-picker-anatomy-
|
|
8
|
-
import * as
|
|
1
|
+
import { t as PolymorphicProps } from "../../factory-BiWWKx2m.js";
|
|
2
|
+
import { t as RootEmits$1 } from "../../presence-types-Dp8j2-3x.js";
|
|
3
|
+
import { c as PresenceProps } from "../../index-CjibFYf6.js";
|
|
4
|
+
import { a as Optional, r as EmitFn$1 } from "../../types-D49hIhzQ.js";
|
|
5
|
+
import { r as PropTypes } from "../../index-C2XO6Bu5.js";
|
|
6
|
+
import { t as RenderStrategyProps } from "../../use-render-strategy-D82Q7KQ3.js";
|
|
7
|
+
import { t as colorPickerAnatomy } from "../../color-picker-anatomy-0TvgSkT9.js";
|
|
8
|
+
import * as vue2038 from "vue";
|
|
9
9
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SelectHTMLAttributes, SlotsType, UnwrapRef } from "vue";
|
|
10
|
-
import * as
|
|
10
|
+
import * as _sprawlify_primitives_machines_dialog51 from "@sprawlify/primitives/machines/dialog";
|
|
11
11
|
import * as colorPicker from "@sprawlify/primitives/machines/color-picker";
|
|
12
12
|
import { AreaProps, ChannelInputProps, ChannelProps, Color, Color as Color$1, ColorFormat, ColorFormat as ColorFormat$1, ColorFormat as ColorPickerColorFormat, FocusOutsideEvent, FocusOutsideEvent as ColorPickerFocusOutsideEvent, FormatChangeDetails, FormatChangeDetails as ColorPickerFormatChangeDetails, InteractOutsideEvent, InteractOutsideEvent as ColorPickerInteractOutsideEvent, OpenChangeDetails, OpenChangeDetails as ColorPickerOpenChangeDetails, PointerDownOutsideEvent, PointerDownOutsideEvent as ColorPickerPointerDownOutsideEvent, SwatchProps, SwatchTriggerProps, TransparencyGridProps, ValueChangeDetails, ValueChangeDetails as ColorPickerValueChangeDetails, parse as parseColor } from "@sprawlify/primitives/machines/color-picker";
|
|
13
13
|
import * as _sprawlify_primitives_color_utils0 from "@sprawlify/primitives/color-utils";
|
|
@@ -21,7 +21,7 @@ interface ColorPickerAreaBackgroundProps extends ColorPickerAreaBackgroundBasePr
|
|
|
21
21
|
*/
|
|
22
22
|
HTMLAttributes {}
|
|
23
23
|
declare const _default$1: typeof __VLS_export$28;
|
|
24
|
-
declare const __VLS_export$28: __VLS_WithSlots$27<
|
|
24
|
+
declare const __VLS_export$28: __VLS_WithSlots$27<vue2038.DefineComponent<ColorPickerAreaBackgroundProps, {}, {}, {}, {}, vue2038.ComponentOptionsMixin, vue2038.ComponentOptionsMixin, {}, string, vue2038.PublicProps, Readonly<ColorPickerAreaBackgroundProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2038.ComponentProvideOptions, false, {}, any>, {
|
|
25
25
|
default?: (props: {}) => any;
|
|
26
26
|
}>;
|
|
27
27
|
type __VLS_WithSlots$27<T, S> = T & {
|
|
@@ -38,7 +38,7 @@ interface ColorPickerAreaThumbProps extends ColorPickerAreaThumbBaseProps,
|
|
|
38
38
|
*/
|
|
39
39
|
HTMLAttributes {}
|
|
40
40
|
declare const _default$2: typeof __VLS_export$27;
|
|
41
|
-
declare const __VLS_export$27: __VLS_WithSlots$26<
|
|
41
|
+
declare const __VLS_export$27: __VLS_WithSlots$26<vue2038.DefineComponent<ColorPickerAreaThumbProps, {}, {}, {}, {}, vue2038.ComponentOptionsMixin, vue2038.ComponentOptionsMixin, {}, string, vue2038.PublicProps, Readonly<ColorPickerAreaThumbProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2038.ComponentProvideOptions, false, {}, any>, {
|
|
42
42
|
default?: (props: {}) => any;
|
|
43
43
|
}>;
|
|
44
44
|
type __VLS_WithSlots$26<T, S> = T & {
|
|
@@ -55,7 +55,7 @@ interface ColorPickerAreaProps extends ColorPickerAreaBaseProps,
|
|
|
55
55
|
*/
|
|
56
56
|
HTMLAttributes {}
|
|
57
57
|
declare const _default: typeof __VLS_export$26;
|
|
58
|
-
declare const __VLS_export$26: __VLS_WithSlots$25<
|
|
58
|
+
declare const __VLS_export$26: __VLS_WithSlots$25<vue2038.DefineComponent<ColorPickerAreaProps, {}, {}, {}, {}, vue2038.ComponentOptionsMixin, vue2038.ComponentOptionsMixin, {}, string, vue2038.PublicProps, Readonly<ColorPickerAreaProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2038.ComponentProvideOptions, false, {}, any>, {
|
|
59
59
|
default?: (props: {}) => any;
|
|
60
60
|
}>;
|
|
61
61
|
type __VLS_WithSlots$25<T, S> = T & {
|
|
@@ -72,7 +72,7 @@ interface ColorPickerChannelInputProps extends ColorPickerChannelInputBaseProps,
|
|
|
72
72
|
*/
|
|
73
73
|
InputHTMLAttributes {}
|
|
74
74
|
declare const _default$3: typeof __VLS_export$25;
|
|
75
|
-
declare const __VLS_export$25: __VLS_WithSlots$24<
|
|
75
|
+
declare const __VLS_export$25: __VLS_WithSlots$24<vue2038.DefineComponent<ColorPickerChannelInputProps, {}, {}, {}, {}, vue2038.ComponentOptionsMixin, vue2038.ComponentOptionsMixin, {}, string, vue2038.PublicProps, Readonly<ColorPickerChannelInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2038.ComponentProvideOptions, false, {}, any>, {
|
|
76
76
|
default?: (props: {}) => any;
|
|
77
77
|
}>;
|
|
78
78
|
type __VLS_WithSlots$24<T, S> = T & {
|
|
@@ -89,7 +89,7 @@ interface ColorPickerChannelSliderLabelProps extends ColorPickerChannelSliderLab
|
|
|
89
89
|
*/
|
|
90
90
|
HTMLAttributes {}
|
|
91
91
|
declare const _default$5: typeof __VLS_export$24;
|
|
92
|
-
declare const __VLS_export$24: __VLS_WithSlots$23<
|
|
92
|
+
declare const __VLS_export$24: __VLS_WithSlots$23<vue2038.DefineComponent<ColorPickerChannelSliderLabelProps, {}, {}, {}, {}, vue2038.ComponentOptionsMixin, vue2038.ComponentOptionsMixin, {}, string, vue2038.PublicProps, Readonly<ColorPickerChannelSliderLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2038.ComponentProvideOptions, false, {}, any>, {
|
|
93
93
|
default?: (props: {}) => any;
|
|
94
94
|
}>;
|
|
95
95
|
type __VLS_WithSlots$23<T, S> = T & {
|
|
@@ -106,7 +106,7 @@ interface ColorPickerChannelSliderThumbProps extends ColorPickerChannelSliderThu
|
|
|
106
106
|
*/
|
|
107
107
|
HTMLAttributes {}
|
|
108
108
|
declare const _default$6: typeof __VLS_export$23;
|
|
109
|
-
declare const __VLS_export$23: __VLS_WithSlots$22<
|
|
109
|
+
declare const __VLS_export$23: __VLS_WithSlots$22<vue2038.DefineComponent<ColorPickerChannelSliderThumbProps, {}, {}, {}, {}, vue2038.ComponentOptionsMixin, vue2038.ComponentOptionsMixin, {}, string, vue2038.PublicProps, Readonly<ColorPickerChannelSliderThumbProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2038.ComponentProvideOptions, false, {}, any>, {
|
|
110
110
|
default?: (props: {}) => any;
|
|
111
111
|
}>;
|
|
112
112
|
type __VLS_WithSlots$22<T, S> = T & {
|
|
@@ -123,7 +123,7 @@ interface ColorPickerChannelSliderTrackProps extends ColorPickerChannelSliderTra
|
|
|
123
123
|
*/
|
|
124
124
|
HTMLAttributes {}
|
|
125
125
|
declare const _default$7: typeof __VLS_export$22;
|
|
126
|
-
declare const __VLS_export$22: __VLS_WithSlots$21<
|
|
126
|
+
declare const __VLS_export$22: __VLS_WithSlots$21<vue2038.DefineComponent<ColorPickerChannelSliderTrackProps, {}, {}, {}, {}, vue2038.ComponentOptionsMixin, vue2038.ComponentOptionsMixin, {}, string, vue2038.PublicProps, Readonly<ColorPickerChannelSliderTrackProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2038.ComponentProvideOptions, false, {}, any>, {
|
|
127
127
|
default?: (props: {}) => any;
|
|
128
128
|
}>;
|
|
129
129
|
type __VLS_WithSlots$21<T, S> = T & {
|
|
@@ -140,7 +140,7 @@ interface ColorPickerChannelSliderValueTextProps extends ColorPickerChannelSlide
|
|
|
140
140
|
*/
|
|
141
141
|
HTMLAttributes {}
|
|
142
142
|
declare const _default$8: typeof __VLS_export$21;
|
|
143
|
-
declare const __VLS_export$21: __VLS_WithSlots$20<
|
|
143
|
+
declare const __VLS_export$21: __VLS_WithSlots$20<vue2038.DefineComponent<ColorPickerChannelSliderValueTextProps, {}, {}, {}, {}, vue2038.ComponentOptionsMixin, vue2038.ComponentOptionsMixin, {}, string, vue2038.PublicProps, Readonly<ColorPickerChannelSliderValueTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2038.ComponentProvideOptions, false, {}, any>, __VLS_Slots>;
|
|
144
144
|
type __VLS_WithSlots$20<T, S> = T & {
|
|
145
145
|
new (): {
|
|
146
146
|
$slots: S;
|
|
@@ -155,7 +155,7 @@ interface ColorPickerChannelSliderProps extends ColorPickerChannelSliderBaseProp
|
|
|
155
155
|
*/
|
|
156
156
|
HTMLAttributes {}
|
|
157
157
|
declare const _default$4: typeof __VLS_export$20;
|
|
158
|
-
declare const __VLS_export$20: __VLS_WithSlots$19<
|
|
158
|
+
declare const __VLS_export$20: __VLS_WithSlots$19<vue2038.DefineComponent<ColorPickerChannelSliderProps, {}, {}, {}, {}, vue2038.ComponentOptionsMixin, vue2038.ComponentOptionsMixin, {}, string, vue2038.PublicProps, Readonly<ColorPickerChannelSliderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2038.ComponentProvideOptions, false, {}, any>, {
|
|
159
159
|
default?: (props: {}) => any;
|
|
160
160
|
}>;
|
|
161
161
|
type __VLS_WithSlots$19<T, S> = T & {
|
|
@@ -172,7 +172,7 @@ interface ColorPickerContentProps extends ColorPickerContentBaseProps,
|
|
|
172
172
|
*/
|
|
173
173
|
HTMLAttributes {}
|
|
174
174
|
declare const _default$9: typeof __VLS_export$19;
|
|
175
|
-
declare const __VLS_export$19: __VLS_WithSlots$18<
|
|
175
|
+
declare const __VLS_export$19: __VLS_WithSlots$18<vue2038.DefineComponent<ColorPickerContentProps, {}, {}, {}, {}, vue2038.ComponentOptionsMixin, vue2038.ComponentOptionsMixin, {}, string, vue2038.PublicProps, Readonly<ColorPickerContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2038.ComponentProvideOptions, false, {}, any>, {
|
|
176
176
|
default?: (props: {}) => any;
|
|
177
177
|
}>;
|
|
178
178
|
type __VLS_WithSlots$18<T, S> = T & {
|
|
@@ -247,7 +247,7 @@ interface ColorPickerContextProps extends SlotsType<{
|
|
|
247
247
|
default: UnwrapRef<UseColorPickerContext>;
|
|
248
248
|
}> {}
|
|
249
249
|
declare const _default$10: typeof __VLS_export$18;
|
|
250
|
-
declare const __VLS_export$18: __VLS_WithSlots$17<
|
|
250
|
+
declare const __VLS_export$18: __VLS_WithSlots$17<vue2038.DefineComponent<{}, {}, {}, {}, {}, vue2038.ComponentOptionsMixin, vue2038.ComponentOptionsMixin, {}, string, vue2038.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue2038.ComponentProvideOptions, true, {}, any>, {
|
|
251
251
|
default(colorPicker: UnwrapRef<UseColorPickerContext>): unknown;
|
|
252
252
|
}>;
|
|
253
253
|
type __VLS_WithSlots$17<T, S> = T & {
|
|
@@ -264,7 +264,7 @@ interface ColorPickerControlProps extends ColorPickerControlBaseProps,
|
|
|
264
264
|
*/
|
|
265
265
|
HTMLAttributes {}
|
|
266
266
|
declare const _default$11: typeof __VLS_export$17;
|
|
267
|
-
declare const __VLS_export$17: __VLS_WithSlots$16<
|
|
267
|
+
declare const __VLS_export$17: __VLS_WithSlots$16<vue2038.DefineComponent<ColorPickerControlProps, {}, {}, {}, {}, vue2038.ComponentOptionsMixin, vue2038.ComponentOptionsMixin, {}, string, vue2038.PublicProps, Readonly<ColorPickerControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2038.ComponentProvideOptions, false, {}, any>, {
|
|
268
268
|
default?: (props: {}) => any;
|
|
269
269
|
}>;
|
|
270
270
|
type __VLS_WithSlots$16<T, S> = T & {
|
|
@@ -281,7 +281,7 @@ interface ColorPickerEyeDropperTriggerProps extends ColorPickerEyeDropperTrigger
|
|
|
281
281
|
*/
|
|
282
282
|
ButtonHTMLAttributes {}
|
|
283
283
|
declare const _default$12: typeof __VLS_export$16;
|
|
284
|
-
declare const __VLS_export$16: __VLS_WithSlots$15<
|
|
284
|
+
declare const __VLS_export$16: __VLS_WithSlots$15<vue2038.DefineComponent<ColorPickerEyeDropperTriggerProps, {}, {}, {}, {}, vue2038.ComponentOptionsMixin, vue2038.ComponentOptionsMixin, {}, string, vue2038.PublicProps, Readonly<ColorPickerEyeDropperTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2038.ComponentProvideOptions, false, {}, any>, {
|
|
285
285
|
default?: (props: {}) => any;
|
|
286
286
|
}>;
|
|
287
287
|
type __VLS_WithSlots$15<T, S> = T & {
|
|
@@ -298,7 +298,7 @@ interface ColorPickerFormatSelectProps extends ColorPickerFormatSelectBaseProps,
|
|
|
298
298
|
*/
|
|
299
299
|
SelectHTMLAttributes {}
|
|
300
300
|
declare const _default$13: typeof __VLS_export$15;
|
|
301
|
-
declare const __VLS_export$15:
|
|
301
|
+
declare const __VLS_export$15: vue2038.DefineComponent<ColorPickerFormatSelectProps, {}, {}, {}, {}, vue2038.ComponentOptionsMixin, vue2038.ComponentOptionsMixin, {}, string, vue2038.PublicProps, Readonly<ColorPickerFormatSelectProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2038.ComponentProvideOptions, false, {}, any>;
|
|
302
302
|
//#endregion
|
|
303
303
|
//#region src/components/color-picker/color-picker-format-trigger.vue.d.ts
|
|
304
304
|
interface ColorPickerFormatTriggerBaseProps extends PolymorphicProps {}
|
|
@@ -308,7 +308,7 @@ interface ColorPickerFormatTriggerProps extends ColorPickerFormatTriggerBaseProp
|
|
|
308
308
|
*/
|
|
309
309
|
ButtonHTMLAttributes {}
|
|
310
310
|
declare const _default$14: typeof __VLS_export$14;
|
|
311
|
-
declare const __VLS_export$14: __VLS_WithSlots$14<
|
|
311
|
+
declare const __VLS_export$14: __VLS_WithSlots$14<vue2038.DefineComponent<ColorPickerFormatTriggerProps, {}, {}, {}, {}, vue2038.ComponentOptionsMixin, vue2038.ComponentOptionsMixin, {}, string, vue2038.PublicProps, Readonly<ColorPickerFormatTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2038.ComponentProvideOptions, false, {}, any>, {
|
|
312
312
|
default?: (props: {}) => any;
|
|
313
313
|
}>;
|
|
314
314
|
type __VLS_WithSlots$14<T, S> = T & {
|
|
@@ -325,7 +325,7 @@ interface ColorPickerHiddenInputProps extends ColorPickerHiddenInputBaseProps,
|
|
|
325
325
|
*/
|
|
326
326
|
InputHTMLAttributes {}
|
|
327
327
|
declare const _default$15: typeof __VLS_export$13;
|
|
328
|
-
declare const __VLS_export$13: __VLS_WithSlots$13<
|
|
328
|
+
declare const __VLS_export$13: __VLS_WithSlots$13<vue2038.DefineComponent<ColorPickerHiddenInputProps, {}, {}, {}, {}, vue2038.ComponentOptionsMixin, vue2038.ComponentOptionsMixin, {}, string, vue2038.PublicProps, Readonly<ColorPickerHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2038.ComponentProvideOptions, false, {}, any>, {
|
|
329
329
|
default?: (props: {}) => any;
|
|
330
330
|
}>;
|
|
331
331
|
type __VLS_WithSlots$13<T, S> = T & {
|
|
@@ -342,7 +342,7 @@ interface ColorPickerLabelProps extends ColorPickerLabelBaseProps,
|
|
|
342
342
|
*/
|
|
343
343
|
LabelHTMLAttributes {}
|
|
344
344
|
declare const _default$16: typeof __VLS_export$12;
|
|
345
|
-
declare const __VLS_export$12: __VLS_WithSlots$12<
|
|
345
|
+
declare const __VLS_export$12: __VLS_WithSlots$12<vue2038.DefineComponent<ColorPickerLabelProps, {}, {}, {}, {}, vue2038.ComponentOptionsMixin, vue2038.ComponentOptionsMixin, {}, string, vue2038.PublicProps, Readonly<ColorPickerLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2038.ComponentProvideOptions, false, {}, any>, {
|
|
346
346
|
default?: (props: {}) => any;
|
|
347
347
|
}>;
|
|
348
348
|
type __VLS_WithSlots$12<T, S> = T & {
|
|
@@ -359,7 +359,7 @@ interface ColorPickerPositionerProps extends ColorPickerPositionerBaseProps,
|
|
|
359
359
|
*/
|
|
360
360
|
HTMLAttributes {}
|
|
361
361
|
declare const _default$17: typeof __VLS_export$11;
|
|
362
|
-
declare const __VLS_export$11: __VLS_WithSlots$11<
|
|
362
|
+
declare const __VLS_export$11: __VLS_WithSlots$11<vue2038.DefineComponent<ColorPickerPositionerProps, {}, {}, {}, {}, vue2038.ComponentOptionsMixin, vue2038.ComponentOptionsMixin, {}, string, vue2038.PublicProps, Readonly<ColorPickerPositionerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2038.ComponentProvideOptions, false, {}, any>, {
|
|
363
363
|
default?: (props: {}) => any;
|
|
364
364
|
}>;
|
|
365
365
|
type __VLS_WithSlots$11<T, S> = T & {
|
|
@@ -380,11 +380,11 @@ interface ColorPickerRootProviderProps extends ColorPickerRootProviderBaseProps,
|
|
|
380
380
|
HTMLAttributes {}
|
|
381
381
|
interface ColorPickerRootProviderEmits extends RootEmits$1 {}
|
|
382
382
|
declare const _default$19: typeof __VLS_export$10;
|
|
383
|
-
declare const __VLS_export$10: __VLS_WithSlots$10<
|
|
383
|
+
declare const __VLS_export$10: __VLS_WithSlots$10<vue2038.DefineComponent<ColorPickerRootProviderProps, {}, {}, {}, {}, vue2038.ComponentOptionsMixin, vue2038.ComponentOptionsMixin, {
|
|
384
384
|
exitComplete: () => any;
|
|
385
|
-
}, string,
|
|
385
|
+
}, string, vue2038.PublicProps, Readonly<ColorPickerRootProviderProps> & Readonly<{
|
|
386
386
|
onExitComplete?: (() => any) | undefined;
|
|
387
|
-
}>, {}, {}, {}, {}, string,
|
|
387
|
+
}>, {}, {}, {}, {}, string, vue2038.ComponentProvideOptions, false, {}, any>, {
|
|
388
388
|
default?: (props: {}) => any;
|
|
389
389
|
}>;
|
|
390
390
|
type __VLS_WithSlots$10<T, S> = T & {
|
|
@@ -402,27 +402,27 @@ interface ColorPickerRootProps extends ColorPickerRootBaseProps,
|
|
|
402
402
|
HTMLAttributes {}
|
|
403
403
|
interface ColorPickerRootEmits extends RootEmits {}
|
|
404
404
|
declare const _default$18: typeof __VLS_export$9;
|
|
405
|
-
declare const __VLS_export$9: __VLS_WithSlots$9<
|
|
405
|
+
declare const __VLS_export$9: __VLS_WithSlots$9<vue2038.DefineComponent<ColorPickerRootProps, {}, {}, {}, {}, vue2038.ComponentOptionsMixin, vue2038.ComponentOptionsMixin, {
|
|
406
406
|
valueChange: (details: colorPicker.ValueChangeDetails) => any;
|
|
407
407
|
"update:modelValue": (value: _sprawlify_primitives_color_utils0.Color) => any;
|
|
408
|
-
exitComplete: () => any;
|
|
409
408
|
openChange: (details: colorPicker.OpenChangeDetails) => any;
|
|
410
409
|
"update:open": (open: boolean) => any;
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
410
|
+
exitComplete: () => any;
|
|
411
|
+
focusOutside: (event: _sprawlify_primitives_machines_dialog51.FocusOutsideEvent) => any;
|
|
412
|
+
interactOutside: (event: _sprawlify_primitives_machines_dialog51.InteractOutsideEvent) => any;
|
|
413
|
+
pointerDownOutside: (event: _sprawlify_primitives_machines_dialog51.PointerDownOutsideEvent) => any;
|
|
414
414
|
valueChangeEnd: (details: colorPicker.ValueChangeDetails) => any;
|
|
415
415
|
formatChange: (details: colorPicker.FormatChangeDetails) => any;
|
|
416
416
|
"update:format": (format: _sprawlify_primitives_color_utils0.ColorFormat) => any;
|
|
417
|
-
}, string,
|
|
417
|
+
}, string, vue2038.PublicProps, Readonly<ColorPickerRootProps> & Readonly<{
|
|
418
418
|
onValueChange?: ((details: colorPicker.ValueChangeDetails) => any) | undefined;
|
|
419
419
|
"onUpdate:modelValue"?: ((value: _sprawlify_primitives_color_utils0.Color) => any) | undefined;
|
|
420
|
-
onExitComplete?: (() => any) | undefined;
|
|
421
420
|
onOpenChange?: ((details: colorPicker.OpenChangeDetails) => any) | undefined;
|
|
422
421
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
422
|
+
onExitComplete?: (() => any) | undefined;
|
|
423
|
+
onFocusOutside?: ((event: _sprawlify_primitives_machines_dialog51.FocusOutsideEvent) => any) | undefined;
|
|
424
|
+
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog51.InteractOutsideEvent) => any) | undefined;
|
|
425
|
+
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_dialog51.PointerDownOutsideEvent) => any) | undefined;
|
|
426
426
|
onValueChangeEnd?: ((details: colorPicker.ValueChangeDetails) => any) | undefined;
|
|
427
427
|
onFormatChange?: ((details: colorPicker.FormatChangeDetails) => any) | undefined;
|
|
428
428
|
"onUpdate:format"?: ((format: _sprawlify_primitives_color_utils0.ColorFormat) => any) | undefined;
|
|
@@ -432,11 +432,11 @@ declare const __VLS_export$9: __VLS_WithSlots$9<vue751.DefineComponent<ColorPick
|
|
|
432
432
|
required: boolean;
|
|
433
433
|
defaultOpen: boolean;
|
|
434
434
|
open: boolean;
|
|
435
|
-
closeOnSelect: boolean;
|
|
436
435
|
invalid: boolean;
|
|
437
436
|
readOnly: boolean;
|
|
437
|
+
closeOnSelect: boolean;
|
|
438
438
|
openAutoFocus: boolean;
|
|
439
|
-
}, {}, {}, {}, string,
|
|
439
|
+
}, {}, {}, {}, string, vue2038.ComponentProvideOptions, false, {}, any>, {
|
|
440
440
|
default?: (props: {}) => any;
|
|
441
441
|
}>;
|
|
442
442
|
type __VLS_WithSlots$9<T, S> = T & {
|
|
@@ -453,7 +453,7 @@ interface ColorPickerSwatchGroupProps extends ColorPickerSwatchGroupBaseProps,
|
|
|
453
453
|
*/
|
|
454
454
|
HTMLAttributes {}
|
|
455
455
|
declare const _default$21: typeof __VLS_export$8;
|
|
456
|
-
declare const __VLS_export$8: __VLS_WithSlots$8<
|
|
456
|
+
declare const __VLS_export$8: __VLS_WithSlots$8<vue2038.DefineComponent<ColorPickerSwatchGroupProps, {}, {}, {}, {}, vue2038.ComponentOptionsMixin, vue2038.ComponentOptionsMixin, {}, string, vue2038.PublicProps, Readonly<ColorPickerSwatchGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2038.ComponentProvideOptions, false, {}, any>, {
|
|
457
457
|
default?: (props: {}) => any;
|
|
458
458
|
}>;
|
|
459
459
|
type __VLS_WithSlots$8<T, S> = T & {
|
|
@@ -470,7 +470,7 @@ interface ColorPickerSwatchIndicatorProps extends ColorPickerSwatchIndicatorBase
|
|
|
470
470
|
*/
|
|
471
471
|
HTMLAttributes {}
|
|
472
472
|
declare const _default$22: typeof __VLS_export$7;
|
|
473
|
-
declare const __VLS_export$7: __VLS_WithSlots$7<
|
|
473
|
+
declare const __VLS_export$7: __VLS_WithSlots$7<vue2038.DefineComponent<ColorPickerSwatchIndicatorProps, {}, {}, {}, {}, vue2038.ComponentOptionsMixin, vue2038.ComponentOptionsMixin, {}, string, vue2038.PublicProps, Readonly<ColorPickerSwatchIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2038.ComponentProvideOptions, false, {}, any>, {
|
|
474
474
|
default?: (props: {}) => any;
|
|
475
475
|
}>;
|
|
476
476
|
type __VLS_WithSlots$7<T, S> = T & {
|
|
@@ -487,7 +487,7 @@ interface ColorPickerSwatchTriggerProps extends ColorPickerSwatchTriggerBaseProp
|
|
|
487
487
|
*/
|
|
488
488
|
Omit<ButtonHTMLAttributes, 'disabled' | 'value'> {}
|
|
489
489
|
declare const _default$23: typeof __VLS_export$6;
|
|
490
|
-
declare const __VLS_export$6: __VLS_WithSlots$6<
|
|
490
|
+
declare const __VLS_export$6: __VLS_WithSlots$6<vue2038.DefineComponent<ColorPickerSwatchTriggerProps, {}, {}, {}, {}, vue2038.ComponentOptionsMixin, vue2038.ComponentOptionsMixin, {}, string, vue2038.PublicProps, Readonly<ColorPickerSwatchTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2038.ComponentProvideOptions, false, {}, any>, {
|
|
491
491
|
default?: (props: {}) => any;
|
|
492
492
|
}>;
|
|
493
493
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -504,7 +504,7 @@ interface ColorPickerSwatchProps extends ColorPickerSwatchBaseProps,
|
|
|
504
504
|
*/
|
|
505
505
|
HTMLAttributes {}
|
|
506
506
|
declare const _default$20: typeof __VLS_export$5;
|
|
507
|
-
declare const __VLS_export$5: __VLS_WithSlots$5<
|
|
507
|
+
declare const __VLS_export$5: __VLS_WithSlots$5<vue2038.DefineComponent<ColorPickerSwatchProps, {}, {}, {}, {}, vue2038.ComponentOptionsMixin, vue2038.ComponentOptionsMixin, {}, string, vue2038.PublicProps, Readonly<ColorPickerSwatchProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2038.ComponentProvideOptions, false, {}, any>, {
|
|
508
508
|
default?: (props: {}) => any;
|
|
509
509
|
}>;
|
|
510
510
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -521,7 +521,7 @@ interface ColorPickerTransparencyGridProps extends ColorPickerTransparencyGridBa
|
|
|
521
521
|
*/
|
|
522
522
|
HTMLAttributes {}
|
|
523
523
|
declare const _default$24: typeof __VLS_export$4;
|
|
524
|
-
declare const __VLS_export$4: __VLS_WithSlots$4<
|
|
524
|
+
declare const __VLS_export$4: __VLS_WithSlots$4<vue2038.DefineComponent<ColorPickerTransparencyGridProps, {}, {}, {}, {}, vue2038.ComponentOptionsMixin, vue2038.ComponentOptionsMixin, {}, string, vue2038.PublicProps, Readonly<ColorPickerTransparencyGridProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2038.ComponentProvideOptions, false, {}, any>, {
|
|
525
525
|
default?: (props: {}) => any;
|
|
526
526
|
}>;
|
|
527
527
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -538,7 +538,7 @@ interface ColorPickerTriggerProps extends ColorPickerTriggerBaseProps,
|
|
|
538
538
|
*/
|
|
539
539
|
ButtonHTMLAttributes {}
|
|
540
540
|
declare const _default$25: typeof __VLS_export$3;
|
|
541
|
-
declare const __VLS_export$3: __VLS_WithSlots$3<
|
|
541
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue2038.DefineComponent<ColorPickerTriggerProps, {}, {}, {}, {}, vue2038.ComponentOptionsMixin, vue2038.ComponentOptionsMixin, {}, string, vue2038.PublicProps, Readonly<ColorPickerTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2038.ComponentProvideOptions, false, {}, any>, {
|
|
542
542
|
default?: (props: {}) => any;
|
|
543
543
|
}>;
|
|
544
544
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -556,7 +556,7 @@ interface ColorPickerValueSwatchProps extends ColorPickerValueSwatchBaseProps,
|
|
|
556
556
|
*/
|
|
557
557
|
HTMLAttributes {}
|
|
558
558
|
declare const _default$26: typeof __VLS_export$2;
|
|
559
|
-
declare const __VLS_export$2: __VLS_WithSlots$2<
|
|
559
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue2038.DefineComponent<ColorPickerValueSwatchBaseProps, {}, {}, {}, {}, vue2038.ComponentOptionsMixin, vue2038.ComponentOptionsMixin, {}, string, vue2038.PublicProps, Readonly<ColorPickerValueSwatchBaseProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2038.ComponentProvideOptions, false, {}, any>, {
|
|
560
560
|
default?: (props: {}) => any;
|
|
561
561
|
}>;
|
|
562
562
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -575,7 +575,7 @@ interface ColorPickerValueTextProps extends ColorPickerValueTextBaseProps,
|
|
|
575
575
|
*/
|
|
576
576
|
HTMLAttributes {}
|
|
577
577
|
declare const _default$27: typeof __VLS_export$1;
|
|
578
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
578
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue2038.DefineComponent<ColorPickerValueTextProps, {}, {}, {}, {}, vue2038.ComponentOptionsMixin, vue2038.ComponentOptionsMixin, {}, string, vue2038.PublicProps, Readonly<ColorPickerValueTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2038.ComponentProvideOptions, false, {}, any>, __VLS_Slots>;
|
|
579
579
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
580
580
|
new (): {
|
|
581
581
|
$slots: S;
|
|
@@ -592,7 +592,7 @@ HTMLAttributes {
|
|
|
592
592
|
format: ColorFormat;
|
|
593
593
|
}
|
|
594
594
|
declare const _default$28: typeof __VLS_export;
|
|
595
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
595
|
+
declare const __VLS_export: __VLS_WithSlots<vue2038.DefineComponent<ColorPickerViewProps, {}, {}, {}, {}, vue2038.ComponentOptionsMixin, vue2038.ComponentOptionsMixin, {}, string, vue2038.PublicProps, Readonly<ColorPickerViewProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2038.ComponentProvideOptions, false, {}, any>, {
|
|
596
596
|
default?: (props: {}) => any;
|
|
597
597
|
}>;
|
|
598
598
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -3,13 +3,13 @@ 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 colorPickerAnatomy } from "../../color-picker-anatomy-
|
|
7
|
-
import "../../field-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-
|
|
6
|
+
import { t as colorPickerAnatomy } from "../../color-picker-anatomy-BFaHjy9O.js";
|
|
7
|
+
import "../../field-anatomy-C90WAETb.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
13
|
import { Fragment, computed, createBlock, createCommentVNode, createElementBlock, createTextVNode, createVNode, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderList, renderSlot, toDisplayString, toValue, unref, useId, useSlots, withCtx } from "vue";
|
|
14
14
|
import * as colorPicker from "@sprawlify/primitives/machines/color-picker";
|
|
15
15
|
import { parse as parseColor } from "@sprawlify/primitives/machines/color-picker";
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { t as PolymorphicProps } from "../../factory-
|
|
2
|
-
import { t as RootEmits$1 } from "../../presence-types-
|
|
3
|
-
import { i as UsePresenceProps } from "../../index-
|
|
4
|
-
import { a as Optional, r as EmitFn$1, t as Assign } from "../../types-
|
|
5
|
-
import { r as PropTypes } from "../../index-
|
|
6
|
-
import { t as RenderStrategyProps } from "../../use-render-strategy-
|
|
7
|
-
import { t as comboboxAnatomy } from "../../combobox-anatomy-
|
|
8
|
-
import { _ as CollectionItem, b as createListCollection, i as UseListCollectionProps, o as useListCollection, y as ListCollection } from "../../index-
|
|
9
|
-
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 { i as UsePresenceProps } from "../../index-CjibFYf6.js";
|
|
4
|
+
import { a as Optional, r as EmitFn$1, t as Assign } from "../../types-D49hIhzQ.js";
|
|
5
|
+
import { r as PropTypes } from "../../index-C2XO6Bu5.js";
|
|
6
|
+
import { t as RenderStrategyProps } from "../../use-render-strategy-D82Q7KQ3.js";
|
|
7
|
+
import { t as comboboxAnatomy } from "../../combobox-anatomy-IMlD0ohP.js";
|
|
8
|
+
import { _ as CollectionItem, b as createListCollection, i as UseListCollectionProps, o as useListCollection, y as ListCollection } from "../../index-pShXx5Uh.js";
|
|
9
|
+
import * as vue1988 from "vue";
|
|
10
10
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
11
|
-
import * as
|
|
11
|
+
import * as _sprawlify_primitives_machines_dialog37 from "@sprawlify/primitives/machines/dialog";
|
|
12
12
|
import * as combobox from "@sprawlify/primitives/machines/combobox";
|
|
13
13
|
import { FocusOutsideEvent, FocusOutsideEvent as ComboboxFocusOutsideEvent, HighlightChangeDetails, HighlightChangeDetails as ComboboxHighlightChangeDetails, InputValueChangeDetails, InputValueChangeDetails as ComboboxInputValueChangeDetails, InteractOutsideEvent, InteractOutsideEvent as ComboboxInteractOutsideEvent, ItemGroupProps, ItemProps, ItemState, OpenChangeDetails, OpenChangeDetails as ComboboxOpenChangeDetails, PointerDownOutsideEvent, PointerDownOutsideEvent as ComboboxPointerDownOutsideEvent, SelectionDetails, SelectionDetails as ComboboxSelectionDetails, TriggerProps, ValueChangeDetails, ValueChangeDetails as ComboboxValueChangeDetails } from "@sprawlify/primitives/machines/combobox";
|
|
14
14
|
|
|
@@ -20,7 +20,7 @@ interface ComboboxClearTriggerProps extends ComboboxClearTriggerBaseProps,
|
|
|
20
20
|
*/
|
|
21
21
|
ButtonHTMLAttributes {}
|
|
22
22
|
declare const _default: typeof __VLS_export$17;
|
|
23
|
-
declare const __VLS_export$17: __VLS_WithSlots$15<
|
|
23
|
+
declare const __VLS_export$17: __VLS_WithSlots$15<vue1988.DefineComponent<ComboboxClearTriggerProps, {}, {}, {}, {}, vue1988.ComponentOptionsMixin, vue1988.ComponentOptionsMixin, {}, string, vue1988.PublicProps, Readonly<ComboboxClearTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1988.ComponentProvideOptions, false, {}, any>, {
|
|
24
24
|
default?: (props: {}) => any;
|
|
25
25
|
}>;
|
|
26
26
|
type __VLS_WithSlots$15<T, S> = T & {
|
|
@@ -37,7 +37,7 @@ interface ComboboxContentProps extends ComboboxContentBaseProps,
|
|
|
37
37
|
*/
|
|
38
38
|
HTMLAttributes {}
|
|
39
39
|
declare const _default$1: typeof __VLS_export$16;
|
|
40
|
-
declare const __VLS_export$16: __VLS_WithSlots$14<
|
|
40
|
+
declare const __VLS_export$16: __VLS_WithSlots$14<vue1988.DefineComponent<ComboboxContentProps, {}, {}, {}, {}, vue1988.ComponentOptionsMixin, vue1988.ComponentOptionsMixin, {}, string, vue1988.PublicProps, Readonly<ComboboxContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1988.ComponentProvideOptions, false, {}, any>, {
|
|
41
41
|
default?: (props: {}) => any;
|
|
42
42
|
}>;
|
|
43
43
|
type __VLS_WithSlots$14<T, S> = T & {
|
|
@@ -54,7 +54,7 @@ interface ComboboxEmptyProps extends ComboboxEmptyBaseProps,
|
|
|
54
54
|
*/
|
|
55
55
|
HTMLAttributes {}
|
|
56
56
|
declare const _default$4: typeof __VLS_export$15;
|
|
57
|
-
declare const __VLS_export$15: __VLS_WithSlots$13<
|
|
57
|
+
declare const __VLS_export$15: __VLS_WithSlots$13<vue1988.DefineComponent<ComboboxEmptyProps, {}, {}, {}, {}, vue1988.ComponentOptionsMixin, vue1988.ComponentOptionsMixin, {}, string, vue1988.PublicProps, Readonly<ComboboxEmptyProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1988.ComponentProvideOptions, false, {}, any>, {
|
|
58
58
|
default?: (props: {}) => any;
|
|
59
59
|
}>;
|
|
60
60
|
type __VLS_WithSlots$13<T, S> = T & {
|
|
@@ -71,7 +71,7 @@ interface ComboboxControlProps extends ComboboxControlBaseProps,
|
|
|
71
71
|
*/
|
|
72
72
|
HTMLAttributes {}
|
|
73
73
|
declare const _default$3: typeof __VLS_export$14;
|
|
74
|
-
declare const __VLS_export$14: __VLS_WithSlots$12<
|
|
74
|
+
declare const __VLS_export$14: __VLS_WithSlots$12<vue1988.DefineComponent<ComboboxControlProps, {}, {}, {}, {}, vue1988.ComponentOptionsMixin, vue1988.ComponentOptionsMixin, {}, string, vue1988.PublicProps, Readonly<ComboboxControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1988.ComponentProvideOptions, false, {}, any>, {
|
|
75
75
|
default?: (props: {}) => any;
|
|
76
76
|
}>;
|
|
77
77
|
type __VLS_WithSlots$12<T, S> = T & {
|
|
@@ -88,7 +88,7 @@ interface ComboboxInputProps extends ComboboxInputBaseProps,
|
|
|
88
88
|
*/
|
|
89
89
|
InputHTMLAttributes {}
|
|
90
90
|
declare const _default$5: typeof __VLS_export$13;
|
|
91
|
-
declare const __VLS_export$13: __VLS_WithSlots$11<
|
|
91
|
+
declare const __VLS_export$13: __VLS_WithSlots$11<vue1988.DefineComponent<ComboboxInputProps, {}, {}, {}, {}, vue1988.ComponentOptionsMixin, vue1988.ComponentOptionsMixin, {}, string, vue1988.PublicProps, Readonly<ComboboxInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1988.ComponentProvideOptions, false, {}, any>, {
|
|
92
92
|
default?: (props: {}) => any;
|
|
93
93
|
}>;
|
|
94
94
|
type __VLS_WithSlots$11<T, S> = T & {
|
|
@@ -105,7 +105,7 @@ interface ComboboxItemContextProps extends SlotsType<{
|
|
|
105
105
|
default: UnwrapRef<UseComboboxItemContext>;
|
|
106
106
|
}> {}
|
|
107
107
|
declare const _default$7: typeof __VLS_export$12;
|
|
108
|
-
declare const __VLS_export$12: __VLS_WithSlots$10<
|
|
108
|
+
declare const __VLS_export$12: __VLS_WithSlots$10<vue1988.DefineComponent<{}, {}, {}, {}, {}, vue1988.ComponentOptionsMixin, vue1988.ComponentOptionsMixin, {}, string, vue1988.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1988.ComponentProvideOptions, true, {}, any>, {
|
|
109
109
|
default(combobox: UnwrapRef<UseComboboxItemContext>): unknown;
|
|
110
110
|
}>;
|
|
111
111
|
type __VLS_WithSlots$10<T, S> = T & {
|
|
@@ -122,7 +122,7 @@ interface ComboboxItemGroupLabelProps extends ComboboxItemGroupLabelBaseProps,
|
|
|
122
122
|
*/
|
|
123
123
|
HTMLAttributes {}
|
|
124
124
|
declare const _default$9: typeof __VLS_export$11;
|
|
125
|
-
declare const __VLS_export$11: __VLS_WithSlots$9<
|
|
125
|
+
declare const __VLS_export$11: __VLS_WithSlots$9<vue1988.DefineComponent<ComboboxItemGroupLabelProps, {}, {}, {}, {}, vue1988.ComponentOptionsMixin, vue1988.ComponentOptionsMixin, {}, string, vue1988.PublicProps, Readonly<ComboboxItemGroupLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1988.ComponentProvideOptions, false, {}, any>, {
|
|
126
126
|
default?: (props: {}) => any;
|
|
127
127
|
}>;
|
|
128
128
|
type __VLS_WithSlots$9<T, S> = T & {
|
|
@@ -139,7 +139,7 @@ interface ComboboxItemGroupProps extends ComboboxItemGroupBaseProps,
|
|
|
139
139
|
*/
|
|
140
140
|
HTMLAttributes {}
|
|
141
141
|
declare const _default$8: typeof __VLS_export$10;
|
|
142
|
-
declare const __VLS_export$10: __VLS_WithSlots$8<
|
|
142
|
+
declare const __VLS_export$10: __VLS_WithSlots$8<vue1988.DefineComponent<ComboboxItemGroupProps, {}, {}, {}, {}, vue1988.ComponentOptionsMixin, vue1988.ComponentOptionsMixin, {}, string, vue1988.PublicProps, Readonly<ComboboxItemGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1988.ComponentProvideOptions, false, {}, any>, {
|
|
143
143
|
default?: (props: {}) => any;
|
|
144
144
|
}>;
|
|
145
145
|
type __VLS_WithSlots$8<T, S> = T & {
|
|
@@ -156,7 +156,7 @@ interface ComboboxItemIndicatorProps extends ComboboxItemIndicatorBaseProps,
|
|
|
156
156
|
*/
|
|
157
157
|
HTMLAttributes {}
|
|
158
158
|
declare const _default$10: typeof __VLS_export$9;
|
|
159
|
-
declare const __VLS_export$9: __VLS_WithSlots$7<
|
|
159
|
+
declare const __VLS_export$9: __VLS_WithSlots$7<vue1988.DefineComponent<ComboboxItemIndicatorProps, {}, {}, {}, {}, vue1988.ComponentOptionsMixin, vue1988.ComponentOptionsMixin, {}, string, vue1988.PublicProps, Readonly<ComboboxItemIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1988.ComponentProvideOptions, false, {}, any>, {
|
|
160
160
|
default?: (props: {}) => any;
|
|
161
161
|
}>;
|
|
162
162
|
type __VLS_WithSlots$7<T, S> = T & {
|
|
@@ -173,7 +173,7 @@ interface ComboboxItemTextProps extends ComboboxItemTextBaseProps,
|
|
|
173
173
|
*/
|
|
174
174
|
HTMLAttributes {}
|
|
175
175
|
declare const _default$11: typeof __VLS_export$8;
|
|
176
|
-
declare const __VLS_export$8: __VLS_WithSlots$6<
|
|
176
|
+
declare const __VLS_export$8: __VLS_WithSlots$6<vue1988.DefineComponent<ComboboxItemTextProps, {}, {}, {}, {}, vue1988.ComponentOptionsMixin, vue1988.ComponentOptionsMixin, {}, string, vue1988.PublicProps, Readonly<ComboboxItemTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1988.ComponentProvideOptions, false, {}, any>, {
|
|
177
177
|
default?: (props: {}) => any;
|
|
178
178
|
}>;
|
|
179
179
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -190,7 +190,7 @@ interface ComboboxItemProps extends ComboboxItemBaseProps,
|
|
|
190
190
|
*/
|
|
191
191
|
HTMLAttributes {}
|
|
192
192
|
declare const _default$6: typeof __VLS_export$7;
|
|
193
|
-
declare const __VLS_export$7: __VLS_WithSlots$5<
|
|
193
|
+
declare const __VLS_export$7: __VLS_WithSlots$5<vue1988.DefineComponent<ComboboxItemProps, {}, {}, {}, {}, vue1988.ComponentOptionsMixin, vue1988.ComponentOptionsMixin, {}, string, vue1988.PublicProps, Readonly<ComboboxItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1988.ComponentProvideOptions, false, {}, any>, {
|
|
194
194
|
default?: (props: {}) => any;
|
|
195
195
|
}>;
|
|
196
196
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -207,7 +207,7 @@ interface ComboboxLabelProps extends ComboboxLabelBaseProps,
|
|
|
207
207
|
*/
|
|
208
208
|
LabelHTMLAttributes {}
|
|
209
209
|
declare const _default$12: typeof __VLS_export$6;
|
|
210
|
-
declare const __VLS_export$6: __VLS_WithSlots$4<
|
|
210
|
+
declare const __VLS_export$6: __VLS_WithSlots$4<vue1988.DefineComponent<ComboboxLabelProps, {}, {}, {}, {}, vue1988.ComponentOptionsMixin, vue1988.ComponentOptionsMixin, {}, string, vue1988.PublicProps, Readonly<ComboboxLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1988.ComponentProvideOptions, false, {}, any>, {
|
|
211
211
|
default?: (props: {}) => any;
|
|
212
212
|
}>;
|
|
213
213
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -224,7 +224,7 @@ interface ComboboxListProps extends ComboboxListBaseProps,
|
|
|
224
224
|
*/
|
|
225
225
|
HTMLAttributes {}
|
|
226
226
|
declare const _default$13: typeof __VLS_export$5;
|
|
227
|
-
declare const __VLS_export$5: __VLS_WithSlots$3<
|
|
227
|
+
declare const __VLS_export$5: __VLS_WithSlots$3<vue1988.DefineComponent<ComboboxListProps, {}, {}, {}, {}, vue1988.ComponentOptionsMixin, vue1988.ComponentOptionsMixin, {}, string, vue1988.PublicProps, Readonly<ComboboxListProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1988.ComponentProvideOptions, false, {}, any>, {
|
|
228
228
|
default?: (props: {}) => any;
|
|
229
229
|
}>;
|
|
230
230
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -241,7 +241,7 @@ interface ComboboxPositionerProps extends ComboboxPositionerBaseProps,
|
|
|
241
241
|
*/
|
|
242
242
|
HTMLAttributes {}
|
|
243
243
|
declare const _default$14: typeof __VLS_export$4;
|
|
244
|
-
declare const __VLS_export$4: __VLS_WithSlots$2<
|
|
244
|
+
declare const __VLS_export$4: __VLS_WithSlots$2<vue1988.DefineComponent<ComboboxPositionerProps, {}, {}, {}, {}, vue1988.ComponentOptionsMixin, vue1988.ComponentOptionsMixin, {}, string, vue1988.PublicProps, Readonly<ComboboxPositionerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1988.ComponentProvideOptions, false, {}, any>, {
|
|
245
245
|
default?: (props: {}) => any;
|
|
246
246
|
}>;
|
|
247
247
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -264,7 +264,7 @@ type ComboboxRootProviderComponent<P = {}> = <T extends CollectionItem>(props: A
|
|
|
264
264
|
interface ComboboxRootProviderEmits extends RootEmits$1 {}
|
|
265
265
|
declare const _default$16: typeof __VLS_export$3;
|
|
266
266
|
declare const __VLS_export$3: <T extends CollectionItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$1<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
267
|
-
props:
|
|
267
|
+
props: vue1988.PublicProps & __VLS_PrettifyLocal$1<ComboboxRootProviderProps<T> & {
|
|
268
268
|
onExitComplete?: (() => any) | undefined;
|
|
269
269
|
}> & (typeof globalThis extends {
|
|
270
270
|
__VLS_PROPS_FALLBACK: infer P;
|
|
@@ -275,7 +275,7 @@ declare const __VLS_export$3: <T extends CollectionItem>(__VLS_props: NonNullabl
|
|
|
275
275
|
default?: (props: {}) => any;
|
|
276
276
|
};
|
|
277
277
|
emit: (evt: "exitComplete") => void;
|
|
278
|
-
}>) =>
|
|
278
|
+
}>) => vue1988.VNode & {
|
|
279
279
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
280
280
|
};
|
|
281
281
|
type __VLS_PrettifyLocal$1<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
@@ -534,23 +534,23 @@ type ComboboxRootComponentProps<T extends CollectionItem = CollectionItem, P = {
|
|
|
534
534
|
type ComboboxRootComponent<P = {}> = <T extends CollectionItem>(props: ComboboxRootComponentProps<T, P>) => any;
|
|
535
535
|
declare const _default$15: typeof __VLS_export$2;
|
|
536
536
|
declare const __VLS_export$2: <T extends CollectionItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
537
|
-
props:
|
|
537
|
+
props: vue1988.PublicProps & __VLS_PrettifyLocal<ComboboxRootProps<T> & {
|
|
538
538
|
onSelect?: ((details: {
|
|
539
539
|
value: string[];
|
|
540
540
|
itemValue: string;
|
|
541
541
|
}) => any) | undefined;
|
|
542
542
|
onValueChange?: ((details: combobox.ValueChangeDetails<T>) => any) | undefined;
|
|
543
543
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
544
|
-
onExitComplete?: (() => any) | undefined;
|
|
545
544
|
onOpenChange?: ((details: combobox.OpenChangeDetails) => any) | undefined;
|
|
546
545
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
547
|
-
|
|
546
|
+
onExitComplete?: (() => any) | undefined;
|
|
547
|
+
onFocusOutside?: ((event: _sprawlify_primitives_machines_dialog37.FocusOutsideEvent) => any) | undefined;
|
|
548
|
+
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog37.InteractOutsideEvent) => any) | undefined;
|
|
549
|
+
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_dialog37.PointerDownOutsideEvent) => any) | undefined;
|
|
548
550
|
onHighlightChange?: ((details: combobox.HighlightChangeDetails<T>) => any) | undefined;
|
|
549
551
|
onInputValueChange?: ((details: combobox.InputValueChangeDetails) => any) | undefined;
|
|
550
|
-
onInteractOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet1.InteractOutsideEvent) => any) | undefined;
|
|
551
|
-
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet1.PointerDownOutsideEvent) => any) | undefined;
|
|
552
|
-
"onUpdate:highlightedValue"?: ((value: string | null) => any) | undefined;
|
|
553
552
|
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
|
553
|
+
"onUpdate:highlightedValue"?: ((value: string | null) => any) | undefined;
|
|
554
554
|
}> & (typeof globalThis extends {
|
|
555
555
|
__VLS_PROPS_FALLBACK: infer P;
|
|
556
556
|
} ? P : {});
|
|
@@ -562,8 +562,8 @@ declare const __VLS_export$2: <T extends CollectionItem>(__VLS_props: NonNullabl
|
|
|
562
562
|
emit: ((evt: "select", details: {
|
|
563
563
|
value: string[];
|
|
564
564
|
itemValue: string;
|
|
565
|
-
}) => void) & ((evt: "valueChange", details: combobox.ValueChangeDetails<T>) => void) & ((evt: "update:modelValue", value: string[]) => void) & ((evt: "
|
|
566
|
-
}>) =>
|
|
565
|
+
}) => void) & ((evt: "valueChange", details: combobox.ValueChangeDetails<T>) => void) & ((evt: "update:modelValue", value: string[]) => void) & ((evt: "openChange", details: combobox.OpenChangeDetails) => void) & ((evt: "update:open", value: boolean) => void) & ((evt: "exitComplete") => void) & ((evt: "focusOutside", event: _sprawlify_primitives_machines_dialog37.FocusOutsideEvent) => void) & ((evt: "interactOutside", event: _sprawlify_primitives_machines_dialog37.InteractOutsideEvent) => void) & ((evt: "pointerDownOutside", event: _sprawlify_primitives_machines_dialog37.PointerDownOutsideEvent) => void) & ((evt: "highlightChange", details: combobox.HighlightChangeDetails<T>) => void) & ((evt: "inputValueChange", details: combobox.InputValueChangeDetails) => void) & ((evt: "update:inputValue", value: string) => void) & ((evt: "update:highlightedValue", value: string | null) => void);
|
|
566
|
+
}>) => vue1988.VNode & {
|
|
567
567
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
568
568
|
};
|
|
569
569
|
type __VLS_PrettifyLocal<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
@@ -576,7 +576,7 @@ interface ComboboxTriggerProps extends ComboboxTriggerBaseProps,
|
|
|
576
576
|
*/
|
|
577
577
|
ButtonHTMLAttributes {}
|
|
578
578
|
declare const _default$17: typeof __VLS_export$1;
|
|
579
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
579
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue1988.DefineComponent<ComboboxTriggerProps, {}, {}, {}, {}, vue1988.ComponentOptionsMixin, vue1988.ComponentOptionsMixin, {}, string, vue1988.PublicProps, Readonly<ComboboxTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1988.ComponentProvideOptions, false, {}, any>, {
|
|
580
580
|
default?: (props: {}) => any;
|
|
581
581
|
}>;
|
|
582
582
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -603,7 +603,7 @@ interface ComboboxContextProps extends SlotsType<{
|
|
|
603
603
|
default: UnwrapRef<UseComboboxContext>;
|
|
604
604
|
}> {}
|
|
605
605
|
declare const _default$2: typeof __VLS_export;
|
|
606
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
606
|
+
declare const __VLS_export: __VLS_WithSlots<vue1988.DefineComponent<{}, {}, {}, {}, {}, vue1988.ComponentOptionsMixin, vue1988.ComponentOptionsMixin, {}, string, vue1988.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1988.ComponentProvideOptions, true, {}, any>, {
|
|
607
607
|
default(combobox: UnwrapRef<UseComboboxContext>): unknown;
|
|
608
608
|
}>;
|
|
609
609
|
type __VLS_WithSlots<T, S> = T & {
|