@bitrix24/b24ui-nuxt 2.1.7 → 2.1.8

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 (219) hide show
  1. package/dist/meta.d.mts +1 -1
  2. package/dist/meta.mjs +1 -1
  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 +1 -4
  10. package/dist/runtime/components/Alert.vue.d.ts +1 -4
  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/Breadcrumb.d.vue.ts +3 -1
  16. package/dist/runtime/components/Breadcrumb.vue.d.ts +3 -1
  17. package/dist/runtime/components/Button.d.vue.ts +1 -4
  18. package/dist/runtime/components/Button.vue.d.ts +1 -4
  19. package/dist/runtime/components/Calendar.d.vue.ts +3 -6
  20. package/dist/runtime/components/Calendar.vue.d.ts +3 -6
  21. package/dist/runtime/components/ChatMessage.d.vue.ts +1 -3
  22. package/dist/runtime/components/ChatMessage.vue.d.ts +1 -3
  23. package/dist/runtime/components/ChatMessages.d.vue.ts +1 -6
  24. package/dist/runtime/components/ChatMessages.vue.d.ts +1 -6
  25. package/dist/runtime/components/ChatPrompt.d.vue.ts +2 -7
  26. package/dist/runtime/components/ChatPrompt.vue.d.ts +2 -7
  27. package/dist/runtime/components/ChatPromptSubmit.d.vue.ts +1 -7
  28. package/dist/runtime/components/ChatPromptSubmit.vue.d.ts +1 -7
  29. package/dist/runtime/components/CheckboxGroup.d.vue.ts +3 -4
  30. package/dist/runtime/components/CheckboxGroup.vue.d.ts +3 -4
  31. package/dist/runtime/components/Chip.d.vue.ts +1 -6
  32. package/dist/runtime/components/Chip.vue.d.ts +1 -6
  33. package/dist/runtime/components/Collapsible.d.vue.ts +1 -3
  34. package/dist/runtime/components/Collapsible.vue.d.ts +1 -3
  35. package/dist/runtime/components/ColorPicker.d.vue.ts +1 -5
  36. package/dist/runtime/components/ColorPicker.vue.d.ts +1 -5
  37. package/dist/runtime/components/CommandPalette.d.vue.ts +6 -11
  38. package/dist/runtime/components/CommandPalette.vue.d.ts +6 -11
  39. package/dist/runtime/components/ContextMenu.d.vue.ts +3 -3
  40. package/dist/runtime/components/ContextMenu.vue.d.ts +3 -3
  41. package/dist/runtime/components/ContextMenuContent.d.vue.ts +3 -7
  42. package/dist/runtime/components/ContextMenuContent.vue.d.ts +3 -7
  43. package/dist/runtime/components/Countdown.d.vue.ts +1 -10
  44. package/dist/runtime/components/Countdown.vue.d.ts +1 -10
  45. package/dist/runtime/components/DashboardGroup.d.vue.ts +1 -4
  46. package/dist/runtime/components/DashboardGroup.vue.d.ts +1 -4
  47. package/dist/runtime/components/DashboardSearch.d.vue.ts +2 -7
  48. package/dist/runtime/components/DashboardSearch.vue.d.ts +2 -7
  49. package/dist/runtime/components/DashboardSearchButton.d.vue.ts +1 -6
  50. package/dist/runtime/components/DashboardSearchButton.vue.d.ts +1 -6
  51. package/dist/runtime/components/DescriptionList.d.vue.ts +3 -1
  52. package/dist/runtime/components/DescriptionList.vue.d.ts +3 -1
  53. package/dist/runtime/components/DropdownMenu.d.vue.ts +3 -3
  54. package/dist/runtime/components/DropdownMenu.vue.d.ts +3 -3
  55. package/dist/runtime/components/DropdownMenuContent.d.vue.ts +3 -7
  56. package/dist/runtime/components/DropdownMenuContent.vue.d.ts +3 -7
  57. package/dist/runtime/components/Empty.d.vue.ts +1 -3
  58. package/dist/runtime/components/Empty.vue.d.ts +1 -3
  59. package/dist/runtime/components/Error.d.vue.ts +1 -4
  60. package/dist/runtime/components/Error.vue.d.ts +1 -4
  61. package/dist/runtime/components/FieldGroup.d.vue.ts +1 -4
  62. package/dist/runtime/components/FieldGroup.vue.d.ts +1 -4
  63. package/dist/runtime/components/FileUpload.d.vue.ts +3 -4
  64. package/dist/runtime/components/FileUpload.vue.d.ts +3 -4
  65. package/dist/runtime/components/Form.d.vue.ts +3 -4
  66. package/dist/runtime/components/Form.vue.d.ts +3 -4
  67. package/dist/runtime/components/Input.d.vue.ts +4 -6
  68. package/dist/runtime/components/Input.vue.d.ts +4 -6
  69. package/dist/runtime/components/InputDate.d.vue.ts +3 -7
  70. package/dist/runtime/components/InputDate.vue.d.ts +3 -7
  71. package/dist/runtime/components/InputMenu.d.vue.ts +6 -14
  72. package/dist/runtime/components/InputMenu.vue.d.ts +6 -14
  73. package/dist/runtime/components/InputNumber.d.vue.ts +3 -5
  74. package/dist/runtime/components/InputNumber.vue.d.ts +3 -5
  75. package/dist/runtime/components/InputTags.d.vue.ts +4 -10
  76. package/dist/runtime/components/InputTags.vue.d.ts +4 -10
  77. package/dist/runtime/components/InputTime.d.vue.ts +1 -3
  78. package/dist/runtime/components/InputTime.vue.d.ts +1 -3
  79. package/dist/runtime/components/Kbd.d.vue.ts +1 -4
  80. package/dist/runtime/components/Kbd.vue.d.ts +1 -4
  81. package/dist/runtime/components/Link.d.vue.ts +1 -7
  82. package/dist/runtime/components/Link.vue.d.ts +1 -7
  83. package/dist/runtime/components/LinkBase.d.vue.ts +1 -4
  84. package/dist/runtime/components/LinkBase.vue.d.ts +1 -4
  85. package/dist/runtime/components/Modal.d.vue.ts +1 -10
  86. package/dist/runtime/components/Modal.vue.d.ts +1 -10
  87. package/dist/runtime/components/Navbar.d.vue.ts +1 -3
  88. package/dist/runtime/components/Navbar.vue.d.ts +1 -3
  89. package/dist/runtime/components/NavbarDivider.d.vue.ts +1 -3
  90. package/dist/runtime/components/NavbarDivider.vue.d.ts +1 -3
  91. package/dist/runtime/components/NavbarSection.d.vue.ts +1 -3
  92. package/dist/runtime/components/NavbarSection.vue.d.ts +1 -3
  93. package/dist/runtime/components/NavbarSpacer.d.vue.ts +1 -3
  94. package/dist/runtime/components/NavbarSpacer.vue.d.ts +1 -3
  95. package/dist/runtime/components/NavigationMenu.d.vue.ts +3 -3
  96. package/dist/runtime/components/NavigationMenu.vue.d.ts +3 -3
  97. package/dist/runtime/components/PageCard.d.vue.ts +1 -3
  98. package/dist/runtime/components/PageCard.vue.d.ts +1 -3
  99. package/dist/runtime/components/PageLinks.d.vue.ts +3 -1
  100. package/dist/runtime/components/PageLinks.vue.d.ts +3 -1
  101. package/dist/runtime/components/PageList.d.vue.ts +1 -3
  102. package/dist/runtime/components/PageList.vue.d.ts +1 -3
  103. package/dist/runtime/components/Pagination.d.vue.ts +1 -9
  104. package/dist/runtime/components/Pagination.vue.d.ts +1 -9
  105. package/dist/runtime/components/PinInput.d.vue.ts +3 -6
  106. package/dist/runtime/components/PinInput.vue.d.ts +3 -6
  107. package/dist/runtime/components/Popover.d.vue.ts +3 -4
  108. package/dist/runtime/components/Popover.vue.d.ts +3 -4
  109. package/dist/runtime/components/Progress.d.vue.ts +1 -5
  110. package/dist/runtime/components/Progress.vue.d.ts +1 -5
  111. package/dist/runtime/components/RadioGroup.d.vue.ts +3 -4
  112. package/dist/runtime/components/RadioGroup.vue.d.ts +3 -4
  113. package/dist/runtime/components/Range.d.vue.ts +3 -4
  114. package/dist/runtime/components/Range.vue.d.ts +3 -4
  115. package/dist/runtime/components/Select.d.vue.ts +3 -7
  116. package/dist/runtime/components/Select.vue.d.ts +3 -7
  117. package/dist/runtime/components/SelectMenu.d.vue.ts +6 -13
  118. package/dist/runtime/components/SelectMenu.vue.d.ts +6 -13
  119. package/dist/runtime/components/Separator.d.vue.ts +1 -6
  120. package/dist/runtime/components/Separator.vue.d.ts +1 -6
  121. package/dist/runtime/components/Sidebar.d.vue.ts +1 -3
  122. package/dist/runtime/components/Sidebar.vue.d.ts +1 -3
  123. package/dist/runtime/components/SidebarBody.d.vue.ts +1 -4
  124. package/dist/runtime/components/SidebarBody.vue.d.ts +1 -4
  125. package/dist/runtime/components/SidebarFooter.d.vue.ts +1 -3
  126. package/dist/runtime/components/SidebarFooter.vue.d.ts +1 -3
  127. package/dist/runtime/components/SidebarHeader.d.vue.ts +1 -3
  128. package/dist/runtime/components/SidebarHeader.vue.d.ts +1 -3
  129. package/dist/runtime/components/SidebarHeading.d.vue.ts +1 -3
  130. package/dist/runtime/components/SidebarHeading.vue.d.ts +1 -3
  131. package/dist/runtime/components/SidebarLayout.d.vue.ts +1 -6
  132. package/dist/runtime/components/SidebarLayout.vue.d.ts +1 -6
  133. package/dist/runtime/components/SidebarSection.d.vue.ts +1 -3
  134. package/dist/runtime/components/SidebarSection.vue.d.ts +1 -3
  135. package/dist/runtime/components/SidebarSpacer.d.vue.ts +1 -3
  136. package/dist/runtime/components/SidebarSpacer.vue.d.ts +1 -3
  137. package/dist/runtime/components/Skeleton.d.vue.ts +1 -3
  138. package/dist/runtime/components/Skeleton.vue.d.ts +1 -3
  139. package/dist/runtime/components/Slideover.d.vue.ts +1 -11
  140. package/dist/runtime/components/Slideover.vue.d.ts +1 -11
  141. package/dist/runtime/components/Stepper.d.vue.ts +3 -5
  142. package/dist/runtime/components/Stepper.vue.d.ts +3 -5
  143. package/dist/runtime/components/Table.d.vue.ts +3 -15
  144. package/dist/runtime/components/Table.vue +22 -3
  145. package/dist/runtime/components/Table.vue.d.ts +3 -15
  146. package/dist/runtime/components/TableWrapper.d.vue.ts +1 -4
  147. package/dist/runtime/components/TableWrapper.vue.d.ts +1 -4
  148. package/dist/runtime/components/Tabs.d.vue.ts +3 -3
  149. package/dist/runtime/components/Tabs.vue.d.ts +3 -3
  150. package/dist/runtime/components/Textarea.d.vue.ts +4 -6
  151. package/dist/runtime/components/Textarea.vue.d.ts +4 -6
  152. package/dist/runtime/components/Timeline.d.vue.ts +3 -3
  153. package/dist/runtime/components/Timeline.vue.d.ts +3 -3
  154. package/dist/runtime/components/Toast.d.vue.ts +1 -5
  155. package/dist/runtime/components/Toast.vue.d.ts +1 -5
  156. package/dist/runtime/components/Toaster.d.vue.ts +1 -8
  157. package/dist/runtime/components/Toaster.vue.d.ts +1 -8
  158. package/dist/runtime/components/Tooltip.d.vue.ts +1 -4
  159. package/dist/runtime/components/Tooltip.vue.d.ts +1 -4
  160. package/dist/runtime/components/User.d.vue.ts +1 -3
  161. package/dist/runtime/components/User.vue.d.ts +1 -3
  162. package/dist/runtime/components/color-mode/ColorModeButton.d.vue.ts +1 -3
  163. package/dist/runtime/components/color-mode/ColorModeButton.vue.d.ts +1 -3
  164. package/dist/runtime/components/color-mode/ColorModeSelect.d.vue.ts +1 -3
  165. package/dist/runtime/components/color-mode/ColorModeSelect.vue.d.ts +1 -3
  166. package/dist/runtime/components/content/ContentSearch.d.vue.ts +4 -4
  167. package/dist/runtime/components/content/ContentSearch.vue.d.ts +4 -4
  168. package/dist/runtime/components/content/ContentSearchButton.d.vue.ts +1 -6
  169. package/dist/runtime/components/content/ContentSearchButton.vue.d.ts +1 -6
  170. package/dist/runtime/components/content/ContentSurround.d.vue.ts +3 -1
  171. package/dist/runtime/components/content/ContentSurround.vue.d.ts +3 -1
  172. package/dist/runtime/components/content/ContentToc.d.vue.ts +3 -4
  173. package/dist/runtime/components/content/ContentToc.vue.d.ts +3 -4
  174. package/dist/runtime/components/locale/LocaleSelect.d.vue.ts +1 -5
  175. package/dist/runtime/components/locale/LocaleSelect.vue.d.ts +1 -5
  176. package/dist/runtime/components/prose/Accordion.d.vue.ts +1 -3
  177. package/dist/runtime/components/prose/Accordion.vue.d.ts +1 -3
  178. package/dist/runtime/components/prose/CodeGroup.d.vue.ts +1 -3
  179. package/dist/runtime/components/prose/CodeGroup.vue.d.ts +1 -3
  180. package/dist/runtime/components/prose/H1.d.vue.ts +1 -3
  181. package/dist/runtime/components/prose/H1.vue.d.ts +1 -3
  182. package/dist/runtime/components/prose/H2.d.vue.ts +1 -3
  183. package/dist/runtime/components/prose/H2.vue.d.ts +1 -3
  184. package/dist/runtime/components/prose/H3.d.vue.ts +1 -3
  185. package/dist/runtime/components/prose/H3.vue.d.ts +1 -3
  186. package/dist/runtime/components/prose/H4.d.vue.ts +1 -3
  187. package/dist/runtime/components/prose/H4.vue.d.ts +1 -3
  188. package/dist/runtime/components/prose/H5.d.vue.ts +1 -3
  189. package/dist/runtime/components/prose/H5.vue.d.ts +1 -3
  190. package/dist/runtime/components/prose/H6.d.vue.ts +1 -3
  191. package/dist/runtime/components/prose/H6.vue.d.ts +1 -3
  192. package/dist/runtime/components/prose/Img.d.vue.ts +1 -3
  193. package/dist/runtime/components/prose/Img.vue.d.ts +1 -3
  194. package/dist/runtime/components/prose/P.d.vue.ts +1 -4
  195. package/dist/runtime/components/prose/P.vue.d.ts +1 -4
  196. package/dist/runtime/components/prose/Table.d.vue.ts +1 -7
  197. package/dist/runtime/components/prose/Table.vue.d.ts +1 -7
  198. package/dist/runtime/components/prose/Tabs.d.vue.ts +1 -3
  199. package/dist/runtime/components/prose/Tabs.vue.d.ts +1 -3
  200. package/dist/runtime/components/prose/callout/Caution.d.vue.ts +2 -2
  201. package/dist/runtime/components/prose/callout/Caution.vue.d.ts +2 -2
  202. package/dist/runtime/components/prose/callout/Note.d.vue.ts +2 -2
  203. package/dist/runtime/components/prose/callout/Note.vue.d.ts +2 -2
  204. package/dist/runtime/components/prose/callout/Tip.d.vue.ts +2 -2
  205. package/dist/runtime/components/prose/callout/Tip.vue.d.ts +2 -2
  206. package/dist/runtime/components/prose/callout/Warning.d.vue.ts +2 -2
  207. package/dist/runtime/components/prose/callout/Warning.vue.d.ts +2 -2
  208. package/dist/runtime/inertia/components/Link.d.vue.ts +1 -7
  209. package/dist/runtime/inertia/components/Link.vue.d.ts +1 -7
  210. package/dist/runtime/inertia/components/LinkBase.d.vue.ts +1 -4
  211. package/dist/runtime/inertia/components/LinkBase.vue.d.ts +1 -4
  212. package/dist/runtime/vue/components/Link.d.vue.ts +1 -7
  213. package/dist/runtime/vue/components/Link.vue.d.ts +1 -7
  214. package/dist/runtime/vue/components/color-mode/ColorModeSelect.d.vue.ts +1 -3
  215. package/dist/runtime/vue/components/color-mode/ColorModeSelect.vue.d.ts +1 -3
  216. package/dist/shared/{b24ui-nuxt.CIiXiDdZ.mjs → b24ui-nuxt.CyWhhgYE.mjs} +12 -13
  217. package/dist/unplugin.mjs +1 -1
  218. package/dist/vite.mjs +1 -1
  219. package/package.json +7 -7
