@bitrix24/b24ui-nuxt 0.6.5 → 0.6.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (94) hide show
  1. package/.nuxt/b24ui/skeleton.ts +1 -1
  2. package/dist/meta.d.mts +109 -109
  3. package/dist/meta.mjs +109 -109
  4. package/dist/module.json +1 -1
  5. package/dist/module.mjs +2 -2
  6. package/dist/runtime/components/Advice.vue.d.ts +3 -26
  7. package/dist/runtime/components/Alert.vue.d.ts +7 -22
  8. package/dist/runtime/components/App.vue.d.ts +2 -2
  9. package/dist/runtime/components/Avatar.vue.d.ts +4 -25
  10. package/dist/runtime/components/AvatarGroup.vue.d.ts +2 -11
  11. package/dist/runtime/components/Badge.vue.d.ts +3 -24
  12. package/dist/runtime/components/Button.vue.d.ts +3 -30
  13. package/dist/runtime/components/ButtonGroup.vue.d.ts +3 -26
  14. package/dist/runtime/components/Calendar.vue.d.ts +6 -2
  15. package/dist/runtime/components/Checkbox.vue.d.ts +10 -13
  16. package/dist/runtime/components/Chip.vue.d.ts +10 -24
  17. package/dist/runtime/components/Collapsible.vue.d.ts +7 -22
  18. package/dist/runtime/components/Container.vue.d.ts +2 -11
  19. package/dist/runtime/components/Countdown.vue.d.ts +14 -30
  20. package/dist/runtime/components/DescriptionList.vue.d.ts +2 -28
  21. package/dist/runtime/components/DropdownMenu.vue.d.ts +4 -24
  22. package/dist/runtime/components/DropdownMenuContent.vue.d.ts +19 -6
  23. package/dist/runtime/components/Form.vue.d.ts +5 -2
  24. package/dist/runtime/components/FormField.vue.d.ts +2 -11
  25. package/dist/runtime/components/Input.vue.d.ts +16 -31
  26. package/dist/runtime/components/InputMenu.vue.d.ts +15 -3
  27. package/dist/runtime/components/InputNumber.vue.d.ts +12 -25
  28. package/dist/runtime/components/Kbd.vue.d.ts +3 -24
  29. package/dist/runtime/components/Link.vue.d.ts +3 -36
  30. package/dist/runtime/components/LinkBase.vue.d.ts +4 -27
  31. package/dist/runtime/components/Modal.vue.d.ts +9 -29
  32. package/dist/runtime/components/ModalDialogClose.vue.d.ts +2 -2
  33. package/dist/runtime/components/Navbar.vue.d.ts +3 -24
  34. package/dist/runtime/components/NavbarDivider.vue.d.ts +3 -24
  35. package/dist/runtime/components/NavbarSection.vue.d.ts +3 -24
  36. package/dist/runtime/components/NavbarSpacer.vue.d.ts +3 -24
  37. package/dist/runtime/components/NavigationMenu.vue.d.ts +4 -20
  38. package/dist/runtime/components/Popover.vue.d.ts +7 -26
  39. package/dist/runtime/components/Progress.vue.d.ts +9 -40
  40. package/dist/runtime/components/RadioGroup.vue.d.ts +5 -2
  41. package/dist/runtime/components/Range.vue.d.ts +12 -31
  42. package/dist/runtime/components/Select.vue.d.ts +8 -2
  43. package/dist/runtime/components/SelectMenu.vue.d.ts +15 -3
  44. package/dist/runtime/components/Separator.vue.d.ts +3 -24
  45. package/dist/runtime/components/Sidebar.vue.d.ts +3 -24
  46. package/dist/runtime/components/SidebarBody.vue.d.ts +3 -26
  47. package/dist/runtime/components/SidebarFooter.vue.d.ts +3 -24
  48. package/dist/runtime/components/SidebarHeader.vue.d.ts +3 -24
  49. package/dist/runtime/components/SidebarHeading.vue.d.ts +3 -24
  50. package/dist/runtime/components/SidebarLayout.vue.d.ts +3 -26
  51. package/dist/runtime/components/SidebarSection.vue.d.ts +3 -24
  52. package/dist/runtime/components/SidebarSpacer.vue.d.ts +3 -24
  53. package/dist/runtime/components/Skeleton.vue +8 -1
  54. package/dist/runtime/components/Skeleton.vue.d.ts +3 -12
  55. package/dist/runtime/components/Slideover.vue.d.ts +9 -30
  56. package/dist/runtime/components/StackedLayout.vue.d.ts +3 -26
  57. package/dist/runtime/components/Switch.vue.d.ts +10 -13
  58. package/dist/runtime/components/Tabs.vue.d.ts +4 -20
  59. package/dist/runtime/components/Textarea.vue.d.ts +16 -33
  60. package/dist/runtime/components/Toast.vue.d.ts +86 -24
  61. package/dist/runtime/components/Toaster.vue.d.ts +3 -30
  62. package/dist/runtime/components/Tooltip.vue.d.ts +7 -22
  63. package/dist/runtime/components/content/TableWrapper.vue.d.ts +4 -27
  64. package/dist/runtime/composables/usePortal.js +2 -9
  65. package/dist/runtime/inertia/components/Link.vue.d.ts +3 -34
  66. package/dist/runtime/prose/A.vue.d.ts +2 -11
  67. package/dist/runtime/prose/Blockquote.vue.d.ts +2 -11
  68. package/dist/runtime/prose/Code.vue.d.ts +2 -11
  69. package/dist/runtime/prose/Em.vue.d.ts +2 -11
  70. package/dist/runtime/prose/H1.vue.d.ts +2 -11
  71. package/dist/runtime/prose/H2.vue.d.ts +2 -11
  72. package/dist/runtime/prose/H3.vue.d.ts +2 -11
  73. package/dist/runtime/prose/H4.vue.d.ts +2 -11
  74. package/dist/runtime/prose/H5.vue.d.ts +2 -11
  75. package/dist/runtime/prose/H6.vue.d.ts +2 -11
  76. package/dist/runtime/prose/Hr.vue.d.ts +1 -10
  77. package/dist/runtime/prose/Img.vue.d.ts +1 -10
  78. package/dist/runtime/prose/Li.vue.d.ts +2 -11
  79. package/dist/runtime/prose/Ol.vue.d.ts +2 -11
  80. package/dist/runtime/prose/P.vue.d.ts +2 -11
  81. package/dist/runtime/prose/Pre.vue.d.ts +3 -24
  82. package/dist/runtime/prose/Strong.vue.d.ts +2 -11
  83. package/dist/runtime/prose/Table.vue.d.ts +3 -32
  84. package/dist/runtime/prose/Tbody.vue.d.ts +2 -11
  85. package/dist/runtime/prose/Td.vue.d.ts +2 -11
  86. package/dist/runtime/prose/Th.vue.d.ts +2 -11
  87. package/dist/runtime/prose/Thead.vue.d.ts +2 -11
  88. package/dist/runtime/prose/Tr.vue.d.ts +2 -11
  89. package/dist/runtime/prose/Ul.vue.d.ts +2 -11
  90. package/dist/runtime/vue/components/Link.vue.d.ts +3 -36
  91. package/dist/shared/{b24ui-nuxt.jU270f-Q.mjs → b24ui-nuxt.BL9IkPeR.mjs} +1 -1
  92. package/dist/unplugin.mjs +1 -1
  93. package/dist/vite.mjs +1 -1
  94. package/package.json +10 -11
