@roku-ui/vue 0.6.3 → 0.7.1
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/TabItem.vue.d.ts +38 -0
- package/dist/components/Tabs.vue.d.ts +29 -0
- package/dist/components/index.d.ts +2 -0
- package/dist/index.js +973 -873
- package/dist/index.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/symbols.d.ts +2 -0
- package/package.json +8 -8
- package/dist/components/TextField.vue.d.ts +0 -67
|
@@ -1,5 +1,9 @@
|
|
|
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
|
+
};
|
|
3
7
|
position: {
|
|
4
8
|
type: globalThis.PropType<"left" | "right">;
|
|
5
9
|
default: string;
|
|
@@ -8,12 +12,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
8
12
|
type: globalThis.PropType<boolean>;
|
|
9
13
|
default: boolean;
|
|
10
14
|
};
|
|
15
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
16
|
+
modelValue: globalThis.PropType<boolean>;
|
|
11
17
|
blur: {
|
|
12
18
|
type: globalThis.PropType<boolean | "sm" | "md" | "lg">;
|
|
13
19
|
default: boolean;
|
|
14
20
|
};
|
|
15
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
16
|
-
modelValue: globalThis.PropType<boolean>;
|
|
17
21
|
position: {
|
|
18
22
|
type: globalThis.PropType<"left" | "right">;
|
|
19
23
|
default: string;
|
|
@@ -22,14 +26,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
22
26
|
type: globalThis.PropType<boolean>;
|
|
23
27
|
default: boolean;
|
|
24
28
|
};
|
|
25
|
-
blur: {
|
|
26
|
-
type: globalThis.PropType<boolean | "sm" | "md" | "lg">;
|
|
27
|
-
default: boolean;
|
|
28
|
-
};
|
|
29
29
|
}>>, {
|
|
30
|
+
blur: boolean | "sm" | "md" | "lg";
|
|
30
31
|
position: "left" | "right";
|
|
31
32
|
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
|
-
dashed: boolean;
|
|
19
18
|
accept: string;
|
|
19
|
+
dashed: boolean;
|
|
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
|
-
persistent: {
|
|
4
|
-
type: globalThis.PropType<boolean>;
|
|
5
|
-
default: boolean;
|
|
6
|
-
};
|
|
7
3
|
blur: {
|
|
8
4
|
type: globalThis.PropType<boolean | "sm" | "md" | "lg">;
|
|
9
5
|
default: boolean;
|
|
10
6
|
};
|
|
7
|
+
persistent: {
|
|
8
|
+
type: globalThis.PropType<boolean>;
|
|
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
|
-
persistent: {
|
|
17
|
-
type: globalThis.PropType<boolean>;
|
|
18
|
-
default: boolean;
|
|
19
|
-
};
|
|
20
16
|
blur: {
|
|
21
17
|
type: globalThis.PropType<boolean | "sm" | "md" | "lg">;
|
|
22
18
|
default: boolean;
|
|
23
19
|
};
|
|
20
|
+
persistent: {
|
|
21
|
+
type: globalThis.PropType<boolean>;
|
|
22
|
+
default: boolean;
|
|
23
|
+
};
|
|
24
24
|
wrapperClass: {
|
|
25
25
|
type: globalThis.PropType<string>;
|
|
26
26
|
};
|
|
27
27
|
}>>, {
|
|
28
|
-
persistent: boolean;
|
|
29
28
|
blur: boolean | "sm" | "md" | "lg";
|
|
29
|
+
persistent: boolean;
|
|
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
|
-
persistent: {
|
|
4
|
-
type: globalThis.PropType<boolean>;
|
|
5
|
-
default: boolean;
|
|
6
|
-
};
|
|
7
3
|
blur: {
|
|
8
4
|
type: globalThis.PropType<boolean | "sm" | "md" | "lg">;
|
|
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
|
persistent: {
|
|
14
8
|
type: globalThis.PropType<boolean>;
|
|
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
|
blur: {
|
|
18
14
|
type: globalThis.PropType<boolean | "sm" | "md" | "lg">;
|
|
19
15
|
default: boolean;
|
|
20
16
|
};
|
|
17
|
+
persistent: {
|
|
18
|
+
type: globalThis.PropType<boolean>;
|
|
19
|
+
default: boolean;
|
|
20
|
+
};
|
|
21
21
|
}>>, {
|
|
22
|
-
persistent: boolean;
|
|
23
22
|
blur: boolean | "sm" | "md" | "lg";
|
|
23
|
+
persistent: boolean;
|
|
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";
|
|
22
23
|
color: string;
|
|
23
24
|
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;
|
|
35
36
|
color: string;
|
|
36
37
|
rounded: 'none' | 'sm' | 'md' | 'lg' | 'full' | string | number;
|
|
37
|
-
loading: boolean;
|
|
38
|
-
value: number | string;
|
|
39
38
|
max: number | string;
|
|
40
39
|
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
|
-
};
|
|
29
26
|
step: {
|
|
30
27
|
type: globalThis.PropType<number>;
|
|
31
28
|
default: number;
|
|
32
29
|
};
|
|
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
|
-
};
|
|
68
65
|
step: {
|
|
69
66
|
type: globalThis.PropType<number>;
|
|
70
67
|
default: number;
|
|
71
68
|
};
|
|
69
|
+
options: {
|
|
70
|
+
type: globalThis.PropType<any[]>;
|
|
71
|
+
};
|
|
72
72
|
tickNum: {
|
|
73
73
|
type: globalThis.PropType<number>;
|
|
74
74
|
};
|
|
@@ -11,6 +11,9 @@ 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
|
+
};
|
|
14
17
|
color: {
|
|
15
18
|
type: globalThis.PropType<"primary" | "secondary" | "tertiary" | "error">;
|
|
16
19
|
default: string;
|
|
@@ -22,9 +25,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
22
25
|
disabled: {
|
|
23
26
|
type: globalThis.PropType<boolean>;
|
|
24
27
|
};
|
|
25
|
-
id: {
|
|
26
|
-
type: globalThis.PropType<string>;
|
|
27
|
-
};
|
|
28
28
|
value: {
|
|
29
29
|
type: globalThis.PropType<boolean>;
|
|
30
30
|
};
|
|
@@ -50,6 +50,9 @@ 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
|
+
};
|
|
53
56
|
color: {
|
|
54
57
|
type: globalThis.PropType<"primary" | "secondary" | "tertiary" | "error">;
|
|
55
58
|
default: string;
|
|
@@ -61,9 +64,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
61
64
|
disabled: {
|
|
62
65
|
type: globalThis.PropType<boolean>;
|
|
63
66
|
};
|
|
64
|
-
id: {
|
|
65
|
-
type: globalThis.PropType<string>;
|
|
66
|
-
};
|
|
67
67
|
value: {
|
|
68
68
|
type: globalThis.PropType<boolean>;
|
|
69
69
|
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
value: string | number | symbol;
|
|
3
|
+
color?: string | undefined;
|
|
4
|
+
}>, {
|
|
5
|
+
color: string;
|
|
6
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
7
|
+
value: string | number | symbol;
|
|
8
|
+
color?: string | undefined;
|
|
9
|
+
}>, {
|
|
10
|
+
color: string;
|
|
11
|
+
}>>>, {
|
|
12
|
+
color: string;
|
|
13
|
+
}, {}>, {
|
|
14
|
+
default?(_: {}): any;
|
|
15
|
+
}>;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
18
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
19
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
20
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
21
|
+
} : {
|
|
22
|
+
type: import('vue').PropType<T[K]>;
|
|
23
|
+
required: true;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
type __VLS_WithDefaults<P, D> = {
|
|
27
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
28
|
+
default: D[K];
|
|
29
|
+
}> : P[K];
|
|
30
|
+
};
|
|
31
|
+
type __VLS_Prettify<T> = {
|
|
32
|
+
[K in keyof T]: T[K];
|
|
33
|
+
} & {};
|
|
34
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
35
|
+
new (): {
|
|
36
|
+
$slots: S;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
|
+
modelValue: globalThis.PropType<string | number | symbol>;
|
|
3
|
+
defaultValue: {
|
|
4
|
+
type: globalThis.PropType<string | number | symbol>;
|
|
5
|
+
};
|
|
6
|
+
direction: {
|
|
7
|
+
type: globalThis.PropType<"horizontal" | "vertical">;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
11
|
+
modelValue: globalThis.PropType<string | number | symbol>;
|
|
12
|
+
defaultValue: {
|
|
13
|
+
type: globalThis.PropType<string | number | symbol>;
|
|
14
|
+
};
|
|
15
|
+
direction: {
|
|
16
|
+
type: globalThis.PropType<"horizontal" | "vertical">;
|
|
17
|
+
default: string;
|
|
18
|
+
};
|
|
19
|
+
}>>, {
|
|
20
|
+
direction: "horizontal" | "vertical";
|
|
21
|
+
}, {}>, {
|
|
22
|
+
default?(_: {}): any;
|
|
23
|
+
}>;
|
|
24
|
+
export default _default;
|
|
25
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
26
|
+
new (): {
|
|
27
|
+
$slots: S;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
@@ -24,5 +24,7 @@ export { default as SchemeSwitch } from './SchemeSwitch.vue';
|
|
|
24
24
|
export { default as Select } from './Select.vue';
|
|
25
25
|
export { default as Slider } from './Slider.vue';
|
|
26
26
|
export { default as Switch } from './Switch.vue';
|
|
27
|
+
export { default as TabItem } from './TabItem.vue';
|
|
28
|
+
export { default as Tabs } from './Tabs.vue';
|
|
27
29
|
export { default as TextField } from './TextField.vue';
|
|
28
30
|
export { default as ThemeProvider } from './ThemeProvider.vue';
|