@opens/ui 1.0.31 → 1.0.33

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.
@@ -12,6 +12,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
12
12
  alert: BooleanConstructor;
13
13
  warning: BooleanConstructor;
14
14
  success: BooleanConstructor;
15
+ block: BooleanConstructor;
15
16
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
16
17
  small: BooleanConstructor;
17
18
  soft: BooleanConstructor;
@@ -26,6 +27,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
26
27
  alert: BooleanConstructor;
27
28
  warning: BooleanConstructor;
28
29
  success: BooleanConstructor;
30
+ block: BooleanConstructor;
29
31
  }>>, {
30
32
  disabled: boolean;
31
33
  icon: boolean;
@@ -36,9 +38,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
36
38
  round: boolean;
37
39
  fluid: boolean;
38
40
  loading: boolean;
41
+ block: boolean;
42
+ ghost: boolean;
39
43
  soft: boolean;
40
44
  outline: boolean;
41
- ghost: boolean;
42
45
  link: boolean;
43
46
  }, {}>;
44
47
  export default _sfc_main;
@@ -9,6 +9,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
9
9
  default: boolean;
10
10
  };
11
11
  scroll: BooleanConstructor;
12
+ block: BooleanConstructor;
13
+ ghost: BooleanConstructor;
14
+ icon: BooleanConstructor;
12
15
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
13
16
  small: BooleanConstructor;
14
17
  round: BooleanConstructor;
@@ -20,13 +23,19 @@ declare const _sfc_main: import("vue").DefineComponent<{
20
23
  default: boolean;
21
24
  };
22
25
  scroll: BooleanConstructor;
26
+ block: BooleanConstructor;
27
+ ghost: BooleanConstructor;
28
+ icon: BooleanConstructor;
23
29
  }>>, {
24
30
  disabled: boolean;
31
+ icon: boolean;
25
32
  small: boolean;
26
33
  round: boolean;
27
34
  fluid: boolean;
28
35
  loading: boolean;
29
36
  autoSize: boolean;
37
+ block: boolean;
38
+ ghost: boolean;
30
39
  scroll: boolean;
31
40
  }, {}>;
32
41
  export default _sfc_main;
@@ -47,6 +47,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
47
47
  type: (ObjectConstructor | ArrayConstructor)[];
48
48
  default: any;
49
49
  };
50
+ block: BooleanConstructor;
51
+ ghost: BooleanConstructor;
52
+ icon: BooleanConstructor;
50
53
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "search" | "intersect")[], "update:modelValue" | "search" | "intersect", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
51
54
  small: BooleanConstructor;
52
55
  round: BooleanConstructor;
@@ -96,6 +99,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
96
99
  type: (ObjectConstructor | ArrayConstructor)[];
97
100
  default: any;
98
101
  };
102
+ block: BooleanConstructor;
103
+ ghost: BooleanConstructor;
104
+ icon: BooleanConstructor;
99
105
  }>> & {
100
106
  "onUpdate:modelValue"?: (...args: any[]) => any;
101
107
  onSearch?: (...args: any[]) => any;
@@ -103,6 +109,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
103
109
  }, {
104
110
  modelValue: Record<string, any> | unknown[];
105
111
  disabled: boolean;
112
+ icon: boolean;
106
113
  small: boolean;
107
114
  round: boolean;
108
115
  fluid: boolean;
@@ -111,5 +118,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
111
118
  filterable: boolean;
112
119
  autoSize: boolean;
113
120
  remote: boolean;
121
+ block: boolean;
122
+ ghost: boolean;
114
123
  }, {}>;
115
124
  export default _sfc_main;
@@ -8,6 +8,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
8
8
  loading: BooleanConstructor;
9
9
  type: StringConstructor;
10
10
  maxLength: NumberConstructor;
11
+ block: BooleanConstructor;
11
12
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
12
13
  small: BooleanConstructor;
13
14
  fluid: BooleanConstructor;
@@ -18,6 +19,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
18
19
  loading: BooleanConstructor;
19
20
  type: StringConstructor;
20
21
  maxLength: NumberConstructor;
22
+ block: BooleanConstructor;
21
23
  }>> & {
22
24
  "onUpdate:modelValue"?: (...args: any[]) => any;
23
25
  }, {
@@ -27,6 +29,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
27
29
  round: boolean;
28
30
  fluid: boolean;
29
31
  loading: boolean;
32
+ block: boolean;
30
33
  valid: boolean;
31
34
  }, {}>;
32
35
  export default _sfc_main;
@@ -3,7 +3,7 @@ interface StyleProps {
3
3
  small?: boolean;
4
4
  }
5
5
  export declare function useDropdownStyle(props: StyleProps): {
6
- height: import("vue").ComputedRef<"!yu-h-10 !yu-min-h-[2.5rem]" | "!yu-h-12 !yu-min-h-[3rem]">;
6
+ height: import("vue").ComputedRef<"!yu-h-8 !yu-min-h-[2rem]" | "!yu-h-10 !yu-min-h-[2.5rem]">;
7
7
  textSize: import("vue").ComputedRef<"!yu-text-xs" | "!yu-text-sm">;
8
8
  width: import("vue").ComputedRef<"!yu-w-full" | "yu-w-fit">;
9
9
  };
@@ -3,7 +3,7 @@ interface StyleProps {
3
3
  small?: boolean;
4
4
  }
5
5
  export declare function useInputStyle(props: StyleProps): {
6
- height: import("vue").ComputedRef<"!yu-h-10 !yu-min-h-[2.5rem]" | "!yu-h-12 !yu-min-h-[3rem]">;
6
+ height: import("vue").ComputedRef<"!yu-h-8 !yu-min-h-[2rem]" | "!yu-h-10 !yu-min-h-[2.5rem]">;
7
7
  textSize: import("vue").ComputedRef<"!yu-text-xs" | "!yu-text-sm">;
8
8
  width: import("vue").ComputedRef<"!yu-w-full" | "yu-w-fit">;
9
9
  };