@dolanske/vui 1.16.3 → 1.17.0

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 (134) hide show
  1. package/dist/{src/components → components}/Accordion/Accordion.vue.d.ts +17 -23
  2. package/dist/components/Accordion/AccordionGroup.vue.d.ts +15 -0
  3. package/dist/{src/components → components}/Alert/Alert.vue.d.ts +13 -14
  4. package/dist/components/AspectRatio/AspectRatio.vue.d.ts +16 -0
  5. package/dist/components/Avatar/Avatar.vue.d.ts +26 -0
  6. package/dist/{src/components → components}/Avatar/AvatarGroup.vue.d.ts +5 -11
  7. package/dist/components/Badge/Badge.vue.d.ts +21 -0
  8. package/dist/components/Badge/BadgeGroup.vue.d.ts +17 -0
  9. package/dist/components/Breadcrumbs/BreadcrumbItem.vue.d.ts +19 -0
  10. package/dist/components/Breadcrumbs/Breadcrumbs.vue.d.ts +12 -0
  11. package/dist/{src/components → components}/Button/Button.vue.d.ts +3 -2
  12. package/dist/components/Button/ButtonGroup.vue.d.ts +18 -0
  13. package/dist/components/Calendar/Calendar.vue.d.ts +21 -0
  14. package/dist/components/Card/Card.vue.d.ts +29 -0
  15. package/dist/components/Carousel/Carousel.vue.d.ts +44 -0
  16. package/dist/components/Charts/Histogram.vue.d.ts +23 -0
  17. package/dist/components/Checkbox/Checkbox.vue.d.ts +26 -0
  18. package/dist/{src/components → components}/Commands/Commands.vue.d.ts +22 -27
  19. package/dist/components/ContextMenu/ContextMenu.vue.d.ts +15 -0
  20. package/dist/{src/components → components}/CopyClipboard/CopyClipboard.vue.d.ts +12 -19
  21. package/dist/{src/components → components}/Divider/Divider.vue.d.ts +8 -12
  22. package/dist/{src/components → components}/Drawer/Drawer.vue.d.ts +9 -12
  23. package/dist/components/Dropdown/Dropdown.vue.d.ts +69 -0
  24. package/dist/components/Dropdown/DropdownItem.vue.d.ts +23 -0
  25. package/dist/components/Dropdown/DropdownTitle.vue.d.ts +18 -0
  26. package/dist/components/EmojiPicker/EmojiPicker.vue.d.ts +8 -0
  27. package/dist/{src/components → components}/Flex/Flex.vue.d.ts +8 -12
  28. package/dist/{src/components → components}/Grid/Grid.vue.d.ts +8 -12
  29. package/dist/components/Indicator/Indicator.vue.d.ts +21 -0
  30. package/dist/components/Input/Color.vue.d.ts +13 -0
  31. package/dist/{src/components → components}/Input/Counter.vue.d.ts +6 -4
  32. package/dist/components/Input/Dropzone.vue.d.ts +21 -0
  33. package/dist/{src/components → components}/Input/File.vue.d.ts +3 -2
  34. package/dist/{src/components → components}/Input/Input.vue.d.ts +21 -24
  35. package/dist/components/Input/Password.vue.d.ts +7 -0
  36. package/dist/{src/components → components}/Input/Textarea.vue.d.ts +13 -19
  37. package/dist/{src/components → components}/Kbd/Kbd.vue.d.ts +8 -12
  38. package/dist/components/Kbd/KbdGroup.vue.d.ts +13 -0
  39. package/dist/components/Marquee/Marquee.vue.d.ts +29 -0
  40. package/dist/components/Menubar/MenuItem.vue.d.ts +15 -0
  41. package/dist/components/Menubar/Menubar.vue.d.ts +16 -0
  42. package/dist/{src/components → components}/Modal/Confirm.vue.d.ts +7 -11
  43. package/dist/{src/components → components}/Modal/Modal.vue.d.ts +17 -19
  44. package/dist/{src/components → components}/OTP/OTP.vue.d.ts +11 -18
  45. package/dist/components/OTP/OTPItem.vue.d.ts +6 -0
  46. package/dist/{src/components → components}/Overflow/Overflow.vue.d.ts +8 -16
  47. package/dist/components/Pagination/Pagination.vue.d.ts +45 -0
  48. package/dist/{src/components → components}/Popout/Popout.vue.d.ts +8 -16
  49. package/dist/components/Popout/PopoutHover.vue.d.ts +22 -0
  50. package/dist/{src/components → components}/Progress/Progress.vue.d.ts +6 -6
  51. package/dist/components/Radio/Radio.vue.d.ts +24 -0
  52. package/dist/components/Radio/RadioGroup.vue.d.ts +22 -0
  53. package/dist/components/Resizable/Resizable.vue.d.ts +36 -0
  54. package/dist/{src/components → components}/ResizableView/ResizableView.vue.d.ts +13 -23
  55. package/dist/{src/components → components}/ResizableView/ViewPanel.vue.d.ts +9 -23
  56. package/dist/{src/components → components}/Select/Select.vue.d.ts +16 -11
  57. package/dist/{src/components → components}/Sheet/Sheet.vue.d.ts +17 -19
  58. package/dist/components/Sidebar/Sidebar.vue.d.ts +68 -0
  59. package/dist/components/Skeleton/Skeleton.vue.d.ts +9 -0
  60. package/dist/{src/components → components}/Slider/Slider.vue.d.ts +12 -12
  61. package/dist/components/Spinner/Spinner.vue.d.ts +7 -0
  62. package/dist/components/Switch/Switch.vue.d.ts +25 -0
  63. package/dist/components/Table/Cell.vue.d.ts +15 -0
  64. package/dist/components/Table/Head.vue.d.ts +26 -0
  65. package/dist/{src/components → components}/Table/Root.vue.d.ts +11 -13
  66. package/dist/components/Table/SelectAll.vue.d.ts +3 -0
  67. package/dist/components/Table/SelectRow.vue.d.ts +6 -0
  68. package/dist/components/Tabs/Tab.vue.d.ts +17 -0
  69. package/dist/{src/components → components}/Tabs/Tabs.vue.d.ts +7 -18
  70. package/dist/components/Toast/Toasts.vue.d.ts +7 -0
  71. package/dist/components/Tooltip/Tooltip.vue.d.ts +34 -0
  72. package/dist/internal/Backdrop/Backdrop.vue.d.ts +17 -0
  73. package/dist/vui.css +1 -1
  74. package/dist/vui.js +4210 -4013
  75. package/dist/vui.js.map +1 -0
  76. package/package.json +29 -19
  77. package/dist/src/components/Accordion/AccordionGroup.vue.d.ts +0 -25
  78. package/dist/src/components/AspectRatio/AspectRatio.vue.d.ts +0 -20
  79. package/dist/src/components/Avatar/Avatar.vue.d.ts +0 -28
  80. package/dist/src/components/Badge/Badge.vue.d.ts +0 -25
  81. package/dist/src/components/Badge/BadgeGroup.vue.d.ts +0 -21
  82. package/dist/src/components/Breadcrumbs/BreadcrumbItem.vue.d.ts +0 -22
  83. package/dist/src/components/Breadcrumbs/Breadcrumbs.vue.d.ts +0 -18
  84. package/dist/src/components/Button/ButtonGroup.vue.d.ts +0 -22
  85. package/dist/src/components/Calendar/Calendar.vue.d.ts +0 -25
  86. package/dist/src/components/Card/Card.vue.d.ts +0 -30
  87. package/dist/src/components/Carousel/Carousel.vue.d.ts +0 -184
  88. package/dist/src/components/Charts/Histogram.vue.d.ts +0 -29
  89. package/dist/src/components/Checkbox/Checkbox.vue.d.ts +0 -31
  90. package/dist/src/components/ContextMenu/ContextMenu.vue.d.ts +0 -170
  91. package/dist/src/components/Dropdown/Dropdown.vue.d.ts +0 -222
  92. package/dist/src/components/Dropdown/DropdownItem.vue.d.ts +0 -24
  93. package/dist/src/components/Dropdown/DropdownTitle.vue.d.ts +0 -21
  94. package/dist/src/components/EmojiPicker/EmojiPicker.vue.d.ts +0 -63
  95. package/dist/src/components/Indicator/Indicator.vue.d.ts +0 -25
  96. package/dist/src/components/Input/Color.vue.d.ts +0 -11
  97. package/dist/src/components/Input/Dropzone.vue.d.ts +0 -189
  98. package/dist/src/components/Input/Password.vue.d.ts +0 -6
  99. package/dist/src/components/Kbd/KbdGroup.vue.d.ts +0 -19
  100. package/dist/src/components/Marquee/Marquee.vue.d.ts +0 -36
  101. package/dist/src/components/Menubar/MenuItem.vue.d.ts +0 -22
  102. package/dist/src/components/Menubar/Menubar.vue.d.ts +0 -20
  103. package/dist/src/components/OTP/OTPItem.vue.d.ts +0 -5
  104. package/dist/src/components/Pagination/Pagination.vue.d.ts +0 -46
  105. package/dist/src/components/Popout/PopoutHover.vue.d.ts +0 -175
  106. package/dist/src/components/Radio/Radio.vue.d.ts +0 -29
  107. package/dist/src/components/Radio/RadioGroup.vue.d.ts +0 -27
  108. package/dist/src/components/Resizable/Resizable.vue.d.ts +0 -47
  109. package/dist/src/components/Sidebar/Sidebar.vue.d.ts +0 -75
  110. package/dist/src/components/Skeleton/Skeleton.vue.d.ts +0 -8
  111. package/dist/src/components/Spinner/Spinner.vue.d.ts +0 -6
  112. package/dist/src/components/Switch/Switch.vue.d.ts +0 -30
  113. package/dist/src/components/Table/Cell.vue.d.ts +0 -22
  114. package/dist/src/components/Table/Head.vue.d.ts +0 -30
  115. package/dist/src/components/Table/SelectAll.vue.d.ts +0 -2
  116. package/dist/src/components/Table/SelectRow.vue.d.ts +0 -5
  117. package/dist/src/components/Tabs/Tab.vue.d.ts +0 -21
  118. package/dist/src/components/Toast/Toasts.vue.d.ts +0 -6
  119. package/dist/src/components/Tooltip/Tooltip.vue.d.ts +0 -41
  120. package/dist/src/internal/Backdrop/Backdrop.vue.d.ts +0 -21
  121. /package/dist/{src/components → components}/Menubar/menubar.d.ts +0 -0
  122. /package/dist/{src/components → components}/Pagination/pagination.d.ts +0 -0
  123. /package/dist/{src/components → components}/Table/index.d.ts +0 -0
  124. /package/dist/{src/components → components}/Table/table.d.ts +0 -0
  125. /package/dist/{src/components → components}/Toast/toast.d.ts +0 -0
  126. /package/dist/{src/index.d.ts → index.d.ts} +0 -0
  127. /package/dist/{src/lib → lib}/color.d.ts +0 -0
  128. /package/dist/{src/lib → lib}/helpers.d.ts +0 -0
  129. /package/dist/{src/lib → lib}/layerManager.d.ts +0 -0
  130. /package/dist/{src/lib → lib}/slots.d.ts +0 -0
  131. /package/dist/{src/lib → lib}/theme.d.ts +0 -0
  132. /package/dist/{src/lib → lib}/types.d.ts +0 -0
  133. /package/dist/{src/lib → lib}/viewTransition.d.ts +0 -0
  134. /package/dist/{src/lib → lib}/viewport.d.ts +0 -0
