@roku-ui/vue 0.6.2 → 0.7.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/package.json +8 -8
- package/dist/components/AspectRatio.vue.d.ts +0 -44
- package/dist/components/Avatar.vue.d.ts +0 -41
- package/dist/components/Btn.vue.d.ts +0 -77
- package/dist/components/ChatContainer.vue.d.ts +0 -9
- package/dist/components/ChatMessage.vue.d.ts +0 -51
- package/dist/components/ChatSystem.vue.d.ts +0 -45
- package/dist/components/Chip.vue.d.ts +0 -61
- package/dist/components/ColorInput.vue.d.ts +0 -6
- package/dist/components/ColorSwatch.vue.d.ts +0 -36
- package/dist/components/Drawer.vue.d.ts +0 -41
- package/dist/components/Dropzone.vue.d.ts +0 -45
- package/dist/components/FullscreenOverlay.vue.d.ts +0 -38
- package/dist/components/Image.vue.d.ts +0 -49
- package/dist/components/Indicator.vue.d.ts +0 -49
- package/dist/components/Modal.vue.d.ts +0 -32
- package/dist/components/Notification.vue.d.ts +0 -66
- package/dist/components/NotificationSystem.vue.d.ts +0 -2
- package/dist/components/Overlay.vue.d.ts +0 -52
- package/dist/components/Paper.vue.d.ts +0 -51
- package/dist/components/PinInput.vue.d.ts +0 -35
- package/dist/components/Progress.vue.d.ts +0 -59
- package/dist/components/RokuProvider.vue.d.ts +0 -42
- package/dist/components/SchemeSwitch.vue.d.ts +0 -2
- package/dist/components/Select.vue.d.ts +0 -60
- package/dist/components/Slider.vue.d.ts +0 -88
- package/dist/components/Switch.vue.d.ts +0 -85
- package/dist/components/TextField.vue.d.ts +0 -67
- package/dist/components/ThemeProvider.vue.d.ts +0 -23
- package/dist/components/index.d.ts +0 -28
- package/dist/composables/index.d.ts +0 -64
- package/dist/index.d.ts +0 -3
- package/dist/index.js +0 -3124
- package/dist/index.umd.cjs +0 -1
- package/dist/style.css +0 -1
- package/dist/test/index.test.d.ts +0 -1
- package/dist/test.d.ts +0 -1
- package/dist/utils/classGenerator.d.ts +0 -6
- package/dist/utils/index.d.ts +0 -22
- package/dist/utils/notifications.d.ts +0 -12
- package/dist/utils/theme.d.ts +0 -35
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@roku-ui/vue",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.7.0",
|
|
5
5
|
"author": "Jianqi Pan <jannchie@gmail.com>",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -30,13 +30,13 @@
|
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@formkit/auto-animate": "^0.8.1",
|
|
32
32
|
"@unocss/reset": "^0.58.3",
|
|
33
|
-
"@vueuse/core": "^10.7.
|
|
33
|
+
"@vueuse/core": "^10.7.2",
|
|
34
34
|
"tinycolor2": "^1.6.0",
|
|
35
|
-
"vue": "^3.4.
|
|
35
|
+
"vue": "^3.4.15"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@antfu/eslint-config": "^2.6.
|
|
39
|
-
"@iconify-json/tabler": "^1.1.
|
|
38
|
+
"@antfu/eslint-config": "^2.6.3",
|
|
39
|
+
"@iconify-json/tabler": "^1.1.104",
|
|
40
40
|
"@jannchie/eslint-config": "^3.0.0",
|
|
41
41
|
"@types/tinycolor2": "^1.4.6",
|
|
42
42
|
"@unocss/eslint-config": "^0.58.3",
|
|
@@ -51,10 +51,10 @@
|
|
|
51
51
|
"unplugin-auto-import": "^0.17.3",
|
|
52
52
|
"unplugin-vue-components": "^0.26.0",
|
|
53
53
|
"vite": "^5.0.11",
|
|
54
|
-
"vite-plugin-dts": "^3.7.
|
|
55
|
-
"vitest": "^1.2.
|
|
54
|
+
"vite-plugin-dts": "^3.7.1",
|
|
55
|
+
"vitest": "^1.2.1",
|
|
56
56
|
"vue-tsc": "^1.8.27",
|
|
57
|
-
"@roku-ui/preset": "^0.
|
|
57
|
+
"@roku-ui/preset": "^0.7.0"
|
|
58
58
|
},
|
|
59
59
|
"scripts": {
|
|
60
60
|
"dev": "vite",
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
-
ratio?: number | undefined;
|
|
3
|
-
width?: string | number | undefined;
|
|
4
|
-
maxWidth?: string | number | undefined;
|
|
5
|
-
height?: string | number | undefined;
|
|
6
|
-
maxHeight?: string | number | undefined;
|
|
7
|
-
}>, {
|
|
8
|
-
ratio: number;
|
|
9
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
10
|
-
ratio?: number | undefined;
|
|
11
|
-
width?: string | number | undefined;
|
|
12
|
-
maxWidth?: string | number | undefined;
|
|
13
|
-
height?: string | number | undefined;
|
|
14
|
-
maxHeight?: string | number | undefined;
|
|
15
|
-
}>, {
|
|
16
|
-
ratio: number;
|
|
17
|
-
}>>>, {
|
|
18
|
-
ratio: number;
|
|
19
|
-
}, {}>, {
|
|
20
|
-
default?(_: {}): any;
|
|
21
|
-
}>;
|
|
22
|
-
export default _default;
|
|
23
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
24
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
25
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
26
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
27
|
-
} : {
|
|
28
|
-
type: import('vue').PropType<T[K]>;
|
|
29
|
-
required: true;
|
|
30
|
-
};
|
|
31
|
-
};
|
|
32
|
-
type __VLS_WithDefaults<P, D> = {
|
|
33
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
34
|
-
default: D[K];
|
|
35
|
-
}> : P[K];
|
|
36
|
-
};
|
|
37
|
-
type __VLS_Prettify<T> = {
|
|
38
|
-
[K in keyof T]: T[K];
|
|
39
|
-
} & {};
|
|
40
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
41
|
-
new (): {
|
|
42
|
-
$slots: S;
|
|
43
|
-
};
|
|
44
|
-
};
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import type { Component } from 'vue';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
-
is?: string | Component | undefined;
|
|
4
|
-
src?: string | undefined;
|
|
5
|
-
size?: string | number | undefined;
|
|
6
|
-
style?: any;
|
|
7
|
-
class?: any;
|
|
8
|
-
}>, {
|
|
9
|
-
size: string;
|
|
10
|
-
is: string;
|
|
11
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
12
|
-
is?: string | Component | undefined;
|
|
13
|
-
src?: string | undefined;
|
|
14
|
-
size?: string | number | undefined;
|
|
15
|
-
style?: any;
|
|
16
|
-
class?: any;
|
|
17
|
-
}>, {
|
|
18
|
-
size: string;
|
|
19
|
-
is: string;
|
|
20
|
-
}>>>, {
|
|
21
|
-
is: string | Component;
|
|
22
|
-
size: 'sm' | 'md' | 'lg' | string | number;
|
|
23
|
-
}, {}>;
|
|
24
|
-
export default _default;
|
|
25
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
26
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
27
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
28
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
29
|
-
} : {
|
|
30
|
-
type: import('vue').PropType<T[K]>;
|
|
31
|
-
required: true;
|
|
32
|
-
};
|
|
33
|
-
};
|
|
34
|
-
type __VLS_WithDefaults<P, D> = {
|
|
35
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
36
|
-
default: D[K];
|
|
37
|
-
}> : P[K];
|
|
38
|
-
};
|
|
39
|
-
type __VLS_Prettify<T> = {
|
|
40
|
-
[K in keyof T]: T[K];
|
|
41
|
-
} & {};
|
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
type Variant = 'filled' | 'default' | 'light' | 'outline' | 'subtle' | 'transparent' | 'ghost' | 'constrast';
|
|
2
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
-
type?: "button" | "submit" | "reset" | undefined;
|
|
4
|
-
size?: "sm" | "md" | "lg" | undefined;
|
|
5
|
-
is?: string | globalThis.Component | undefined;
|
|
6
|
-
icon?: boolean | undefined;
|
|
7
|
-
pressEffect?: "translate" | "scale" | undefined;
|
|
8
|
-
variant?: Variant | undefined;
|
|
9
|
-
hoverVariant?: Variant | undefined;
|
|
10
|
-
color?: "primary" | "secondary" | "tertiary" | "error" | undefined;
|
|
11
|
-
animate?: boolean | undefined;
|
|
12
|
-
rounded?: string | number | undefined;
|
|
13
|
-
disabled?: boolean | undefined;
|
|
14
|
-
}>, {
|
|
15
|
-
rounded: string;
|
|
16
|
-
type: string;
|
|
17
|
-
size: string;
|
|
18
|
-
is: string;
|
|
19
|
-
icon: boolean;
|
|
20
|
-
pressEffect: string;
|
|
21
|
-
disabled: boolean;
|
|
22
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
23
|
-
type?: "button" | "submit" | "reset" | undefined;
|
|
24
|
-
size?: "sm" | "md" | "lg" | undefined;
|
|
25
|
-
is?: string | globalThis.Component | undefined;
|
|
26
|
-
icon?: boolean | undefined;
|
|
27
|
-
pressEffect?: "translate" | "scale" | undefined;
|
|
28
|
-
variant?: Variant | undefined;
|
|
29
|
-
hoverVariant?: Variant | undefined;
|
|
30
|
-
color?: "primary" | "secondary" | "tertiary" | "error" | undefined;
|
|
31
|
-
animate?: boolean | undefined;
|
|
32
|
-
rounded?: string | number | undefined;
|
|
33
|
-
disabled?: boolean | undefined;
|
|
34
|
-
}>, {
|
|
35
|
-
rounded: string;
|
|
36
|
-
type: string;
|
|
37
|
-
size: string;
|
|
38
|
-
is: string;
|
|
39
|
-
icon: boolean;
|
|
40
|
-
pressEffect: string;
|
|
41
|
-
disabled: boolean;
|
|
42
|
-
}>>>, {
|
|
43
|
-
type: "button" | "submit" | "reset";
|
|
44
|
-
is: string | globalThis.Component;
|
|
45
|
-
size: "sm" | "md" | "lg";
|
|
46
|
-
icon: boolean;
|
|
47
|
-
pressEffect: "translate" | "scale";
|
|
48
|
-
rounded: string | number;
|
|
49
|
-
disabled: boolean;
|
|
50
|
-
}, {}>, {
|
|
51
|
-
leftSection?(_: {}): any;
|
|
52
|
-
default?(_: {}): any;
|
|
53
|
-
rightSection?(_: {}): any;
|
|
54
|
-
}>;
|
|
55
|
-
export default _default;
|
|
56
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
57
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
58
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
59
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
60
|
-
} : {
|
|
61
|
-
type: import('vue').PropType<T[K]>;
|
|
62
|
-
required: true;
|
|
63
|
-
};
|
|
64
|
-
};
|
|
65
|
-
type __VLS_WithDefaults<P, D> = {
|
|
66
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
67
|
-
default: D[K];
|
|
68
|
-
}> : P[K];
|
|
69
|
-
};
|
|
70
|
-
type __VLS_Prettify<T> = {
|
|
71
|
-
[K in keyof T]: T[K];
|
|
72
|
-
} & {};
|
|
73
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
74
|
-
new (): {
|
|
75
|
-
$slots: S;
|
|
76
|
-
};
|
|
77
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>, {
|
|
2
|
-
default?(_: {}): any;
|
|
3
|
-
}>;
|
|
4
|
-
export default _default;
|
|
5
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
6
|
-
new (): {
|
|
7
|
-
$slots: S;
|
|
8
|
-
};
|
|
9
|
-
};
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
-
avatar?: string | undefined;
|
|
3
|
-
position?: "left" | "right" | undefined;
|
|
4
|
-
color?: string | undefined;
|
|
5
|
-
variant?: "default" | "filled" | "transparent" | undefined;
|
|
6
|
-
withBorder?: boolean | undefined;
|
|
7
|
-
}>, {
|
|
8
|
-
position: string;
|
|
9
|
-
variant: string;
|
|
10
|
-
withBorder: boolean;
|
|
11
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
12
|
-
avatar?: string | undefined;
|
|
13
|
-
position?: "left" | "right" | undefined;
|
|
14
|
-
color?: string | undefined;
|
|
15
|
-
variant?: "default" | "filled" | "transparent" | undefined;
|
|
16
|
-
withBorder?: boolean | undefined;
|
|
17
|
-
}>, {
|
|
18
|
-
position: string;
|
|
19
|
-
variant: string;
|
|
20
|
-
withBorder: boolean;
|
|
21
|
-
}>>>, {
|
|
22
|
-
variant: "default" | "filled" | "transparent";
|
|
23
|
-
position: "left" | "right";
|
|
24
|
-
withBorder: boolean;
|
|
25
|
-
}, {}>, {
|
|
26
|
-
avatar?(_: {}): any;
|
|
27
|
-
default?(_: {}): any;
|
|
28
|
-
}>;
|
|
29
|
-
export default _default;
|
|
30
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
31
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
32
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
33
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
34
|
-
} : {
|
|
35
|
-
type: import('vue').PropType<T[K]>;
|
|
36
|
-
required: true;
|
|
37
|
-
};
|
|
38
|
-
};
|
|
39
|
-
type __VLS_WithDefaults<P, D> = {
|
|
40
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
41
|
-
default: D[K];
|
|
42
|
-
}> : P[K];
|
|
43
|
-
};
|
|
44
|
-
type __VLS_Prettify<T> = {
|
|
45
|
-
[K in keyof T]: T[K];
|
|
46
|
-
} & {};
|
|
47
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
48
|
-
new (): {
|
|
49
|
-
$slots: S;
|
|
50
|
-
};
|
|
51
|
-
};
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
-
position?: "left" | "right" | undefined;
|
|
3
|
-
color?: string | undefined;
|
|
4
|
-
variant?: "default" | "fill" | "transparent" | undefined;
|
|
5
|
-
withBorder?: boolean | undefined;
|
|
6
|
-
}>, {
|
|
7
|
-
variant: string;
|
|
8
|
-
withBorder: boolean;
|
|
9
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
10
|
-
position?: "left" | "right" | undefined;
|
|
11
|
-
color?: string | undefined;
|
|
12
|
-
variant?: "default" | "fill" | "transparent" | undefined;
|
|
13
|
-
withBorder?: boolean | undefined;
|
|
14
|
-
}>, {
|
|
15
|
-
variant: string;
|
|
16
|
-
withBorder: boolean;
|
|
17
|
-
}>>>, {
|
|
18
|
-
variant: "default" | "fill" | "transparent";
|
|
19
|
-
withBorder: boolean;
|
|
20
|
-
}, {}>, {
|
|
21
|
-
default?(_: {}): any;
|
|
22
|
-
}>;
|
|
23
|
-
export default _default;
|
|
24
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
25
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
26
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
27
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
28
|
-
} : {
|
|
29
|
-
type: import('vue').PropType<T[K]>;
|
|
30
|
-
required: true;
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
|
-
type __VLS_WithDefaults<P, D> = {
|
|
34
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
35
|
-
default: D[K];
|
|
36
|
-
}> : P[K];
|
|
37
|
-
};
|
|
38
|
-
type __VLS_Prettify<T> = {
|
|
39
|
-
[K in keyof T]: T[K];
|
|
40
|
-
} & {};
|
|
41
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
42
|
-
new (): {
|
|
43
|
-
$slots: S;
|
|
44
|
-
};
|
|
45
|
-
};
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
|
-
modelValue: globalThis.PropType<boolean>;
|
|
3
|
-
style: {
|
|
4
|
-
type: globalThis.PropType<any>;
|
|
5
|
-
};
|
|
6
|
-
class: {
|
|
7
|
-
type: globalThis.PropType<any>;
|
|
8
|
-
};
|
|
9
|
-
is: {
|
|
10
|
-
type: globalThis.PropType<string | globalThis.Component>;
|
|
11
|
-
default: string;
|
|
12
|
-
};
|
|
13
|
-
src: {
|
|
14
|
-
type: globalThis.PropType<string>;
|
|
15
|
-
};
|
|
16
|
-
size: {
|
|
17
|
-
type: globalThis.PropType<string | number>;
|
|
18
|
-
default: string;
|
|
19
|
-
};
|
|
20
|
-
rounded: {
|
|
21
|
-
type: globalThis.PropType<string | number>;
|
|
22
|
-
default: string;
|
|
23
|
-
};
|
|
24
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
25
|
-
modelValue: globalThis.PropType<boolean>;
|
|
26
|
-
style: {
|
|
27
|
-
type: globalThis.PropType<any>;
|
|
28
|
-
};
|
|
29
|
-
class: {
|
|
30
|
-
type: globalThis.PropType<any>;
|
|
31
|
-
};
|
|
32
|
-
is: {
|
|
33
|
-
type: globalThis.PropType<string | globalThis.Component>;
|
|
34
|
-
default: string;
|
|
35
|
-
};
|
|
36
|
-
src: {
|
|
37
|
-
type: globalThis.PropType<string>;
|
|
38
|
-
};
|
|
39
|
-
size: {
|
|
40
|
-
type: globalThis.PropType<string | number>;
|
|
41
|
-
default: string;
|
|
42
|
-
};
|
|
43
|
-
rounded: {
|
|
44
|
-
type: globalThis.PropType<string | number>;
|
|
45
|
-
default: string;
|
|
46
|
-
};
|
|
47
|
-
}>>, {
|
|
48
|
-
is: string | globalThis.Component;
|
|
49
|
-
size: string | number;
|
|
50
|
-
rounded: string | number;
|
|
51
|
-
}, {}>, {
|
|
52
|
-
leftSection?(_: {}): any;
|
|
53
|
-
default?(_: {}): any;
|
|
54
|
-
rightSection?(_: {}): any;
|
|
55
|
-
}>;
|
|
56
|
-
export default _default;
|
|
57
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
58
|
-
new (): {
|
|
59
|
-
$slots: S;
|
|
60
|
-
};
|
|
61
|
-
};
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
modelValue: globalThis.PropType<string>;
|
|
3
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
4
|
-
modelValue: globalThis.PropType<string>;
|
|
5
|
-
}>>, {}, {}>;
|
|
6
|
-
export default _default;
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
-
color: string;
|
|
3
|
-
is?: string | globalThis.Component | undefined;
|
|
4
|
-
withBorder?: boolean | undefined;
|
|
5
|
-
}>, {
|
|
6
|
-
is: string;
|
|
7
|
-
withBorder: boolean;
|
|
8
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
9
|
-
color: string;
|
|
10
|
-
is?: string | globalThis.Component | undefined;
|
|
11
|
-
withBorder?: boolean | undefined;
|
|
12
|
-
}>, {
|
|
13
|
-
is: string;
|
|
14
|
-
withBorder: boolean;
|
|
15
|
-
}>>>, {
|
|
16
|
-
is: string | Component;
|
|
17
|
-
withBorder: boolean;
|
|
18
|
-
}, {}>;
|
|
19
|
-
export default _default;
|
|
20
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
21
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
22
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
23
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
24
|
-
} : {
|
|
25
|
-
type: import('vue').PropType<T[K]>;
|
|
26
|
-
required: true;
|
|
27
|
-
};
|
|
28
|
-
};
|
|
29
|
-
type __VLS_WithDefaults<P, D> = {
|
|
30
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
31
|
-
default: D[K];
|
|
32
|
-
}> : P[K];
|
|
33
|
-
};
|
|
34
|
-
type __VLS_Prettify<T> = {
|
|
35
|
-
[K in keyof T]: T[K];
|
|
36
|
-
} & {};
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
|
-
modelValue: globalThis.PropType<boolean>;
|
|
3
|
-
position: {
|
|
4
|
-
type: globalThis.PropType<"left" | "right">;
|
|
5
|
-
default: string;
|
|
6
|
-
};
|
|
7
|
-
persistent: {
|
|
8
|
-
type: globalThis.PropType<boolean>;
|
|
9
|
-
default: boolean;
|
|
10
|
-
};
|
|
11
|
-
blur: {
|
|
12
|
-
type: globalThis.PropType<boolean | "sm" | "md" | "lg">;
|
|
13
|
-
default: boolean;
|
|
14
|
-
};
|
|
15
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
16
|
-
modelValue: globalThis.PropType<boolean>;
|
|
17
|
-
position: {
|
|
18
|
-
type: globalThis.PropType<"left" | "right">;
|
|
19
|
-
default: string;
|
|
20
|
-
};
|
|
21
|
-
persistent: {
|
|
22
|
-
type: globalThis.PropType<boolean>;
|
|
23
|
-
default: boolean;
|
|
24
|
-
};
|
|
25
|
-
blur: {
|
|
26
|
-
type: globalThis.PropType<boolean | "sm" | "md" | "lg">;
|
|
27
|
-
default: boolean;
|
|
28
|
-
};
|
|
29
|
-
}>>, {
|
|
30
|
-
position: "left" | "right";
|
|
31
|
-
persistent: boolean;
|
|
32
|
-
blur: boolean | "sm" | "md" | "lg";
|
|
33
|
-
}, {}>, {
|
|
34
|
-
default?(_: {}): any;
|
|
35
|
-
}>;
|
|
36
|
-
export default _default;
|
|
37
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
38
|
-
new (): {
|
|
39
|
-
$slots: S;
|
|
40
|
-
};
|
|
41
|
-
};
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
-
dashed?: boolean | undefined;
|
|
3
|
-
accept?: string | undefined;
|
|
4
|
-
}>, {
|
|
5
|
-
dashed: boolean;
|
|
6
|
-
accept: string;
|
|
7
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8
|
-
drop: (files: File[] | null) => void;
|
|
9
|
-
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
10
|
-
dashed?: boolean | undefined;
|
|
11
|
-
accept?: string | undefined;
|
|
12
|
-
}>, {
|
|
13
|
-
dashed: boolean;
|
|
14
|
-
accept: string;
|
|
15
|
-
}>>> & {
|
|
16
|
-
onDrop?: ((files: File[] | null) => any) | undefined;
|
|
17
|
-
}, {
|
|
18
|
-
dashed: boolean;
|
|
19
|
-
accept: string;
|
|
20
|
-
}, {}>, {
|
|
21
|
-
default?(_: {}): any;
|
|
22
|
-
}>;
|
|
23
|
-
export default _default;
|
|
24
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
25
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
26
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
27
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
28
|
-
} : {
|
|
29
|
-
type: import('vue').PropType<T[K]>;
|
|
30
|
-
required: true;
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
|
-
type __VLS_WithDefaults<P, D> = {
|
|
34
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
35
|
-
default: D[K];
|
|
36
|
-
}> : P[K];
|
|
37
|
-
};
|
|
38
|
-
type __VLS_Prettify<T> = {
|
|
39
|
-
[K in keyof T]: T[K];
|
|
40
|
-
} & {};
|
|
41
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
42
|
-
new (): {
|
|
43
|
-
$slots: S;
|
|
44
|
-
};
|
|
45
|
-
};
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
|
-
modelValue: globalThis.PropType<boolean>;
|
|
3
|
-
persistent: {
|
|
4
|
-
type: globalThis.PropType<boolean>;
|
|
5
|
-
default: boolean;
|
|
6
|
-
};
|
|
7
|
-
blur: {
|
|
8
|
-
type: globalThis.PropType<boolean | "sm" | "md" | "lg">;
|
|
9
|
-
default: boolean;
|
|
10
|
-
};
|
|
11
|
-
wrapperClass: {
|
|
12
|
-
type: globalThis.PropType<string>;
|
|
13
|
-
};
|
|
14
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
15
|
-
modelValue: globalThis.PropType<boolean>;
|
|
16
|
-
persistent: {
|
|
17
|
-
type: globalThis.PropType<boolean>;
|
|
18
|
-
default: boolean;
|
|
19
|
-
};
|
|
20
|
-
blur: {
|
|
21
|
-
type: globalThis.PropType<boolean | "sm" | "md" | "lg">;
|
|
22
|
-
default: boolean;
|
|
23
|
-
};
|
|
24
|
-
wrapperClass: {
|
|
25
|
-
type: globalThis.PropType<string>;
|
|
26
|
-
};
|
|
27
|
-
}>>, {
|
|
28
|
-
persistent: boolean;
|
|
29
|
-
blur: boolean | "sm" | "md" | "lg";
|
|
30
|
-
}, {}>, {
|
|
31
|
-
default?(_: {}): any;
|
|
32
|
-
}>;
|
|
33
|
-
export default _default;
|
|
34
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
35
|
-
new (): {
|
|
36
|
-
$slots: S;
|
|
37
|
-
};
|
|
38
|
-
};
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import type { Component } from 'vue';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
-
is?: string | Component | undefined;
|
|
4
|
-
src?: string | undefined;
|
|
5
|
-
style?: any;
|
|
6
|
-
class?: any;
|
|
7
|
-
width?: string | number | undefined;
|
|
8
|
-
maxWidth?: string | number | undefined;
|
|
9
|
-
height?: string | number | undefined;
|
|
10
|
-
maxHeight?: string | number | undefined;
|
|
11
|
-
rounded?: string | number | undefined;
|
|
12
|
-
}>, {
|
|
13
|
-
is: string;
|
|
14
|
-
rounded: string;
|
|
15
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
16
|
-
is?: string | Component | undefined;
|
|
17
|
-
src?: string | undefined;
|
|
18
|
-
style?: any;
|
|
19
|
-
class?: any;
|
|
20
|
-
width?: string | number | undefined;
|
|
21
|
-
maxWidth?: string | number | undefined;
|
|
22
|
-
height?: string | number | undefined;
|
|
23
|
-
maxHeight?: string | number | undefined;
|
|
24
|
-
rounded?: string | number | undefined;
|
|
25
|
-
}>, {
|
|
26
|
-
is: string;
|
|
27
|
-
rounded: string;
|
|
28
|
-
}>>>, {
|
|
29
|
-
is: string | Component;
|
|
30
|
-
rounded: 'none' | 'sm' | 'md' | 'lg' | 'full' | string | number;
|
|
31
|
-
}, {}>;
|
|
32
|
-
export default _default;
|
|
33
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
34
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
35
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
36
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
37
|
-
} : {
|
|
38
|
-
type: import('vue').PropType<T[K]>;
|
|
39
|
-
required: true;
|
|
40
|
-
};
|
|
41
|
-
};
|
|
42
|
-
type __VLS_WithDefaults<P, D> = {
|
|
43
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
44
|
-
default: D[K];
|
|
45
|
-
}> : P[K];
|
|
46
|
-
};
|
|
47
|
-
type __VLS_Prettify<T> = {
|
|
48
|
-
[K in keyof T]: T[K];
|
|
49
|
-
} & {};
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
-
color?: "primary" | "secondary" | "tertiary" | "error" | undefined;
|
|
3
|
-
size?: string | number | undefined;
|
|
4
|
-
position?: "left" | "right" | "top-left" | "top-right" | "bottom-left" | "bottom-right" | "top" | "bottom" | undefined;
|
|
5
|
-
ping?: boolean | undefined;
|
|
6
|
-
}>, {
|
|
7
|
-
size: string;
|
|
8
|
-
position: string;
|
|
9
|
-
color: string;
|
|
10
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
11
|
-
color?: "primary" | "secondary" | "tertiary" | "error" | undefined;
|
|
12
|
-
size?: string | number | undefined;
|
|
13
|
-
position?: "left" | "right" | "top-left" | "top-right" | "bottom-left" | "bottom-right" | "top" | "bottom" | undefined;
|
|
14
|
-
ping?: boolean | undefined;
|
|
15
|
-
}>, {
|
|
16
|
-
size: string;
|
|
17
|
-
position: string;
|
|
18
|
-
color: string;
|
|
19
|
-
}>>>, {
|
|
20
|
-
size: string | number;
|
|
21
|
-
color: "primary" | "secondary" | "tertiary" | "error";
|
|
22
|
-
position: "left" | "right" | "top-left" | "top-right" | "bottom-left" | "bottom-right" | "top" | "bottom";
|
|
23
|
-
}, {}>, {
|
|
24
|
-
label?(_: {}): any;
|
|
25
|
-
default?(_: {}): any;
|
|
26
|
-
}>;
|
|
27
|
-
export default _default;
|
|
28
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
29
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
30
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
31
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
32
|
-
} : {
|
|
33
|
-
type: import('vue').PropType<T[K]>;
|
|
34
|
-
required: true;
|
|
35
|
-
};
|
|
36
|
-
};
|
|
37
|
-
type __VLS_WithDefaults<P, D> = {
|
|
38
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
39
|
-
default: D[K];
|
|
40
|
-
}> : P[K];
|
|
41
|
-
};
|
|
42
|
-
type __VLS_Prettify<T> = {
|
|
43
|
-
[K in keyof T]: T[K];
|
|
44
|
-
} & {};
|
|
45
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
46
|
-
new (): {
|
|
47
|
-
$slots: S;
|
|
48
|
-
};
|
|
49
|
-
};
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
|
-
modelValue: globalThis.PropType<boolean>;
|
|
3
|
-
persistent: {
|
|
4
|
-
type: globalThis.PropType<boolean>;
|
|
5
|
-
default: boolean;
|
|
6
|
-
};
|
|
7
|
-
blur: {
|
|
8
|
-
type: globalThis.PropType<boolean | "sm" | "md" | "lg">;
|
|
9
|
-
default: boolean;
|
|
10
|
-
};
|
|
11
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
12
|
-
modelValue: globalThis.PropType<boolean>;
|
|
13
|
-
persistent: {
|
|
14
|
-
type: globalThis.PropType<boolean>;
|
|
15
|
-
default: boolean;
|
|
16
|
-
};
|
|
17
|
-
blur: {
|
|
18
|
-
type: globalThis.PropType<boolean | "sm" | "md" | "lg">;
|
|
19
|
-
default: boolean;
|
|
20
|
-
};
|
|
21
|
-
}>>, {
|
|
22
|
-
persistent: boolean;
|
|
23
|
-
blur: boolean | "sm" | "md" | "lg";
|
|
24
|
-
}, {}>, {
|
|
25
|
-
default?(_: {}): any;
|
|
26
|
-
}>;
|
|
27
|
-
export default _default;
|
|
28
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
29
|
-
new (): {
|
|
30
|
-
$slots: S;
|
|
31
|
-
};
|
|
32
|
-
};
|