package/dist/meta.d.mts CHANGED
@@ -123568,7 +123568,7 @@ var B24UIMeta = {
123568
123568
  }
123569
123569
  ],
123570
123570
  "exposed": [],
123571
- "hash": "irkn8qnmGXuqh5Of_BGFc3-3FcvgqSuiXVRrnfpA1P8"
123571
+ "hash": "tPzReZ6b0v-ETQlE4JZWHFI1PD_olvxKS82yhwwWQtI"
123572
123572
  }
123573
123573
  },
123574
123574
  "B24TableWrapper": {
package/dist/meta.mjs CHANGED
@@ -123568,7 +123568,7 @@ const B24UIMeta = {
123568
123568
  }
123569
123569
  ],
123570
123570
  "exposed": [],
123571
- "hash": "irkn8qnmGXuqh5Of_BGFc3-3FcvgqSuiXVRrnfpA1P8"
123571
+ "hash": "tPzReZ6b0v-ETQlE4JZWHFI1PD_olvxKS82yhwwWQtI"
123572
123572
  }
123573
123573
  },
123574
123574
  "B24TableWrapper": {
package/dist/module.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitrix24/b24ui-nuxt",
3
- "version": "2.1.7",
3
+ "version": "2.1.8",
4
4
  "docs": "https://bitrix24.github.io/b24ui/guide/installation-nuxt-app.html",
5
5
  "configKey": "b24ui",
6
6
  "compatibility": {
package/dist/module.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import { defu } from 'defu';
2
2
  import { defineNuxtModule, createResolver, addPlugin, hasNuxtModule, addComponentsDir, addImportsDir, installModule } from '@nuxt/kit';
3
- import { d as defaultOptions, v as version, n as name, a as getDefaultConfig, b as addTemplates } from './shared/b24ui-nuxt.CIiXiDdZ.mjs';
3
+ import { d as defaultOptions, v as version, n as name, a as getDefaultConfig, b as addTemplates } from './shared/b24ui-nuxt.CyWhhgYE.mjs';
4
4
  import 'node:url';
5
5
  import 'scule';
6
6
  import 'knitwork';
@@ -69,9 +69,9 @@ export type AccordionSlots<T extends AccordionItem = AccordionItem> = {
69
69
  b24ui: Accordion['b24ui'];
70
70
  }>;
71
71
  declare const __VLS_export: <T extends AccordionItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
72
- props: __VLS_PrettifyLocal<AccordionProps<T> & {
73
- "onUpdate:modelValue"?: ((value: string | string[] | undefined) => any) | undefined;
74
- }> & import("vue").PublicProps;
72
+ props: __VLS_PrettifyLocal<AccordionProps<T> & __VLS_EmitsToProps<__VLS_NormalizeEmits<(evt: "update:modelValue", value: string | string[] | undefined) => void>>> & import("vue").PublicProps & (typeof globalThis extends {
73
+ __VLS_PROPS_FALLBACK: infer P;
74
+ } ? P : {});
75
75
  expose: (exposed: {}) => void;
76
76
  attrs: any;
77
77
  slots: AccordionSlots<T>;
@@ -69,9 +69,9 @@ export type AccordionSlots<T extends AccordionItem = AccordionItem> = {
69
69
  b24ui: Accordion['b24ui'];
70
70
  }>;
71
71
  declare const __VLS_export: <T extends AccordionItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
72
- props: __VLS_PrettifyLocal<AccordionProps<T> & {
73
- "onUpdate:modelValue"?: ((value: string | string[] | undefined) => any) | undefined;
74
- }> & import("vue").PublicProps;
72
+ props: __VLS_PrettifyLocal<AccordionProps<T> & __VLS_EmitsToProps<__VLS_NormalizeEmits<(evt: "update:modelValue", value: string | string[] | undefined) => void>>> & import("vue").PublicProps & (typeof globalThis extends {
73
+ __VLS_PROPS_FALLBACK: infer P;
74
+ } ? P : {});
75
75
  expose: (exposed: {}) => void;
76
76
  attrs: any;
77
77
  slots: AccordionSlots<T>;
@@ -23,10 +23,7 @@ export interface AdviceSlots {
23
23
  }): any;
24
24
  default(props?: {}): any;
25
25
  }