@@ -1,170 +0,0 @@
1
- declare function __VLS_template(): {
2
- attrs: Partial<{}>;
3
- slots: {
4
- menu?(_: {}): any;
5
- default?(_: {}): any;
6
- };
7
- refs: {
8
- contextEl: HTMLDivElement;
9
- anchorEl: HTMLDivElement;
10
- popoutRef: ({
11
- $: import('vue').ComponentInternalInstance;
12
- $data: {};
13
- $props: {
14
- readonly anchor: import('../../lib/types.ts').PopoutMaybeElement<HTMLElement>;
15
- readonly placement?: import('../../lib/types.ts').Placement | undefined;
16
- readonly offset?: number | undefined;
17
- readonly visible: boolean;
18
- readonly transitionName?: string | "none" | undefined;
19
- readonly teleport?: boolean | undefined;
20
- readonly enterDelay?: number | undefined;
21
- readonly leaveDelay?: number | undefined;
22
- readonly onClickOutside?: (() => any) | undefined;
23
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
24
- $attrs: import('vue').Attrs;
25
- $refs: {
26
- [x: string]: unknown;
27
- } & {
28
- popout: HTMLDivElement;
29
- };
30
- $slots: Readonly<{
31
- [name: string]: import('vue').Slot<any> | undefined;
32
- }>;
33
- $root: import('vue').ComponentPublicInstance | null;
34
- $parent: import('vue').ComponentPublicInstance | null;
35
- $host: Element | null;
36
- $emit: (event: "clickOutside") => void;
37
- $el: any;
38
- $options: import('vue').ComponentOptionsBase<Readonly<import('../Popout/Popout.vue').Props> & Readonly<{
39
- onClickOutside?: (() => any) | undefined;
40
- }>, {
41
- el: () => HTMLDivElement | null;
42
- layerIndex: () => number;
43
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
44
- clickOutside: () => any;
45
- }, string, {
46
- placement: import('../../lib/types.ts').Placement;
47
- offset: number;
48
- teleport: boolean;
49
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
50
- beforeCreate?: (() => void) | (() => void)[];
51
- created?: (() => void) | (() => void)[];
52
- beforeMount?: (() => void) | (() => void)[];
53
- mounted?: (() => void) | (() => void)[];
54
- beforeUpdate?: (() => void) | (() => void)[];
55
- updated?: (() => void) | (() => void)[];
56
- activated?: (() => void) | (() => void)[];
57
- deactivated?: (() => void) | (() => void)[];
58
- beforeDestroy?: (() => void) | (() => void)[];
59
- beforeUnmount?: (() => void) | (() => void)[];
60
- destroyed?: (() => void) | (() => void)[];
61
- unmounted?: (() => void) | (() => void)[];
62
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
63
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
64
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
65
- };
66
- $forceUpdate: () => void;
67
- $nextTick: typeof import('vue').nextTick;
68
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
69
- } & Readonly<{
70
- placement: import('../../lib/types.ts').Placement;
71
- offset: number;
72
- teleport: boolean;
73
- }> & Omit<Readonly<import('../Popout/Popout.vue').Props> & Readonly<{
74
- onClickOutside?: (() => any) | undefined;
75
- }>, "el" | "layerIndex" | ("placement" | "offset" | "teleport")> & {
76
- el: () => HTMLDivElement | null;
77
- layerIndex: () => number;
78
- } & {} & import('vue').ComponentCustomProperties & {} & {
79
- $slots: {
80
- default?(_: {}): any;
81
- };
82
- }) | null;
83
- };
84
- rootEl: HTMLDivElement;
85
- };
86
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
87
- declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
88
- contextEl: HTMLDivElement;
89
- anchorEl: HTMLDivElement;
90
- popoutRef: ({
91
- $: import('vue').ComponentInternalInstance;
92
- $data: {};
93
- $props: {
94
- readonly anchor: import('../../lib/types.ts').PopoutMaybeElement<HTMLElement>;
95
- readonly placement?: import('../../lib/types.ts').Placement | undefined;
96
- readonly offset?: number | undefined;
97
- readonly visible: boolean;
98
- readonly transitionName?: string | "none" | undefined;
99
- readonly teleport?: boolean | undefined;
100
- readonly enterDelay?: number | undefined;
101
- readonly leaveDelay?: number | undefined;
102
- readonly onClickOutside?: (() => any) | undefined;
103
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
104
- $attrs: import('vue').Attrs;
105
- $refs: {
106
- [x: string]: unknown;
107
- } & {
108
- popout: HTMLDivElement;
109
- };
110
- $slots: Readonly<{
111
- [name: string]: import('vue').Slot<any> | undefined;
112
- }>;
113
- $root: import('vue').ComponentPublicInstance | null;
114
- $parent: import('vue').ComponentPublicInstance | null;
115
- $host: Element | null;
116
- $emit: (event: "clickOutside") => void;
117
- $el: any;
118
- $options: import('vue').ComponentOptionsBase<Readonly<import('../Popout/Popout.vue').Props> & Readonly<{
119
- onClickOutside?: (() => any) | undefined;
120
- }>, {
121
- el: () => HTMLDivElement | null;
122
- layerIndex: () => number;
123
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
124
- clickOutside: () => any;
125
- }, string, {
126
- placement: import('../../lib/types.ts').Placement;
127
- offset: number;
128
- teleport: boolean;
129
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
130
- beforeCreate?: (() => void) | (() => void)[];
131
- created?: (() => void) | (() => void)[];
132
- beforeMount?: (() => void) | (() => void)[];
133
- mounted?: (() => void) | (() => void)[];
134
- beforeUpdate?: (() => void) | (() => void)[];
135
- updated?: (() => void) | (() => void)[];
136
- activated?: (() => void) | (() => void)[];
137
- deactivated?: (() => void) | (() => void)[];
138
- beforeDestroy?: (() => void) | (() => void)[];
139
- beforeUnmount?: (() => void) | (() => void)[];
140
- destroyed?: (() => void) | (() => void)[];
141
- unmounted?: (() => void) | (() => void)[];
142
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
143
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
144
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
145
- };
146
- $forceUpdate: () => void;
147
- $nextTick: typeof import('vue').nextTick;
148
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
149
- } & Readonly<{
150
- placement: import('../../lib/types.ts').Placement;
151
- offset: number;
152
- teleport: boolean;
153
- }> & Omit<Readonly<import('../Popout/Popout.vue').Props> & Readonly<{
154
- onClickOutside?: (() => any) | undefined;
155
- }>, "el" | "layerIndex" | ("placement" | "offset" | "teleport")> & {
156
- el: () => HTMLDivElement | null;
157
- layerIndex: () => number;
158
- } & {} & import('vue').ComponentCustomProperties & {} & {
159
- $slots: {
160
- default?(_: {}): any;
161
- };
162
- }) | null;
163
- }, HTMLDivElement>;
164
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
165
- export default _default;
166
- type __VLS_WithTemplateSlots<T, S> = T & {
167
- new (): {
168
- $slots: S;
169
- };
170
- };
@@ -1,222 +0,0 @@
1
- import { Placement } from '../../lib/types.ts';
2
- import { nextTick } from 'vue';
3
- export interface Props {
4
- /**
5
- * Tooltip placement related to the anchor
6
- */
7
- placement?: Placement;
8
- /**
9
- * Set the minimum width of the dropdown element
10
- */
11
- minWidth?: number | string;
12
- /**
13
- * Set he max height of the dropdown element before it starts scrolling
14
- */
15
- maxHeight?: number | string;
16
- /**
17
- * Disable mobile drawer behavior, always use the floating dropdown.
18
- */
19
- noMobileDrawer?: boolean;
20
- /**
21
- * By default, elements with transition already use a default fade transition. This can be replaced by a custom vue transition class name.
22
- *
23
- * Setting the value to `none` will not apply any transition. This is useful when using viewTransitions to prevent conflicts between default animation and the view transition
24
- */
25
- transitionName?: string | 'none';
26
- }
27
- declare function open(): void;
28
- declare function close(): void;
29
- declare function toggle(): void;
30
- declare function __VLS_template(): {
31
- attrs: Partial<{}>;
32
- slots: {
33
- trigger?(_: {
34
- open: typeof open;
35
- isOpen: boolean;
36
- close: typeof close;
37
- toggle: typeof toggle;
38
- }): any;
39
- default?(_: {
40
- open: typeof open;
41
- close: typeof close;
42
- toggle: typeof toggle;
43
- isOpen: boolean;
44
- }): any;
45
- default?(_: {
46
- open: typeof open;
47
- close: typeof close;
48
- toggle: typeof toggle;
49
- isOpen: boolean;
50
- }): any;
51
- };
52
- refs: {
53
- anchor: HTMLSpanElement;
54
- popoutEl: ({
55
- $: import('vue').ComponentInternalInstance;
56
- $data: {};
57
- $props: {
58
- readonly anchor: import('../../lib/types.ts').PopoutMaybeElement<HTMLElement>;
59
- readonly placement?: Placement | undefined;
60
- readonly offset?: number | undefined;
61
- readonly visible: boolean;
62
- readonly transitionName?: string | "none" | undefined;
63
- readonly teleport?: boolean | undefined;
64
- readonly enterDelay?: number | undefined;
65
- readonly leaveDelay?: number | undefined;
66
- readonly onClickOutside?: (() => any) | undefined;
67
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
68
- $attrs: import('vue').Attrs;
69
- $refs: {
70
- [x: string]: unknown;
71
- } & {
72
- popout: HTMLDivElement;
73
- };
74
- $slots: Readonly<{
75
- [name: string]: import('vue').Slot<any> | undefined;
76
- }>;
77
- $root: import('vue').ComponentPublicInstance | null;
78
- $parent: import('vue').ComponentPublicInstance | null;
79
- $host: Element | null;
80
- $emit: (event: "clickOutside") => void;
81
- $el: any;
82
- $options: import('vue').ComponentOptionsBase<Readonly<import('../Popout/Popout.vue').Props> & Readonly<{
83
- onClickOutside?: (() => any) | undefined;
84
- }>, {
85
- el: () => HTMLDivElement | null;
86
- layerIndex: () => number;
87
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
88
- clickOutside: () => any;
89
- }, string, {
90
- placement: Placement;
91
- offset: number;
92
- teleport: boolean;
93
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
94
- beforeCreate?: (() => void) | (() => void)[];
95
- created?: (() => void) | (() => void)[];
96
- beforeMount?: (() => void) | (() => void)[];
97
- mounted?: (() => void) | (() => void)[];
98
- beforeUpdate?: (() => void) | (() => void)[];
99
- updated?: (() => void) | (() => void)[];
100
- activated?: (() => void) | (() => void)[];
101
- deactivated?: (() => void) | (() => void)[];
102
- beforeDestroy?: (() => void) | (() => void)[];
103
- beforeUnmount?: (() => void) | (() => void)[];
104
- destroyed?: (() => void) | (() => void)[];
105
- unmounted?: (() => void) | (() => void)[];
106
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
107
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
108
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
109
- };
110
- $forceUpdate: () => void;
111
- $nextTick: typeof nextTick;
112
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
113
- } & Readonly<{
114
- placement: Placement;
115
- offset: number;
116
- teleport: boolean;
117
- }> & Omit<Readonly<import('../Popout/Popout.vue').Props> & Readonly<{
118
- onClickOutside?: (() => any) | undefined;
119
- }>, "el" | "layerIndex" | ("placement" | "offset" | "teleport")> & {
120
- el: () => HTMLDivElement | null;
121
- layerIndex: () => number;
122
- } & {} & import('vue').ComponentCustomProperties & {} & {
123
- $slots: {
124
- default?(_: {}): any;
125
- };
126
- }) | null;
127
- };
128
- rootEl: any;
129
- };
130
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
131
- declare const __VLS_component: import('vue').DefineComponent<Props, {
132
- open: typeof open;
133
- close: typeof close;
134
- toggle: typeof toggle;
135
- isOpen: import('vue').Ref<boolean, boolean>;
136
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
137
- close: () => any;
138
- }, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
139
- onClose?: (() => any) | undefined;
140
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
141
- anchor: HTMLSpanElement;
142
- popoutEl: ({
143
- $: import('vue').ComponentInternalInstance;
144
- $data: {};
145
- $props: {
146
- readonly anchor: import('../../lib/types.ts').PopoutMaybeElement<HTMLElement>;
147
- readonly placement?: Placement | undefined;
148
- readonly offset?: number | undefined;
149
- readonly visible: boolean;
150
- readonly transitionName?: string | "none" | undefined;
151
- readonly teleport?: boolean | undefined;
152
- readonly enterDelay?: number | undefined;
153
- readonly leaveDelay?: number | undefined;
154
- readonly onClickOutside?: (() => any) | undefined;
155
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
156
- $attrs: import('vue').Attrs;
157
- $refs: {
158
- [x: string]: unknown;
159
- } & {
160
- popout: HTMLDivElement;
161
- };
162
- $slots: Readonly<{
163
- [name: string]: import('vue').Slot<any> | undefined;
164
- }>;
165
- $root: import('vue').ComponentPublicInstance | null;
166
- $parent: import('vue').ComponentPublicInstance | null;
167
- $host: Element | null;
168
- $emit: (event: "clickOutside") => void;
169
- $el: any;
170
- $options: import('vue').ComponentOptionsBase<Readonly<import('../Popout/Popout.vue').Props> & Readonly<{
171
- onClickOutside?: (() => any) | undefined;
172
- }>, {
173
- el: () => HTMLDivElement | null;
174
- layerIndex: () => number;
175
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
176
- clickOutside: () => any;
177
- }, string, {
178
- placement: Placement;
179
- offset: number;
180
- teleport: boolean;
181
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
182
- beforeCreate?: (() => void) | (() => void)[];
183
- created?: (() => void) | (() => void)[];
184
- beforeMount?: (() => void) | (() => void)[];
185
- mounted?: (() => void) | (() => void)[];
186
- beforeUpdate?: (() => void) | (() => void)[];
187
- updated?: (() => void) | (() => void)[];
188
- activated?: (() => void) | (() => void)[];
189
- deactivated?: (() => void) | (() => void)[];
190
- beforeDestroy?: (() => void) | (() => void)[];
191
- beforeUnmount?: (() => void) | (() => void)[];
192
- destroyed?: (() => void) | (() => void)[];
193
- unmounted?: (() => void) | (() => void)[];
194
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
195
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
196
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
197
- };
198
- $forceUpdate: () => void;
199
- $nextTick: typeof nextTick;
200
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
201
- } & Readonly<{
202
- placement: Placement;
203
- offset: number;
204
- teleport: boolean;
205
- }> & Omit<Readonly<import('../Popout/Popout.vue').Props> & Readonly<{
206
- onClickOutside?: (() => any) | undefined;
207
- }>, "el" | "layerIndex" | ("placement" | "offset" | "teleport")> & {
208
- el: () => HTMLDivElement | null;
209
- layerIndex: () => number;
210
- } & {} & import('vue').ComponentCustomProperties & {} & {
211
- $slots: {
212
- default?(_: {}): any;
213
- };
214
- }) | null;
215
- }, any>;
216
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
217
- export default _default;
218
- type __VLS_WithTemplateSlots<T, S> = T & {
219
- new (): {
220
- $slots: S;
221
- };
222
- };
@@ -1,24 +0,0 @@
1
- interface Props {
2
- disabled?: boolean;
3
- size?: 's' | 'm';
4
- }
5
- declare function __VLS_template(): {
6
- attrs: Partial<{}>;
7
- slots: {
8
- icon?(_: {}): any;
9
- default?(_: {}): any;
10
- hint?(_: {}): any;
11
- iconEnd?(_: {}): any;
12
- };
13
- refs: {};
14
- rootEl: HTMLButtonElement;
15
- };
16
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
- declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLButtonElement>;
18
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
19
- export default _default;
20
- type __VLS_WithTemplateSlots<T, S> = T & {
21
- new (): {
22
- $slots: S;
23
- };
24
- };
@@ -1,21 +0,0 @@
1
- type __VLS_Props = {
2
- sticky?: boolean;
3
- };
4
- declare function __VLS_template(): {
5
- attrs: Partial<{}>;
6
- slots: {
7
- default?(_: {}): any;
8
- end?(_: {}): any;
9
- };
10
- refs: {};
11
- rootEl: HTMLDivElement;
12
- };
13
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
- declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
15
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
16
- export default _default;
17
- type __VLS_WithTemplateSlots<T, S> = T & {
18
- new (): {
19
- $slots: S;
20
- };
21
- };
@@ -1,63 +0,0 @@
1
- import { Emoji } from 'emojibase';
2
- import { nextTick } from 'vue';
3
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
4
- select: (emoji: Emoji) => any;
5
- }, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
6
- onSelect?: ((emoji: Emoji) => any) | undefined;
7
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
8
- input: HTMLInputElement;
9
- overflow: ({
10
- $: import('vue').ComponentInternalInstance;
11
- $data: {};
12
- $props: {
13
- readonly horizontal?: boolean | undefined;
14
- readonly hideScrollbar?: boolean | undefined;
15
- readonly hideShadows?: boolean | undefined;
16
- readonly snap?: boolean | undefined;
17
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
18
- $attrs: import('vue').Attrs;
19
- $refs: {
20
- [x: string]: unknown;
21
- } & {
22
- content: HTMLDivElement;
23
- };
24
- $slots: Readonly<{
25
- [name: string]: import('vue').Slot<any> | undefined;
26
- }>;
27
- $root: import('vue').ComponentPublicInstance | null;
28
- $parent: import('vue').ComponentPublicInstance | null;
29
- $host: Element | null;
30
- $emit: (event: string, ...args: any[]) => void;
31
- $el: HTMLDivElement;
32
- $options: import('vue').ComponentOptionsBase<Readonly<import('../Overflow/Overflow.vue').Props> & Readonly<{}>, {
33
- contentRef: Readonly<import('vue').ShallowRef<HTMLElement | null>>;
34
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
35
- beforeCreate?: (() => void) | (() => void)[];
36
- created?: (() => void) | (() => void)[];
37
- beforeMount?: (() => void) | (() => void)[];
38
- mounted?: (() => void) | (() => void)[];
39
- beforeUpdate?: (() => void) | (() => void)[];
40
- updated?: (() => void) | (() => void)[];
41
- activated?: (() => void) | (() => void)[];
42
- deactivated?: (() => void) | (() => void)[];
43
- beforeDestroy?: (() => void) | (() => void)[];
44
- beforeUnmount?: (() => void) | (() => void)[];
45
- destroyed?: (() => void) | (() => void)[];
46
- unmounted?: (() => void) | (() => void)[];
47
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
48
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
49
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
50
- };
51
- $forceUpdate: () => void;
52
- $nextTick: typeof nextTick;
53
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
54
- } & Readonly<{}> & Omit<Readonly<import('../Overflow/Overflow.vue').Props> & Readonly<{}>, "contentRef"> & {
55
- contentRef: HTMLElement | null;
56
- } & {} & import('vue').ComponentCustomProperties & {} & {
57
- $slots: {
58
- default?(_: {}): any;
59
- };
60
- }) | null;
61
- groupTitles: HTMLSpanElement;
62
- }, HTMLDivElement>;
63
- export default _default;
@@ -1,25 +0,0 @@
1
- import { Sizes } from '../../lib/types';
2
- interface Props {
3
- variant?: 'alert' | 'online' | 'offline' | 'away';
4
- position?: 'top-right' | 'top-left' | 'bottom-right' | 'bottom-left';
5
- size?: Sizes;
6
- outline?: boolean;
7
- ripple?: boolean;
8
- }
9
- declare function __VLS_template(): {
10
- attrs: Partial<{}>;
11
- slots: {
12
- default?(_: {}): any;
13
- };
14
- refs: {};
15
- rootEl: HTMLDivElement;
16
- };
17
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
18
- declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
19
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
20
- export default _default;
21
- type __VLS_WithTemplateSlots<T, S> = T & {
22
- new (): {
23
- $slots: S;
24
- };
25
- };
@@ -1,11 +0,0 @@
1
- import { InputProps } from './Input.vue';
2
- type __VLS_Props = InputProps;
3
- type __VLS_PublicProps = {
4
- modelValue?: string;
5
- } & __VLS_Props;
6
- declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
- "update:modelValue": (value: string) => any;
8
- }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
9
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
10
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
11
- export default _default;