@soybeanjs/ui 0.13.7 → 0.14.0

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.
Files changed (102) hide show
  1. package/dist/components/accordion/accordion.js +1 -1
  2. package/dist/components/accordion/accordion.vue.d.ts +3 -3
  3. package/dist/components/alert/alert.vue.d.ts +4 -4
  4. package/dist/components/alert/variants.d.ts +3 -3
  5. package/dist/components/alert-dialog/alert-dialog-cancel.vue.d.ts +4 -4
  6. package/dist/components/alert-dialog/alert-dialog-confirm.vue.d.ts +4 -4
  7. package/dist/components/alert-dialog/alert-dialog.vue.d.ts +6 -6
  8. package/dist/components/avatar/avatar.vue.d.ts +7 -7
  9. package/dist/components/badge/badge.vue.d.ts +4 -4
  10. package/dist/components/badge/variants.d.ts +3 -3
  11. package/dist/components/breadcrumb/breadcrumb.vue.d.ts +3 -3
  12. package/dist/components/button/button-group.vue.d.ts +6 -6
  13. package/dist/components/button/button-icon.vue.d.ts +3 -3
  14. package/dist/components/button/button-link.vue.d.ts +3 -3
  15. package/dist/components/button/button-loading.vue.d.ts +3 -3
  16. package/dist/components/button/button.vue.d.ts +4 -4
  17. package/dist/components/button/variants.d.ts +3 -3
  18. package/dist/components/card/card-collapsible-trigger.vue.d.ts +3 -3
  19. package/dist/components/card/card.js +1 -1
  20. package/dist/components/card/card.vue.d.ts +3 -3
  21. package/dist/components/checkbox/checkbox-card-group.vue.d.ts +3 -3
  22. package/dist/components/checkbox/checkbox-card.vue.d.ts +8 -8
  23. package/dist/components/checkbox/checkbox-group.vue.d.ts +3 -3
  24. package/dist/components/checkbox/checkbox.vue.d.ts +12 -12
  25. package/dist/components/checkbox/variants.d.ts +3 -3
  26. package/dist/components/collapsible/collapsible.vue.d.ts +4 -4
  27. package/dist/components/command/command.vue.d.ts +8 -8
  28. package/dist/components/config-provider/config-provider.vue.d.ts +7 -7
  29. package/dist/components/context-menu/context-menu-checkbox.vue.d.ts +9 -9
  30. package/dist/components/context-menu/context-menu-radio.vue.d.ts +9 -9
  31. package/dist/components/context-menu/context-menu-wrapper.vue.d.ts +13 -13
  32. package/dist/components/context-menu/context-menu.vue.d.ts +9 -9
  33. package/dist/components/dialog/dialog-close.vue.d.ts +2 -2
  34. package/dist/components/dialog/dialog-pure.vue.d.ts +11 -11
  35. package/dist/components/dialog/dialog.vue.d.ts +11 -11
  36. package/dist/components/dialog/variants.js +1 -1
  37. package/dist/components/drawer/drawer-close.vue.d.ts +2 -2
  38. package/dist/components/drawer/drawer.vue.d.ts +11 -11
  39. package/dist/components/dropdown-menu/dropdown-menu-checkbox.vue.d.ts +9 -9
  40. package/dist/components/dropdown-menu/dropdown-menu-radio.vue.d.ts +9 -9
  41. package/dist/components/dropdown-menu/dropdown-menu-wrapper.vue.d.ts +13 -13
  42. package/dist/components/dropdown-menu/dropdown-menu.vue.d.ts +9 -9
  43. package/dist/components/form/form-field-base.vue.d.ts +3 -3
  44. package/dist/components/form/form.vue.d.ts +2 -2
  45. package/dist/components/form/use-form.d.ts +22 -22
  46. package/dist/components/form/variants.js +1 -1
  47. package/dist/components/icon/icon.vue.d.ts +2 -2
  48. package/dist/components/input/input.vue.d.ts +4 -4
  49. package/dist/components/input-number/input-number.vue.d.ts +4 -4
  50. package/dist/components/kbd/kbd.vue.d.ts +3 -3
  51. package/dist/components/kbd/variants.d.ts +3 -3
  52. package/dist/components/label/label.vue.d.ts +2 -2
  53. package/dist/components/layout/layout-trigger.vue.d.ts +2 -2
  54. package/dist/components/layout/layout.vue.d.ts +4 -4
  55. package/dist/components/link/link.vue.d.ts +3 -3
  56. package/dist/components/list/list-item.vue.d.ts +2 -2
  57. package/dist/components/list/list.vue.d.ts +2 -2
  58. package/dist/components/menu/menu-checkbox-options.vue.d.ts +3 -3
  59. package/dist/components/menu/menu-option.vue.d.ts +9 -9
  60. package/dist/components/menu/menu-options.vue.d.ts +9 -9
  61. package/dist/components/menu/menu-radio-options.vue.d.ts +3 -3
  62. package/dist/components/navigation-menu/navigation-menu.vue.d.ts +11 -11
  63. package/dist/components/page-tabs/page-tabs.vue.d.ts +4 -4
  64. package/dist/components/page-tabs/variants.d.ts +3 -3
  65. package/dist/components/pagination/pagination.js +1 -1
  66. package/dist/components/pagination/pagination.vue.d.ts +4 -4
  67. package/dist/components/pagination/variants.d.ts +3 -3
  68. package/dist/components/password/password.vue.d.ts +4 -4
  69. package/dist/components/popconfirm/popconfirm-cancel.vue.d.ts +4 -4
  70. package/dist/components/popconfirm/popconfirm-confirm.vue.d.ts +4 -4
  71. package/dist/components/popconfirm/popconfirm.vue.d.ts +13 -13
  72. package/dist/components/popover/popover.vue.d.ts +11 -11
  73. package/dist/components/radio-group/radio-card-group.vue.d.ts +3 -3
  74. package/dist/components/radio-group/radio-card.vue.d.ts +2 -2
  75. package/dist/components/radio-group/radio-group.vue.d.ts +3 -3
  76. package/dist/components/radio-group/radio.vue.d.ts +2 -2
  77. package/dist/components/radio-group/variants.d.ts +3 -3
  78. package/dist/components/segment/segment.vue.d.ts +3 -3
  79. package/dist/components/select/select.vue.d.ts +8 -8
  80. package/dist/components/separator/separator.vue.d.ts +5 -5
  81. package/dist/components/separator/variants.d.ts +3 -3
  82. package/dist/components/switch/switch.vue.d.ts +22 -22
  83. package/dist/components/switch/variants.d.ts +3 -3
  84. package/dist/components/table/hooks.d.ts +14 -14
  85. package/dist/components/table/table.vue.d.ts +3 -3
  86. package/dist/components/tabs/tabs.vue.d.ts +3 -3
  87. package/dist/components/tabs/variants.d.ts +3 -3
  88. package/dist/components/tag/tag.vue.d.ts +4 -4
  89. package/dist/components/tag/variants.d.ts +3 -3
  90. package/dist/components/textarea/textarea.vue.d.ts +4 -4
  91. package/dist/components/textarea/variants.d.ts +3 -3
  92. package/dist/components/toast/variants.d.ts +3 -3
  93. package/dist/components/tooltip/tooltip.vue.d.ts +7 -7
  94. package/dist/components/tree/tree-virtualizer.vue.d.ts +7 -7
  95. package/dist/components/tree/tree.vue.d.ts +5 -5
  96. package/dist/components/tree-menu/tree-menu-styled-item.vue.d.ts +2 -2
  97. package/dist/components/tree-menu/tree-menu.vue.d.ts +3 -3
  98. package/dist/components/virtualizer/virtualizer.vue.d.ts +5 -5
  99. package/dist/nuxt/index.d.ts +2 -2
  100. package/dist/resolver/index.d.ts +2 -2
  101. package/dist/styles.css +7 -2
  102. package/package.json +11 -11
