@sprawlify/vue 0.0.74 → 0.0.75
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/carousel-anatomy-D1y42Ex5.d.ts +6 -0
- package/dist/checkbox-anatomy-C3nJ17T-.d.ts +6 -0
- package/dist/{collapsible-kw6uns8K.js → collapsible-OXksISO6.js} +1 -1
- package/dist/color-picker-anatomy-Dyp524yB.d.ts +6 -0
- package/dist/{combobox-anatomy-CwdkDJPn.d.ts → combobox-anatomy-pMR3g6v-.d.ts} +1 -1
- package/dist/components/accordion/index.d.ts +17 -17
- package/dist/components/accordion/index.js +4 -4
- package/dist/components/anatomy.d.ts +51 -50
- package/dist/components/anatomy.js +16 -15
- package/dist/components/angle-slider/index.d.ts +17 -17
- package/dist/components/angle-slider/index.js +1 -1
- package/dist/components/avatar/index.d.ts +12 -12
- package/dist/components/avatar/index.js +1 -1
- package/dist/components/bottom-sheet/index.d.ts +23 -23
- package/dist/components/bottom-sheet/index.js +4 -4
- package/dist/components/carousel/index.d.ts +24 -24
- package/dist/components/carousel/index.js +1 -1
- package/dist/components/checkbox/index.d.ts +20 -20
- package/dist/components/checkbox/index.js +3 -3
- package/dist/components/client-only/index.d.ts +2 -2
- package/dist/components/clipboard/index.d.ts +16 -16
- package/dist/components/clipboard/index.js +1 -1
- package/dist/components/collapsible/index.d.ts +14 -14
- package/dist/components/collapsible/index.js +2 -2
- 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 +57 -57
- package/dist/components/color-picker/index.js +4 -4
- package/dist/components/combobox/index.d.ts +35 -36
- package/dist/components/combobox/index.js +5 -5
- package/dist/components/date-picker/index.d.ts +49 -49
- package/dist/components/date-picker/index.js +3 -3
- package/dist/components/dialog/index.d.ts +32 -32
- package/dist/components/dialog/index.js +3 -3
- 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 +26 -26
- package/dist/components/editable/index.js +2 -2
- package/dist/components/field/index.d.ts +23 -23
- package/dist/components/field/index.js +2 -2
- package/dist/components/fieldset/index.d.ts +12 -12
- package/dist/components/fieldset/index.js +2 -2
- package/dist/components/file-upload/index.d.ts +25 -25
- package/dist/components/file-upload/index.js +2 -2
- package/dist/components/floating-panel/index.d.ts +29 -29
- package/dist/components/floating-panel/index.js +2 -2
- package/dist/components/focus-trap/index.d.ts +5 -5
- package/dist/components/focus-trap/index.js +1 -1
- 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 +4 -4
- package/dist/components/hover-card/index.d.ts +26 -26
- package/dist/components/hover-card/index.js +3 -3
- package/dist/components/image-cropper/index.d.ts +15 -15
- package/dist/components/image-cropper/index.js +1 -1
- package/dist/components/json-tree-view/index.d.ts +12 -12
- package/dist/components/json-tree-view/index.js +6 -6
- package/dist/components/listbox/index.d.ts +25 -25
- package/dist/components/listbox/index.js +2 -2
- package/dist/components/marquee/index.d.ts +24 -24
- package/dist/components/marquee/index.js +1 -1
- package/dist/components/menu/index.d.ts +54 -54
- package/dist/components/menu/index.js +3 -3
- package/dist/components/navigation-menu/index.d.ts +21 -21
- package/dist/components/navigation-menu/index.js +3 -3
- package/dist/components/number-input/index.d.ts +17 -17
- package/dist/components/number-input/index.js +2 -2
- package/dist/components/pagination/index.d.ts +18 -18
- package/dist/components/pagination/index.js +1 -1
- package/dist/components/password-input/index.d.ts +25 -25
- package/dist/components/password-input/index.js +2 -2
- package/dist/components/pin-input/index.d.ts +19 -19
- package/dist/components/pin-input/index.js +2 -2
- package/dist/components/popover/index.d.ts +33 -33
- package/dist/components/popover/index.js +3 -3
- 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 +1 -1
- package/dist/components/qr-code/index.d.ts +12 -12
- package/dist/components/qr-code/index.js +1 -1
- package/dist/components/radio-group/index.d.ts +17 -17
- package/dist/components/radio-group/index.js +2 -2
- package/dist/components/rating-group/index.d.ts +16 -16
- package/dist/components/rating-group/index.js +2 -2
- package/dist/components/scroll-area/index.d.ts +13 -13
- package/dist/components/scroll-area/index.js +1 -1
- package/dist/components/segment-group/index.d.ts +17 -17
- package/dist/components/segment-group/index.js +1 -1
- package/dist/components/select/index.d.ts +41 -41
- package/dist/components/select/index.js +5 -5
- package/dist/components/separator/index.d.ts +81 -0
- package/dist/components/separator/index.js +135 -0
- package/dist/components/signature-pad/index.d.ts +16 -16
- package/dist/components/signature-pad/index.js +3 -3
- package/dist/components/slider/index.d.ts +20 -20
- package/dist/components/slider/index.js +2 -2
- package/dist/components/splitter/index.d.ts +15 -15
- package/dist/components/splitter/index.js +2 -2
- package/dist/components/steps/index.d.ts +21 -21
- package/dist/components/steps/index.js +2 -2
- package/dist/components/switch/index.d.ts +15 -15
- package/dist/components/switch/index.js +3 -3
- package/dist/components/tabs/index.d.ts +16 -16
- package/dist/components/tabs/index.js +4 -4
- package/dist/components/tags-input/index.d.ts +36 -36
- package/dist/components/tags-input/index.js +3 -3
- package/dist/components/timer/index.d.ts +15 -15
- package/dist/components/timer/index.js +2 -2
- 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 +2 -2
- package/dist/components/toggle-group/index.d.ts +13 -13
- package/dist/components/toggle-group/index.js +2 -2
- package/dist/components/tooltip/index.d.ts +20 -20
- package/dist/components/tooltip/index.js +4 -4
- package/dist/components/tour/index.d.ts +30 -30
- package/dist/components/tour/index.js +4 -4
- package/dist/components/tree-view/index.d.ts +6 -6
- package/dist/components/tree-view/index.js +6 -6
- package/dist/date-picker-anatomy-Br9ap7TS.d.ts +6 -0
- package/dist/{field-C6iB3Tje.js → field-B_BAnE0z.js} +1 -1
- package/dist/{field-anatomy-meDug-96.d.ts → field-anatomy-loNm9_9u.d.ts} +2 -2
- package/dist/{fieldset-B1bn9yHW.js → fieldset-XmKsNoOC.js} +1 -1
- package/dist/{image-cropper-anatomy-Q-TC-Ntz.d.ts → image-cropper-anatomy-6_a6BSeW.d.ts} +1 -1
- package/dist/{index-_AirUBz0.d.ts → index-C-kA-knN.d.ts} +7 -7
- package/dist/{index-CKLWua9t.d.ts → index-DZ1ummfv.d.ts} +33 -33
- package/dist/{index-DmKzfNVe.d.ts → index-DzrYvQ8H.d.ts} +2 -2
- package/dist/{index-DLfVD7U5.d.ts → index-VvcSzgim.d.ts} +9 -9
- package/dist/index.d.ts +3 -3
- package/dist/listbox-anatomy-ZW3V07FW.d.ts +6 -0
- package/dist/{presence-Byk0B_Vq.js → presence-B50UYKDY.js} +1 -1
- package/dist/{segment-group-anatomy-CNtzx5Yr.d.ts → segment-group-anatomy-DesMk15u.d.ts} +2 -2
- package/dist/separator-anatomy-C9bGchxg.js +3 -0
- package/dist/separator-anatomy-Cyw-DWpB.d.ts +2 -0
- package/dist/toggle-anatomy-C4EVS7GQ.d.ts +6 -0
- package/dist/tour-anatomy-Bc1FNWON.d.ts +6 -0
- package/dist/{tree-view-BBC0paRq.js → tree-view-D0JBQ_ly.js} +4 -4
- package/package.json +2 -2
- package/dist/carousel-anatomy-CP646ljY.d.ts +0 -6
- package/dist/checkbox-anatomy-DGrjF6ri.d.ts +0 -6
- package/dist/color-picker-anatomy-C18pJhHu.d.ts +0 -6
- package/dist/date-picker-anatomy-B3KhAu53.d.ts +0 -6
- package/dist/listbox-anatomy-CHgk_go8.d.ts +0 -6
- package/dist/toggle-anatomy-DFzkjtVR.d.ts +0 -6
- package/dist/tour-anatomy-CgFQsxyi.d.ts +0 -6
- /package/dist/{accordion-anatomy-rCL5aWqn.d.ts → accordion-anatomy-Bxs15n6t.d.ts} +0 -0
- /package/dist/{angle-slider-anatomy-Dx77gXPi.d.ts → angle-slider-anatomy-4JLhdGMa.d.ts} +0 -0
- /package/dist/{avatar-anatomy-DqwdmVib.d.ts → avatar-anatomy-DRst-MIc.d.ts} +0 -0
- /package/dist/{bottom-sheet-anatomy-CATwdEhi.d.ts → bottom-sheet-anatomy-DUXumYfR.d.ts} +0 -0
- /package/dist/{clipboard-anatomy-BtxJPw4p.d.ts → clipboard-anatomy-BOEGNpiY.d.ts} +0 -0
- /package/dist/{collapsible-anatomy-C-2X58M2.d.ts → collapsible-anatomy-DxiuORza.d.ts} +0 -0
- /package/dist/{collection-BHgAE3BH.js → collection-CBh5p7A_.js} +0 -0
- /package/dist/{create-split-props-BQ6yvpdF.js → create-split-props-D8oe6Rby.js} +0 -0
- /package/dist/{dialog-anatomy--8BPzYvc.d.ts → dialog-anatomy-ByMvuBxr.d.ts} +0 -0
- /package/dist/{editable-anatomy-qX6giV4Y.d.ts → editable-anatomy-D7zUtMKW.d.ts} +0 -0
- /package/dist/{factory-D5HMCjkS.d.ts → factory-n7N-L7_o.d.ts} +0 -0
- /package/dist/{factory-DxZQviAU.js → factory-xNPol80p.js} +0 -0
- /package/dist/{fieldset-anatomy-BENizr4L.d.ts → fieldset-anatomy-9h1GFO6X.d.ts} +0 -0
- /package/dist/{file-upload-anatomy-BFGZTW-d.d.ts → file-upload-anatomy-DdLNgaPz.d.ts} +0 -0
- /package/dist/{floating-panel-anatomy-aRL0nEuA.d.ts → floating-panel-anatomy-DwkXF2tr.d.ts} +0 -0
- /package/dist/{hover-card-anatomy-BL8G0P5L.d.ts → hover-card-anatomy-CTX5TEi3.d.ts} +0 -0
- /package/dist/{index-e9UjgIag.d.ts → index-BezmG5AK.d.ts} +0 -0
- /package/dist/{marquee-anatomy-BSMR6X4B.d.ts → marquee-anatomy-CS5BoKG3.d.ts} +0 -0
- /package/dist/{menu-anatomy-2i8La6ak.d.ts → menu-anatomy-DcjSKaK6.d.ts} +0 -0
- /package/dist/{navigation-menu-anatomy-kSlLw4EL.d.ts → navigation-menu-anatomy-bvfS7a-6.d.ts} +0 -0
- /package/dist/{number-input-anatomy-BrKnd1U3.d.ts → number-input-anatomy-BEL1Q-ZK.d.ts} +0 -0
- /package/dist/{pagination-anatomy-NpCn-mYm.d.ts → pagination-anatomy-xc9Fxt__.d.ts} +0 -0
- /package/dist/{password-input-anatomy-BJPXSE6T.d.ts → password-input-anatomy-CQFdYR2z.d.ts} +0 -0
- /package/dist/{pin-input-anatomy-OckZj-cF.d.ts → pin-input-anatomy-nRaqyCV2.d.ts} +0 -0
- /package/dist/{popover-anatomy-Ce31QPso.d.ts → popover-anatomy-Cwp8_2Po.d.ts} +0 -0
- /package/dist/{presence-types-CaUy1bPc.d.ts → presence-types-CC57eEhO.d.ts} +0 -0
- /package/dist/{progress-anatomy-DUD4W7vg.d.ts → progress-anatomy-BubUhrtU.d.ts} +0 -0
- /package/dist/{qr-code-anatomy-Dmh5IV3m.d.ts → qr-code-anatomy-DKYQO_yO.d.ts} +0 -0
- /package/dist/{radio-group-anatomy-CXwS1OoR.d.ts → radio-group-anatomy-CiNL4B5J.d.ts} +0 -0
- /package/dist/{rating-group-anatomy-DMTutKxa.d.ts → rating-group-anatomy-DEi1Omvv.d.ts} +0 -0
- /package/dist/{scroll-area-anatomy-Cxkrq_al.d.ts → scroll-area-anatomy-CefzWgS5.d.ts} +0 -0
- /package/dist/{select-anatomy-Elu3b3Op.d.ts → select-anatomy-BLK5Kq84.d.ts} +0 -0
- /package/dist/{signature-pad-anatomy-Mz3w_i5B.js → signature-pad-anatomy-CoeXwoDo.js} +0 -0
- /package/dist/{signature-pad-anatomy-B-OK1170.d.ts → signature-pad-anatomy-ZbCDnYGZ.d.ts} +0 -0
- /package/dist/{slider-anatomy-Ctfd4geR.d.ts → slider-anatomy-BMTjqedI.d.ts} +0 -0
- /package/dist/{slider-anatomy-3KpCBnz3.js → slider-anatomy-D1MIQawS.js} +0 -0
- /package/dist/{splitter-anatomy-CN7s6WdQ.d.ts → splitter-anatomy-Bb-vdY9S.d.ts} +0 -0
- /package/dist/{splitter-anatomy-D2RNa-hA.js → splitter-anatomy-mbvD9KMw.js} +0 -0
- /package/dist/{steps-anatomy-DrtAi5Mk.d.ts → steps-anatomy-CMM7Zciy.d.ts} +0 -0
- /package/dist/{steps-anatomy-CSfgiyVI.js → steps-anatomy-DL1kFLaW.js} +0 -0
- /package/dist/{switch-anatomy-DDL1v5Fs.js → switch-anatomy-C_MAURJE.js} +0 -0
- /package/dist/{switch-anatomy-Z4qGqnte.d.ts → switch-anatomy-Dmg0RYjh.d.ts} +0 -0
- /package/dist/{tabs-anatomy-BL3YLH_t.d.ts → tabs-anatomy-CgXloO7s.d.ts} +0 -0
- /package/dist/{tabs-anatomy-DlQHg-E8.js → tabs-anatomy-DF_ekPnt.js} +0 -0
- /package/dist/{tags-input-anatomy-AHepxK3s.d.ts → tags-input-anatomy-C0HLrulm.d.ts} +0 -0
- /package/dist/{tags-input-anatomy-DYSi98Bx.js → tags-input-anatomy-Dpn_Smms.js} +0 -0
- /package/dist/{timer-anatomy-C9bTbrUf.js → timer-anatomy-BF3_7vbc.js} +0 -0
- /package/dist/{timer-anatomy-Be-Fa71t.d.ts → timer-anatomy-D0Ey9n_K.d.ts} +0 -0
- /package/dist/{toast-anatomy-CssUp7TT.js → toast-anatomy-BHDNHkvU.js} +0 -0
- /package/dist/{toast-anatomy-_k_zeUjw.d.ts → toast-anatomy-DHifYWal.d.ts} +0 -0
- /package/dist/{toggle-anatomy-D8XJQLnW.js → toggle-anatomy-B79YArNR.js} +0 -0
- /package/dist/{toggle-group-anatomy-L0_56E8r.d.ts → toggle-group-anatomy-BpV0-6Xe.d.ts} +0 -0
- /package/dist/{toggle-group-anatomy-DD8PvB75.js → toggle-group-anatomy-CFLq6ia_.js} +0 -0
- /package/dist/{tooltip-anatomy-jbsTMGov.d.ts → tooltip-anatomy-BlxUQUEe.d.ts} +0 -0
- /package/dist/{tooltip-anatomy-CPw1wOXd.js → tooltip-anatomy-D6lPF-Wq.js} +0 -0
- /package/dist/{tour-anatomy-CDmnjoPR.js → tour-anatomy-Cg6ZDDuV.js} +0 -0
- /package/dist/{tree-view-anatomy-BW_ruJ-g.js → tree-view-anatomy--Ft8ROVn.js} +0 -0
- /package/dist/{tree-view-anatomy-BM2MLpUa.d.ts → tree-view-anatomy-zTRJrcH9.d.ts} +0 -0
- /package/dist/{types-DVbnnQPS.d.ts → types-D_fjXif6.d.ts} +0 -0
- /package/dist/{use-render-strategy-Bx4OiQlo.js → use-render-strategy-3G0_HWbg.js} +0 -0
- /package/dist/{use-render-strategy-DsagWQCm.d.ts → use-render-strategy-CEbMLMD1.d.ts} +0 -0
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as _sprawlify_primitives_anatomy9 from "@sprawlify/primitives/anatomy";
|
|
2
|
+
|
|
3
|
+
//#region src/components/carousel/carousel-anatomy.d.ts
|
|
4
|
+
declare const carouselAnatomy: _sprawlify_primitives_anatomy9.AnatomyInstance<"item" | "itemGroup" | "root" | "control" | "indicator" | "progressText" | "prevTrigger" | "nextTrigger" | "indicatorGroup" | "autoplayTrigger" | "autoplayIndicator">;
|
|
5
|
+
//#endregion
|
|
6
|
+
export { carouselAnatomy as t };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as _sprawlify_primitives_anatomy10 from "@sprawlify/primitives/anatomy";
|
|
2
|
+
|
|
3
|
+
//#region src/components/checkbox/checkbox-anatomy.d.ts
|
|
4
|
+
declare const checkboxAnatomy: _sprawlify_primitives_anatomy10.AnatomyInstance<"label" | "root" | "control" | "group" | "indicator">;
|
|
5
|
+
//#endregion
|
|
6
|
+
export { checkboxAnatomy as t };
|
|
@@ -3,7 +3,7 @@ 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 sprawlify } from "./factory-
|
|
6
|
+
import { t as sprawlify } from "./factory-xNPol80p.js";
|
|
7
7
|
import { t as cleanProps } from "./clean-props-DsGHTEpm.js";
|
|
8
8
|
import { computed, createBlock, createCommentVNode, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, ref, renderSlot, toValue, unref, useId, watch, withCtx } from "vue";
|
|
9
9
|
import * as collapsible from "@sprawlify/primitives/machines/collapsible";
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as _sprawlify_primitives_anatomy11 from "@sprawlify/primitives/anatomy";
|
|
2
|
+
|
|
3
|
+
//#region src/components/color-picker/color-picker-anatomy.d.ts
|
|
4
|
+
declare const colorPickerAnatomy: _sprawlify_primitives_anatomy11.AnatomyInstance<"area" | "label" | "view" | "content" | "positioner" | "trigger" | "root" | "control" | "valueText" | "areaThumb" | "areaBackground" | "channelSlider" | "channelSliderLabel" | "channelSliderTrack" | "channelSliderThumb" | "channelSliderValueText" | "channelInput" | "transparencyGrid" | "swatchGroup" | "swatchTrigger" | "swatchIndicator" | "swatch" | "eyeDropperTrigger" | "formatTrigger" | "formatSelect">;
|
|
5
|
+
//#endregion
|
|
6
|
+
export { colorPickerAnatomy as t };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
|
|
2
2
|
|
|
3
3
|
//#region src/components/combobox/combobox-anatomy.d.ts
|
|
4
|
-
declare const comboboxAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"input" | "label" | "
|
|
4
|
+
declare const comboboxAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"input" | "label" | "list" | "item" | "content" | "itemGroup" | "itemGroupLabel" | "itemIndicator" | "itemText" | "positioner" | "trigger" | "root" | "control" | "clearTrigger" | "empty">;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { comboboxAnatomy as t };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { t as PolymorphicProps } from "../../factory-
|
|
2
|
-
import { i as UsePresenceProps } from "../../index-
|
|
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 accordionAnatomy } from "../../accordion-anatomy-
|
|
7
|
-
import * as
|
|
1
|
+
import { t as PolymorphicProps } from "../../factory-n7N-L7_o.js";
|
|
2
|
+
import { i as UsePresenceProps } from "../../index-VvcSzgim.js";
|
|
3
|
+
import { a as Optional, r as EmitFn$1 } from "../../types-D_fjXif6.js";
|
|
4
|
+
import { r as PropTypes } from "../../index-DzrYvQ8H.js";
|
|
5
|
+
import { t as RenderStrategyProps } from "../../use-render-strategy-CEbMLMD1.js";
|
|
6
|
+
import { t as accordionAnatomy } from "../../accordion-anatomy-Bxs15n6t.js";
|
|
7
|
+
import * as vue741 from "vue";
|
|
8
8
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
9
9
|
import * as accordion from "@sprawlify/primitives/machines/accordion";
|
|
10
10
|
import { FocusChangeDetails, FocusChangeDetails as AccordionFocusChangeDetails, ItemProps, ItemState, ValueChangeDetails, ValueChangeDetails as AccordionValueChangeDetails } from "@sprawlify/primitives/machines/accordion";
|
|
@@ -46,7 +46,7 @@ interface AccordionContextProps extends SlotsType<{
|
|
|
46
46
|
default: UnwrapRef<UseAccordionContext>;
|
|
47
47
|
}> {}
|
|
48
48
|
declare const _default: typeof __VLS_export$7;
|
|
49
|
-
declare const __VLS_export$7: __VLS_WithSlots$7<
|
|
49
|
+
declare const __VLS_export$7: __VLS_WithSlots$7<vue741.DefineComponent<{}, {}, {}, {}, {}, vue741.ComponentOptionsMixin, vue741.ComponentOptionsMixin, {}, string, vue741.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue741.ComponentProvideOptions, true, {}, any>, {
|
|
50
50
|
default(accordion: UnwrapRef<UseAccordionContext>): unknown;
|
|
51
51
|
}>;
|
|
52
52
|
type __VLS_WithSlots$7<T, S> = T & {
|
|
@@ -63,7 +63,7 @@ interface AccordionItemContentProps extends AccordionItemContentBaseProps,
|
|
|
63
63
|
*/
|
|
64
64
|
HTMLAttributes {}
|
|
65
65
|
declare const _default$2: typeof __VLS_export$6;
|
|
66
|
-
declare const __VLS_export$6: __VLS_WithSlots$6<
|
|
66
|
+
declare const __VLS_export$6: __VLS_WithSlots$6<vue741.DefineComponent<AccordionItemContentProps, {}, {}, {}, {}, vue741.ComponentOptionsMixin, vue741.ComponentOptionsMixin, {}, string, vue741.PublicProps, Readonly<AccordionItemContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue741.ComponentProvideOptions, false, {}, any>, {
|
|
67
67
|
default?: (props: {}) => any;
|
|
68
68
|
}>;
|
|
69
69
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -80,7 +80,7 @@ interface AccordionItemContextProps extends SlotsType<{
|
|
|
80
80
|
default: UnwrapRef<UseAccordionItemContext>;
|
|
81
81
|
}> {}
|
|
82
82
|
declare const _default$3: typeof __VLS_export$5;
|
|
83
|
-
declare const __VLS_export$5: __VLS_WithSlots$5<
|
|
83
|
+
declare const __VLS_export$5: __VLS_WithSlots$5<vue741.DefineComponent<{}, {}, {}, {}, {}, vue741.ComponentOptionsMixin, vue741.ComponentOptionsMixin, {}, string, vue741.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue741.ComponentProvideOptions, true, {}, any>, {
|
|
84
84
|
default(item: UnwrapRef<UseAccordionItemContext>): unknown;
|
|
85
85
|
}>;
|
|
86
86
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -97,7 +97,7 @@ interface AccordionItemIndicatorProps extends AccordionItemIndicatorBaseProps,
|
|
|
97
97
|
*/
|
|
98
98
|
HTMLAttributes {}
|
|
99
99
|
declare const _default$4: typeof __VLS_export$4;
|
|
100
|
-
declare const __VLS_export$4: __VLS_WithSlots$4<
|
|
100
|
+
declare const __VLS_export$4: __VLS_WithSlots$4<vue741.DefineComponent<AccordionItemIndicatorProps, {}, {}, {}, {}, vue741.ComponentOptionsMixin, vue741.ComponentOptionsMixin, {}, string, vue741.PublicProps, Readonly<AccordionItemIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue741.ComponentProvideOptions, false, {}, any>, {
|
|
101
101
|
default?: (props: {}) => any;
|
|
102
102
|
}>;
|
|
103
103
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -114,7 +114,7 @@ interface AccordionItemTriggerProps extends AccordionItemTriggerBaseProps,
|
|
|
114
114
|
*/
|
|
115
115
|
ButtonHTMLAttributes {}
|
|
116
116
|
declare const _default$5: typeof __VLS_export$3;
|
|
117
|
-
declare const __VLS_export$3: __VLS_WithSlots$3<
|
|
117
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue741.DefineComponent<AccordionItemTriggerProps, {}, {}, {}, {}, vue741.ComponentOptionsMixin, vue741.ComponentOptionsMixin, {}, string, vue741.PublicProps, Readonly<AccordionItemTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue741.ComponentProvideOptions, false, {}, any>, {
|
|
118
118
|
default?: (props: {}) => any;
|
|
119
119
|
}>;
|
|
120
120
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -131,7 +131,7 @@ interface AccordionItemProps extends AccordionItemBaseProps,
|
|
|
131
131
|
*/
|
|
132
132
|
HTMLAttributes {}
|
|
133
133
|
declare const _default$1: typeof __VLS_export$2;
|
|
134
|
-
declare const __VLS_export$2: __VLS_WithSlots$2<
|
|
134
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue741.DefineComponent<AccordionItemProps, {}, {}, {}, {}, vue741.ComponentOptionsMixin, vue741.ComponentOptionsMixin, {}, string, vue741.PublicProps, Readonly<AccordionItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue741.ComponentProvideOptions, false, {}, any>, {
|
|
135
135
|
default?: (props: {}) => any;
|
|
136
136
|
}>;
|
|
137
137
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -151,7 +151,7 @@ interface AccordionRootProviderProps extends AccordionRootProviderBaseProps,
|
|
|
151
151
|
*/
|
|
152
152
|
HTMLAttributes {}
|
|
153
153
|
declare const _default$7: typeof __VLS_export$1;
|
|
154
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
154
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue741.DefineComponent<AccordionRootProviderProps, {}, {}, {}, {}, vue741.ComponentOptionsMixin, vue741.ComponentOptionsMixin, {}, string, vue741.PublicProps, Readonly<AccordionRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue741.ComponentProvideOptions, false, {}, any>, {
|
|
155
155
|
default?: (props: {}) => any;
|
|
156
156
|
}>;
|
|
157
157
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -169,11 +169,11 @@ interface AccordionRootProps extends AccordionRootBaseProps,
|
|
|
169
169
|
HTMLAttributes {}
|
|
170
170
|
interface AccordionRootEmits extends RootEmits {}
|
|
171
171
|
declare const _default$6: typeof __VLS_export;
|
|
172
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
172
|
+
declare const __VLS_export: __VLS_WithSlots<vue741.DefineComponent<AccordionRootProps, {}, {}, {}, {}, vue741.ComponentOptionsMixin, vue741.ComponentOptionsMixin, {
|
|
173
173
|
focusChange: (details: accordion.FocusChangeDetails) => any;
|
|
174
174
|
valueChange: (details: accordion.ValueChangeDetails) => any;
|
|
175
175
|
"update:modelValue": (value: string[]) => any;
|
|
176
|
-
}, string,
|
|
176
|
+
}, string, vue741.PublicProps, Readonly<AccordionRootProps> & Readonly<{
|
|
177
177
|
onFocusChange?: ((details: accordion.FocusChangeDetails) => any) | undefined;
|
|
178
178
|
onValueChange?: ((details: accordion.ValueChangeDetails) => any) | undefined;
|
|
179
179
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
@@ -181,7 +181,7 @@ declare const __VLS_export: __VLS_WithSlots<vue1881.DefineComponent<AccordionRoo
|
|
|
181
181
|
disabled: boolean;
|
|
182
182
|
multiple: boolean;
|
|
183
183
|
collapsible: boolean;
|
|
184
|
-
}, {}, {}, {}, string,
|
|
184
|
+
}, {}, {}, {}, string, vue741.ComponentProvideOptions, false, {}, any>, {
|
|
185
185
|
default?: (props: {}) => any;
|
|
186
186
|
}>;
|
|
187
187
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -4,11 +4,11 @@ import { a as useLocaleContext, c as useEnvironmentContext, i as DEFAULT_LOCALE,
|
|
|
4
4
|
import { t as createContext } from "../../create-context-Ds1GbsVc.js";
|
|
5
5
|
import { t as useForwardExpose } from "../../use-forward-expose-CCAmHTUB.js";
|
|
6
6
|
import { t as accordionAnatomy } from "../../accordion-anatomy-SnniqySz.js";
|
|
7
|
-
import { t as sprawlify } from "../../factory-
|
|
8
|
-
import { l as useCollapsibleContext, t as collapsible_exports } from "../../collapsible-kw6uns8K.js";
|
|
7
|
+
import { t as sprawlify } from "../../factory-xNPol80p.js";
|
|
9
8
|
import { t as cleanProps } from "../../clean-props-DsGHTEpm.js";
|
|
10
|
-
import { t as
|
|
11
|
-
import {
|
|
9
|
+
import { n as useRenderStrategyProps, t as RenderStrategyPropsProvider } from "../../use-render-strategy-3G0_HWbg.js";
|
|
10
|
+
import { t as createSplitProps } from "../../create-split-props-D8oe6Rby.js";
|
|
11
|
+
import { l as useCollapsibleContext, t as collapsible_exports } from "../../collapsible-OXksISO6.js";
|
|
12
12
|
import { computed, createBlock, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
|
|
13
13
|
import * as accordion from "@sprawlify/primitives/machines/accordion";
|
|
14
14
|
|
|
@@ -1,51 +1,52 @@
|
|
|
1
|
-
import { t as accordionAnatomy } from "../accordion-anatomy-
|
|
2
|
-
import { t as angleSliderAnatomy } from "../angle-slider-anatomy-
|
|
3
|
-
import { t as avatarAnatomy } from "../avatar-anatomy-
|
|
4
|
-
import { t as bottomSheetAnatomy } from "../bottom-sheet-anatomy-
|
|
5
|
-
import { t as carouselAnatomy } from "../carousel-anatomy-
|
|
6
|
-
import { t as checkboxAnatomy } from "../checkbox-anatomy-
|
|
7
|
-
import { t as clipboardAnatomy } from "../clipboard-anatomy-
|
|
8
|
-
import { t as collapsibleAnatomy } from "../collapsible-anatomy-
|
|
9
|
-
import { t as colorPickerAnatomy } from "../color-picker-anatomy-
|
|
10
|
-
import { t as comboboxAnatomy } from "../combobox-anatomy-
|
|
11
|
-
import { t as datePickerAnatomy } from "../date-picker-anatomy-
|
|
12
|
-
import { t as dialogAnatomy } from "../dialog-anatomy
|
|
13
|
-
import { t as editableAnatomy } from "../editable-anatomy-
|
|
14
|
-
import { t as fieldAnatomy } from "../field-anatomy-
|
|
15
|
-
import { t as fieldsetAnatomy } from "../fieldset-anatomy-
|
|
16
|
-
import { t as fileUploadAnatomy } from "../file-upload-anatomy-
|
|
17
|
-
import { t as floatingPanelAnatomy } from "../floating-panel-anatomy-
|
|
18
|
-
import { t as hoverCardAnatomy } from "../hover-card-anatomy-
|
|
19
|
-
import { t as imageCropperAnatomy } from "../image-cropper-anatomy-
|
|
20
|
-
import { t as listboxAnatomy } from "../listbox-anatomy-
|
|
21
|
-
import { t as marqueeAnatomy } from "../marquee-anatomy-
|
|
22
|
-
import { t as menuAnatomy } from "../menu-anatomy-
|
|
23
|
-
import { t as navigationMenuAnatomy } from "../navigation-menu-anatomy-
|
|
24
|
-
import { t as numberInputAnatomy } from "../number-input-anatomy-
|
|
25
|
-
import { t as paginationAnatomy } from "../pagination-anatomy-
|
|
26
|
-
import { t as passwordInputAnatomy } from "../password-input-anatomy-
|
|
27
|
-
import { t as pinInputAnatomy } from "../pin-input-anatomy-
|
|
28
|
-
import { t as popoverAnatomy } from "../popover-anatomy-
|
|
29
|
-
import { t as progressAnatomy } from "../progress-anatomy-
|
|
30
|
-
import { t as qrCodeAnatomy } from "../qr-code-anatomy-
|
|
31
|
-
import { t as radioGroupAnatomy } from "../radio-group-anatomy-
|
|
32
|
-
import { t as ratingGroupAnatomy } from "../rating-group-anatomy-
|
|
33
|
-
import { t as scrollAreaAnatomy } from "../scroll-area-anatomy-
|
|
34
|
-
import { t as segmentGroupAnatomy } from "../segment-group-anatomy-
|
|
35
|
-
import { t as selectAnatomy } from "../select-anatomy-
|
|
36
|
-
import { t as
|
|
37
|
-
import { t as
|
|
38
|
-
import { t as
|
|
39
|
-
import { t as
|
|
40
|
-
import { t as
|
|
41
|
-
import { t as
|
|
42
|
-
import { t as
|
|
43
|
-
import { t as
|
|
44
|
-
import { t as
|
|
45
|
-
import { t as
|
|
46
|
-
import { t as
|
|
47
|
-
import { t as
|
|
48
|
-
import { t as
|
|
49
|
-
import { t as
|
|
1
|
+
import { t as accordionAnatomy } from "../accordion-anatomy-Bxs15n6t.js";
|
|
2
|
+
import { t as angleSliderAnatomy } from "../angle-slider-anatomy-4JLhdGMa.js";
|
|
3
|
+
import { t as avatarAnatomy } from "../avatar-anatomy-DRst-MIc.js";
|
|
4
|
+
import { t as bottomSheetAnatomy } from "../bottom-sheet-anatomy-DUXumYfR.js";
|
|
5
|
+
import { t as carouselAnatomy } from "../carousel-anatomy-D1y42Ex5.js";
|
|
6
|
+
import { t as checkboxAnatomy } from "../checkbox-anatomy-C3nJ17T-.js";
|
|
7
|
+
import { t as clipboardAnatomy } from "../clipboard-anatomy-BOEGNpiY.js";
|
|
8
|
+
import { t as collapsibleAnatomy } from "../collapsible-anatomy-DxiuORza.js";
|
|
9
|
+
import { t as colorPickerAnatomy } from "../color-picker-anatomy-Dyp524yB.js";
|
|
10
|
+
import { t as comboboxAnatomy } from "../combobox-anatomy-pMR3g6v-.js";
|
|
11
|
+
import { t as datePickerAnatomy } from "../date-picker-anatomy-Br9ap7TS.js";
|
|
12
|
+
import { t as dialogAnatomy } from "../dialog-anatomy-ByMvuBxr.js";
|
|
13
|
+
import { t as editableAnatomy } from "../editable-anatomy-D7zUtMKW.js";
|
|
14
|
+
import { t as fieldAnatomy } from "../field-anatomy-loNm9_9u.js";
|
|
15
|
+
import { t as fieldsetAnatomy } from "../fieldset-anatomy-9h1GFO6X.js";
|
|
16
|
+
import { t as fileUploadAnatomy } from "../file-upload-anatomy-DdLNgaPz.js";
|
|
17
|
+
import { t as floatingPanelAnatomy } from "../floating-panel-anatomy-DwkXF2tr.js";
|
|
18
|
+
import { t as hoverCardAnatomy } from "../hover-card-anatomy-CTX5TEi3.js";
|
|
19
|
+
import { t as imageCropperAnatomy } from "../image-cropper-anatomy-6_a6BSeW.js";
|
|
20
|
+
import { t as listboxAnatomy } from "../listbox-anatomy-ZW3V07FW.js";
|
|
21
|
+
import { t as marqueeAnatomy } from "../marquee-anatomy-CS5BoKG3.js";
|
|
22
|
+
import { t as menuAnatomy } from "../menu-anatomy-DcjSKaK6.js";
|
|
23
|
+
import { t as navigationMenuAnatomy } from "../navigation-menu-anatomy-bvfS7a-6.js";
|
|
24
|
+
import { t as numberInputAnatomy } from "../number-input-anatomy-BEL1Q-ZK.js";
|
|
25
|
+
import { t as paginationAnatomy } from "../pagination-anatomy-xc9Fxt__.js";
|
|
26
|
+
import { t as passwordInputAnatomy } from "../password-input-anatomy-CQFdYR2z.js";
|
|
27
|
+
import { t as pinInputAnatomy } from "../pin-input-anatomy-nRaqyCV2.js";
|
|
28
|
+
import { t as popoverAnatomy } from "../popover-anatomy-Cwp8_2Po.js";
|
|
29
|
+
import { t as progressAnatomy } from "../progress-anatomy-BubUhrtU.js";
|
|
30
|
+
import { t as qrCodeAnatomy } from "../qr-code-anatomy-DKYQO_yO.js";
|
|
31
|
+
import { t as radioGroupAnatomy } from "../radio-group-anatomy-CiNL4B5J.js";
|
|
32
|
+
import { t as ratingGroupAnatomy } from "../rating-group-anatomy-DEi1Omvv.js";
|
|
33
|
+
import { t as scrollAreaAnatomy } from "../scroll-area-anatomy-CefzWgS5.js";
|
|
34
|
+
import { t as segmentGroupAnatomy } from "../segment-group-anatomy-DesMk15u.js";
|
|
35
|
+
import { t as selectAnatomy } from "../select-anatomy-BLK5Kq84.js";
|
|
36
|
+
import { t as separatorAnatomy } from "../separator-anatomy-Cyw-DWpB.js";
|
|
37
|
+
import { t as signaturePadAnatomy } from "../signature-pad-anatomy-ZbCDnYGZ.js";
|
|
38
|
+
import { t as sliderAnatomy } from "../slider-anatomy-BMTjqedI.js";
|
|
39
|
+
import { t as splitterAnatomy } from "../splitter-anatomy-Bb-vdY9S.js";
|
|
40
|
+
import { t as stepsAnatomy } from "../steps-anatomy-CMM7Zciy.js";
|
|
41
|
+
import { t as switchAnatomy } from "../switch-anatomy-Dmg0RYjh.js";
|
|
42
|
+
import { t as tabsAnatomy } from "../tabs-anatomy-CgXloO7s.js";
|
|
43
|
+
import { t as tagsInputAnatomy } from "../tags-input-anatomy-C0HLrulm.js";
|
|
44
|
+
import { t as timerAnatomy } from "../timer-anatomy-D0Ey9n_K.js";
|
|
45
|
+
import { t as toastAnatomy } from "../toast-anatomy-DHifYWal.js";
|
|
46
|
+
import { t as toggleGroupAnatomy } from "../toggle-group-anatomy-BpV0-6Xe.js";
|
|
47
|
+
import { t as toggleAnatomy } from "../toggle-anatomy-C4EVS7GQ.js";
|
|
48
|
+
import { t as tooltipAnatomy } from "../tooltip-anatomy-BlxUQUEe.js";
|
|
49
|
+
import { t as tourAnatomy } from "../tour-anatomy-Bc1FNWON.js";
|
|
50
|
+
import { t as treeViewAnatomy } from "../tree-view-anatomy-zTRJrcH9.js";
|
|
50
51
|
export * from "@sprawlify/primitives/anatomy";
|
|
51
|
-
export { accordionAnatomy, angleSliderAnatomy, avatarAnatomy, bottomSheetAnatomy, carouselAnatomy, checkboxAnatomy, clipboardAnatomy, collapsibleAnatomy, colorPickerAnatomy, comboboxAnatomy, datePickerAnatomy, dialogAnatomy, editableAnatomy, fieldAnatomy, fieldsetAnatomy, fileUploadAnatomy, floatingPanelAnatomy, hoverCardAnatomy, imageCropperAnatomy, listboxAnatomy, marqueeAnatomy, menuAnatomy, navigationMenuAnatomy, numberInputAnatomy, paginationAnatomy, passwordInputAnatomy, pinInputAnatomy, popoverAnatomy, progressAnatomy, qrCodeAnatomy, radioGroupAnatomy, ratingGroupAnatomy, scrollAreaAnatomy, segmentGroupAnatomy, selectAnatomy, signaturePadAnatomy, sliderAnatomy, splitterAnatomy, stepsAnatomy, switchAnatomy, tabsAnatomy, tagsInputAnatomy, timerAnatomy, toastAnatomy, toggleAnatomy, toggleGroupAnatomy, tooltipAnatomy, tourAnatomy, treeViewAnatomy };
|
|
52
|
+
export { accordionAnatomy, angleSliderAnatomy, avatarAnatomy, bottomSheetAnatomy, carouselAnatomy, checkboxAnatomy, clipboardAnatomy, collapsibleAnatomy, colorPickerAnatomy, comboboxAnatomy, datePickerAnatomy, dialogAnatomy, editableAnatomy, fieldAnatomy, fieldsetAnatomy, fileUploadAnatomy, floatingPanelAnatomy, hoverCardAnatomy, imageCropperAnatomy, listboxAnatomy, marqueeAnatomy, menuAnatomy, navigationMenuAnatomy, numberInputAnatomy, paginationAnatomy, passwordInputAnatomy, pinInputAnatomy, popoverAnatomy, progressAnatomy, qrCodeAnatomy, radioGroupAnatomy, ratingGroupAnatomy, scrollAreaAnatomy, segmentGroupAnatomy, selectAnatomy, separatorAnatomy, signaturePadAnatomy, sliderAnatomy, splitterAnatomy, stepsAnatomy, switchAnatomy, tabsAnatomy, tagsInputAnatomy, timerAnatomy, toastAnatomy, toggleAnatomy, toggleGroupAnatomy, tooltipAnatomy, tourAnatomy, treeViewAnatomy };
|
|
@@ -33,21 +33,22 @@ import { t as ratingGroupAnatomy } from "../rating-group-anatomy-CBhzoESK.js";
|
|
|
33
33
|
import { t as scrollAreaAnatomy } from "../scroll-area-anatomy-B-FlUOdc.js";
|
|
34
34
|
import { n as segmentGroupAnatomy } from "../segment-group-anatomy-CPdu1efW.js";
|
|
35
35
|
import { t as selectAnatomy } from "../select-anatomy-CiNHi2Kx.js";
|
|
36
|
-
import { t as
|
|
37
|
-
import { t as
|
|
38
|
-
import { t as
|
|
39
|
-
import { t as
|
|
40
|
-
import { t as
|
|
41
|
-
import { t as
|
|
42
|
-
import { t as
|
|
43
|
-
import { t as
|
|
44
|
-
import { t as
|
|
45
|
-
import { t as
|
|
46
|
-
import { t as
|
|
47
|
-
import { t as
|
|
48
|
-
import { t as
|
|
49
|
-
import { t as
|
|
36
|
+
import { t as separatorAnatomy } from "../separator-anatomy-C9bGchxg.js";
|
|
37
|
+
import { t as signaturePadAnatomy } from "../signature-pad-anatomy-CoeXwoDo.js";
|
|
38
|
+
import { t as sliderAnatomy } from "../slider-anatomy-D1MIQawS.js";
|
|
39
|
+
import { t as splitterAnatomy } from "../splitter-anatomy-mbvD9KMw.js";
|
|
40
|
+
import { t as stepsAnatomy } from "../steps-anatomy-DL1kFLaW.js";
|
|
41
|
+
import { t as switchAnatomy } from "../switch-anatomy-C_MAURJE.js";
|
|
42
|
+
import { t as tabsAnatomy } from "../tabs-anatomy-DF_ekPnt.js";
|
|
43
|
+
import { t as tagsInputAnatomy } from "../tags-input-anatomy-Dpn_Smms.js";
|
|
44
|
+
import { t as timerAnatomy } from "../timer-anatomy-BF3_7vbc.js";
|
|
45
|
+
import { t as toastAnatomy } from "../toast-anatomy-BHDNHkvU.js";
|
|
46
|
+
import { t as toggleGroupAnatomy } from "../toggle-group-anatomy-CFLq6ia_.js";
|
|
47
|
+
import { t as toggleAnatomy } from "../toggle-anatomy-B79YArNR.js";
|
|
48
|
+
import { t as tooltipAnatomy } from "../tooltip-anatomy-D6lPF-Wq.js";
|
|
49
|
+
import { t as tourAnatomy } from "../tour-anatomy-Cg6ZDDuV.js";
|
|
50
|
+
import { t as treeViewAnatomy } from "../tree-view-anatomy--Ft8ROVn.js";
|
|
50
51
|
|
|
51
52
|
export * from "@sprawlify/primitives/anatomy"
|
|
52
53
|
|
|
53
|
-
export { accordionAnatomy, angleSliderAnatomy, avatarAnatomy, bottomSheetAnatomy, carouselAnatomy, checkboxAnatomy, clipboardAnatomy, collapsibleAnatomy, colorPickerAnatomy, comboboxAnatomy, datePickerAnatomy, dialogAnatomy, editableAnatomy, fieldAnatomy, fieldsetAnatomy, fileUploadAnatomy, floatingPanelAnatomy, hoverCardAnatomy, imageCropperAnatomy, listboxAnatomy, marqueeAnatomy, menuAnatomy, navigationMenuAnatomy, numberInputAnatomy, paginationAnatomy, passwordInputAnatomy, pinInputAnatomy, popoverAnatomy, progressAnatomy, qrCodeAnatomy, radioGroupAnatomy, ratingGroupAnatomy, scrollAreaAnatomy, segmentGroupAnatomy, selectAnatomy, signaturePadAnatomy, sliderAnatomy, splitterAnatomy, stepsAnatomy, switchAnatomy, tabsAnatomy, tagsInputAnatomy, timerAnatomy, toastAnatomy, toggleAnatomy, toggleGroupAnatomy, tooltipAnatomy, tourAnatomy, treeViewAnatomy };
|
|
54
|
+
export { accordionAnatomy, angleSliderAnatomy, avatarAnatomy, bottomSheetAnatomy, carouselAnatomy, checkboxAnatomy, clipboardAnatomy, collapsibleAnatomy, colorPickerAnatomy, comboboxAnatomy, datePickerAnatomy, dialogAnatomy, editableAnatomy, fieldAnatomy, fieldsetAnatomy, fileUploadAnatomy, floatingPanelAnatomy, hoverCardAnatomy, imageCropperAnatomy, listboxAnatomy, marqueeAnatomy, menuAnatomy, navigationMenuAnatomy, numberInputAnatomy, paginationAnatomy, passwordInputAnatomy, pinInputAnatomy, popoverAnatomy, progressAnatomy, qrCodeAnatomy, radioGroupAnatomy, ratingGroupAnatomy, scrollAreaAnatomy, segmentGroupAnatomy, selectAnatomy, separatorAnatomy, signaturePadAnatomy, sliderAnatomy, splitterAnatomy, stepsAnatomy, switchAnatomy, tabsAnatomy, tagsInputAnatomy, timerAnatomy, toastAnatomy, toggleAnatomy, toggleGroupAnatomy, tooltipAnatomy, tourAnatomy, treeViewAnatomy };
|
|
@@ -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 angleSliderAnatomy } from "../../angle-slider-anatomy-
|
|
5
|
-
import * as
|
|
1
|
+
import { t as PolymorphicProps } from "../../factory-n7N-L7_o.js";
|
|
2
|
+
import { a as Optional } from "../../types-D_fjXif6.js";
|
|
3
|
+
import { r as PropTypes } from "../../index-DzrYvQ8H.js";
|
|
4
|
+
import { t as angleSliderAnatomy } from "../../angle-slider-anatomy-4JLhdGMa.js";
|
|
5
|
+
import * as vue1491 from "vue";
|
|
6
6
|
import { ComputedRef, EmitFn, HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
7
7
|
import * as angleSlider from "@sprawlify/primitives/machines/angle-slider";
|
|
8
8
|
import { MarkerProps } from "@sprawlify/primitives/machines/angle-slider";
|
|
@@ -50,7 +50,7 @@ interface AngleSliderContextProps extends SlotsType<{
|
|
|
50
50
|
default: UnwrapRef<UseAngleSliderContext>;
|
|
51
51
|
}> {}
|
|
52
52
|
declare const _default: typeof __VLS_export$9;
|
|
53
|
-
declare const __VLS_export$9: __VLS_WithSlots$9<
|
|
53
|
+
declare const __VLS_export$9: __VLS_WithSlots$9<vue1491.DefineComponent<{}, {}, {}, {}, {}, vue1491.ComponentOptionsMixin, vue1491.ComponentOptionsMixin, {}, string, vue1491.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1491.ComponentProvideOptions, true, {}, any>, {
|
|
54
54
|
default(angleSlider: UnwrapRef<UseAngleSliderContext>): unknown;
|
|
55
55
|
}>;
|
|
56
56
|
type __VLS_WithSlots$9<T, S> = T & {
|
|
@@ -67,11 +67,11 @@ interface AngleSliderRootProps extends AngleSliderRootBaseProps,
|
|
|
67
67
|
*/
|
|
68
68
|
Omit<HTMLAttributes, 'dir'> {}
|
|
69
69
|
declare const _default$6: typeof __VLS_export$8;
|
|
70
|
-
declare const __VLS_export$8: __VLS_WithSlots$8<
|
|
70
|
+
declare const __VLS_export$8: __VLS_WithSlots$8<vue1491.DefineComponent<AngleSliderRootProps, {}, {}, {}, {}, vue1491.ComponentOptionsMixin, vue1491.ComponentOptionsMixin, {
|
|
71
71
|
valueChange: (details: angleSlider.ValueChangeDetails) => any;
|
|
72
72
|
"update:modelValue": (value: number) => any;
|
|
73
73
|
valueChangeEnd: (details: angleSlider.ValueChangeDetails) => any;
|
|
74
|
-
}, string,
|
|
74
|
+
}, string, vue1491.PublicProps, Readonly<AngleSliderRootProps> & Readonly<{
|
|
75
75
|
onValueChange?: ((details: angleSlider.ValueChangeDetails) => any) | undefined;
|
|
76
76
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
77
77
|
onValueChangeEnd?: ((details: angleSlider.ValueChangeDetails) => any) | undefined;
|
|
@@ -79,7 +79,7 @@ declare const __VLS_export$8: __VLS_WithSlots$8<vue40.DefineComponent<AngleSlide
|
|
|
79
79
|
disabled: boolean;
|
|
80
80
|
invalid: boolean;
|
|
81
81
|
readOnly: boolean;
|
|
82
|
-
}, {}, {}, {}, string,
|
|
82
|
+
}, {}, {}, {}, string, vue1491.ComponentProvideOptions, false, {}, any>, {
|
|
83
83
|
default?: (props: {}) => any;
|
|
84
84
|
}>;
|
|
85
85
|
type __VLS_WithSlots$8<T, S> = T & {
|
|
@@ -96,7 +96,7 @@ interface AngleSliderControlProps extends AngleSliderControlBaseProps,
|
|
|
96
96
|
*/
|
|
97
97
|
HTMLAttributes {}
|
|
98
98
|
declare const _default$1: typeof __VLS_export$7;
|
|
99
|
-
declare const __VLS_export$7: __VLS_WithSlots$7<
|
|
99
|
+
declare const __VLS_export$7: __VLS_WithSlots$7<vue1491.DefineComponent<AngleSliderControlProps, {}, {}, {}, {}, vue1491.ComponentOptionsMixin, vue1491.ComponentOptionsMixin, {}, string, vue1491.PublicProps, Readonly<AngleSliderControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1491.ComponentProvideOptions, false, {}, any>, {
|
|
100
100
|
default?: (props: {}) => any;
|
|
101
101
|
}>;
|
|
102
102
|
type __VLS_WithSlots$7<T, S> = T & {
|
|
@@ -113,7 +113,7 @@ interface AngleSliderHiddenInputProps extends AngleSliderHiddenInputBaseProps,
|
|
|
113
113
|
*/
|
|
114
114
|
InputHTMLAttributes {}
|
|
115
115
|
declare const _default$2: typeof __VLS_export$6;
|
|
116
|
-
declare const __VLS_export$6: __VLS_WithSlots$6<
|
|
116
|
+
declare const __VLS_export$6: __VLS_WithSlots$6<vue1491.DefineComponent<AngleSliderHiddenInputProps, {}, {}, {}, {}, vue1491.ComponentOptionsMixin, vue1491.ComponentOptionsMixin, {}, string, vue1491.PublicProps, Readonly<AngleSliderHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1491.ComponentProvideOptions, false, {}, any>, {
|
|
117
117
|
default?: (props: {}) => any;
|
|
118
118
|
}>;
|
|
119
119
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -130,7 +130,7 @@ interface AngleSliderLabelProps extends AngleSliderLabelBaseProps,
|
|
|
130
130
|
*/
|
|
131
131
|
LabelHTMLAttributes {}
|
|
132
132
|
declare const _default$3: typeof __VLS_export$5;
|
|
133
|
-
declare const __VLS_export$5: __VLS_WithSlots$5<
|
|
133
|
+
declare const __VLS_export$5: __VLS_WithSlots$5<vue1491.DefineComponent<AngleSliderLabelProps, {}, {}, {}, {}, vue1491.ComponentOptionsMixin, vue1491.ComponentOptionsMixin, {}, string, vue1491.PublicProps, Readonly<AngleSliderLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1491.ComponentProvideOptions, false, {}, any>, {
|
|
134
134
|
default?: (props: {}) => any;
|
|
135
135
|
}>;
|
|
136
136
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -147,7 +147,7 @@ interface AngleSliderMarkerGroupProps extends AngleSliderMarkerGroupBaseProps,
|
|
|
147
147
|
*/
|
|
148
148
|
HTMLAttributes {}
|
|
149
149
|
declare const _default$5: typeof __VLS_export$4;
|
|
150
|
-
declare const __VLS_export$4: __VLS_WithSlots$4<
|
|
150
|
+
declare const __VLS_export$4: __VLS_WithSlots$4<vue1491.DefineComponent<AngleSliderMarkerGroupProps, {}, {}, {}, {}, vue1491.ComponentOptionsMixin, vue1491.ComponentOptionsMixin, {}, string, vue1491.PublicProps, Readonly<AngleSliderMarkerGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1491.ComponentProvideOptions, false, {}, any>, {
|
|
151
151
|
default?: (props: {}) => any;
|
|
152
152
|
}>;
|
|
153
153
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -164,7 +164,7 @@ interface AngleSliderMarkerProps extends AngleSliderMarkerBaseProps,
|
|
|
164
164
|
*/
|
|
165
165
|
HTMLAttributes {}
|
|
166
166
|
declare const _default$4: typeof __VLS_export$3;
|
|
167
|
-
declare const __VLS_export$3: __VLS_WithSlots$3<
|
|
167
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue1491.DefineComponent<AngleSliderMarkerProps, {}, {}, {}, {}, vue1491.ComponentOptionsMixin, vue1491.ComponentOptionsMixin, {}, string, vue1491.PublicProps, Readonly<AngleSliderMarkerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1491.ComponentProvideOptions, false, {}, any>, {
|
|
168
168
|
default?: (props: {}) => any;
|
|
169
169
|
}>;
|
|
170
170
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -184,7 +184,7 @@ interface AngleSliderRootProviderProps extends AngleSliderRootProviderBaseProps,
|
|
|
184
184
|
*/
|
|
185
185
|
HTMLAttributes {}
|
|
186
186
|
declare const _default$7: typeof __VLS_export$2;
|
|
187
|
-
declare const __VLS_export$2: __VLS_WithSlots$2<
|
|
187
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue1491.DefineComponent<AngleSliderRootProviderProps, {}, {}, {}, {}, vue1491.ComponentOptionsMixin, vue1491.ComponentOptionsMixin, {}, string, vue1491.PublicProps, Readonly<AngleSliderRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1491.ComponentProvideOptions, false, {}, any>, {
|
|
188
188
|
default?: (props: {}) => any;
|
|
189
189
|
}>;
|
|
190
190
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -201,7 +201,7 @@ interface AngleSliderThumbProps extends AngleSliderThumbBaseProps,
|
|
|
201
201
|
*/
|
|
202
202
|
HTMLAttributes {}
|
|
203
203
|
declare const _default$8: typeof __VLS_export$1;
|
|
204
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
204
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue1491.DefineComponent<AngleSliderThumbProps, {}, {}, {}, {}, vue1491.ComponentOptionsMixin, vue1491.ComponentOptionsMixin, {}, string, vue1491.PublicProps, Readonly<AngleSliderThumbProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1491.ComponentProvideOptions, false, {}, any>, {
|
|
205
205
|
default?: (props: {}) => any;
|
|
206
206
|
}>;
|
|
207
207
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -218,7 +218,7 @@ interface AngleSliderValueTextProps extends AngleSliderValueTextBaseProps,
|
|
|
218
218
|
*/
|
|
219
219
|
HTMLAttributes {}
|
|
220
220
|
declare const _default$9: typeof __VLS_export;
|
|
221
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
221
|
+
declare const __VLS_export: __VLS_WithSlots<vue1491.DefineComponent<AngleSliderValueTextProps, {}, {}, {}, {}, vue1491.ComponentOptionsMixin, vue1491.ComponentOptionsMixin, {}, string, vue1491.PublicProps, Readonly<AngleSliderValueTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1491.ComponentProvideOptions, false, {}, any>, __VLS_Slots>;
|
|
222
222
|
type __VLS_WithSlots<T, S> = T & {
|
|
223
223
|
new (): {
|
|
224
224
|
$slots: S;
|
|
@@ -4,7 +4,7 @@ import { a as useLocaleContext, c as useEnvironmentContext, i as DEFAULT_LOCALE,
|
|
|
4
4
|
import { t as createContext } from "../../create-context-Ds1GbsVc.js";
|
|
5
5
|
import { t as useForwardExpose } from "../../use-forward-expose-CCAmHTUB.js";
|
|
6
6
|
import { t as angleSliderAnatomy } from "../../angle-slider-anatomy-BcpYlzjU.js";
|
|
7
|
-
import { t as sprawlify } from "../../factory-
|
|
7
|
+
import { t as sprawlify } from "../../factory-xNPol80p.js";
|
|
8
8
|
import { t as cleanProps } from "../../clean-props-DsGHTEpm.js";
|
|
9
9
|
import { computed, createBlock, createTextVNode, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderSlot, toDisplayString, toValue, unref, useId, useSlots, withCtx } from "vue";
|
|
10
10
|
import * as angleSlider from "@sprawlify/primitives/machines/angle-slider";
|
|
@@ -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 avatarAnatomy } from "../../avatar-anatomy-
|
|
5
|
-
import * as
|
|
1
|
+
import { t as PolymorphicProps } from "../../factory-n7N-L7_o.js";
|
|
2
|
+
import { a as Optional, r as EmitFn$1 } from "../../types-D_fjXif6.js";
|
|
3
|
+
import { r as PropTypes } from "../../index-DzrYvQ8H.js";
|
|
4
|
+
import { t as avatarAnatomy } from "../../avatar-anatomy-DRst-MIc.js";
|
|
5
|
+
import * as vue456 from "vue";
|
|
6
6
|
import { ComputedRef, HTMLAttributes, ImgHTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
7
7
|
import * as avatar from "@sprawlify/primitives/machines/avatar";
|
|
8
8
|
import { StatusChangeDetails, StatusChangeDetails as AvatarStatusChangeDetails } from "@sprawlify/primitives/machines/avatar";
|
|
@@ -33,7 +33,7 @@ interface AvatarContextProps extends SlotsType<{
|
|
|
33
33
|
default: UnwrapRef<UseAvatarContext>;
|
|
34
34
|
}> {}
|
|
35
35
|
declare const _default: typeof __VLS_export$4;
|
|
36
|
-
declare const __VLS_export$4: __VLS_WithSlots$3<
|
|
36
|
+
declare const __VLS_export$4: __VLS_WithSlots$3<vue456.DefineComponent<{}, {}, {}, {}, {}, vue456.ComponentOptionsMixin, vue456.ComponentOptionsMixin, {}, string, vue456.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue456.ComponentProvideOptions, true, {}, any>, {
|
|
37
37
|
default(avatar: UnwrapRef<UseAvatarContext>): unknown;
|
|
38
38
|
}>;
|
|
39
39
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -50,7 +50,7 @@ interface AvatarFallbackProps extends AvatarFallbackBaseProps,
|
|
|
50
50
|
*/
|
|
51
51
|
HTMLAttributes {}
|
|
52
52
|
declare const _default$1: typeof __VLS_export$3;
|
|
53
|
-
declare const __VLS_export$3: __VLS_WithSlots$2<
|
|
53
|
+
declare const __VLS_export$3: __VLS_WithSlots$2<vue456.DefineComponent<AvatarFallbackProps, {}, {}, {}, {}, vue456.ComponentOptionsMixin, vue456.ComponentOptionsMixin, {}, string, vue456.PublicProps, Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, string, vue456.ComponentProvideOptions, false, {}, any>, {
|
|
54
54
|
default?: (props: {}) => any;
|
|
55
55
|
}>;
|
|
56
56
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -67,7 +67,7 @@ interface AvatarImageProps extends AvatarImageBaseProps,
|
|
|
67
67
|
*/
|
|
68
68
|
ImgHTMLAttributes {}
|
|
69
69
|
declare const _default$2: typeof __VLS_export$2;
|
|
70
|
-
declare const __VLS_export$2:
|
|
70
|
+
declare const __VLS_export$2: vue456.DefineComponent<AvatarImageProps, {}, {}, {}, {}, vue456.ComponentOptionsMixin, vue456.ComponentOptionsMixin, {}, string, vue456.PublicProps, Readonly<AvatarImageProps> & Readonly<{}>, {}, {}, {}, {}, string, vue456.ComponentProvideOptions, false, {}, any>;
|
|
71
71
|
//#endregion
|
|
72
72
|
//#region src/components/avatar/avatar-root.vue.d.ts
|
|
73
73
|
interface AvatarRootBaseProps extends RootProps, PolymorphicProps {}
|
|
@@ -78,11 +78,11 @@ interface AvatarRootProps extends AvatarRootBaseProps,
|
|
|
78
78
|
HTMLAttributes {}
|
|
79
79
|
interface AvatarRootEmits extends RootEmits {}
|
|
80
80
|
declare const _default$3: typeof __VLS_export$1;
|
|
81
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
81
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue456.DefineComponent<AvatarRootProps, {}, {}, {}, {}, vue456.ComponentOptionsMixin, vue456.ComponentOptionsMixin, {
|
|
82
82
|
statusChange: (details: avatar.StatusChangeDetails) => any;
|
|
83
|
-
}, string,
|
|
83
|
+
}, string, vue456.PublicProps, Readonly<AvatarRootProps> & Readonly<{
|
|
84
84
|
onStatusChange?: ((details: avatar.StatusChangeDetails) => any) | undefined;
|
|
85
|
-
}>, {}, {}, {}, {}, string,
|
|
85
|
+
}>, {}, {}, {}, {}, string, vue456.ComponentProvideOptions, false, {}, any>, {
|
|
86
86
|
default?: (props: {}) => any;
|
|
87
87
|
}>;
|
|
88
88
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -102,7 +102,7 @@ interface AvatarRootProviderProps extends AvatarRootProviderBaseProps,
|
|
|
102
102
|
*/
|
|
103
103
|
HTMLAttributes {}
|
|
104
104
|
declare const _default$4: typeof __VLS_export;
|
|
105
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
105
|
+
declare const __VLS_export: __VLS_WithSlots<vue456.DefineComponent<AvatarRootProviderProps, {}, {}, {}, {}, vue456.ComponentOptionsMixin, vue456.ComponentOptionsMixin, {}, string, vue456.PublicProps, Readonly<AvatarRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue456.ComponentProvideOptions, false, {}, any>, {
|
|
106
106
|
default?: (props: {}) => any;
|
|
107
107
|
}>;
|
|
108
108
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -4,7 +4,7 @@ import { a as useLocaleContext, c as useEnvironmentContext, i as DEFAULT_LOCALE,
|
|
|
4
4
|
import { t as createContext } from "../../create-context-Ds1GbsVc.js";
|
|
5
5
|
import { t as useForwardExpose } from "../../use-forward-expose-CCAmHTUB.js";
|
|
6
6
|
import { t as avatarAnatomy } from "../../avatar-anatomy-DkaRck8U.js";
|
|
7
|
-
import { t as sprawlify } from "../../factory-
|
|
7
|
+
import { t as sprawlify } from "../../factory-xNPol80p.js";
|
|
8
8
|
import { t as cleanProps } from "../../clean-props-DsGHTEpm.js";
|
|
9
9
|
import { computed, createBlock, defineComponent, guardReactiveProps, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
|
|
10
10
|
import * as avatar from "@sprawlify/primitives/machines/avatar";
|