@sprawlify/vue 0.0.88 → 0.0.89
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{alert-dialog-anatomy-DYBPmcE-.d.ts → alert-dialog-anatomy-JyjMETMY.d.ts} +1 -1
- package/dist/{carousel-anatomy-Bm8A0IeH.d.ts → carousel-anatomy-CVjLyF_w.d.ts} +1 -1
- package/dist/{checkbox-anatomy-D_EEk_7M.d.ts → checkbox-anatomy-Bkxq8P4k.d.ts} +1 -1
- package/dist/{color-picker-anatomy-BqAv-ES8.d.ts → color-picker-anatomy-wW_P5LT-.d.ts} +1 -1
- package/dist/combobox-anatomy-Cad3mPjS.d.ts +6 -0
- package/dist/components/accordion/index.d.ts +2 -2
- package/dist/components/alert-dialog/index.d.ts +8 -9
- package/dist/components/anatomy.d.ts +12 -12
- package/dist/components/angle-slider/index.d.ts +1 -1
- package/dist/components/bottom-sheet/index.d.ts +1 -1
- package/dist/components/carousel/index.d.ts +1 -1
- package/dist/components/checkbox/index.d.ts +5 -5
- package/dist/components/clipboard/index.d.ts +2 -2
- package/dist/components/collapsible/index.d.ts +2 -2
- package/dist/components/color-picker/index.d.ts +17 -16
- package/dist/components/combobox/index.d.ts +9 -9
- package/dist/components/date-picker/index.d.ts +9 -9
- package/dist/components/dialog/index.d.ts +7 -8
- package/dist/components/dropdown-menu/index.d.ts +9 -9
- package/dist/components/editable/index.d.ts +10 -10
- package/dist/components/field/index.d.ts +3 -3
- package/dist/components/fieldset/index.d.ts +1 -1
- package/dist/components/file-upload/index.d.ts +3 -3
- package/dist/components/floating-panel/index.d.ts +2 -2
- package/dist/components/focus-trap/index.d.ts +1 -1
- package/dist/components/hover-card/index.d.ts +7 -7
- package/dist/components/image-cropper/index.d.ts +1 -1
- package/dist/components/json-tree-view/index.d.ts +3 -3
- package/dist/components/listbox/index.d.ts +1 -1
- package/dist/components/number-input/index.d.ts +2 -2
- package/dist/components/password-input/index.d.ts +2 -2
- package/dist/components/pin-input/index.d.ts +4 -4
- package/dist/components/popover/index.d.ts +9 -9
- package/dist/components/presence/index.d.ts +1 -1
- package/dist/components/radio-group/index.d.ts +2 -2
- package/dist/components/rating-group/index.d.ts +4 -4
- package/dist/components/segment-group/index.d.ts +1 -1
- package/dist/components/select/index.d.ts +7 -7
- package/dist/components/signature-pad/index.d.ts +1 -1
- package/dist/components/slider/index.d.ts +3 -3
- package/dist/components/splitter/index.d.ts +2 -2
- package/dist/components/switch/index.d.ts +3 -3
- package/dist/components/tags-input/index.d.ts +10 -10
- package/dist/components/toggle-group/index.d.ts +1 -1
- package/dist/components/tour/index.d.ts +10 -10
- package/dist/components/tree-view/index.d.ts +1 -1
- package/dist/{date-picker-anatomy-25--l_tH.d.ts → date-picker-anatomy-BWG9P2cu.d.ts} +1 -1
- package/dist/{field-anatomy-D1xRXQeF.d.ts → field-anatomy-BWikn-kn.d.ts} +1 -1
- package/dist/{fieldset-anatomy-CcZfEnO-.d.ts → fieldset-anatomy-pWRVtwyO.d.ts} +1 -1
- package/dist/{image-cropper-anatomy-DW4Ru-ZX.d.ts → image-cropper-anatomy-ChVWjuvl.d.ts} +1 -1
- package/dist/{index-BiapeCBm.d.ts → index-CwuVQkUt.d.ts} +3 -3
- package/dist/{index-BbSg4qcW.d.ts → index-d_RzVEQV.d.ts} +2 -2
- package/dist/{listbox-anatomy-Dm_o-fKs.d.ts → listbox-anatomy-DxiqaMYF.d.ts} +1 -1
- package/dist/{segment-group-anatomy-DHML8ODG.d.ts → segment-group-anatomy-xb9z-ywW.d.ts} +1 -1
- package/dist/{tour-anatomy-C81YCpD4.d.ts → tour-anatomy-EhNWhrmY.d.ts} +1 -1
- package/package.json +2 -2
- package/dist/combobox-anatomy-BnRNSgHI.d.ts +0 -6
|
@@ -19,11 +19,11 @@ declare const __VLS_export: __VLS_WithSlots<vue.DefineComponent<PresenceProps, {
|
|
|
19
19
|
}, string, vue.PublicProps, Readonly<PresenceProps> & Readonly<{
|
|
20
20
|
onExitComplete?: (() => any) | undefined;
|
|
21
21
|
}>, {
|
|
22
|
-
lazyMount: boolean;
|
|
23
|
-
unmountOnExit: boolean;
|
|
24
|
-
immediate: boolean;
|
|
25
22
|
present: boolean;
|
|
23
|
+
immediate: boolean;
|
|
24
|
+
lazyMount: boolean;
|
|
26
25
|
skipAnimationOnMount: boolean;
|
|
26
|
+
unmountOnExit: boolean;
|
|
27
27
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
28
28
|
default?: (props: {}) => any;
|
|
29
29
|
}>;
|
|
@@ -397,11 +397,11 @@ type TreeViewRootComponent<P = {}> = <T extends TreeNode>(props: TreeViewRootCom
|
|
|
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
399
|
props: vue.PublicProps & __VLS_PrettifyLocal<TreeViewRootProps<T> & {
|
|
400
|
-
onCheckedChange?: ((details: treeView.CheckedChangeDetails) => any) | undefined;
|
|
401
400
|
onFocusChange?: ((details: treeView.FocusChangeDetails<any>) => any) | undefined;
|
|
402
401
|
"onUpdate:focusedValue"?: ((value: string | null) => any) | undefined;
|
|
403
402
|
onExpandedChange?: ((details: treeView.ExpandedChangeDetails<any>) => any) | undefined;
|
|
404
403
|
onSelectionChange?: ((details: treeView.SelectionChangeDetails<any>) => any) | undefined;
|
|
404
|
+
onCheckedChange?: ((details: treeView.CheckedChangeDetails) => any) | undefined;
|
|
405
405
|
onLoadChildrenComplete?: ((details: treeView.LoadChildrenCompleteDetails<T>) => any) | undefined;
|
|
406
406
|
onLoadChildrenError?: ((details: treeView.LoadChildrenErrorDetails<T>) => any) | undefined;
|
|
407
407
|
onRenameStart?: ((details: treeView.RenameStartDetails<T>) => any) | undefined;
|
|
@@ -418,7 +418,7 @@ 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: "
|
|
421
|
+
emit: ((evt: "focusChange", details: treeView.FocusChangeDetails<any>) => void) & ((evt: "update:focusedValue", value: string | null) => void) & ((evt: "expandedChange", details: treeView.ExpandedChangeDetails<any>) => void) & ((evt: "selectionChange", details: treeView.SelectionChangeDetails<any>) => void) & ((evt: "checkedChange", details: treeView.CheckedChangeDetails) => 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:selectedValue", value: string[]) => void) & ((evt: "update:checkedValue", value: string[]) => void);
|
|
422
422
|
}>) => vue.VNode & {
|
|
423
423
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
424
424
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
|
|
2
2
|
|
|
3
3
|
//#region src/components/listbox/listbox-anatomy.d.ts
|
|
4
|
-
declare const listboxAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"
|
|
4
|
+
declare const listboxAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"input" | "label" | "content" | "root" | "item" | "itemGroup" | "valueText" | "itemText" | "itemIndicator" | "itemGroupLabel" | "empty">;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { listboxAnatomy as t };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
|
|
2
2
|
|
|
3
3
|
//#region src/components/segment-group/segment-group-anatomy.d.ts
|
|
4
|
-
declare const segmentGroupAnatomy: _sprawlify_primitives_anatomy0.Anatomy<"
|
|
4
|
+
declare const segmentGroupAnatomy: _sprawlify_primitives_anatomy0.Anatomy<"label" | "root" | "item" | "indicator" | "itemText" | "itemControl">;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { segmentGroupAnatomy as t };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
|
|
2
2
|
|
|
3
3
|
//#region src/components/tour/tour-anatomy.d.ts
|
|
4
|
-
declare const tourAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"title" | "
|
|
4
|
+
declare const tourAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"title" | "content" | "positioner" | "description" | "closeTrigger" | "backdrop" | "control" | "progressText" | "arrow" | "arrowTip" | "actionTrigger" | "spotlight">;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { tourAnatomy as t };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sprawlify/vue",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.89",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Vue wrapper for primitives.",
|
|
6
6
|
"author": "sprawlify <npm@sprawlify.com>",
|
|
@@ -268,7 +268,7 @@
|
|
|
268
268
|
"access": "public"
|
|
269
269
|
},
|
|
270
270
|
"dependencies": {
|
|
271
|
-
"@sprawlify/primitives": "0.0.
|
|
271
|
+
"@sprawlify/primitives": "0.0.89"
|
|
272
272
|
},
|
|
273
273
|
"peerDependencies": {
|
|
274
274
|
"vue": ">=3.0.0"
|
|
@@ -1,6 +0,0 @@
|
|
|
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<"list" | "root" | "label" | "control" | "input" | "content" | "item" | "trigger" | "itemIndicator" | "itemText" | "itemGroup" | "itemGroupLabel" | "empty" | "positioner" | "clearTrigger">;
|
|
5
|
-
//#endregion
|
|
6
|
-
export { comboboxAnatomy as t };
|