@@ -1 +1 @@
1
- import{mergeSlotVariants as e}from"../../theme/shared.js";import"../../theme/index.js";import t from"../icon/icon.js";import{accordionVariants as n}from"./variants.js";import{Fragment as r,computed as i,createBlock as a,createElementBlock as o,createElementVNode as s,createTextVNode as c,createVNode as l,defineComponent as u,mergeProps as d,normalizeClass as f,openBlock as p,renderList as m,renderSlot as h,toDisplayString as g,toHandlers as _,unref as v,withCtx as y}from"vue";import{useForwardListeners as b,useOmitProps as x}from"@soybeanjs/headless/composables";import{AccordionContent as S,AccordionHeader as C,AccordionItem as w,AccordionRoot as T,AccordionTrigger as E,provideAccordionUi as D}from"@soybeanjs/headless";const O=u({name:`SAccordion`,__name:`accordion`,props:{class:{},size:{},ui:{},items:{},itemProps:{},headerProps:{},triggerProps:{},contentProps:{},collapsible:{type:Boolean},dir:{},disabled:{type:Boolean},orientation:{},unmountOnHide:{type:Boolean},modelValue:{},defaultValue:{},multiple:{},singleClearable:{type:Boolean}},emits:[`update:modelValue`],setup(u,{emit:O}){let k=u,A=O,j=x(k,[`class`,`size`,`ui`,`items`,`itemProps`,`headerProps`,`triggerProps`,`contentProps`]),M=b(A),N=i(()=>e(n({size:k.size}),k.ui,{root:k.class}));return D(N),(e,n)=>(p(),a(v(T),d(v(j),_(v(M))),{default:y(()=>[(p(!0),o(r,null,m(k.items,n=>h(e.$slots,`item`,{key:n.value,item:n,modelValue:u.modelValue},()=>[l(v(w),d({ref_for:!0},k.itemProps,{value:n.value,disabled:n.disabled}),{default:y(({open:r})=>[l(v(C),d({ref_for:!0},k.headerProps),{default:y(()=>[l(v(E),d({ref_for:!0},k.triggerProps),{default:y(()=>[h(e.$slots,`leading`,{item:n,modelValue:u.modelValue,open:r},()=>[l(t,{icon:n.icon,class:f(N.value.triggerLeadingIcon)},null,8,[`icon`,`class`])]),h(e.$slots,`title`,{item:n,modelValue:u.modelValue,open:r},()=>[c(g(n.title),1)]),h(e.$slots,`trigger-icon`,{item:n,modelValue:u.modelValue,open:r},()=>[l(t,{icon:`lucide:chevron-down`,class:f(N.value.triggerIcon)},null,8,[`class`])])]),_:2},1040)]),_:2},1040),l(v(S),d({ref_for:!0},k.contentProps),{default:y(()=>[h(e.$slots,`content`,{item:n,modelValue:u.modelValue,open:r},()=>[s(`p`,{class:f(N.value.description)},g(n.description),3)])]),_:2},1040)]),_:2},1040,[`value`,`disabled`])])),128))]),_:3},16))}});export{O as default};
1
+ import{mergeSlotVariants as e}from"../../theme/shared.js";import"../../theme/index.js";import t from"../icon/icon.js";import{accordionVariants as n}from"./variants.js";import{Fragment as r,computed as i,createBlock as a,createElementBlock as o,createElementVNode as s,createTextVNode as c,createVNode as l,defineComponent as u,mergeProps as d,normalizeClass as f,openBlock as p,renderList as m,renderSlot as h,toDisplayString as g,toHandlers as _,unref as v,withCtx as y}from"vue";import{useForwardListeners as b,useOmitProps as x}from"@soybeanjs/headless/composables";import{AccordionContent as S,AccordionHeader as C,AccordionItem as w,AccordionRoot as T,AccordionTrigger as E,provideAccordionUi as D}from"@soybeanjs/headless";const O=u({name:`SAccordion`,__name:`accordion`,props:{class:{},size:{},ui:{},items:{},itemProps:{},headerProps:{},triggerProps:{},contentProps:{},collapsible:{type:Boolean},dir:{},disabled:{type:Boolean},orientation:{},unmountOnHide:{type:Boolean},modelValue:{},defaultValue:{},multiple:{},singleClearable:{type:Boolean}},emits:[`update:modelValue`],setup(u,{emit:O}){let k=u,A=O,j=x(k,[`class`,`size`,`ui`,`items`,`itemProps`,`headerProps`,`triggerProps`,`contentProps`]),M=b(A),N=i(()=>e(n({size:k.size}),k.ui,{root:k.class}));return D(N),(e,n)=>(p(),a(v(T),d(v(j),_(v(M))),{default:y(()=>[(p(!0),o(r,null,m(u.items,n=>h(e.$slots,`item`,{key:n.value,item:n,modelValue:u.modelValue},()=>[l(v(w),d({ref_for:!0},u.itemProps,{value:n.value,disabled:n.disabled}),{default:y(({open:r})=>[l(v(C),d({ref_for:!0},u.headerProps),{default:y(()=>[l(v(E),d({ref_for:!0},u.triggerProps),{default:y(()=>[h(e.$slots,`leading`,{item:n,modelValue:u.modelValue,open:r},()=>[l(t,{icon:n.icon,class:f(N.value.triggerLeadingIcon)},null,8,[`icon`,`class`])]),h(e.$slots,`title`,{item:n,modelValue:u.modelValue,open:r},()=>[c(g(n.title),1)]),h(e.$slots,`trigger-icon`,{item:n,modelValue:u.modelValue,open:r},()=>[l(t,{icon:`lucide:chevron-down`,class:f(N.value.triggerIcon)},null,8,[`class`])])]),_:2},1040)]),_:2},1040),l(v(S),d({ref_for:!0},u.contentProps),{default:y(()=>[h(e.$slots,`content`,{item:n,modelValue:u.modelValue,open:r},()=>[s(`p`,{class:f(N.value.description)},g(n.description),3)])]),_:2},1040)]),_:2},1040,[`value`,`disabled`])])),128))]),_:3},16))}});export{O as default};
@@ -1,9 +1,9 @@
1
1
  import { AccordionOptionData, AccordionProps } from "./types.js";
