@toife/vue 2.1.7 → 2.2.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/components/action/action.type.d.ts +17 -0
- package/dist/components/action/action.vue.d.ts +14 -0
- package/dist/components/action/factory.d.ts +3 -0
- package/dist/components/action/index.d.ts +2 -0
- package/dist/components/alert/alert.type.d.ts +16 -0
- package/dist/components/alert/alert.vue.d.ts +14 -0
- package/dist/components/alert/factory.d.ts +3 -0
- package/dist/components/alert/index.d.ts +2 -0
- package/dist/components/app/app.type.d.ts +1 -0
- package/dist/components/app/app.vue.d.ts +3 -0
- package/dist/components/app/index.d.ts +1 -0
- package/dist/components/avatar/avatar.type.d.ts +4 -0
- package/dist/components/{t-divider.vue.d.ts → avatar/avatar.vue.d.ts} +5 -6
- package/dist/components/avatar/index.d.ts +1 -0
- package/dist/components/back-button/back-button.type.d.ts +4 -0
- package/dist/components/back-button/back-button.vue.d.ts +3 -0
- package/dist/components/back-button/index.d.ts +1 -0
- package/dist/components/button/button.type.d.ts +10 -0
- package/dist/components/button/button.vue.d.ts +12 -0
- package/dist/components/button/index.d.ts +1 -0
- package/dist/components/cable/cable.type.d.ts +4 -0
- package/dist/components/cable/cable.vue.d.ts +6 -0
- package/dist/components/cable/index.d.ts +1 -0
- package/dist/components/card/card.type.d.ts +3 -0
- package/dist/components/card/card.vue.d.ts +5 -0
- package/dist/components/card/index.d.ts +1 -0
- package/dist/components/checkbox/checkbox.type.d.ts +12 -0
- package/dist/components/checkbox/checkbox.vue.d.ts +14 -0
- package/dist/components/checkbox/index.d.ts +1 -0
- package/dist/components/collapse/collapse.type.d.ts +6 -0
- package/dist/components/collapse/collapse.vue.d.ts +7 -0
- package/dist/components/collapse/index.d.ts +1 -0
- package/dist/components/content/content.type.d.ts +1 -0
- package/dist/components/content/content.vue.d.ts +3 -0
- package/dist/components/content/index.d.ts +1 -0
- package/dist/components/divider/divider.type.d.ts +3 -0
- package/dist/components/divider/divider.vue.d.ts +5 -0
- package/dist/components/divider/index.d.ts +1 -0
- package/dist/components/flex/flex.type.d.ts +4 -0
- package/dist/components/flex/flex.vue.d.ts +6 -0
- package/dist/components/flex/index.d.ts +1 -0
- package/dist/components/gesture-indicator/gesture-indicator.type.d.ts +3 -0
- package/dist/components/gesture-indicator/gesture-indicator.vue.d.ts +5 -0
- package/dist/components/gesture-indicator/index.d.ts +1 -0
- package/dist/components/grid/grid.type.d.ts +4 -0
- package/dist/components/grid/grid.vue.d.ts +6 -0
- package/dist/components/grid/index.d.ts +1 -0
- package/dist/components/icon-spinner/icon-spinner.type.d.ts +4 -0
- package/dist/components/icon-spinner/icon-spinner.vue.d.ts +6 -0
- package/dist/components/icon-spinner/index.d.ts +1 -0
- package/dist/components/image/image.type.d.ts +4 -0
- package/dist/components/image/image.vue.d.ts +3 -0
- package/dist/components/image/index.d.ts +1 -0
- package/dist/components/index.d.ts +36 -0
- package/dist/components/input/index.d.ts +1 -0
- package/dist/components/input/input.type.d.ts +15 -0
- package/dist/components/input/input.vue.d.ts +16 -0
- package/dist/components/keyboard-space/index.d.ts +2 -0
- package/dist/components/keyboard-space/keyboard-space.type.d.ts +1 -0
- package/dist/components/keyboard-space/keyboard-space.vue.d.ts +3 -0
- package/dist/components/loading/factory.d.ts +4 -0
- package/dist/components/loading/index.d.ts +2 -0
- package/dist/components/loading/loading.type.d.ts +6 -0
- package/dist/components/loading/loading.vue.d.ts +12 -0
- package/dist/components/present/factory.d.ts +1 -0
- package/dist/components/present/index.d.ts +2 -0
- package/dist/components/present/present.type.d.ts +13 -0
- package/dist/components/present/present.vue.d.ts +17 -0
- package/dist/components/refresher/index.d.ts +1 -0
- package/dist/components/refresher/refresher.type.d.ts +11 -0
- package/dist/components/refresher/refresher.vue.d.ts +17 -0
- package/dist/components/richtext/index.d.ts +1 -0
- package/dist/components/richtext/richtext.type.d.ts +1 -0
- package/dist/components/richtext/richtext.vue.d.ts +3 -0
- package/dist/components/ripple/index.d.ts +1 -0
- package/dist/components/ripple/ripple.type.d.ts +3 -0
- package/dist/components/{t-ripple.vue.d.ts → ripple/ripple.vue.d.ts} +3 -5
- package/dist/components/screen/index.d.ts +1 -0
- package/dist/components/screen/screen.type.d.ts +1 -0
- package/dist/components/screen/screen.vue.d.ts +3 -0
- package/dist/{controllers/screen.d.ts → components/screen-router/factory.d.ts} +1 -2
- package/dist/components/screen-router/index.d.ts +2 -0
- package/dist/components/screen-router/screen-router.type.d.ts +8 -0
- package/dist/components/screen-router/screen-router.vue.d.ts +9 -0
- package/dist/components/sheet/index.d.ts +1 -0
- package/dist/components/sheet/sheet.type.d.ts +18 -0
- package/dist/components/sheet/sheet.vue.d.ts +18 -0
- package/dist/components/skeleton/index.d.ts +1 -0
- package/dist/components/skeleton/skeleton.type.d.ts +6 -0
- package/dist/components/skeleton/skeleton.vue.d.ts +8 -0
- package/dist/components/switch/index.d.ts +1 -0
- package/dist/components/switch/switch.type.d.ts +7 -0
- package/dist/components/switch/switch.vue.d.ts +9 -0
- package/dist/components/tab/index.d.ts +1 -0
- package/dist/components/tab/tab.type.d.ts +4 -0
- package/dist/components/tab/tab.vue.d.ts +5 -0
- package/dist/components/tabs/index.d.ts +1 -0
- package/dist/components/tabs/tabs.type.d.ts +13 -0
- package/dist/components/tabs/tabs.vue.d.ts +15 -0
- package/dist/components/text/index.d.ts +1 -0
- package/dist/components/text/text.type.d.ts +4 -0
- package/dist/components/text/text.vue.d.ts +6 -0
- package/dist/components/textarea/index.d.ts +1 -0
- package/dist/components/textarea/textarea.type.d.ts +1 -0
- package/dist/components/textarea/textarea.vue.d.ts +3 -0
- package/dist/components/toast/factory.d.ts +3 -0
- package/dist/components/toast/index.d.ts +2 -0
- package/dist/components/toast/toast.type.d.ts +11 -0
- package/dist/components/toast/toast.vue.d.ts +16 -0
- package/dist/components/toggle-password/index.d.ts +1 -0
- package/dist/components/toggle-password/toggle-password.type.d.ts +6 -0
- package/dist/components/toggle-password/toggle-password.vue.d.ts +9 -0
- package/dist/components/toolbar/index.d.ts +1 -0
- package/dist/components/toolbar/toolbar.type.d.ts +5 -0
- package/dist/components/toolbar/toolbar.vue.d.ts +7 -0
- package/dist/factory.d.ts +4 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +4 -5
- package/dist/index.es.js +1566 -1231
- package/dist/index.umd.js +1 -1
- package/dist/type.d.ts +3 -0
- package/dist/utils/events.d.ts +1 -0
- package/dist/utils/index.d.ts +1 -0
- package/package.json +1 -1
- package/dist/components/t-action.vue.d.ts +0 -29
- package/dist/components/t-alert.vue.d.ts +0 -35
- package/dist/components/t-app.vue.d.ts +0 -17
- package/dist/components/t-avatar.vue.d.ts +0 -24
- package/dist/components/t-back-button.vue.d.ts +0 -21
- package/dist/components/t-button.vue.d.ts +0 -36
- package/dist/components/t-cable.vue.d.ts +0 -24
- package/dist/components/t-card.vue.d.ts +0 -22
- package/dist/components/t-checkbox.vue.d.ts +0 -38
- package/dist/components/t-collapse.vue.d.ts +0 -32
- package/dist/components/t-content.vue.d.ts +0 -17
- package/dist/components/t-flex.vue.d.ts +0 -24
- package/dist/components/t-gesture-indicator.vue.d.ts +0 -7
- package/dist/components/t-grid.vue.d.ts +0 -24
- package/dist/components/t-icon-spinner.vue.d.ts +0 -23
- package/dist/components/t-image.vue.d.ts +0 -6
- package/dist/components/t-input.vue.d.ts +0 -47
- package/dist/components/t-keyboard-space.vue.d.ts +0 -2
- package/dist/components/t-loading.vue.d.ts +0 -29
- package/dist/components/t-present.vue.d.ts +0 -47
- package/dist/components/t-refresher.vue.d.ts +0 -43
- package/dist/components/t-rich-text.vue.d.ts +0 -2
- package/dist/components/t-screen-router.vue.d.ts +0 -15
- package/dist/components/t-screen.vue.d.ts +0 -17
- package/dist/components/t-sheet.vue.d.ts +0 -251
- package/dist/components/t-skeleton.vue.d.ts +0 -13
- package/dist/components/t-switch.vue.d.ts +0 -12
- package/dist/components/t-tab.vue.d.ts +0 -23
- package/dist/components/t-tabs.vue.d.ts +0 -43
- package/dist/components/t-text.vue.d.ts +0 -24
- package/dist/components/t-textarea.vue.d.ts +0 -2
- package/dist/components/t-toast.vue.d.ts +0 -38
- package/dist/components/t-toggle-password.vue.d.ts +0 -31
- package/dist/components/t-toolbar.vue.d.ts +0 -26
- package/dist/controllers/action.d.ts +0 -4
- package/dist/controllers/alert.d.ts +0 -4
- package/dist/controllers/index.d.ts +0 -8
- package/dist/controllers/loading.d.ts +0 -5
- package/dist/controllers/present.d.ts +0 -4
- package/dist/controllers/toast.d.ts +0 -4
- package/dist/utils/defaultEvent.d.ts +0 -2
- /package/dist/{controllers/keyboard.d.ts → components/keyboard-space/factory.d.ts} +0 -0
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
placement?: string;
|
|
3
|
-
};
|
|
4
|
-
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
5
|
-
placement: string;
|
|
6
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
7
|
-
export default _default;
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
gap?: any;
|
|
3
|
-
template?: any;
|
|
4
|
-
};
|
|
5
|
-
declare function __VLS_template(): {
|
|
6
|
-
attrs: Partial<{}>;
|
|
7
|
-
slots: {
|
|
8
|
-
default?(_: {}): 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<{}>, {
|
|
15
|
-
template: any;
|
|
16
|
-
gap: any;
|
|
17
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
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,23 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
-
size: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
default: string;
|
|
5
|
-
};
|
|
6
|
-
color: {
|
|
7
|
-
type: StringConstructor;
|
|
8
|
-
default: string;
|
|
9
|
-
};
|
|
10
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
11
|
-
size: {
|
|
12
|
-
type: StringConstructor;
|
|
13
|
-
default: string;
|
|
14
|
-
};
|
|
15
|
-
color: {
|
|
16
|
-
type: StringConstructor;
|
|
17
|
-
default: string;
|
|
18
|
-
};
|
|
19
|
-
}>> & Readonly<{}>, {
|
|
20
|
-
size: string;
|
|
21
|
-
color: string;
|
|
22
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLSpanElement>;
|
|
23
|
-
export default _default;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
defaultSrc?: string;
|
|
3
|
-
src?: string;
|
|
4
|
-
};
|
|
5
|
-
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLImageElement>;
|
|
6
|
-
export default _default;
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
size?: string;
|
|
3
|
-
rounded?: boolean;
|
|
4
|
-
label?: string;
|
|
5
|
-
placeholder?: string;
|
|
6
|
-
type?: string;
|
|
7
|
-
help?: string;
|
|
8
|
-
error?: string;
|
|
9
|
-
modelValue?: any;
|
|
10
|
-
variant?: any;
|
|
11
|
-
readonly?: boolean;
|
|
12
|
-
};
|
|
13
|
-
declare function __VLS_template(): {
|
|
14
|
-
attrs: Partial<{}>;
|
|
15
|
-
slots: {
|
|
16
|
-
start?(_: {}): any;
|
|
17
|
-
end?(_: {}): any;
|
|
18
|
-
};
|
|
19
|
-
refs: {
|
|
20
|
-
editable: HTMLInputElement;
|
|
21
|
-
};
|
|
22
|
-
rootEl: HTMLDivElement;
|
|
23
|
-
};
|
|
24
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
25
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
26
|
-
"update:modelValue": (...args: any[]) => void;
|
|
27
|
-
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
28
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
29
|
-
}>, {
|
|
30
|
-
label: string;
|
|
31
|
-
size: string;
|
|
32
|
-
type: string;
|
|
33
|
-
rounded: boolean;
|
|
34
|
-
variant: any;
|
|
35
|
-
placeholder: string;
|
|
36
|
-
modelValue: any;
|
|
37
|
-
readonly: boolean;
|
|
38
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
39
|
-
editable: HTMLInputElement;
|
|
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
|
-
};
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
|
-
export default _default;
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
type?: string;
|
|
3
|
-
};
|
|
4
|
-
declare function __VLS_template(): {
|
|
5
|
-
attrs: Partial<{}>;
|
|
6
|
-
slots: {
|
|
7
|
-
default?(_: {}): any;
|
|
8
|
-
};
|
|
9
|
-
refs: {};
|
|
10
|
-
rootEl: any;
|
|
11
|
-
};
|
|
12
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
14
|
-
open: () => void;
|
|
15
|
-
close: () => void;
|
|
16
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
17
|
-
dismiss: (...args: any[]) => void;
|
|
18
|
-
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
19
|
-
onDismiss?: ((...args: any[]) => any) | undefined;
|
|
20
|
-
}>, {
|
|
21
|
-
type: string;
|
|
22
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
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,47 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
keepalive?: boolean;
|
|
3
|
-
visible?: boolean;
|
|
4
|
-
backdrop?: boolean;
|
|
5
|
-
placement?: string;
|
|
6
|
-
style?: any;
|
|
7
|
-
class?: any;
|
|
8
|
-
bounce?: any;
|
|
9
|
-
duration?: number;
|
|
10
|
-
};
|
|
11
|
-
declare function __VLS_template(): {
|
|
12
|
-
attrs: Partial<{}>;
|
|
13
|
-
slots: {
|
|
14
|
-
default?(_: {}): any;
|
|
15
|
-
};
|
|
16
|
-
refs: {
|
|
17
|
-
backdrop: HTMLDivElement;
|
|
18
|
-
present: HTMLDivElement;
|
|
19
|
-
};
|
|
20
|
-
rootEl: any;
|
|
21
|
-
};
|
|
22
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
23
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
24
|
-
render: (value: any) => void;
|
|
25
|
-
open: () => void;
|
|
26
|
-
close: () => void;
|
|
27
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
28
|
-
dismiss: (...args: any[]) => void;
|
|
29
|
-
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
30
|
-
onDismiss?: ((...args: any[]) => any) | undefined;
|
|
31
|
-
}>, {
|
|
32
|
-
keepalive: boolean;
|
|
33
|
-
visible: boolean;
|
|
34
|
-
backdrop: boolean;
|
|
35
|
-
placement: string;
|
|
36
|
-
duration: number;
|
|
37
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
38
|
-
backdrop: HTMLDivElement;
|
|
39
|
-
present: HTMLDivElement;
|
|
40
|
-
}, any>;
|
|
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
|
-
};
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
threshold?: number;
|
|
3
|
-
safe?: boolean;
|
|
4
|
-
variant?: string;
|
|
5
|
-
};
|
|
6
|
-
declare function __VLS_template(): {
|
|
7
|
-
attrs: Partial<{}>;
|
|
8
|
-
slots: {
|
|
9
|
-
default?(_: {
|
|
10
|
-
offset: number;
|
|
11
|
-
refreshing: boolean;
|
|
12
|
-
}): any;
|
|
13
|
-
};
|
|
14
|
-
refs: {
|
|
15
|
-
container: HTMLDivElement;
|
|
16
|
-
};
|
|
17
|
-
rootEl: HTMLDivElement;
|
|
18
|
-
};
|
|
19
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
20
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
21
|
-
cancel: (...args: any[]) => void;
|
|
22
|
-
refresh: (...args: any[]) => void;
|
|
23
|
-
move: (...args: any[]) => void;
|
|
24
|
-
start: (...args: any[]) => void;
|
|
25
|
-
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
26
|
-
onCancel?: ((...args: any[]) => any) | undefined;
|
|
27
|
-
onRefresh?: ((...args: any[]) => any) | undefined;
|
|
28
|
-
onMove?: ((...args: any[]) => any) | undefined;
|
|
29
|
-
onStart?: ((...args: any[]) => any) | undefined;
|
|
30
|
-
}>, {
|
|
31
|
-
variant: string;
|
|
32
|
-
threshold: number;
|
|
33
|
-
safe: boolean;
|
|
34
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
35
|
-
container: HTMLDivElement;
|
|
36
|
-
}, HTMLDivElement>;
|
|
37
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
38
|
-
export default _default;
|
|
39
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
40
|
-
new (): {
|
|
41
|
-
$slots: S;
|
|
42
|
-
};
|
|
43
|
-
};
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
|
-
export default _default;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
variant?: string;
|
|
3
|
-
router?: any;
|
|
4
|
-
route?: any;
|
|
5
|
-
};
|
|
6
|
-
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
|
-
change: (...args: any[]) => void;
|
|
8
|
-
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
9
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
10
|
-
}>, {
|
|
11
|
-
variant: string;
|
|
12
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
13
|
-
backdrop: HTMLDivElement;
|
|
14
|
-
}, any>;
|
|
15
|
-
export default _default;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
declare function __VLS_template(): {
|
|
2
|
-
attrs: Partial<{}>;
|
|
3
|
-
slots: {
|
|
4
|
-
default?(_: {}): any;
|
|
5
|
-
};
|
|
6
|
-
refs: {};
|
|
7
|
-
rootEl: HTMLDivElement;
|
|
8
|
-
};
|
|
9
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
-
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
11
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
12
|
-
export default _default;
|
|
13
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
14
|
-
new (): {
|
|
15
|
-
$slots: S;
|
|
16
|
-
};
|
|
17
|
-
};
|
|
@@ -1,251 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
background?: string;
|
|
3
|
-
class?: any;
|
|
4
|
-
visible?: boolean;
|
|
5
|
-
gesture?: boolean;
|
|
6
|
-
fullscreen?: boolean;
|
|
7
|
-
placement?: string;
|
|
8
|
-
keepalive?: boolean;
|
|
9
|
-
backdrop?: boolean;
|
|
10
|
-
rounded?: boolean;
|
|
11
|
-
indicator?: boolean;
|
|
12
|
-
duration?: number;
|
|
13
|
-
bounce?: any;
|
|
14
|
-
style?: any;
|
|
15
|
-
};
|
|
16
|
-
declare function __VLS_template(): {
|
|
17
|
-
attrs: Partial<{}>;
|
|
18
|
-
slots: {
|
|
19
|
-
default?(_: {}): any;
|
|
20
|
-
};
|
|
21
|
-
refs: {
|
|
22
|
-
present: ({
|
|
23
|
-
$: import('vue').ComponentInternalInstance;
|
|
24
|
-
$data: {};
|
|
25
|
-
$props: {
|
|
26
|
-
readonly keepalive?: boolean | undefined;
|
|
27
|
-
readonly visible?: boolean | undefined;
|
|
28
|
-
readonly backdrop?: boolean | undefined;
|
|
29
|
-
readonly placement?: string | undefined;
|
|
30
|
-
readonly style?: any;
|
|
31
|
-
readonly class?: any;
|
|
32
|
-
readonly bounce?: any;
|
|
33
|
-
readonly duration?: number | undefined;
|
|
34
|
-
readonly onDismiss?: ((...args: any[]) => any) | undefined;
|
|
35
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
36
|
-
$attrs: {
|
|
37
|
-
[x: string]: unknown;
|
|
38
|
-
};
|
|
39
|
-
$refs: {
|
|
40
|
-
[x: string]: unknown;
|
|
41
|
-
} & {
|
|
42
|
-
backdrop: HTMLDivElement;
|
|
43
|
-
present: HTMLDivElement;
|
|
44
|
-
};
|
|
45
|
-
$slots: Readonly<{
|
|
46
|
-
[name: string]: import('vue').Slot<any> | undefined;
|
|
47
|
-
}>;
|
|
48
|
-
$root: import('vue').ComponentPublicInstance | null;
|
|
49
|
-
$parent: import('vue').ComponentPublicInstance | null;
|
|
50
|
-
$host: Element | null;
|
|
51
|
-
$emit: (event: "dismiss", ...args: any[]) => void;
|
|
52
|
-
$el: any;
|
|
53
|
-
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
54
|
-
keepalive?: boolean;
|
|
55
|
-
visible?: boolean;
|
|
56
|
-
backdrop?: boolean;
|
|
57
|
-
placement?: string;
|
|
58
|
-
style?: any;
|
|
59
|
-
class?: any;
|
|
60
|
-
bounce?: any;
|
|
61
|
-
duration?: number;
|
|
62
|
-
}> & Readonly<{
|
|
63
|
-
onDismiss?: ((...args: any[]) => any) | undefined;
|
|
64
|
-
}>, {
|
|
65
|
-
render: (value: any) => void;
|
|
66
|
-
open: () => void;
|
|
67
|
-
close: () => void;
|
|
68
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
69
|
-
dismiss: (...args: any[]) => void;
|
|
70
|
-
}, string, {
|
|
71
|
-
keepalive: boolean;
|
|
72
|
-
visible: boolean;
|
|
73
|
-
backdrop: boolean;
|
|
74
|
-
placement: string;
|
|
75
|
-
duration: number;
|
|
76
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
77
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
78
|
-
created?: (() => void) | (() => void)[];
|
|
79
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
80
|
-
mounted?: (() => void) | (() => void)[];
|
|
81
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
82
|
-
updated?: (() => void) | (() => void)[];
|
|
83
|
-
activated?: (() => void) | (() => void)[];
|
|
84
|
-
deactivated?: (() => void) | (() => void)[];
|
|
85
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
86
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
87
|
-
destroyed?: (() => void) | (() => void)[];
|
|
88
|
-
unmounted?: (() => void) | (() => void)[];
|
|
89
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
90
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
91
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
92
|
-
};
|
|
93
|
-
$forceUpdate: () => void;
|
|
94
|
-
$nextTick: typeof import('vue').nextTick;
|
|
95
|
-
$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;
|
|
96
|
-
} & Readonly<{
|
|
97
|
-
keepalive: boolean;
|
|
98
|
-
visible: boolean;
|
|
99
|
-
backdrop: boolean;
|
|
100
|
-
placement: string;
|
|
101
|
-
duration: number;
|
|
102
|
-
}> & Omit<Readonly<{
|
|
103
|
-
keepalive?: boolean;
|
|
104
|
-
visible?: boolean;
|
|
105
|
-
backdrop?: boolean;
|
|
106
|
-
placement?: string;
|
|
107
|
-
style?: any;
|
|
108
|
-
class?: any;
|
|
109
|
-
bounce?: any;
|
|
110
|
-
duration?: number;
|
|
111
|
-
}> & Readonly<{
|
|
112
|
-
onDismiss?: ((...args: any[]) => any) | undefined;
|
|
113
|
-
}>, "close" | "render" | "open" | ("keepalive" | "visible" | "backdrop" | "placement" | "duration")> & import('vue').ShallowUnwrapRef<{
|
|
114
|
-
render: (value: any) => void;
|
|
115
|
-
open: () => void;
|
|
116
|
-
close: () => void;
|
|
117
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
118
|
-
$slots: {
|
|
119
|
-
default?(_: {}): any;
|
|
120
|
-
};
|
|
121
|
-
}) | null;
|
|
122
|
-
sheet: HTMLDivElement;
|
|
123
|
-
};
|
|
124
|
-
rootEl: any;
|
|
125
|
-
};
|
|
126
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
127
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
128
|
-
dismiss: (...args: any[]) => void;
|
|
129
|
-
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
130
|
-
onDismiss?: ((...args: any[]) => any) | undefined;
|
|
131
|
-
}>, {
|
|
132
|
-
keepalive: boolean;
|
|
133
|
-
visible: boolean;
|
|
134
|
-
backdrop: boolean;
|
|
135
|
-
placement: string;
|
|
136
|
-
duration: number;
|
|
137
|
-
rounded: boolean;
|
|
138
|
-
background: string;
|
|
139
|
-
gesture: boolean;
|
|
140
|
-
fullscreen: boolean;
|
|
141
|
-
indicator: boolean;
|
|
142
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
143
|
-
present: ({
|
|
144
|
-
$: import('vue').ComponentInternalInstance;
|
|
145
|
-
$data: {};
|
|
146
|
-
$props: {
|
|
147
|
-
readonly keepalive?: boolean | undefined;
|
|
148
|
-
readonly visible?: boolean | undefined;
|
|
149
|
-
readonly backdrop?: boolean | undefined;
|
|
150
|
-
readonly placement?: string | undefined;
|
|
151
|
-
readonly style?: any;
|
|
152
|
-
readonly class?: any;
|
|
153
|
-
readonly bounce?: any;
|
|
154
|
-
readonly duration?: number | undefined;
|
|
155
|
-
readonly onDismiss?: ((...args: any[]) => any) | undefined;
|
|
156
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
157
|
-
$attrs: {
|
|
158
|
-
[x: string]: unknown;
|
|
159
|
-
};
|
|
160
|
-
$refs: {
|
|
161
|
-
[x: string]: unknown;
|
|
162
|
-
} & {
|
|
163
|
-
backdrop: HTMLDivElement;
|
|
164
|
-
present: HTMLDivElement;
|
|
165
|
-
};
|
|
166
|
-
$slots: Readonly<{
|
|
167
|
-
[name: string]: import('vue').Slot<any> | undefined;
|
|
168
|
-
}>;
|
|
169
|
-
$root: import('vue').ComponentPublicInstance | null;
|
|
170
|
-
$parent: import('vue').ComponentPublicInstance | null;
|
|
171
|
-
$host: Element | null;
|
|
172
|
-
$emit: (event: "dismiss", ...args: any[]) => void;
|
|
173
|
-
$el: any;
|
|
174
|
-
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
175
|
-
keepalive?: boolean;
|
|
176
|
-
visible?: boolean;
|
|
177
|
-
backdrop?: boolean;
|
|
178
|
-
placement?: string;
|
|
179
|
-
style?: any;
|
|
180
|
-
class?: any;
|
|
181
|
-
bounce?: any;
|
|
182
|
-
duration?: number;
|
|
183
|
-
}> & Readonly<{
|
|
184
|
-
onDismiss?: ((...args: any[]) => any) | undefined;
|
|
185
|
-
}>, {
|
|
186
|
-
render: (value: any) => void;
|
|
187
|
-
open: () => void;
|
|
188
|
-
close: () => void;
|
|
189
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
190
|
-
dismiss: (...args: any[]) => void;
|
|
191
|
-
}, string, {
|
|
192
|
-
keepalive: boolean;
|
|
193
|
-
visible: boolean;
|
|
194
|
-
backdrop: boolean;
|
|
195
|
-
placement: string;
|
|
196
|
-
duration: number;
|
|
197
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
198
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
199
|
-
created?: (() => void) | (() => void)[];
|
|
200
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
201
|
-
mounted?: (() => void) | (() => void)[];
|
|
202
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
203
|
-
updated?: (() => void) | (() => void)[];
|
|
204
|
-
activated?: (() => void) | (() => void)[];
|
|
205
|
-
deactivated?: (() => void) | (() => void)[];
|
|
206
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
207
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
208
|
-
destroyed?: (() => void) | (() => void)[];
|
|
209
|
-
unmounted?: (() => void) | (() => void)[];
|
|
210
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
211
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
212
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
213
|
-
};
|
|
214
|
-
$forceUpdate: () => void;
|
|
215
|
-
$nextTick: typeof import('vue').nextTick;
|
|
216
|
-
$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;
|
|
217
|
-
} & Readonly<{
|
|
218
|
-
keepalive: boolean;
|
|
219
|
-
visible: boolean;
|
|
220
|
-
backdrop: boolean;
|
|
221
|
-
placement: string;
|
|
222
|
-
duration: number;
|
|
223
|
-
}> & Omit<Readonly<{
|
|
224
|
-
keepalive?: boolean;
|
|
225
|
-
visible?: boolean;
|
|
226
|
-
backdrop?: boolean;
|
|
227
|
-
placement?: string;
|
|
228
|
-
style?: any;
|
|
229
|
-
class?: any;
|
|
230
|
-
bounce?: any;
|
|
231
|
-
duration?: number;
|
|
232
|
-
}> & Readonly<{
|
|
233
|
-
onDismiss?: ((...args: any[]) => any) | undefined;
|
|
234
|
-
}>, "close" | "render" | "open" | ("keepalive" | "visible" | "backdrop" | "placement" | "duration")> & import('vue').ShallowUnwrapRef<{
|
|
235
|
-
render: (value: any) => void;
|
|
236
|
-
open: () => void;
|
|
237
|
-
close: () => void;
|
|
238
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
239
|
-
$slots: {
|
|
240
|
-
default?(_: {}): any;
|
|
241
|
-
};
|
|
242
|
-
}) | null;
|
|
243
|
-
sheet: HTMLDivElement;
|
|
244
|
-
}, any>;
|
|
245
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
246
|
-
export default _default;
|
|
247
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
248
|
-
new (): {
|
|
249
|
-
$slots: S;
|
|
250
|
-
};
|
|
251
|
-
};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
width?: any;
|
|
3
|
-
height?: any;
|
|
4
|
-
radius?: any;
|
|
5
|
-
color?: any;
|
|
6
|
-
};
|
|
7
|
-
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
8
|
-
color: any;
|
|
9
|
-
width: any;
|
|
10
|
-
height: any;
|
|
11
|
-
radius: any;
|
|
12
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
13
|
-
export default _default;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
modelValue?: boolean;
|
|
3
|
-
color?: any;
|
|
4
|
-
};
|
|
5
|
-
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
6
|
-
"update:modelValue": (...args: any[]) => void;
|
|
7
|
-
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
8
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
9
|
-
}>, {
|
|
10
|
-
color: any;
|
|
11
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
12
|
-
export default _default;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
value?: String;
|
|
3
|
-
disabled?: boolean;
|
|
4
|
-
};
|
|
5
|
-
declare function __VLS_template(): {
|
|
6
|
-
attrs: Partial<{}>;
|
|
7
|
-
slots: {
|
|
8
|
-
default?(_: {}): any;
|
|
9
|
-
};
|
|
10
|
-
refs: {};
|
|
11
|
-
rootEl: HTMLLIElement;
|
|
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<{}>, {
|
|
15
|
-
disabled: boolean;
|
|
16
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLLIElement>;
|
|
17
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
18
|
-
export default _default;
|
|
19
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
20
|
-
new (): {
|
|
21
|
-
$slots: S;
|
|
22
|
-
};
|
|
23
|
-
};
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
placement?: string;
|
|
3
|
-
variant?: string;
|
|
4
|
-
color?: string;
|
|
5
|
-
modelValue?: string;
|
|
6
|
-
border?: number;
|
|
7
|
-
size?: string;
|
|
8
|
-
margin?: any;
|
|
9
|
-
radius?: number;
|
|
10
|
-
};
|
|
11
|
-
declare function __VLS_template(): {
|
|
12
|
-
attrs: Partial<{}>;
|
|
13
|
-
slots: {
|
|
14
|
-
default?(_: {}): any;
|
|
15
|
-
};
|
|
16
|
-
refs: {
|
|
17
|
-
container: HTMLUListElement;
|
|
18
|
-
};
|
|
19
|
-
rootEl: HTMLUListElement;
|
|
20
|
-
};
|
|
21
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
22
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
23
|
-
"update:modelValue": (...args: any[]) => void;
|
|
24
|
-
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
25
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
26
|
-
}>, {
|
|
27
|
-
placement: string;
|
|
28
|
-
size: string;
|
|
29
|
-
color: string;
|
|
30
|
-
variant: string;
|
|
31
|
-
border: number;
|
|
32
|
-
margin: any;
|
|
33
|
-
radius: number;
|
|
34
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
35
|
-
container: HTMLUListElement;
|
|
36
|
-
}, HTMLUListElement>;
|
|
37
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
38
|
-
export default _default;
|
|
39
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
40
|
-
new (): {
|
|
41
|
-
$slots: S;
|
|
42
|
-
};
|
|
43
|
-
};
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
color?: any;
|
|
3
|
-
size?: any;
|
|
4
|
-
};
|
|
5
|
-
declare function __VLS_template(): {
|
|
6
|
-
attrs: Partial<{}>;
|
|
7
|
-
slots: {
|
|
8
|
-
default?(_: {}): any;
|
|
9
|
-
};
|
|
10
|
-
refs: {};
|
|
11
|
-
rootEl: HTMLSpanElement;
|
|
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<{}>, {
|
|
15
|
-
size: any;
|
|
16
|
-
color: any;
|
|
17
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
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,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLTextAreaElement>;
|
|
2
|
-
export default _default;
|