26
- declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<AdviceProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AdviceProps> & Readonly<{}>, {
27
- as: any;
28
- angle: Advice["variants"]["angle"];
29
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, AdviceSlots>;
26
+ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<AdviceProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AdviceProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, AdviceSlots>;
30
27
  declare const _default: typeof __VLS_export;
31
28
  export default _default;
32
29
  type __VLS_WithSlots<T, S> = T & {
@@ -23,10 +23,7 @@ export interface AdviceSlots {
23
23
  }): any;
24
24
  default(props?: {}): any;
25
25
  }
26
- declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<AdviceProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AdviceProps> & Readonly<{}>, {
27
- as: any;
28
- angle: Advice["variants"]["angle"];
29
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, AdviceSlots>;
26
+ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<AdviceProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AdviceProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, AdviceSlots>;
30
27
  declare const _default: typeof __VLS_export;
31
28
  export default _default;
32
29
  type __VLS_WithSlots<T, S> = T & {
@@ -77,10 +77,7 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<AlertP
77
77
  "update:open": (value: boolean) => any;
78
78
  }, string, import("vue").PublicProps, Readonly<AlertProps> & Readonly<{
79
79
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
80
- }>, {
81
- inverted: boolean;
82
- orientation: Alert["variants"]["orientation"];
83
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, AlertSlots>;
80
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, AlertSlots>;
84
81
  declare const _default: typeof __VLS_export;
85
82
  export default _default;
86
83
  type __VLS_WithSlots<T, S> = T & {
@@ -77,10 +77,7 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<AlertP
77
77
  "update:open": (value: boolean) => any;
78
78
  }, string, import("vue").PublicProps, Readonly<AlertProps> & Readonly<{
79
79
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
80
- }>, {
81
- inverted: boolean;
82
- orientation: Alert["variants"]["orientation"];
83
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, AlertSlots>;
80
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, AlertSlots>;
84
81
  declare const _default: typeof __VLS_export;
85
82
  export default _default;
86
83
  type __VLS_WithSlots<T, S> = T & {
@@ -10,7 +10,9 @@ export interface AppSlots {
10
10
  default(props?: {}): any;
11
11
  }
12
12
  declare const __VLS_export: <T extends Messages>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
13
- props: __VLS_PrettifyLocal<AppProps<T>> & import("vue").PublicProps;
13
+ props: __VLS_PrettifyLocal<AppProps<T>> & import("vue").PublicProps & (typeof globalThis extends {
14
+ __VLS_PROPS_FALLBACK: infer P;
15
+ } ? P : {});
14
16
  expose: (exposed: {}) => void;
15
17
  attrs: any;
16
18
  slots: AppSlots;
@@ -10,7 +10,9 @@ export interface AppSlots {
10
10
  default(props?: {}): any;
11
11
  }
12
12
  declare const __VLS_export: <T extends Messages>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
13
- props: __VLS_PrettifyLocal<AppProps<T>> & import("vue").PublicProps;
13
+ props: __VLS_PrettifyLocal<AppProps<T>> & import("vue").PublicProps & (typeof globalThis extends {
14
+ __VLS_PROPS_FALLBACK: infer P;
15
+ } ? P : {});
14
16
  expose: (exposed: {}) => void;
15
17
  attrs: any;
16
18
  slots: AppSlots;
@@ -51,10 +51,7 @@ export interface BadgeSlots {
51
51
  b24ui: Badge['b24ui'];
52
52
  }): any;
53
53
  }
54
- declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<BadgeProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BadgeProps> & Readonly<{}>, {
55
- inverted: boolean;
56
- as: any;
57
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, BadgeSlots>;
54
+ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<BadgeProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BadgeProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, BadgeSlots>;
58
55
  declare const _default: typeof __VLS_export;
59
56
  export default _default;
60
57
  type __VLS_WithSlots<T, S> = T & {
@@ -51,10 +51,7 @@ export interface BadgeSlots {
51
51
  b24ui: Badge['b24ui'];
52
52
  }): any;
53
53
  }
54
- declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<BadgeProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BadgeProps> & Readonly<{}>, {
55
- inverted: boolean;
56
- as: any;
57
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, BadgeSlots>;
54
+ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<BadgeProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BadgeProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, BadgeSlots>;
58
55
  declare const _default: typeof __VLS_export;
59
56
  export default _default;
60
57
  type __VLS_WithSlots<T, S> = T & {
@@ -68,7 +68,9 @@ export type BreadcrumbSlots<T extends BreadcrumbItem = BreadcrumbItem> = {
68
68
  active?: boolean;
69
69
  }>;
70
70
  declare const __VLS_export: <T extends BreadcrumbItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
71
- props: __VLS_PrettifyLocal<BreadcrumbProps<T>> & import("vue").PublicProps;
71
+ props: __VLS_PrettifyLocal<BreadcrumbProps<T>> & import("vue").PublicProps & (typeof globalThis extends {
72
+ __VLS_PROPS_FALLBACK: infer P;
73
+ } ? P : {});
72
74
  expose: (exposed: {}) => void;
73
75
  attrs: any;
74
76
  slots: BreadcrumbSlots<T>;
@@ -68,7 +68,9 @@ export type BreadcrumbSlots<T extends BreadcrumbItem = BreadcrumbItem> = {
68
68
  active?: boolean;
69
69
  }>;
70
70
  declare const __VLS_export: <T extends BreadcrumbItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
71
- props: __VLS_PrettifyLocal<BreadcrumbProps<T>> & import("vue").PublicProps;
71
+ props: __VLS_PrettifyLocal<BreadcrumbProps<T>> & import("vue").PublicProps & (typeof globalThis extends {
72
+ __VLS_PROPS_FALLBACK: infer P;
73
+ } ? P : {});
72
74
  expose: (exposed: {}) => void;
73
75
  attrs: any;
74
76
  slots: BreadcrumbSlots<T>;
@@ -81,10 +81,7 @@ export interface ButtonSlots {
81
81
  b24ui: Button['b24ui'];
82
82
  }): any;
83
83
  }
84
- declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ButtonProps> & Readonly<{}>, {
85
- type: "reset" | "submit" | "button";
86
- normalCase: boolean;
87
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ButtonSlots>;
84
+ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ButtonSlots>;
88
85
  declare const _default: typeof __VLS_export;
89
86
  export default _default;
90
87
  type __VLS_WithSlots<T, S> = T & {
@@ -81,10 +81,7 @@ export interface ButtonSlots {
81
81
  b24ui: Button['b24ui'];
82
82
  }): any;
83
83
  }
84
- declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ButtonProps> & Readonly<{}>, {
85
- type: "reset" | "submit" | "button";
86
- normalCase: boolean;
87
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ButtonSlots>;
84
+ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ButtonSlots>;
88
85
  declare const _default: typeof __VLS_export;
89
86
  export default _default;
90
87
  type __VLS_WithSlots<T, S> = T & {
@@ -99,12 +99,9 @@ export interface CalendarSlots {
99
99
  }) => any;
100
100
  }
101
101
  declare const __VLS_export: <R extends boolean, M extends boolean>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
102
- props: __VLS_PrettifyLocal<CalendarProps<R, M> & {
103
- "onUpdate:modelValue"?: ((date: CalendarModelValue<R, M>) => any) | undefined;
104
- "onUpdate:placeholder"?: ((...args: DateValue[]) => any) | undefined;
105
- "onUpdate:validModelValue"?: ((date: DateRange) => any) | undefined;
106
- "onUpdate:startValue"?: ((date: DateValue | undefined) => any) | undefined;
107
- }> & import("vue").PublicProps;
102
+ props: __VLS_PrettifyLocal<CalendarProps<R, M> & __VLS_EmitsToProps<__VLS_NormalizeEmits<((evt: "update:modelValue", date: CalendarModelValue<R, M>) => void) & ((evt: "update:placeholder", ...args: [date: DateValue] & [date: DateValue]) => void) & ((evt: "update:validModelValue", date: DateRange) => void) & ((evt: "update:startValue", date: DateValue | undefined) => void)>>> & import("vue").PublicProps & (typeof globalThis extends {
103
+ __VLS_PROPS_FALLBACK: infer P;
104
+ } ? P : {});
108
105
  expose: (exposed: {}) => void;
109
106
  attrs: any;
110
107
  slots: CalendarSlots;
@@ -99,12 +99,9 @@ export interface CalendarSlots {
99
99
  }) => any;
100
100
  }
