@bitrix24/b24ui-nuxt 0.6.5 → 0.6.7

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 (101) hide show
  1. package/dist/meta.d.mts +3187 -765
  2. package/dist/meta.mjs +3187 -765
  3. package/dist/module.json +1 -1
  4. package/dist/module.mjs +1 -1
  5. package/dist/runtime/components/Advice.vue.d.ts +3 -26
  6. package/dist/runtime/components/Alert.vue.d.ts +7 -22
  7. package/dist/runtime/components/App.vue.d.ts +2 -2
  8. package/dist/runtime/components/Avatar.vue.d.ts +4 -25
  9. package/dist/runtime/components/AvatarGroup.vue.d.ts +2 -11
  10. package/dist/runtime/components/Badge.vue.d.ts +3 -24
  11. package/dist/runtime/components/Button.vue.d.ts +3 -30
  12. package/dist/runtime/components/ButtonGroup.vue.d.ts +3 -26
  13. package/dist/runtime/components/Calendar.vue.d.ts +6 -2
  14. package/dist/runtime/components/Checkbox.vue.d.ts +10 -13
  15. package/dist/runtime/components/Chip.vue.d.ts +10 -24
  16. package/dist/runtime/components/Collapsible.vue.d.ts +7 -22
  17. package/dist/runtime/components/Container.vue.d.ts +2 -11
  18. package/dist/runtime/components/Countdown.vue.d.ts +14 -30
  19. package/dist/runtime/components/DescriptionList.vue +12 -0
  20. package/dist/runtime/components/DescriptionList.vue.d.ts +12 -36
  21. package/dist/runtime/components/DropdownMenu.vue.d.ts +6 -24
  22. package/dist/runtime/components/DropdownMenuContent.vue +4 -0
  23. package/dist/runtime/components/DropdownMenuContent.vue.d.ts +19 -6
  24. package/dist/runtime/components/Form.vue.d.ts +5 -2
  25. package/dist/runtime/components/FormField.vue.d.ts +2 -11
  26. package/dist/runtime/components/Input.vue.d.ts +16 -31
  27. package/dist/runtime/components/InputMenu.vue +6 -2
  28. package/dist/runtime/components/InputMenu.vue.d.ts +17 -3
  29. package/dist/runtime/components/InputNumber.vue.d.ts +12 -25
  30. package/dist/runtime/components/Kbd.vue.d.ts +3 -24
  31. package/dist/runtime/components/Link.vue.d.ts +3 -36
  32. package/dist/runtime/components/LinkBase.vue.d.ts +4 -27
  33. package/dist/runtime/components/Modal.vue +11 -9
  34. package/dist/runtime/components/Modal.vue.d.ts +12 -29
  35. package/dist/runtime/components/ModalDialogClose.vue.d.ts +2 -2
  36. package/dist/runtime/components/Navbar.vue.d.ts +3 -24
  37. package/dist/runtime/components/NavbarDivider.vue.d.ts +3 -24
  38. package/dist/runtime/components/NavbarSection.vue.d.ts +3 -24
  39. package/dist/runtime/components/NavbarSpacer.vue.d.ts +3 -24
  40. package/dist/runtime/components/NavigationMenu.vue +4 -0
  41. package/dist/runtime/components/NavigationMenu.vue.d.ts +6 -20
  42. package/dist/runtime/components/Popover.vue +9 -6
  43. package/dist/runtime/components/Popover.vue.d.ts +10 -26
  44. package/dist/runtime/components/Progress.vue.d.ts +9 -40
  45. package/dist/runtime/components/RadioGroup.vue.d.ts +5 -2
  46. package/dist/runtime/components/Range.vue.d.ts +12 -31
  47. package/dist/runtime/components/Select.vue +5 -0
  48. package/dist/runtime/components/Select.vue.d.ts +10 -2
  49. package/dist/runtime/components/SelectMenu.vue +5 -1
  50. package/dist/runtime/components/SelectMenu.vue.d.ts +17 -3
  51. package/dist/runtime/components/Separator.vue.d.ts +3 -24
  52. package/dist/runtime/components/Sidebar.vue.d.ts +3 -24
  53. package/dist/runtime/components/SidebarBody.vue.d.ts +3 -26
  54. package/dist/runtime/components/SidebarFooter.vue.d.ts +3 -24
  55. package/dist/runtime/components/SidebarHeader.vue.d.ts +3 -24
  56. package/dist/runtime/components/SidebarHeading.vue.d.ts +3 -24
  57. package/dist/runtime/components/SidebarLayout.vue +4 -0
  58. package/dist/runtime/components/SidebarLayout.vue.d.ts +8 -29
  59. package/dist/runtime/components/SidebarSection.vue.d.ts +3 -24
  60. package/dist/runtime/components/SidebarSpacer.vue.d.ts +3 -24
  61. package/dist/runtime/components/Skeleton.vue +8 -1
  62. package/dist/runtime/components/Skeleton.vue.d.ts +3 -12
  63. package/dist/runtime/components/Slideover.vue +11 -9
  64. package/dist/runtime/components/Slideover.vue.d.ts +12 -30
  65. package/dist/runtime/components/StackedLayout.vue +4 -0
  66. package/dist/runtime/components/StackedLayout.vue.d.ts +8 -29
  67. package/dist/runtime/components/Switch.vue.d.ts +10 -13
  68. package/dist/runtime/components/Tabs.vue.d.ts +4 -20
  69. package/dist/runtime/components/Textarea.vue.d.ts +16 -33
  70. package/dist/runtime/components/Toast.vue.d.ts +86 -24
  71. package/dist/runtime/components/Toaster.vue.d.ts +3 -30
  72. package/dist/runtime/components/Tooltip.vue.d.ts +7 -22
  73. package/dist/runtime/components/content/TableWrapper.vue.d.ts +4 -27
  74. package/dist/runtime/composables/usePortal.js +2 -9
  75. package/dist/runtime/inertia/components/Link.vue.d.ts +3 -34
  76. package/dist/runtime/prose/A.vue.d.ts +2 -11
  77. package/dist/runtime/prose/Blockquote.vue.d.ts +2 -11
  78. package/dist/runtime/prose/Code.vue.d.ts +2 -11
  79. package/dist/runtime/prose/Em.vue.d.ts +2 -11
  80. package/dist/runtime/prose/H1.vue.d.ts +2 -11
  81. package/dist/runtime/prose/H2.vue.d.ts +2 -11
  82. package/dist/runtime/prose/H3.vue.d.ts +2 -11
  83. package/dist/runtime/prose/H4.vue.d.ts +2 -11
  84. package/dist/runtime/prose/H5.vue.d.ts +2 -11
  85. package/dist/runtime/prose/H6.vue.d.ts +2 -11
  86. package/dist/runtime/prose/Hr.vue.d.ts +1 -10
  87. package/dist/runtime/prose/Img.vue.d.ts +1 -10
  88. package/dist/runtime/prose/Li.vue.d.ts +2 -11
  89. package/dist/runtime/prose/Ol.vue.d.ts +2 -11
  90. package/dist/runtime/prose/P.vue.d.ts +2 -11
  91. package/dist/runtime/prose/Pre.vue.d.ts +3 -24
  92. package/dist/runtime/prose/Strong.vue.d.ts +2 -11
  93. package/dist/runtime/prose/Table.vue.d.ts +3 -32
  94. package/dist/runtime/prose/Tbody.vue.d.ts +2 -11
  95. package/dist/runtime/prose/Td.vue.d.ts +2 -11
  96. package/dist/runtime/prose/Th.vue.d.ts +2 -11
  97. package/dist/runtime/prose/Thead.vue.d.ts +2 -11
  98. package/dist/runtime/prose/Tr.vue.d.ts +2 -11
  99. package/dist/runtime/prose/Ul.vue.d.ts +2 -11
  100. package/dist/runtime/vue/components/Link.vue.d.ts +3 -36
  101. package/package.json +10 -11
@@ -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
- } & {};
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.5",
4
+ "version": "0.6.7",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/bitrix24/b24ui.git"
@@ -149,23 +149,22 @@
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",
167
+ "yup": "^1.6.1",
169
168
  "zod": "^3.24.3"
170
169
  },
171
170
  "peerDependenciesMeta": {
@@ -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",