@sprawlify/vue 0.0.73 → 0.0.74
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/accordion-anatomy-SnniqySz.js +3 -0
- package/dist/accordion-anatomy-rCL5aWqn.d.ts +2 -0
- package/dist/angle-slider-anatomy-BcpYlzjU.js +3 -0
- package/dist/angle-slider-anatomy-Dx77gXPi.d.ts +2 -0
- package/dist/avatar-anatomy-DkaRck8U.js +3 -0
- package/dist/avatar-anatomy-DqwdmVib.d.ts +2 -0
- package/dist/bottom-sheet-anatomy-CATwdEhi.d.ts +2 -0
- package/dist/bottom-sheet-anatomy-lHEnPDuf.js +3 -0
- package/dist/carousel-anatomy-CP646ljY.d.ts +6 -0
- package/dist/carousel-anatomy-Dozyhz87.js +7 -0
- package/dist/checkbox-anatomy-DGrjF6ri.d.ts +6 -0
- package/dist/checkbox-anatomy-DrTfnRdC.js +7 -0
- package/dist/clipboard-anatomy-Btcms62_.js +3 -0
- package/dist/clipboard-anatomy-BtxJPw4p.d.ts +2 -0
- package/dist/collapsible-anatomy-Bz0a8LAr.js +3 -0
- package/dist/collapsible-anatomy-C-2X58M2.d.ts +2 -0
- package/dist/{collapsible-SXAS3iFc.js → collapsible-kw6uns8K.js} +3 -4
- package/dist/{collection-C_ZHBDQD.js → collection-BHgAE3BH.js} +1 -1
- package/dist/color-picker-anatomy-C18pJhHu.d.ts +6 -0
- package/dist/color-picker-anatomy-DJP6gg1F.js +7 -0
- package/dist/combobox-anatomy-CwdkDJPn.d.ts +6 -0
- package/dist/combobox-anatomy-DccBa7f5.js +7 -0
- package/dist/components/accordion/index.d.ts +22 -21
- package/dist/components/accordion/index.js +6 -6
- package/dist/components/anatomy.d.ts +51 -0
- package/dist/components/anatomy.js +53 -0
- package/dist/components/angle-slider/index.d.ts +20 -19
- package/dist/components/angle-slider/index.js +3 -3
- package/dist/components/avatar/index.d.ts +13 -12
- package/dist/components/avatar/index.js +3 -3
- package/dist/components/bottom-sheet/index.d.ts +23 -22
- package/dist/components/bottom-sheet/index.js +6 -6
- package/dist/components/carousel/index.d.ts +20 -23
- package/dist/components/carousel/index.js +3 -7
- package/dist/components/checkbox/index.d.ts +24 -27
- package/dist/components/checkbox/index.js +8 -10
- package/dist/components/client-only/index.d.ts +2 -2
- package/dist/components/clipboard/index.d.ts +21 -20
- package/dist/components/clipboard/index.js +3 -3
- package/dist/components/collapsible/index.d.ts +17 -16
- package/dist/components/collapsible/index.js +3 -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 +55 -58
- package/dist/components/color-picker/index.js +8 -10
- package/dist/components/combobox/index.d.ts +38 -41
- package/dist/components/combobox/index.js +8 -11
- package/dist/components/date-picker/index.d.ts +46 -49
- package/dist/components/date-picker/index.js +6 -9
- package/dist/components/dialog/index.d.ts +32 -31
- 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 +30 -29
- package/dist/components/editable/index.js +5 -4
- package/dist/components/field/index.d.ts +24 -27
- package/dist/components/field/index.js +3 -2
- package/dist/components/fieldset/index.d.ts +12 -15
- package/dist/components/fieldset/index.js +3 -2
- package/dist/components/file-upload/index.d.ts +27 -26
- package/dist/components/file-upload/index.js +5 -4
- package/dist/components/floating-panel/index.d.ts +28 -26
- package/dist/components/floating-panel/index.js +4 -4
- package/dist/components/focus-trap/index.d.ts +5 -5
- 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 +4 -4
- package/dist/components/highlight/index.js +1 -1
- package/dist/components/hover-card/index.d.ts +28 -27
- package/dist/components/hover-card/index.js +5 -5
- package/dist/components/image-cropper/index.d.ts +15 -18
- package/dist/components/image-cropper/index.js +4 -7
- 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 -28
- package/dist/components/listbox/index.js +4 -8
- package/dist/components/marquee/index.d.ts +25 -24
- package/dist/components/marquee/index.js +3 -3
- package/dist/components/menu/index.d.ts +56 -54
- package/dist/components/menu/index.js +5 -5
- package/dist/components/navigation-menu/index.d.ts +22 -21
- package/dist/components/navigation-menu/index.js +5 -5
- package/dist/components/number-input/index.d.ts +24 -23
- package/dist/components/number-input/index.js +5 -4
- package/dist/components/pagination/index.d.ts +17 -16
- package/dist/components/pagination/index.js +3 -3
- package/dist/components/password-input/index.d.ts +26 -25
- package/dist/components/password-input/index.js +5 -4
- package/dist/components/pin-input/index.d.ts +21 -20
- package/dist/components/pin-input/index.js +5 -4
- package/dist/components/popover/index.d.ts +36 -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 +17 -16
- package/dist/components/progress/index.js +3 -3
- package/dist/components/qr-code/index.d.ts +13 -12
- package/dist/components/qr-code/index.js +3 -3
- package/dist/components/radio-group/index.d.ts +21 -20
- package/dist/components/radio-group/index.js +6 -5
- package/dist/components/rating-group/index.d.ts +19 -18
- package/dist/components/rating-group/index.js +5 -4
- package/dist/components/scroll-area/index.d.ts +14 -13
- package/dist/components/scroll-area/index.js +3 -3
- package/dist/components/segment-group/index.d.ts +19 -22
- package/dist/components/segment-group/index.js +3 -8
- package/dist/components/select/index.d.ts +41 -40
- package/dist/components/select/index.js +8 -7
- package/dist/components/signature-pad/index.d.ts +18 -17
- package/dist/components/signature-pad/index.js +5 -4
- package/dist/components/slider/index.d.ts +25 -24
- package/dist/components/slider/index.js +3 -3
- package/dist/components/splitter/index.d.ts +14 -13
- package/dist/components/splitter/index.js +4 -3
- package/dist/components/steps/index.d.ts +22 -21
- package/dist/components/steps/index.js +3 -3
- package/dist/components/switch/index.d.ts +18 -17
- package/dist/components/switch/index.js +5 -4
- package/dist/components/tabs/index.d.ts +22 -21
- package/dist/components/tabs/index.js +5 -5
- package/dist/components/tags-input/index.d.ts +36 -35
- package/dist/components/tags-input/index.js +5 -4
- package/dist/components/timer/index.d.ts +16 -15
- package/dist/components/timer/index.js +3 -3
- package/dist/components/toast/index.d.ts +13 -12
- package/dist/components/toast/index.js +2 -2
- package/dist/components/toggle/index.d.ts +10 -13
- package/dist/components/toggle/index.js +3 -8
- package/dist/components/toggle-group/index.d.ts +16 -15
- package/dist/components/toggle-group/index.js +3 -3
- package/dist/components/tooltip/index.d.ts +23 -22
- package/dist/components/tooltip/index.js +5 -5
- package/dist/components/tour/index.d.ts +32 -35
- package/dist/components/tour/index.js +6 -9
- package/dist/components/tree-view/index.d.ts +6 -5
- package/dist/components/tree-view/index.js +6 -5
- package/dist/date-picker-anatomy-B3KhAu53.d.ts +6 -0
- package/dist/date-picker-anatomy-BbB7oLLk.js +7 -0
- package/dist/dialog-anatomy--8BPzYvc.d.ts +2 -0
- package/dist/dialog-anatomy-DZW7OUW_.js +3 -0
- package/dist/editable-anatomy-D1eyySPH.js +3 -0
- package/dist/editable-anatomy-qX6giV4Y.d.ts +2 -0
- package/dist/{field-CtPR24u6.js → field-C6iB3Tje.js} +3 -8
- package/dist/field-anatomy-DOCpzb4B.js +8 -0
- package/dist/field-anatomy-meDug-96.d.ts +6 -0
- package/dist/{fieldset-D5SznrKY.js → fieldset-B1bn9yHW.js} +3 -8
- package/dist/fieldset-anatomy-BENizr4L.d.ts +6 -0
- package/dist/fieldset-anatomy-DmZTaMK6.js +8 -0
- package/dist/file-upload-anatomy-BFGZTW-d.d.ts +2 -0
- package/dist/file-upload-anatomy-CZ2VnScd.js +3 -0
- package/dist/floating-panel-anatomy-DBrl1Bp0.js +3 -0
- package/dist/floating-panel-anatomy-aRL0nEuA.d.ts +2 -0
- package/dist/hover-card-anatomy-BL8G0P5L.d.ts +2 -0
- package/dist/hover-card-anatomy-D3wEfkuu.js +3 -0
- package/dist/image-cropper-anatomy-Q-TC-Ntz.d.ts +6 -0
- package/dist/image-cropper-anatomy-vcTNTTGP.js +7 -0
- package/dist/{index-CmCVWB7e.d.ts → index-CKLWua9t.d.ts} +32 -32
- package/dist/{index-8bjPAUl0.d.ts → index-DLfVD7U5.d.ts} +10 -10
- package/dist/{index-BnYwp0nl.d.ts → index-_AirUBz0.d.ts} +7 -7
- package/dist/index.d.ts +3 -3
- package/dist/listbox-anatomy-CHgk_go8.d.ts +6 -0
- package/dist/listbox-anatomy-D2r-4uq6.js +7 -0
- package/dist/marquee-anatomy-BSMR6X4B.d.ts +2 -0
- package/dist/marquee-anatomy-sKw9g-dJ.js +3 -0
- package/dist/menu-anatomy-2i8La6ak.d.ts +2 -0
- package/dist/menu-anatomy-DbCORryZ.js +3 -0
- package/dist/navigation-menu-anatomy-kSlLw4EL.d.ts +2 -0
- package/dist/navigation-menu-anatomy-nwZUxyMV.js +3 -0
- package/dist/number-input-anatomy-BrKnd1U3.d.ts +2 -0
- package/dist/number-input-anatomy-hB3PpB4j.js +3 -0
- package/dist/pagination-anatomy-D8yk0Puf.js +3 -0
- package/dist/pagination-anatomy-NpCn-mYm.d.ts +2 -0
- package/dist/password-input-anatomy-BJPXSE6T.d.ts +2 -0
- package/dist/password-input-anatomy-D0nhl7MJ.js +3 -0
- package/dist/pin-input-anatomy-Blh9Y2sq.js +3 -0
- package/dist/pin-input-anatomy-OckZj-cF.d.ts +2 -0
- package/dist/popover-anatomy-Ce31QPso.d.ts +2 -0
- package/dist/popover-anatomy-DXWeYlnF.js +3 -0
- package/dist/{presence-BK6rPXK7.js → presence-Byk0B_Vq.js} +1 -1
- package/dist/progress-anatomy-DUD4W7vg.d.ts +2 -0
- package/dist/progress-anatomy-lioRhIrB.js +3 -0
- package/dist/qr-code-anatomy-CIy9Wai6.js +3 -0
- package/dist/qr-code-anatomy-Dmh5IV3m.d.ts +2 -0
- package/dist/radio-group-anatomy-C7L8dkhn.js +3 -0
- package/dist/radio-group-anatomy-CXwS1OoR.d.ts +2 -0
- package/dist/rating-group-anatomy-CBhzoESK.js +3 -0
- package/dist/rating-group-anatomy-DMTutKxa.d.ts +2 -0
- package/dist/scroll-area-anatomy-B-FlUOdc.js +3 -0
- package/dist/scroll-area-anatomy-Cxkrq_al.d.ts +2 -0
- package/dist/segment-group-anatomy-CNtzx5Yr.d.ts +6 -0
- package/dist/segment-group-anatomy-CPdu1efW.js +8 -0
- package/dist/select-anatomy-CiNHi2Kx.js +3 -0
- package/dist/select-anatomy-Elu3b3Op.d.ts +2 -0
- package/dist/signature-pad-anatomy-B-OK1170.d.ts +2 -0
- package/dist/signature-pad-anatomy-Mz3w_i5B.js +3 -0
- package/dist/slider-anatomy-3KpCBnz3.js +3 -0
- package/dist/slider-anatomy-Ctfd4geR.d.ts +2 -0
- package/dist/splitter-anatomy-CN7s6WdQ.d.ts +2 -0
- package/dist/splitter-anatomy-D2RNa-hA.js +3 -0
- package/dist/steps-anatomy-CSfgiyVI.js +3 -0
- package/dist/steps-anatomy-DrtAi5Mk.d.ts +2 -0
- package/dist/switch-anatomy-DDL1v5Fs.js +3 -0
- package/dist/switch-anatomy-Z4qGqnte.d.ts +2 -0
- package/dist/tabs-anatomy-BL3YLH_t.d.ts +2 -0
- package/dist/tabs-anatomy-DlQHg-E8.js +3 -0
- package/dist/tags-input-anatomy-AHepxK3s.d.ts +2 -0
- package/dist/tags-input-anatomy-DYSi98Bx.js +3 -0
- package/dist/timer-anatomy-Be-Fa71t.d.ts +2 -0
- package/dist/timer-anatomy-C9bTbrUf.js +3 -0
- package/dist/toast-anatomy-CssUp7TT.js +3 -0
- package/dist/toast-anatomy-_k_zeUjw.d.ts +2 -0
- package/dist/toggle-anatomy-D8XJQLnW.js +8 -0
- package/dist/toggle-anatomy-DFzkjtVR.d.ts +6 -0
- package/dist/toggle-group-anatomy-DD8PvB75.js +3 -0
- package/dist/toggle-group-anatomy-L0_56E8r.d.ts +2 -0
- package/dist/tooltip-anatomy-CPw1wOXd.js +3 -0
- package/dist/tooltip-anatomy-jbsTMGov.d.ts +2 -0
- package/dist/tour-anatomy-CDmnjoPR.js +7 -0
- package/dist/tour-anatomy-CgFQsxyi.d.ts +6 -0
- package/dist/{tree-view-N6ShNmpe.js → tree-view-BBC0paRq.js} +6 -7
- package/dist/tree-view-anatomy-BM2MLpUa.d.ts +2 -0
- package/dist/tree-view-anatomy-BW_ruJ-g.js +3 -0
- package/package.json +6 -2
- /package/dist/{boolean-CpMsIRK4.js → boolean-L5YmbZkb.js} +0 -0
- /package/dist/{clean-props-ChPEW0vT.js → clean-props-DsGHTEpm.js} +0 -0
- /package/dist/{create-split-props-BDJ_VWs3.js → create-split-props-BQ6yvpdF.js} +0 -0
- /package/dist/{factory-B5zr8_kk.d.ts → factory-D5HMCjkS.d.ts} +0 -0
- /package/dist/{factory-Co08Aw8u.js → factory-DxZQviAU.js} +0 -0
- /package/dist/{index-CCRVRFFQ.d.ts → index-DmKzfNVe.d.ts} +0 -0
- /package/dist/{index-DhFoJHfp.d.ts → index-e9UjgIag.d.ts} +0 -0
- /package/dist/{presence-types-BJRr8tqd.d.ts → presence-types-CaUy1bPc.d.ts} +0 -0
- /package/dist/{types-DIEO6uP3.d.ts → types-DVbnnQPS.d.ts} +0 -0
- /package/dist/{use-render-strategy-DMa_QmB6.js → use-render-strategy-Bx4OiQlo.js} +0 -0
- /package/dist/{use-render-strategy-U5NxU252.d.ts → use-render-strategy-DsagWQCm.d.ts} +0 -0
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
|
|
2
|
+
|
|
3
|
+
//#region src/components/carousel/carousel-anatomy.d.ts
|
|
4
|
+
declare const carouselAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"root" | "indicator" | "control" | "item" | "itemGroup" | "nextTrigger" | "prevTrigger" | "indicatorGroup" | "autoplayTrigger" | "progressText" | "autoplayIndicator">;
|
|
5
|
+
//#endregion
|
|
6
|
+
export { carouselAnatomy as t };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as _sprawlify_primitives_anatomy1 from "@sprawlify/primitives/anatomy";
|
|
2
|
+
|
|
3
|
+
//#region src/components/checkbox/checkbox-anatomy.d.ts
|
|
4
|
+
declare const checkboxAnatomy: _sprawlify_primitives_anatomy1.AnatomyInstance<"label" | "root" | "indicator" | "control" | "group">;
|
|
5
|
+
//#endregion
|
|
6
|
+
export { checkboxAnatomy as t };
|
|
@@ -3,11 +3,10 @@ import { n as useMachine, r as normalizeProps$1 } from "./core-DNndr38p.js";
|
|
|
3
3
|
import { a as useLocaleContext, c as useEnvironmentContext, i as DEFAULT_LOCALE, s as DEFAULT_ENVIRONMENT } from "./providers-DNBWT-O_.js";
|
|
4
4
|
import { t as createContext } from "./create-context-Ds1GbsVc.js";
|
|
5
5
|
import { t as useForwardExpose } from "./use-forward-expose-CCAmHTUB.js";
|
|
6
|
-
import { t as sprawlify } from "./factory-
|
|
7
|
-
import { t as cleanProps } from "./clean-props-
|
|
6
|
+
import { t as sprawlify } from "./factory-DxZQviAU.js";
|
|
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";
|
|
10
|
-
import { anatomy as collapsibleAnatomy } from "@sprawlify/primitives/machines/collapsible";
|
|
11
10
|
|
|
12
11
|
//#region src/components/collapsible/use-collapsible-context.ts
|
|
13
12
|
const [CollapsibleProvider, useCollapsibleContext] = createContext("CollapsibleContext");
|
|
@@ -257,4 +256,4 @@ var collapsible_exports = /* @__PURE__ */ __exportAll({
|
|
|
257
256
|
});
|
|
258
257
|
|
|
259
258
|
//#endregion
|
|
260
|
-
export {
|
|
259
|
+
export { useCollapsible as a, collapsible_content_default as c, collapsible_root_default as i, useCollapsibleContext as l, collapsible_indicator_default as n, collapsible_root_provider_default as o, collapsible_trigger_default as r, collapsible_context_default as s, collapsible_exports as t };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as useMachine } from "./core-DNndr38p.js";
|
|
2
|
-
import { t as cleanProps } from "./clean-props-
|
|
2
|
+
import { t as cleanProps } from "./clean-props-DsGHTEpm.js";
|
|
3
3
|
import { computed, ref, shallowRef, toValue, watch } from "vue";
|
|
4
4
|
import { GridCollection, ListCollection, Selection, TreeCollection, filePathToTree } from "@sprawlify/primitives/collection";
|
|
5
5
|
import * as asyncList from "@sprawlify/primitives/machines/async-list";
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as _sprawlify_primitives_anatomy2 from "@sprawlify/primitives/anatomy";
|
|
2
|
+
|
|
3
|
+
//#region src/components/color-picker/color-picker-anatomy.d.ts
|
|
4
|
+
declare const colorPickerAnatomy: _sprawlify_primitives_anatomy2.AnatomyInstance<"area" | "label" | "view" | "root" | "trigger" | "content" | "control" | "valueText" | "positioner" | "areaThumb" | "areaBackground" | "channelSlider" | "channelSliderLabel" | "channelSliderTrack" | "channelSliderThumb" | "channelSliderValueText" | "channelInput" | "transparencyGrid" | "swatchGroup" | "swatchTrigger" | "swatchIndicator" | "swatch" | "eyeDropperTrigger" | "formatTrigger" | "formatSelect">;
|
|
5
|
+
//#endregion
|
|
6
|
+
export { colorPickerAnatomy as t };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
|
|
2
|
+
|
|
3
|
+
//#region src/components/combobox/combobox-anatomy.d.ts
|
|
4
|
+
declare const comboboxAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"input" | "label" | "root" | "trigger" | "content" | "list" | "control" | "item" | "itemText" | "itemGroup" | "positioner" | "itemIndicator" | "clearTrigger" | "itemGroupLabel" | "empty">;
|
|
5
|
+
//#endregion
|
|
6
|
+
export { comboboxAnatomy as t };
|
|
@@ -1,12 +1,13 @@
|
|
|
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
|
|
1
|
+
import { t as PolymorphicProps } from "../../factory-D5HMCjkS.js";
|
|
2
|
+
import { i as UsePresenceProps } from "../../index-DLfVD7U5.js";
|
|
3
|
+
import { a as Optional, r as EmitFn$1 } from "../../types-DVbnnQPS.js";
|
|
4
|
+
import { r as PropTypes } from "../../index-DmKzfNVe.js";
|
|
5
|
+
import { t as RenderStrategyProps } from "../../use-render-strategy-DsagWQCm.js";
|
|
6
|
+
import { t as accordionAnatomy } from "../../accordion-anatomy-rCL5aWqn.js";
|
|
7
|
+
import * as vue1881 from "vue";
|
|
7
8
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
8
9
|
import * as accordion from "@sprawlify/primitives/machines/accordion";
|
|
9
|
-
import { FocusChangeDetails, FocusChangeDetails as AccordionFocusChangeDetails, ItemProps, ItemState, ValueChangeDetails, ValueChangeDetails as AccordionValueChangeDetails
|
|
10
|
+
import { FocusChangeDetails, FocusChangeDetails as AccordionFocusChangeDetails, ItemProps, ItemState, ValueChangeDetails, ValueChangeDetails as AccordionValueChangeDetails } from "@sprawlify/primitives/machines/accordion";
|
|
10
11
|
|
|
11
12
|
//#region src/components/accordion/accordion-types.d.ts
|
|
12
13
|
interface RootProps {
|
|
@@ -45,7 +46,7 @@ interface AccordionContextProps extends SlotsType<{
|
|
|
45
46
|
default: UnwrapRef<UseAccordionContext>;
|
|
46
47
|
}> {}
|
|
47
48
|
declare const _default: typeof __VLS_export$7;
|
|
48
|
-
declare const __VLS_export$7: __VLS_WithSlots$7<
|
|
49
|
+
declare const __VLS_export$7: __VLS_WithSlots$7<vue1881.DefineComponent<{}, {}, {}, {}, {}, vue1881.ComponentOptionsMixin, vue1881.ComponentOptionsMixin, {}, string, vue1881.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1881.ComponentProvideOptions, true, {}, any>, {
|
|
49
50
|
default(accordion: UnwrapRef<UseAccordionContext>): unknown;
|
|
50
51
|
}>;
|
|
51
52
|
type __VLS_WithSlots$7<T, S> = T & {
|
|
@@ -62,7 +63,7 @@ interface AccordionItemContentProps extends AccordionItemContentBaseProps,
|
|
|
62
63
|
*/
|
|
63
64
|
HTMLAttributes {}
|
|
64
65
|
declare const _default$2: typeof __VLS_export$6;
|
|
65
|
-
declare const __VLS_export$6: __VLS_WithSlots$6<
|
|
66
|
+
declare const __VLS_export$6: __VLS_WithSlots$6<vue1881.DefineComponent<AccordionItemContentProps, {}, {}, {}, {}, vue1881.ComponentOptionsMixin, vue1881.ComponentOptionsMixin, {}, string, vue1881.PublicProps, Readonly<AccordionItemContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1881.ComponentProvideOptions, false, {}, any>, {
|
|
66
67
|
default?: (props: {}) => any;
|
|
67
68
|
}>;
|
|
68
69
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -79,7 +80,7 @@ interface AccordionItemContextProps extends SlotsType<{
|
|
|
79
80
|
default: UnwrapRef<UseAccordionItemContext>;
|
|
80
81
|
}> {}
|
|
81
82
|
declare const _default$3: typeof __VLS_export$5;
|
|
82
|
-
declare const __VLS_export$5: __VLS_WithSlots$5<
|
|
83
|
+
declare const __VLS_export$5: __VLS_WithSlots$5<vue1881.DefineComponent<{}, {}, {}, {}, {}, vue1881.ComponentOptionsMixin, vue1881.ComponentOptionsMixin, {}, string, vue1881.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1881.ComponentProvideOptions, true, {}, any>, {
|
|
83
84
|
default(item: UnwrapRef<UseAccordionItemContext>): unknown;
|
|
84
85
|
}>;
|
|
85
86
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -96,7 +97,7 @@ interface AccordionItemIndicatorProps extends AccordionItemIndicatorBaseProps,
|
|
|
96
97
|
*/
|
|
97
98
|
HTMLAttributes {}
|
|
98
99
|
declare const _default$4: typeof __VLS_export$4;
|
|
99
|
-
declare const __VLS_export$4: __VLS_WithSlots$4<
|
|
100
|
+
declare const __VLS_export$4: __VLS_WithSlots$4<vue1881.DefineComponent<AccordionItemIndicatorProps, {}, {}, {}, {}, vue1881.ComponentOptionsMixin, vue1881.ComponentOptionsMixin, {}, string, vue1881.PublicProps, Readonly<AccordionItemIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1881.ComponentProvideOptions, false, {}, any>, {
|
|
100
101
|
default?: (props: {}) => any;
|
|
101
102
|
}>;
|
|
102
103
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -113,7 +114,7 @@ interface AccordionItemTriggerProps extends AccordionItemTriggerBaseProps,
|
|
|
113
114
|
*/
|
|
114
115
|
ButtonHTMLAttributes {}
|
|
115
116
|
declare const _default$5: typeof __VLS_export$3;
|
|
116
|
-
declare const __VLS_export$3: __VLS_WithSlots$3<
|
|
117
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue1881.DefineComponent<AccordionItemTriggerProps, {}, {}, {}, {}, vue1881.ComponentOptionsMixin, vue1881.ComponentOptionsMixin, {}, string, vue1881.PublicProps, Readonly<AccordionItemTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1881.ComponentProvideOptions, false, {}, any>, {
|
|
117
118
|
default?: (props: {}) => any;
|
|
118
119
|
}>;
|
|
119
120
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -130,7 +131,7 @@ interface AccordionItemProps extends AccordionItemBaseProps,
|
|
|
130
131
|
*/
|
|
131
132
|
HTMLAttributes {}
|
|
132
133
|
declare const _default$1: typeof __VLS_export$2;
|
|
133
|
-
declare const __VLS_export$2: __VLS_WithSlots$2<
|
|
134
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue1881.DefineComponent<AccordionItemProps, {}, {}, {}, {}, vue1881.ComponentOptionsMixin, vue1881.ComponentOptionsMixin, {}, string, vue1881.PublicProps, Readonly<AccordionItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1881.ComponentProvideOptions, false, {}, any>, {
|
|
134
135
|
default?: (props: {}) => any;
|
|
135
136
|
}>;
|
|
136
137
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -150,7 +151,7 @@ interface AccordionRootProviderProps extends AccordionRootProviderBaseProps,
|
|
|
150
151
|
*/
|
|
151
152
|
HTMLAttributes {}
|
|
152
153
|
declare const _default$7: typeof __VLS_export$1;
|
|
153
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
154
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue1881.DefineComponent<AccordionRootProviderProps, {}, {}, {}, {}, vue1881.ComponentOptionsMixin, vue1881.ComponentOptionsMixin, {}, string, vue1881.PublicProps, Readonly<AccordionRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1881.ComponentProvideOptions, false, {}, any>, {
|
|
154
155
|
default?: (props: {}) => any;
|
|
155
156
|
}>;
|
|
156
157
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -168,19 +169,19 @@ interface AccordionRootProps extends AccordionRootBaseProps,
|
|
|
168
169
|
HTMLAttributes {}
|
|
169
170
|
interface AccordionRootEmits extends RootEmits {}
|
|
170
171
|
declare const _default$6: typeof __VLS_export;
|
|
171
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
172
|
-
"update:modelValue": (value: string[]) => any;
|
|
173
|
-
valueChange: (details: accordion.ValueChangeDetails) => any;
|
|
172
|
+
declare const __VLS_export: __VLS_WithSlots<vue1881.DefineComponent<AccordionRootProps, {}, {}, {}, {}, vue1881.ComponentOptionsMixin, vue1881.ComponentOptionsMixin, {
|
|
174
173
|
focusChange: (details: accordion.FocusChangeDetails) => any;
|
|
175
|
-
|
|
176
|
-
"
|
|
177
|
-
|
|
174
|
+
valueChange: (details: accordion.ValueChangeDetails) => any;
|
|
175
|
+
"update:modelValue": (value: string[]) => any;
|
|
176
|
+
}, string, vue1881.PublicProps, Readonly<AccordionRootProps> & Readonly<{
|
|
178
177
|
onFocusChange?: ((details: accordion.FocusChangeDetails) => any) | undefined;
|
|
178
|
+
onValueChange?: ((details: accordion.ValueChangeDetails) => any) | undefined;
|
|
179
|
+
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
179
180
|
}>, {
|
|
180
181
|
disabled: boolean;
|
|
181
182
|
multiple: boolean;
|
|
182
183
|
collapsible: boolean;
|
|
183
|
-
}, {}, {}, {}, string,
|
|
184
|
+
}, {}, {}, {}, string, vue1881.ComponentProvideOptions, false, {}, any>, {
|
|
184
185
|
default?: (props: {}) => any;
|
|
185
186
|
}>;
|
|
186
187
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -3,14 +3,14 @@ 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
|
|
7
|
-
import { t as
|
|
8
|
-
import {
|
|
9
|
-
import { t as
|
|
10
|
-
import { t as
|
|
6
|
+
import { t as accordionAnatomy } from "../../accordion-anatomy-SnniqySz.js";
|
|
7
|
+
import { t as sprawlify } from "../../factory-DxZQviAU.js";
|
|
8
|
+
import { l as useCollapsibleContext, t as collapsible_exports } from "../../collapsible-kw6uns8K.js";
|
|
9
|
+
import { t as cleanProps } from "../../clean-props-DsGHTEpm.js";
|
|
10
|
+
import { t as createSplitProps } from "../../create-split-props-BQ6yvpdF.js";
|
|
11
|
+
import { n as useRenderStrategyProps, t as RenderStrategyPropsProvider } from "../../use-render-strategy-Bx4OiQlo.js";
|
|
11
12
|
import { computed, createBlock, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
|
|
12
13
|
import * as accordion from "@sprawlify/primitives/machines/accordion";
|
|
13
|
-
import { anatomy as accordionAnatomy } from "@sprawlify/primitives/machines/accordion";
|
|
14
14
|
|
|
15
15
|
//#region src/components/accordion/use-accordion-context.ts
|
|
16
16
|
const [AccordionProvider, useAccordionContext] = createContext("AccordionContext");
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { t as accordionAnatomy } from "../accordion-anatomy-rCL5aWqn.js";
|
|
2
|
+
import { t as angleSliderAnatomy } from "../angle-slider-anatomy-Dx77gXPi.js";
|
|
3
|
+
import { t as avatarAnatomy } from "../avatar-anatomy-DqwdmVib.js";
|
|
4
|
+
import { t as bottomSheetAnatomy } from "../bottom-sheet-anatomy-CATwdEhi.js";
|
|
5
|
+
import { t as carouselAnatomy } from "../carousel-anatomy-CP646ljY.js";
|
|
6
|
+
import { t as checkboxAnatomy } from "../checkbox-anatomy-DGrjF6ri.js";
|
|
7
|
+
import { t as clipboardAnatomy } from "../clipboard-anatomy-BtxJPw4p.js";
|
|
8
|
+
import { t as collapsibleAnatomy } from "../collapsible-anatomy-C-2X58M2.js";
|
|
9
|
+
import { t as colorPickerAnatomy } from "../color-picker-anatomy-C18pJhHu.js";
|
|
10
|
+
import { t as comboboxAnatomy } from "../combobox-anatomy-CwdkDJPn.js";
|
|
11
|
+
import { t as datePickerAnatomy } from "../date-picker-anatomy-B3KhAu53.js";
|
|
12
|
+
import { t as dialogAnatomy } from "../dialog-anatomy--8BPzYvc.js";
|
|
13
|
+
import { t as editableAnatomy } from "../editable-anatomy-qX6giV4Y.js";
|
|
14
|
+
import { t as fieldAnatomy } from "../field-anatomy-meDug-96.js";
|
|
15
|
+
import { t as fieldsetAnatomy } from "../fieldset-anatomy-BENizr4L.js";
|
|
16
|
+
import { t as fileUploadAnatomy } from "../file-upload-anatomy-BFGZTW-d.js";
|
|
17
|
+
import { t as floatingPanelAnatomy } from "../floating-panel-anatomy-aRL0nEuA.js";
|
|
18
|
+
import { t as hoverCardAnatomy } from "../hover-card-anatomy-BL8G0P5L.js";
|
|
19
|
+
import { t as imageCropperAnatomy } from "../image-cropper-anatomy-Q-TC-Ntz.js";
|
|
20
|
+
import { t as listboxAnatomy } from "../listbox-anatomy-CHgk_go8.js";
|
|
21
|
+
import { t as marqueeAnatomy } from "../marquee-anatomy-BSMR6X4B.js";
|
|
22
|
+
import { t as menuAnatomy } from "../menu-anatomy-2i8La6ak.js";
|
|
23
|
+
import { t as navigationMenuAnatomy } from "../navigation-menu-anatomy-kSlLw4EL.js";
|
|
24
|
+
import { t as numberInputAnatomy } from "../number-input-anatomy-BrKnd1U3.js";
|
|
25
|
+
import { t as paginationAnatomy } from "../pagination-anatomy-NpCn-mYm.js";
|
|
26
|
+
import { t as passwordInputAnatomy } from "../password-input-anatomy-BJPXSE6T.js";
|
|
27
|
+
import { t as pinInputAnatomy } from "../pin-input-anatomy-OckZj-cF.js";
|
|
28
|
+
import { t as popoverAnatomy } from "../popover-anatomy-Ce31QPso.js";
|
|
29
|
+
import { t as progressAnatomy } from "../progress-anatomy-DUD4W7vg.js";
|
|
30
|
+
import { t as qrCodeAnatomy } from "../qr-code-anatomy-Dmh5IV3m.js";
|
|
31
|
+
import { t as radioGroupAnatomy } from "../radio-group-anatomy-CXwS1OoR.js";
|
|
32
|
+
import { t as ratingGroupAnatomy } from "../rating-group-anatomy-DMTutKxa.js";
|
|
33
|
+
import { t as scrollAreaAnatomy } from "../scroll-area-anatomy-Cxkrq_al.js";
|
|
34
|
+
import { t as segmentGroupAnatomy } from "../segment-group-anatomy-CNtzx5Yr.js";
|
|
35
|
+
import { t as selectAnatomy } from "../select-anatomy-Elu3b3Op.js";
|
|
36
|
+
import { t as signaturePadAnatomy } from "../signature-pad-anatomy-B-OK1170.js";
|
|
37
|
+
import { t as sliderAnatomy } from "../slider-anatomy-Ctfd4geR.js";
|
|
38
|
+
import { t as splitterAnatomy } from "../splitter-anatomy-CN7s6WdQ.js";
|
|
39
|
+
import { t as stepsAnatomy } from "../steps-anatomy-DrtAi5Mk.js";
|
|
40
|
+
import { t as switchAnatomy } from "../switch-anatomy-Z4qGqnte.js";
|
|
41
|
+
import { t as tabsAnatomy } from "../tabs-anatomy-BL3YLH_t.js";
|
|
42
|
+
import { t as tagsInputAnatomy } from "../tags-input-anatomy-AHepxK3s.js";
|
|
43
|
+
import { t as timerAnatomy } from "../timer-anatomy-Be-Fa71t.js";
|
|
44
|
+
import { t as toastAnatomy } from "../toast-anatomy-_k_zeUjw.js";
|
|
45
|
+
import { t as toggleGroupAnatomy } from "../toggle-group-anatomy-L0_56E8r.js";
|
|
46
|
+
import { t as toggleAnatomy } from "../toggle-anatomy-DFzkjtVR.js";
|
|
47
|
+
import { t as tooltipAnatomy } from "../tooltip-anatomy-jbsTMGov.js";
|
|
48
|
+
import { t as tourAnatomy } from "../tour-anatomy-CgFQsxyi.js";
|
|
49
|
+
import { t as treeViewAnatomy } from "../tree-view-anatomy-BM2MLpUa.js";
|
|
50
|
+
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 };
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { t as accordionAnatomy } from "../accordion-anatomy-SnniqySz.js";
|
|
2
|
+
import { t as angleSliderAnatomy } from "../angle-slider-anatomy-BcpYlzjU.js";
|
|
3
|
+
import { t as avatarAnatomy } from "../avatar-anatomy-DkaRck8U.js";
|
|
4
|
+
import { t as bottomSheetAnatomy } from "../bottom-sheet-anatomy-lHEnPDuf.js";
|
|
5
|
+
import { t as carouselAnatomy } from "../carousel-anatomy-Dozyhz87.js";
|
|
6
|
+
import { t as checkboxAnatomy } from "../checkbox-anatomy-DrTfnRdC.js";
|
|
7
|
+
import { t as clipboardAnatomy } from "../clipboard-anatomy-Btcms62_.js";
|
|
8
|
+
import { t as collapsibleAnatomy } from "../collapsible-anatomy-Bz0a8LAr.js";
|
|
9
|
+
import { t as colorPickerAnatomy } from "../color-picker-anatomy-DJP6gg1F.js";
|
|
10
|
+
import { t as comboboxAnatomy } from "../combobox-anatomy-DccBa7f5.js";
|
|
11
|
+
import { t as datePickerAnatomy } from "../date-picker-anatomy-BbB7oLLk.js";
|
|
12
|
+
import { t as dialogAnatomy } from "../dialog-anatomy-DZW7OUW_.js";
|
|
13
|
+
import { t as editableAnatomy } from "../editable-anatomy-D1eyySPH.js";
|
|
14
|
+
import { t as fieldAnatomy } from "../field-anatomy-DOCpzb4B.js";
|
|
15
|
+
import { t as fieldsetAnatomy } from "../fieldset-anatomy-DmZTaMK6.js";
|
|
16
|
+
import { t as fileUploadAnatomy } from "../file-upload-anatomy-CZ2VnScd.js";
|
|
17
|
+
import { t as floatingPanelAnatomy } from "../floating-panel-anatomy-DBrl1Bp0.js";
|
|
18
|
+
import { t as hoverCardAnatomy } from "../hover-card-anatomy-D3wEfkuu.js";
|
|
19
|
+
import { t as imageCropperAnatomy } from "../image-cropper-anatomy-vcTNTTGP.js";
|
|
20
|
+
import { t as listboxAnatomy } from "../listbox-anatomy-D2r-4uq6.js";
|
|
21
|
+
import { t as marqueeAnatomy } from "../marquee-anatomy-sKw9g-dJ.js";
|
|
22
|
+
import { t as menuAnatomy } from "../menu-anatomy-DbCORryZ.js";
|
|
23
|
+
import { t as navigationMenuAnatomy } from "../navigation-menu-anatomy-nwZUxyMV.js";
|
|
24
|
+
import { t as numberInputAnatomy } from "../number-input-anatomy-hB3PpB4j.js";
|
|
25
|
+
import { t as paginationAnatomy } from "../pagination-anatomy-D8yk0Puf.js";
|
|
26
|
+
import { t as passwordInputAnatomy } from "../password-input-anatomy-D0nhl7MJ.js";
|
|
27
|
+
import { t as pinInputAnatomy } from "../pin-input-anatomy-Blh9Y2sq.js";
|
|
28
|
+
import { t as popoverAnatomy } from "../popover-anatomy-DXWeYlnF.js";
|
|
29
|
+
import { t as progressAnatomy } from "../progress-anatomy-lioRhIrB.js";
|
|
30
|
+
import { t as qrCodeAnatomy } from "../qr-code-anatomy-CIy9Wai6.js";
|
|
31
|
+
import { t as radioGroupAnatomy } from "../radio-group-anatomy-C7L8dkhn.js";
|
|
32
|
+
import { t as ratingGroupAnatomy } from "../rating-group-anatomy-CBhzoESK.js";
|
|
33
|
+
import { t as scrollAreaAnatomy } from "../scroll-area-anatomy-B-FlUOdc.js";
|
|
34
|
+
import { n as segmentGroupAnatomy } from "../segment-group-anatomy-CPdu1efW.js";
|
|
35
|
+
import { t as selectAnatomy } from "../select-anatomy-CiNHi2Kx.js";
|
|
36
|
+
import { t as signaturePadAnatomy } from "../signature-pad-anatomy-Mz3w_i5B.js";
|
|
37
|
+
import { t as sliderAnatomy } from "../slider-anatomy-3KpCBnz3.js";
|
|
38
|
+
import { t as splitterAnatomy } from "../splitter-anatomy-D2RNa-hA.js";
|
|
39
|
+
import { t as stepsAnatomy } from "../steps-anatomy-CSfgiyVI.js";
|
|
40
|
+
import { t as switchAnatomy } from "../switch-anatomy-DDL1v5Fs.js";
|
|
41
|
+
import { t as tabsAnatomy } from "../tabs-anatomy-DlQHg-E8.js";
|
|
42
|
+
import { t as tagsInputAnatomy } from "../tags-input-anatomy-DYSi98Bx.js";
|
|
43
|
+
import { t as timerAnatomy } from "../timer-anatomy-C9bTbrUf.js";
|
|
44
|
+
import { t as toastAnatomy } from "../toast-anatomy-CssUp7TT.js";
|
|
45
|
+
import { t as toggleGroupAnatomy } from "../toggle-group-anatomy-DD8PvB75.js";
|
|
46
|
+
import { t as toggleAnatomy } from "../toggle-anatomy-D8XJQLnW.js";
|
|
47
|
+
import { t as tooltipAnatomy } from "../tooltip-anatomy-CPw1wOXd.js";
|
|
48
|
+
import { t as tourAnatomy } from "../tour-anatomy-CDmnjoPR.js";
|
|
49
|
+
import { t as treeViewAnatomy } from "../tree-view-anatomy-BW_ruJ-g.js";
|
|
50
|
+
|
|
51
|
+
export * from "@sprawlify/primitives/anatomy"
|
|
52
|
+
|
|
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 };
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { t as PolymorphicProps } from "../../factory-
|
|
2
|
-
import { a as Optional } from "../../types-
|
|
3
|
-
import { r as PropTypes } from "../../index-
|
|
4
|
-
import
|
|
1
|
+
import { t as PolymorphicProps } from "../../factory-D5HMCjkS.js";
|
|
2
|
+
import { a as Optional } from "../../types-DVbnnQPS.js";
|
|
3
|
+
import { r as PropTypes } from "../../index-DmKzfNVe.js";
|
|
4
|
+
import { t as angleSliderAnatomy } from "../../angle-slider-anatomy-Dx77gXPi.js";
|
|
5
|
+
import * as vue40 from "vue";
|
|
5
6
|
import { ComputedRef, EmitFn, HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
6
7
|
import * as angleSlider from "@sprawlify/primitives/machines/angle-slider";
|
|
7
|
-
import { MarkerProps
|
|
8
|
+
import { MarkerProps } from "@sprawlify/primitives/machines/angle-slider";
|
|
8
9
|
|
|
9
10
|
//#region src/components/angle-slider/angle-slider-types.d.ts
|
|
10
11
|
interface RootProps {
|
|
@@ -49,7 +50,7 @@ interface AngleSliderContextProps extends SlotsType<{
|
|
|
49
50
|
default: UnwrapRef<UseAngleSliderContext>;
|
|
50
51
|
}> {}
|
|
51
52
|
declare const _default: typeof __VLS_export$9;
|
|
52
|
-
declare const __VLS_export$9: __VLS_WithSlots$9<
|
|
53
|
+
declare const __VLS_export$9: __VLS_WithSlots$9<vue40.DefineComponent<{}, {}, {}, {}, {}, vue40.ComponentOptionsMixin, vue40.ComponentOptionsMixin, {}, string, vue40.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue40.ComponentProvideOptions, true, {}, any>, {
|
|
53
54
|
default(angleSlider: UnwrapRef<UseAngleSliderContext>): unknown;
|
|
54
55
|
}>;
|
|
55
56
|
type __VLS_WithSlots$9<T, S> = T & {
|
|
@@ -66,19 +67,19 @@ interface AngleSliderRootProps extends AngleSliderRootBaseProps,
|
|
|
66
67
|
*/
|
|
67
68
|
Omit<HTMLAttributes, 'dir'> {}
|
|
68
69
|
declare const _default$6: typeof __VLS_export$8;
|
|
69
|
-
declare const __VLS_export$8: __VLS_WithSlots$8<
|
|
70
|
-
"update:modelValue": (value: number) => any;
|
|
70
|
+
declare const __VLS_export$8: __VLS_WithSlots$8<vue40.DefineComponent<AngleSliderRootProps, {}, {}, {}, {}, vue40.ComponentOptionsMixin, vue40.ComponentOptionsMixin, {
|
|
71
71
|
valueChange: (details: angleSlider.ValueChangeDetails) => any;
|
|
72
|
+
"update:modelValue": (value: number) => any;
|
|
72
73
|
valueChangeEnd: (details: angleSlider.ValueChangeDetails) => any;
|
|
73
|
-
}, string,
|
|
74
|
-
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
74
|
+
}, string, vue40.PublicProps, Readonly<AngleSliderRootProps> & Readonly<{
|
|
75
75
|
onValueChange?: ((details: angleSlider.ValueChangeDetails) => any) | undefined;
|
|
76
|
+
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
76
77
|
onValueChangeEnd?: ((details: angleSlider.ValueChangeDetails) => any) | undefined;
|
|
77
78
|
}>, {
|
|
78
79
|
disabled: boolean;
|
|
79
80
|
invalid: boolean;
|
|
80
81
|
readOnly: boolean;
|
|
81
|
-
}, {}, {}, {}, string,
|
|
82
|
+
}, {}, {}, {}, string, vue40.ComponentProvideOptions, false, {}, any>, {
|
|
82
83
|
default?: (props: {}) => any;
|
|
83
84
|
}>;
|
|
84
85
|
type __VLS_WithSlots$8<T, S> = T & {
|
|
@@ -95,7 +96,7 @@ interface AngleSliderControlProps extends AngleSliderControlBaseProps,
|
|
|
95
96
|
*/
|
|
96
97
|
HTMLAttributes {}
|
|
97
98
|
declare const _default$1: typeof __VLS_export$7;
|
|
98
|
-
declare const __VLS_export$7: __VLS_WithSlots$7<
|
|
99
|
+
declare const __VLS_export$7: __VLS_WithSlots$7<vue40.DefineComponent<AngleSliderControlProps, {}, {}, {}, {}, vue40.ComponentOptionsMixin, vue40.ComponentOptionsMixin, {}, string, vue40.PublicProps, Readonly<AngleSliderControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue40.ComponentProvideOptions, false, {}, any>, {
|
|
99
100
|
default?: (props: {}) => any;
|
|
100
101
|
}>;
|
|
101
102
|
type __VLS_WithSlots$7<T, S> = T & {
|
|
@@ -112,7 +113,7 @@ interface AngleSliderHiddenInputProps extends AngleSliderHiddenInputBaseProps,
|
|
|
112
113
|
*/
|
|
113
114
|
InputHTMLAttributes {}
|
|
114
115
|
declare const _default$2: typeof __VLS_export$6;
|
|
115
|
-
declare const __VLS_export$6: __VLS_WithSlots$6<
|
|
116
|
+
declare const __VLS_export$6: __VLS_WithSlots$6<vue40.DefineComponent<AngleSliderHiddenInputProps, {}, {}, {}, {}, vue40.ComponentOptionsMixin, vue40.ComponentOptionsMixin, {}, string, vue40.PublicProps, Readonly<AngleSliderHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue40.ComponentProvideOptions, false, {}, any>, {
|
|
116
117
|
default?: (props: {}) => any;
|
|
117
118
|
}>;
|
|
118
119
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -129,7 +130,7 @@ interface AngleSliderLabelProps extends AngleSliderLabelBaseProps,
|
|
|
129
130
|
*/
|
|
130
131
|
LabelHTMLAttributes {}
|
|
131
132
|
declare const _default$3: typeof __VLS_export$5;
|
|
132
|
-
declare const __VLS_export$5: __VLS_WithSlots$5<
|
|
133
|
+
declare const __VLS_export$5: __VLS_WithSlots$5<vue40.DefineComponent<AngleSliderLabelProps, {}, {}, {}, {}, vue40.ComponentOptionsMixin, vue40.ComponentOptionsMixin, {}, string, vue40.PublicProps, Readonly<AngleSliderLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue40.ComponentProvideOptions, false, {}, any>, {
|
|
133
134
|
default?: (props: {}) => any;
|
|
134
135
|
}>;
|
|
135
136
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -146,7 +147,7 @@ interface AngleSliderMarkerGroupProps extends AngleSliderMarkerGroupBaseProps,
|
|
|
146
147
|
*/
|
|
147
148
|
HTMLAttributes {}
|
|
148
149
|
declare const _default$5: typeof __VLS_export$4;
|
|
149
|
-
declare const __VLS_export$4: __VLS_WithSlots$4<
|
|
150
|
+
declare const __VLS_export$4: __VLS_WithSlots$4<vue40.DefineComponent<AngleSliderMarkerGroupProps, {}, {}, {}, {}, vue40.ComponentOptionsMixin, vue40.ComponentOptionsMixin, {}, string, vue40.PublicProps, Readonly<AngleSliderMarkerGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue40.ComponentProvideOptions, false, {}, any>, {
|
|
150
151
|
default?: (props: {}) => any;
|
|
151
152
|
}>;
|
|
152
153
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -163,7 +164,7 @@ interface AngleSliderMarkerProps extends AngleSliderMarkerBaseProps,
|
|
|
163
164
|
*/
|
|
164
165
|
HTMLAttributes {}
|
|
165
166
|
declare const _default$4: typeof __VLS_export$3;
|
|
166
|
-
declare const __VLS_export$3: __VLS_WithSlots$3<
|
|
167
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue40.DefineComponent<AngleSliderMarkerProps, {}, {}, {}, {}, vue40.ComponentOptionsMixin, vue40.ComponentOptionsMixin, {}, string, vue40.PublicProps, Readonly<AngleSliderMarkerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue40.ComponentProvideOptions, false, {}, any>, {
|
|
167
168
|
default?: (props: {}) => any;
|
|
168
169
|
}>;
|
|
169
170
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -183,7 +184,7 @@ interface AngleSliderRootProviderProps extends AngleSliderRootProviderBaseProps,
|
|
|
183
184
|
*/
|
|
184
185
|
HTMLAttributes {}
|
|
185
186
|
declare const _default$7: typeof __VLS_export$2;
|
|
186
|
-
declare const __VLS_export$2: __VLS_WithSlots$2<
|
|
187
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue40.DefineComponent<AngleSliderRootProviderProps, {}, {}, {}, {}, vue40.ComponentOptionsMixin, vue40.ComponentOptionsMixin, {}, string, vue40.PublicProps, Readonly<AngleSliderRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue40.ComponentProvideOptions, false, {}, any>, {
|
|
187
188
|
default?: (props: {}) => any;
|
|
188
189
|
}>;
|
|
189
190
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -200,7 +201,7 @@ interface AngleSliderThumbProps extends AngleSliderThumbBaseProps,
|
|
|
200
201
|
*/
|
|
201
202
|
HTMLAttributes {}
|
|
202
203
|
declare const _default$8: typeof __VLS_export$1;
|
|
203
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
204
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue40.DefineComponent<AngleSliderThumbProps, {}, {}, {}, {}, vue40.ComponentOptionsMixin, vue40.ComponentOptionsMixin, {}, string, vue40.PublicProps, Readonly<AngleSliderThumbProps> & Readonly<{}>, {}, {}, {}, {}, string, vue40.ComponentProvideOptions, false, {}, any>, {
|
|
204
205
|
default?: (props: {}) => any;
|
|
205
206
|
}>;
|
|
206
207
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -217,7 +218,7 @@ interface AngleSliderValueTextProps extends AngleSliderValueTextBaseProps,
|
|
|
217
218
|
*/
|
|
218
219
|
HTMLAttributes {}
|
|
219
220
|
declare const _default$9: typeof __VLS_export;
|
|
220
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
221
|
+
declare const __VLS_export: __VLS_WithSlots<vue40.DefineComponent<AngleSliderValueTextProps, {}, {}, {}, {}, vue40.ComponentOptionsMixin, vue40.ComponentOptionsMixin, {}, string, vue40.PublicProps, Readonly<AngleSliderValueTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue40.ComponentProvideOptions, false, {}, any>, __VLS_Slots>;
|
|
221
222
|
type __VLS_WithSlots<T, S> = T & {
|
|
222
223
|
new (): {
|
|
223
224
|
$slots: S;
|
|
@@ -3,11 +3,11 @@ import { n as useMachine, r as normalizeProps$1 } from "../../core-DNndr38p.js";
|
|
|
3
3
|
import { a as useLocaleContext, c as useEnvironmentContext, i as DEFAULT_LOCALE, s as DEFAULT_ENVIRONMENT } from "../../providers-DNBWT-O_.js";
|
|
4
4
|
import { t as createContext } from "../../create-context-Ds1GbsVc.js";
|
|
5
5
|
import { t as useForwardExpose } from "../../use-forward-expose-CCAmHTUB.js";
|
|
6
|
-
import { t as
|
|
7
|
-
import { t as
|
|
6
|
+
import { t as angleSliderAnatomy } from "../../angle-slider-anatomy-BcpYlzjU.js";
|
|
7
|
+
import { t as sprawlify } from "../../factory-DxZQviAU.js";
|
|
8
|
+
import { t as cleanProps } from "../../clean-props-DsGHTEpm.js";
|
|
8
9
|
import { computed, createBlock, createTextVNode, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderSlot, toDisplayString, toValue, unref, useId, useSlots, withCtx } from "vue";
|
|
9
10
|
import * as angleSlider from "@sprawlify/primitives/machines/angle-slider";
|
|
10
|
-
import { anatomy as angleSliderAnatomy } from "@sprawlify/primitives/machines/angle-slider";
|
|
11
11
|
|
|
12
12
|
//#region src/components/angle-slider/use-angle-slider-context.ts
|
|
13
13
|
const [AngleSliderProvider, useAngleSliderContext] = createContext("AngleSliderContext");
|