@sprawlify/vue 0.0.72 → 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-jX9S7WYj.js → collapsible-kw6uns8K.js} +3 -4
- package/dist/{collection-DGKjEgOz.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 +21 -20
- 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 +18 -17
- 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 +24 -23
- package/dist/components/bottom-sheet/index.js +6 -6
- package/dist/components/carousel/index.d.ts +24 -27
- package/dist/components/carousel/index.js +3 -7
- package/dist/components/checkbox/index.d.ts +22 -25
- 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 +17 -16
- 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 +48 -51
- package/dist/components/date-picker/index.js +6 -9
- package/dist/components/dialog/index.d.ts +37 -36
- 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 +29 -28
- 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 +29 -27
- 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 +13 -13
- package/dist/components/json-tree-view/index.js +6 -6
- package/dist/components/listbox/index.d.ts +23 -26
- 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 +60 -58
- 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 +19 -18
- 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 +39 -38
- 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 +19 -18
- package/dist/components/radio-group/index.js +6 -5
- package/dist/components/rating-group/index.d.ts +17 -16
- 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 +17 -20
- 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 +23 -22
- 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 +18 -17
- package/dist/components/tabs/index.js +5 -5
- package/dist/components/tags-input/index.d.ts +35 -34
- 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 +155 -0
- package/dist/components/toast/index.js +265 -0
- package/dist/components/toggle/index.d.ts +98 -0
- package/dist/components/toggle/index.js +126 -0
- package/dist/components/toggle-group/index.d.ts +128 -0
- package/dist/components/toggle-group/index.js +207 -0
- package/dist/components/tooltip/index.d.ts +202 -0
- package/dist/components/tooltip/index.js +349 -0
- package/dist/components/tour/index.d.ts +305 -0
- package/dist/components/tour/index.js +502 -0
- 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-DwWFWpls.d.ts → index-CKLWua9t.d.ts} +35 -35
- package/dist/{index-B_UiXhk3.d.ts → index-DLfVD7U5.d.ts} +11 -11
- package/dist/{index-xb1q4_02.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-B4-UhJY9.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-Ctpu5RjE.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 +26 -2
- /package/dist/{boolean-CpMsIRK4.js → boolean-L5YmbZkb.js} +0 -0
- /package/dist/{clean-props-D2R4tz5e.js → clean-props-DsGHTEpm.js} +0 -0
- /package/dist/{create-split-props-0RD5_O4P.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-DA33j31C.js → use-render-strategy-Bx4OiQlo.js} +0 -0
- /package/dist/{use-render-strategy-U5NxU252.d.ts → use-render-strategy-DsagWQCm.d.ts} +0 -0
|
@@ -2,10 +2,10 @@ import { t as __exportAll } from "./chunk-BN_g-Awi.js";
|
|
|
2
2
|
import { c as useEnvironmentContext, s as DEFAULT_ENVIRONMENT } from "./providers-DNBWT-O_.js";
|
|
3
3
|
import { t as createContext } from "./create-context-Ds1GbsVc.js";
|
|
4
4
|
import { n as unrefElement, t as useForwardExpose } from "./use-forward-expose-CCAmHTUB.js";
|
|
5
|
-
import {
|
|
5
|
+
import { n as parts } from "./fieldset-anatomy-DmZTaMK6.js";
|
|
6
|
+
import { t as sprawlify } from "./factory-DxZQviAU.js";
|
|
6
7
|
import { computed, createBlock, createCommentVNode, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, onBeforeUnmount, onMounted, openBlock, reactive, ref, renderSlot, toValue, unref, useId, withCtx } from "vue";
|
|
7
8
|
import { dataAttr } from "@sprawlify/primitives/dom-query";
|
|
8
|
-
import { createAnatomy } from "@sprawlify/primitives/anatomy";
|
|
9
9
|
|
|
10
10
|
//#region src/components/fieldset/use-fieldset-context.ts
|
|
11
11
|
const [FieldsetProvider, useFieldsetContext] = createContext("FieldsetContext");
|
|
@@ -130,11 +130,6 @@ var fieldset_root_provider_vue_vue_type_script_setup_true_lang_default = /* @__P
|
|
|
130
130
|
//#region src/components/fieldset/fieldset-root-provider.vue
|
|
131
131
|
var fieldset_root_provider_default = fieldset_root_provider_vue_vue_type_script_setup_true_lang_default;
|
|
132
132
|
|
|
133
|
-
//#endregion
|
|
134
|
-
//#region src/components/fieldset/fieldset-anatomy.ts
|
|
135
|
-
const fieldsetAnatomy = createAnatomy("fieldset").parts("root", "errorText", "helperText", "legend");
|
|
136
|
-
const parts = fieldsetAnatomy.build();
|
|
137
|
-
|
|
138
133
|
//#endregion
|
|
139
134
|
//#region src/components/fieldset/use-fieldset.ts
|
|
140
135
|
const useFieldset = (props = {}) => {
|
|
@@ -276,4 +271,4 @@ var fieldset_exports = /* @__PURE__ */ __exportAll({
|
|
|
276
271
|
});
|
|
277
272
|
|
|
278
273
|
//#endregion
|
|
279
|
-
export {
|
|
274
|
+
export { fieldset_legend_default as a, fieldset_context_default as c, fieldset_root_provider_default as i, useFieldsetContext as l, fieldset_root_default as n, fieldset_helper_text_default as o, useFieldset as r, fieldset_error_text_default as s, fieldset_exports as t };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as _sprawlify_primitives_anatomy4 from "@sprawlify/primitives/anatomy";
|
|
2
|
+
|
|
3
|
+
//#region src/components/fieldset/fieldset-anatomy.d.ts
|
|
4
|
+
declare const fieldsetAnatomy: _sprawlify_primitives_anatomy4.AnatomyInstance<"legend" | "root" | "errorText" | "helperText">;
|
|
5
|
+
//#endregion
|
|
6
|
+
export { fieldsetAnatomy as t };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { createAnatomy } from "@sprawlify/primitives/anatomy";
|
|
2
|
+
|
|
3
|
+
//#region src/components/fieldset/fieldset-anatomy.ts
|
|
4
|
+
const fieldsetAnatomy = createAnatomy("fieldset").parts("root", "errorText", "helperText", "legend");
|
|
5
|
+
const parts = fieldsetAnatomy.build();
|
|
6
|
+
|
|
7
|
+
//#endregion
|
|
8
|
+
export { parts as n, fieldsetAnatomy as t };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as _sprawlify_primitives_anatomy6 from "@sprawlify/primitives/anatomy";
|
|
2
|
+
|
|
3
|
+
//#region src/components/image-cropper/image-cropper-anatomy.d.ts
|
|
4
|
+
declare const imageCropperAnatomy: _sprawlify_primitives_anatomy6.AnatomyInstance<"image" | "root" | "grid" | "viewport" | "selection" | "handle">;
|
|
5
|
+
//#endregion
|
|
6
|
+
export { imageCropperAnatomy as t };
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { t as PolymorphicProps } from "./factory-
|
|
2
|
-
import { a as Optional, r as EmitFn$1, t as Assign } from "./types-
|
|
3
|
-
import { r as PropTypes } from "./index-
|
|
4
|
-
import { t as RenderStrategyProps } from "./use-render-strategy-
|
|
5
|
-
import { f as TreeCollection, m as TreeNode } from "./index-
|
|
6
|
-
import * as
|
|
1
|
+
import { t as PolymorphicProps } from "./factory-D5HMCjkS.js";
|
|
2
|
+
import { a as Optional, r as EmitFn$1, t as Assign } from "./types-DVbnnQPS.js";
|
|
3
|
+
import { r as PropTypes } from "./index-DmKzfNVe.js";
|
|
4
|
+
import { t as RenderStrategyProps } from "./use-render-strategy-DsagWQCm.js";
|
|
5
|
+
import { f as TreeCollection, m as TreeNode } from "./index-e9UjgIag.js";
|
|
6
|
+
import * as vue1393 from "vue";
|
|
7
7
|
import { ComputedRef, HTMLAttributes, InputHTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
8
8
|
import * as treeView from "@sprawlify/primitives/machines/tree-view";
|
|
9
|
-
import { CheckedChangeDetails, CheckedChangeDetails as TreeViewCheckedChangeDetails, ExpandedChangeDetails, ExpandedChangeDetails as TreeViewExpandedChangeDetails, FocusChangeDetails, FocusChangeDetails as TreeViewFocusChangeDetails, LoadChildrenCompleteDetails, LoadChildrenCompleteDetails as TreeViewLoadChildrenCompleteDetails, LoadChildrenDetails, LoadChildrenDetails as TreeViewLoadChildrenDetails, LoadChildrenErrorDetails, LoadChildrenErrorDetails as TreeViewLoadChildrenErrorDetails, NodeProps, NodeProps as NodeProps$1, NodeProps as TreeViewNodeProps, NodeState, NodeState as NodeState$1, NodeState as TreeViewNodeState, RenameCompleteDetails, RenameCompleteDetails as TreeViewRenameCompleteDetails, RenameStartDetails, RenameStartDetails as TreeViewRenameStartDetails, SelectionChangeDetails, SelectionChangeDetails as TreeViewSelectionChangeDetails
|
|
9
|
+
import { CheckedChangeDetails, CheckedChangeDetails as TreeViewCheckedChangeDetails, ExpandedChangeDetails, ExpandedChangeDetails as TreeViewExpandedChangeDetails, FocusChangeDetails, FocusChangeDetails as TreeViewFocusChangeDetails, LoadChildrenCompleteDetails, LoadChildrenCompleteDetails as TreeViewLoadChildrenCompleteDetails, LoadChildrenDetails, LoadChildrenDetails as TreeViewLoadChildrenDetails, LoadChildrenErrorDetails, LoadChildrenErrorDetails as TreeViewLoadChildrenErrorDetails, NodeProps, NodeProps as NodeProps$1, NodeProps as TreeViewNodeProps, NodeState, NodeState as NodeState$1, NodeState as TreeViewNodeState, RenameCompleteDetails, RenameCompleteDetails as TreeViewRenameCompleteDetails, RenameStartDetails, RenameStartDetails as TreeViewRenameStartDetails, SelectionChangeDetails, SelectionChangeDetails as TreeViewSelectionChangeDetails } from "@sprawlify/primitives/machines/tree-view";
|
|
10
10
|
|
|
11
11
|
//#region src/components/tree-view/tree-view-branch-content.vue.d.ts
|
|
12
12
|
interface TreeViewBranchContentBaseProps extends PolymorphicProps {}
|
|
@@ -16,7 +16,7 @@ interface TreeViewBranchContentProps extends TreeViewBranchContentBaseProps,
|
|
|
16
16
|
*/
|
|
17
17
|
HTMLAttributes {}
|
|
18
18
|
declare const _default$19: typeof __VLS_export$19;
|
|
19
|
-
declare const __VLS_export$19: __VLS_WithSlots$15<
|
|
19
|
+
declare const __VLS_export$19: __VLS_WithSlots$15<vue1393.DefineComponent<TreeViewBranchContentProps, {}, {}, {}, {}, vue1393.ComponentOptionsMixin, vue1393.ComponentOptionsMixin, {}, string, vue1393.PublicProps, Readonly<TreeViewBranchContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1393.ComponentProvideOptions, false, {}, any>, {
|
|
20
20
|
default?: (props: {}) => any;
|
|
21
21
|
}>;
|
|
22
22
|
type __VLS_WithSlots$15<T, S> = T & {
|
|
@@ -33,7 +33,7 @@ interface TreeViewBranchControlProps extends TreeViewBranchControlBaseProps,
|
|
|
33
33
|
*/
|
|
34
34
|
HTMLAttributes {}
|
|
35
35
|
declare const _default$18: typeof __VLS_export$18;
|
|
36
|
-
declare const __VLS_export$18: __VLS_WithSlots$14<
|
|
36
|
+
declare const __VLS_export$18: __VLS_WithSlots$14<vue1393.DefineComponent<TreeViewBranchControlProps, {}, {}, {}, {}, vue1393.ComponentOptionsMixin, vue1393.ComponentOptionsMixin, {}, string, vue1393.PublicProps, Readonly<TreeViewBranchControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1393.ComponentProvideOptions, false, {}, any>, {
|
|
37
37
|
default?: (props: {}) => any;
|
|
38
38
|
}>;
|
|
39
39
|
type __VLS_WithSlots$14<T, S> = T & {
|
|
@@ -50,7 +50,7 @@ interface TreeViewBranchIndentGuideProps extends TreeViewBranchIndentGuideBasePr
|
|
|
50
50
|
*/
|
|
51
51
|
HTMLAttributes {}
|
|
52
52
|
declare const _default$17: typeof __VLS_export$17;
|
|
53
|
-
declare const __VLS_export$17: __VLS_WithSlots$13<
|
|
53
|
+
declare const __VLS_export$17: __VLS_WithSlots$13<vue1393.DefineComponent<TreeViewBranchIndentGuideProps, {}, {}, {}, {}, vue1393.ComponentOptionsMixin, vue1393.ComponentOptionsMixin, {}, string, vue1393.PublicProps, Readonly<TreeViewBranchIndentGuideProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1393.ComponentProvideOptions, false, {}, any>, {
|
|
54
54
|
default?: (props: {}) => any;
|
|
55
55
|
}>;
|
|
56
56
|
type __VLS_WithSlots$13<T, S> = T & {
|
|
@@ -67,7 +67,7 @@ interface TreeViewBranchIndicatorProps extends TreeViewBranchIndicatorBaseProps,
|
|
|
67
67
|
*/
|
|
68
68
|
HTMLAttributes {}
|
|
69
69
|
declare const _default$16: typeof __VLS_export$16;
|
|
70
|
-
declare const __VLS_export$16: __VLS_WithSlots$12<
|
|
70
|
+
declare const __VLS_export$16: __VLS_WithSlots$12<vue1393.DefineComponent<TreeViewBranchIndicatorProps, {}, {}, {}, {}, vue1393.ComponentOptionsMixin, vue1393.ComponentOptionsMixin, {}, string, vue1393.PublicProps, Readonly<TreeViewBranchIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1393.ComponentProvideOptions, false, {}, any>, {
|
|
71
71
|
default?: (props: {}) => any;
|
|
72
72
|
}>;
|
|
73
73
|
type __VLS_WithSlots$12<T, S> = T & {
|
|
@@ -84,7 +84,7 @@ interface TreeViewBranchTextProps extends TreeViewBranchTextBaseProps,
|
|
|
84
84
|
*/
|
|
85
85
|
HTMLAttributes {}
|
|
86
86
|
declare const _default$15: typeof __VLS_export$15;
|
|
87
|
-
declare const __VLS_export$15: __VLS_WithSlots$11<
|
|
87
|
+
declare const __VLS_export$15: __VLS_WithSlots$11<vue1393.DefineComponent<TreeViewBranchTextProps, {}, {}, {}, {}, vue1393.ComponentOptionsMixin, vue1393.ComponentOptionsMixin, {}, string, vue1393.PublicProps, Readonly<TreeViewBranchTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1393.ComponentProvideOptions, false, {}, any>, {
|
|
88
88
|
default?: (props: {}) => any;
|
|
89
89
|
}>;
|
|
90
90
|
type __VLS_WithSlots$11<T, S> = T & {
|
|
@@ -101,7 +101,7 @@ interface TreeViewBranchTriggerProps extends TreeViewBranchTriggerBaseProps,
|
|
|
101
101
|
*/
|
|
102
102
|
HTMLAttributes {}
|
|
103
103
|
declare const _default$14: typeof __VLS_export$14;
|
|
104
|
-
declare const __VLS_export$14: __VLS_WithSlots$10<
|
|
104
|
+
declare const __VLS_export$14: __VLS_WithSlots$10<vue1393.DefineComponent<TreeViewBranchTriggerProps, {}, {}, {}, {}, vue1393.ComponentOptionsMixin, vue1393.ComponentOptionsMixin, {}, string, vue1393.PublicProps, Readonly<TreeViewBranchTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1393.ComponentProvideOptions, false, {}, any>, {
|
|
105
105
|
default?: (props: {}) => any;
|
|
106
106
|
}>;
|
|
107
107
|
type __VLS_WithSlots$10<T, S> = T & {
|
|
@@ -118,7 +118,7 @@ interface TreeViewBranchProps extends TreeViewBranchBaseProps,
|
|
|
118
118
|
*/
|
|
119
119
|
HTMLAttributes {}
|
|
120
120
|
declare const _default$13: typeof __VLS_export$13;
|
|
121
|
-
declare const __VLS_export$13: __VLS_WithSlots$9<
|
|
121
|
+
declare const __VLS_export$13: __VLS_WithSlots$9<vue1393.DefineComponent<TreeViewBranchProps, {}, {}, {}, {}, vue1393.ComponentOptionsMixin, vue1393.ComponentOptionsMixin, {}, string, vue1393.PublicProps, Readonly<TreeViewBranchProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1393.ComponentProvideOptions, false, {}, any>, {
|
|
122
122
|
default?: (props: {}) => any;
|
|
123
123
|
}>;
|
|
124
124
|
type __VLS_WithSlots$9<T, S> = T & {
|
|
@@ -186,7 +186,7 @@ interface TreeViewContextProps<T extends TreeNode> extends SlotsType<{
|
|
|
186
186
|
}> {}
|
|
187
187
|
declare const _default$12: typeof __VLS_export$12;
|
|
188
188
|
declare const __VLS_export$12: <T extends TreeNode>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$3<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
189
|
-
props:
|
|
189
|
+
props: vue1393.PublicProps & (typeof globalThis extends {
|
|
190
190
|
__VLS_PROPS_FALLBACK: infer P;
|
|
191
191
|
} ? P : {});
|
|
192
192
|
expose: (exposed: {}) => void;
|
|
@@ -195,7 +195,7 @@ declare const __VLS_export$12: <T extends TreeNode>(__VLS_props: NonNullable<Awa
|
|
|
195
195
|
default(treeView: UnwrapRef<UseTreeViewContext<T>>): unknown;
|
|
196
196
|
};
|
|
197
197
|
emit: {};
|
|
198
|
-
}>) =>
|
|
198
|
+
}>) => vue1393.VNode & {
|
|
199
199
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
200
200
|
};
|
|
201
201
|
type __VLS_PrettifyLocal$3<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
@@ -208,7 +208,7 @@ interface TreeViewItemIndicatorProps extends TreeViewItemIndicatorBaseProps,
|
|
|
208
208
|
*/
|
|
209
209
|
HTMLAttributes {}
|
|
210
210
|
declare const _default$11: typeof __VLS_export$11;
|
|
211
|
-
declare const __VLS_export$11: __VLS_WithSlots$8<
|
|
211
|
+
declare const __VLS_export$11: __VLS_WithSlots$8<vue1393.DefineComponent<TreeViewItemIndicatorProps, {}, {}, {}, {}, vue1393.ComponentOptionsMixin, vue1393.ComponentOptionsMixin, {}, string, vue1393.PublicProps, Readonly<TreeViewItemIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1393.ComponentProvideOptions, false, {}, any>, {
|
|
212
212
|
default?: (props: {}) => any;
|
|
213
213
|
}>;
|
|
214
214
|
type __VLS_WithSlots$8<T, S> = T & {
|
|
@@ -225,7 +225,7 @@ interface TreeViewItemTextProps extends TreeViewItemTextBaseProps,
|
|
|
225
225
|
*/
|
|
226
226
|
HTMLAttributes {}
|
|
227
227
|
declare const _default$10: typeof __VLS_export$10;
|
|
228
|
-
declare const __VLS_export$10: __VLS_WithSlots$7<
|
|
228
|
+
declare const __VLS_export$10: __VLS_WithSlots$7<vue1393.DefineComponent<TreeViewItemTextProps, {}, {}, {}, {}, vue1393.ComponentOptionsMixin, vue1393.ComponentOptionsMixin, {}, string, vue1393.PublicProps, Readonly<TreeViewItemTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1393.ComponentProvideOptions, false, {}, any>, {
|
|
229
229
|
default?: (props: {}) => any;
|
|
230
230
|
}>;
|
|
231
231
|
type __VLS_WithSlots$7<T, S> = T & {
|
|
@@ -242,7 +242,7 @@ interface TreeViewItemProps extends TreeViewItemBaseProps,
|
|
|
242
242
|
*/
|
|
243
243
|
HTMLAttributes {}
|
|
244
244
|
declare const _default$9: typeof __VLS_export$9;
|
|
245
|
-
declare const __VLS_export$9: __VLS_WithSlots$6<
|
|
245
|
+
declare const __VLS_export$9: __VLS_WithSlots$6<vue1393.DefineComponent<TreeViewItemProps, {}, {}, {}, {}, vue1393.ComponentOptionsMixin, vue1393.ComponentOptionsMixin, {}, string, vue1393.PublicProps, Readonly<TreeViewItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1393.ComponentProvideOptions, false, {}, any>, {
|
|
246
246
|
default?: (props: {}) => any;
|
|
247
247
|
}>;
|
|
248
248
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -259,7 +259,7 @@ interface TreeViewLabelProps extends TreeViewLabelBaseProps,
|
|
|
259
259
|
*/
|
|
260
260
|
HTMLAttributes {}
|
|
261
261
|
declare const _default$8: typeof __VLS_export$8;
|
|
262
|
-
declare const __VLS_export$8: __VLS_WithSlots$5<
|
|
262
|
+
declare const __VLS_export$8: __VLS_WithSlots$5<vue1393.DefineComponent<TreeViewLabelProps, {}, {}, {}, {}, vue1393.ComponentOptionsMixin, vue1393.ComponentOptionsMixin, {}, string, vue1393.PublicProps, Readonly<TreeViewLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1393.ComponentProvideOptions, false, {}, any>, {
|
|
263
263
|
default?: (props: {}) => any;
|
|
264
264
|
}>;
|
|
265
265
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -276,7 +276,7 @@ interface TreeViewNodeCheckboxProps extends TreeViewNodeCheckboxBaseProps,
|
|
|
276
276
|
*/
|
|
277
277
|
HTMLAttributes {}
|
|
278
278
|
declare const _default$7: typeof __VLS_export$7;
|
|
279
|
-
declare const __VLS_export$7: __VLS_WithSlots$4<
|
|
279
|
+
declare const __VLS_export$7: __VLS_WithSlots$4<vue1393.DefineComponent<TreeViewNodeCheckboxProps, {}, {}, {}, {}, vue1393.ComponentOptionsMixin, vue1393.ComponentOptionsMixin, {}, string, vue1393.PublicProps, Readonly<TreeViewNodeCheckboxProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1393.ComponentProvideOptions, false, {}, any>, {
|
|
280
280
|
default?: (props: {}) => any;
|
|
281
281
|
}>;
|
|
282
282
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -292,7 +292,7 @@ interface TreeViewNodeCheckboxIndicatorBaseProps {
|
|
|
292
292
|
}
|
|
293
293
|
interface TreeViewNodeCheckboxIndicatorProps extends TreeViewNodeCheckboxIndicatorBaseProps {}
|
|
294
294
|
declare const _default$6: typeof __VLS_export$6;
|
|
295
|
-
declare const __VLS_export$6: __VLS_WithSlots$3<
|
|
295
|
+
declare const __VLS_export$6: __VLS_WithSlots$3<vue1393.DefineComponent<TreeViewNodeCheckboxIndicatorProps, {}, {}, {}, {}, vue1393.ComponentOptionsMixin, vue1393.ComponentOptionsMixin, {}, string, vue1393.PublicProps, Readonly<TreeViewNodeCheckboxIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1393.ComponentProvideOptions, false, {}, any>, {
|
|
296
296
|
default(): void;
|
|
297
297
|
indeterminate(): void;
|
|
298
298
|
fallback(): void;
|
|
@@ -311,7 +311,7 @@ interface TreeViewNodeRenameInputProps extends TreeViewNodeRenameInputBaseProps,
|
|
|
311
311
|
*/
|
|
312
312
|
InputHTMLAttributes {}
|
|
313
313
|
declare const _default$5: typeof __VLS_export$5;
|
|
314
|
-
declare const __VLS_export$5: __VLS_WithSlots$2<
|
|
314
|
+
declare const __VLS_export$5: __VLS_WithSlots$2<vue1393.DefineComponent<TreeViewNodeRenameInputProps, {}, {}, {}, {}, vue1393.ComponentOptionsMixin, vue1393.ComponentOptionsMixin, {}, string, vue1393.PublicProps, Readonly<TreeViewNodeRenameInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1393.ComponentProvideOptions, false, {}, any>, {
|
|
315
315
|
default?: (props: {}) => any;
|
|
316
316
|
}>;
|
|
317
317
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -328,7 +328,7 @@ interface TreeViewNodeContextProps extends SlotsType<{
|
|
|
328
328
|
default: UnwrapRef<UseTreeViewNodeContext>;
|
|
329
329
|
}> {}
|
|
330
330
|
declare const _default$4: typeof __VLS_export$4;
|
|
331
|
-
declare const __VLS_export$4: __VLS_WithSlots$1<
|
|
331
|
+
declare const __VLS_export$4: __VLS_WithSlots$1<vue1393.DefineComponent<{}, {}, {}, {}, {}, vue1393.ComponentOptionsMixin, vue1393.ComponentOptionsMixin, {}, string, vue1393.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1393.ComponentProvideOptions, true, {}, any>, {
|
|
332
332
|
default(item: UnwrapRef<UseTreeViewNodeContext>): unknown;
|
|
333
333
|
}>;
|
|
334
334
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -344,7 +344,7 @@ interface TreeViewNodeProviderBaseProps<T> extends NodeProps {
|
|
|
344
344
|
interface TreeViewNodeProviderProps<T extends TreeNode> extends TreeViewNodeProviderBaseProps<T> {}
|
|
345
345
|
declare const _default$3: typeof __VLS_export$3;
|
|
346
346
|
declare const __VLS_export$3: <T extends TreeNode>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$2<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
347
|
-
props:
|
|
347
|
+
props: vue1393.PublicProps & __VLS_PrettifyLocal$2<TreeViewNodeProviderBaseProps<T>> & (typeof globalThis extends {
|
|
348
348
|
__VLS_PROPS_FALLBACK: infer P;
|
|
349
349
|
} ? P : {});
|
|
350
350
|
expose: (exposed: {}) => void;
|
|
@@ -353,7 +353,7 @@ declare const __VLS_export$3: <T extends TreeNode>(__VLS_props: NonNullable<Awai
|
|
|
353
353
|
default?: (props: {}) => any;
|
|
354
354
|
};
|
|
355
355
|
emit: {};
|
|
356
|
-
}>) =>
|
|
356
|
+
}>) => vue1393.VNode & {
|
|
357
357
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
358
358
|
};
|
|
359
359
|
type __VLS_PrettifyLocal$2<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
@@ -371,7 +371,7 @@ HTMLAttributes {}
|
|
|
371
371
|
type TreeViewRootProviderComponent<P = {}> = <T extends TreeNode>(props: Assign<TreeViewRootProviderProps<T>, P>) => any;
|
|
372
372
|
declare const _default$2: typeof __VLS_export$2;
|
|
373
373
|
declare const __VLS_export$2: <T extends TreeNode>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$1<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
374
|
-
props:
|
|
374
|
+
props: vue1393.PublicProps & __VLS_PrettifyLocal$1<TreeViewRootProviderProps<T>> & (typeof globalThis extends {
|
|
375
375
|
__VLS_PROPS_FALLBACK: infer P;
|
|
376
376
|
} ? P : {});
|
|
377
377
|
expose: (exposed: {}) => void;
|
|
@@ -380,7 +380,7 @@ declare const __VLS_export$2: <T extends TreeNode>(__VLS_props: NonNullable<Awai
|
|
|
380
380
|
default?: (props: {}) => any;
|
|
381
381
|
};
|
|
382
382
|
emit: {};
|
|
383
|
-
}>) =>
|
|
383
|
+
}>) => vue1393.VNode & {
|
|
384
384
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
385
385
|
};
|
|
386
386
|
type __VLS_PrettifyLocal$1<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
@@ -396,10 +396,9 @@ type TreeViewRootComponentProps<T extends TreeNode = TreeNode, P = {}> = Assign<
|
|
|
396
396
|
type TreeViewRootComponent<P = {}> = <T extends TreeNode>(props: TreeViewRootComponentProps<T, P>) => any;
|
|
397
397
|
declare const _default$1: typeof __VLS_export$1;
|
|
398
398
|
declare const __VLS_export$1: <T extends TreeNode>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
399
|
-
props:
|
|
400
|
-
onCheckedChange?: ((details: treeView.CheckedChangeDetails) => any) | undefined;
|
|
399
|
+
props: vue1393.PublicProps & __VLS_PrettifyLocal<TreeViewRootProps<T> & {
|
|
401
400
|
onFocusChange?: ((details: treeView.FocusChangeDetails<any>) => any) | undefined;
|
|
402
|
-
|
|
401
|
+
onCheckedChange?: ((details: treeView.CheckedChangeDetails) => any) | undefined;
|
|
403
402
|
onExpandedChange?: ((details: treeView.ExpandedChangeDetails<any>) => any) | undefined;
|
|
404
403
|
onSelectionChange?: ((details: treeView.SelectionChangeDetails<any>) => any) | undefined;
|
|
405
404
|
onLoadChildrenComplete?: ((details: treeView.LoadChildrenCompleteDetails<T>) => any) | undefined;
|
|
@@ -408,6 +407,7 @@ declare const __VLS_export$1: <T extends TreeNode>(__VLS_props: NonNullable<Awai
|
|
|
408
407
|
onBeforeRename?: ((details: treeView.RenameCompleteDetails) => any) | undefined;
|
|
409
408
|
onRenameComplete?: ((details: treeView.RenameCompleteDetails) => any) | undefined;
|
|
410
409
|
"onUpdate:expandedValue"?: ((value: string[]) => any) | undefined;
|
|
410
|
+
"onUpdate:focusedValue"?: ((value: string | null) => any) | undefined;
|
|
411
411
|
"onUpdate:selectedValue"?: ((value: string[]) => any) | undefined;
|
|
412
412
|
"onUpdate:checkedValue"?: ((value: string[]) => any) | undefined;
|
|
413
413
|
}> & (typeof globalThis extends {
|
|
@@ -418,8 +418,8 @@ declare const __VLS_export$1: <T extends TreeNode>(__VLS_props: NonNullable<Awai
|
|
|
418
418
|
slots: {
|
|
419
419
|
default?: (props: {}) => any;
|
|
420
420
|
};
|
|
421
|
-
emit: ((evt: "
|
|
422
|
-
}>) =>
|
|
421
|
+
emit: ((evt: "focusChange", details: treeView.FocusChangeDetails<any>) => void) & ((evt: "checkedChange", details: treeView.CheckedChangeDetails) => void) & ((evt: "expandedChange", details: treeView.ExpandedChangeDetails<any>) => void) & ((evt: "selectionChange", details: treeView.SelectionChangeDetails<any>) => void) & ((evt: "loadChildrenComplete", details: treeView.LoadChildrenCompleteDetails<T>) => void) & ((evt: "loadChildrenError", details: treeView.LoadChildrenErrorDetails<T>) => void) & ((evt: "renameStart", details: treeView.RenameStartDetails<T>) => void) & ((evt: "beforeRename", details: treeView.RenameCompleteDetails) => void) & ((evt: "renameComplete", details: treeView.RenameCompleteDetails) => void) & ((evt: "update:expandedValue", value: string[]) => void) & ((evt: "update:focusedValue", value: string | null) => void) & ((evt: "update:selectedValue", value: string[]) => void) & ((evt: "update:checkedValue", value: string[]) => void);
|
|
422
|
+
}>) => vue1393.VNode & {
|
|
423
423
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
424
424
|
};
|
|
425
425
|
type __VLS_PrettifyLocal<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
@@ -432,7 +432,7 @@ interface TreeViewTreeProps extends TreeViewTreeBaseProps,
|
|
|
432
432
|
*/
|
|
433
433
|
HTMLAttributes {}
|
|
434
434
|
declare const _default: typeof __VLS_export;
|
|
435
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
435
|
+
declare const __VLS_export: __VLS_WithSlots<vue1393.DefineComponent<TreeViewTreeProps, {}, {}, {}, {}, vue1393.ComponentOptionsMixin, vue1393.ComponentOptionsMixin, {}, string, vue1393.PublicProps, Readonly<TreeViewTreeProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1393.ComponentProvideOptions, false, {}, any>, {
|
|
436
436
|
default?: (props: {}) => any;
|
|
437
437
|
}>;
|
|
438
438
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -444,4 +444,4 @@ declare namespace tree_view_d_exports {
|
|
|
444
444
|
export { _default$13 as Branch, TreeViewBranchBaseProps as BranchBaseProps, _default$19 as BranchContent, TreeViewBranchContentBaseProps as BranchContentBaseProps, TreeViewBranchContentProps as BranchContentProps, _default$18 as BranchControl, TreeViewBranchControlBaseProps as BranchControlBaseProps, TreeViewBranchControlProps as BranchControlProps, _default$17 as BranchIndentGuide, TreeViewBranchIndentGuideBaseProps as BranchIndentGuideBaseProps, TreeViewBranchIndentGuideProps as BranchIndentGuideProps, _default$16 as BranchIndicator, TreeViewBranchIndicatorBaseProps as BranchIndicatorBaseProps, TreeViewBranchIndicatorProps as BranchIndicatorProps, TreeViewBranchProps as BranchProps, _default$15 as BranchText, TreeViewBranchTextBaseProps as BranchTextBaseProps, TreeViewBranchTextProps as BranchTextProps, _default$14 as BranchTrigger, TreeViewBranchTriggerBaseProps as BranchTriggerBaseProps, TreeViewBranchTriggerProps as BranchTriggerProps, CheckedChangeDetails, _default$12 as Context, TreeViewContextProps as ContextProps, ExpandedChangeDetails, FocusChangeDetails, _default$9 as Item, TreeViewItemBaseProps as ItemBaseProps, _default$11 as ItemIndicator, TreeViewItemIndicatorBaseProps as ItemIndicatorBaseProps, TreeViewItemIndicatorProps as ItemIndicatorProps, TreeViewItemProps as ItemProps, _default$10 as ItemText, TreeViewItemTextBaseProps as ItemTextBaseProps, TreeViewItemTextProps as ItemTextProps, _default$8 as Label, TreeViewLabelBaseProps as LabelBaseProps, TreeViewLabelProps as LabelProps, LoadChildrenCompleteDetails, LoadChildrenDetails, LoadChildrenErrorDetails, _default$7 as NodeCheckbox, TreeViewNodeCheckboxBaseProps as NodeCheckboxBaseProps, _default$6 as NodeCheckboxIndicator, TreeViewNodeCheckboxIndicatorBaseProps as NodeCheckboxIndicatorBaseProps, TreeViewNodeCheckboxIndicatorProps as NodeCheckboxIndicatorProps, TreeViewNodeCheckboxProps as NodeCheckboxProps, _default$4 as NodeContext, TreeViewNodeContextProps as NodeContextProps, NodeProps$1 as NodeProps, _default$3 as NodeProvider, TreeViewNodeProviderBaseProps as NodeProviderBaseProps, TreeViewNodeProviderProps as NodeProviderProps, _default$5 as NodeRenameInput, TreeViewNodeRenameInputBaseProps as NodeRenameInputBaseProps, TreeViewNodeRenameInputProps as NodeRenameInputProps, NodeState$1 as NodeState, RenameCompleteDetails, RenameStartDetails, _default$1 as Root, TreeViewRootBaseProps as RootBaseProps, TreeViewRootComponent as RootComponent, TreeViewRootComponentProps as RootComponentProps, RootEmits, TreeViewRootProps as RootProps, _default$2 as RootProvider, TreeViewRootProviderBaseProps as RootProviderBaseProps, TreeViewRootProviderComponent as RootProviderComponent, TreeViewRootProviderProps as RootProviderProps, SelectionChangeDetails, _default as Tree, TreeViewTreeBaseProps as TreeBaseProps, TreeViewTreeProps as TreeProps };
|
|
445
445
|
}
|
|
446
446
|
//#endregion
|
|
447
|
-
export {
|
|
447
|
+
export { TreeViewContextProps as $, UseTreeViewNodeContext as A, _default$7 as B, TreeViewRootProviderProps as C, _default$18 as Ct, _default$3 as D, TreeViewNodeProviderProps as E, _default$19 as Et, TreeViewNodeCheckboxIndicatorBaseProps as F, TreeViewItemProps as G, TreeViewLabelProps as H, TreeViewNodeCheckboxIndicatorProps as I, TreeViewItemTextProps as J, _default$9 as K, _default$6 as L, TreeViewNodeRenameInputBaseProps as M, TreeViewNodeRenameInputProps as N, TreeViewNodeContextProps as O, _default$5 as P, _default$11 as Q, TreeViewNodeCheckboxBaseProps as R, TreeViewRootProviderComponent as S, TreeViewBranchControlProps as St, TreeViewNodeProviderBaseProps as T, TreeViewBranchContentProps as Tt, _default$8 as U, TreeViewLabelBaseProps as V, TreeViewItemBaseProps as W, TreeViewItemIndicatorBaseProps as X, _default$10 as Y, TreeViewItemIndicatorProps as Z, TreeViewRootComponent as _, _default$16 as _t, TreeViewLoadChildrenDetails as a, useTreeView as at, _default$1 as b, _default$17 as bt, TreeViewNodeState as c, _default$13 as ct, TreeViewSelectionChangeDetails as d, _default$14 as dt, _default$12 as et, tree_view_d_exports as f, TreeViewBranchTextBaseProps as ft, TreeViewRootBaseProps as g, TreeViewBranchIndicatorProps as gt, _default as h, TreeViewBranchIndicatorBaseProps as ht, TreeViewLoadChildrenCompleteDetails as i, UseTreeViewReturn as it, useTreeViewNodeContext as j, _default$4 as k, TreeViewRenameCompleteDetails as l, TreeViewBranchTriggerBaseProps as lt, TreeViewTreeProps as m, _default$15 as mt, TreeViewExpandedChangeDetails as n, useTreeViewContext as nt, TreeViewLoadChildrenErrorDetails as o, TreeViewBranchBaseProps as ot, TreeViewTreeBaseProps as p, TreeViewBranchTextProps as pt, TreeViewItemTextBaseProps as q, TreeViewFocusChangeDetails as r, UseTreeViewProps as rt, TreeViewNodeProps as s, TreeViewBranchProps as st, TreeViewCheckedChangeDetails as t, UseTreeViewContext as tt, TreeViewRenameStartDetails as u, TreeViewBranchTriggerProps as ut, TreeViewRootComponentProps as v, TreeViewBranchIndentGuideBaseProps as vt, _default$2 as w, TreeViewBranchContentBaseProps as wt, TreeViewRootProviderBaseProps as x, TreeViewBranchControlBaseProps as xt, TreeViewRootProps as y, TreeViewBranchIndentGuideProps as yt, TreeViewNodeCheckboxProps as z };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { t as PolymorphicProps } from "./factory-
|
|
2
|
-
import { n as RootProps, t as RootEmits } from "./presence-types-
|
|
3
|
-
import { a as Optional, r as EmitFn$1 } from "./types-
|
|
4
|
-
import * as
|
|
1
|
+
import { t as PolymorphicProps } from "./factory-D5HMCjkS.js";
|
|
2
|
+
import { n as RootProps, t as RootEmits } from "./presence-types-CaUy1bPc.js";
|
|
3
|
+
import { a as Optional, r as EmitFn$1 } from "./types-DVbnnQPS.js";
|
|
4
|
+
import * as vue1165 from "vue";
|
|
5
5
|
import { HTMLAttributes, MaybeRef } from "vue";
|
|
6
6
|
import * as presence from "@sprawlify/primitives/machines/presence";
|
|
7
7
|
|
|
@@ -14,17 +14,17 @@ interface PresenceProps extends PresenceBaseProps,
|
|
|
14
14
|
HTMLAttributes {}
|
|
15
15
|
interface PresenceEmits extends RootEmits {}
|
|
16
16
|
declare const _default: typeof __VLS_export;
|
|
17
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
17
|
+
declare const __VLS_export: __VLS_WithSlots<vue1165.DefineComponent<PresenceProps, {}, {}, {}, {}, vue1165.ComponentOptionsMixin, vue1165.ComponentOptionsMixin, {
|
|
18
18
|
exitComplete: () => any;
|
|
19
|
-
}, string,
|
|
19
|
+
}, string, vue1165.PublicProps, Readonly<PresenceProps> & Readonly<{
|
|
20
20
|
onExitComplete?: (() => any) | undefined;
|
|
21
21
|
}>, {
|
|
22
|
+
lazyMount: boolean;
|
|
23
|
+
unmountOnExit: boolean;
|
|
22
24
|
present: boolean;
|
|
23
25
|
immediate: boolean;
|
|
24
|
-
lazyMount: boolean;
|
|
25
26
|
skipAnimationOnMount: boolean;
|
|
26
|
-
|
|
27
|
-
}, {}, {}, {}, string, vue5.ComponentProvideOptions, false, {}, any>, {
|
|
27
|
+
}, {}, {}, {}, string, vue1165.ComponentProvideOptions, false, {}, any>, {
|
|
28
28
|
default?: (props: {}) => any;
|
|
29
29
|
}>;
|
|
30
30
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -40,11 +40,11 @@ interface UsePresenceProps extends Optional<presence.Props, 'present'> {
|
|
|
40
40
|
skipAnimationOnMount?: boolean;
|
|
41
41
|
}
|
|
42
42
|
type UsePresenceReturn = ReturnType<typeof usePresence>;
|
|
43
|
-
declare const usePresence: (props: MaybeRef<UsePresenceProps>, emit?: EmitFn$1<RootEmits>) =>
|
|
43
|
+
declare const usePresence: (props: MaybeRef<UsePresenceProps>, emit?: EmitFn$1<RootEmits>) => vue1165.ComputedRef<{
|
|
44
44
|
present: boolean;
|
|
45
45
|
unmounted: boolean | undefined;
|
|
46
46
|
presenceProps: {
|
|
47
|
-
ref:
|
|
47
|
+
ref: vue1165.Ref<any, any>;
|
|
48
48
|
hidden: boolean;
|
|
49
49
|
'data-state': string | undefined;
|
|
50
50
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as vue2136 from "vue";
|
|
2
2
|
import { ComponentPublicInstance, ComputedRef, MaybeRef, MaybeRefOrGetter, UnwrapRef } from "vue";
|
|
3
3
|
import { FilterOptions, FilterReturn, Locale } from "@sprawlify/primitives/i18n-utils";
|
|
4
4
|
|
|
@@ -29,7 +29,7 @@ declare var __VLS_1: {};
|
|
|
29
29
|
type __VLS_Slots = {} & {
|
|
30
30
|
default?: (props: typeof __VLS_1) => any;
|
|
31
31
|
};
|
|
32
|
-
declare const __VLS_base:
|
|
32
|
+
declare const __VLS_base: vue2136.DefineComponent<EnvironmentProviderProps, {}, {}, {}, {}, vue2136.ComponentOptionsMixin, vue2136.ComponentOptionsMixin, {}, string, vue2136.PublicProps, Readonly<EnvironmentProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2136.ComponentProvideOptions, false, {}, any>;
|
|
33
33
|
declare const __VLS_export$1: __VLS_WithSlots$1<typeof __VLS_base, __VLS_Slots>;
|
|
34
34
|
declare const _default$1: typeof __VLS_export$1;
|
|
35
35
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -43,7 +43,7 @@ interface LocaleProviderProps {
|
|
|
43
43
|
locale: string;
|
|
44
44
|
}
|
|
45
45
|
declare const _default: typeof __VLS_export;
|
|
46
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
46
|
+
declare const __VLS_export: __VLS_WithSlots<vue2136.DefineComponent<LocaleProviderProps, {}, {}, {}, {}, vue2136.ComponentOptionsMixin, vue2136.ComponentOptionsMixin, {}, string, vue2136.PublicProps, Readonly<LocaleProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2136.ComponentProvideOptions, false, {}, any>, {
|
|
47
47
|
default?: (props: {}) => any;
|
|
48
48
|
}>;
|
|
49
49
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -78,14 +78,14 @@ declare function useEmitAsProps<Name extends string>(emit: (name: Name, ...args:
|
|
|
78
78
|
//#region src/utils/use-forward-expose.d.ts
|
|
79
79
|
declare function useForwardExpose(): {
|
|
80
80
|
forwardRef: (ref: Element | ComponentPublicInstance | null) => void;
|
|
81
|
-
currentRef:
|
|
82
|
-
currentElement:
|
|
81
|
+
currentRef: vue2136.Ref<Element | ComponentPublicInstance | null | undefined, Element | ComponentPublicInstance | null | undefined>;
|
|
82
|
+
currentElement: vue2136.ComputedRef<HTMLElement>;
|
|
83
83
|
};
|
|
84
84
|
//#endregion
|
|
85
85
|
//#region src/utils/use-forward-props.d.ts
|
|
86
|
-
declare function useForwardProps<T extends MaybeRefOrGetter<Record<string, any>>, U extends UnwrapRef<T>>(props: T):
|
|
86
|
+
declare function useForwardProps<T extends MaybeRefOrGetter<Record<string, any>>, U extends UnwrapRef<T>>(props: T): vue2136.ComputedRef<U>;
|
|
87
87
|
//#endregion
|
|
88
88
|
//#region src/utils/use-forward-props-emits.d.ts
|
|
89
|
-
declare function useForwardPropsEmits<T extends Parameters<typeof useForwardProps>[0], Name extends string>(props: T, emit?: (name: Name, ...args: any[]) => void):
|
|
89
|
+
declare function useForwardPropsEmits<T extends Parameters<typeof useForwardProps>[0], Name extends string>(props: T, emit?: (name: Name, ...args: any[]) => void): vue2136.ComputedRef<any>;
|
|
90
90
|
//#endregion
|
|
91
91
|
export { useEnvironmentContext as S, EnvironmentProviderProps as _, createContext as a, RootNode as b, useLocaleContext as c, useFilter as d, UseCollatorProps as f, _default as g, LocaleProviderProps as h, useEmitAsProps as i, UseFilterProps as l, useCollator as m, useForwardProps as n, DEFAULT_LOCALE as o, UseCollatorReturn as p, useForwardExpose as r, LocaleContext as s, useForwardPropsEmits as t, UseFilterReturn as u, _default$1 as v, UseEnvironmentContext as x, DEFAULT_ENVIRONMENT as y };
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as Optional, i as MaybePromise, n as BooleanDefaults, r as EmitFn, t as Assign } from "./types-
|
|
2
|
-
import { i as normalizeProps, n as useMachine, r as PropTypes, t as mergeProps } from "./index-
|
|
3
|
-
import { S as useEnvironmentContext, _ as EnvironmentProviderProps, a as createContext, b as RootNode, c as useLocaleContext, d as useFilter, f as UseCollatorProps, g as _default$1, h as LocaleProviderProps, i as useEmitAsProps, l as UseFilterProps, m as useCollator, n as useForwardProps, o as DEFAULT_LOCALE, p as UseCollatorReturn, r as useForwardExpose, s as LocaleContext, t as useForwardPropsEmits, u as UseFilterReturn, v as _default, x as UseEnvironmentContext, y as DEFAULT_ENVIRONMENT } from "./index-
|
|
1
|
+
import { a as Optional, i as MaybePromise, n as BooleanDefaults, r as EmitFn, t as Assign } from "./types-DVbnnQPS.js";
|
|
2
|
+
import { i as normalizeProps, n as useMachine, r as PropTypes, t as mergeProps } from "./index-DmKzfNVe.js";
|
|
3
|
+
import { S as useEnvironmentContext, _ as EnvironmentProviderProps, a as createContext, b as RootNode, c as useLocaleContext, d as useFilter, f as UseCollatorProps, g as _default$1, h as LocaleProviderProps, i as useEmitAsProps, l as UseFilterProps, m as useCollator, n as useForwardProps, o as DEFAULT_LOCALE, p as UseCollatorReturn, r as useForwardExpose, s as LocaleContext, t as useForwardPropsEmits, u as UseFilterReturn, v as _default, x as UseEnvironmentContext, y as DEFAULT_ENVIRONMENT } from "./index-_AirUBz0.js";
|
|
4
4
|
export { Assign, BooleanDefaults, DEFAULT_ENVIRONMENT, DEFAULT_LOCALE, EmitFn, _default as EnvironmentProvider, EnvironmentProviderProps, LocaleContext, _default$1 as LocaleProvider, LocaleProviderProps, MaybePromise, Optional, PropTypes, RootNode, UseCollatorProps, UseCollatorReturn, UseEnvironmentContext, UseFilterProps, UseFilterReturn, createContext, mergeProps, normalizeProps, useCollator, useEmitAsProps, useEnvironmentContext, useFilter, useForwardExpose, useForwardProps, useForwardPropsEmits, useLocaleContext, useMachine };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as _sprawlify_primitives_anatomy9 from "@sprawlify/primitives/anatomy";
|
|
2
|
+
|
|
3
|
+
//#region src/components/listbox/listbox-anatomy.d.ts
|
|
4
|
+
declare const listboxAnatomy: _sprawlify_primitives_anatomy9.AnatomyInstance<"input" | "label" | "root" | "content" | "valueText" | "item" | "itemText" | "itemGroup" | "itemIndicator" | "itemGroupLabel" | "empty">;
|
|
5
|
+
//#endregion
|
|
6
|
+
export { listboxAnatomy as t };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { n as useMachine, r as normalizeProps$1 } from "./core-DNndr38p.js";
|
|
2
2
|
import { t as createContext } from "./create-context-Ds1GbsVc.js";
|
|
3
3
|
import { t as useForwardExpose } from "./use-forward-expose-CCAmHTUB.js";
|
|
4
|
-
import { t as sprawlify } from "./factory-
|
|
4
|
+
import { t as sprawlify } from "./factory-DxZQviAU.js";
|
|
5
5
|
import { computed, createBlock, createCommentVNode, defineComponent, mergeDefaults, mergeProps, openBlock, ref, renderSlot, toValue, unref, watch, withCtx } from "vue";
|
|
6
6
|
import * as presence from "@sprawlify/primitives/machines/presence";
|
|
7
7
|
|