101
101
  declare const __VLS_export: <R extends boolean, M extends boolean>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
102
- props: __VLS_PrettifyLocal<CalendarProps<R, M> & {
103
- "onUpdate:modelValue"?: ((date: CalendarModelValue<R, M>) => any) | undefined;
104
- "onUpdate:placeholder"?: ((...args: DateValue[]) => any) | undefined;
105
- "onUpdate:validModelValue"?: ((date: DateRange) => any) | undefined;
106
- "onUpdate:startValue"?: ((date: DateValue | undefined) => any) | undefined;
107
- }> & import("vue").PublicProps;
102
+ props: __VLS_PrettifyLocal<CalendarProps<R, M> & __VLS_EmitsToProps<__VLS_NormalizeEmits<((evt: "update:modelValue", date: CalendarModelValue<R, M>) => void) & ((evt: "update:placeholder", ...args: [date: DateValue] & [date: DateValue]) => void) & ((evt: "update:validModelValue", date: DateRange) => void) & ((evt: "update:startValue", date: DateValue | undefined) => void)>>> & import("vue").PublicProps & (typeof globalThis extends {
103
+ __VLS_PROPS_FALLBACK: infer P;
104
+ } ? P : {});
108
105
  expose: (exposed: {}) => void;
109
106
  attrs: any;
