@roku-ui/vue 0.7.1 → 0.7.2

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.
@@ -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,66 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ modelValue: globalThis.PropType<string | number>;
3
+ onChange: {
4
+ type: globalThis.PropType<(value: string) => void>;
5
+ };
6
+ size: {
7
+ type: globalThis.PropType<"sm" | "md" | "lg">;
8
+ default: string;
9
+ };
10
+ error: {
11
+ type: globalThis.PropType<boolean>;
12
+ };
13
+ color: {
14
+ type: globalThis.PropType<"primary" | "secondary" | "tertiary" | "error">;
15
+ default: string;
16
+ };
17
+ rounded: {
18
+ type: globalThis.PropType<string | number>;
19
+ default: string;
20
+ };
21
+ disabled: {
22
+ type: globalThis.PropType<boolean>;
23
+ };
24
+ password: {
25
+ type: globalThis.PropType<boolean>;
26
+ };
27
+ placeholder: {
28
+ type: globalThis.PropType<string>;
29
+ };
30
+ }, {
31
+ el: globalThis.Ref<HTMLInputElement | null>;
32
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
33
+ modelValue: globalThis.PropType<string | number>;
34
+ onChange: {
35
+ type: globalThis.PropType<(value: string) => void>;
36
+ };
37
+ size: {
38
+ type: globalThis.PropType<"sm" | "md" | "lg">;
39
+ default: string;
40
+ };
41
+ error: {
42
+ type: globalThis.PropType<boolean>;
43
+ };
44
+ color: {
45
+ type: globalThis.PropType<"primary" | "secondary" | "tertiary" | "error">;
46
+ default: string;
47
+ };
48
+ rounded: {
49
+ type: globalThis.PropType<string | number>;
50
+ default: string;
51
+ };
52
+ disabled: {
53
+ type: globalThis.PropType<boolean>;
54
+ };
55
+ password: {
56
+ type: globalThis.PropType<boolean>;
57
+ };
58
+ placeholder: {
59
+ type: globalThis.PropType<string>;
60
+ };
61
+ }>>, {
62
+ size: 'sm' | 'md' | 'lg';
63
+ color: 'primary' | 'secondary' | 'tertiary' | 'error';
64
+ rounded: 'none' | 'sm' | 'md' | 'lg' | 'full' | string | number;
65
+ }, {}>;
66
+ export default _default;