2
- import * as vue from "vue";
2
+ import * as _$vue from "vue";
3
3
 
4
4
  //#region src/components/accordion/accordion.vue.d.ts
5
5
  declare const __VLS_export: <T extends AccordionOptionData = AccordionOptionData, M extends boolean = false>(__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<{
6
- props: vue.PublicProps & __VLS_PrettifyLocal<AccordionProps<T, M> & {
6
+ props: _$vue.PublicProps & __VLS_PrettifyLocal<AccordionProps<T, M> & {
7
7
  "onUpdate:modelValue"?: ((value: M extends true ? string[] : string) => any) | undefined;
8
8
  }> & (typeof globalThis extends {
9
9
  __VLS_PROPS_FALLBACK: infer P;
@@ -41,7 +41,7 @@ declare const __VLS_export: <T extends AccordionOptionData = AccordionOptionData
41
41
  }) => any;
42
42
  };
43
43
  emit: (evt: "update:modelValue", value: M extends true ? string[] : string) => void;
44
- }>) => vue.VNode & {
44
+ }>) => _$vue.VNode & {
45
45
  __ctx?: Awaited<typeof __VLS_setup>;
46
46
  };
47
47
  declare const _default: typeof __VLS_export;
@@ -1,5 +1,5 @@
1
1
  import { AlertProps } from "./types.js";
2
- import * as vue from "vue";
2
+ import * as _$vue from "vue";
3
3
 
4
4
  //#region src/components/alert/alert.vue.d.ts
5
5
  declare var __VLS_10: {}, __VLS_29: {}, __VLS_37: {}, __VLS_39: {}, __VLS_41: {}, __VLS_49: {};
@@ -16,13 +16,13 @@ type __VLS_Slots = {} & {
16
16
  } & {
17
17
  close?: (props: typeof __VLS_49) => any;
18
18
  };
19
- declare const __VLS_base: vue.DefineComponent<AlertProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
19
+ declare const __VLS_base: _$vue.DefineComponent<AlertProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
20
20
  "update:open": (open: boolean) => any;
21
- }, string, vue.PublicProps, Readonly<AlertProps> & Readonly<{
21
+ }, string, _$vue.PublicProps, Readonly<AlertProps> & Readonly<{
22
22
  "onUpdate:open"?: ((open: boolean) => any) | undefined;
23
23
  }>, {
24
24
  open: boolean;
25
- }, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
25
+ }, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
26
26
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
27
27
  declare const _default: typeof __VLS_export;
