@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.
- package/dist/{src/components → components}/Accordion/Accordion.vue.d.ts +17 -23
- package/dist/components/Accordion/AccordionGroup.vue.d.ts +15 -0
- package/dist/{src/components → components}/Alert/Alert.vue.d.ts +13 -14
- package/dist/components/AspectRatio/AspectRatio.vue.d.ts +16 -0
- package/dist/components/Avatar/Avatar.vue.d.ts +26 -0
- package/dist/{src/components → components}/Avatar/AvatarGroup.vue.d.ts +5 -11
- package/dist/components/Badge/Badge.vue.d.ts +21 -0
- package/dist/components/Badge/BadgeGroup.vue.d.ts +17 -0
- package/dist/components/Breadcrumbs/BreadcrumbItem.vue.d.ts +19 -0
- package/dist/components/Breadcrumbs/Breadcrumbs.vue.d.ts +12 -0
- package/dist/{src/components → components}/Button/Button.vue.d.ts +3 -2
- package/dist/components/Button/ButtonGroup.vue.d.ts +18 -0
- package/dist/components/Calendar/Calendar.vue.d.ts +21 -0
- package/dist/components/Card/Card.vue.d.ts +29 -0
- package/dist/components/Carousel/Carousel.vue.d.ts +44 -0
- package/dist/components/Charts/Histogram.vue.d.ts +23 -0
- package/dist/components/Checkbox/Checkbox.vue.d.ts +26 -0
- package/dist/{src/components → components}/Commands/Commands.vue.d.ts +22 -27
- package/dist/components/ContextMenu/ContextMenu.vue.d.ts +15 -0
- package/dist/{src/components → components}/CopyClipboard/CopyClipboard.vue.d.ts +12 -19
- package/dist/{src/components → components}/Divider/Divider.vue.d.ts +8 -12
- package/dist/{src/components → components}/Drawer/Drawer.vue.d.ts +9 -12
- package/dist/components/Dropdown/Dropdown.vue.d.ts +69 -0
- package/dist/components/Dropdown/DropdownItem.vue.d.ts +23 -0
- package/dist/components/Dropdown/DropdownTitle.vue.d.ts +18 -0
- package/dist/components/EmojiPicker/EmojiPicker.vue.d.ts +8 -0
- package/dist/{src/components → components}/Flex/Flex.vue.d.ts +8 -12
- package/dist/{src/components → components}/Grid/Grid.vue.d.ts +8 -12
- package/dist/components/Indicator/Indicator.vue.d.ts +21 -0
- package/dist/components/Input/Color.vue.d.ts +13 -0
- package/dist/{src/components → components}/Input/Counter.vue.d.ts +6 -4
- package/dist/components/Input/Dropzone.vue.d.ts +21 -0
- package/dist/{src/components → components}/Input/File.vue.d.ts +3 -2
- package/dist/{src/components → components}/Input/Input.vue.d.ts +21 -24
- package/dist/components/Input/Password.vue.d.ts +7 -0
- package/dist/{src/components → components}/Input/Textarea.vue.d.ts +13 -19
- package/dist/{src/components → components}/Kbd/Kbd.vue.d.ts +8 -12
- package/dist/components/Kbd/KbdGroup.vue.d.ts +13 -0
- package/dist/components/Marquee/Marquee.vue.d.ts +29 -0
- package/dist/components/Menubar/MenuItem.vue.d.ts +15 -0
- package/dist/components/Menubar/Menubar.vue.d.ts +16 -0
- package/dist/{src/components → components}/Modal/Confirm.vue.d.ts +7 -11
- package/dist/{src/components → components}/Modal/Modal.vue.d.ts +17 -19
- package/dist/{src/components → components}/OTP/OTP.vue.d.ts +11 -18
- package/dist/components/OTP/OTPItem.vue.d.ts +6 -0
- package/dist/{src/components → components}/Overflow/Overflow.vue.d.ts +8 -16
- package/dist/components/Pagination/Pagination.vue.d.ts +45 -0
- package/dist/{src/components → components}/Popout/Popout.vue.d.ts +8 -16
- package/dist/components/Popout/PopoutHover.vue.d.ts +22 -0
- package/dist/{src/components → components}/Progress/Progress.vue.d.ts +6 -6
- package/dist/components/Radio/Radio.vue.d.ts +24 -0
- package/dist/components/Radio/RadioGroup.vue.d.ts +22 -0
- package/dist/components/Resizable/Resizable.vue.d.ts +36 -0
- package/dist/{src/components → components}/ResizableView/ResizableView.vue.d.ts +13 -23
- package/dist/{src/components → components}/ResizableView/ViewPanel.vue.d.ts +9 -23
- package/dist/{src/components → components}/Select/Select.vue.d.ts +16 -11
- package/dist/{src/components → components}/Sheet/Sheet.vue.d.ts +17 -19
- package/dist/components/Sidebar/Sidebar.vue.d.ts +68 -0
- package/dist/components/Skeleton/Skeleton.vue.d.ts +9 -0
- package/dist/{src/components → components}/Slider/Slider.vue.d.ts +12 -12
- package/dist/components/Spinner/Spinner.vue.d.ts +7 -0
- package/dist/components/Switch/Switch.vue.d.ts +25 -0
- package/dist/components/Table/Cell.vue.d.ts +15 -0
- package/dist/components/Table/Head.vue.d.ts +26 -0
- package/dist/{src/components → components}/Table/Root.vue.d.ts +11 -13
- package/dist/components/Table/SelectAll.vue.d.ts +3 -0
- package/dist/components/Table/SelectRow.vue.d.ts +6 -0
- package/dist/components/Tabs/Tab.vue.d.ts +17 -0
- package/dist/{src/components → components}/Tabs/Tabs.vue.d.ts +7 -18
- package/dist/components/Toast/Toasts.vue.d.ts +7 -0
- package/dist/components/Tooltip/Tooltip.vue.d.ts +34 -0
- package/dist/internal/Backdrop/Backdrop.vue.d.ts +17 -0
- package/dist/vui.css +1 -1
- package/dist/vui.js +4210 -4013
- package/dist/vui.js.map +1 -0
- package/package.json +29 -19
- package/dist/src/components/Accordion/AccordionGroup.vue.d.ts +0 -25
- package/dist/src/components/AspectRatio/AspectRatio.vue.d.ts +0 -20
- package/dist/src/components/Avatar/Avatar.vue.d.ts +0 -28
- package/dist/src/components/Badge/Badge.vue.d.ts +0 -25
- package/dist/src/components/Badge/BadgeGroup.vue.d.ts +0 -21
- package/dist/src/components/Breadcrumbs/BreadcrumbItem.vue.d.ts +0 -22
- package/dist/src/components/Breadcrumbs/Breadcrumbs.vue.d.ts +0 -18
- package/dist/src/components/Button/ButtonGroup.vue.d.ts +0 -22
- package/dist/src/components/Calendar/Calendar.vue.d.ts +0 -25
- package/dist/src/components/Card/Card.vue.d.ts +0 -30
- package/dist/src/components/Carousel/Carousel.vue.d.ts +0 -184
- package/dist/src/components/Charts/Histogram.vue.d.ts +0 -29
- package/dist/src/components/Checkbox/Checkbox.vue.d.ts +0 -31
- package/dist/src/components/ContextMenu/ContextMenu.vue.d.ts +0 -170
- package/dist/src/components/Dropdown/Dropdown.vue.d.ts +0 -222
- package/dist/src/components/Dropdown/DropdownItem.vue.d.ts +0 -24
- package/dist/src/components/Dropdown/DropdownTitle.vue.d.ts +0 -21
- package/dist/src/components/EmojiPicker/EmojiPicker.vue.d.ts +0 -63
- package/dist/src/components/Indicator/Indicator.vue.d.ts +0 -25
- package/dist/src/components/Input/Color.vue.d.ts +0 -11
- package/dist/src/components/Input/Dropzone.vue.d.ts +0 -189
- package/dist/src/components/Input/Password.vue.d.ts +0 -6
- package/dist/src/components/Kbd/KbdGroup.vue.d.ts +0 -19
- package/dist/src/components/Marquee/Marquee.vue.d.ts +0 -36
- package/dist/src/components/Menubar/MenuItem.vue.d.ts +0 -22
- package/dist/src/components/Menubar/Menubar.vue.d.ts +0 -20
- package/dist/src/components/OTP/OTPItem.vue.d.ts +0 -5
- package/dist/src/components/Pagination/Pagination.vue.d.ts +0 -46
- package/dist/src/components/Popout/PopoutHover.vue.d.ts +0 -175
- package/dist/src/components/Radio/Radio.vue.d.ts +0 -29
- package/dist/src/components/Radio/RadioGroup.vue.d.ts +0 -27
- package/dist/src/components/Resizable/Resizable.vue.d.ts +0 -47
- package/dist/src/components/Sidebar/Sidebar.vue.d.ts +0 -75
- package/dist/src/components/Skeleton/Skeleton.vue.d.ts +0 -8
- package/dist/src/components/Spinner/Spinner.vue.d.ts +0 -6
- package/dist/src/components/Switch/Switch.vue.d.ts +0 -30
- package/dist/src/components/Table/Cell.vue.d.ts +0 -22
- package/dist/src/components/Table/Head.vue.d.ts +0 -30
- package/dist/src/components/Table/SelectAll.vue.d.ts +0 -2
- package/dist/src/components/Table/SelectRow.vue.d.ts +0 -5
- package/dist/src/components/Tabs/Tab.vue.d.ts +0 -21
- package/dist/src/components/Toast/Toasts.vue.d.ts +0 -6
- package/dist/src/components/Tooltip/Tooltip.vue.d.ts +0 -41
- package/dist/src/internal/Backdrop/Backdrop.vue.d.ts +0 -21
- /package/dist/{src/components → components}/Menubar/menubar.d.ts +0 -0
- /package/dist/{src/components → components}/Pagination/pagination.d.ts +0 -0
- /package/dist/{src/components → components}/Table/index.d.ts +0 -0
- /package/dist/{src/components → components}/Table/table.d.ts +0 -0
- /package/dist/{src/components → components}/Toast/toast.d.ts +0 -0
- /package/dist/{src/index.d.ts → index.d.ts} +0 -0
- /package/dist/{src/lib → lib}/color.d.ts +0 -0
- /package/dist/{src/lib → lib}/helpers.d.ts +0 -0
- /package/dist/{src/lib → lib}/layerManager.d.ts +0 -0
- /package/dist/{src/lib → lib}/slots.d.ts +0 -0
- /package/dist/{src/lib → lib}/theme.d.ts +0 -0
- /package/dist/{src/lib → lib}/types.d.ts +0 -0
- /package/dist/{src/lib → lib}/viewTransition.d.ts +0 -0
- /package/dist/{src/lib → lib}/viewport.d.ts +0 -0
|
@@ -1,189 +0,0 @@
|
|
|
1
|
-
import { InputProps } from './Input.vue';
|
|
2
|
-
type Props = Omit<InputProps, 'type' | 'modelValue' | 'focus' | 'limit' | 'placeholder'>;
|
|
3
|
-
declare function __VLS_template(): {
|
|
4
|
-
attrs: Partial<{}>;
|
|
5
|
-
slots: {
|
|
6
|
-
default?(_: {
|
|
7
|
-
dragging: boolean;
|
|
8
|
-
}): any;
|
|
9
|
-
};
|
|
10
|
-
refs: {
|
|
11
|
-
dropzone: ({
|
|
12
|
-
$: import('vue').ComponentInternalInstance;
|
|
13
|
-
$data: {};
|
|
14
|
-
$props: {
|
|
15
|
-
readonly modelValue?: string | number | undefined;
|
|
16
|
-
readonly type?: import('./Input.vue').InputType | undefined;
|
|
17
|
-
readonly label?: string | undefined;
|
|
18
|
-
readonly hint?: string | undefined;
|
|
19
|
-
readonly limit?: number | string | undefined;
|
|
20
|
-
readonly expand?: boolean | undefined;
|
|
21
|
-
readonly placeholder?: string | undefined;
|
|
22
|
-
readonly required?: boolean | undefined;
|
|
23
|
-
readonly readonly?: boolean | undefined;
|
|
24
|
-
readonly focus?: boolean | undefined;
|
|
25
|
-
readonly errors?: string[] | undefined;
|
|
26
|
-
readonly accept?: string | undefined;
|
|
27
|
-
readonly multiple?: boolean | undefined;
|
|
28
|
-
readonly min?: number | undefined;
|
|
29
|
-
readonly max?: number | undefined;
|
|
30
|
-
readonly disabled?: boolean | undefined;
|
|
31
|
-
readonly "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
32
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
33
|
-
$attrs: import('vue').Attrs;
|
|
34
|
-
$refs: {
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
} & {
|
|
37
|
-
input: HTMLInputElement;
|
|
38
|
-
};
|
|
39
|
-
$slots: Readonly<{
|
|
40
|
-
[name: string]: import('vue').Slot<any> | undefined;
|
|
41
|
-
}>;
|
|
42
|
-
$root: import('vue').ComponentPublicInstance | null;
|
|
43
|
-
$parent: import('vue').ComponentPublicInstance | null;
|
|
44
|
-
$host: Element | null;
|
|
45
|
-
$emit: (event: "update:modelValue", value: string | number) => void;
|
|
46
|
-
$el: HTMLDivElement;
|
|
47
|
-
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
48
|
-
modelValue?: string | number;
|
|
49
|
-
} & InputProps> & Readonly<{
|
|
50
|
-
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
51
|
-
}>, {
|
|
52
|
-
focus: () => void;
|
|
53
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
54
|
-
"update:modelValue": (value: string | number) => any;
|
|
55
|
-
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
56
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
57
|
-
created?: (() => void) | (() => void)[];
|
|
58
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
59
|
-
mounted?: (() => void) | (() => void)[];
|
|
60
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
61
|
-
updated?: (() => void) | (() => void)[];
|
|
62
|
-
activated?: (() => void) | (() => void)[];
|
|
63
|
-
deactivated?: (() => void) | (() => void)[];
|
|
64
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
65
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
66
|
-
destroyed?: (() => void) | (() => void)[];
|
|
67
|
-
unmounted?: (() => void) | (() => void)[];
|
|
68
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
69
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
70
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
71
|
-
};
|
|
72
|
-
$forceUpdate: () => void;
|
|
73
|
-
$nextTick: typeof import('vue').nextTick;
|
|
74
|
-
$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;
|
|
75
|
-
} & Readonly<{}> & Omit<Readonly<{
|
|
76
|
-
modelValue?: string | number;
|
|
77
|
-
} & InputProps> & Readonly<{
|
|
78
|
-
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
79
|
-
}>, "focus"> & {
|
|
80
|
-
focus: () => void;
|
|
81
|
-
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
82
|
-
$slots: {
|
|
83
|
-
before?(_: {}): any;
|
|
84
|
-
start?(_: {}): any;
|
|
85
|
-
__internal_replace_input?(_: {
|
|
86
|
-
inputId: string;
|
|
87
|
-
}): any;
|
|
88
|
-
end?(_: {}): any;
|
|
89
|
-
after?(_: {}): any;
|
|
90
|
-
};
|
|
91
|
-
}) | null;
|
|
92
|
-
};
|
|
93
|
-
rootEl: HTMLDivElement;
|
|
94
|
-
};
|
|
95
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
96
|
-
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
97
|
-
files: (args_0: FileList) => any;
|
|
98
|
-
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
99
|
-
onFiles?: ((args_0: FileList) => any) | undefined;
|
|
100
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
101
|
-
dropzone: ({
|
|
102
|
-
$: import('vue').ComponentInternalInstance;
|
|
103
|
-
$data: {};
|
|
104
|
-
$props: {
|
|
105
|
-
readonly modelValue?: string | number | undefined;
|
|
106
|
-
readonly type?: import('./Input.vue').InputType | undefined;
|
|
107
|
-
readonly label?: string | undefined;
|
|
108
|
-
readonly hint?: string | undefined;
|
|
109
|
-
readonly limit?: number | string | undefined;
|
|
110
|
-
readonly expand?: boolean | undefined;
|
|
111
|
-
readonly placeholder?: string | undefined;
|
|
112
|
-
readonly required?: boolean | undefined;
|
|
113
|
-
readonly readonly?: boolean | undefined;
|
|
114
|
-
readonly focus?: boolean | undefined;
|
|
115
|
-
readonly errors?: string[] | undefined;
|
|
116
|
-
readonly accept?: string | undefined;
|
|
117
|
-
readonly multiple?: boolean | undefined;
|
|
118
|
-
readonly min?: number | undefined;
|
|
119
|
-
readonly max?: number | undefined;
|
|
120
|
-
readonly disabled?: boolean | undefined;
|
|
121
|
-
readonly "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
122
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
123
|
-
$attrs: import('vue').Attrs;
|
|
124
|
-
$refs: {
|
|
125
|
-
[x: string]: unknown;
|
|
126
|
-
} & {
|
|
127
|
-
input: HTMLInputElement;
|
|
128
|
-
};
|
|
129
|
-
$slots: Readonly<{
|
|
130
|
-
[name: string]: import('vue').Slot<any> | undefined;
|
|
131
|
-
}>;
|
|
132
|
-
$root: import('vue').ComponentPublicInstance | null;
|
|
133
|
-
$parent: import('vue').ComponentPublicInstance | null;
|
|
134
|
-
$host: Element | null;
|
|
135
|
-
$emit: (event: "update:modelValue", value: string | number) => void;
|
|
136
|
-
$el: HTMLDivElement;
|
|
137
|
-
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
138
|
-
modelValue?: string | number;
|
|
139
|
-
} & InputProps> & Readonly<{
|
|
140
|
-
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
141
|
-
}>, {
|
|
142
|
-
focus: () => void;
|
|
143
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
144
|
-
"update:modelValue": (value: string | number) => any;
|
|
145
|
-
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
146
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
147
|
-
created?: (() => void) | (() => void)[];
|
|
148
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
149
|
-
mounted?: (() => void) | (() => void)[];
|
|
150
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
151
|
-
updated?: (() => void) | (() => void)[];
|
|
152
|
-
activated?: (() => void) | (() => void)[];
|
|
153
|
-
deactivated?: (() => void) | (() => void)[];
|
|
154
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
155
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
156
|
-
destroyed?: (() => void) | (() => void)[];
|
|
157
|
-
unmounted?: (() => void) | (() => void)[];
|
|
158
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
159
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
160
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
161
|
-
};
|
|
162
|
-
$forceUpdate: () => void;
|
|
163
|
-
$nextTick: typeof import('vue').nextTick;
|
|
164
|
-
$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;
|
|
165
|
-
} & Readonly<{}> & Omit<Readonly<{
|
|
166
|
-
modelValue?: string | number;
|
|
167
|
-
} & InputProps> & Readonly<{
|
|
168
|
-
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
169
|
-
}>, "focus"> & {
|
|
170
|
-
focus: () => void;
|
|
171
|
-
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
172
|
-
$slots: {
|
|
173
|
-
before?(_: {}): any;
|
|
174
|
-
start?(_: {}): any;
|
|
175
|
-
__internal_replace_input?(_: {
|
|
176
|
-
inputId: string;
|
|
177
|
-
}): any;
|
|
178
|
-
end?(_: {}): any;
|
|
179
|
-
after?(_: {}): any;
|
|
180
|
-
};
|
|
181
|
-
}) | null;
|
|
182
|
-
}, HTMLDivElement>;
|
|
183
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
184
|
-
export default _default;
|
|
185
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
186
|
-
new (): {
|
|
187
|
-
$slots: S;
|
|
188
|
-
};
|
|
189
|
-
};
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { InputProps } from './Input.vue';
|
|
2
|
-
type Props = Omit<InputProps, 'type'> & {
|
|
3
|
-
showPassword?: boolean;
|
|
4
|
-
};
|
|
5
|
-
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
6
|
-
export default _default;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
declare function __VLS_template(): {
|
|
2
|
-
attrs: Partial<{}>;
|
|
3
|
-
slots: Readonly<Record<string, any>> & Record<string, any>;
|
|
4
|
-
refs: {};
|
|
5
|
-
rootEl: any;
|
|
6
|
-
};
|
|
7
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
8
|
-
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
9
|
-
trigger: () => any;
|
|
10
|
-
}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
11
|
-
onTrigger?: (() => any) | undefined;
|
|
12
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
13
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
14
|
-
export default _default;
|
|
15
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
16
|
-
new (): {
|
|
17
|
-
$slots: S;
|
|
18
|
-
};
|
|
19
|
-
};
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
interface Props {
|
|
2
|
-
/**
|
|
3
|
-
* Animation direction
|
|
4
|
-
*/
|
|
5
|
-
direction?: 'left' | 'right';
|
|
6
|
-
/**
|
|
7
|
-
* Speed in pixels/s
|
|
8
|
-
*/
|
|
9
|
-
speed?: number;
|
|
10
|
-
/**
|
|
11
|
-
* Stepped/jerky movement instead of smooth scroll
|
|
12
|
-
*/
|
|
13
|
-
stagger?: boolean;
|
|
14
|
-
}
|
|
15
|
-
declare function __VLS_template(): {
|
|
16
|
-
attrs: Partial<{}>;
|
|
17
|
-
slots: {
|
|
18
|
-
default?(_: {}): any;
|
|
19
|
-
default?(_: {}): any;
|
|
20
|
-
};
|
|
21
|
-
refs: {
|
|
22
|
-
trackRef: HTMLDivElement;
|
|
23
|
-
};
|
|
24
|
-
rootEl: HTMLDivElement;
|
|
25
|
-
};
|
|
26
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
27
|
-
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, {
|
|
28
|
-
trackRef: HTMLDivElement;
|
|
29
|
-
}, HTMLDivElement>;
|
|
30
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
31
|
-
export default _default;
|
|
32
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
33
|
-
new (): {
|
|
34
|
-
$slots: S;
|
|
35
|
-
};
|
|
36
|
-
};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
declare function __VLS_template(): {
|
|
2
|
-
attrs: Partial<{}>;
|
|
3
|
-
slots: {
|
|
4
|
-
default?(_: {}): any;
|
|
5
|
-
menu?(_: {}): any;
|
|
6
|
-
};
|
|
7
|
-
refs: {
|
|
8
|
-
trigger: HTMLDivElement;
|
|
9
|
-
};
|
|
10
|
-
rootEl: any;
|
|
11
|
-
};
|
|
12
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
-
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
14
|
-
trigger: HTMLDivElement;
|
|
15
|
-
}, any>;
|
|
16
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
17
|
-
export default _default;
|
|
18
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
19
|
-
new (): {
|
|
20
|
-
$slots: S;
|
|
21
|
-
};
|
|
22
|
-
};
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { FlexProps } from '../Flex/Flex.vue';
|
|
2
|
-
declare function __VLS_template(): {
|
|
3
|
-
attrs: Partial<{}>;
|
|
4
|
-
slots: {
|
|
5
|
-
default?(_: {}): any;
|
|
6
|
-
};
|
|
7
|
-
refs: {};
|
|
8
|
-
rootEl: HTMLDivElement;
|
|
9
|
-
};
|
|
10
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
-
declare const __VLS_component: import('vue').DefineComponent<FlexProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<FlexProps> & Readonly<{}>, {
|
|
12
|
-
gap: import('../..').Spaces | number;
|
|
13
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
14
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
15
|
-
export default _default;
|
|
16
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
17
|
-
new (): {
|
|
18
|
-
$slots: S;
|
|
19
|
-
};
|
|
20
|
-
};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
interface Props {
|
|
2
|
-
i: number;
|
|
3
|
-
}
|
|
4
|
-
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
5
|
-
export default _default;
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { Variants } from '../Button/Button.vue';
|
|
2
|
-
import { Pagination } from './pagination';
|
|
3
|
-
interface Props {
|
|
4
|
-
numbers?: boolean;
|
|
5
|
-
pagination: Pagination;
|
|
6
|
-
prevNext?: boolean;
|
|
7
|
-
firstLast?: boolean;
|
|
8
|
-
variant?: Variants;
|
|
9
|
-
}
|
|
10
|
-
declare function setNext(): void;
|
|
11
|
-
declare function setPrev(): void;
|
|
12
|
-
declare function __VLS_template(): {
|
|
13
|
-
attrs: Partial<{}>;
|
|
14
|
-
slots: {
|
|
15
|
-
start?(_: {}): any;
|
|
16
|
-
prev?(_: {
|
|
17
|
-
disabled: boolean;
|
|
18
|
-
setPage: typeof setPrev;
|
|
19
|
-
}): any;
|
|
20
|
-
next?(_: {
|
|
21
|
-
disabled: boolean;
|
|
22
|
-
setPage: typeof setNext;
|
|
23
|
-
}): any;
|
|
24
|
-
end?(_: {}): any;
|
|
25
|
-
};
|
|
26
|
-
refs: {};
|
|
27
|
-
rootEl: HTMLDivElement;
|
|
28
|
-
};
|
|
29
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
30
|
-
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
31
|
-
change: (page: number) => any;
|
|
32
|
-
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
33
|
-
onChange?: ((page: number) => any) | undefined;
|
|
34
|
-
}>, {
|
|
35
|
-
variant: Variants;
|
|
36
|
-
numbers: boolean;
|
|
37
|
-
prevNext: boolean;
|
|
38
|
-
firstLast: boolean;
|
|
39
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
40
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
41
|
-
export default _default;
|
|
42
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
43
|
-
new (): {
|
|
44
|
-
$slots: S;
|
|
45
|
-
};
|
|
46
|
-
};
|
|
@@ -1,175 +0,0 @@
|
|
|
1
|
-
import { Props } from './Popout.vue';
|
|
2
|
-
type PopoutHoverProps = Omit<Props, 'anchor' | 'visible'> & {
|
|
3
|
-
/**
|
|
4
|
-
* If set to true, Popout will not be rendered on hover. Trigger stays
|
|
5
|
-
*/
|
|
6
|
-
disabled?: boolean;
|
|
7
|
-
};
|
|
8
|
-
declare function __VLS_template(): {
|
|
9
|
-
attrs: Partial<{}>;
|
|
10
|
-
slots: {
|
|
11
|
-
trigger?(_: {}): any;
|
|
12
|
-
default?(_: {}): any;
|
|
13
|
-
};
|
|
14
|
-
refs: {
|
|
15
|
-
anchorRef: HTMLSpanElement;
|
|
16
|
-
popoutRef: ({
|
|
17
|
-
$: import('vue').ComponentInternalInstance;
|
|
18
|
-
$data: {};
|
|
19
|
-
$props: {
|
|
20
|
-
readonly anchor: import('../../lib/types').PopoutMaybeElement<HTMLElement>;
|
|
21
|
-
readonly placement?: import('../../lib/types').Placement | undefined;
|
|
22
|
-
readonly offset?: number | undefined;
|
|
23
|
-
readonly visible: boolean;
|
|
24
|
-
readonly transitionName?: string | "none" | undefined;
|
|
25
|
-
readonly teleport?: boolean | undefined;
|
|
26
|
-
readonly enterDelay?: number | undefined;
|
|
27
|
-
readonly leaveDelay?: number | undefined;
|
|
28
|
-
readonly onClickOutside?: (() => any) | undefined;
|
|
29
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
30
|
-
$attrs: import('vue').Attrs;
|
|
31
|
-
$refs: {
|
|
32
|
-
[x: string]: unknown;
|
|
33
|
-
} & {
|
|
34
|
-
popout: HTMLDivElement;
|
|
35
|
-
};
|
|
36
|
-
$slots: Readonly<{
|
|
37
|
-
[name: string]: import('vue').Slot<any> | undefined;
|
|
38
|
-
}>;
|
|
39
|
-
$root: import('vue').ComponentPublicInstance | null;
|
|
40
|
-
$parent: import('vue').ComponentPublicInstance | null;
|
|
41
|
-
$host: Element | null;
|
|
42
|
-
$emit: (event: "clickOutside") => void;
|
|
43
|
-
$el: any;
|
|
44
|
-
$options: import('vue').ComponentOptionsBase<Readonly<Props> & Readonly<{
|
|
45
|
-
onClickOutside?: (() => any) | undefined;
|
|
46
|
-
}>, {
|
|
47
|
-
el: () => HTMLDivElement | null;
|
|
48
|
-
layerIndex: () => number;
|
|
49
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
50
|
-
clickOutside: () => any;
|
|
51
|
-
}, string, {
|
|
52
|
-
placement: import('../../lib/types').Placement;
|
|
53
|
-
offset: number;
|
|
54
|
-
teleport: boolean;
|
|
55
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
56
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
57
|
-
created?: (() => void) | (() => void)[];
|
|
58
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
59
|
-
mounted?: (() => void) | (() => void)[];
|
|
60
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
61
|
-
updated?: (() => void) | (() => void)[];
|
|
62
|
-
activated?: (() => void) | (() => void)[];
|
|
63
|
-
deactivated?: (() => void) | (() => void)[];
|
|
64
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
65
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
66
|
-
destroyed?: (() => void) | (() => void)[];
|
|
67
|
-
unmounted?: (() => void) | (() => void)[];
|
|
68
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
69
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
70
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
71
|
-
};
|
|
72
|
-
$forceUpdate: () => void;
|
|
73
|
-
$nextTick: typeof import('vue').nextTick;
|
|
74
|
-
$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;
|
|
75
|
-
} & Readonly<{
|
|
76
|
-
placement: import('../../lib/types').Placement;
|
|
77
|
-
offset: number;
|
|
78
|
-
teleport: boolean;
|
|
79
|
-
}> & Omit<Readonly<Props> & Readonly<{
|
|
80
|
-
onClickOutside?: (() => any) | undefined;
|
|
81
|
-
}>, "el" | "layerIndex" | ("placement" | "offset" | "teleport")> & {
|
|
82
|
-
el: () => HTMLDivElement | null;
|
|
83
|
-
layerIndex: () => number;
|
|
84
|
-
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
85
|
-
$slots: {
|
|
86
|
-
default?(_: {}): any;
|
|
87
|
-
};
|
|
88
|
-
}) | null;
|
|
89
|
-
};
|
|
90
|
-
rootEl: any;
|
|
91
|
-
};
|
|
92
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
93
|
-
declare const __VLS_component: import('vue').DefineComponent<PopoutHoverProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<PopoutHoverProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
94
|
-
anchorRef: HTMLSpanElement;
|
|
95
|
-
popoutRef: ({
|
|
96
|
-
$: import('vue').ComponentInternalInstance;
|
|
97
|
-
$data: {};
|
|
98
|
-
$props: {
|
|
99
|
-
readonly anchor: import('../../lib/types').PopoutMaybeElement<HTMLElement>;
|
|
100
|
-
readonly placement?: import('../../lib/types').Placement | undefined;
|
|
101
|
-
readonly offset?: number | undefined;
|
|
102
|
-
readonly visible: boolean;
|
|
103
|
-
readonly transitionName?: string | "none" | undefined;
|
|
104
|
-
readonly teleport?: boolean | undefined;
|
|
105
|
-
readonly enterDelay?: number | undefined;
|
|
106
|
-
readonly leaveDelay?: number | undefined;
|
|
107
|
-
readonly onClickOutside?: (() => any) | undefined;
|
|
108
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
109
|
-
$attrs: import('vue').Attrs;
|
|
110
|
-
$refs: {
|
|
111
|
-
[x: string]: unknown;
|
|
112
|
-
} & {
|
|
113
|
-
popout: HTMLDivElement;
|
|
114
|
-
};
|
|
115
|
-
$slots: Readonly<{
|
|
116
|
-
[name: string]: import('vue').Slot<any> | undefined;
|
|
117
|
-
}>;
|
|
118
|
-
$root: import('vue').ComponentPublicInstance | null;
|
|
119
|
-
$parent: import('vue').ComponentPublicInstance | null;
|
|
120
|
-
$host: Element | null;
|
|
121
|
-
$emit: (event: "clickOutside") => void;
|
|
122
|
-
$el: any;
|
|
123
|
-
$options: import('vue').ComponentOptionsBase<Readonly<Props> & Readonly<{
|
|
124
|
-
onClickOutside?: (() => any) | undefined;
|
|
125
|
-
}>, {
|
|
126
|
-
el: () => HTMLDivElement | null;
|
|
127
|
-
layerIndex: () => number;
|
|
128
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
129
|
-
clickOutside: () => any;
|
|
130
|
-
}, string, {
|
|
131
|
-
placement: import('../../lib/types').Placement;
|
|
132
|
-
offset: number;
|
|
133
|
-
teleport: boolean;
|
|
134
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
135
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
136
|
-
created?: (() => void) | (() => void)[];
|
|
137
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
138
|
-
mounted?: (() => void) | (() => void)[];
|
|
139
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
140
|
-
updated?: (() => void) | (() => void)[];
|
|
141
|
-
activated?: (() => void) | (() => void)[];
|
|
142
|
-
deactivated?: (() => void) | (() => void)[];
|
|
143
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
144
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
145
|
-
destroyed?: (() => void) | (() => void)[];
|
|
146
|
-
unmounted?: (() => void) | (() => void)[];
|
|
147
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
148
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
149
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
150
|
-
};
|
|
151
|
-
$forceUpdate: () => void;
|
|
152
|
-
$nextTick: typeof import('vue').nextTick;
|
|
153
|
-
$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;
|
|
154
|
-
} & Readonly<{
|
|
155
|
-
placement: import('../../lib/types').Placement;
|
|
156
|
-
offset: number;
|
|
157
|
-
teleport: boolean;
|
|
158
|
-
}> & Omit<Readonly<Props> & Readonly<{
|
|
159
|
-
onClickOutside?: (() => any) | undefined;
|
|
160
|
-
}>, "el" | "layerIndex" | ("placement" | "offset" | "teleport")> & {
|
|
161
|
-
el: () => HTMLDivElement | null;
|
|
162
|
-
layerIndex: () => number;
|
|
163
|
-
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
164
|
-
$slots: {
|
|
165
|
-
default?(_: {}): any;
|
|
166
|
-
};
|
|
167
|
-
}) | null;
|
|
168
|
-
}, any>;
|
|
169
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
170
|
-
export default _default;
|
|
171
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
172
|
-
new (): {
|
|
173
|
-
$slots: S;
|
|
174
|
-
};
|
|
175
|
-
};
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
export interface RadioProps {
|
|
2
|
-
label?: string;
|
|
3
|
-
disabled?: boolean;
|
|
4
|
-
value: any;
|
|
5
|
-
accent?: boolean;
|
|
6
|
-
}
|
|
7
|
-
type __VLS_Props = RadioProps;
|
|
8
|
-
type __VLS_PublicProps = {
|
|
9
|
-
modelValue?: any;
|
|
10
|
-
} & __VLS_Props;
|
|
11
|
-
declare function __VLS_template(): {
|
|
12
|
-
attrs: Partial<{}>;
|
|
13
|
-
slots: Readonly<Record<string, any>> & Record<string, any>;
|
|
14
|
-
refs: {};
|
|
15
|
-
rootEl: HTMLDivElement;
|
|
16
|
-
};
|
|
17
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
18
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
19
|
-
"update:modelValue": (value: any) => any;
|
|
20
|
-
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
21
|
-
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
22
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
23
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
24
|
-
export default _default;
|
|
25
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
26
|
-
new (): {
|
|
27
|
-
$slots: S;
|
|
28
|
-
};
|
|
29
|
-
};
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { FlexProps } from '../Flex/Flex.vue';
|
|
2
|
-
interface Props extends FlexProps {
|
|
3
|
-
disabled?: boolean;
|
|
4
|
-
}
|
|
5
|
-
type __VLS_Props = Props;
|
|
6
|
-
type __VLS_PublicProps = {
|
|
7
|
-
modelValue?: any;
|
|
8
|
-
} & __VLS_Props;
|
|
9
|
-
declare function __VLS_template(): {
|
|
10
|
-
attrs: Partial<{}>;
|
|
11
|
-
slots: Readonly<Record<string, any>> & Record<string, any>;
|
|
12
|
-
refs: {};
|
|
13
|
-
rootEl: HTMLFieldSetElement;
|
|
14
|
-
};
|
|
15
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
16
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
17
|
-
"update:modelValue": (value: any) => any;
|
|
18
|
-
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
19
|
-
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
20
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLFieldSetElement>;
|
|
21
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
22
|
-
export default _default;
|
|
23
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
24
|
-
new (): {
|
|
25
|
-
$slots: S;
|
|
26
|
-
};
|
|
27
|
-
};
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
interface Props {
|
|
2
|
-
/**
|
|
3
|
-
* Enable vertical layout
|
|
4
|
-
*/
|
|
5
|
-
vertical?: boolean;
|
|
6
|
-
/**
|
|
7
|
-
* If provided, it enables local persistence of panel sizes
|
|
8
|
-
*/
|
|
9
|
-
storageKey?: string;
|
|
10
|
-
/**
|
|
11
|
-
* Hides resizable handles unless hovered.
|
|
12
|
-
*/
|
|
13
|
-
hideHandles?: boolean;
|
|
14
|
-
/**
|
|
15
|
-
* Minimum size (in pixels) each panel can be resized to. Applies to
|
|
16
|
-
* every panel and is enforced along the active axis (width for
|
|
17
|
-
* horizontal layouts, height for vertical ones).
|
|
18
|
-
*/
|
|
19
|
-
minSize?: number;
|
|
20
|
-
}
|
|
21
|
-
interface PanelProps {
|
|
22
|
-
minWidth: number;
|
|
23
|
-
maxWidth: number;
|
|
24
|
-
}
|
|
25
|
-
declare function __VLS_template(): {
|
|
26
|
-
attrs: Partial<{}>;
|
|
27
|
-
slots: Readonly<{
|
|
28
|
-
default: (props: PanelProps) => any;
|
|
29
|
-
}> & {
|
|
30
|
-
default: (props: PanelProps) => any;
|
|
31
|
-
};
|
|
32
|
-
refs: {
|
|
33
|
-
resizableRef: HTMLDivElement;
|
|
34
|
-
};
|
|
35
|
-
rootEl: HTMLDivElement;
|
|
36
|
-
};
|
|
37
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
38
|
-
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, {
|
|
39
|
-
resizableRef: HTMLDivElement;
|
|
40
|
-
}, HTMLDivElement>;
|
|
41
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
42
|
-
export default _default;
|
|
43
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
44
|
-
new (): {
|
|
45
|
-
$slots: S;
|
|
46
|
-
};
|
|
47
|
-
};
|