110
107
  slots: CalendarSlots;
@@ -52,9 +52,7 @@ export interface ChatMessageSlots {
52
52
  actions: ChatMessageProps['actions'];
53
53
  }): any;
54
54
  }
55
- declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ChatMessageProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ChatMessageProps> & Readonly<{}>, {
56
- as: any;
57
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ChatMessageSlots>;
55
+ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ChatMessageProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ChatMessageProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ChatMessageSlots>;
58
56
  declare const _default: typeof __VLS_export;
59
57
  export default _default;
60
58
  type __VLS_WithSlots<T, S> = T & {
@@ -52,9 +52,7 @@ export interface ChatMessageSlots {
52
52
  actions: ChatMessageProps['actions'];
53
53
  }): any;
54
54
  }
55
- declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ChatMessageProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ChatMessageProps> & Readonly<{}>, {
56
- as: any;
57
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ChatMessageSlots>;
55
+ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ChatMessageProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ChatMessageProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ChatMessageSlots>;
58
56
  declare const _default: typeof __VLS_export;
59
57
  export default _default;
60
58
  type __VLS_WithSlots<T, S> = T & {
@@ -68,12 +68,7 @@ export type ChatMessagesSlots = {
68
68
  onClick: () => void;
69
69
  }): any;
70
70
  };
