@bitrix24/b24ui-nuxt 2.1.7 → 2.1.9

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 (226) hide show
  1. package/dist/meta.d.mts +39966 -51971
  2. package/dist/meta.mjs +39966 -51971
  3. package/dist/module.json +1 -1
  4. package/dist/module.mjs +1 -1
  5. package/dist/runtime/components/Accordion.d.vue.ts +3 -3
  6. package/dist/runtime/components/Accordion.vue.d.ts +3 -3
  7. package/dist/runtime/components/Advice.d.vue.ts +1 -4
  8. package/dist/runtime/components/Advice.vue.d.ts +1 -4
  9. package/dist/runtime/components/Alert.d.vue.ts +3 -6
  10. package/dist/runtime/components/Alert.vue.d.ts +3 -6
  11. package/dist/runtime/components/App.d.vue.ts +3 -1
  12. package/dist/runtime/components/App.vue.d.ts +3 -1
  13. package/dist/runtime/components/Badge.d.vue.ts +1 -4
  14. package/dist/runtime/components/Badge.vue.d.ts +1 -4
  15. package/dist/runtime/components/Banner.d.vue.ts +2 -2
  16. package/dist/runtime/components/Banner.vue.d.ts +2 -2
  17. package/dist/runtime/components/Breadcrumb.d.vue.ts +3 -1
  18. package/dist/runtime/components/Breadcrumb.vue.d.ts +3 -1
  19. package/dist/runtime/components/Button.d.vue.ts +1 -4
  20. package/dist/runtime/components/Button.vue.d.ts +1 -4
  21. package/dist/runtime/components/Calendar.d.vue.ts +8 -11
  22. package/dist/runtime/components/Calendar.vue.d.ts +8 -11
  23. package/dist/runtime/components/ChatMessage.d.vue.ts +1 -3
  24. package/dist/runtime/components/ChatMessage.vue.d.ts +1 -3
  25. package/dist/runtime/components/ChatMessages.d.vue.ts +3 -8
  26. package/dist/runtime/components/ChatMessages.vue.d.ts +3 -8
  27. package/dist/runtime/components/ChatPrompt.d.vue.ts +2 -7
  28. package/dist/runtime/components/ChatPrompt.vue.d.ts +2 -7
  29. package/dist/runtime/components/ChatPromptSubmit.d.vue.ts +3 -9
  30. package/dist/runtime/components/ChatPromptSubmit.vue +1 -20
  31. package/dist/runtime/components/ChatPromptSubmit.vue.d.ts +3 -9
  32. package/dist/runtime/components/CheckboxGroup.d.vue.ts +3 -4
  33. package/dist/runtime/components/CheckboxGroup.vue.d.ts +3 -4
  34. package/dist/runtime/components/Chip.d.vue.ts +1 -6
  35. package/dist/runtime/components/Chip.vue.d.ts +1 -6
  36. package/dist/runtime/components/Collapsible.d.vue.ts +1 -3
  37. package/dist/runtime/components/Collapsible.vue.d.ts +1 -3
  38. package/dist/runtime/components/ColorPicker.d.vue.ts +1 -5
  39. package/dist/runtime/components/ColorPicker.vue.d.ts +1 -5
  40. package/dist/runtime/components/CommandPalette.d.vue.ts +9 -14
  41. package/dist/runtime/components/CommandPalette.vue.d.ts +9 -14
  42. package/dist/runtime/components/ContextMenu.d.vue.ts +3 -3
  43. package/dist/runtime/components/ContextMenu.vue.d.ts +3 -3
  44. package/dist/runtime/components/ContextMenuContent.d.vue.ts +3 -7
  45. package/dist/runtime/components/ContextMenuContent.vue.d.ts +3 -7
  46. package/dist/runtime/components/Countdown.d.vue.ts +1 -10
  47. package/dist/runtime/components/Countdown.vue.d.ts +1 -10
  48. package/dist/runtime/components/DashboardGroup.d.vue.ts +1 -4
  49. package/dist/runtime/components/DashboardGroup.vue.d.ts +1 -4
  50. package/dist/runtime/components/DashboardSearch.d.vue.ts +4 -9
  51. package/dist/runtime/components/DashboardSearch.vue.d.ts +4 -9
  52. package/dist/runtime/components/DashboardSearchButton.d.vue.ts +3 -8
  53. package/dist/runtime/components/DashboardSearchButton.vue +1 -20
  54. package/dist/runtime/components/DashboardSearchButton.vue.d.ts +3 -8
  55. package/dist/runtime/components/DescriptionList.d.vue.ts +3 -1
  56. package/dist/runtime/components/DescriptionList.vue.d.ts +3 -1
  57. package/dist/runtime/components/DropdownMenu.d.vue.ts +3 -3
  58. package/dist/runtime/components/DropdownMenu.vue.d.ts +3 -3
  59. package/dist/runtime/components/DropdownMenuContent.d.vue.ts +3 -7
  60. package/dist/runtime/components/DropdownMenuContent.vue.d.ts +3 -7
  61. package/dist/runtime/components/Empty.d.vue.ts +1 -3
  62. package/dist/runtime/components/Empty.vue.d.ts +1 -3
  63. package/dist/runtime/components/Error.d.vue.ts +2 -5
  64. package/dist/runtime/components/Error.vue.d.ts +2 -5
  65. package/dist/runtime/components/FieldGroup.d.vue.ts +1 -4
  66. package/dist/runtime/components/FieldGroup.vue.d.ts +1 -4
  67. package/dist/runtime/components/FileUpload.d.vue.ts +5 -6
  68. package/dist/runtime/components/FileUpload.vue.d.ts +5 -6
  69. package/dist/runtime/components/Form.d.vue.ts +3 -4
  70. package/dist/runtime/components/Form.vue.d.ts +3 -4
  71. package/dist/runtime/components/Input.d.vue.ts +5 -7
  72. package/dist/runtime/components/Input.vue.d.ts +5 -7
  73. package/dist/runtime/components/InputDate.d.vue.ts +4 -8
  74. package/dist/runtime/components/InputDate.vue.d.ts +4 -8
  75. package/dist/runtime/components/InputMenu.d.vue.ts +7 -15
  76. package/dist/runtime/components/InputMenu.vue.d.ts +7 -15
  77. package/dist/runtime/components/InputNumber.d.vue.ts +7 -9
  78. package/dist/runtime/components/InputNumber.vue.d.ts +7 -9
  79. package/dist/runtime/components/InputTags.d.vue.ts +4 -10
  80. package/dist/runtime/components/InputTags.vue.d.ts +4 -10
  81. package/dist/runtime/components/InputTime.d.vue.ts +3 -5
  82. package/dist/runtime/components/InputTime.vue.d.ts +3 -5
  83. package/dist/runtime/components/Kbd.d.vue.ts +1 -4
  84. package/dist/runtime/components/Kbd.vue.d.ts +1 -4
  85. package/dist/runtime/components/Link.d.vue.ts +6 -7
  86. package/dist/runtime/components/Link.vue.d.ts +6 -7
  87. package/dist/runtime/components/LinkBase.d.vue.ts +1 -4
  88. package/dist/runtime/components/LinkBase.vue.d.ts +1 -4
  89. package/dist/runtime/components/Modal.d.vue.ts +3 -12
  90. package/dist/runtime/components/Modal.vue.d.ts +3 -12
  91. package/dist/runtime/components/Navbar.d.vue.ts +1 -3
  92. package/dist/runtime/components/Navbar.vue.d.ts +1 -3
  93. package/dist/runtime/components/NavbarDivider.d.vue.ts +1 -3
  94. package/dist/runtime/components/NavbarDivider.vue.d.ts +1 -3
  95. package/dist/runtime/components/NavbarSection.d.vue.ts +1 -3
  96. package/dist/runtime/components/NavbarSection.vue.d.ts +1 -3
  97. package/dist/runtime/components/NavbarSpacer.d.vue.ts +1 -3
  98. package/dist/runtime/components/NavbarSpacer.vue.d.ts +1 -3
  99. package/dist/runtime/components/NavigationMenu.d.vue.ts +3 -3
  100. package/dist/runtime/components/NavigationMenu.vue.d.ts +3 -3
  101. package/dist/runtime/components/PageCard.d.vue.ts +1 -3
  102. package/dist/runtime/components/PageCard.vue.d.ts +1 -3
  103. package/dist/runtime/components/PageLinks.d.vue.ts +3 -1
  104. package/dist/runtime/components/PageLinks.vue.d.ts +3 -1
  105. package/dist/runtime/components/PageList.d.vue.ts +1 -3
  106. package/dist/runtime/components/PageList.vue.d.ts +1 -3
  107. package/dist/runtime/components/Pagination.d.vue.ts +1 -9
  108. package/dist/runtime/components/Pagination.vue.d.ts +1 -9
  109. package/dist/runtime/components/PinInput.d.vue.ts +4 -7
  110. package/dist/runtime/components/PinInput.vue.d.ts +4 -7
  111. package/dist/runtime/components/Popover.d.vue.ts +3 -4
  112. package/dist/runtime/components/Popover.vue.d.ts +3 -4
  113. package/dist/runtime/components/Progress.d.vue.ts +1 -5
  114. package/dist/runtime/components/Progress.vue.d.ts +1 -5
  115. package/dist/runtime/components/RadioGroup.d.vue.ts +3 -4
  116. package/dist/runtime/components/RadioGroup.vue.d.ts +3 -4
  117. package/dist/runtime/components/Range.d.vue.ts +3 -4
  118. package/dist/runtime/components/Range.vue.d.ts +3 -4
  119. package/dist/runtime/components/Select.d.vue.ts +4 -8
  120. package/dist/runtime/components/Select.vue.d.ts +4 -8
  121. package/dist/runtime/components/SelectMenu.d.vue.ts +7 -14
  122. package/dist/runtime/components/SelectMenu.vue.d.ts +7 -14
  123. package/dist/runtime/components/Separator.d.vue.ts +1 -6
  124. package/dist/runtime/components/Separator.vue.d.ts +1 -6
  125. package/dist/runtime/components/Sidebar.d.vue.ts +1 -3
  126. package/dist/runtime/components/Sidebar.vue.d.ts +1 -3
  127. package/dist/runtime/components/SidebarBody.d.vue.ts +1 -4
  128. package/dist/runtime/components/SidebarBody.vue.d.ts +1 -4
  129. package/dist/runtime/components/SidebarFooter.d.vue.ts +1 -3
  130. package/dist/runtime/components/SidebarFooter.vue.d.ts +1 -3
  131. package/dist/runtime/components/SidebarHeader.d.vue.ts +1 -3
  132. package/dist/runtime/components/SidebarHeader.vue.d.ts +1 -3
  133. package/dist/runtime/components/SidebarHeading.d.vue.ts +1 -3
  134. package/dist/runtime/components/SidebarHeading.vue.d.ts +1 -3
  135. package/dist/runtime/components/SidebarLayout.d.vue.ts +1 -6
  136. package/dist/runtime/components/SidebarLayout.vue.d.ts +1 -6
  137. package/dist/runtime/components/SidebarSection.d.vue.ts +1 -3
  138. package/dist/runtime/components/SidebarSection.vue.d.ts +1 -3
  139. package/dist/runtime/components/SidebarSpacer.d.vue.ts +1 -3
  140. package/dist/runtime/components/SidebarSpacer.vue.d.ts +1 -3
  141. package/dist/runtime/components/Skeleton.d.vue.ts +1 -3
  142. package/dist/runtime/components/Skeleton.vue.d.ts +1 -3
  143. package/dist/runtime/components/Slideover.d.vue.ts +3 -13
  144. package/dist/runtime/components/Slideover.vue.d.ts +3 -13
  145. package/dist/runtime/components/Stepper.d.vue.ts +3 -5
  146. package/dist/runtime/components/Stepper.vue.d.ts +3 -5
  147. package/dist/runtime/components/Table.d.vue.ts +4 -16
  148. package/dist/runtime/components/Table.vue +55 -33
  149. package/dist/runtime/components/Table.vue.d.ts +4 -16
  150. package/dist/runtime/components/TableWrapper.d.vue.ts +1 -4
  151. package/dist/runtime/components/TableWrapper.vue.d.ts +1 -4
  152. package/dist/runtime/components/Tabs.d.vue.ts +3 -3
  153. package/dist/runtime/components/Tabs.vue.d.ts +3 -3
  154. package/dist/runtime/components/Textarea.d.vue.ts +5 -7
  155. package/dist/runtime/components/Textarea.vue.d.ts +5 -7
  156. package/dist/runtime/components/Timeline.d.vue.ts +3 -3
  157. package/dist/runtime/components/Timeline.vue.d.ts +3 -3
  158. package/dist/runtime/components/Toast.d.vue.ts +3 -7
  159. package/dist/runtime/components/Toast.vue.d.ts +3 -7
  160. package/dist/runtime/components/Toaster.d.vue.ts +1 -8
  161. package/dist/runtime/components/Toaster.vue.d.ts +1 -8
  162. package/dist/runtime/components/Tooltip.d.vue.ts +1 -4
  163. package/dist/runtime/components/Tooltip.vue.d.ts +1 -4
  164. package/dist/runtime/components/User.d.vue.ts +1 -3
  165. package/dist/runtime/components/User.vue.d.ts +1 -3
  166. package/dist/runtime/components/color-mode/ColorModeButton.d.vue.ts +3 -5
  167. package/dist/runtime/components/color-mode/ColorModeButton.vue +3 -22
  168. package/dist/runtime/components/color-mode/ColorModeButton.vue.d.ts +3 -5
  169. package/dist/runtime/components/color-mode/ColorModeSelect.d.vue.ts +1 -3
  170. package/dist/runtime/components/color-mode/ColorModeSelect.vue.d.ts +1 -3
  171. package/dist/runtime/components/content/ContentSearch.d.vue.ts +6 -6
  172. package/dist/runtime/components/content/ContentSearch.vue.d.ts +6 -6
  173. package/dist/runtime/components/content/ContentSearchButton.d.vue.ts +3 -8
  174. package/dist/runtime/components/content/ContentSearchButton.vue +1 -20
  175. package/dist/runtime/components/content/ContentSearchButton.vue.d.ts +3 -8
  176. package/dist/runtime/components/content/ContentSurround.d.vue.ts +3 -1
  177. package/dist/runtime/components/content/ContentSurround.vue.d.ts +3 -1
  178. package/dist/runtime/components/content/ContentToc.d.vue.ts +3 -4
  179. package/dist/runtime/components/content/ContentToc.vue.d.ts +3 -4
  180. package/dist/runtime/components/locale/LocaleSelect.d.vue.ts +1 -5
  181. package/dist/runtime/components/locale/LocaleSelect.vue.d.ts +1 -5
  182. package/dist/runtime/components/prose/Accordion.d.vue.ts +1 -3
  183. package/dist/runtime/components/prose/Accordion.vue.d.ts +1 -3
  184. package/dist/runtime/components/prose/CodeGroup.d.vue.ts +1 -3
  185. package/dist/runtime/components/prose/CodeGroup.vue.d.ts +1 -3
  186. package/dist/runtime/components/prose/H1.d.vue.ts +1 -3
  187. package/dist/runtime/components/prose/H1.vue.d.ts +1 -3
  188. package/dist/runtime/components/prose/H2.d.vue.ts +1 -3
  189. package/dist/runtime/components/prose/H2.vue.d.ts +1 -3
  190. package/dist/runtime/components/prose/H3.d.vue.ts +1 -3
  191. package/dist/runtime/components/prose/H3.vue.d.ts +1 -3
  192. package/dist/runtime/components/prose/H4.d.vue.ts +1 -3
  193. package/dist/runtime/components/prose/H4.vue.d.ts +1 -3
  194. package/dist/runtime/components/prose/H5.d.vue.ts +1 -3
  195. package/dist/runtime/components/prose/H5.vue.d.ts +1 -3
  196. package/dist/runtime/components/prose/H6.d.vue.ts +1 -3
  197. package/dist/runtime/components/prose/H6.vue.d.ts +1 -3
  198. package/dist/runtime/components/prose/Img.d.vue.ts +1 -3
  199. package/dist/runtime/components/prose/Img.vue.d.ts +1 -3
  200. package/dist/runtime/components/prose/P.d.vue.ts +1 -4
  201. package/dist/runtime/components/prose/P.vue.d.ts +1 -4
  202. package/dist/runtime/components/prose/Table.d.vue.ts +1 -7
  203. package/dist/runtime/components/prose/Table.vue.d.ts +1 -7
  204. package/dist/runtime/components/prose/Tabs.d.vue.ts +1 -3
  205. package/dist/runtime/components/prose/Tabs.vue.d.ts +1 -3
  206. package/dist/runtime/components/prose/callout/Caution.d.vue.ts +2 -2
  207. package/dist/runtime/components/prose/callout/Caution.vue.d.ts +2 -2
  208. package/dist/runtime/components/prose/callout/Note.d.vue.ts +2 -2
  209. package/dist/runtime/components/prose/callout/Note.vue.d.ts +2 -2
  210. package/dist/runtime/components/prose/callout/Tip.d.vue.ts +2 -2
  211. package/dist/runtime/components/prose/callout/Tip.vue.d.ts +2 -2
  212. package/dist/runtime/components/prose/callout/Warning.d.vue.ts +2 -2
  213. package/dist/runtime/components/prose/callout/Warning.vue.d.ts +2 -2
  214. package/dist/runtime/inertia/components/Link.d.vue.ts +1 -7
  215. package/dist/runtime/inertia/components/Link.vue.d.ts +1 -7
  216. package/dist/runtime/inertia/components/LinkBase.d.vue.ts +1 -4
  217. package/dist/runtime/inertia/components/LinkBase.vue.d.ts +1 -4
  218. package/dist/runtime/utils/content.d.ts +2 -2
  219. package/dist/runtime/vue/components/Link.d.vue.ts +1 -7
  220. package/dist/runtime/vue/components/Link.vue.d.ts +1 -7
  221. package/dist/runtime/vue/components/color-mode/ColorModeSelect.d.vue.ts +1 -3
  222. package/dist/runtime/vue/components/color-mode/ColorModeSelect.vue.d.ts +1 -3
  223. package/dist/shared/{b24ui-nuxt.CIiXiDdZ.mjs → b24ui-nuxt.auTgHcA7.mjs} +18 -18
  224. package/dist/unplugin.mjs +1 -1
  225. package/dist/vite.mjs +1 -1
  226. package/package.json +9 -8
