@bitrix24/b24ui-nuxt 0.6.4 → 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 +3 -3
  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 +11 -12
@@ -74,42 +74,15 @@ export interface ButtonSlots {
74
74
  default(props?: {}): any;
75
75
  trailing(props?: {}): any;
76
76
  }
77
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<ButtonProps>, {
78
- type: string;
79
- active: undefined;
80
- activeClass: string;
81
- inactiveClass: string;
82
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<ButtonProps>, {
83
- type: string;
84
- active: undefined;
85
- activeClass: string;
86
- inactiveClass: string;
87
- }>>> & Readonly<{}>, {
77
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ButtonProps> & Readonly<{}>, {
88
78
  type: "reset" | "submit" | "button";
89
79
  activeClass: string;
90
80
  active: boolean;
91
81
  inactiveClass: string;
92
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<ButtonSlots> & ButtonSlots>;
82
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ButtonSlots>;
93
83
  export default _default;
94
- type __VLS_WithDefaults<P, D> = {
95
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
96
- default: D[K];
97
- }> : P[K];
98
- };
99
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
100
- type __VLS_TypePropsToOption<T> = {
101
- [K in keyof T]-?: {} extends Pick<T, K> ? {
102
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
103
- } : {
104
- type: import('vue').PropType<T[K]>;
105
- required: true;
106
- };
107
- };
108
- type __VLS_WithTemplateSlots<T, S> = T & {
84
+ type __VLS_WithSlots<T, S> = T & {
109
85
  new (): {
110
86
  $slots: S;
111
87
  };
112
88
  };
113
- type __VLS_PrettifyLocal<T> = {
114
- [K in keyof T]: T[K];
115
- } & {};
@@ -28,36 +28,13 @@ export interface ButtonGroupProps {
28
28
  export interface ButtonGroupSlots {
29
29
  default(props?: {}): any;
30
30
  }
31
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<ButtonGroupProps>, {
32
- orientation: string;
33
- noSplit: boolean;
34
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<ButtonGroupProps>, {
35
- orientation: string;
36
- noSplit: boolean;
37
- }>>> & Readonly<{}>, {
31
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ButtonGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ButtonGroupProps> & Readonly<{}>, {
38
32
  orientation: ButtonGroup["variants"]["orientation"];
39
33
  noSplit: boolean;
40
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<ButtonGroupSlots> & ButtonGroupSlots>;
34
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ButtonGroupSlots>;
41
35
  export default _default;
42
- type __VLS_WithDefaults<P, D> = {
43
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
44
- default: D[K];
45
- }> : P[K];
46
- };
47
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
48
- type __VLS_TypePropsToOption<T> = {
49
- [K in keyof T]-?: {} extends Pick<T, K> ? {
50
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
51
- } : {
52
- type: import('vue').PropType<T[K]>;
53
- required: true;
54
- };
55
- };
56
- type __VLS_WithTemplateSlots<T, S> = T & {
36
+ type __VLS_WithSlots<T, S> = T & {
57
37
  new (): {
58
38
  $slots: S;
59
39
  };
60
40
  };
61
- type __VLS_PrettifyLocal<T> = {
62
- [K in keyof T]: T[K];
63
- } & {};
@@ -93,10 +93,14 @@ export interface CalendarSlots {
93
93
  }) => any;
94
94
  }
95
95
  declare const _default: <R extends boolean, M extends boolean>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
96
- props: __VLS_PrettifyLocal<any & CalendarProps<R, M> & Partial<{}>> & (import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps);
96
+ props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
97
+ readonly "onUpdate:modelValue"?: ((date: CalendarModelValue<R, M>) => any) | undefined;
98
+ readonly "onUpdate:placeholder"?: ((...args: unknown[]) => any) | undefined;
99
+ readonly "onUpdate:startValue"?: ((date: DateValue | undefined) => any) | undefined;
100
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onUpdate:modelValue" | "onUpdate:placeholder" | "onUpdate:startValue"> & CalendarProps<R, M> & Partial<{}>> & import("vue").PublicProps;
97
101
  expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
98
102
  attrs: any;
99
- slots: Readonly<CalendarSlots> & CalendarSlots;
103
+ slots: CalendarSlots;
100
104
  emit: ((evt: "update:modelValue", date: CalendarModelValue<R, M>) => void) & ((evt: "update:placeholder", ...args: [date: DateValue] & [date: DateValue]) => void) & ((evt: "update:startValue", date: DateValue | undefined) => void);
101
105
  }>) => import("vue").VNode & {
102
106
  __ctx?: Awaited<typeof __VLS_setup>;
@@ -33,22 +33,19 @@ export interface CheckboxSlots {
33
33
  description?: string;
34
34
  }): any;
35
35
  }
36
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
36
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<CheckboxProps & {
37
37
  modelValue?: boolean | "indeterminate";
38
- } & CheckboxProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
38
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
39
+ change: (payload: Event) => any;
40
+ "update:modelValue": (value: boolean | "indeterminate") => any;
41
+ }, string, import("vue").PublicProps, Readonly<CheckboxProps & {
39
42
  modelValue?: boolean | "indeterminate";
40
- } & CheckboxProps>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<CheckboxSlots> & CheckboxSlots>;
43
+ }> & Readonly<{
44
+ onChange?: ((payload: Event) => any) | undefined;
45
+ "onUpdate:modelValue"?: ((value: boolean | "indeterminate") => any) | undefined;
46
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, CheckboxSlots>;
41
47
  export default _default;
42
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
43
- type __VLS_TypePropsToOption<T> = {
44
- [K in keyof T]-?: {} extends Pick<T, K> ? {
45
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
46
- } : {
47
- type: import('vue').PropType<T[K]>;
48
- required: true;
49
- };
50
- };
51
- type __VLS_WithTemplateSlots<T, S> = T & {
48
+ type __VLS_WithSlots<T, S> = T & {
52
49
  new (): {
53
50
  $slots: S;
54
51
  };
@@ -43,35 +43,21 @@ export interface ChipSlots {
43
43
  default(props?: {}): any;
44
44
  content(props?: {}): any;
45
45
  }
46
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
46
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ChipProps & {
47
47
  show?: boolean;
48
- } & ChipProps>, {
49
- inset: boolean;
50
- standalone: boolean;
51
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {
48
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
49
+ "update:show": (value: boolean) => any;
50
+ }, string, import("vue").PublicProps, Readonly<ChipProps & {
51
+ show?: boolean;
52
+ }> & Readonly<{
53
+ "onUpdate:show"?: ((value: boolean) => any) | undefined;
54
+ }>, {
52
55
  inset: boolean;
53
56
  standalone: boolean;
54
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<ChipSlots> & ChipSlots>;
57
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ChipSlots>;
55
58
  export default _default;
56
- type __VLS_WithDefaults<P, D> = {
57
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
58
- default: D[K];
59
- }> : P[K];
60
- };
61
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
62
- type __VLS_TypePropsToOption<T> = {
63
- [K in keyof T]-?: {} extends Pick<T, K> ? {
64
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
65
- } : {
66
- type: import('vue').PropType<T[K]>;
67
- required: true;
68
- };
69
- };
70
- type __VLS_WithTemplateSlots<T, S> = T & {
59
+ type __VLS_WithSlots<T, S> = T & {
71
60
  new (): {
72
61
  $slots: S;
73
62
  };
74
63
  };
75
- type __VLS_PrettifyLocal<T> = {
76
- [K in keyof T]: T[K];
77
- } & {};
@@ -20,31 +20,16 @@ export interface CollapsibleSlots {
20
20
  }): any;
21
21
  content(props?: {}): any;
22
22
  }
23
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<CollapsibleProps>, {
23
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<CollapsibleProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
24
+ "update:open": (value: boolean) => any;
25
+ }, string, import("vue").PublicProps, Readonly<CollapsibleProps> & Readonly<{
26
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
27
+ }>, {
24
28
  unmountOnHide: boolean;
25
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {
26
- unmountOnHide: boolean;
27
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<CollapsibleSlots> & CollapsibleSlots>;
29
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, CollapsibleSlots>;
28
30
  export default _default;
29
- type __VLS_WithDefaults<P, D> = {
30
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
31
- default: D[K];
32
- }> : P[K];
33
- };
34
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
35
- type __VLS_TypePropsToOption<T> = {
36
- [K in keyof T]-?: {} extends Pick<T, K> ? {
37
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
38
- } : {
39
- type: import('vue').PropType<T[K]>;
40
- required: true;
41
- };
42
- };
43
- type __VLS_WithTemplateSlots<T, S> = T & {
31
+ type __VLS_WithSlots<T, S> = T & {
44
32
  new (): {
45
33
  $slots: S;
46
34
  };
47
35
  };
48
- type __VLS_PrettifyLocal<T> = {
49
- [K in keyof T]: T[K];
50
- } & {};
@@ -9,18 +9,9 @@ export interface ContainerProps {
9
9
  export interface ContainerSlots {
10
10
  default(props?: {}): any;
11
11
  }
12
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<ContainerProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<ContainerProps>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<ContainerSlots> & ContainerSlots>;
12
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ContainerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ContainerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ContainerSlots>;
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
  };
@@ -73,21 +73,22 @@ export interface CountdownSlots {
73
73
  formatTime: string;
74
74
  }): any;
75
75
  }
76
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<CountdownProps>, {
77
- as: string;
78
- needStartImmediately: boolean;
79
- emitEvents: boolean;
80
- interval: number;
81
- now: () => number;
82
- seconds: number;
83
- showMinutes: boolean;
84
- useCircle: boolean;
85
- }>>, {
76
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<CountdownProps, {
86
77
  start: () => void;
87
78
  abort: () => void;
88
79
  stop: () => void;
89
80
  restart: () => void;
90
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {
81
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
82
+ abort: () => any;
83
+ progress: (payload: CountdownData) => any;
84
+ start: () => any;
85
+ end: () => any;
86
+ }, string, import("vue").PublicProps, Readonly<CountdownProps> & Readonly<{
87
+ onAbort?: (() => any) | undefined;
88
+ onProgress?: ((payload: CountdownData) => any) | undefined;
89
+ onStart?: (() => any) | undefined;
90
+ onEnd?: (() => any) | undefined;
91
+ }>, {
91
92
  as: any;
92
93
  emitEvents: boolean;
93
94
  seconds: number | string;
@@ -96,27 +97,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
96
97
  interval: number;
97
98
  needStartImmediately: boolean;
98
99
  now: () => number;
99
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<CountdownSlots> & CountdownSlots>;
100
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, CountdownSlots>;
100
101
  export default _default;
101
- type __VLS_WithDefaults<P, D> = {
102
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
103
- default: D[K];
104
- }> : P[K];
105
- };
106
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
107
- type __VLS_TypePropsToOption<T> = {
108
- [K in keyof T]-?: {} extends Pick<T, K> ? {
109
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
110
- } : {
111
- type: import('vue').PropType<T[K]>;
112
- required: true;
113
- };
114
- };
115
- type __VLS_WithTemplateSlots<T, S> = T & {
102
+ type __VLS_WithSlots<T, S> = T & {
116
103
  new (): {
117
104
  $slots: S;
118
105
  };
119
106
  };
120
- type __VLS_PrettifyLocal<T> = {
121
- [K in keyof T]: T[K];
122
- } & {};
@@ -69,36 +69,10 @@ export type DescriptionListSlots<T extends DescriptionListItem = DescriptionList
69
69
  index: number;
70
70
  }>;
71
71
  declare const _default: <T extends DescriptionListItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
72
- props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, never> & DescriptionListProps<T> & Partial<{}>> & (import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps);
72
+ props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, never> & DescriptionListProps<T> & Partial<{}>> & import("vue").PublicProps;
73
73
  expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
74
74
  attrs: any;
75
- slots: Readonly<{
76
- legend(props?: {}): any;
77
- text(props?: {}): any;
78
- leading: SlotProps<T>;
79
- label: SlotProps<T>;
80
- description: SlotProps<T>;
81
- actions: SlotProps<T>;
82
- content: SlotProps<T>;
83
- footer(props?: {
84
- b24ui: any;
85
- }): any;
86
- } & DynamicSlots<T, undefined, {
87
- index: number;
88
- }>> & {
89
- legend(props?: {}): any;
90
- text(props?: {}): any;
91
- leading: SlotProps<T>;
92
- label: SlotProps<T>;
93
- description: SlotProps<T>;
94
- actions: SlotProps<T>;
95
- content: SlotProps<T>;
96
- footer(props?: {
97
- b24ui: any;
98
- }): any;
99
- } & DynamicSlots<T, undefined, {
100
- index: number;
101
- }>;
75
+ slots: DescriptionListSlots<T>;
102
76
  emit: {};
103
77
  }>) => import("vue").VNode & {
104
78
  __ctx?: Awaited<typeof __VLS_setup>;
@@ -97,32 +97,12 @@ export type DropdownMenuSlots<A extends ArrayOrNested<DropdownMenuItem> = ArrayO
97
97
  index: number;
98
98
  }>;
99
99
  declare const _default: <T extends ArrayOrNested<DropdownMenuItem>>(__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<{
100
- props: __VLS_PrettifyLocal<any & DropdownMenuProps<T> & Partial<{}>> & (import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps);
100
+ props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
101
+ readonly "onUpdate:open"?: ((payload: boolean) => any) | undefined;
102
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onUpdate:open"> & DropdownMenuProps<T> & Partial<{}>> & import("vue").PublicProps;
101
103
  expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
102
104
  attrs: any;
103
- slots: Readonly<{
104
- default(props: {
105
- open: boolean;
106
- }): any;
107
- item: SlotProps<NestedItem<T>>;
108
- 'item-leading': SlotProps<NestedItem<T>>;
109
- 'item-label': SlotProps<NestedItem<T>>;
110
- 'item-trailing': SlotProps<NestedItem<T>>;
111
- } & DynamicSlots<MergeTypes<NestedItem<T>>, "leading" | "trailing" | "label", {
112
- active?: boolean;
113
- index: number;
114
- }>> & {
115
- default(props: {
116
- open: boolean;
117
- }): any;
118
- item: SlotProps<NestedItem<T>>;
119
- 'item-leading': SlotProps<NestedItem<T>>;
120
- 'item-label': SlotProps<NestedItem<T>>;
121
- 'item-trailing': SlotProps<NestedItem<T>>;
122
- } & DynamicSlots<MergeTypes<NestedItem<T>>, "leading" | "trailing" | "label", {
123
- active?: boolean;
124
- index: number;
125
- }>;
105
+ slots: DropdownMenuSlots<T, NestedItem<T>>;
126
106
  emit: (evt: "update:open", payload: boolean) => void;
127
107
  }>) => import("vue").VNode & {
128
108
  __ctx?: Awaited<typeof __VLS_setup>;
@@ -24,15 +24,28 @@ interface DropdownMenuContentProps<T extends ArrayOrNested<DropdownMenuItem>> ex
24
24
  };
25
25
  b24uiOverride?: DropdownMenu['slots'];
26
26
  }
27
+ type DropdownMenuContentSlots<T extends ArrayOrNested<DropdownMenuItem>> = Omit<DropdownMenuSlots<T>, 'default'> & {
28
+ default(props?: {}): any;
29
+ };
27
30
  declare const _default: <T extends ArrayOrNested<DropdownMenuItem>>(__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<{
28
- props: __VLS_PrettifyLocal<any & DropdownMenuContentProps<T> & Partial<{}>> & (import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps);
31
+ props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
32
+ readonly onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
33
+ readonly onPointerDownOutside?: ((event: CustomEvent<{
34
+ originalEvent: PointerEvent;
35
+ }>) => any) | undefined;
36
+ readonly onFocusOutside?: ((event: CustomEvent<{
37
+ originalEvent: FocusEvent;
38
+ }>) => any) | undefined;
39
+ readonly onInteractOutside?: ((event: CustomEvent<{
40
+ originalEvent: PointerEvent;
41
+ }> | CustomEvent<{
42
+ originalEvent: FocusEvent;
43
+ }>) => any) | undefined;
44
+ readonly onCloseAutoFocus?: ((event: Event) => any) | undefined;
45
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onEscapeKeyDown" | "onPointerDownOutside" | "onFocusOutside" | "onInteractOutside" | "onCloseAutoFocus"> & DropdownMenuContentProps<T> & Partial<{}>> & import("vue").PublicProps;
29
46
  expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
30
47
  attrs: any;
31
- slots: Readonly<Omit<DropdownMenuSlots<T>, "default"> & {
32
- default(props?: {}): any;
33
- }> & Omit<DropdownMenuSlots<T>, "default"> & {
34
- default(props?: {}): any;
35
- };
48
+ slots: DropdownMenuContentSlots<T>;
36
49
  emit: ((evt: "escapeKeyDown", event: KeyboardEvent) => void) & ((evt: "pointerDownOutside", event: CustomEvent<{
37
50
  originalEvent: PointerEvent;
38
51
  }>) => void) & ((evt: "focusOutside", event: CustomEvent<{
@@ -52,10 +52,13 @@ export interface FormSlots {
52
52
  }): any;
53
53
  }
54
54
  declare const _default: <S extends FormSchema>(__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<{
55
- props: __VLS_PrettifyLocal<any & FormProps<S> & Partial<{}>> & (import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps);
55
+ props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
56
+ readonly onError?: ((payload: FormErrorEvent) => any) | undefined;
57
+ readonly onSubmit?: ((payload: FormSubmitEvent<InferOutput<S>>) => any) | undefined;
58
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onError" | "onSubmit"> & FormProps<S> & Partial<{}>> & import("vue").PublicProps;
56
59
  expose(exposed: import("vue").ShallowUnwrapRef<Form<InferInput<S>>>): void;
57
60
  attrs: any;
58
- slots: Readonly<FormSlots> & FormSlots;
61
+ slots: FormSlots;
59
62
  emit: FormEmits<S>;
60
63
  }>) => import("vue").VNode & {
61
64
  __ctx?: Awaited<typeof __VLS_setup>;
@@ -55,18 +55,9 @@ export interface FormFieldSlots {
55
55
  error?: string | boolean;
56
56
  }): any;
57
57
  }
58
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<FormFieldProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<FormFieldProps>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<FormFieldSlots> & FormFieldSlots>;
58
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<FormFieldProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<FormFieldProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, FormFieldSlots>;
59
59
  export default _default;
60
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
61
- type __VLS_TypePropsToOption<T> = {
62
- [K in keyof T]-?: {} extends Pick<T, K> ? {
63
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
64
- } : {
65
- type: import('vue').PropType<T[K]>;
66
- required: true;
67
- };
68
- };
69
- type __VLS_WithTemplateSlots<T, S> = T & {
60
+ type __VLS_WithSlots<T, S> = T & {
70
61
  new (): {
71
62
  $slots: S;
72
63
  };
@@ -91,45 +91,30 @@ export interface InputSlots {
91
91
  default(props?: {}): any;
92
92
  trailing(props?: {}): any;
93
93
  }
94
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
94
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<InputProps & {
95
95
  modelValue?: string | number | null;
96
- } & InputProps>, {
97
- type: string;
98
- autocomplete: string;
99
- autofocusDelay: number;
100
- }>>, {
96
+ }, {
101
97
  inputRef: import("vue").Ref<HTMLInputElement | null, HTMLInputElement | null>;
102
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
98
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
99
+ "update:modelValue": (value: string | number | null | undefined) => any;
100
+ } & {
101
+ blur: (event: FocusEvent) => any;
102
+ change: (event: Event) => any;
103
+ "update:modelValue": (payload: string | number) => any;
104
+ }, string, import("vue").PublicProps, Readonly<InputProps & {
103
105
  modelValue?: string | number | null;
104
- } & InputProps>, {
105
- type: string;
106
- autocomplete: string;
107
- autofocusDelay: number;
108
- }>>> & Readonly<{}>, {
106
+ }> & Readonly<{
107
+ onBlur?: ((event: FocusEvent) => any) | undefined;
108
+ onChange?: ((event: Event) => any) | undefined;
109
+ "onUpdate:modelValue"?: ((payload: string | number) => any) | undefined;
110
+ }>, {
109
111
  type: import("vue").InputTypeHTMLAttribute;
110
112
  autocomplete: string;
111
113
  autofocusDelay: number;
112
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<InputSlots> & InputSlots>;
114
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, InputSlots>;
113
115
  export default _default;
114
- type __VLS_WithDefaults<P, D> = {
115
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
116
- default: D[K];
117
- }> : P[K];
118
- };
119
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
120
- type __VLS_TypePropsToOption<T> = {
121
- [K in keyof T]-?: {} extends Pick<T, K> ? {
122
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
123
- } : {
124
- type: import('vue').PropType<T[K]>;
125
- required: true;
126
- };
127
- };
128
- type __VLS_WithTemplateSlots<T, S> = T & {
116
+ type __VLS_WithSlots<T, S> = T & {
129
117
  new (): {
130
118
  $slots: S;
131
119
  };
132
120
  };
133
- type __VLS_PrettifyLocal<T> = {
134
- [K in keyof T]: T[K];
135
- } & {};
@@ -216,9 +216,21 @@ export interface InputMenuSlots<A extends ArrayOrNested<InputMenuItem> = ArrayOr
216
216
  }): any;
217
217
  }
218
218
  declare const _default: <T extends ArrayOrNested<InputMenuItem>, VK extends GetItemKeys<T> | undefined = undefined, M extends boolean = false>(__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<{
219
- props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, never> & ({
219
+ props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
220
+ readonly onBlur?: ((payload: FocusEvent) => any) | undefined;
221
+ readonly onChange?: ((payload: Event) => any) | undefined;
222
+ readonly onFocus?: ((payload: FocusEvent) => any) | undefined;
223
+ readonly onCreate?: ((item: string) => any) | undefined;
224
+ readonly onHighlight?: ((payload: {
225
+ ref: HTMLElement;
226
+ value: GetModelValue<T, VK, M>;
227
+ } | undefined) => any) | undefined;
228
+ readonly "onUpdate:open"?: ((value: boolean) => any) | undefined;
229
+ readonly "onUpdate:modelValue"?: ((payload: GetModelValue<T, VK, M>) => any) | undefined;
230
+ readonly "onUpdate:searchTerm"?: ((value: string) => any) | undefined;
231
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onFocus" | "onBlur" | "onChange" | "onUpdate:open" | "onUpdate:modelValue" | "onCreate" | "onHighlight" | "onUpdate:searchTerm"> & (InputMenuProps<T, VK, M> & {
220
232
  searchTerm?: string;
221
- } & InputMenuProps<T, VK, M>) & Partial<{}>> & (import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps);
233
+ }) & Partial<{}>> & import("vue").PublicProps;
222
234
  expose(exposed: import("vue").ShallowUnwrapRef<{
223
235
  inputRef: import("vue").Ref<({
224
236
  $: import("vue").ComponentInternalInstance;
@@ -343,7 +355,7 @@ declare const _default: <T extends ArrayOrNested<InputMenuItem>, VK extends GetI
343
355
  }) | null>;
344
356
  }>): void;
345
357
  attrs: any;
346
- slots: Readonly<InputMenuSlots<T, VK, M, NestedItem<T>>> & InputMenuSlots<T, VK, M, NestedItem<T>>;
358
+ slots: InputMenuSlots<T, VK, M, NestedItem<T>>;
347
359
  emit: (((evt: "blur", payload: FocusEvent) => void) & ((evt: "change", payload: Event) => void) & ((evt: "focus", payload: FocusEvent) => void) & ((evt: "create", item: string) => void) & ((evt: "highlight", payload: {
348
360
  ref: HTMLElement;
349
361
  value: GetModelValue<T, VK, M>;
@@ -104,11 +104,7 @@ export interface InputNumberSlots {
104
104
  increment(props?: {}): any;
105
105
  decrement(props?: {}): any;
106
106
  }
107
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<InputNumberProps>, {
108
- orientation: string;
109
- color: string;
110
- size: string;
111
- }>>, {
107
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<InputNumberProps, {
112
108
  inputRef: import("vue").Ref<({
113
109
  $: import("vue").ComponentInternalInstance;
114
110
  $data: {};
@@ -208,31 +204,22 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
208
204
  default?(_: {}): any;
209
205
  };
210
206
  }) | null>;
211
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {
207
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
208
+ blur: (event: FocusEvent) => any;
209
+ change: (payload: Event) => any;
210
+ "update:modelValue": (payload: number) => any;
211
+ }, string, import("vue").PublicProps, Readonly<InputNumberProps> & Readonly<{
212
+ onBlur?: ((event: FocusEvent) => any) | undefined;
213
+ onChange?: ((payload: Event) => any) | undefined;
214
+ "onUpdate:modelValue"?: ((payload: number) => any) | undefined;
215
+ }>, {
212
216
  size: InputNumber["variants"]["size"];
213
217
  orientation: "vertical" | "horizontal";
214
218
  color: InputNumber["variants"]["color"];
215
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<InputNumberSlots> & InputNumberSlots>;
219
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, InputNumberSlots>;
216
220
  export default _default;
217
- type __VLS_WithDefaults<P, D> = {
218
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
219
- default: D[K];
220
- }> : P[K];
221
- };
222
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
223
- type __VLS_TypePropsToOption<T> = {
224
- [K in keyof T]-?: {} extends Pick<T, K> ? {
225
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
226
- } : {
227
- type: import('vue').PropType<T[K]>;
228
- required: true;
229
- };
230
- };
231
- type __VLS_WithTemplateSlots<T, S> = T & {
221
+ type __VLS_WithSlots<T, S> = T & {
232
222
  new (): {
233
223
  $slots: S;
234
224
  };
235
225
  };
236
- type __VLS_PrettifyLocal<T> = {
237
- [K in keyof T]: T[K];
238
- } & {};