@@ -61,35 +61,97 @@ export interface ToastSlots {
61
61
  };
62
62
  }): any;
63
63
  }
64
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<ToastProps>, {
65
- close: boolean;
66
- orientation: string;
67
- }>>, {
64
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ToastProps, {
68
65
  height: import("vue").Ref<number, number>;
69
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {
66
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
67
+ pause: () => any;
68
+ "update:open": (value: boolean) => any;
69
+ escapeKeyDown: (event: KeyboardEvent) => any;
70
+ resume: () => any;
71
+ swipeStart: (event: {
72
+ currentTarget: EventTarget & HTMLElement;
73
+ } & Omit<CustomEvent<{
74
+ originalEvent: PointerEvent;
75
+ delta: {
76
+ x: number;
77
+ y: number;
78
+ };
79
+ }>, "currentTarget">) => any;
80
+ swipeMove: (event: {
81
+ currentTarget: EventTarget & HTMLElement;
82
+ } & Omit<CustomEvent<{
83
+ originalEvent: PointerEvent;
84
+ delta: {
85
+ x: number;
86
+ y: number;
87
+ };
88
+ }>, "currentTarget">) => any;
89
+ swipeCancel: (event: {
90
+ currentTarget: EventTarget & HTMLElement;
91
+ } & Omit<CustomEvent<{
92
+ originalEvent: PointerEvent;
93
+ delta: {
94
+ x: number;
95
+ y: number;
96
+ };
97
+ }>, "currentTarget">) => any;
98
+ swipeEnd: (event: {
99
+ currentTarget: EventTarget & HTMLElement;
100
+ } & Omit<CustomEvent<{
101
+ originalEvent: PointerEvent;
102
+ delta: {
103
+ x: number;
104
+ y: number;
105
+ };
106
+ }>, "currentTarget">) => any;
107
+ }, string, import("vue").PublicProps, Readonly<ToastProps> & Readonly<{
108
+ onPause?: (() => any) | undefined;
109
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
110
+ onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
111
+ onResume?: (() => any) | undefined;
112
+ onSwipeStart?: ((event: {
113
+ currentTarget: EventTarget & HTMLElement;
114
+ } & Omit<CustomEvent<{
115
+ originalEvent: PointerEvent;
116
+ delta: {
117
+ x: number;
118
+ y: number;
119
+ };
120
+ }>, "currentTarget">) => any) | undefined;
121
+ onSwipeMove?: ((event: {
122
+ currentTarget: EventTarget & HTMLElement;
123
+ } & Omit<CustomEvent<{
124
+ originalEvent: PointerEvent;
125
+ delta: {
126
+ x: number;
127
+ y: number;
128
+ };
129
+ }>, "currentTarget">) => any) | undefined;
130
+ onSwipeCancel?: ((event: {
131
+ currentTarget: EventTarget & HTMLElement;
132
+ } & Omit<CustomEvent<{
133
+ originalEvent: PointerEvent;
134
+ delta: {
135
+ x: number;
136
+ y: number;
137
+ };
138
+ }>, "currentTarget">) => any) | undefined;
139
+ onSwipeEnd?: ((event: {
140
+ currentTarget: EventTarget & HTMLElement;
141
+ } & Omit<CustomEvent<{
142
+ originalEvent: PointerEvent;
143
+ delta: {
144
+ x: number;
145
+ y: number;
146
+ };
147
+ }>, "currentTarget">) => any) | undefined;
148
+ }>, {
70
149
  close: boolean | Partial<ButtonProps>;
71
150
  orientation: Toast["variants"]["orientation"];
72
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<ToastSlots> & ToastSlots>;
151
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ToastSlots>;
73
152
  export default _default;
74
- type __VLS_WithDefaults<P, D> = {
75
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
76
- default: D[K];
77
- }> : P[K];
78
- };
79
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
80
- type __VLS_TypePropsToOption<T> = {
81
- [K in keyof T]-?: {} extends Pick<T, K> ? {
82
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
83
- } : {
84
- type: import('vue').PropType<T[K]>;
85
- required: true;
86
- };
87
- };
88
- type __VLS_WithTemplateSlots<T, S> = T & {
153
+ type __VLS_WithSlots<T, S> = T & {
89
154
  new (): {
90
155
  $slots: S;
91
156
  };
92
157
  };
93
- type __VLS_PrettifyLocal<T> = {
94
- [K in keyof T]: T[K];
95
- } & {};
@@ -29,42 +29,15 @@ export interface ToasterProps extends Omit<ToastProviderProps, 'swipeDirection'>
29
29
  export interface ToasterSlots {
30
30
  default(props?: {}): any;
31
31
  }
32
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<ToasterProps>, {
33
- position: "top-right";
34
- expand: boolean;
35
- duration: number;
36
- portal: boolean;
37
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<ToasterProps>, {
38
- position: "top-right";
39
- expand: boolean;
40
- duration: number;
41
- portal: boolean;
42
- }>>> & Readonly<{}>, {
32
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ToasterProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ToasterProps> & Readonly<{}>, {
43
33
  position: Toaster["variants"]["position"];
44
34
  duration: number;
45
35
  expand: boolean;
46
36
  portal: boolean | string | HTMLElement;
47
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<ToasterSlots> & ToasterSlots>;
37
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ToasterSlots>;
48
38
  export default _default;
49
- type __VLS_WithDefaults<P, D> = {
50
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
51
- default: D[K];
52
- }> : P[K];
53
- };
54
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
55
- type __VLS_TypePropsToOption<T> = {
56
- [K in keyof T]-?: {} extends Pick<T, K> ? {
57
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
58
- } : {
59
- type: import('vue').PropType<T[K]>;
60
- required: true;
61
- };
62
- };
63
- type __VLS_WithTemplateSlots<T, S> = T & {
39
+ type __VLS_WithSlots<T, S> = T & {
64
40
  new (): {
65
41
  $slots: S;
66
42
  };
67
43
  };
68
- type __VLS_PrettifyLocal<T> = {
69
- [K in keyof T]: T[K];
70
- } & {};
@@ -35,31 +35,16 @@ export interface TooltipSlots {
35
35
  }): any;
36
36
  content(props?: {}): any;
37
37
  }
38
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<TooltipProps>, {
39
- portal: boolean;
40
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {
38
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<TooltipProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
39
+ "update:open": (value: boolean) => any;
40
+ }, string, import("vue").PublicProps, Readonly<TooltipProps> & Readonly<{
41
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
42
+ }>, {
41
43
  portal: boolean | string | HTMLElement;
42
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<TooltipSlots> & TooltipSlots>;
44
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, TooltipSlots>;
43
45
  export default _default;
44
- type __VLS_WithDefaults<P, D> = {
45
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
46
- default: D[K];
47
- }> : P[K];
48
- };
49
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
50
- type __VLS_TypePropsToOption<T> = {
51
- [K in keyof T]-?: {} extends Pick<T, K> ? {
52
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
53
- } : {
54
- type: import('vue').PropType<T[K]>;
55
- required: true;
56
- };
57
- };
58
- type __VLS_WithTemplateSlots<T, S> = T & {
46
+ type __VLS_WithSlots<T, S> = T & {
59
47
  new (): {
60
48
  $slots: S;
61
49
  };
62
50
  };
63
- type __VLS_PrettifyLocal<T> = {
64
- [K in keyof T]: T[K];
65
- } & {};
@@ -46,38 +46,15 @@ export interface TableWrapperProps {
46
46
  export interface TableWrapperSlots {
47
47
  default(props?: {}): any;
48
48
  }
49
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<TableWrapperProps>, {
50
- as: string;
51
- scrollbarThin: boolean;
52
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<TableWrapperProps>, {
53
- as: string;
54
- scrollbarThin: boolean;
55
- }>>> & Readonly<{}>, {
49
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<TableWrapperProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<TableWrapperProps> & Readonly<{}>, {
56
50
  as: any;
57
51
  scrollbarThin: boolean;
58
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
59
- default?(_: {}): any;
52
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
53
+ default?: (props: {}) => any;
60
54
  }>;
61
55
  export default _default;
62
- type __VLS_WithDefaults<P, D> = {
63
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
64
- default: D[K];
65
- }> : P[K];
66
- };
67
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
68
- type __VLS_TypePropsToOption<T> = {
69
- [K in keyof T]-?: {} extends Pick<T, K> ? {
70
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
71
- } : {
72
- type: import('vue').PropType<T[K]>;
73
- required: true;
74
- };
75
- };
76
- type __VLS_WithTemplateSlots<T, S> = T & {
56
+ type __VLS_WithSlots<T, S> = T & {
77
57
  new (): {
78
58
  $slots: S;
79
59
  };
80
60
  };
81
- type __VLS_PrettifyLocal<T> = {
82
- [K in keyof T]: T[K];
83
- } & {};
@@ -2,18 +2,11 @@ import { inject, provide, computed } from "vue";
2
2
  export const portalTargetInjectionKey = Symbol("bitrix24-ui.portal-target");
3
3
  export function usePortal(portal) {
4
4
  const portalTarget = inject(portalTargetInjectionKey, void 0);
5
- const isClient = typeof window !== "undefined";
6
5
  const to = computed(() => {
7
- if (!isClient) {
8
- if (typeof portal.value === "string") {
9
- return portal.value;
10
- }
6
+ if (typeof portal.value === "boolean" || portal.value === void 0) {
11
7
  return portalTarget?.value ?? "body";
12
8
  }
13
- if (typeof portal.value === "string" || portal.value instanceof HTMLElement) {
14
- return portal.value;
15
- }
16
- return portalTarget?.value ?? "body";
9
+ return portal.value;
17
10
  });
18
11
  const disabled = computed(() => typeof portal.value === "boolean" ? !portal.value : false);
19
12
  provide(portalTargetInjectionKey, computed(() => to.value));
@@ -50,48 +50,17 @@ export interface LinkSlots {
50
50
  active: boolean;
51
51
  }): any;
52
52
  }
53
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<LinkProps>, {
54
- as: string;
55
- type: string;
56
- active: undefined;
57
- isAction: boolean;
58
- activeClass: string;
59
- inactiveClass: string;
60
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<LinkProps>, {
61
- as: string;
62
- type: string;
63
- active: undefined;
64
- isAction: boolean;
65
- activeClass: string;
66
- inactiveClass: string;
67
- }>>> & Readonly<{}>, {
53
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<LinkProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LinkProps> & Readonly<{}>, {
68
54
  as: any;
69
55
  type: "reset" | "submit" | "button";
70
56
  activeClass: string;
71
57
  active: boolean;
72
58
  inactiveClass: string;
73
59
  isAction: boolean;
74
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<LinkSlots> & LinkSlots>;
60
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, LinkSlots>;
75
61
  export default _default;
76
- type __VLS_WithDefaults<P, D> = {
77
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
78
- default: D[K];
79
- }> : P[K];
80
- };
81
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
82
- type __VLS_TypePropsToOption<T> = {
83
- [K in keyof T]-?: {} extends Pick<T, K> ? {
84
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
85
- } : {
86
- type: import('vue').PropType<T[K]>;
87
- required: true;
88
- };
89
- };
90
- type __VLS_WithTemplateSlots<T, S> = T & {
62
+ type __VLS_WithSlots<T, S> = T & {
91
63
  new (): {
92
64
  $slots: S;
93
65
  };
94
66
  };
95
- type __VLS_PrettifyLocal<T> = {
96
- [K in keyof T]: T[K];
97
- } & {};
@@ -9,18 +9,9 @@ export interface ProseAProps {
9
9
  export interface ProseASlots {
10
10
  default(props?: {}): any;
11
11
  }
12
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<ProseAProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<ProseAProps>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<ProseASlots> & ProseASlots>;
12
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseAProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseAProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseASlots>;
13
13
  export default _default;
14
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
- type __VLS_TypePropsToOption<T> = {
16
- [K in keyof T]-?: {} extends Pick<T, K> ? {
17
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
18
- } : {
19
- type: import('vue').PropType<T[K]>;
20
- required: true;
21
- };
22
- };
23
- type __VLS_WithTemplateSlots<T, S> = T & {
14
+ type __VLS_WithSlots<T, S> = T & {
24
15
  new (): {
25
16
  $slots: S;
26
17
  };
@@ -9,18 +9,9 @@ export interface ProseBlockquoteProps {
9
9
  export interface ProseBlockquoteSlots {
10
10
  default(props?: {}): any;
11
11
  }
12
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<ProseBlockquoteProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<ProseBlockquoteProps>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<ProseBlockquoteSlots> & ProseBlockquoteSlots>;
12
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseBlockquoteProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseBlockquoteProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseBlockquoteSlots>;
13
13
  export default _default;
14
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
- type __VLS_TypePropsToOption<T> = {
16
- [K in keyof T]-?: {} extends Pick<T, K> ? {
17
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
18
- } : {
19
- type: import('vue').PropType<T[K]>;
20
- required: true;
21
- };
22
- };
23
- type __VLS_WithTemplateSlots<T, S> = T & {
14
+ type __VLS_WithSlots<T, S> = T & {
24
15
  new (): {
25
16
  $slots: S;
26
17
  };
@@ -13,18 +13,9 @@ export interface ProseCodeProps {
13
13
  export interface ProseCodeSlots {
14
14
  default(props?: {}): any;
15
15
  }
16
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<ProseCodeProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<ProseCodeProps>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<ProseCodeSlots> & ProseCodeSlots>;
16
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseCodeProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseCodeProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseCodeSlots>;
17
17
  export default _default;
18
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
19
- type __VLS_TypePropsToOption<T> = {
20
- [K in keyof T]-?: {} extends Pick<T, K> ? {
21
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
22
- } : {
23
- type: import('vue').PropType<T[K]>;
24
- required: true;
25
- };
26
- };
27
- type __VLS_WithTemplateSlots<T, S> = T & {
18
+ type __VLS_WithSlots<T, S> = T & {
28
19
  new (): {
29
20
  $slots: S;
30
21
  };
@@ -9,18 +9,9 @@ export interface ProseEmProps {
9
9
  export interface ProseEmSlots {
10
10
  default(props?: {}): any;
11
11
  }
12
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<ProseEmProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<ProseEmProps>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<ProseEmSlots> & ProseEmSlots>;
12
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseEmProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseEmProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseEmSlots>;
13
13
  export default _default;
14
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
- type __VLS_TypePropsToOption<T> = {
16
- [K in keyof T]-?: {} extends Pick<T, K> ? {
17
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
18
- } : {
19
- type: import('vue').PropType<T[K]>;
20
- required: true;
21
- };
22
- };
23
- type __VLS_WithTemplateSlots<T, S> = T & {
14
+ type __VLS_WithSlots<T, S> = T & {
24
15
  new (): {
25
16
  $slots: S;
26
17
  };
@@ -9,18 +9,9 @@ export interface ProseH1Props {
9
9
  export interface ProseH1Slots {
10
10
  default(props?: {}): any;
11
11
  }
12
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<ProseH1Props>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<ProseH1Props>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<ProseH1Slots> & ProseH1Slots>;
12
+ declare const _default: __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>;
13
13
  export default _default;
14
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
- type __VLS_TypePropsToOption<T> = {
16
- [K in keyof T]-?: {} extends Pick<T, K> ? {
17
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
18
- } : {
19
- type: import('vue').PropType<T[K]>;
20
- required: true;
21
- };
22
- };
23
- type __VLS_WithTemplateSlots<T, S> = T & {
14
+ type __VLS_WithSlots<T, S> = T & {
24
15
  new (): {
25
16
  $slots: S;
26
17
  };
@@ -9,18 +9,9 @@ export interface ProseH2Props {
9
9
  export interface ProseH2Slots {
10
10
  default(props?: {}): any;
11
11
  }
12
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<ProseH2Props>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<ProseH2Props>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<ProseH2Slots> & ProseH2Slots>;
12
+ declare const _default: __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>;
13
13
  export default _default;
14
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
- type __VLS_TypePropsToOption<T> = {
16
- [K in keyof T]-?: {} extends Pick<T, K> ? {
17
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
18
- } : {
19
- type: import('vue').PropType<T[K]>;
20
- required: true;
21
- };
22
- };
23
- type __VLS_WithTemplateSlots<T, S> = T & {
14
+ type __VLS_WithSlots<T, S> = T & {
24
15
  new (): {
25
16
  $slots: S;
26
17
  };
@@ -9,18 +9,9 @@ export interface ProseH3Props {
9
9
  export interface ProseH3Slots {
10
10
  default(props?: {}): any;
11
11
  }
12
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<ProseH3Props>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<ProseH3Props>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<ProseH3Slots> & ProseH3Slots>;
12
+ declare const _default: __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>;
13
13
  export default _default;
14
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
- type __VLS_TypePropsToOption<T> = {
16
- [K in keyof T]-?: {} extends Pick<T, K> ? {
17
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
18
- } : {
19
- type: import('vue').PropType<T[K]>;
20
- required: true;
21
- };
22
- };
23
- type __VLS_WithTemplateSlots<T, S> = T & {
14
+ type __VLS_WithSlots<T, S> = T & {
24
15
  new (): {
25
16
  $slots: S;
26
17
  };
@@ -9,18 +9,9 @@ export interface ProseH4Props {
9
9
  export interface ProseH4Slots {
10
10
  default(props?: {}): any;
11
11
  }
12
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<ProseH4Props>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<ProseH4Props>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<ProseH4Slots> & ProseH4Slots>;
12
+ declare const _default: __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>;
13
13
  export default _default;
14
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
- type __VLS_TypePropsToOption<T> = {
16
- [K in keyof T]-?: {} extends Pick<T, K> ? {
17
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
18
- } : {
19
- type: import('vue').PropType<T[K]>;
20
- required: true;
21
- };
22
- };
23
- type __VLS_WithTemplateSlots<T, S> = T & {
14
+ type __VLS_WithSlots<T, S> = T & {
24
15
  new (): {
25
16
  $slots: S;
26
17
  };
@@ -9,18 +9,9 @@ export interface ProseH5Props {
9
9
  export interface ProseH5Slots {
10
10
  default(props?: {}): any;
11
11
  }
12
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<ProseH5Props>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<ProseH5Props>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<ProseH5Slots> & ProseH5Slots>;
12
+ declare const _default: __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>;
13
13
  export default _default;
14
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
- type __VLS_TypePropsToOption<T> = {
16
- [K in keyof T]-?: {} extends Pick<T, K> ? {
17
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
18
- } : {
19
- type: import('vue').PropType<T[K]>;
20
- required: true;
21
- };
22
- };
23
- type __VLS_WithTemplateSlots<T, S> = T & {
14
+ type __VLS_WithSlots<T, S> = T & {
24
15
  new (): {
25
16
  $slots: S;
26
17
  };
@@ -9,18 +9,9 @@ export interface ProseH6Props {
9
9
  export interface ProseH6Slots {
10
10
  default(props?: {}): any;
11
11
  }
12
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<ProseH6Props>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<ProseH6Props>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<ProseH6Slots> & ProseH6Slots>;
12
+ declare const _default: __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>;
13
13
  export default _default;
14
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
- type __VLS_TypePropsToOption<T> = {
16
- [K in keyof T]-?: {} extends Pick<T, K> ? {
17
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
18
- } : {
19
- type: import('vue').PropType<T[K]>;
20
- required: true;
21
- };
22
- };
23
- type __VLS_WithTemplateSlots<T, S> = T & {
14
+ type __VLS_WithSlots<T, S> = T & {
24
15
  new (): {
25
16
  $slots: S;
26
17
  };
@@ -6,14 +6,5 @@ export interface ProseHrProps {
6
6
  class?: any;
7
7
  b24ui?: ProseHr['slots'];
8
8
  }
9
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<ProseHrProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<ProseHrProps>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
9
+ declare const _default: import("vue").DefineComponent<ProseHrProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseHrProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
10
  export default _default;
11
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
12
- type __VLS_TypePropsToOption<T> = {
13
- [K in keyof T]-?: {} extends Pick<T, K> ? {
14
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
15
- } : {
16
- type: import('vue').PropType<T[K]>;
17
- required: true;
18
- };
19
- };
@@ -6,14 +6,5 @@ export interface ProseImgProps {
6
6
  class?: any;
7
7
  b24ui?: ProseImg['slots'];
8
8
  }
9
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<ProseImgProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<ProseImgProps>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
9
+ declare const _default: import("vue").DefineComponent<ProseImgProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseImgProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
10
  export default _default;
11
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
12
- type __VLS_TypePropsToOption<T> = {
13
- [K in keyof T]-?: {} extends Pick<T, K> ? {
14
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
15
- } : {
16
- type: import('vue').PropType<T[K]>;
17
- required: true;
18
- };
19
- };
@@ -9,18 +9,9 @@ export interface ProseLiProps {
9
9
  export interface ProseLiSlots {
10
10
  default(props?: {}): any;
11
11
  }
12
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<ProseLiProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<ProseLiProps>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<ProseLiSlots> & ProseLiSlots>;
12
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseLiProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseLiProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseLiSlots>;
13
13
  export default _default;
14
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
- type __VLS_TypePropsToOption<T> = {
16
- [K in keyof T]-?: {} extends Pick<T, K> ? {
17
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
18
- } : {
19
- type: import('vue').PropType<T[K]>;
20
- required: true;
21
- };
22
- };
23
- type __VLS_WithTemplateSlots<T, S> = T & {
14
+ type __VLS_WithSlots<T, S> = T & {
24
15
  new (): {
25
16
  $slots: S;
26
17
  };
@@ -9,18 +9,9 @@ export interface ProseOlProps {
9
9
  export interface ProseOlSlots {
10
10
  default(props?: {}): any;
11
11
  }
12
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<ProseOlProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<ProseOlProps>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<ProseOlSlots> & ProseOlSlots>;
12
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseOlProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseOlProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseOlSlots>;
13
13
  export default _default;
14
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
- type __VLS_TypePropsToOption<T> = {
16
- [K in keyof T]-?: {} extends Pick<T, K> ? {
17
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
18
- } : {
19
- type: import('vue').PropType<T[K]>;
20
- required: true;
21
- };
22
- };
23
- type __VLS_WithTemplateSlots<T, S> = T & {
14
+ type __VLS_WithSlots<T, S> = T & {
24
15
  new (): {
25
16
  $slots: S;
26
17
  };