@opentinyvue/vue-card 2.22.0 → 3.22.0

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/src/index.d.ts CHANGED
@@ -21,7 +21,9 @@ export declare const cardProps: {
21
21
  };
22
22
  iconMore: {
23
23
  type: (StringConstructor | ObjectConstructor)[];
24
- default: () => any;
24
+ default: () => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
25
+ [key: string]: any;
26
+ }>, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{}>>, {}, {}>>;
25
27
  };
26
28
  size: {
27
29
  type: StringConstructor;
@@ -54,5 +56,133 @@ export declare const cardProps: {
54
56
  tiny_theme: StringConstructor;
55
57
  tiny_chart_theme: ObjectConstructor;
56
58
  };
57
- declare const _default: any;
59
+ declare const _default: import("@vue/runtime-core").DefineComponent<{
60
+ _constants: {
61
+ type: ObjectConstructor;
62
+ default: () => {
63
+ CARD_GROUP: string;
64
+ };
65
+ };
66
+ modelValue: {};
67
+ src: StringConstructor;
68
+ title: StringConstructor;
69
+ customClass: StringConstructor;
70
+ height: StringConstructor;
71
+ label: {};
72
+ autoWidth: {
73
+ type: BooleanConstructor;
74
+ default: boolean;
75
+ };
76
+ options: {
77
+ type: ArrayConstructor;
78
+ default: () => never[];
79
+ };
80
+ iconMore: {
81
+ type: (StringConstructor | ObjectConstructor)[];
82
+ default: () => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
83
+ [key: string]: any;
84
+ }>, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{}>>, {}, {}>>;
85
+ };
86
+ size: {
87
+ type: StringConstructor;
88
+ default: string;
89
+ };
90
+ status: {
91
+ type: StringConstructor;
92
+ default: string;
93
+ };
94
+ checkType: {
95
+ type: StringConstructor;
96
+ default: string;
97
+ };
98
+ type: {
99
+ type: StringConstructor;
100
+ default: string;
101
+ };
102
+ disabled: {
103
+ type: BooleanConstructor;
104
+ default: boolean;
105
+ };
106
+ checkMode: {
107
+ type: StringConstructor;
108
+ default: string;
109
+ };
110
+ tiny_mode: StringConstructor;
111
+ tiny_mode_root: BooleanConstructor;
112
+ tiny_template: (ObjectConstructor | FunctionConstructor)[];
113
+ tiny_renderless: FunctionConstructor;
114
+ tiny_theme: StringConstructor;
115
+ tiny_chart_theme: ObjectConstructor;
116
+ }, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
117
+ [key: string]: any;
118
+ }>, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
119
+ _constants: {
120
+ type: ObjectConstructor;
121
+ default: () => {
122
+ CARD_GROUP: string;
123
+ };
124
+ };
125
+ modelValue: {};
126
+ src: StringConstructor;
127
+ title: StringConstructor;
128
+ customClass: StringConstructor;
129
+ height: StringConstructor;
130
+ label: {};
131
+ autoWidth: {
132
+ type: BooleanConstructor;
133
+ default: boolean;
134
+ };
135
+ options: {
136
+ type: ArrayConstructor;
137
+ default: () => never[];
138
+ };
139
+ iconMore: {
140
+ type: (StringConstructor | ObjectConstructor)[];
141
+ default: () => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
142
+ [key: string]: any;
143
+ }>, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{}>>, {}, {}>>;
144
+ };
145
+ size: {
146
+ type: StringConstructor;
147
+ default: string;
148
+ };
149
+ status: {
150
+ type: StringConstructor;
151
+ default: string;
152
+ };
153
+ checkType: {
154
+ type: StringConstructor;
155
+ default: string;
156
+ };
157
+ type: {
158
+ type: StringConstructor;
159
+ default: string;
160
+ };
161
+ disabled: {
162
+ type: BooleanConstructor;
163
+ default: boolean;
164
+ };
165
+ checkMode: {
166
+ type: StringConstructor;
167
+ default: string;
168
+ };
169
+ tiny_mode: StringConstructor;
170
+ tiny_mode_root: BooleanConstructor;
171
+ tiny_template: (ObjectConstructor | FunctionConstructor)[];
172
+ tiny_renderless: FunctionConstructor;
173
+ tiny_theme: StringConstructor;
174
+ tiny_chart_theme: ObjectConstructor;
175
+ }>>, {
176
+ disabled: boolean;
177
+ size: string;
178
+ type: string;
179
+ options: unknown[];
180
+ status: string;
181
+ tiny_mode_root: boolean;
182
+ _constants: Record<string, any>;
183
+ autoWidth: boolean;
184
+ checkType: string;
185
+ iconMore: string | Record<string, any>;
186
+ checkMode: string;
187
+ }, {}>;
58
188
  export default _default;
