@bitrix24/b24ui-nuxt 0.6.4 → 0.6.6

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 (94) hide show
  1. package/.nuxt/b24ui/skeleton.ts +1 -1
  2. package/dist/meta.d.mts +109 -109
  3. package/dist/meta.mjs +109 -109
  4. package/dist/module.json +1 -1
  5. package/dist/module.mjs +2 -2
  6. package/dist/runtime/components/Advice.vue.d.ts +3 -26
  7. package/dist/runtime/components/Alert.vue.d.ts +7 -22
  8. package/dist/runtime/components/App.vue.d.ts +2 -2
  9. package/dist/runtime/components/Avatar.vue.d.ts +4 -25
  10. package/dist/runtime/components/AvatarGroup.vue.d.ts +2 -11
  11. package/dist/runtime/components/Badge.vue.d.ts +3 -24
  12. package/dist/runtime/components/Button.vue.d.ts +3 -30
  13. package/dist/runtime/components/ButtonGroup.vue.d.ts +3 -26
  14. package/dist/runtime/components/Calendar.vue.d.ts +6 -2
  15. package/dist/runtime/components/Checkbox.vue.d.ts +10 -13
  16. package/dist/runtime/components/Chip.vue.d.ts +10 -24
  17. package/dist/runtime/components/Collapsible.vue.d.ts +7 -22
  18. package/dist/runtime/components/Container.vue.d.ts +2 -11
  19. package/dist/runtime/components/Countdown.vue.d.ts +14 -30
  20. package/dist/runtime/components/DescriptionList.vue.d.ts +2 -28
  21. package/dist/runtime/components/DropdownMenu.vue.d.ts +4 -24
  22. package/dist/runtime/components/DropdownMenuContent.vue.d.ts +19 -6
  23. package/dist/runtime/components/Form.vue.d.ts +5 -2
  24. package/dist/runtime/components/FormField.vue.d.ts +2 -11
  25. package/dist/runtime/components/Input.vue.d.ts +16 -31
  26. package/dist/runtime/components/InputMenu.vue.d.ts +15 -3
  27. package/dist/runtime/components/InputNumber.vue.d.ts +12 -25
  28. package/dist/runtime/components/Kbd.vue.d.ts +3 -24
  29. package/dist/runtime/components/Link.vue.d.ts +3 -36
  30. package/dist/runtime/components/LinkBase.vue.d.ts +4 -27
  31. package/dist/runtime/components/Modal.vue.d.ts +9 -29
  32. package/dist/runtime/components/ModalDialogClose.vue.d.ts +2 -2
  33. package/dist/runtime/components/Navbar.vue.d.ts +3 -24
  34. package/dist/runtime/components/NavbarDivider.vue.d.ts +3 -24
  35. package/dist/runtime/components/NavbarSection.vue.d.ts +3 -24
  36. package/dist/runtime/components/NavbarSpacer.vue.d.ts +3 -24
  37. package/dist/runtime/components/NavigationMenu.vue.d.ts +4 -20
  38. package/dist/runtime/components/Popover.vue.d.ts +7 -26
  39. package/dist/runtime/components/Progress.vue.d.ts +9 -40
  40. package/dist/runtime/components/RadioGroup.vue.d.ts +5 -2
  41. package/dist/runtime/components/Range.vue.d.ts +12 -31
  42. package/dist/runtime/components/Select.vue.d.ts +8 -2
  43. package/dist/runtime/components/SelectMenu.vue.d.ts +15 -3
  44. package/dist/runtime/components/Separator.vue.d.ts +3 -24
  45. package/dist/runtime/components/Sidebar.vue.d.ts +3 -24
  46. package/dist/runtime/components/SidebarBody.vue.d.ts +3 -26
  47. package/dist/runtime/components/SidebarFooter.vue.d.ts +3 -24
  48. package/dist/runtime/components/SidebarHeader.vue.d.ts +3 -24
  49. package/dist/runtime/components/SidebarHeading.vue.d.ts +3 -24
  50. package/dist/runtime/components/SidebarLayout.vue.d.ts +3 -26
  51. package/dist/runtime/components/SidebarSection.vue.d.ts +3 -24
  52. package/dist/runtime/components/SidebarSpacer.vue.d.ts +3 -24
  53. package/dist/runtime/components/Skeleton.vue +8 -1
  54. package/dist/runtime/components/Skeleton.vue.d.ts +3 -12
  55. package/dist/runtime/components/Slideover.vue.d.ts +9 -30
  56. package/dist/runtime/components/StackedLayout.vue.d.ts +3 -26
  57. package/dist/runtime/components/Switch.vue.d.ts +10 -13
  58. package/dist/runtime/components/Tabs.vue.d.ts +4 -20
  59. package/dist/runtime/components/Textarea.vue.d.ts +16 -33
  60. package/dist/runtime/components/Toast.vue.d.ts +86 -24
  61. package/dist/runtime/components/Toaster.vue.d.ts +3 -30
  62. package/dist/runtime/components/Tooltip.vue.d.ts +7 -22
  63. package/dist/runtime/components/content/TableWrapper.vue.d.ts +4 -27
  64. package/dist/runtime/composables/usePortal.js +3 -3
  65. package/dist/runtime/inertia/components/Link.vue.d.ts +3 -34
  66. package/dist/runtime/prose/A.vue.d.ts +2 -11
  67. package/dist/runtime/prose/Blockquote.vue.d.ts +2 -11
  68. package/dist/runtime/prose/Code.vue.d.ts +2 -11
  69. package/dist/runtime/prose/Em.vue.d.ts +2 -11
  70. package/dist/runtime/prose/H1.vue.d.ts +2 -11
  71. package/dist/runtime/prose/H2.vue.d.ts +2 -11
  72. package/dist/runtime/prose/H3.vue.d.ts +2 -11
  73. package/dist/runtime/prose/H4.vue.d.ts +2 -11
  74. package/dist/runtime/prose/H5.vue.d.ts +2 -11
  75. package/dist/runtime/prose/H6.vue.d.ts +2 -11
  76. package/dist/runtime/prose/Hr.vue.d.ts +1 -10
  77. package/dist/runtime/prose/Img.vue.d.ts +1 -10
  78. package/dist/runtime/prose/Li.vue.d.ts +2 -11
  79. package/dist/runtime/prose/Ol.vue.d.ts +2 -11
  80. package/dist/runtime/prose/P.vue.d.ts +2 -11
  81. package/dist/runtime/prose/Pre.vue.d.ts +3 -24
  82. package/dist/runtime/prose/Strong.vue.d.ts +2 -11
  83. package/dist/runtime/prose/Table.vue.d.ts +3 -32
  84. package/dist/runtime/prose/Tbody.vue.d.ts +2 -11
  85. package/dist/runtime/prose/Td.vue.d.ts +2 -11
  86. package/dist/runtime/prose/Th.vue.d.ts +2 -11
  87. package/dist/runtime/prose/Thead.vue.d.ts +2 -11
  88. package/dist/runtime/prose/Tr.vue.d.ts +2 -11
  89. package/dist/runtime/prose/Ul.vue.d.ts +2 -11
  90. package/dist/runtime/vue/components/Link.vue.d.ts +3 -36
  91. package/dist/shared/{b24ui-nuxt.jU270f-Q.mjs → b24ui-nuxt.BL9IkPeR.mjs} +1 -1
  92. package/dist/unplugin.mjs +1 -1
  93. package/dist/vite.mjs +1 -1
  94. package/package.json +11 -12