28
28
  type __VLS_WithSlots<T, S> = T & {
@@ -1,8 +1,8 @@
1
- import * as tailwind_variants0 from "tailwind-variants";
1
+ import * as _$tailwind_variants0 from "tailwind-variants";
2
2
  import { VariantProps } from "tailwind-variants";
3
3
 
4
4
  //#region src/components/alert/variants.d.ts
5
- declare const alertVariants: tailwind_variants0.TVReturnType<{
5
+ declare const alertVariants: _$tailwind_variants0.TVReturnType<{
6
6
  color: {
7
7
  primary: {
8
8
  root: string;
@@ -196,7 +196,7 @@ declare const alertVariants: tailwind_variants0.TVReturnType<{
196
196
  title: string;
197
197
  description: string;
198
198
  close: string;
199
- }, tailwind_variants0.TVReturnType<{
199
+ }, _$tailwind_variants0.TVReturnType<{
200
200
  color: {
201
201
  primary: {
202
202
  root: string;
@@ -1,19 +1,19 @@
1
1
  import { ButtonVariant } from "../button/variants.js";
2
2
  import { AlertDialogCancelProps } from "./types.js";
3
- import * as vue from "vue";
3
+ import * as _$vue from "vue";
4
4
 
5
5
  //#region src/components/alert-dialog/alert-dialog-cancel.vue.d.ts
6
6
  declare var __VLS_16: {};
7
7
  type __VLS_Slots = {} & {
8
8
  default?: (props: typeof __VLS_16) => any;
9
9
  };
10
- declare const __VLS_base: vue.DefineComponent<AlertDialogCancelProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
10
+ declare const __VLS_base: _$vue.DefineComponent<AlertDialogCancelProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
11
11
  close: () => any;
12
- }, string, vue.PublicProps, Readonly<AlertDialogCancelProps> & Readonly<{
12
+ }, string, _$vue.PublicProps, Readonly<AlertDialogCancelProps> & Readonly<{
13
13
  onClose?: (() => any) | undefined;
14
14
  }>, {
15
15
  variant: ButtonVariant;
16
- }, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
16
+ }, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
17
17
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
18
18
  declare const _default: typeof __VLS_export;
19
19
  type __VLS_WithSlots<T, S> = T & {
@@ -1,16 +1,16 @@
1
1
  import { AlertDialogConfirmProps } from "./types.js";
2
- import * as vue from "vue";
2
+ import * as _$vue from "vue";
3
3
 
4
4
  //#region src/components/alert-dialog/alert-dialog-confirm.vue.d.ts
5
5
  declare var __VLS_16: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_16) => any;
8
8
  };
9
- declare const __VLS_base: vue.DefineComponent<AlertDialogConfirmProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
9
+ declare const __VLS_base: _$vue.DefineComponent<AlertDialogConfirmProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
10
10
  close: () => any;
11
- }, string, vue.PublicProps, Readonly<AlertDialogConfirmProps> & Readonly<{
11
+ }, string, _$vue.PublicProps, Readonly<AlertDialogConfirmProps> & Readonly<{
12
12
  onClose?: (() => any) | undefined;
13
- }>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
13
+ }>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
14
14
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
15
15
  declare const _default: typeof __VLS_export;
16
16
  type __VLS_WithSlots<T, S> = T & {
@@ -1,5 +1,5 @@
1
1
  import { AlertDialogProps } from "./types.js";
2
- import * as vue from "vue";
2
+ import * as _$vue from "vue";
3
3
 
4
4
  //#region src/components/alert-dialog/alert-dialog.vue.d.ts
5
5
  declare var __VLS_16: {}, __VLS_52: {
@@ -22,18 +22,18 @@ type __VLS_Slots = {} & {
22
22
  } & {
23
23
  footer?: (props: typeof __VLS_70) => any;
24
24
  };
25
- declare const __VLS_base: vue.DefineComponent<AlertDialogProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
26
- close: () => any;
25
+ declare const __VLS_base: _$vue.DefineComponent<AlertDialogProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
27
26
  "update:open": (value: boolean) => any;
28
- }, string, vue.PublicProps, Readonly<AlertDialogProps> & Readonly<{
29
- onClose?: (() => any) | undefined;
27
+ close: () => any;
28
+ }, string, _$vue.PublicProps, Readonly<AlertDialogProps> & Readonly<{
30
29
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
30
+ onClose?: (() => any) | undefined;
31
31
  }>, {
32
32
  open: boolean;
33
33
  defaultOpen: boolean;
34
34
  showIcon: boolean;
35
35
  showCancel: "onlyWarning" | boolean;
36
- }, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
36
+ }, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
37
37
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
38
38
  declare const _default: typeof __VLS_export;
39
39
  type __VLS_WithSlots<T, S> = T & {
@@ -1,6 +1,6 @@
1
1
  import { AvatarProps } from "./types.js";
2
- import * as vue from "vue";
3
- import * as _soybeanjs_headless0 from "@soybeanjs/headless";
2
+ import * as _$vue from "vue";
3
+ import * as _$_soybeanjs_headless0 from "@soybeanjs/headless";
4
4
 
5
5
  //#region src/components/avatar/avatar.vue.d.ts
6
6
  declare var __VLS_8: {}, __VLS_10: {}, __VLS_25: {};
@@ -11,11 +11,11 @@ type __VLS_Slots = {} & {
11
11
  } & {
12
12
  fallback?: (props: typeof __VLS_25) => any;
13
13
  };
14
- declare const __VLS_base: vue.DefineComponent<AvatarProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
15
- loadingStatusChange: (status: _soybeanjs_headless0.ImageLoadingStatus) => any;
16
- }, string, vue.PublicProps, Readonly<AvatarProps> & Readonly<{
17
- onLoadingStatusChange?: ((status: _soybeanjs_headless0.ImageLoadingStatus) => any) | undefined;
18
- }>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
14
+ declare const __VLS_base: _$vue.DefineComponent<AvatarProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
15
+ loadingStatusChange: (status: _$_soybeanjs_headless0.ImageLoadingStatus) => any;
16
+ }, string, _$vue.PublicProps, Readonly<AvatarProps> & Readonly<{
17
+ onLoadingStatusChange?: ((status: _$_soybeanjs_headless0.ImageLoadingStatus) => any) | undefined;
18
+ }>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
19
19
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
20
20
  declare const _default: typeof __VLS_export;
21
21
  type __VLS_WithSlots<T, S> = T & {
@@ -1,5 +1,5 @@
1
1
  import { BadgeProps } from "./types.js";
2
- import * as vue from "vue";
2
+ import * as _$vue from "vue";
3
3
 
4
4
  //#region src/components/badge/badge.vue.d.ts
5
5
  declare var __VLS_10: {}, __VLS_18: {};
@@ -8,13 +8,13 @@ type __VLS_Slots = {} & {
8
8
  } & {
9
9
  content?: (props: typeof __VLS_18) => any;
10
10
  };
11
- declare const __VLS_base: vue.DefineComponent<BadgeProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
11
+ declare const __VLS_base: _$vue.DefineComponent<BadgeProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
12
12
  "update:open": (open: boolean) => any;
13
- }, string, vue.PublicProps, Readonly<BadgeProps> & Readonly<{
13
+ }, string, _$vue.PublicProps, Readonly<BadgeProps> & Readonly<{
14
14
  "onUpdate:open"?: ((open: boolean) => any) | undefined;
15
15
  }>, {
16
16
  open: boolean;
17
- }, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
17
+ }, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
18
18
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
19
19
  declare const _default: typeof __VLS_export;
20
20
  type __VLS_WithSlots<T, S> = T & {
@@ -1,8 +1,8 @@
1
- import * as tailwind_variants0 from "tailwind-variants";
1
+ import * as _$tailwind_variants0 from "tailwind-variants";
2
2
  import { VariantProps } from "tailwind-variants";
3
3
 
4
4
  //#region src/components/badge/variants.d.ts
5
- declare const badgeVariants: tailwind_variants0.TVReturnType<{
5
+ declare const badgeVariants: _$tailwind_variants0.TVReturnType<{
6
6
  color: {
7
7
  primary: {
8
8
  content: string;
@@ -130,7 +130,7 @@ declare const badgeVariants: tailwind_variants0.TVReturnType<{
130
130
  }, {
131
131
  root: string;
132
132
  content: string;
133
- }, tailwind_variants0.TVReturnType<{
133
+ }, _$tailwind_variants0.TVReturnType<{
134
134
  color: {
135
135
  primary: {
136
136
  content: string;
@@ -1,9 +1,9 @@
1
1
  import { BreadcrumbEmits, BreadcrumbOptionData, BreadcrumbProps } from "./types.js";
2
- import * as vue from "vue";
2
+ import * as _$vue from "vue";
3
3
 
4
4
  //#region src/components/breadcrumb/breadcrumb.vue.d.ts
5
5
  declare const __VLS_export: <T extends BreadcrumbOptionData = BreadcrumbOptionData>(__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<{
6
- props: vue.PublicProps & __VLS_PrettifyLocal<BreadcrumbProps<T> & {
6
+ props: _$vue.PublicProps & __VLS_PrettifyLocal<BreadcrumbProps<T> & {
7
7
  onClick?: ((item: T) => any) | undefined;
8
8
  }> & (typeof globalThis extends {
9
9
  __VLS_PROPS_FALLBACK: infer P;
@@ -42,7 +42,7 @@ declare const __VLS_export: <T extends BreadcrumbOptionData = BreadcrumbOptionDa
42
42
  separator?: (props: {}) => any;
43
43
  };
44
44
  emit: BreadcrumbEmits<T>;
45
- }>) => vue.VNode & {
45
+ }>) => _$vue.VNode & {
46
46
  __ctx?: Awaited<typeof __VLS_setup>;
47
47
  };
48
48
  declare const _default: typeof __VLS_export;
@@ -1,16 +1,16 @@
1
1
  import { ButtonGroupProps } from "./types.js";
2
- import * as vue from "vue";
3
- import * as _soybeanjs_headless0 from "@soybeanjs/headless";
2
+ import * as _$vue from "vue";
3
+ import * as _$_soybeanjs_headless0 from "@soybeanjs/headless";
4
4
 
5
5
  //#region src/components/button/button-group.vue.d.ts
6
6
  declare var __VLS_8: {};
7
7
  type __VLS_Slots = {} & {
8
8
  default?: (props: typeof __VLS_8) => any;
9
9
  };
10
- declare const __VLS_base: vue.DefineComponent<ButtonGroupProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<ButtonGroupProps> & Readonly<{}>, {
11
- dir: _soybeanjs_headless0.Direction;
12
- orientation: _soybeanjs_headless0.DataOrientation;
13
- }, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
10
+ declare const __VLS_base: _$vue.DefineComponent<ButtonGroupProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ButtonGroupProps> & Readonly<{}>, {
11
+ dir: _$_soybeanjs_headless0.Direction;
12
+ orientation: _$_soybeanjs_headless0.DataOrientation;
13
+ }, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
14
14
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
15
15
  declare const _default: typeof __VLS_export;
16
16
  type __VLS_WithSlots<T, S> = T & {
@@ -1,15 +1,15 @@
1
1
  import { ThemeColor } from "../../theme/types.js";
2
2
  import { ButtonShape, ButtonVariant } from "./variants.js";
3
3
  import { ButtonIconProps } from "./types.js";
4
- import * as vue from "vue";
4
+ import * as _$vue from "vue";
5
5
 
6
6
  //#region src/components/button/button-icon.vue.d.ts
7
- declare const __VLS_export: vue.DefineComponent<ButtonIconProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<ButtonIconProps> & Readonly<{}>, {
7
+ declare const __VLS_export: _$vue.DefineComponent<ButtonIconProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ButtonIconProps> & Readonly<{}>, {
8
8
  variant: ButtonVariant;
9
9
  color: ThemeColor;
10
10
  shape: ButtonShape;
11
11
  fitContent: boolean;
12
- }, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
12
+ }, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
13
13
  declare const _default: typeof __VLS_export;
14
14
  //#endregion
15
15
  export { _default };
@@ -1,6 +1,6 @@
1
1
  import { ButtonVariant } from "./variants.js";
2
2
  import { ButtonLinkProps } from "./types.js";
3
- import * as vue from "vue";
3
+ import * as _$vue from "vue";
4
4
 
5
5
  //#region src/components/button/button-link.vue.d.ts
6
6
  declare var __VLS_14: {
@@ -11,7 +11,7 @@ declare var __VLS_14: {
11
11
  type __VLS_Slots = {} & {
12
12
  default?: (props: typeof __VLS_14) => any;
13
13
  };
14
- declare const __VLS_base: vue.DefineComponent<ButtonLinkProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<ButtonLinkProps> & Readonly<{}>, {
14
+ declare const __VLS_base: _$vue.DefineComponent<ButtonLinkProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ButtonLinkProps> & Readonly<{}>, {
15
15
  variant: ButtonVariant;
16
16
  disabled: boolean;
17
17
  replace: boolean;
@@ -20,7 +20,7 @@ declare const __VLS_base: vue.DefineComponent<ButtonLinkProps, {}, {}, {}, {}, v
20
20
  noRel: boolean;
21
21
  prefetch: boolean;
22
22
  noPrefetch: boolean;
23
- }, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
23
+ }, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
24
24
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
25
25
  declare const _default: typeof __VLS_export;
26
26
  type __VLS_WithSlots<T, S> = T & {
@@ -1,5 +1,5 @@
1
1
  import { ButtonLoadingProps } from "./types.js";
2
- import * as vue from "vue";
2
+ import * as _$vue from "vue";
3
3
  import { Align } from "@soybeanjs/headless";
4
4
 
5
5
  //#region src/components/button/button-loading.vue.d.ts
@@ -17,10 +17,10 @@ type __VLS_Slots = {} & {
17
17
  } & {
18
18
  trailing?: (props: typeof __VLS_33) => any;
19
19
  };
20
- declare const __VLS_base: vue.DefineComponent<ButtonLoadingProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<ButtonLoadingProps> & Readonly<{}>, {
20
+ declare const __VLS_base: _$vue.DefineComponent<ButtonLoadingProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ButtonLoadingProps> & Readonly<{}>, {
21
21
  loadingIcon: string;
22
22
  loadingPosition: Align;
23
- }, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
23
+ }, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
24
24
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
25
25
  declare const _default: typeof __VLS_export;
26
26
  type __VLS_WithSlots<T, S> = T & {
@@ -1,5 +1,5 @@
1
1
  import { ButtonProps } from "./types.js";
2
- import * as vue from "vue";
2
+ import * as _$vue from "vue";
3
3
 
4
4
  //#region src/components/button/button.vue.d.ts
5
5
  declare var __VLS_10: {}, __VLS_12: {}, __VLS_14: {};
@@ -10,11 +10,11 @@ type __VLS_Slots = {} & {
10
10
  } & {
11
11
  trailing?: (props: typeof __VLS_14) => any;
12
12
  };
13
- declare const __VLS_base: vue.DefineComponent<ButtonProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
13
+ declare const __VLS_base: _$vue.DefineComponent<ButtonProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
14
14
  click: (event: MouseEvent) => any;
15
- }, string, vue.PublicProps, Readonly<ButtonProps> & Readonly<{
15
+ }, string, _$vue.PublicProps, Readonly<ButtonProps> & Readonly<{
16
16
  onClick?: ((event: MouseEvent) => any) | undefined;
17
- }>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
17
+ }>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
18
18
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
19
19
  declare const _default: typeof __VLS_export;
20
20
  type __VLS_WithSlots<T, S> = T & {
@@ -1,8 +1,8 @@
1
- import * as tailwind_variants0 from "tailwind-variants";
1
+ import * as _$tailwind_variants0 from "tailwind-variants";
2
2
  import { VariantProps } from "tailwind-variants";
3
3
 
4
4
  //#region src/components/button/variants.d.ts
5
- declare const buttonVariants: tailwind_variants0.TVReturnType<{
5
+ declare const buttonVariants: _$tailwind_variants0.TVReturnType<{
6
6
  color: {
7
7
  primary: string;
8
8
  destructive: string;
@@ -92,7 +92,7 @@ declare const buttonVariants: tailwind_variants0.TVReturnType<{
92
92
  true: string;
93
93
  false: string;
94
94
  };
95
- }, undefined, tailwind_variants0.TVReturnType<{
95
+ }, undefined, _$tailwind_variants0.TVReturnType<{
96
96
  color: {
97
97
  primary: string;
98
98
  destructive: string;
@@ -1,4 +1,4 @@
1
- import * as vue from "vue";
1
+ import * as _$vue from "vue";
2
2
  import { CardCollapsibleTriggerProps } from "@soybeanjs/headless";
3
3
 
4
4
  //#region src/components/card/card-collapsible-trigger.vue.d.ts
@@ -8,9 +8,9 @@ declare var __VLS_8: {
8
8
  type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_8) => any;
10
10
  };
11
- declare const __VLS_base: vue.DefineComponent<CardCollapsibleTriggerProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<CardCollapsibleTriggerProps> & Readonly<{}>, {
11
+ declare const __VLS_base: _$vue.DefineComponent<CardCollapsibleTriggerProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<CardCollapsibleTriggerProps> & Readonly<{}>, {
12
12
  asChild: boolean;
13
- }, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
13
+ }, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
14
14
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
15
15
  declare const _default: typeof __VLS_export;
16
16
  type __VLS_WithSlots<T, S> = T & {
@@ -1 +1 @@
1
- import{mergeSlotVariants as e}from"../../theme/shared.js";import"../../theme/index.js";import{cardVariants as t}from"./variants.js";import{computed as n,createBlock as r,createCommentVNode as i,createTextVNode as a,createVNode as o,defineComponent as s,guardReactiveProps as c,mergeProps as l,normalizeProps as u,openBlock as d,renderSlot as f,toDisplayString as p,unref as m,useSlots as h,withCtx as g}from"vue";import{useOmitProps as _}from"@soybeanjs/headless/composables";import{CardContent as v,CardDescription as y,CardFooter as b,CardHeader as x,CardRoot as S,CardTitle as C,CardTitleRoot as w,provideCardUi as T}from"@soybeanjs/headless";const E=s({name:`SCard`,__name:`card`,props:{class:{},size:{},ui:{},title:{},description:{},scrollable:{type:Boolean,default:!0},split:{type:Boolean},headerProps:{},contentProps:{},footerProps:{},titleRootProps:{},titleProps:{},descriptionProps:{},defaultOpen:{type:Boolean,default:!0},open:{type:Boolean,default:void 0},disabled:{type:Boolean},unmountOnHide:{type:Boolean},asChild:{type:Boolean},as:{}},setup(s){let E=s,D=_(E,[`class`,`size`,`ui`,`title`,`description`,`scrollable`,`split`,`headerProps`,`contentProps`,`footerProps`,`titleRootProps`,`titleProps`,`descriptionProps`]),O=h(),k=n(()=>!!(O.header||O.title||O.description||O.extra||E.title||E.description));return T(n(()=>e(t({size:E.size,scrollable:E.scrollable,split:E.split}),E.ui,{root:E.class}))),(e,t)=>(d(),r(m(S),u(c(m(D))),{default:g(()=>[k.value?(d(),r(m(x),u(l({key:0},E.headerProps)),{default:g(()=>[f(e.$slots,`header`,{},()=>[o(m(w),u(c(E.titleRootProps)),{default:g(()=>[f(e.$slots,`title-leading`),o(m(C),u(c(E.titleProps)),{default:g(()=>[f(e.$slots,`title`,{},()=>[a(p(s.title),1)])]),_:3},16),f(e.$slots,`title-trailing`)]),_:3},16),f(e.$slots,`extra`),O.description||s.description?(d(),r(m(y),u(l({key:0},E.descriptionProps)),{default:g(()=>[f(e.$slots,`description`,{},()=>[a(p(s.description),1)])]),_:3},16)):i(`v-if`,!0)])]),_:3},16)):i(`v-if`,!0),o(m(v),u(c(E.contentProps)),{default:g(()=>[f(e.$slots,`default`)]),_:3},16),O.footer?(d(),r(m(b),u(l({key:1},E.footerProps)),{default:g(()=>[f(e.$slots,`footer`)]),_:3},16)):i(`v-if`,!0)]),_:3},16))}});export{E as default};
1
+ import{mergeSlotVariants as e}from"../../theme/shared.js";import"../../theme/index.js";import{cardVariants as t}from"./variants.js";import{computed as n,createBlock as r,createCommentVNode as i,createTextVNode as a,createVNode as o,defineComponent as s,guardReactiveProps as c,mergeProps as l,normalizeProps as u,openBlock as d,renderSlot as f,toDisplayString as p,unref as m,useSlots as h,withCtx as g}from"vue";import{useOmitProps as _}from"@soybeanjs/headless/composables";import{CardContent as v,CardDescription as y,CardFooter as b,CardHeader as x,CardRoot as S,CardTitle as C,CardTitleRoot as w,provideCardUi as T}from"@soybeanjs/headless";const E=s({name:`SCard`,__name:`card`,props:{class:{},size:{},ui:{},title:{},description:{},scrollable:{type:Boolean,default:!0},split:{type:Boolean},headerProps:{},contentProps:{},footerProps:{},titleRootProps:{},titleProps:{},descriptionProps:{},defaultOpen:{type:Boolean,default:!0},open:{type:Boolean,default:void 0},disabled:{type:Boolean},unmountOnHide:{type:Boolean},asChild:{type:Boolean},as:{}},setup(s){let E=s,D=_(E,[`class`,`size`,`ui`,`title`,`description`,`scrollable`,`split`,`headerProps`,`contentProps`,`footerProps`,`titleRootProps`,`titleProps`,`descriptionProps`]),O=h(),k=n(()=>!!(O.header||O.title||O.description||O.extra||E.title||E.description));return T(n(()=>e(t({size:E.size,scrollable:E.scrollable,split:E.split}),E.ui,{root:E.class}))),(e,t)=>(d(),r(m(S),u(c(m(D))),{default:g(()=>[k.value?(d(),r(m(x),u(l({key:0},s.headerProps)),{default:g(()=>[f(e.$slots,`header`,{},()=>[o(m(w),u(c(s.titleRootProps)),{default:g(()=>[f(e.$slots,`title-leading`),o(m(C),u(c(s.titleProps)),{default:g(()=>[f(e.$slots,`title`,{},()=>[a(p(s.title),1)])]),_:3},16),f(e.$slots,`title-trailing`)]),_:3},16),f(e.$slots,`extra`),O.description||s.description?(d(),r(m(y),u(l({key:0},s.descriptionProps)),{default:g(()=>[f(e.$slots,`description`,{},()=>[a(p(s.description),1)])]),_:3},16)):i(`v-if`,!0)])]),_:3},16)):i(`v-if`,!0),o(m(v),u(c(s.contentProps)),{default:g(()=>[f(e.$slots,`default`)]),_:3},16),O.footer?(d(),r(m(b),u(l({key:1},s.footerProps)),{default:g(()=>[f(e.$slots,`footer`)]),_:3},16)):i(`v-if`,!0)]),_:3},16))}});export{E as default};
@@ -1,5 +1,5 @@
1
1
  import { CardProps } from "./types.js";
2
- import * as vue from "vue";
2
+ import * as _$vue from "vue";
3
3
 
4
4
  //#region src/components/card/card.vue.d.ts
5
5
  type Slots = {
@@ -14,11 +14,11 @@ type Slots = {
14
14
  description: () => any;
15
15
  };
16
16
  type __VLS_Slots = Slots;
17
- declare const __VLS_base: vue.DefineComponent<CardProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<CardProps> & Readonly<{}>, {
17
+ declare const __VLS_base: _$vue.DefineComponent<CardProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<CardProps> & Readonly<{}>, {
18
18
  open: boolean;
19
19
  defaultOpen: boolean;
20
20
  scrollable: boolean;
21
- }, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
21
+ }, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
22
22
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
23
23
  declare const _default: typeof __VLS_export;
24
24
  type __VLS_WithSlots<T, S> = T & {
@@ -1,10 +1,10 @@
1
1
  import { CheckboxCardGroupOptionData, CheckboxCardGroupProps } from "./types.js";
2
- import * as vue from "vue";
2
+ import * as _$vue from "vue";
3
3
  import { DefinedValue } from "@soybeanjs/headless";
4
4
 
5
5
  //#region src/components/checkbox/checkbox-card-group.vue.d.ts
6
6
  declare const __VLS_export: <T extends DefinedValue = DefinedValue, S extends CheckboxCardGroupOptionData<T> = CheckboxCardGroupOptionData<T>>(__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<{
7
- props: vue.PublicProps & __VLS_PrettifyLocal<CheckboxCardGroupProps<T, S> & {
7
+ props: _$vue.PublicProps & __VLS_PrettifyLocal<CheckboxCardGroupProps<T, S> & {
8
8
  "onUpdate:modelValue"?: ((value: T[]) => any) | undefined;
9
9
  }> & (typeof globalThis extends {
10
10
  __VLS_PROPS_FALLBACK: infer P;
@@ -13,7 +13,7 @@ declare const __VLS_export: <T extends DefinedValue = DefinedValue, S extends Ch
13
13
  attrs: any;
14
14
  slots: {};
15
15
  emit: (evt: "update:modelValue", value: T[]) => void;
16
- }>) => vue.VNode & {
16
+ }>) => _$vue.VNode & {
17
17
  __ctx?: Awaited<typeof __VLS_setup>;
18
18
  };
19
19
  declare const _default: typeof __VLS_export;
@@ -1,6 +1,6 @@
1
1
  import { CheckboxCardProps } from "./types.js";
2
- import * as vue from "vue";
3
- import * as _soybeanjs_headless0 from "@soybeanjs/headless";
2
+ import * as _$vue from "vue";
3
+ import * as _$_soybeanjs_headless0 from "@soybeanjs/headless";
4
4
 
5
5
  //#region src/components/checkbox/checkbox-card.vue.d.ts
6
6
  declare var __VLS_21: {
@@ -11,13 +11,13 @@ type __VLS_Slots = {} & {
11
11
  } & {
12
12
  description?: (props: typeof __VLS_29) => any;
13
13
  };
14
- declare const __VLS_base: vue.DefineComponent<CheckboxCardProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
15
- "update:modelValue": (value: _soybeanjs_headless0.CheckedState | null) => any;
16
- }, string, vue.PublicProps, Readonly<CheckboxCardProps> & Readonly<{
17
- "onUpdate:modelValue"?: ((value: _soybeanjs_headless0.CheckedState | null) => any) | undefined;
14
+ declare const __VLS_base: _$vue.DefineComponent<CheckboxCardProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
15
+ "update:modelValue": (value: _$_soybeanjs_headless0.CheckedState | null) => any;
16
+ }, string, _$vue.PublicProps, Readonly<CheckboxCardProps> & Readonly<{
17
+ "onUpdate:modelValue"?: ((value: _$_soybeanjs_headless0.CheckedState | null) => any) | undefined;
18
18
  }>, {
19
- modelValue: _soybeanjs_headless0.CheckedState | null;
20
- }, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
19
+ modelValue: _$_soybeanjs_headless0.CheckedState | null;
20
+ }, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
21
21
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
22
22
  declare const _default: typeof __VLS_export;
23
23
  type __VLS_WithSlots<T, S> = T & {
@@ -1,10 +1,10 @@
1
1
  import { CheckboxGroupOptionData, CheckboxGroupProps } from "./types.js";
2
- import * as vue from "vue";
2
+ import * as _$vue from "vue";
3
3
  import { DefinedValue } from "@soybeanjs/headless";
4
4
 
5
5
  //#region src/components/checkbox/checkbox-group.vue.d.ts
6
6
  declare const __VLS_export: <T extends DefinedValue = DefinedValue, S extends CheckboxGroupOptionData<T> = CheckboxGroupOptionData<T>>(__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<{
7
- props: vue.PublicProps & __VLS_PrettifyLocal<CheckboxGroupProps<T, S> & {
7
+ props: _$vue.PublicProps & __VLS_PrettifyLocal<CheckboxGroupProps<T, S> & {
8
8
  "onUpdate:modelValue"?: ((value: T[]) => any) | undefined;
9
9
  }> & (typeof globalThis extends {
10
10
  __VLS_PROPS_FALLBACK: infer P;
@@ -13,7 +13,7 @@ declare const __VLS_export: <T extends DefinedValue = DefinedValue, S extends Ch
13
13
  attrs: any;
14
14
  slots: {};
15
15
  emit: (evt: "update:modelValue", value: T[]) => void;
16
- }>) => vue.VNode & {
16
+ }>) => _$vue.VNode & {
17
17
  __ctx?: Awaited<typeof __VLS_setup>;
18
18
  };
19
19
  declare const _default: typeof __VLS_export;
@@ -1,28 +1,28 @@
1
1
  import { CheckboxProps } from "./types.js";
2
- import * as vue from "vue";
3
- import * as _soybeanjs_headless0 from "@soybeanjs/headless";
2
+ import * as _$vue from "vue";
3
+ import * as _$_soybeanjs_headless0 from "@soybeanjs/headless";
4
4
 
5
5
  //#region src/components/checkbox/checkbox.vue.d.ts
6
6
  declare var __VLS_28: {
7
- modelValue: _soybeanjs_headless0.CheckedState | null | undefined;
8
- state: _soybeanjs_headless0.CheckedState;
7
+ modelValue: _$_soybeanjs_headless0.CheckedState | null | undefined;
8
+ state: _$_soybeanjs_headless0.CheckedState;
9
9
  }, __VLS_41: {
10
10
  id: string;
11
- modelValue: _soybeanjs_headless0.CheckedState | null | undefined;
12
- state: _soybeanjs_headless0.CheckedState;
11
+ modelValue: _$_soybeanjs_headless0.CheckedState | null | undefined;
12
+ state: _$_soybeanjs_headless0.CheckedState;
13
13
  };
14
14
  type __VLS_Slots = {} & {
15
15
  indicator?: (props: typeof __VLS_28) => any;
16
16
  } & {
17
17
  default?: (props: typeof __VLS_41) => any;
18
18
  };
19
- declare const __VLS_base: vue.DefineComponent<CheckboxProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
20
- "update:modelValue": (value: _soybeanjs_headless0.CheckedState | null) => any;
21
- }, string, vue.PublicProps, Readonly<CheckboxProps> & Readonly<{
22
- "onUpdate:modelValue"?: ((value: _soybeanjs_headless0.CheckedState | null) => any) | undefined;
19
+ declare const __VLS_base: _$vue.DefineComponent<CheckboxProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
20
+ "update:modelValue": (value: _$_soybeanjs_headless0.CheckedState | null) => any;
21
+ }, string, _$vue.PublicProps, Readonly<CheckboxProps> & Readonly<{
22
+ "onUpdate:modelValue"?: ((value: _$_soybeanjs_headless0.CheckedState | null) => any) | undefined;
23
23
  }>, {
24
- modelValue: _soybeanjs_headless0.CheckedState | null;
25
- }, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
24
+ modelValue: _$_soybeanjs_headless0.CheckedState | null;
25
+ }, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
26
26
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
27
27
  declare const _default: typeof __VLS_export;
28
28
  type __VLS_WithSlots<T, S> = T & {
@@ -1,8 +1,8 @@
1
- import * as tailwind_variants0 from "tailwind-variants";
1
+ import * as _$tailwind_variants0 from "tailwind-variants";
2
2
  import { VariantProps } from "tailwind-variants";
3
3
 
4
4
  //#region src/components/checkbox/variants.d.ts
5
- declare const checkboxVariants: tailwind_variants0.TVReturnType<{
5
+ declare const checkboxVariants: _$tailwind_variants0.TVReturnType<{
6
6
  color: {
7
7
  primary: {
8
8
  control: string;
@@ -164,7 +164,7 @@ declare const checkboxVariants: tailwind_variants0.TVReturnType<{
164
164
  control: string[];
165
165
  indicator: string;
166
166
  label: string;
167
- }, tailwind_variants0.TVReturnType<{
167
+ }, _$tailwind_variants0.TVReturnType<{
168
168
  color: {
169
169
  primary: {
170
170
  control: string;
@@ -1,5 +1,5 @@
1
1
  import { CollapsibleProps } from "./types.js";
2
- import * as vue from "vue";
2
+ import * as _$vue from "vue";
3
3
 
4
4
  //#region src/components/collapsible/collapsible.vue.d.ts
5
5
  declare var __VLS_10: {
@@ -8,15 +8,15 @@ declare var __VLS_10: {
8
8
  type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_10) => any;
10
10
  };
11
- declare const __VLS_base: vue.DefineComponent<CollapsibleProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
11
+ declare const __VLS_base: _$vue.DefineComponent<CollapsibleProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
12
12
  "update:open": (value: boolean) => any;
13
- }, string, vue.PublicProps, Readonly<CollapsibleProps> & Readonly<{
13
+ }, string, _$vue.PublicProps, Readonly<CollapsibleProps> & Readonly<{
14
14
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
15
15
  }>, {
16
16
  open: boolean;
17
17
  defaultOpen: boolean;
18
18
  unmountOnHide: boolean;
19
- }, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
19
+ }, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
20
20
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
21
21
  declare const _default: typeof __VLS_export;
22
22
  type __VLS_WithSlots<T, S> = T & {