qy-ui-for-ls 0.4.68 → 0.4.71

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.
@@ -18,7 +18,7 @@ declare const QyCard: ({
18
18
  };
19
19
  titlePorps: {
20
20
  type: PropType<TitlePorps>;
21
- default: {
21
+ default: () => {
22
22
  text: string;
23
23
  };
24
24
  };
@@ -86,7 +86,7 @@ declare const QyCard: ({
86
86
  };
87
87
  titlePorps: {
88
88
  type: PropType<TitlePorps>;
89
- default: {
89
+ default: () => {
90
90
  text: string;
91
91
  };
92
92
  };
@@ -151,7 +151,7 @@ declare const QyCard: ({
151
151
  };
152
152
  titlePorps: {
153
153
  type: PropType<TitlePorps>;
154
- default: {
154
+ default: () => {
155
155
  text: string;
156
156
  };
157
157
  };
@@ -21,7 +21,7 @@ declare function __VLS_template(): {
21
21
  footer?(_: {}): any;
22
22
  };
23
23
  declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<cardProps>, {
24
- titlePorps: {
24
+ titlePorps: () => {
25
25
  text: string;
26
26
  };
27
27
  bodyStyle: string;
@@ -37,7 +37,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaul
37
37
  cardPadding: number[];
38
38
  bottomBorder: boolean;
39
39
  }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<cardProps>, {
40
- titlePorps: {
40
+ titlePorps: () => {
41
41
  text: string;
42
42
  };
43
43
  bodyStyle: string;
@@ -18,7 +18,7 @@ declare const QyDescriptions: ({
18
18
  default: () => {};
19
19
  };
20
20
  descData: {
21
- type: any[];
21
+ type: any;
22
22
  default: () => never[];
23
23
  };
24
24
  labelColor: {
@@ -41,17 +41,22 @@ declare const QyDescriptions: ({
41
41
  type: NumberConstructor;
42
42
  default: number;
43
43
  };
44
+ labelAlign: {
45
+ type: () => "left" | "right" | "center";
46
+ default: string;
47
+ };
44
48
  }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
45
49
  fontSize: string;
46
50
  descColumn: number;
47
51
  colon: boolean;
48
52
  dataList: Record<string, any>;
49
53
  listTypeInfo: Record<string, any>;
50
- descData: Date | null;
54
+ descData: any;
51
55
  labelColor: string;
52
56
  color: string;
53
57
  offsetX: number;
54
58
  columnX: number;
59
+ labelAlign: "left" | "right" | "center";
55
60
  }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
56
61
  P: {};
57
62
  B: {};
@@ -77,7 +82,7 @@ declare const QyDescriptions: ({
77
82
  default: () => {};
78
83
  };
79
84
  descData: {
80
- type: any[];
85
+ type: any;
81
86
  default: () => never[];
82
87
  };
83
88
  labelColor: {
@@ -100,17 +105,22 @@ declare const QyDescriptions: ({
100
105
  type: NumberConstructor;
101
106
  default: number;
102
107
  };
108
+ labelAlign: {
109
+ type: () => "left" | "right" | "center";
110
+ default: string;
111
+ };
103
112
  }>> & Readonly<{}>, {}, {}, {}, {}, {
104
113
  fontSize: string;
105
114
  descColumn: number;
106
115
  colon: boolean;
107
116
  dataList: Record<string, any>;
108
117
  listTypeInfo: Record<string, any>;
109
- descData: Date | null;
118
+ descData: any;
110
119
  labelColor: string;
111
120
  color: string;
112
121
  offsetX: number;
113
122
  columnX: number;
123
+ labelAlign: "left" | "right" | "center";
114
124
  }>;
115
125
  __isFragment?: never;
116
126
  __isTeleport?: never;
@@ -133,7 +143,7 @@ declare const QyDescriptions: ({
133
143
  default: () => {};
134
144
  };
135
145
  descData: {
136
- type: any[];
146
+ type: any;
137
147
  default: () => never[];
138
148
  };
139
149
  labelColor: {
@@ -156,17 +166,22 @@ declare const QyDescriptions: ({
156
166
  type: NumberConstructor;
157
167
  default: number;
158
168
  };
169
+ labelAlign: {
170
+ type: () => "left" | "right" | "center";
171
+ default: string;
172
+ };
159
173
  }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
160
174
  fontSize: string;
161
175
  descColumn: number;
162
176
  colon: boolean;
163
177
  dataList: Record<string, any>;
164
178
  listTypeInfo: Record<string, any>;
165
- descData: Date | null;
179
+ descData: any;
166
180
  labelColor: string;
167
181
  color: string;
168
182
  offsetX: number;
169
183
  columnX: number;
184
+ labelAlign: "left" | "right" | "center";
170
185
  }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
171
186
  $slots: Partial<Record<any, (_: {}) => any>>;
172
187
  }) & Plugin) & Record<string, any>;
@@ -18,7 +18,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
18
18
  default: () => {};
19
19
  };
20
20
  descData: {
21
- type: any[];
21
+ type: any;
22
22
  default: () => never[];
23
23
  };
24
24
  labelColor: {
@@ -41,6 +41,10 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
41
41
  type: NumberConstructor;
42
42
  default: number;
43
43
  };
44
+ labelAlign: {
45
+ type: () => "left" | "right" | "center";
46
+ default: string;
47
+ };
44
48
  }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
45
49
  descColumn: {
46
50
  type: NumberConstructor;
@@ -59,7 +63,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
59
63
  default: () => {};
60
64
  };
61
65
  descData: {
62
- type: any[];
66
+ type: any;
63
67
  default: () => never[];
64
68
  };
65
69
  labelColor: {
@@ -82,17 +86,22 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
82
86
  type: NumberConstructor;
83
87
  default: number;
84
88
  };
89
+ labelAlign: {
90
+ type: () => "left" | "right" | "center";
91
+ default: string;
92
+ };
85
93
  }>> & Readonly<{}>, {
86
94
  fontSize: string;
87
95
  descColumn: number;
88
96
  colon: boolean;
89
97
  dataList: Record<string, any>;
90
98
  listTypeInfo: Record<string, any>;
91
- descData: Date | null;
99
+ descData: any;
92
100
  labelColor: string;
93
101
  color: string;
94
102
  offsetX: number;
95
103
  columnX: number;
104
+ labelAlign: "left" | "right" | "center";
96
105
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
97
106
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
98
107
  export default _default;
@@ -48,7 +48,9 @@ declare const QyForm: ({
48
48
  };
49
49
  }>> & Readonly<{
50
50
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
51
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
51
+ }>, {
52
+ formRef: any;
53
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
52
54
  "update:modelValue": (...args: any[]) => void;
53
55
  }, PublicProps, {
54
56
  modelValue: Record<string, any>;
@@ -114,7 +116,9 @@ declare const QyForm: ({
114
116
  };
115
117
  }>> & Readonly<{
116
118
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
117
- }>, {}, {}, {}, {}, {
119
+ }>, {
120
+ formRef: any;
121
+ }, {}, {}, {}, {
118
122
  modelValue: Record<string, any>;
119
123
  columnX: number;
120
124
  column: number;
@@ -175,7 +179,9 @@ declare const QyForm: ({
175
179
  };
176
180
  }>> & Readonly<{
177
181
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
178
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
182
+ }>, {
183
+ formRef: any;
184
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
179
185
  "update:modelValue": (...args: any[]) => void;
180
186
  }, string, {
181
187
  modelValue: Record<string, any>;
@@ -45,7 +45,9 @@ declare const _default: DefineComponent<ExtractPropTypes<{
45
45
  type: ObjectConstructor;
46
46
  default: () => {};
47
47
  };
48
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
48
+ }>, {
49
+ formRef: any;
50
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
49
51
  "update:modelValue": (...args: any[]) => void;
50
52
  }, string, PublicProps, Readonly< ExtractPropTypes<{
51
53
  configOptions: {
@@ -2,7 +2,7 @@ import { CreateComponentPublicInstanceWithMixins, ExtractPropTypes, PropType, Co
2
2
  declare const QyPagination: ({
3
3
  new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
4
4
  align: {
5
- type: PropType<"center" | "left" | "right">;
5
+ type: PropType<"left" | "right" | "center">;
6
6
  default: string;
7
7
  };
8
8
  forTable: {
@@ -50,7 +50,7 @@ declare const QyPagination: ({
50
50
  Defaults: {};
51
51
  }, Readonly< ExtractPropTypes<{
52
52
  align: {
53
- type: PropType<"center" | "left" | "right">;
53
+ type: PropType<"left" | "right" | "center">;
54
54
  default: string;
55
55
  };
56
56
  forTable: {
@@ -91,7 +91,7 @@ declare const QyPagination: ({
91
91
  __isSuspense?: never;
92
92
  } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
93
93
  align: {
94
- type: PropType<"center" | "left" | "right">;
94
+ type: PropType<"left" | "right" | "center">;
95
95
  default: string;
96
96
  };
97
97
  forTable: {
@@ -1,2 +1,8 @@
1
- declare const QyPlayer: any;
1
+ import { ComponentOptionsBase, ExtractPropTypes, ComputedOptions, MethodOptions, ComponentOptionsMixin, GlobalComponents, GlobalDirectives, ComponentProvideOptions, VNodeProps, AllowedComponentProps, ComponentCustomProps, Plugin } from 'vue';
2
+ declare const QyPlayer: ({
3
+ new (...args: any[]): any;
4
+ __isFragment?: never;
5
+ __isTeleport?: never;
6
+ __isSuspense?: never;
7
+ } & ComponentOptionsBase<Readonly< ExtractPropTypes<{}>>, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin) & Record<string, any>;
2
8
  export default QyPlayer;
@@ -48,14 +48,6 @@ declare const QyTablePlus: ({
48
48
  type: PropType<boolean>;
49
49
  default: boolean;
50
50
  };
51
- rowKey: {
52
- type: PropType<string>;
53
- default: string;
54
- };
55
- showSearch: {
56
- type: PropType<boolean>;
57
- default: boolean;
58
- };
59
51
  requestAuto: {
60
52
  type: PropType<boolean>;
61
53
  default: boolean;
@@ -71,6 +63,14 @@ declare const QyTablePlus: ({
71
63
  type: PropType<any>;
72
64
  default: {};
73
65
  };
66
+ rowKey: {
67
+ type: PropType<string>;
68
+ default: string;
69
+ };
70
+ showSearch: {
71
+ type: PropType<boolean>;
72
+ default: boolean;
73
+ };
74
74
  showTable: {
75
75
  type: PropType<boolean>;
76
76
  default: boolean;
@@ -1013,6 +1013,7 @@ declare const QyTablePlus: ({
1013
1013
  }[]>;
1014
1014
  selectedListIds: ComputedRef<string[]>;
1015
1015
  openColSetting: () => any;
1016
+ clearSearch: (key?: string) => void;
1016
1017
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1017
1018
  search: () => void;
1018
1019
  radioChange: (args_0: any) => void;
@@ -1030,11 +1031,11 @@ declare const QyTablePlus: ({
1030
1031
  toolButton: ("download" | "reset")[] | boolean;
1031
1032
  beforeReset: () => void;
1032
1033
  border: boolean;
1033
- rowKey: string;
1034
- showSearch: boolean;
1035
1034
  requestAuto: boolean;
1036
1035
  pagination: boolean;
1037
1036
  initParam: any;
1037
+ rowKey: string;
1038
+ showSearch: boolean;
1038
1039
  showTable: boolean;
1039
1040
  showHeadersearch: boolean;
1040
1041
  tabsOptions: TabsProps;
@@ -1090,14 +1091,6 @@ declare const QyTablePlus: ({
1090
1091
  type: PropType<boolean>;
1091
1092
  default: boolean;
1092
1093
  };
1093
- rowKey: {
1094
- type: PropType<string>;
1095
- default: string;
1096
- };
1097
- showSearch: {
1098
- type: PropType<boolean>;
1099
- default: boolean;
1100
- };
1101
1094
  requestAuto: {
1102
1095
  type: PropType<boolean>;
1103
1096
  default: boolean;
@@ -1113,6 +1106,14 @@ declare const QyTablePlus: ({
1113
1106
  type: PropType<any>;
1114
1107
  default: {};
1115
1108
  };
1109
+ rowKey: {
1110
+ type: PropType<string>;
1111
+ default: string;
1112
+ };
1113
+ showSearch: {
1114
+ type: PropType<boolean>;
1115
+ default: boolean;
1116
+ };
1116
1117
  showTable: {
1117
1118
  type: PropType<boolean>;
1118
1119
  default: boolean;
@@ -2055,6 +2056,7 @@ declare const QyTablePlus: ({
2055
2056
  }[]>;
2056
2057
  selectedListIds: ComputedRef<string[]>;
2057
2058
  openColSetting: () => any;
2059
+ clearSearch: (key?: string) => void;
2058
2060
  }, {}, {}, {}, {
2059
2061
  columns: ColumnProps[];
2060
2062
  showHeader: boolean;
@@ -2062,11 +2064,11 @@ declare const QyTablePlus: ({
2062
2064
  toolButton: ("download" | "reset")[] | boolean;
2063
2065
  beforeReset: () => void;
2064
2066
  border: boolean;
2065
- rowKey: string;
2066
- showSearch: boolean;
2067
2067
  requestAuto: boolean;
2068
2068
  pagination: boolean;
2069
2069
  initParam: any;
2070
+ rowKey: string;
2071
+ showSearch: boolean;
2070
2072
  showTable: boolean;
2071
2073
  showHeadersearch: boolean;
2072
2074
  tabsOptions: TabsProps;
@@ -2119,14 +2121,6 @@ declare const QyTablePlus: ({
2119
2121
  type: PropType<boolean>;
2120
2122
  default: boolean;
2121
2123
  };
2122
- rowKey: {
2123
- type: PropType<string>;
2124
- default: string;
2125
- };
2126
- showSearch: {
2127
- type: PropType<boolean>;
2128
- default: boolean;
2129
- };
2130
2124
  requestAuto: {
2131
2125
  type: PropType<boolean>;
2132
2126
  default: boolean;
@@ -2142,6 +2136,14 @@ declare const QyTablePlus: ({
2142
2136
  type: PropType<any>;
2143
2137
  default: {};
2144
2138
  };
2139
+ rowKey: {
2140
+ type: PropType<string>;
2141
+ default: string;
2142
+ };
2143
+ showSearch: {
2144
+ type: PropType<boolean>;
2145
+ default: boolean;
2146
+ };
2145
2147
  showTable: {
2146
2148
  type: PropType<boolean>;
2147
2149
  default: boolean;
@@ -3084,6 +3086,7 @@ declare const QyTablePlus: ({
3084
3086
  }[]>;
3085
3087
  selectedListIds: ComputedRef<string[]>;
3086
3088
  openColSetting: () => any;
3089
+ clearSearch: (key?: string) => void;
3087
3090
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3088
3091
  search: () => void;
3089
3092
  radioChange: (args_0: any) => void;
@@ -3101,11 +3104,11 @@ declare const QyTablePlus: ({
3101
3104
  toolButton: ("download" | "reset")[] | boolean;
3102
3105
  beforeReset: () => void;
3103
3106
  border: boolean;
3104
- rowKey: string;
3105
- showSearch: boolean;
3106
3107
  requestAuto: boolean;
3107
3108
  pagination: boolean;
3108
3109
  initParam: any;
3110
+ rowKey: string;
3111
+ showSearch: boolean;
3109
3112
  showTable: boolean;
3110
3113
  showHeadersearch: boolean;
3111
3114
  tabsOptions: TabsProps;
@@ -0,0 +1,15 @@
1
+ import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ declare const _default: DefineComponent<ExtractPropTypes<{
3
+ type: {
4
+ type: StringConstructor;
5
+ default: string;
6
+ };
7
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
8
+ type: {
9
+ type: StringConstructor;
10
+ default: string;
11
+ };
12
+ }>> & Readonly<{}>, {
13
+ type: string;
14
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
15
+ export default _default;
@@ -203,12 +203,12 @@ declare const _default: DefineComponent<ExtractPropTypes<{
203
203
  height: string;
204
204
  offsetY: string;
205
205
  placeholder: string;
206
+ showSearch: boolean;
207
+ maxHeight: string | number;
206
208
  indent: number;
207
209
  leafKey: string;
208
210
  dashColor: string;
209
- showSearch: boolean;
210
211
  showExpand: boolean;
211
212
  treeAttrs: Record<string, any>;
212
- maxHeight: string | number;
213
213
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
214
214
  export default _default;
@@ -971,6 +971,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaul
971
971
  }[]>;
972
972
  selectedListIds: ComputedRef<string[]>;
973
973
  openColSetting: () => any;
974
+ clearSearch: (key?: string) => void;
974
975
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
975
976
  search: () => void;
976
977
  radioChange: (args_0: any) => void;
@@ -1024,11 +1025,11 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaul
1024
1025
  toolButton: ("download" | "reset")[] | boolean;
1025
1026
  beforeReset: () => void;
1026
1027
  border: boolean;
1027
- rowKey: string;
1028
- showSearch: boolean;
1029
1028
  requestAuto: boolean;
1030
1029
  pagination: boolean;
1031
1030
  initParam: any;
1031
+ rowKey: string;
1032
+ showSearch: boolean;
1032
1033
  showTable: boolean;
1033
1034
  showHeadersearch: boolean;
1034
1035
  tabsOptions: TabsProps;
@@ -0,0 +1,194 @@
1
+ import { CreateComponentPublicInstanceWithMixins, ExtractPropTypes, PropType, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps, Plugin } from 'vue';
2
+ import { TextButton } from './src/index.vue';
3
+ declare const QyTextButtons: ({
4
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
5
+ type: {
6
+ type: PropType<"primary" | "danger" | "success" | "warning" | "info">;
7
+ default: string;
8
+ };
9
+ fontSize: {
10
+ type: PropType<string | number>;
11
+ default: number;
12
+ };
13
+ color: {
14
+ type: PropType<string>;
15
+ default: string;
16
+ };
17
+ gutter: {
18
+ type: PropType<number>;
19
+ default: number;
20
+ };
21
+ list: {
22
+ type: PropType< TextButton[]>;
23
+ required: true;
24
+ default: () => never[];
25
+ };
26
+ maxNumber: {
27
+ type: PropType<number>;
28
+ required: true;
29
+ default: number;
30
+ };
31
+ moreText: {
32
+ type: PropType<string>;
33
+ default: string;
34
+ };
35
+ moreColor: {
36
+ type: PropType<string>;
37
+ default: string;
38
+ };
39
+ hiddens: {
40
+ type: PropType<boolean | any[]>;
41
+ required: true;
42
+ default: boolean;
43
+ };
44
+ disableds: {
45
+ type: PropType<boolean | any[]>;
46
+ required: true;
47
+ default: boolean;
48
+ };
49
+ }>> & Readonly<{
50
+ onItemClick?: ((...args: any[]) => any) | undefined;
51
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
52
+ itemClick: (...args: any[]) => void;
53
+ }, PublicProps, {
54
+ type: "primary" | "danger" | "warning" | "success" | "info";
55
+ fontSize: number | string;
56
+ color: string;
57
+ gutter: number;
58
+ list: Array< TextButton>;
59
+ maxNumber: number;
60
+ moreText: string;
61
+ moreColor: string;
62
+ hiddens: boolean | Array<any>;
63
+ disableds: boolean | Array<any>;
64
+ }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
65
+ P: {};
66
+ B: {};
67
+ D: {};
68
+ C: {};
69
+ M: {};
70
+ Defaults: {};
71
+ }, Readonly< ExtractPropTypes<{
72
+ type: {
73
+ type: PropType<"primary" | "danger" | "success" | "warning" | "info">;
74
+ default: string;
75
+ };
76
+ fontSize: {
77
+ type: PropType<string | number>;
78
+ default: number;
79
+ };
80
+ color: {
81
+ type: PropType<string>;
82
+ default: string;
83
+ };
84
+ gutter: {
85
+ type: PropType<number>;
86
+ default: number;
87
+ };
88
+ list: {
89
+ type: PropType< TextButton[]>;
90
+ required: true;
91
+ default: () => never[];
92
+ };
93
+ maxNumber: {
94
+ type: PropType<number>;
95
+ required: true;
96
+ default: number;
97
+ };
98
+ moreText: {
99
+ type: PropType<string>;
100
+ default: string;
101
+ };
102
+ moreColor: {
103
+ type: PropType<string>;
104
+ default: string;
105
+ };
106
+ hiddens: {
107
+ type: PropType<boolean | any[]>;
108
+ required: true;
109
+ default: boolean;
110
+ };
111
+ disableds: {
112
+ type: PropType<boolean | any[]>;
113
+ required: true;
114
+ default: boolean;
115
+ };
116
+ }>> & Readonly<{
117
+ onItemClick?: ((...args: any[]) => any) | undefined;
118
+ }>, {}, {}, {}, {}, {
119
+ type: "primary" | "danger" | "warning" | "success" | "info";
120
+ fontSize: number | string;
121
+ color: string;
122
+ gutter: number;
123
+ list: Array< TextButton>;
124
+ maxNumber: number;
125
+ moreText: string;
126
+ moreColor: string;
127
+ hiddens: boolean | Array<any>;
128
+ disableds: boolean | Array<any>;
129
+ }>;
130
+ __isFragment?: never;
131
+ __isTeleport?: never;
132
+ __isSuspense?: never;
133
+ } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
134
+ type: {
135
+ type: PropType<"primary" | "danger" | "success" | "warning" | "info">;
136
+ default: string;
137
+ };
138
+ fontSize: {
139
+ type: PropType<string | number>;
140
+ default: number;
141
+ };
142
+ color: {
143
+ type: PropType<string>;
144
+ default: string;
145
+ };
146
+ gutter: {
147
+ type: PropType<number>;
148
+ default: number;
149
+ };
150
+ list: {
151
+ type: PropType< TextButton[]>;
152
+ required: true;
153
+ default: () => never[];
154
+ };
155
+ maxNumber: {
156
+ type: PropType<number>;
157
+ required: true;
158
+ default: number;
159
+ };
160
+ moreText: {
161
+ type: PropType<string>;
162
+ default: string;
163
+ };
164
+ moreColor: {
165
+ type: PropType<string>;
166
+ default: string;
167
+ };
168
+ hiddens: {
169
+ type: PropType<boolean | any[]>;
170
+ required: true;
171
+ default: boolean;
172
+ };
173
+ disableds: {
174
+ type: PropType<boolean | any[]>;
175
+ required: true;
176
+ default: boolean;
177
+ };
178
+ }>> & Readonly<{
179
+ onItemClick?: ((...args: any[]) => any) | undefined;
180
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
181
+ itemClick: (...args: any[]) => void;
182
+ }, string, {
183
+ type: "primary" | "danger" | "warning" | "success" | "info";
184
+ fontSize: number | string;
185
+ color: string;
186
+ gutter: number;
187
+ list: Array< TextButton>;
188
+ maxNumber: number;
189
+ moreText: string;
190
+ moreColor: string;
191
+ hiddens: boolean | Array<any>;
192
+ disableds: boolean | Array<any>;
193
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin) & Record<string, any>;
194
+ export default QyTextButtons;