@@ -1,2 +1,82 @@
1
- declare const _default: any;
1
+ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
2
+ label?: any;
3
+ disabled?: any;
4
+ src?: any;
5
+ height?: any;
6
+ size?: any;
7
+ type?: any;
8
+ title?: any;
9
+ options?: any;
10
+ status?: any;
11
+ customClass?: any;
12
+ tiny_mode?: any;
13
+ tiny_mode_root?: any;
14
+ tiny_template?: any;
15
+ tiny_renderless?: any;
16
+ _constants?: any;
17
+ tiny_theme?: any;
18
+ tiny_chart_theme?: any;
19
+ modelValue?: any;
20
+ autoWidth?: any;
21
+ checkType?: any;
22
+ iconMore?: any;
23
+ }>, {
24
+ t: (this: any, path: any, options?: any) => any;
25
+ vm: any;
26
+ f: (props: any, attrs?: {}) => {};
27
+ a: (attrs: any, filters: any, include: any) => {};
28
+ d: (props: any) => void;
29
+ dp: (props: any) => void;
30
+ gcls: (key: any) => any;
31
+ m: (...cssClasses: any[]) => string;
32
+ }, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("change" | "click" | "update:modelValue" | "icon-click")[], "change" | "click" | "update:modelValue" | "icon-click", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
33
+ label?: any;
34
+ disabled?: any;
35
+ src?: any;
36
+ height?: any;
37
+ size?: any;
38
+ type?: any;
39
+ title?: any;
40
+ options?: any;
41
+ status?: any;
42
+ customClass?: any;
43
+ tiny_mode?: any;
44
+ tiny_mode_root?: any;
45
+ tiny_template?: any;
46
+ tiny_renderless?: any;
47
+ _constants?: any;
48
+ tiny_theme?: any;
49
+ tiny_chart_theme?: any;
50
+ modelValue?: any;
51
+ autoWidth?: any;
52
+ checkType?: any;
53
+ iconMore?: any;
54
+ }>>> & {
55
+ onChange?: ((...args: any[]) => any) | undefined;
56
+ onClick?: ((...args: any[]) => any) | undefined;
57
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
58
+ "onIcon-click"?: ((...args: any[]) => any) | undefined;
59
+ }, {
60
+ readonly label?: any;
61
+ readonly disabled?: any;
62
+ readonly src?: any;
63
+ readonly height?: any;
64
+ readonly size?: any;
65
+ readonly type?: any;
66
+ readonly title?: any;
67
+ readonly options?: any;
68
+ readonly status?: any;
69
+ readonly customClass?: any;
70
+ readonly tiny_mode?: any;
71
+ readonly tiny_mode_root?: any;
72
+ readonly tiny_template?: any;
73
+ readonly tiny_renderless?: any;
74
+ readonly _constants?: any;
75
+ readonly tiny_theme?: any;
76
+ readonly tiny_chart_theme?: any;
77
+ readonly modelValue?: any;
78
+ readonly autoWidth?: any;
79
+ readonly checkType?: any;
80
+ readonly iconMore?: any;
81
+ }, {}>;
2
82
  export default _default;
package/src/pc.vue.d.ts CHANGED
@@ -1,2 +1,85 @@
1
- declare const _default: any;
1
+ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
2
+ label?: any;
3
+ disabled?: any;
4
+ src?: any;
5
+ height?: any;
6
+ size?: any;
7
+ type?: any;
8
+ title?: any;
9
+ options?: any;
10
+ status?: any;
11
+ customClass?: any;
12
+ tiny_mode?: any;
13
+ tiny_mode_root?: any;
14
+ tiny_template?: any;
15
+ tiny_renderless?: any;
16
+ _constants?: any;
17
+ tiny_theme?: any;
18
+ tiny_chart_theme?: any;
19
+ modelValue?: any;
20
+ autoWidth?: any;
21
+ checkType?: any;
22
+ iconMore?: any;
23
+ checkMode?: any;
24
+ }>, {
25
+ t: (this: any, path: any, options?: any) => any;
26
+ vm: any;
27
+ f: (props: any, attrs?: {}) => {};
28
+ a: (attrs: any, filters: any, include: any) => {};
29
+ d: (props: any) => void;
30
+ dp: (props: any) => void;
31
+ gcls: (key: any) => any;
32
+ m: (...cssClasses: any[]) => string;
33
+ }, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("change" | "click" | "update:modelValue" | "icon-click")[], "change" | "click" | "update:modelValue" | "icon-click", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
34
+ label?: any;
35
+ disabled?: any;
36
+ src?: any;
37
+ height?: any;
38
+ size?: any;
39
+ type?: any;
40
+ title?: any;
41
+ options?: any;
42
+ status?: any;
43
+ customClass?: any;
44
+ tiny_mode?: any;
45
+ tiny_mode_root?: any;
46
+ tiny_template?: any;
47
+ tiny_renderless?: any;
48
+ _constants?: any;
49
+ tiny_theme?: any;
50
+ tiny_chart_theme?: any;
51
+ modelValue?: any;
52
+ autoWidth?: any;
53
+ checkType?: any;
54
+ iconMore?: any;
55
+ checkMode?: any;
56
+ }>>> & {
57
+ onChange?: ((...args: any[]) => any) | undefined;
58
+ onClick?: ((...args: any[]) => any) | undefined;
59
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
60
+ "onIcon-click"?: ((...args: any[]) => any) | undefined;
61
+ }, {
62
+ readonly label?: any;
63
+ readonly disabled?: any;
64
+ readonly src?: any;
65
+ readonly height?: any;
66
+ readonly size?: any;
67
+ readonly type?: any;
68
+ readonly title?: any;
69
+ readonly options?: any;
70
+ readonly status?: any;
71
+ readonly customClass?: any;
72
+ readonly tiny_mode?: any;
73
+ readonly tiny_mode_root?: any;
74
+ readonly tiny_template?: any;
75
+ readonly tiny_renderless?: any;
76
+ readonly _constants?: any;
77
+ readonly tiny_theme?: any;
78
+ readonly tiny_chart_theme?: any;
79
+ readonly modelValue?: any;
80
+ readonly autoWidth?: any;
81
+ readonly checkType?: any;
82
+ readonly iconMore?: any;
83
+ readonly checkMode?: any;
84
+ }, {}>;
2
85
  export default _default;