71
- declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ChatMessagesProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ChatMessagesProps> & Readonly<{}>, {
72
- autoScroll: boolean | Partial<ButtonProps>;
73
- shouldAutoScroll: boolean;
74
- shouldScrollToBottom: boolean;
75
- spacingOffset: number;
76
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ChatMessagesSlots>;
71
+ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ChatMessagesProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ChatMessagesProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ChatMessagesSlots>;
77
72
  declare const _default: typeof __VLS_export;
78
73
  export default _default;
79
74
  type __VLS_WithSlots<T, S> = T & {
@@ -68,12 +68,7 @@ export type ChatMessagesSlots = {
68
68
  onClick: () => void;
69
69
  }): any;
70
70
  };
71
- declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ChatMessagesProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ChatMessagesProps> & Readonly<{}>, {
72
- autoScroll: boolean | Partial<ButtonProps>;
73
- shouldAutoScroll: boolean;
74
- shouldScrollToBottom: boolean;
75
- spacingOffset: number;
76
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ChatMessagesSlots>;
71
+ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ChatMessagesProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ChatMessagesProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ChatMessagesSlots>;
77
72
  declare const _default: typeof __VLS_export;
78
73
  export default _default;
79
74
  type __VLS_WithSlots<T, S> = T & {
@@ -33,7 +33,7 @@ export interface ChatPromptSlots extends TextareaSlots {
33
33
  declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ChatPromptProps & {
34
34
  modelValue?: string;
35
35
  }, {
36
- textareaRef: Readonly<import("vue").Ref<HTMLTextAreaElement | null | undefined, HTMLTextAreaElement | null | undefined>>;
36
+ textareaRef: Readonly<import("vue").Ref<any, any>>;
37
37
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
38
38
  close: (event: Event) => any;
39
39
  submit: (event: Event) => any;
@@ -44,12 +44,7 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ChatPr
44
44
  onClose?: ((event: Event) => any) | undefined;
45
45
  onSubmit?: ((event: Event) => any) | undefined;
46
46
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
47
- }>, {
48
- rows: number;
49
- as: any;
50
- autofocus: boolean;
51
- autoresize: boolean;
52
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ChatPromptSlots>;
47
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ChatPromptSlots>;
53
48
  declare const _default: typeof __VLS_export;
54
49
  export default _default;
55
50
  type __VLS_WithSlots<T, S> = T & {
@@ -33,7 +33,7 @@ export interface ChatPromptSlots extends TextareaSlots {
33
33
  declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ChatPromptProps & {
34
34
  modelValue?: string;
35
35
  }, {
36
- textareaRef: Readonly<import("vue").Ref<HTMLTextAreaElement | null | undefined, HTMLTextAreaElement | null | undefined>>;
36
+ textareaRef: Readonly<import("vue").Ref<any, any>>;
37
37
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
38
38
  close: (event: Event) => any;
39
39
  submit: (event: Event) => any;
@@ -44,12 +44,7 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ChatPr
44
44
  onClose?: ((event: Event) => any) | undefined;
45
45
  onSubmit?: ((event: Event) => any) | undefined;
46
46
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
47
- }>, {
48
- rows: number;
49
- as: any;
50
- autofocus: boolean;
51
- autoresize: boolean;
52
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ChatPromptSlots>;
47
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ChatPromptSlots>;
53
48
  declare const _default: typeof __VLS_export;
54
49
  export default _default;
55
50
  type __VLS_WithSlots<T, S> = T & {
@@ -63,13 +63,7 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ChatPr
63
63
  }, string, import("vue").PublicProps, Readonly<ChatPromptSubmitProps> & Readonly<{
64
64
  onStop?: ((event: MouseEvent) => any) | undefined;
65
65
  onReload?: ((event: MouseEvent) => any) | undefined;
66
- }>, {
67
- status: ChatStatus;
68
- color: "default" | "link" | "air-primary" | "air-primary-success" | "air-primary-alert" | "air-primary-copilot" | "air-secondary" | "air-secondary-accent" | "air-secondary-accent-1" | "air-tertiary" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "air-secondary-alert" | "air-secondary-accent-2" | "air-secondary-no-accent" | "air-tertiary-accent" | "air-tertiary-no-accent" | "air-selection" | "air-boost";
69
- streamingColor: "default" | "link" | "air-primary" | "air-primary-success" | "air-primary-alert" | "air-primary-copilot" | "air-secondary" | "air-secondary-accent" | "air-secondary-accent-1" | "air-tertiary" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "air-secondary-alert" | "air-secondary-accent-2" | "air-secondary-no-accent" | "air-tertiary-accent" | "air-tertiary-no-accent" | "air-selection" | "air-boost";
70
- submittedColor: "default" | "link" | "air-primary" | "air-primary-success" | "air-primary-alert" | "air-primary-copilot" | "air-secondary" | "air-secondary-accent" | "air-secondary-accent-1" | "air-tertiary" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "air-secondary-alert" | "air-secondary-accent-2" | "air-secondary-no-accent" | "air-tertiary-accent" | "air-tertiary-no-accent" | "air-selection" | "air-boost";
71
- errorColor: "default" | "link" | "air-primary" | "air-primary-success" | "air-primary-alert" | "air-primary-copilot" | "air-secondary" | "air-secondary-accent" | "air-secondary-accent-1" | "air-tertiary" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "air-secondary-alert" | "air-secondary-accent-2" | "air-secondary-no-accent" | "air-tertiary-accent" | "air-tertiary-no-accent" | "air-selection" | "air-boost";
72
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ButtonSlots>;
66
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ButtonSlots>;
73
67
  declare const _default: typeof __VLS_export;
74
68
  export default _default;
75
69
  type __VLS_WithSlots<T, S> = T & {
@@ -63,13 +63,7 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ChatPr
63
63
  }, string, import("vue").PublicProps, Readonly<ChatPromptSubmitProps> & Readonly<{
64
64
  onStop?: ((event: MouseEvent) => any) | undefined;
65
65
  onReload?: ((event: MouseEvent) => any) | undefined;
66
- }>, {
67
- status: ChatStatus;
68
- color: "default" | "link" | "air-primary" | "air-primary-success" | "air-primary-alert" | "air-primary-copilot" | "air-secondary" | "air-secondary-accent" | "air-secondary-accent-1" | "air-tertiary" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "air-secondary-alert" | "air-secondary-accent-2" | "air-secondary-no-accent" | "air-tertiary-accent" | "air-tertiary-no-accent" | "air-selection" | "air-boost";
69
- streamingColor: "default" | "link" | "air-primary" | "air-primary-success" | "air-primary-alert" | "air-primary-copilot" | "air-secondary" | "air-secondary-accent" | "air-secondary-accent-1" | "air-tertiary" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "air-secondary-alert" | "air-secondary-accent-2" | "air-secondary-no-accent" | "air-tertiary-accent" | "air-tertiary-no-accent" | "air-selection" | "air-boost";
70
- submittedColor: "default" | "link" | "air-primary" | "air-primary-success" | "air-primary-alert" | "air-primary-copilot" | "air-secondary" | "air-secondary-accent" | "air-secondary-accent-1" | "air-tertiary" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "air-secondary-alert" | "air-secondary-accent-2" | "air-secondary-no-accent" | "air-tertiary-accent" | "air-tertiary-no-accent" | "air-selection" | "air-boost";
71
- errorColor: "default" | "link" | "air-primary" | "air-primary-success" | "air-primary-alert" | "air-primary-copilot" | "air-secondary" | "air-secondary-accent" | "air-secondary-accent-1" | "air-tertiary" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "air-secondary-alert" | "air-secondary-accent-2" | "air-secondary-no-accent" | "air-tertiary-accent" | "air-tertiary-no-accent" | "air-selection" | "air-boost";
72
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ButtonSlots>;
66
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ButtonSlots>;
73
67
  declare const _default: typeof __VLS_export;
74
68
  export default _default;
75
69
  type __VLS_WithSlots<T, S> = T & {
@@ -72,10 +72,9 @@ export interface CheckboxGroupSlots<T extends CheckboxGroupItem[] = CheckboxGrou
72
72
  description: SlotProps<T[number]>;
73
73
  }
74
74
  declare const __VLS_export: <T extends CheckboxGroupItem[], VK extends GetItemKeys<T> = "value">(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
75
- props: __VLS_PrettifyLocal<CheckboxGroupProps<T, VK> & {
76
- onChange?: ((event: Event) => any) | undefined;
77
- "onUpdate:modelValue"?: ((value: T[number][]) => any) | undefined;
78
- }> & import("vue").PublicProps;
75
+ props: __VLS_PrettifyLocal<CheckboxGroupProps<T, VK> & __VLS_EmitsToProps<__VLS_NormalizeEmits<((evt: "change", event: Event) => void) & ((evt: "update:modelValue", value: T[number][]) => void)>>> & import("vue").PublicProps & (typeof globalThis extends {
76
+ __VLS_PROPS_FALLBACK: infer P;
77
+ } ? P : {});
79
78
  expose: (exposed: {}) => void;
80
79
  attrs: any;
81
80
  slots: CheckboxGroupSlots<T>;
@@ -72,10 +72,9 @@ export interface CheckboxGroupSlots<T extends CheckboxGroupItem[] = CheckboxGrou
72
72
  description: SlotProps<T[number]>;
73
73
  }
74
74
  declare const __VLS_export: <T extends CheckboxGroupItem[], VK extends GetItemKeys<T> = "value">(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
75
- props: __VLS_PrettifyLocal<CheckboxGroupProps<T, VK> & {
76
- onChange?: ((event: Event) => any) | undefined;
77
- "onUpdate:modelValue"?: ((value: T[number][]) => any) | undefined;
78
- }> & import("vue").PublicProps;
75
+ props: __VLS_PrettifyLocal<CheckboxGroupProps<T, VK> & __VLS_EmitsToProps<__VLS_NormalizeEmits<((evt: "change", event: Event) => void) & ((evt: "update:modelValue", value: T[number][]) => void)>>> & import("vue").PublicProps & (typeof globalThis extends {
76
+ __VLS_PROPS_FALLBACK: infer P;
77
+ } ? P : {});
79
78
  expose: (exposed: {}) => void;
80
79
  attrs: any;
81
80
  slots: CheckboxGroupSlots<T>;
@@ -69,12 +69,7 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ChipPr
69
69
  show?: boolean;
70
70
  }> & Readonly<{
71
71
  "onUpdate:show"?: ((value: boolean) => any) | undefined;
72
- }>, {
73
- inset: boolean;
74
- inverted: boolean;
75
- standalone: boolean;
76
- hideZero: boolean;
77
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ChipSlots>;
72
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ChipSlots>;
78
73
  declare const _default: typeof __VLS_export;
79
74
  export default _default;
80
75
  type __VLS_WithSlots<T, S> = T & {
@@ -69,12 +69,7 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ChipPr
69
69
  show?: boolean;
70
70
  }> & Readonly<{
71
71
  "onUpdate:show"?: ((value: boolean) => any) | undefined;
72
- }>, {
73
- inset: boolean;
74
- inverted: boolean;
75
- standalone: boolean;
76
- hideZero: boolean;
77
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ChipSlots>;
72
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ChipSlots>;
78
73
  declare const _default: typeof __VLS_export;
79
74
  export default _default;
80
75
  type __VLS_WithSlots<T, S> = T & {
@@ -24,9 +24,7 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<Collap
24
24
  "update:open": (value: boolean) => any;
25
25
  }, string, import("vue").PublicProps, Readonly<CollapsibleProps> & Readonly<{
26
26
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
27
- }>, {
28
- unmountOnHide: boolean;
29
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, CollapsibleSlots>;
27
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, CollapsibleSlots>;
30
28
  declare const _default: typeof __VLS_export;
31
29
  export default _default;
32
30
  type __VLS_WithSlots<T, S> = T & {
@@ -24,9 +24,7 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<Collap
24
24
  "update:open": (value: boolean) => any;
25
25
  }, string, import("vue").PublicProps, Readonly<CollapsibleProps> & Readonly<{
26
26
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
27
- }>, {
28
- unmountOnHide: boolean;
29
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, CollapsibleSlots>;
27
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, CollapsibleSlots>;
30
28
  declare const _default: typeof __VLS_export;
31
29
  export default _default;
32
30
  type __VLS_WithSlots<T, S> = T & {
@@ -40,10 +40,6 @@ declare const __VLS_export: import("vue").DefineComponent<ColorPickerProps & {
40
40
  modelValue?: string;
41
41
  }> & Readonly<{
42
42
  "onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
43
- }>, {
44
- defaultValue: string;
45
- throttle: number;
46
- format: "hex" | "rgb" | "hsl" | "cmyk" | "lab";
47
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
43
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
48
44
  declare const _default: typeof __VLS_export;
49
45
  export default _default;
@@ -40,10 +40,6 @@ declare const __VLS_export: import("vue").DefineComponent<ColorPickerProps & {
40
40
  modelValue?: string;
41
41
  }> & Readonly<{
42
42
  "onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
43
- }>, {
44
- defaultValue: string;
45
- throttle: number;
46
- format: "hex" | "rgb" | "hsl" | "cmyk" | "lab";
47
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
43
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
48
44
  declare const _default: typeof __VLS_export;
49
45
  export default _default;
@@ -200,17 +200,12 @@ export type CommandPaletteSlots<G extends CommandPaletteGroup<T> = CommandPalett
200
200
  declare const __VLS_export: <G extends CommandPaletteGroup<T>, T extends CommandPaletteItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
201
201
  props: __VLS_PrettifyLocal<(CommandPaletteProps<G, T> & {
202
202
  searchTerm?: string;
203
- }) & {
204
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
205
- "onUpdate:modelValue"?: ((value: T) => any) | undefined;
206
- onHighlight?: ((payload: {
207
- ref: HTMLElement;
208
- value: T;
209
- } | undefined) => any) | undefined;
210
- onEntryFocus?: ((event: CustomEvent<any>) => any) | undefined;
211
- onLeave?: ((event: Event) => any) | undefined;
212
- "onUpdate:searchTerm"?: ((value: string) => any) | undefined;
213
- }> & import("vue").PublicProps;
203
+ }) & __VLS_EmitsToProps<__VLS_NormalizeEmits<((evt: "update:open", value: boolean) => void) & ((evt: "update:modelValue", value: T) => void) & ((evt: "highlight", payload: {
204
+ ref: HTMLElement;
205
+ value: T;
206
+ } | undefined) => void) & ((evt: "entryFocus", event: CustomEvent<any>) => void) & ((evt: "leave", event: Event) => void) & ((evt: "update:searchTerm", value: string) => void)>>> & import("vue").PublicProps & (typeof globalThis extends {
207
+ __VLS_PROPS_FALLBACK: infer P;
208
+ } ? P : {});
214
209
  expose: (exposed: {}) => void;
215
210
  attrs: any;
216
211
  slots: CommandPaletteSlots<G, T>;
@@ -200,17 +200,12 @@ export type CommandPaletteSlots<G extends CommandPaletteGroup<T> = CommandPalett
200
200
  declare const __VLS_export: <G extends CommandPaletteGroup<T>, T extends CommandPaletteItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
201
201
  props: __VLS_PrettifyLocal<(CommandPaletteProps<G, T> & {
202
202
  searchTerm?: string;
203
- }) & {
204
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
205
- "onUpdate:modelValue"?: ((value: T) => any) | undefined;
206
- onHighlight?: ((payload: {
207
- ref: HTMLElement;
208
- value: T;
209
- } | undefined) => any) | undefined;
210
- onEntryFocus?: ((event: CustomEvent<any>) => any) | undefined;
211
- onLeave?: ((event: Event) => any) | undefined;
212
- "onUpdate:searchTerm"?: ((value: string) => any) | undefined;
213
- }> & import("vue").PublicProps;
203
+ }) & __VLS_EmitsToProps<__VLS_NormalizeEmits<((evt: "update:open", value: boolean) => void) & ((evt: "update:modelValue", value: T) => void) & ((evt: "highlight", payload: {
204
+ ref: HTMLElement;
205
+ value: T;
206
+ } | undefined) => void) & ((evt: "entryFocus", event: CustomEvent<any>) => void) & ((evt: "leave", event: Event) => void) & ((evt: "update:searchTerm", value: string) => void)>>> & import("vue").PublicProps & (typeof globalThis extends {
207
+ __VLS_PROPS_FALLBACK: infer P;
208
+ } ? P : {});
214
209
  expose: (exposed: {}) => void;
215
210
  attrs: any;
216
211
  slots: CommandPaletteSlots<G, T>;
@@ -112,9 +112,9 @@ export type ContextMenuSlots<A extends ArrayOrNested<ContextMenuItem> = ArrayOrN
112
112
  b24ui: ContextMenu['b24ui'];
113
113
  }>;
114
114
  declare const __VLS_export: <T extends ArrayOrNested<ContextMenuItem>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
115
- props: __VLS_PrettifyLocal<ContextMenuProps<T> & {
116
- "onUpdate:open"?: ((payload: boolean) => any) | undefined;
117
- }> & import("vue").PublicProps;
115
+ props: __VLS_PrettifyLocal<ContextMenuProps<T> & __VLS_EmitsToProps<__VLS_NormalizeEmits<(evt: "update:open", payload: boolean) => void>>> & import("vue").PublicProps & (typeof globalThis extends {
116
+ __VLS_PROPS_FALLBACK: infer P;
117
+ } ? P : {});
118
118
  expose: (exposed: {}) => void;
119
119
  attrs: any;
120
120
  slots: ContextMenuSlots<T, NestedItem<T>>;