@@ -9,18 +9,9 @@ export interface ProsePProps {
9
9
  export interface ProsePSlots {
10
10
  default(props?: {}): any;
11
11
  }
12
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<ProsePProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<ProsePProps>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<ProsePSlots> & ProsePSlots>;
12
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProsePProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProsePProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProsePSlots>;
13
13
  export default _default;
14
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
- type __VLS_TypePropsToOption<T> = {
16
- [K in keyof T]-?: {} extends Pick<T, K> ? {
17
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
18
- } : {
19
- type: import('vue').PropType<T[K]>;
20
- required: true;
21
- };
22
- };
23
- type __VLS_WithTemplateSlots<T, S> = T & {
14
+ type __VLS_WithSlots<T, S> = T & {
24
15
  new (): {
25
16
  $slots: S;
26
17
  };
@@ -15,33 +15,12 @@ export interface ProsePreProps {
15
15
  export interface ProsePreSlots {
16
16
  default(props?: {}): any;
17
17
  }
18
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<ProsePreProps>, {
19
- as: string;
20
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<ProsePreProps>, {
21
- as: string;
22
- }>>> & Readonly<{}>, {
18
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProsePreProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProsePreProps> & Readonly<{}>, {
23
19
  as: any;
24
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<ProsePreSlots> & ProsePreSlots>;
20
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProsePreSlots>;
25
21
  export default _default;
26
- type __VLS_WithDefaults<P, D> = {
27
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
28
- default: D[K];
29
- }> : P[K];
30
- };
31
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
32
- type __VLS_TypePropsToOption<T> = {
33
- [K in keyof T]-?: {} extends Pick<T, K> ? {
34
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
35
- } : {
36
- type: import('vue').PropType<T[K]>;
37
- required: true;
38
- };
39
- };
40
- type __VLS_WithTemplateSlots<T, S> = T & {
22
+ type __VLS_WithSlots<T, S> = T & {
41
23
  new (): {
42
24
  $slots: S;
43
25
  };
44
26
  };
45
- type __VLS_PrettifyLocal<T> = {
46
- [K in keyof T]: T[K];
47
- } & {};
@@ -9,18 +9,9 @@ export interface ProseStrongProps {
9
9
  export interface ProseStrongSlots {
10
10
  default(props?: {}): any;
11
11
  }
12
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<ProseStrongProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<ProseStrongProps>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<ProseStrongSlots> & ProseStrongSlots>;
12
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseStrongProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseStrongProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseStrongSlots>;
13
13
  export default _default;
14
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
- type __VLS_TypePropsToOption<T> = {
16
- [K in keyof T]-?: {} extends Pick<T, K> ? {
17
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
18
- } : {
19
- type: import('vue').PropType<T[K]>;
20
- required: true;
21
- };
22
- };
23
- type __VLS_WithTemplateSlots<T, S> = T & {
14
+ type __VLS_WithSlots<T, S> = T & {
24
15
  new (): {
25
16
  $slots: S;
26
17
  };
@@ -30,45 +30,16 @@ export interface ProseTableProps {
30
30
  export interface ProseTableSlots {
31
31
  default(props?: {}): any;
32
32
  }
33
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<ProseTableProps>, {
34
- as: string;
35
- rounded: boolean;
36
- zebra: boolean;
37
- rowHover: boolean;
38
- bordered: boolean;
39
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<ProseTableProps>, {
40
- as: string;
41
- rounded: boolean;
42
- zebra: boolean;
43
- rowHover: boolean;
44
- bordered: boolean;
45
- }>>> & Readonly<{}>, {
33
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseTableProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseTableProps> & Readonly<{}>, {
46
34
  as: any;
47
35
  rounded: boolean;
48
36
  zebra: boolean;
49
37
  rowHover: boolean;
50
38
  bordered: boolean;
51
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<ProseTableSlots> & ProseTableSlots>;
39
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseTableSlots>;
52
40
  export default _default;
53
- type __VLS_WithDefaults<P, D> = {
54
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
55
- default: D[K];
56
- }> : P[K];
57
- };
58
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
59
- type __VLS_TypePropsToOption<T> = {
60
- [K in keyof T]-?: {} extends Pick<T, K> ? {
61
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
62
- } : {
63
- type: import('vue').PropType<T[K]>;
64
- required: true;
65
- };
66
- };
67
- type __VLS_WithTemplateSlots<T, S> = T & {
41
+ type __VLS_WithSlots<T, S> = T & {
68
42
  new (): {
69
43
  $slots: S;
70
44
  };
71
45
  };
72
- type __VLS_PrettifyLocal<T> = {
73
- [K in keyof T]: T[K];
74
- } & {};
@@ -9,18 +9,9 @@ export interface ProseTbodyProps {
9
9
  export interface ProseTbodySlots {
10
10
  default(props?: {}): any;
11
11
  }
12
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<ProseTbodyProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<ProseTbodyProps>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<ProseTbodySlots> & ProseTbodySlots>;
12
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseTbodyProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseTbodyProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseTbodySlots>;
13
13
  export default _default;
14
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
- type __VLS_TypePropsToOption<T> = {
16
- [K in keyof T]-?: {} extends Pick<T, K> ? {
17
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
18
- } : {
19
- type: import('vue').PropType<T[K]>;
20
- required: true;
21
- };
22
- };
23
- type __VLS_WithTemplateSlots<T, S> = T & {
14
+ type __VLS_WithSlots<T, S> = T & {
24
15
  new (): {
25
16
  $slots: S;
26
17
  };
@@ -9,18 +9,9 @@ export interface ProseTdProps {
9
9
  export interface ProseTdSlots {
10
10
  default(props?: {}): any;
11
11
  }
12
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<ProseTdProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<ProseTdProps>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<ProseTdSlots> & ProseTdSlots>;
12
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseTdProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseTdProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseTdSlots>;
13
13
  export default _default;
14
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
- type __VLS_TypePropsToOption<T> = {
16
- [K in keyof T]-?: {} extends Pick<T, K> ? {
17
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
18
- } : {
19
- type: import('vue').PropType<T[K]>;
20
- required: true;
21
- };
22
- };
23
- type __VLS_WithTemplateSlots<T, S> = T & {
14
+ type __VLS_WithSlots<T, S> = T & {
24
15
  new (): {
25
16
  $slots: S;
26
17
  };
@@ -9,18 +9,9 @@ export interface ProseThProps {
9
9
  export interface ProseThSlots {
10
10
  default(props?: {}): any;
11
11
  }
12
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<ProseThProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<ProseThProps>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<ProseThSlots> & ProseThSlots>;
12
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseThProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseThProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseThSlots>;
13
13
  export default _default;
14
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
- type __VLS_TypePropsToOption<T> = {
16
- [K in keyof T]-?: {} extends Pick<T, K> ? {
17
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
18
- } : {
19
- type: import('vue').PropType<T[K]>;
20
- required: true;
21
- };
22
- };
23
- type __VLS_WithTemplateSlots<T, S> = T & {
14
+ type __VLS_WithSlots<T, S> = T & {
24
15
  new (): {
25
16
  $slots: S;
26
17
  };
@@ -9,18 +9,9 @@ export interface ProseTheadProps {
9
9
  export interface ProseTheadSlots {
10
10
  default(props?: {}): any;
11
11
  }
12
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<ProseTheadProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<ProseTheadProps>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<ProseTheadSlots> & ProseTheadSlots>;
12
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseTheadProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseTheadProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseTheadSlots>;
13
13
  export default _default;
14
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
- type __VLS_TypePropsToOption<T> = {
16
- [K in keyof T]-?: {} extends Pick<T, K> ? {
17
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
18
- } : {
19
- type: import('vue').PropType<T[K]>;
20
- required: true;
21
- };
22
- };
23
- type __VLS_WithTemplateSlots<T, S> = T & {
14
+ type __VLS_WithSlots<T, S> = T & {
24
15
  new (): {
25
16
  $slots: S;
26
17
  };
@@ -9,18 +9,9 @@ export interface ProseTrProps {
9
9
  export interface ProseTrSlots {
10
10
  default(props?: {}): any;
11
11
  }
12
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<ProseTrProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<ProseTrProps>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<ProseTrSlots> & ProseTrSlots>;
12
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseTrProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseTrProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseTrSlots>;
13
13
  export default _default;
14
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
- type __VLS_TypePropsToOption<T> = {
16
- [K in keyof T]-?: {} extends Pick<T, K> ? {
17
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
18
- } : {
19
- type: import('vue').PropType<T[K]>;
20
- required: true;
21
- };
22
- };
23
- type __VLS_WithTemplateSlots<T, S> = T & {
14
+ type __VLS_WithSlots<T, S> = T & {
24
15
  new (): {
25
16
  $slots: S;
26
17
  };
@@ -9,18 +9,9 @@ export interface ProseUlProps {
9
9
  export interface ProseUlSlots {
10
10
  default(props?: {}): any;
11
11
  }
12
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<ProseUlProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<ProseUlProps>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<ProseUlSlots> & ProseUlSlots>;
12
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseUlProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseUlProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseUlSlots>;
13
13
  export default _default;
14
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
- type __VLS_TypePropsToOption<T> = {
16
- [K in keyof T]-?: {} extends Pick<T, K> ? {
17
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
18
- } : {
19
- type: import('vue').PropType<T[K]>;
20
- required: true;
21
- };
22
- };
23
- type __VLS_WithTemplateSlots<T, S> = T & {
14
+ type __VLS_WithSlots<T, S> = T & {
24
15
  new (): {
25
16
  $slots: S;
26
17
  };
@@ -79,23 +79,7 @@ export interface LinkSlots {
79
79
  active: boolean;
80
80
  }): any;
81
81
  }
82
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<LinkProps>, {
83
- as: string;
84
- type: string;
85
- ariaCurrentValue: string;
86
- active: undefined;
87
- isAction: boolean;
88
- activeClass: string;
89
- inactiveClass: string;
90
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<LinkProps>, {
91
- as: string;
92
- type: string;
93
- ariaCurrentValue: string;
94
- active: undefined;
95
- isAction: boolean;
96
- activeClass: string;
97
- inactiveClass: string;
98
- }>>> & Readonly<{}>, {
82
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<LinkProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LinkProps> & Readonly<{}>, {
99
83
  as: any;
100
84
  type: "reset" | "submit" | "button";
101
85
  activeClass: string;
@@ -103,27 +87,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
103
87
  active: boolean;
104
88
  inactiveClass: string;
105
89
  isAction: boolean;
106
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<LinkSlots> & LinkSlots>;
90
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, LinkSlots>;
107
91
  export default _default;
108
- type __VLS_WithDefaults<P, D> = {
109
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
110
- default: D[K];
111
- }> : P[K];
112
- };
113
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
114
- type __VLS_TypePropsToOption<T> = {
115
- [K in keyof T]-?: {} extends Pick<T, K> ? {
116
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
117
- } : {
118
- type: import('vue').PropType<T[K]>;
119
- required: true;
120
- };
121
- };
122
- type __VLS_WithTemplateSlots<T, S> = T & {
92
+ type __VLS_WithSlots<T, S> = T & {
123
93
  new (): {
124
94
  $slots: S;
125
95
  };
126
96
  };
127
- type __VLS_PrettifyLocal<T> = {
128
- [K in keyof T]: T[K];
129
- } & {};
@@ -5621,7 +5621,7 @@ const separator = {
5621
5621
  };
5622
5622
 
5623
5623
  const skeleton = {
5624
- base: "animate-pulse rounded-md bg-gray-200 dark:bg-gray-800"
5624
+ base: "animate-pulse rounded-md bg-gray-200 dark:bg-gray-800 aria-busy:cursor-progress"
5625
5625
  };
5626
5626
 
5627
5627
  const safeList = [
package/dist/unplugin.mjs CHANGED
@@ -3,7 +3,7 @@ import { join, normalize } from 'pathe';
3
3
  import { createUnplugin } from 'unplugin';
4
4
  import { defu } from 'defu';
5
5
  import tailwind from '@tailwindcss/vite';
6
- import { g as getTemplates, d as defaultOptions, a as getDefaultUiConfig } from './shared/b24ui-nuxt.jU270f-Q.mjs';
6
+ import { g as getTemplates, d as defaultOptions, a as getDefaultUiConfig } from './shared/b24ui-nuxt.BL9IkPeR.mjs';
7
7
  import { globSync } from 'tinyglobby';
8
8
  import { genSafeVariableName } from 'knitwork';
9
9
  import MagicString from 'magic-string';
package/dist/vite.mjs CHANGED
@@ -4,7 +4,7 @@ import 'pathe';
4
4
  import 'unplugin';
5
5
  import 'defu';
6
6
  import '@tailwindcss/vite';
7
- import './shared/b24ui-nuxt.jU270f-Q.mjs';
7
+ import './shared/b24ui-nuxt.BL9IkPeR.mjs';
8
8
  import 'scule';
9
9
  import '@nuxt/kit';
10
10
  import 'tinyglobby';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bitrix24/b24ui-nuxt",
3
3
  "description": "Bitrix24 UI-Kit for developing web applications REST API for NUXT & VUE",
4
- "version": "0.6.4",
4
+ "version": "0.6.6",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/bitrix24/b24ui.git"
@@ -149,24 +149,23 @@
149
149
  "@types/canvas-confetti": "^1.9.0",
150
150
  "@vue/test-utils": "^2.4.6",
151
151
  "embla-carousel": "^8.6.0",
152
- "eslint": "^9.25.0",
152
+ "eslint": "^9.25.1",
153
153
  "happy-dom": "^17.4.4",
154
154
  "nuxt": "^3.16.2",
155
155
  "nuxt-component-meta": "^0.10.1",
156
- "vitepress": "^1.5.0",
157
- "vitest": "^3.1.1",
156
+ "vitest": "^3.1.2",
158
157
  "vitest-environment-nuxt": "^1.0.1",
159
- "vue-tsc": "^2.2.0"
158
+ "vue-tsc": "^2.2.10"
160
159
  },
161
160
  "peerDependencies": {
162
- "@inertiajs/vue3": "^2.0.7",
163
- "joi": "^17.13.0",
164
- "superstruct": "^2.0.0",
165
- "typescript": "^5.6.3",
161
+ "@inertiajs/vue3": "^2.0.8",
162
+ "joi": "^17.13.3",
163
+ "superstruct": "^2.0.2",
164
+ "typescript": "^5.8.3",
166
165
  "valibot": "^1.0.0",
167
166
  "vue-router": "^4.5.0",
168
- "yup": "^1.6.0",
169
- "zod": "^3.24.0"
167
+ "yup": "^1.6.1",
168
+ "zod": "^3.24.3"
170
169
  },
171
170
  "peerDependenciesMeta": {
172
171
  "@inertiajs/vue3": {
@@ -197,7 +196,7 @@
197
196
  "debug": "4.3.7",
198
197
  "rollup": "4.34.9",
199
198
  "unplugin": "^2.3.2",
200
- "vue-tsc": "2.2.0"
199
+ "vue-tsc": "^2.2.10"
201
200
  },
202
201
  "keywords": [
203
202
  "bitrix24-ui",