bkui-vue 0.0.1-beta.56 → 0.0.1-beta.57

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,53 +1,61 @@
1
1
  declare const _default: import("vue").DefineComponent<{
2
- isShow: {
3
- type: BooleanConstructor;
2
+ isShow: import("vue-types").VueTypeValidableDef<boolean> & {
3
+ default: boolean;
4
+ } & {
4
5
  default: boolean;
5
6
  };
6
- width: {
7
- type: (NumberConstructor | StringConstructor)[];
7
+ width: (import("vue-types").VueTypeValidableDef<string> & {
8
8
  default: string;
9
- };
10
- height: {
11
- type: (NumberConstructor | StringConstructor)[];
9
+ }) | (import("vue-types").VueTypeValidableDef<number> & {
10
+ default: number;
11
+ });
12
+ height: (import("vue-types").VueTypeValidableDef<string> & {
12
13
  default: string;
13
- };
14
- customClass: {
15
- type: (ArrayConstructor | StringConstructor)[];
14
+ }) | (import("vue-types").VueTypeValidableDef<number> & {
15
+ default: number;
16
+ });
17
+ customClass: (import("vue-types").VueTypeValidableDef<string> & {
16
18
  default: string;
17
- };
18
- scrollable: {
19
- type: BooleanConstructor;
19
+ }) | (import("vue-types").VueTypeValidableDef<unknown[]> & {
20
+ default: () => unknown[];
21
+ });
22
+ scrollable: import("vue-types").VueTypeValidableDef<boolean> & {
23
+ default: boolean;
24
+ } & {
20
25
  default: boolean;
21
26
  };
22
- showMask: {
23
- type: BooleanConstructor;
27
+ showMask: import("vue-types").VueTypeValidableDef<boolean> & {
28
+ default: boolean;
29
+ } & {
24
30
  default: boolean;
25
31
  };
26
- closeIcon: {
27
- type: BooleanConstructor;
32
+ closeIcon: import("vue-types").VueTypeValidableDef<boolean> & {
33
+ default: boolean;
34
+ } & {
28
35
  default: boolean;
29
36
  };
30
- escClose: {
31
- type: BooleanConstructor;
37
+ escClose: import("vue-types").VueTypeValidableDef<boolean> & {
38
+ default: boolean;
39
+ } & {
32
40
  default: boolean;
33
41
  };
34
- maskClose: {
35
- type: BooleanConstructor;
42
+ maskClose: import("vue-types").VueTypeValidableDef<boolean> & {
43
+ default: boolean;
44
+ } & {
36
45
  default: boolean;
37
46
  };
38
- fullscreen: {
39
- type: BooleanConstructor;
47
+ fullscreen: import("vue-types").VueTypeValidableDef<boolean> & {
48
+ default: boolean;
49
+ } & {
40
50
  default: boolean;
41
51
  };
42
- size: {
43
- type: StringConstructor;
52
+ size: import("vue-types").VueTypeDef<string> & {
44
53
  default: string;
45
- validator: (value: string) => boolean;
46
54
  };
47
- renderDirective: {
48
- type: StringConstructor;
49
- default: string;
50
- validator: (value: string) => boolean;
55
+ draggable: import("vue-types").VueTypeValidableDef<boolean> & {
56
+ default: boolean;
57
+ } & {
58
+ default: boolean;
51
59
  };
52
60
  }, unknown, {
53
61
  visible: boolean;
@@ -56,59 +64,68 @@ declare const _default: import("vue").DefineComponent<{
56
64
  dialogHeight(): String | Number;
57
65
  compStyle(): any;
58
66
  }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
59
- isShow: {
60
- type: BooleanConstructor;
67
+ isShow: import("vue-types").VueTypeValidableDef<boolean> & {
68
+ default: boolean;
69
+ } & {
61
70
  default: boolean;
62
71
  };
63
- width: {
64
- type: (NumberConstructor | StringConstructor)[];
72
+ width: (import("vue-types").VueTypeValidableDef<string> & {
65
73
  default: string;
66
- };
67
- height: {
68
- type: (NumberConstructor | StringConstructor)[];
74
+ }) | (import("vue-types").VueTypeValidableDef<number> & {
75
+ default: number;
76
+ });
77
+ height: (import("vue-types").VueTypeValidableDef<string> & {
69
78
  default: string;
70
- };
71
- customClass: {
72
- type: (ArrayConstructor | StringConstructor)[];
79
+ }) | (import("vue-types").VueTypeValidableDef<number> & {
80
+ default: number;
81
+ });
82
+ customClass: (import("vue-types").VueTypeValidableDef<string> & {
73
83
  default: string;
74
- };
75
- scrollable: {
76
- type: BooleanConstructor;
84
+ }) | (import("vue-types").VueTypeValidableDef<unknown[]> & {
85
+ default: () => unknown[];
86
+ });
87
+ scrollable: import("vue-types").VueTypeValidableDef<boolean> & {
88
+ default: boolean;
89
+ } & {
77
90
  default: boolean;
78
91
  };
79
- showMask: {
80
- type: BooleanConstructor;
92
+ showMask: import("vue-types").VueTypeValidableDef<boolean> & {
93
+ default: boolean;
94
+ } & {
81
95
  default: boolean;
82
96
  };
83
- closeIcon: {
84
- type: BooleanConstructor;
97
+ closeIcon: import("vue-types").VueTypeValidableDef<boolean> & {
98
+ default: boolean;
99
+ } & {
85
100
  default: boolean;
86
101
  };
87
- escClose: {
88
- type: BooleanConstructor;
102
+ escClose: import("vue-types").VueTypeValidableDef<boolean> & {
103
+ default: boolean;
104
+ } & {
89
105
  default: boolean;
90
106
  };
91
- maskClose: {
92
- type: BooleanConstructor;
107
+ maskClose: import("vue-types").VueTypeValidableDef<boolean> & {
108
+ default: boolean;
109
+ } & {
93
110
  default: boolean;
94
111
  };
95
- fullscreen: {
96
- type: BooleanConstructor;
112
+ fullscreen: import("vue-types").VueTypeValidableDef<boolean> & {
113
+ default: boolean;
114
+ } & {
97
115
  default: boolean;
98
116
  };
99
- size: {
100
- type: StringConstructor;
117
+ size: import("vue-types").VueTypeDef<string> & {
101
118
  default: string;
102
- validator: (value: string) => boolean;
103
119
  };
104
- renderDirective: {
105
- type: StringConstructor;
106
- default: string;
107
- validator: (value: string) => boolean;
120
+ draggable: import("vue-types").VueTypeValidableDef<boolean> & {
121
+ default: boolean;
122
+ } & {
123
+ default: boolean;
108
124
  };
109
125
  }>>, {
110
126
  width: string | number;
111
127
  height: string | number;
128
+ draggable: boolean;
112
129
  showMask: boolean;
113
130
  size: string;
114
131
  isShow: boolean;
@@ -118,6 +135,5 @@ declare const _default: import("vue").DefineComponent<{
118
135
  escClose: boolean;
119
136
  maskClose: boolean;
120
137
  fullscreen: boolean;
121
- renderDirective: string;
122
138
  }>;
123
139
  export default _default;
@@ -1,52 +1,60 @@
1
1
  export declare const propsMixin: {
2
- isShow: {
3
- type: BooleanConstructor;
2
+ isShow: import("vue-types").VueTypeValidableDef<boolean> & {
3
+ default: boolean;
4
+ } & {
4
5
  default: boolean;
5
6
  };
6
- width: {
7
- type: (NumberConstructor | StringConstructor)[];
7
+ width: (import("vue-types").VueTypeValidableDef<string> & {
8
8
  default: string;
9
- };
10
- height: {
11
- type: (NumberConstructor | StringConstructor)[];
9
+ }) | (import("vue-types").VueTypeValidableDef<number> & {
10
+ default: number;
11
+ });
12
+ height: (import("vue-types").VueTypeValidableDef<string> & {
12
13
  default: string;
13
- };
14
- customClass: {
15
- type: (ArrayConstructor | StringConstructor)[];
14
+ }) | (import("vue-types").VueTypeValidableDef<number> & {
15
+ default: number;
16
+ });
17
+ customClass: (import("vue-types").VueTypeValidableDef<string> & {
16
18
  default: string;
17
- };
18
- scrollable: {
19
- type: BooleanConstructor;
19
+ }) | (import("vue-types").VueTypeValidableDef<unknown[]> & {
20
+ default: () => unknown[];
21
+ });
22
+ scrollable: import("vue-types").VueTypeValidableDef<boolean> & {
23
+ default: boolean;
24
+ } & {
20
25
  default: boolean;
21
26
  };
22
- showMask: {
23
- type: BooleanConstructor;
27
+ showMask: import("vue-types").VueTypeValidableDef<boolean> & {
28
+ default: boolean;
29
+ } & {
24
30
  default: boolean;
25
31
  };
26
- closeIcon: {
27
- type: BooleanConstructor;
32
+ closeIcon: import("vue-types").VueTypeValidableDef<boolean> & {
33
+ default: boolean;
34
+ } & {
28
35
  default: boolean;
29
36
  };
30
- escClose: {
31
- type: BooleanConstructor;
37
+ escClose: import("vue-types").VueTypeValidableDef<boolean> & {
38
+ default: boolean;
39
+ } & {
32
40
  default: boolean;
33
41
  };
34
- maskClose: {
35
- type: BooleanConstructor;
42
+ maskClose: import("vue-types").VueTypeValidableDef<boolean> & {
43
+ default: boolean;
44
+ } & {
36
45
  default: boolean;
37
46
  };
38
- fullscreen: {
39
- type: BooleanConstructor;
47
+ fullscreen: import("vue-types").VueTypeValidableDef<boolean> & {
48
+ default: boolean;
49
+ } & {
40
50
  default: boolean;
41
51
  };
42
- size: {
43
- type: StringConstructor;
52
+ size: import("vue-types").VueTypeDef<string> & {
44
53
  default: string;
45
- validator: (value: string) => boolean;
46
54
  };
47
- renderDirective: {
48
- type: StringConstructor;
49
- default: string;
50
- validator: (value: string) => boolean;
55
+ draggable: import("vue-types").VueTypeValidableDef<boolean> & {
56
+ default: boolean;
57
+ } & {
58
+ default: boolean;
51
59
  };
52
60
  };