@roku-ui/vue 0.7.1 → 0.7.3
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/Drawer.vue.d.ts +7 -7
- package/dist/components/Dropzone.vue.d.ts +1 -1
- package/dist/components/FullscreenOverlay.vue.d.ts +9 -9
- package/dist/components/Modal.vue.d.ts +7 -7
- package/dist/components/Overlay.vue.d.ts +1 -1
- package/dist/components/Progress.vue.d.ts +2 -2
- package/dist/components/Slider.vue.d.ts +6 -6
- package/dist/components/Switch.vue.d.ts +6 -6
- package/dist/components/Tabs.vue.d.ts +5 -5
- package/dist/components/TextField.vue.d.ts +79 -0
- package/dist/index.js +643 -631
- package/dist/index.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +13 -12
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
2
|
modelValue: globalThis.PropType<boolean>;
|
|
3
|
-
blur: {
|
|
4
|
-
type: globalThis.PropType<boolean | "sm" | "md" | "lg">;
|
|
5
|
-
default: boolean;
|
|
6
|
-
};
|
|
7
3
|
position: {
|
|
8
4
|
type: globalThis.PropType<"left" | "right">;
|
|
9
5
|
default: string;
|
|
@@ -12,12 +8,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
12
8
|
type: globalThis.PropType<boolean>;
|
|
13
9
|
default: boolean;
|
|
14
10
|
};
|
|
15
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
16
|
-
modelValue: globalThis.PropType<boolean>;
|
|
17
11
|
blur: {
|
|
18
12
|
type: globalThis.PropType<boolean | "sm" | "md" | "lg">;
|
|
19
13
|
default: boolean;
|
|
20
14
|
};
|
|
15
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
16
|
+
modelValue: globalThis.PropType<boolean>;
|
|
21
17
|
position: {
|
|
22
18
|
type: globalThis.PropType<"left" | "right">;
|
|
23
19
|
default: string;
|
|
@@ -26,10 +22,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
26
22
|
type: globalThis.PropType<boolean>;
|
|
27
23
|
default: boolean;
|
|
28
24
|
};
|
|
25
|
+
blur: {
|
|
26
|
+
type: globalThis.PropType<boolean | "sm" | "md" | "lg">;
|
|
27
|
+
default: boolean;
|
|
28
|
+
};
|
|
29
29
|
}>>, {
|
|
30
|
-
blur: boolean | "sm" | "md" | "lg";
|
|
31
30
|
position: "left" | "right";
|
|
32
31
|
persistent: boolean;
|
|
32
|
+
blur: boolean | "sm" | "md" | "lg";
|
|
33
33
|
}, {}>, {
|
|
34
34
|
default?(_: {}): any;
|
|
35
35
|
}>;
|
|
@@ -15,8 +15,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
15
15
|
}>>> & {
|
|
16
16
|
onDrop?: ((files: File[] | null) => any) | undefined;
|
|
17
17
|
}, {
|
|
18
|
-
accept: string;
|
|
19
18
|
dashed: boolean;
|
|
19
|
+
accept: string;
|
|
20
20
|
}, {}>, {
|
|
21
21
|
default?(_: {}): any;
|
|
22
22
|
}>;
|
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
2
|
modelValue: globalThis.PropType<boolean>;
|
|
3
|
-
blur: {
|
|
4
|
-
type: globalThis.PropType<boolean | "sm" | "md" | "lg">;
|
|
5
|
-
default: boolean;
|
|
6
|
-
};
|
|
7
3
|
persistent: {
|
|
8
4
|
type: globalThis.PropType<boolean>;
|
|
9
5
|
default: boolean;
|
|
10
6
|
};
|
|
7
|
+
blur: {
|
|
8
|
+
type: globalThis.PropType<boolean | "sm" | "md" | "lg">;
|
|
9
|
+
default: boolean;
|
|
10
|
+
};
|
|
11
11
|
wrapperClass: {
|
|
12
12
|
type: globalThis.PropType<string>;
|
|
13
13
|
};
|
|
14
14
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
15
15
|
modelValue: globalThis.PropType<boolean>;
|
|
16
|
-
blur: {
|
|
17
|
-
type: globalThis.PropType<boolean | "sm" | "md" | "lg">;
|
|
18
|
-
default: boolean;
|
|
19
|
-
};
|
|
20
16
|
persistent: {
|
|
21
17
|
type: globalThis.PropType<boolean>;
|
|
22
18
|
default: boolean;
|
|
23
19
|
};
|
|
20
|
+
blur: {
|
|
21
|
+
type: globalThis.PropType<boolean | "sm" | "md" | "lg">;
|
|
22
|
+
default: boolean;
|
|
23
|
+
};
|
|
24
24
|
wrapperClass: {
|
|
25
25
|
type: globalThis.PropType<string>;
|
|
26
26
|
};
|
|
27
27
|
}>>, {
|
|
28
|
-
blur: boolean | "sm" | "md" | "lg";
|
|
29
28
|
persistent: boolean;
|
|
29
|
+
blur: boolean | "sm" | "md" | "lg";
|
|
30
30
|
}, {}>, {
|
|
31
31
|
default?(_: {}): any;
|
|
32
32
|
}>;
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
2
|
modelValue: globalThis.PropType<boolean>;
|
|
3
|
-
blur: {
|
|
4
|
-
type: globalThis.PropType<boolean | "sm" | "md" | "lg">;
|
|
5
|
-
default: boolean;
|
|
6
|
-
};
|
|
7
3
|
persistent: {
|
|
8
4
|
type: globalThis.PropType<boolean>;
|
|
9
5
|
default: boolean;
|
|
10
6
|
};
|
|
11
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
12
|
-
modelValue: globalThis.PropType<boolean>;
|
|
13
7
|
blur: {
|
|
14
8
|
type: globalThis.PropType<boolean | "sm" | "md" | "lg">;
|
|
15
9
|
default: boolean;
|
|
16
10
|
};
|
|
11
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
12
|
+
modelValue: globalThis.PropType<boolean>;
|
|
17
13
|
persistent: {
|
|
18
14
|
type: globalThis.PropType<boolean>;
|
|
19
15
|
default: boolean;
|
|
20
16
|
};
|
|
17
|
+
blur: {
|
|
18
|
+
type: globalThis.PropType<boolean | "sm" | "md" | "lg">;
|
|
19
|
+
default: boolean;
|
|
20
|
+
};
|
|
21
21
|
}>>, {
|
|
22
|
-
blur: boolean | "sm" | "md" | "lg";
|
|
23
22
|
persistent: boolean;
|
|
23
|
+
blur: boolean | "sm" | "md" | "lg";
|
|
24
24
|
}, {}>, {
|
|
25
25
|
default?(_: {}): any;
|
|
26
26
|
}>;
|
|
@@ -19,9 +19,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
19
19
|
opacity: number;
|
|
20
20
|
color: string;
|
|
21
21
|
}>>>, {
|
|
22
|
-
blur: boolean | "sm" | "md" | "lg";
|
|
23
22
|
color: string;
|
|
24
23
|
rounded: string | number;
|
|
24
|
+
blur: boolean | "sm" | "md" | "lg";
|
|
25
25
|
opacity: number;
|
|
26
26
|
}, {}>, {
|
|
27
27
|
default?(_: {}): any;
|
|
@@ -32,12 +32,12 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
32
32
|
loading: boolean;
|
|
33
33
|
}>>>, {
|
|
34
34
|
size: 'sm' | 'md' | 'lg';
|
|
35
|
-
loading: boolean;
|
|
36
35
|
color: string;
|
|
37
36
|
rounded: 'none' | 'sm' | 'md' | 'lg' | 'full' | string | number;
|
|
37
|
+
loading: boolean;
|
|
38
|
+
value: number | string;
|
|
38
39
|
max: number | string;
|
|
39
40
|
min: number | string;
|
|
40
|
-
value: number | string;
|
|
41
41
|
}, {}>;
|
|
42
42
|
export default _default;
|
|
43
43
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -23,13 +23,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
23
23
|
type: globalThis.PropType<number>;
|
|
24
24
|
default: number;
|
|
25
25
|
};
|
|
26
|
+
options: {
|
|
27
|
+
type: globalThis.PropType<any[]>;
|
|
28
|
+
};
|
|
26
29
|
step: {
|
|
27
30
|
type: globalThis.PropType<number>;
|
|
28
31
|
default: number;
|
|
29
32
|
};
|
|
30
|
-
options: {
|
|
31
|
-
type: globalThis.PropType<any[]>;
|
|
32
|
-
};
|
|
33
33
|
tickNum: {
|
|
34
34
|
type: globalThis.PropType<number>;
|
|
35
35
|
};
|
|
@@ -62,13 +62,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
62
62
|
type: globalThis.PropType<number>;
|
|
63
63
|
default: number;
|
|
64
64
|
};
|
|
65
|
+
options: {
|
|
66
|
+
type: globalThis.PropType<any[]>;
|
|
67
|
+
};
|
|
65
68
|
step: {
|
|
66
69
|
type: globalThis.PropType<number>;
|
|
67
70
|
default: number;
|
|
68
71
|
};
|
|
69
|
-
options: {
|
|
70
|
-
type: globalThis.PropType<any[]>;
|
|
71
|
-
};
|
|
72
72
|
tickNum: {
|
|
73
73
|
type: globalThis.PropType<number>;
|
|
74
74
|
};
|
|
@@ -11,9 +11,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11
11
|
type: globalThis.PropType<"sm" | "md" | "lg">;
|
|
12
12
|
default: string;
|
|
13
13
|
};
|
|
14
|
-
id: {
|
|
15
|
-
type: globalThis.PropType<string>;
|
|
16
|
-
};
|
|
17
14
|
color: {
|
|
18
15
|
type: globalThis.PropType<"primary" | "secondary" | "tertiary" | "error">;
|
|
19
16
|
default: string;
|
|
@@ -25,6 +22,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
25
22
|
disabled: {
|
|
26
23
|
type: globalThis.PropType<boolean>;
|
|
27
24
|
};
|
|
25
|
+
id: {
|
|
26
|
+
type: globalThis.PropType<string>;
|
|
27
|
+
};
|
|
28
28
|
value: {
|
|
29
29
|
type: globalThis.PropType<boolean>;
|
|
30
30
|
};
|
|
@@ -50,9 +50,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
50
50
|
type: globalThis.PropType<"sm" | "md" | "lg">;
|
|
51
51
|
default: string;
|
|
52
52
|
};
|
|
53
|
-
id: {
|
|
54
|
-
type: globalThis.PropType<string>;
|
|
55
|
-
};
|
|
56
53
|
color: {
|
|
57
54
|
type: globalThis.PropType<"primary" | "secondary" | "tertiary" | "error">;
|
|
58
55
|
default: string;
|
|
@@ -64,6 +61,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
64
61
|
disabled: {
|
|
65
62
|
type: globalThis.PropType<boolean>;
|
|
66
63
|
};
|
|
64
|
+
id: {
|
|
65
|
+
type: globalThis.PropType<string>;
|
|
66
|
+
};
|
|
67
67
|
value: {
|
|
68
68
|
type: globalThis.PropType<boolean>;
|
|
69
69
|
};
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
2
|
modelValue: globalThis.PropType<string | number | symbol>;
|
|
3
|
-
defaultValue: {
|
|
4
|
-
type: globalThis.PropType<string | number | symbol>;
|
|
5
|
-
};
|
|
6
3
|
direction: {
|
|
7
4
|
type: globalThis.PropType<"horizontal" | "vertical">;
|
|
8
5
|
default: string;
|
|
9
6
|
};
|
|
10
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
11
|
-
modelValue: globalThis.PropType<string | number | symbol>;
|
|
12
7
|
defaultValue: {
|
|
13
8
|
type: globalThis.PropType<string | number | symbol>;
|
|
14
9
|
};
|
|
10
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
11
|
+
modelValue: globalThis.PropType<string | number | symbol>;
|
|
15
12
|
direction: {
|
|
16
13
|
type: globalThis.PropType<"horizontal" | "vertical">;
|
|
17
14
|
default: string;
|
|
18
15
|
};
|
|
16
|
+
defaultValue: {
|
|
17
|
+
type: globalThis.PropType<string | number | symbol>;
|
|
18
|
+
};
|
|
19
19
|
}>>, {
|
|
20
20
|
direction: "horizontal" | "vertical";
|
|
21
21
|
}, {}>, {
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
|
+
modelValue: globalThis.PropType<string | number>;
|
|
3
|
+
label: {
|
|
4
|
+
type: globalThis.PropType<string>;
|
|
5
|
+
};
|
|
6
|
+
onChange: {
|
|
7
|
+
type: globalThis.PropType<(value: string) => void>;
|
|
8
|
+
};
|
|
9
|
+
size: {
|
|
10
|
+
type: globalThis.PropType<"sm" | "md" | "lg">;
|
|
11
|
+
default: string;
|
|
12
|
+
};
|
|
13
|
+
error: {
|
|
14
|
+
type: globalThis.PropType<boolean>;
|
|
15
|
+
};
|
|
16
|
+
color: {
|
|
17
|
+
type: globalThis.PropType<"primary" | "secondary" | "tertiary" | "error">;
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
20
|
+
rounded: {
|
|
21
|
+
type: globalThis.PropType<string | number>;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
disabled: {
|
|
25
|
+
type: globalThis.PropType<boolean>;
|
|
26
|
+
};
|
|
27
|
+
password: {
|
|
28
|
+
type: globalThis.PropType<boolean>;
|
|
29
|
+
};
|
|
30
|
+
placeholder: {
|
|
31
|
+
type: globalThis.PropType<string>;
|
|
32
|
+
};
|
|
33
|
+
}, {
|
|
34
|
+
el: globalThis.Ref<HTMLInputElement | null>;
|
|
35
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
36
|
+
modelValue: globalThis.PropType<string | number>;
|
|
37
|
+
label: {
|
|
38
|
+
type: globalThis.PropType<string>;
|
|
39
|
+
};
|
|
40
|
+
onChange: {
|
|
41
|
+
type: globalThis.PropType<(value: string) => void>;
|
|
42
|
+
};
|
|
43
|
+
size: {
|
|
44
|
+
type: globalThis.PropType<"sm" | "md" | "lg">;
|
|
45
|
+
default: string;
|
|
46
|
+
};
|
|
47
|
+
error: {
|
|
48
|
+
type: globalThis.PropType<boolean>;
|
|
49
|
+
};
|
|
50
|
+
color: {
|
|
51
|
+
type: globalThis.PropType<"primary" | "secondary" | "tertiary" | "error">;
|
|
52
|
+
default: string;
|
|
53
|
+
};
|
|
54
|
+
rounded: {
|
|
55
|
+
type: globalThis.PropType<string | number>;
|
|
56
|
+
default: string;
|
|
57
|
+
};
|
|
58
|
+
disabled: {
|
|
59
|
+
type: globalThis.PropType<boolean>;
|
|
60
|
+
};
|
|
61
|
+
password: {
|
|
62
|
+
type: globalThis.PropType<boolean>;
|
|
63
|
+
};
|
|
64
|
+
placeholder: {
|
|
65
|
+
type: globalThis.PropType<string>;
|
|
66
|
+
};
|
|
67
|
+
}>>, {
|
|
68
|
+
size: "sm" | "md" | "lg";
|
|
69
|
+
color: "primary" | "secondary" | "tertiary" | "error";
|
|
70
|
+
rounded: string | number;
|
|
71
|
+
}, {}>, {
|
|
72
|
+
label?(_: {}): any;
|
|
73
|
+
}>;
|
|
74
|
+
export default _default;
|
|
75
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
76
|
+
new (): {
|
|
77
|
+
$slots: S;
|
|
78
|
+
};
|
|
79
|
+
};
|