@@ -1,8 +1,8 @@
1
- declare var __VLS_6: {
1
+ declare var __VLS_7: {
2
2
  mdcUnwrap: string;
3
3
  };
4
4
  type __VLS_Slots = {} & {
5
- default?: (props: typeof __VLS_6) => any;
5
+ default?: (props: typeof __VLS_7) => any;
6
6
  };
7
7
  declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
8
8
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -1,8 +1,8 @@
1
- declare var __VLS_6: {
1
+ declare var __VLS_7: {
2
2
  mdcUnwrap: string;
3
3
  };
4
4
  type __VLS_Slots = {} & {
5
- default?: (props: typeof __VLS_6) => any;
5
+ default?: (props: typeof __VLS_7) => any;
6
6
  };
7
7
  declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
8
8
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -1,8 +1,8 @@
1
- declare var __VLS_6: {
1
+ declare var __VLS_7: {
2
2
  mdcUnwrap: string;
3
3
  };
4
4
  type __VLS_Slots = {} & {
5
- default?: (props: typeof __VLS_6) => any;
5
+ default?: (props: typeof __VLS_7) => any;
6
6
  };
7
7
  declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
8
8
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -1,8 +1,8 @@
1
- declare var __VLS_6: {
1
+ declare var __VLS_7: {
2
2
  mdcUnwrap: string;
3
3
  };
4
4
  type __VLS_Slots = {} & {
5
- default?: (props: typeof __VLS_6) => any;
5
+ default?: (props: typeof __VLS_7) => any;
6
6
  };
7
7
  declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
8
8
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -1,8 +1,8 @@
1
- declare var __VLS_6: {
1
+ declare var __VLS_7: {
2
2
  mdcUnwrap: string;
3
3
  };
4
4
  type __VLS_Slots = {} & {
5
- default?: (props: typeof __VLS_6) => any;
5
+ default?: (props: typeof __VLS_7) => any;
6
6
  };
7
7
  declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
8
8
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -61,13 +61,7 @@ export interface LinkSlots {
61
61
  active: boolean;
62
62
  }): any;
63
63
  }
64
- declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<LinkProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LinkProps> & Readonly<{}>, {
65
- as: any;
66
- type: "reset" | "submit" | "button";
67
- active: boolean;
68
- ariaCurrentValue: "page" | "step" | "location" | "date" | "time" | "true" | "false";
69
- isAction: boolean;
70
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, LinkSlots>;
64
+ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<LinkProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LinkProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, LinkSlots>;
71
65
  declare const _default: typeof __VLS_export;
72
66
  export default _default;
73
67
  type __VLS_WithSlots<T, S> = T & {
@@ -61,13 +61,7 @@ export interface LinkSlots {
61
61
  active: boolean;
62
62
  }): any;
63
63
  }
64
- declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<LinkProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LinkProps> & Readonly<{}>, {
65
- as: any;
66
- type: "reset" | "submit" | "button";
67
- active: boolean;
68
- ariaCurrentValue: "page" | "step" | "location" | "date" | "time" | "true" | "false";
69
- isAction: boolean;
70
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, LinkSlots>;
64
+ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<LinkProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LinkProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, LinkSlots>;
71
65
  declare const _default: typeof __VLS_export;
72
66
  export default _default;
73
67
  type __VLS_WithSlots<T, S> = T & {
@@ -10,10 +10,7 @@ export interface LinkBaseProps {
10
10
  active?: boolean;
11
11
  isExternal?: boolean;
12
12
  }
13
- declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<LinkBaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LinkBaseProps> & Readonly<{}>, {
14
- as: string;
15
- type: string;
16
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
13
+ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<LinkBaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LinkBaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
17
14
  default?: (props: {}) => any;
18
15
  } & {
19
16
  default?: (props: {}) => any;
@@ -10,10 +10,7 @@ export interface LinkBaseProps {
10
10
  active?: boolean;
11
11
  isExternal?: boolean;
12
12
  }
13
- declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<LinkBaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LinkBaseProps> & Readonly<{}>, {
14
- as: string;
15
- type: string;
16
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
13
+ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<LinkBaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LinkBaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
17
14
  default?: (props: {}) => any;
18
15
  } & {
19
16
  default?: (props: {}) => any;
@@ -4,13 +4,13 @@ type MapContentNavigationItemOptions = {
4
4
  labelAttribute?: string;
5
5
  deep?: number;
6
6
  };
7
- export declare function mapContentNavigationItem(item: ContentNavigationItem, options?: MapContentNavigationItemOptions, currentDepth?: number): Omit<ContentNavigationItem, "path" | "title"> & {
7
+ export declare function mapContentNavigationItem(item: ContentNavigationItem, options?: MapContentNavigationItemOptions, currentDepth?: number): Omit<ContentNavigationItem, "title" | "path"> & {
8
8
  label?: string;
9
9
  to?: string;
10
10
  type?: string;
11
11
  icon?: IconComponent;
12
12
  };
13
- export declare function mapContentNavigation(navigation: ContentNavigationItem[], options?: MapContentNavigationItemOptions): (Omit<ContentNavigationItem, "path" | "title"> & {
13
+ export declare function mapContentNavigation(navigation: ContentNavigationItem[], options?: MapContentNavigationItemOptions): (Omit<ContentNavigationItem, "title" | "path"> & {
14
14
  label?: string;
15
15
  to?: string;
16
16
  type?: string;
@@ -54,13 +54,7 @@ export interface LinkSlots {
54
54
  active: boolean;
55
55
  }): any;
56
56
  }
57
- declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<LinkProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LinkProps> & Readonly<{}>, {
58
- as: any;
59
- type: "reset" | "submit" | "button";
60
- active: boolean;
61
- ariaCurrentValue: "page" | "step" | "location" | "date" | "time" | "true" | "false";
62
- isAction: boolean;
63
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, LinkSlots>;
57
+ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<LinkProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LinkProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, LinkSlots>;
64
58
  declare const _default: typeof __VLS_export;
65
59
  export default _default;
66
60
  type __VLS_WithSlots<T, S> = T & {
@@ -54,13 +54,7 @@ export interface LinkSlots {
54
54
  active: boolean;
55
55
  }): any;
56
56
  }
57
- declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<LinkProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LinkProps> & Readonly<{}>, {
58
- as: any;
59
- type: "reset" | "submit" | "button";
60
- active: boolean;
61
- ariaCurrentValue: "page" | "step" | "location" | "date" | "time" | "true" | "false";
62
- isAction: boolean;
63
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, LinkSlots>;
57
+ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<LinkProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LinkProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, LinkSlots>;
64
58
  declare const _default: typeof __VLS_export;
65
59
  export default _default;
66
60
  type __VLS_WithSlots<T, S> = T & {
@@ -1,8 +1,6 @@
1
1
  import type { SelectMenuProps, SelectMenuItem } from '../../../types';
2
2
  export interface ColorModeSelectProps extends Omit<SelectMenuProps<SelectMenuItem[]>, 'icon' | 'items' | 'modelValue'> {
3
3
  }
4
- declare const __VLS_export: import("vue").DefineComponent<ColorModeSelectProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ColorModeSelectProps> & Readonly<{}>, {
5
- searchInput: boolean | import("../../../types").InputProps;
6
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
4
+ declare const __VLS_export: import("vue").DefineComponent<ColorModeSelectProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ColorModeSelectProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
5
  declare const _default: typeof __VLS_export;
8
6
  export default _default;
@@ -1,8 +1,6 @@
1
1
  import type { SelectMenuProps, SelectMenuItem } from '../../../types';
2
2
  export interface ColorModeSelectProps extends Omit<SelectMenuProps<SelectMenuItem[]>, 'icon' | 'items' | 'modelValue'> {
3
3
  }
4
- declare const __VLS_export: import("vue").DefineComponent<ColorModeSelectProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ColorModeSelectProps> & Readonly<{}>, {
5
- searchInput: boolean | import("../../../types").InputProps;
6
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
4
+ declare const __VLS_export: import("vue").DefineComponent<ColorModeSelectProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ColorModeSelectProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
5
  declare const _default: typeof __VLS_export;
8
6
  export default _default;
@@ -8,7 +8,7 @@ import { globSync } from 'tinyglobby';
8
8
  import { defuFn } from 'defu';
9
9
 
10
10
  const name = "@bitrix24/b24ui-nuxt";
11
- const version = "2.1.7";
11
+ const version = "2.1.9";
12
12
 
13
13
  function getDefaultConfig(theme) {
14
14
  return {
@@ -926,15 +926,16 @@ const button = {
926
926
  baseLoadingSpinnerIcon: "text-(--ui-btn-color) size-(--ui-btn-wait-icon-size) animate-spin stroke-2",
927
927
  baseLine: [
928
928
  "w-full inline-flex items-center justify-center gap-(--ui-btn-icon-space)",
929
- "ps-(--ui-btn-padding-left) pe-(--ui-btn-padding-right)"
929
+ "ps-(--ui-btn-padding-left) pe-(--ui-btn-padding-right)",
930
+ "h-(--ui-btn-height)"
930
931
  ].join(" "),
931
932
  label: [
932
933
  "h-(--ui-btn-height) max-w-full",
933
- "inline-flex items-center",
934
+ "inline-flex flex-row items-center",
934
935
  "tracking-(--ui-btn-letter-spacing)",
935
936
  "overflow-visible",
936
- "text-clip",
937
- "mt-(--ui-btn-title-compensation)"
937
+ "text-clip"
938
+ // 'mt-(--ui-btn-title-compensation)'
938
939
  ].join(" "),
939
940
  labelInner: [
940
941
  "truncate",
@@ -1759,7 +1760,7 @@ const chatMessages = {
1759
1760
  slots: {
1760
1761
  root: "w-full flex flex-col gap-1 flex-1 px-2.5 [&>article]:last-of-type:min-h-(--last-message-height)",
1761
1762
  indicator: "h-6 flex items-center gap-1 py-3 *:size-2 *:rounded-full *:bg-(--ui-color-base-7) [&>*:nth-child(1)]:animate-[bounce_1s_infinite] [&>*:nth-child(2)]:animate-[bounce_1s_0.15s_infinite] [&>*:nth-child(3)]:animate-[bounce_1s_0.3s_infinite]",
1762
- viewport: "absolute inset-x-0 top-[86%] data-[state=open]:animate-[fade-in_200ms_ease-out] data-[state=closed]:animate-[fade-out_200ms_ease-in]",
1763
+ viewport: "absolute inset-x-0 top-[78%] data-[state=open]:animate-[fade-in_200ms_ease-out] data-[state=closed]:animate-[fade-out_200ms_ease-in]",
1763
1764
  autoScroll: "rounded-full absolute right-1/2 translate-x-1/2 bottom-0"
1764
1765
  },
1765
1766
  variants: {
@@ -2744,7 +2745,7 @@ const dashboardSearch = {
2744
2745
  variants: {
2745
2746
  fullscreen: {
2746
2747
  false: {
2747
- modal: "sm:max-w-[768px] sm:h-[436px]"
2748
+ modal: "sm:max-w-[768px] h-full sm:h-[436px]"
2748
2749
  }
2749
2750
  }
2750
2751
  }
@@ -7706,6 +7707,7 @@ const table$1 = {
7706
7707
  caption: "sr-only",
7707
7708
  thead: "relative",
7708
7709
  tbody: [
7710
+ "isolate",
7709
7711
  "[&>tr]:data-[selectable=true]:hover:bg-(--ui-color-bg-content-secondary)",
7710
7712
  "light:[&>tr]:data-[selectable=true]:hover:bg-[#f6f8f9]",
7711
7713
  "[&>tr]:data-[selectable=true]:focus-visible:outline-(--ui-color-accent-soft-element-blue)",
@@ -7738,7 +7740,7 @@ const table$1 = {
7738
7740
  "align-middle"
7739
7741
  ].join(" "),
7740
7742
  separator: [
7741
- "absolute z-[1] left-0",
7743
+ "absolute z-1 left-0",
7742
7744
  "w-full h-px",
7743
7745
  "bg-(--ui-color-design-tinted-na-stroke)"
7744
7746
  ].join(" "),
@@ -7765,14 +7767,12 @@ const table$1 = {
7765
7767
  th: [
7766
7768
  "sticky",
7767
7769
  "bg-(--ui-color-bg-content-primary)",
7768
- "data-[pinned=left]:left-0",
7769
- "data-[pinned=right]:right-0"
7770
+ "z-1"
7770
7771
  ].join(" "),
7771
7772
  td: [
7772
7773
  "sticky",
7773
7774
  "bg-(--ui-color-bg-content-primary)",
7774
- "data-[pinned=left]:left-0",
7775
- "data-[pinned=right]:right-0"
7775
+ "z-1"
7776
7776
  ].join(" ")
7777
7777
  }
7778
7778
  },
@@ -7782,14 +7782,14 @@ const table$1 = {
7782
7782
  "sticky",
7783
7783
  "top-0 inset-x-0",
7784
7784
  "bg-(--ui-color-bg-content-primary)",
7785
- "z-[1] backdrop-blur"
7785
+ "z-2 backdrop-blur"
7786
7786
  ].join(" "),
7787
7787
  // bg-default/75
7788
7788
  tfoot: [
7789
7789
  "sticky",
7790
7790
  "bottom-0 inset-x-0",
7791
7791
  "bg-(--ui-color-bg-content-primary)",
7792
- "z-[1] backdrop-blur"
7792
+ "z-2 backdrop-blur"
7793
7793
  ].join(" ")
7794
7794
  // bg-default/75
7795
7795
  },
@@ -7798,7 +7798,7 @@ const table$1 = {
7798
7798
  "sticky",
7799
7799
  "top-0 inset-x-0",
7800
7800
  "bg-(--ui-color-bg-content-primary)",
7801
- "z-[1] backdrop-blur"
7801
+ "z-2 backdrop-blur"
7802
7802
  ].join(" ")
7803
7803
  // bg-default/75
7804
7804
  },
@@ -7807,7 +7807,7 @@ const table$1 = {
7807
7807
  "sticky",
7808
7808
  "bottom-0 inset-x-0",
7809
7809
  "bg-(--ui-color-bg-content-primary)",
7810
- "z-[1] backdrop-blur"
7810
+ "z-2 backdrop-blur"
7811
7811
  ].join(" ")
7812
7812
  // bg-default/75
7813
7813
  }
@@ -7816,7 +7816,7 @@ const table$1 = {
7816
7816
  true: {
7817
7817
  thead: [
7818
7818
  "after:absolute",
7819
- "after:z-[1]",
7819
+ "after:z-1",
7820
7820
  "after:h-px",
7821
7821
  "after:bg-(--b24ui-background)"
7822
7822
  ].join(" ")
@@ -10155,7 +10155,7 @@ const contentSearch = {
10155
10155
  variants: {
10156
10156
  fullscreen: {
10157
10157
  false: {
10158
- modal: "sm:max-w-[768px] sm:h-[436px]"
10158
+ modal: "sm:max-w-[768px] h-full sm:h-[436px]"
10159
10159
  }
10160
10160
  }
10161
10161
  }
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 getDefaultConfig } from './shared/b24ui-nuxt.CIiXiDdZ.mjs';
6
+ import { g as getTemplates, d as defaultOptions, a as getDefaultConfig } from './shared/b24ui-nuxt.auTgHcA7.mjs';
7
7
  import fs from 'node:fs';
8
8
  import path from 'node:path';
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.CIiXiDdZ.mjs';
7
+ import './shared/b24ui-nuxt.auTgHcA7.mjs';
8
8
  import 'scule';
9
9
  import 'knitwork';
10
10
  import '@nuxt/kit';
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": "2.1.7",
4
+ "version": "2.1.9",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/bitrix24/b24ui.git"
@@ -143,14 +143,14 @@
143
143
  "reka-ui": "2.6.0",
144
144
  "scule": "^1.3.0",
145
145
  "tailwind-merge": "^3.4.0",
146
- "tailwind-variants": "^3.1.1",
146
+ "tailwind-variants": "^3.2.2",
147
147
  "tailwindcss": "^4.1.17",
148
148
  "tinyglobby": "^0.2.15",
149
- "unplugin": "^2.3.10",
149
+ "unplugin": "^2.3.11",
150
150
  "unplugin-auto-import": "^20.2.0",
151
151
  "unplugin-vue-components": "^30.0.0",
152
152
  "vaul-vue": "0.4.1",
153
- "vue-component-type-helpers": "^3.1.4"
153
+ "vue-component-type-helpers": "^3.1.5"
154
154
  },
155
155
  "devDependencies": {
156
156
  "@nuxt/eslint-config": "^1.10.0",
@@ -162,7 +162,7 @@
162
162
  "nuxt-component-meta": "^0.14.2",
163
163
  "sharp": "^0.34.3",
164
164
  "@vue/test-utils": "^2.4.6",
165
- "ai": "^5.0.93",
165
+ "ai": "^5.0.101",
166
166
  "embla-carousel": "^8.6.0",
167
167
  "eslint": "^9.39.1",
168
168
  "happy-dom": "^20.0.10",
@@ -170,7 +170,7 @@
170
170
  "vitest": "^3.2.4",
171
171
  "vitest-axe": "^0.1.0",
172
172
  "vitest-environment-nuxt": "^1.0.1",
173
- "vue-tsc": "^3.1.4"
173
+ "vue-tsc": "^3.1.5"
174
174
  },
175
175
  "peerDependencies": {
176
176
  "@inertiajs/vue3": "^2.0.7",
@@ -214,7 +214,7 @@
214
214
  "@bitrix24/b24ui-nuxt": "workspace:*",
215
215
  "debug": "4.3.7",
216
216
  "typescript": "5.8.3",
217
- "unplugin": "^2.3.10"
217
+ "unplugin": "^2.3.11"
218
218
  },
219
219
  "keywords": [
220
220
  "bitrix24-ui",
@@ -255,6 +255,7 @@
255
255
  "lint:fix": "eslint . --fix",
256
256
  "typecheck": "vue-tsc --noEmit && nuxt typecheck playgrounds/nuxt && nuxt typecheck playgrounds/demo && nuxt typecheck docs && cd playgrounds/vue && vue-tsc --noEmit",
257
257
  "test": "vitest",
258
- "test:vue": "vitest -c vitest.vue.config.ts"
258
+ "test:vue": "vitest --project vue",
259
+ "test:nuxt": "vitest --project nuxt"
259
260
  }
260
261
  }