@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
@@ -2,7 +2,7 @@ import type { ContentNavigationItem } from '@nuxt/content';
2
2
  import type { AppConfig } from '@nuxt/schema';
3
3
  import type { UseFuseOptions } from '@vueuse/integrations/useFuse';
4
4
  import theme from '#build/b24ui/content/content-search';
5
- import type { ButtonProps, InputProps, LinkProps, ModalProps, CommandPaletteProps, CommandPaletteSlots, CommandPaletteGroup, CommandPaletteItem, IconComponent } from '../../types';
5
+ import type { ButtonProps, InputProps, LinkProps, ModalProps, CommandPaletteProps, CommandPaletteSlots, CommandPaletteGroup, CommandPaletteItem, IconComponent, LinkPropsKeys } from '../../types';
6
6
  import type { ComponentConfig } from '../../types/tv';
7
7
  type ContentSearch = ComponentConfig<typeof theme, AppConfig, 'contentSearch'>;
8
8
  export interface ContentSearchLink extends Omit<LinkProps, 'custom'> {
@@ -56,7 +56,7 @@ export interface ContentSearchProps<T extends ContentSearchLink = ContentSearchL
56
56
  * @emits 'update:open'
57
57
  * @defaultValue true
58
58
  */
59
- close?: boolean | Partial<ButtonProps>;
59
+ close?: boolean | Omit<ButtonProps, LinkPropsKeys>;
60
60
  /**
61
61
  * The icon displayed in the close button.
62
62
  * @defaultValue icons.close
@@ -95,11 +95,11 @@ export type ContentSearchSlots = CommandPaletteSlots<CommandPaletteGroup<Content
95
95
  declare const __VLS_export: <T extends ContentSearchLink>(__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<{
96
96
  props: __VLS_PrettifyLocal<(ContentSearchProps<T> & {
97
97
  searchTerm?: string;
98
- }) & {
99
- "onUpdate:searchTerm"?: ((value: string) => any) | undefined;
100
- }> & import("vue").PublicProps;
98
+ }) & __VLS_EmitsToProps<__VLS_NormalizeEmits<(evt: "update:searchTerm", value: string) => void>>> & import("vue").PublicProps & (typeof globalThis extends {
99
+ __VLS_PROPS_FALLBACK: infer P;
100
+ } ? P : {});
101
101
  expose: (exposed: import("vue").ShallowUnwrapRef<{
102
- commandPaletteRef: Readonly<import("vue").ShallowRef<{} | null>>;
102
+ commandPaletteRef: Readonly<import("vue").ShallowRef<any>>;
103
103
  }>) => void;
104
104
  attrs: any;
105
105
  slots: ContentSearchSlots;
@@ -2,7 +2,7 @@ import type { ContentNavigationItem } from '@nuxt/content';
2
2
  import type { AppConfig } from '@nuxt/schema';
3
3
  import type { UseFuseOptions } from '@vueuse/integrations/useFuse';
4
4
  import theme from '#build/b24ui/content/content-search';
5
- import type { ButtonProps, InputProps, LinkProps, ModalProps, CommandPaletteProps, CommandPaletteSlots, CommandPaletteGroup, CommandPaletteItem, IconComponent } from '../../types';
5
+ import type { ButtonProps, InputProps, LinkProps, ModalProps, CommandPaletteProps, CommandPaletteSlots, CommandPaletteGroup, CommandPaletteItem, IconComponent, LinkPropsKeys } from '../../types';
6
6
  import type { ComponentConfig } from '../../types/tv';
7
7
  type ContentSearch = ComponentConfig<typeof theme, AppConfig, 'contentSearch'>;
8
8
  export interface ContentSearchLink extends Omit<LinkProps, 'custom'> {
@@ -56,7 +56,7 @@ export interface ContentSearchProps<T extends ContentSearchLink = ContentSearchL
56
56
  * @emits 'update:open'
57
57
  * @defaultValue true
58
58
  */
59
- close?: boolean | Partial<ButtonProps>;
59
+ close?: boolean | Omit<ButtonProps, LinkPropsKeys>;
60
60
  /**
61
61
  * The icon displayed in the close button.
62
62
  * @defaultValue icons.close
@@ -95,11 +95,11 @@ export type ContentSearchSlots = CommandPaletteSlots<CommandPaletteGroup<Content
95
95
  declare const __VLS_export: <T extends ContentSearchLink>(__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<{
96
96
  props: __VLS_PrettifyLocal<(ContentSearchProps<T> & {
97
97
  searchTerm?: string;
98
- }) & {
99
- "onUpdate:searchTerm"?: ((value: string) => any) | undefined;
100
- }> & import("vue").PublicProps;
98
+ }) & __VLS_EmitsToProps<__VLS_NormalizeEmits<(evt: "update:searchTerm", value: string) => void>>> & import("vue").PublicProps & (typeof globalThis extends {
99
+ __VLS_PROPS_FALLBACK: infer P;
100
+ } ? P : {});
101
101
  expose: (exposed: import("vue").ShallowUnwrapRef<{
102
- commandPaletteRef: Readonly<import("vue").ShallowRef<{} | null>>;
102
+ commandPaletteRef: Readonly<import("vue").ShallowRef<any>>;
103
103
  }>) => void;
104
104
  attrs: any;
105
105
  slots: ContentSearchSlots;
@@ -1,9 +1,9 @@
1
1
  import type { AppConfig } from '@nuxt/schema';
2
2
  import theme from '#build/b24ui/content/content-search-button';
3
- import type { ButtonProps, ButtonSlots, IconComponent, KbdProps, TooltipProps } from '../../types';
3
+ import type { ButtonProps, ButtonSlots, IconComponent, KbdProps, TooltipProps, LinkPropsKeys } from '../../types';
4
4
  import type { ComponentConfig } from '../../types/tv';
5
5
  type ContentSearchButton = ComponentConfig<typeof theme, AppConfig, 'contentSearchButton'>;
6
- export interface ContentSearchButtonProps extends Omit<ButtonProps, 'icon' | 'label' | 'color'> {
6
+ export interface ContentSearchButtonProps extends Omit<ButtonProps, LinkPropsKeys | 'icon' | 'label' | 'color'> {
7
7
  /**
8
8
  * The icon displayed in the button.
9
9
  * @defaultValue icons.search
@@ -39,12 +39,7 @@ export interface ContentSearchButtonProps extends Omit<ButtonProps, 'icon' | 'la
39
39
  b24ui?: ContentSearchButton['slots'] & ButtonProps['b24ui'];
40
40
  class?: any;
41
41
  }
42
- declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ContentSearchButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ContentSearchButtonProps> & Readonly<{}>, {
43
- 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";
44
- tooltip: boolean | TooltipProps;
45
- kbds: KbdProps["value"][] | KbdProps[];
46
- collapsed: boolean;
47
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ButtonSlots>;
42
+ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ContentSearchButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ContentSearchButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ButtonSlots>;
48
43
  declare const _default: typeof __VLS_export;
49
44
  export default _default;
50
45
  type __VLS_WithSlots<T, S> = T & {
@@ -38,33 +38,14 @@ const props = defineProps({
38
38
  useClock: { type: Boolean, required: false },
39
39
  useDropdown: { type: Boolean, required: false },
40
40
  onClick: { type: [Function, Array], required: false },
41
- activeClass: { type: String, required: false },
42
- inactiveClass: { type: String, required: false },
43
41
  avatar: { type: Object, required: false },
44
42
  loading: { type: Boolean, required: false },
45
43
  as: { type: null, required: false },
46
44
  type: { type: null, required: false },
47
45
  disabled: { type: Boolean, required: false },
48
- active: { type: Boolean, required: false },
49
- exact: { type: Boolean, required: false },
50
- exactQuery: { type: [Boolean, String], required: false },
51
- exactHash: { type: Boolean, required: false },
52
46
  isAction: { type: Boolean, required: false },
53
- to: { type: null, required: false },
54
- href: { type: null, required: false },
55
- external: { type: Boolean, required: false },
56
- target: { type: [String, Object, null], required: false },
57
- rel: { type: [String, Object, null], required: false },
58
- noRel: { type: Boolean, required: false },
59
- prefetchedClass: { type: String, required: false },
60
- prefetch: { type: Boolean, required: false },
61
- prefetchOn: { type: [String, Object], required: false },
62
- noPrefetch: { type: Boolean, required: false },
63
- trailingSlash: { type: String, required: false },
64
47
  exactActiveClass: { type: String, required: false },
65
- ariaCurrentValue: { type: String, required: false },
66
- viewTransition: { type: Boolean, required: false },
67
- replace: { type: Boolean, required: false }
48
+ viewTransition: { type: Boolean, required: false }
68
49
  });
69
50
  const slots = defineSlots();
70
51
  const [DefineButtonTemplate, ReuseButtonTemplate] = createReusableTemplate();
@@ -1,9 +1,9 @@
1
1
  import type { AppConfig } from '@nuxt/schema';
2
2
  import theme from '#build/b24ui/content/content-search-button';
3
- import type { ButtonProps, ButtonSlots, IconComponent, KbdProps, TooltipProps } from '../../types';
3
+ import type { ButtonProps, ButtonSlots, IconComponent, KbdProps, TooltipProps, LinkPropsKeys } from '../../types';
4
4
  import type { ComponentConfig } from '../../types/tv';
5
5
  type ContentSearchButton = ComponentConfig<typeof theme, AppConfig, 'contentSearchButton'>;
6
- export interface ContentSearchButtonProps extends Omit<ButtonProps, 'icon' | 'label' | 'color'> {
6
+ export interface ContentSearchButtonProps extends Omit<ButtonProps, LinkPropsKeys | 'icon' | 'label' | 'color'> {
7
7
  /**
8
8
  * The icon displayed in the button.
9
9
  * @defaultValue icons.search
@@ -39,12 +39,7 @@ export interface ContentSearchButtonProps extends Omit<ButtonProps, 'icon' | 'la
39
39
  b24ui?: ContentSearchButton['slots'] & ButtonProps['b24ui'];
40
40
  class?: any;
41
41
  }
42
- declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ContentSearchButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ContentSearchButtonProps> & Readonly<{}>, {
43
- 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";
44
- tooltip: boolean | TooltipProps;
45
- kbds: KbdProps["value"][] | KbdProps[];
46
- collapsed: boolean;
47
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ButtonSlots>;
42
+ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ContentSearchButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ContentSearchButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ButtonSlots>;
48
43
  declare const _default: typeof __VLS_export;
49
44
  export default _default;
50
45
  type __VLS_WithSlots<T, S> = T & {
@@ -46,7 +46,9 @@ export interface ContentSurroundSlots<T extends ContentSurroundLink = ContentSur
46
46
  'link-description': SlotProps<T>;
47
47
  }
48
48
  declare const __VLS_export: <T extends ContentSurroundLink>(__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<{
49
- props: __VLS_PrettifyLocal<ContentSurroundProps<T>> & import("vue").PublicProps;
49
+ props: __VLS_PrettifyLocal<ContentSurroundProps<T>> & import("vue").PublicProps & (typeof globalThis extends {
50
+ __VLS_PROPS_FALLBACK: infer P;
51
+ } ? P : {});
50
52
  expose: (exposed: {}) => void;
51
53
  attrs: any;
52
54
  slots: ContentSurroundSlots<T>;
@@ -46,7 +46,9 @@ export interface ContentSurroundSlots<T extends ContentSurroundLink = ContentSur
46
46
  'link-description': SlotProps<T>;
47
47
  }
48
48
  declare const __VLS_export: <T extends ContentSurroundLink>(__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<{
49
- props: __VLS_PrettifyLocal<ContentSurroundProps<T>> & import("vue").PublicProps;
49
+ props: __VLS_PrettifyLocal<ContentSurroundProps<T>> & import("vue").PublicProps & (typeof globalThis extends {
50
+ __VLS_PROPS_FALLBACK: infer P;
51
+ } ? P : {});
50
52
  expose: (exposed: {}) => void;
51
53
  attrs: any;
52
54
  slots: ContentSurroundSlots<T>;
@@ -60,10 +60,9 @@ export interface ContentTocSlots<T extends ContentTocLink = ContentTocLink> {
60
60
  }): any;
61
61
  }
62
62
  declare const __VLS_export: <T extends ContentTocLink>(__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<{
63
- props: __VLS_PrettifyLocal<ContentTocProps<T> & {
64
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
65
- onMove?: ((id: string) => any) | undefined;
66
- }> & import("vue").PublicProps;
63
+ props: __VLS_PrettifyLocal<ContentTocProps<T> & __VLS_EmitsToProps<__VLS_NormalizeEmits<((evt: "update:open", value: boolean) => void) & ((evt: "move", id: string) => void)>>> & import("vue").PublicProps & (typeof globalThis extends {
64
+ __VLS_PROPS_FALLBACK: infer P;
65
+ } ? P : {});
67
66
  expose: (exposed: {}) => void;
68
67
  attrs: any;
69
68
  slots: ContentTocSlots<T>;
@@ -60,10 +60,9 @@ export interface ContentTocSlots<T extends ContentTocLink = ContentTocLink> {
60
60
  }): any;
61
61
  }
62
62
  declare const __VLS_export: <T extends ContentTocLink>(__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<{
63
- props: __VLS_PrettifyLocal<ContentTocProps<T> & {
64
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
65
- onMove?: ((id: string) => any) | undefined;
66
- }> & import("vue").PublicProps;
63
+ props: __VLS_PrettifyLocal<ContentTocProps<T> & __VLS_EmitsToProps<__VLS_NormalizeEmits<((evt: "update:open", value: boolean) => void) & ((evt: "move", id: string) => void)>>> & import("vue").PublicProps & (typeof globalThis extends {
64
+ __VLS_PROPS_FALLBACK: infer P;
65
+ } ? P : {});
67
66
  expose: (exposed: {}) => void;
68
67
  attrs: any;
69
68
  slots: ContentTocSlots<T>;
@@ -11,10 +11,6 @@ declare const __VLS_export: import("vue").DefineComponent<LocaleSelectProps & {
11
11
  modelValue: string;
12
12
  }> & Readonly<{
13
13
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
14
- }>, {
15
- labelKey: string;
16
- valueKey: "code";
17
- searchInput: boolean | import("../Input.vue").InputProps;
18
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
19
15
  declare const _default: typeof __VLS_export;
20
16
  export default _default;
@@ -11,10 +11,6 @@ declare const __VLS_export: import("vue").DefineComponent<LocaleSelectProps & {
11
11
  modelValue: string;
12
12
  }> & Readonly<{
13
13
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
14
- }>, {
15
- labelKey: string;
16
- valueKey: "code";
17
- searchInput: boolean | import("../Input.vue").InputProps;
18
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
19
15
  declare const _default: typeof __VLS_export;
20
16
  export default _default;
@@ -11,9 +11,7 @@ export interface ProseAccordionProps {
11
11
  export interface ProseAccordionSlots {
12
12
  default(props?: {}): any;
13
13
  }
14
- declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ProseAccordionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseAccordionProps> & Readonly<{}>, {
15
- type: "single" | "multiple";
16
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseAccordionSlots>;
14
+ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ProseAccordionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseAccordionProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseAccordionSlots>;
17
15
  declare const _default: typeof __VLS_export;
18
16
  export default _default;
19
17
  type __VLS_WithSlots<T, S> = T & {
@@ -11,9 +11,7 @@ export interface ProseAccordionProps {
11
11
  export interface ProseAccordionSlots {
12
12
  default(props?: {}): any;
13
13
  }
14
- declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ProseAccordionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseAccordionProps> & Readonly<{}>, {
15
- type: "single" | "multiple";
16
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseAccordionSlots>;
14
+ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ProseAccordionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseAccordionProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseAccordionSlots>;
17
15
  declare const _default: typeof __VLS_export;
18
16
  export default _default;
19
17
  type __VLS_WithSlots<T, S> = T & {
@@ -26,9 +26,7 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ProseC
26
26
  modelValue?: string;
27
27
  }> & Readonly<{
28
28
  "onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
29
- }>, {
30
- defaultValue: string;
31
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseCodeGroupSlots>;
29
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseCodeGroupSlots>;
32
30
  declare const _default: typeof __VLS_export;
33
31
  export default _default;
34
32
  type __VLS_WithSlots<T, S> = T & {
@@ -26,9 +26,7 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ProseC
26
26
  modelValue?: string;
27
27
  }> & Readonly<{
28
28
  "onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
29
- }>, {
30
- defaultValue: string;
31
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseCodeGroupSlots>;
29
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseCodeGroupSlots>;
32
30
  declare const _default: typeof __VLS_export;
33
31
  export default _default;
34
32
  type __VLS_WithSlots<T, S> = T & {
@@ -14,9 +14,7 @@ export interface ProseH1Props {
14
14
  export interface ProseH1Slots {
15
15
  default(props?: {}): any;
16
16
  }
17
- declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ProseH1Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseH1Props> & Readonly<{}>, {
18
- accent: ProseH1["variants"]["accent"];
19
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseH1Slots>;
17
+ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ProseH1Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseH1Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseH1Slots>;
20
18
  declare const _default: typeof __VLS_export;
21
19
  export default _default;
22
20
  type __VLS_WithSlots<T, S> = T & {
@@ -14,9 +14,7 @@ export interface ProseH1Props {
14
14
  export interface ProseH1Slots {
15
15
  default(props?: {}): any;
16
16
  }
17
- declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ProseH1Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseH1Props> & Readonly<{}>, {
18
- accent: ProseH1["variants"]["accent"];
19
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseH1Slots>;
17
+ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ProseH1Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseH1Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseH1Slots>;
20
18
  declare const _default: typeof __VLS_export;
21
19
  export default _default;
22
20
  type __VLS_WithSlots<T, S> = T & {
@@ -14,9 +14,7 @@ export interface ProseH2Props {
14
14
  export interface ProseH2Slots {
15
15
  default(props?: {}): any;
16
16
  }
17
- declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ProseH2Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseH2Props> & Readonly<{}>, {
18
- accent: ProseH2["variants"]["accent"];
19
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseH2Slots>;
17
+ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ProseH2Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseH2Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseH2Slots>;
20
18
  declare const _default: typeof __VLS_export;
21
19
  export default _default;
22
20
  type __VLS_WithSlots<T, S> = T & {
@@ -14,9 +14,7 @@ export interface ProseH2Props {
14
14
  export interface ProseH2Slots {
15
15
  default(props?: {}): any;
16
16
  }
17
- declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ProseH2Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseH2Props> & Readonly<{}>, {
18
- accent: ProseH2["variants"]["accent"];
19
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseH2Slots>;
17
+ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ProseH2Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseH2Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseH2Slots>;
20
18
  declare const _default: typeof __VLS_export;
21
19
  export default _default;
22
20
  type __VLS_WithSlots<T, S> = T & {
@@ -14,9 +14,7 @@ export interface ProseH3Props {
14
14
  export interface ProseH3Slots {
15
15
  default(props?: {}): any;
16
16
  }
17
- declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ProseH3Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseH3Props> & Readonly<{}>, {
18
- accent: ProseH3["variants"]["accent"];
19
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseH3Slots>;
17
+ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ProseH3Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseH3Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseH3Slots>;
20
18
  declare const _default: typeof __VLS_export;
21
19
  export default _default;
22
20
  type __VLS_WithSlots<T, S> = T & {
@@ -14,9 +14,7 @@ export interface ProseH3Props {
14
14
  export interface ProseH3Slots {
15
15
  default(props?: {}): any;
16
16
  }
17
- declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ProseH3Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseH3Props> & Readonly<{}>, {
18
- accent: ProseH3["variants"]["accent"];
19
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseH3Slots>;
17
+ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ProseH3Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseH3Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseH3Slots>;
20
18
  declare const _default: typeof __VLS_export;
21
19
  export default _default;
22
20
  type __VLS_WithSlots<T, S> = T & {
@@ -14,9 +14,7 @@ export interface ProseH4Props {
14
14
  export interface ProseH4Slots {
15
15
  default(props?: {}): any;
16
16
  }
17
- declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ProseH4Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseH4Props> & Readonly<{}>, {
18
- accent: ProseH4["variants"]["accent"];
19
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseH4Slots>;
17
+ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ProseH4Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseH4Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseH4Slots>;
20
18
  declare const _default: typeof __VLS_export;
21
19
  export default _default;
22
20
  type __VLS_WithSlots<T, S> = T & {
@@ -14,9 +14,7 @@ export interface ProseH4Props {
14
14
  export interface ProseH4Slots {
15
15
  default(props?: {}): any;
16
16
  }
17
- declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ProseH4Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseH4Props> & Readonly<{}>, {
18
- accent: ProseH4["variants"]["accent"];
19
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseH4Slots>;
17
+ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ProseH4Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseH4Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseH4Slots>;
20
18
  declare const _default: typeof __VLS_export;
21
19
  export default _default;
22
20
  type __VLS_WithSlots<T, S> = T & {
@@ -14,9 +14,7 @@ export interface ProseH5Props {
14
14
  export interface ProseH5Slots {
15
15
  default(props?: {}): any;
16
16
  }
17
- declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ProseH5Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseH5Props> & Readonly<{}>, {
18
- accent: ProseH5["variants"]["accent"];
19
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseH5Slots>;
17
+ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ProseH5Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseH5Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseH5Slots>;
20
18
  declare const _default: typeof __VLS_export;
21
19
  export default _default;
22
20
  type __VLS_WithSlots<T, S> = T & {
@@ -14,9 +14,7 @@ export interface ProseH5Props {
14
14
  export interface ProseH5Slots {
15
15
  default(props?: {}): any;
16
16
  }
17
- declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ProseH5Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseH5Props> & Readonly<{}>, {
18
- accent: ProseH5["variants"]["accent"];
19
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseH5Slots>;
17
+ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ProseH5Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseH5Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseH5Slots>;
20
18
  declare const _default: typeof __VLS_export;
21
19
  export default _default;
22
20
  type __VLS_WithSlots<T, S> = T & {
@@ -14,9 +14,7 @@ export interface ProseH6Props {
14
14
  export interface ProseH6Slots {
15
15
  default(props?: {}): any;
16
16
  }
17
- declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ProseH6Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseH6Props> & Readonly<{}>, {
18
- accent: ProseH6["variants"]["accent"];
19
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseH6Slots>;
17
+ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ProseH6Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseH6Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseH6Slots>;
20
18
  declare const _default: typeof __VLS_export;
21
19
  export default _default;
22
20
  type __VLS_WithSlots<T, S> = T & {
@@ -14,9 +14,7 @@ export interface ProseH6Props {
14
14
  export interface ProseH6Slots {
15
15
  default(props?: {}): any;
16
16
  }
17
- declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ProseH6Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseH6Props> & Readonly<{}>, {
18
- accent: ProseH6["variants"]["accent"];
19
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseH6Slots>;
17
+ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ProseH6Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseH6Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseH6Slots>;
20
18
  declare const _default: typeof __VLS_export;
21
19
  export default _default;
22
20
  type __VLS_WithSlots<T, S> = T & {
@@ -15,8 +15,6 @@ export interface ProseImgProps {
15
15
  class?: any;
16
16
  b24ui?: ProseImg['slots'];
17
17
  }
18
- declare const __VLS_export: import("vue").DefineComponent<ProseImgProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseImgProps> & Readonly<{}>, {
19
- zoom: boolean;
20
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
+ declare const __VLS_export: import("vue").DefineComponent<ProseImgProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseImgProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
21
19
  declare const _default: typeof __VLS_export;
22
20
  export default _default;
@@ -15,8 +15,6 @@ export interface ProseImgProps {
15
15
  class?: any;
16
16
  b24ui?: ProseImg['slots'];
17
17
  }
18
- declare const __VLS_export: import("vue").DefineComponent<ProseImgProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseImgProps> & Readonly<{}>, {
19
- zoom: boolean;
20
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
+ declare const __VLS_export: import("vue").DefineComponent<ProseImgProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseImgProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
21
19
  declare const _default: typeof __VLS_export;
22
20
  export default _default;
@@ -17,10 +17,7 @@ export interface ProsePProps {
17
17
  export interface ProsePSlots {
18
18
  default(props?: {}): any;
19
19
  }
20
- declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ProsePProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProsePProps> & Readonly<{}>, {
21
- small: boolean;
22
- accent: ProseP["variants"]["accent"];
23
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProsePSlots>;
20
+ declare const __VLS_export: __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>;
24
21
  declare const _default: typeof __VLS_export;
25
22
  export default _default;
26
23
  type __VLS_WithSlots<T, S> = T & {
@@ -17,10 +17,7 @@ export interface ProsePProps {
17
17
  export interface ProsePSlots {
18
18
  default(props?: {}): any;
19
19
  }
20
- declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ProsePProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProsePProps> & Readonly<{}>, {
21
- small: boolean;
22
- accent: ProseP["variants"]["accent"];
23
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProsePSlots>;
20
+ declare const __VLS_export: __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>;
24
21
  declare const _default: typeof __VLS_export;
25
22
  export default _default;
26
23
  type __VLS_WithSlots<T, S> = T & {
@@ -30,13 +30,7 @@ export interface ProseTableProps {
30
30
  export interface ProseTableSlots {
31
31
  default(props?: {}): any;
32
32
  }
33
- declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ProseTableProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseTableProps> & Readonly<{}>, {
34
- rounded: boolean;
35
- as: any;
36
- zebra: boolean;
37
- rowHover: boolean;
38
- bordered: boolean;
39
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseTableSlots>;
33
+ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ProseTableProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseTableProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseTableSlots>;
40
34
  declare const _default: typeof __VLS_export;
41
35
  export default _default;
42
36
  type __VLS_WithSlots<T, S> = T & {
@@ -30,13 +30,7 @@ export interface ProseTableProps {
30
30
  export interface ProseTableSlots {
31
31
  default(props?: {}): any;
32
32
  }
33
- declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ProseTableProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseTableProps> & Readonly<{}>, {
34
- rounded: boolean;
35
- as: any;
36
- zebra: boolean;
37
- rowHover: boolean;
38
- bordered: boolean;
39
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseTableSlots>;
33
+ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ProseTableProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseTableProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseTableSlots>;
40
34
  declare const _default: typeof __VLS_export;
41
35
  export default _default;
42
36
  type __VLS_WithSlots<T, S> = T & {
@@ -31,9 +31,7 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ProseT
31
31
  modelValue?: string;
32
32
  }> & Readonly<{
33
33
  "onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
34
- }>, {
35
- defaultValue: string;
36
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseTabsSlots>;
34
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseTabsSlots>;
37
35
  declare const _default: typeof __VLS_export;
38
36
  export default _default;
39
37
  type __VLS_WithSlots<T, S> = T & {
@@ -31,9 +31,7 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ProseT
31
31
  modelValue?: string;
32
32
  }> & Readonly<{
33
33
  "onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
34
- }>, {
35
- defaultValue: string;
36
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseTabsSlots>;
34
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseTabsSlots>;
37
35
  declare const _default: typeof __VLS_export;
38
36
  export default _default;
39
37
  type __VLS_WithSlots<T, S> = T & {
@@ -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>;