@pusdn/pgz-comp-elep 0.2.13 → 0.2.14

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.
Files changed (118) hide show
  1. package/lib/adaptive-page/index.d.ts +17096 -0
  2. package/lib/adaptive-page/src/index.vue.d.ts +5731 -0
  3. package/lib/adaptive-page/src/type.d.ts +9 -0
  4. package/lib/button/index.d.ts +134 -0
  5. package/lib/button/src/index.vue.d.ts +67 -0
  6. package/lib/button/src/type.d.ts +10 -0
  7. package/lib/chart/index.d.ts +164 -0
  8. package/lib/chart/src/index.vue.d.ts +77 -0
  9. package/lib/chart/src/type.d.ts +7 -0
  10. package/lib/checkbox/index.d.ts +206 -0
  11. package/lib/checkbox/src/checkbox.d.ts +5 -0
  12. package/lib/checkbox/src/index.vue.d.ts +91 -0
  13. package/lib/components.d.ts +57 -0
  14. package/lib/date-picker/index.d.ts +170 -0
  15. package/lib/date-picker/src/index.vue.d.ts +77 -0
  16. package/lib/date-picker/src/type.d.ts +10 -0
  17. package/lib/detail/index.d.ts +182 -0
  18. package/lib/detail/src/index.vue.d.ts +88 -0
  19. package/lib/detail/src/renderLabel.vue.d.ts +8 -0
  20. package/lib/detail/src/renderTooltip.vue.d.ts +8 -0
  21. package/lib/detail/src/type.d.ts +27 -0
  22. package/lib/favicon.ico +0 -0
  23. package/lib/form/index.d.ts +308 -0
  24. package/lib/form/src/index.vue.d.ts +125 -0
  25. package/lib/form/src/renderBtn.vue.d.ts +8 -0
  26. package/lib/form/src/renderComp.vue.d.ts +8 -0
  27. package/lib/form/src/type.d.ts +26 -0
  28. package/lib/index.d.ts +42 -0
  29. package/lib/input/index.d.ts +215 -0
  30. package/lib/input/src/index.vue.d.ts +109 -0
  31. package/lib/input/src/type.d.ts +13 -0
  32. package/lib/layout-page/index.d.ts +114 -0
  33. package/lib/layout-page/src/index.vue.d.ts +62 -0
  34. package/lib/layout-page-item/index.d.ts +35 -0
  35. package/lib/layout-page-item/src/index.vue.d.ts +14 -0
  36. package/lib/module-form/index.d.ts +530 -0
  37. package/lib/module-form/src/index.vue.d.ts +243 -0
  38. package/lib/module-form/src/moduleDetail.vue.d.ts +30 -0
  39. package/lib/module-form/src/moduleForm.vue.d.ts +36 -0
  40. package/lib/module-form/src/type.d.ts +19 -0
  41. package/lib/pgz-checkbox/index.d.ts +149 -0
  42. package/lib/pgz-checkbox/src/index.vue.d.ts +65 -0
  43. package/lib/pgz-checkbox/src/type.d.ts +12 -0
  44. package/lib/pgz-comp-elep.es.js +39723 -0
  45. package/lib/pgz-comp-elep.es.js.gz +0 -0
  46. package/lib/pgz-comp-elep.umd.js +261 -0
  47. package/lib/pgz-comp-elep.umd.js.gz +0 -0
  48. package/lib/pgz-html-preview-modal/index.d.ts +77 -0
  49. package/lib/pgz-html-preview-modal/src/index.vue.d.ts +22 -0
  50. package/lib/pgz-html-preview-modal/src/type.d.ts +7 -0
  51. package/lib/pgz-search-select/index.d.ts +5 -0
  52. package/lib/pgz-search-select/src/index.vue.d.ts +194 -0
  53. package/lib/pgz-search-select/src/type.d.ts +16 -0
  54. package/lib/pgz-tdt-mark/index.d.ts +407 -0
  55. package/lib/pgz-tdt-mark/src/env.d.ts +7 -0
  56. package/lib/pgz-tdt-mark/src/index.vue.d.ts +167 -0
  57. package/lib/pgz-tdt-mark/src/props.d.ts +63 -0
  58. package/lib/pgz-tdt-mark/src/types/index.d.ts +1 -0
  59. package/lib/pgz-tdt-mark/src/types/tdt.d.ts +88 -0
  60. package/lib/pgz-tdt-ploygon/index.d.ts +401 -0
  61. package/lib/pgz-tdt-ploygon/src/env.d.ts +7 -0
  62. package/lib/pgz-tdt-ploygon/src/index.vue.d.ts +164 -0
  63. package/lib/pgz-tdt-ploygon/src/props.d.ts +35 -0
  64. package/lib/pgz-tdt-ploygon/src/tmp-fix.d.ts +10 -0
  65. package/lib/pgz-tdt-ploygon/src/types/index.d.ts +1 -0
  66. package/lib/pgz-tdt-ploygon/src/types/tdt.d.ts +120 -0
  67. package/lib/pgz-tdt-ploygon/src/types.d.ts +27 -0
  68. package/lib/pgz-video-xg-modal/index.d.ts +181 -0
  69. package/lib/pgz-video-xg-modal/src/env.d.ts +7 -0
  70. package/lib/pgz-video-xg-modal/src/index.vue.d.ts +73 -0
  71. package/lib/pgz-video-xg-modal/src/types/xgplayer.d.ts +59 -0
  72. package/lib/query-condition/index.d.ts +701 -0
  73. package/lib/query-condition/src/index.vue.d.ts +326 -0
  74. package/lib/query-condition/src/moreChoose.vue.d.ts +37 -0
  75. package/lib/query-condition/src/renderComp.vue.d.ts +8 -0
  76. package/lib/query-condition/src/type.d.ts +21 -0
  77. package/lib/query-condition/src/useComputed.d.ts +27 -0
  78. package/lib/radio/index.d.ts +206 -0
  79. package/lib/radio/src/index.vue.d.ts +91 -0
  80. package/lib/radio/src/radio.d.ts +12 -0
  81. package/lib/select/index.d.ts +371 -0
  82. package/lib/select/src/index.vue.d.ts +200 -0
  83. package/lib/select/src/type.d.ts +42 -0
  84. package/lib/select-icon/index.d.ts +174 -0
  85. package/lib/select-icon/src/index.vue.d.ts +89 -0
  86. package/lib/select-table/index.d.ts +2165 -0
  87. package/lib/select-table/src/index.vue.d.ts +963 -0
  88. package/lib/select-table/src/renderCol.vue.d.ts +20 -0
  89. package/lib/select-table/src/type.d.ts +56 -0
  90. package/lib/select-table/src/useVirtualized.d.ts +11 -0
  91. package/lib/step-wizard/index.d.ts +146 -0
  92. package/lib/step-wizard/src/index.vue.d.ts +71 -0
  93. package/lib/step-wizard/src/type.d.ts +25 -0
  94. package/lib/style.css +1 -0
  95. package/lib/style.css.gz +0 -0
  96. package/lib/table/index.d.ts +2540 -0
  97. package/lib/table/src/ColumnSet.vue.d.ts +148 -0
  98. package/lib/table/src/TTableColumn.vue.d.ts +173 -0
  99. package/lib/table/src/index.vue.d.ts +941 -0
  100. package/lib/table/src/operator.vue.d.ts +80 -0
  101. package/lib/table/src/renderCol.vue.d.ts +20 -0
  102. package/lib/table/src/renderHeader.vue.d.ts +16 -0
  103. package/lib/table/src/singleEdit.vue.d.ts +122 -0
  104. package/lib/table/src/singleEditCell.vue.d.ts +120 -0
  105. package/lib/table/src/tableProps.d.ts +100 -0
  106. package/lib/table/src/useExpose.d.ts +16 -0
  107. package/lib/table/src/useVirtualized.d.ts +9 -0
  108. package/lib/tabs/index.d.ts +69 -0
  109. package/lib/tabs/src/index.vue.d.ts +34 -0
  110. package/lib/timer-btn/index.d.ts +92 -0
  111. package/lib/timer-btn/src/index.vue.d.ts +43 -0
  112. package/lib/utils/directives/click-outside/index.d.ts +3 -0
  113. package/lib/utils/http/api.d.ts +76 -0
  114. package/lib/utils/http/index.d.ts +79 -0
  115. package/lib/utils/http/types.d.ts +13 -0
  116. package/lib/utils/index.d.ts +40 -0
  117. package/lib/withInstall.d.ts +4 -0
  118. package/package.json +1 -1
@@ -0,0 +1,326 @@
1
+ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ opts: {
3
+ type: ObjectConstructor;
4
+ required: true;
5
+ default: () => {};
6
+ };
7
+ labelWidth: {
8
+ type: StringConstructor;
9
+ required: false;
10
+ default: string;
11
+ };
12
+ btnCheckBind: {
13
+ type: ObjectConstructor;
14
+ required: false;
15
+ default: () => {};
16
+ };
17
+ btnResetBind: {
18
+ type: ObjectConstructor;
19
+ required: false;
20
+ default: () => {};
21
+ };
22
+ loading: {
23
+ type: BooleanConstructor;
24
+ required: false;
25
+ default: boolean;
26
+ };
27
+ reset: {
28
+ type: BooleanConstructor;
29
+ required: false;
30
+ default: boolean;
31
+ };
32
+ boolEnter: {
33
+ type: BooleanConstructor;
34
+ required: false;
35
+ default: boolean;
36
+ };
37
+ isShowOpen: {
38
+ type: BooleanConstructor;
39
+ required: false;
40
+ default: boolean;
41
+ };
42
+ isExpansion: {
43
+ type: BooleanConstructor;
44
+ required: false;
45
+ default: boolean;
46
+ };
47
+ maxVisibleRows: {
48
+ type: NumberConstructor;
49
+ required: false;
50
+ default: number;
51
+ };
52
+ packUpTxt: {
53
+ type: StringConstructor;
54
+ required: false;
55
+ default: string;
56
+ };
57
+ unfoldTxt: {
58
+ type: StringConstructor;
59
+ required: false;
60
+ default: string;
61
+ };
62
+ isFooter: {
63
+ type: BooleanConstructor;
64
+ required: false;
65
+ default: boolean;
66
+ };
67
+ configChangedReset: {
68
+ type: BooleanConstructor;
69
+ required: false;
70
+ default: boolean;
71
+ };
72
+ isShowWidthSize: {
73
+ type: BooleanConstructor;
74
+ required: false;
75
+ default: boolean;
76
+ };
77
+ widthSize: {
78
+ type: NumberConstructor;
79
+ required: false;
80
+ default: number;
81
+ };
82
+ isDropDownSelectMore: {
83
+ type: BooleanConstructor;
84
+ required: false;
85
+ default: boolean;
86
+ };
87
+ moreCheckList: {
88
+ type: ArrayConstructor;
89
+ required: false;
90
+ default: () => never[];
91
+ };
92
+ popoverAttrs: {
93
+ type: ObjectConstructor;
94
+ required: false;
95
+ default: () => {};
96
+ };
97
+ }>, {
98
+ compChildName: import("vue").ComputedRef<(opt: any) => "el-radio" | "el-checkbox" | "el-option" | undefined>;
99
+ selectListType: import("vue").ComputedRef<(opt: any) => any>;
100
+ compChildLabel: import("vue").ComputedRef<(opt: {
101
+ type: any;
102
+ arrLabel: any;
103
+ }, value: {
104
+ [x: string]: any;
105
+ value: any;
106
+ }) => any>;
107
+ compChildValue: import("vue").ComputedRef<(opt: {
108
+ type: any;
109
+ arrKey: any;
110
+ }, value: {
111
+ [x: string]: any;
112
+ value: any;
113
+ }, key: any) => any>;
114
+ compChildShowLabel: import("vue").ComputedRef<(opt: {
115
+ type: any;
116
+ arrLabel: any;
117
+ }, value: {
118
+ [x: string]: any;
119
+ label: any;
120
+ }) => any>;
121
+ getPlaceholder: (row: any) => any;
122
+ getColLength: () => number;
123
+ props: any;
124
+ slots: Readonly<{
125
+ [name: string]: import("vue").Slot<any> | undefined;
126
+ }>;
127
+ isShow: (name: string) => boolean;
128
+ popoverAttrsBind: import("vue").ComputedRef<any>;
129
+ queryState: {
130
+ form: any;
131
+ };
132
+ colLength: import("vue").Ref<number, number>;
133
+ showOpen: import("vue").Ref<boolean, boolean>;
134
+ open: import("vue").Ref<boolean, boolean>;
135
+ queryAttrs: import("vue").ComputedRef<any>;
136
+ resetAttrs: import("vue").ComputedRef<any>;
137
+ originCellLength: import("vue").ComputedRef<number>;
138
+ cOpts: import("vue").ComputedRef<any>;
139
+ cellLength: any;
140
+ gridAreas: import("vue").ComputedRef<any>;
141
+ cEvent: import("vue").ComputedRef<(opt: {
142
+ eventHandle: any;
143
+ comp: string | string[];
144
+ }) => any>;
145
+ initForm: (opts: any, keepVal?: boolean) => any;
146
+ emits: (event: "handleEvent" | "submit" | "reset" | "getCheckList" | "getRefs", ...args: any[]) => void;
147
+ tselecttableref: any;
148
+ handleRef: (el: any, opt: any, key: any) => void;
149
+ getRefs: (el: any, opt: any, index: any) => void;
150
+ resetHandle: () => void;
151
+ resetData: () => void;
152
+ handleEvent: ({ isChange, type, val }: {
153
+ isChange?: boolean | undefined;
154
+ type: string;
155
+ val: any;
156
+ }, dataIndex?: string) => void;
157
+ checkHandle: (flagText?: any) => void;
158
+ RenderComp: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
159
+ render: FunctionConstructor;
160
+ form: ObjectConstructor;
161
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
162
+ render: FunctionConstructor;
163
+ form: ObjectConstructor;
164
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
165
+ MoreChoose: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
166
+ moreCheckList: {
167
+ type: ArrayConstructor;
168
+ default: () => never[];
169
+ };
170
+ popoverAttrsBind: {
171
+ type: ObjectConstructor;
172
+ default: () => {};
173
+ };
174
+ }>, {
175
+ props: any;
176
+ checkList: any;
177
+ isCheckList: any;
178
+ allcheckList: any;
179
+ emit: (event: "getCheckList", ...args: any[]) => void;
180
+ handlecheckAll: () => void;
181
+ handleReverseCheck: () => void;
182
+ handleReset: () => void;
183
+ getcheck: (val: any[]) => void;
184
+ analysisObj: (val: any[]) => any;
185
+ readonly ArrowDown: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
186
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "getCheckList"[], "getCheckList", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
187
+ moreCheckList: {
188
+ type: ArrayConstructor;
189
+ default: () => never[];
190
+ };
191
+ popoverAttrsBind: {
192
+ type: ObjectConstructor;
193
+ default: () => {};
194
+ };
195
+ }>> & Readonly<{
196
+ onGetCheckList?: ((...args: any[]) => any) | undefined;
197
+ }>, {
198
+ moreCheckList: unknown[];
199
+ popoverAttrsBind: Record<string, any>;
200
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
201
+ readonly ArrowUp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
202
+ readonly ArrowDown: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
203
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("handleEvent" | "submit" | "reset" | "getCheckList" | "getRefs")[], "handleEvent" | "submit" | "reset" | "getCheckList" | "getRefs", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
204
+ opts: {
205
+ type: ObjectConstructor;
206
+ required: true;
207
+ default: () => {};
208
+ };
209
+ labelWidth: {
210
+ type: StringConstructor;
211
+ required: false;
212
+ default: string;
213
+ };
214
+ btnCheckBind: {
215
+ type: ObjectConstructor;
216
+ required: false;
217
+ default: () => {};
218
+ };
219
+ btnResetBind: {
220
+ type: ObjectConstructor;
221
+ required: false;
222
+ default: () => {};
223
+ };
224
+ loading: {
225
+ type: BooleanConstructor;
226
+ required: false;
227
+ default: boolean;
228
+ };
229
+ reset: {
230
+ type: BooleanConstructor;
231
+ required: false;
232
+ default: boolean;
233
+ };
234
+ boolEnter: {
235
+ type: BooleanConstructor;
236
+ required: false;
237
+ default: boolean;
238
+ };
239
+ isShowOpen: {
240
+ type: BooleanConstructor;
241
+ required: false;
242
+ default: boolean;
243
+ };
244
+ isExpansion: {
245
+ type: BooleanConstructor;
246
+ required: false;
247
+ default: boolean;
248
+ };
249
+ maxVisibleRows: {
250
+ type: NumberConstructor;
251
+ required: false;
252
+ default: number;
253
+ };
254
+ packUpTxt: {
255
+ type: StringConstructor;
256
+ required: false;
257
+ default: string;
258
+ };
259
+ unfoldTxt: {
260
+ type: StringConstructor;
261
+ required: false;
262
+ default: string;
263
+ };
264
+ isFooter: {
265
+ type: BooleanConstructor;
266
+ required: false;
267
+ default: boolean;
268
+ };
269
+ configChangedReset: {
270
+ type: BooleanConstructor;
271
+ required: false;
272
+ default: boolean;
273
+ };
274
+ isShowWidthSize: {
275
+ type: BooleanConstructor;
276
+ required: false;
277
+ default: boolean;
278
+ };
279
+ widthSize: {
280
+ type: NumberConstructor;
281
+ required: false;
282
+ default: number;
283
+ };
284
+ isDropDownSelectMore: {
285
+ type: BooleanConstructor;
286
+ required: false;
287
+ default: boolean;
288
+ };
289
+ moreCheckList: {
290
+ type: ArrayConstructor;
291
+ required: false;
292
+ default: () => never[];
293
+ };
294
+ popoverAttrs: {
295
+ type: ObjectConstructor;
296
+ required: false;
297
+ default: () => {};
298
+ };
299
+ }>> & Readonly<{
300
+ onHandleEvent?: ((...args: any[]) => any) | undefined;
301
+ onSubmit?: ((...args: any[]) => any) | undefined;
302
+ onReset?: ((...args: any[]) => any) | undefined;
303
+ onGetCheckList?: ((...args: any[]) => any) | undefined;
304
+ onGetRefs?: ((...args: any[]) => any) | undefined;
305
+ }>, {
306
+ reset: boolean;
307
+ opts: Record<string, any>;
308
+ labelWidth: string;
309
+ btnCheckBind: Record<string, any>;
310
+ btnResetBind: Record<string, any>;
311
+ loading: boolean;
312
+ boolEnter: boolean;
313
+ isShowOpen: boolean;
314
+ isExpansion: boolean;
315
+ maxVisibleRows: number;
316
+ packUpTxt: string;
317
+ unfoldTxt: string;
318
+ isFooter: boolean;
319
+ configChangedReset: boolean;
320
+ isShowWidthSize: boolean;
321
+ widthSize: number;
322
+ isDropDownSelectMore: boolean;
323
+ moreCheckList: unknown[];
324
+ popoverAttrs: Record<string, any>;
325
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
326
+ export default _sfc_main;
@@ -0,0 +1,37 @@
1
+ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ moreCheckList: {
3
+ type: ArrayConstructor;
4
+ default: () => never[];
5
+ };
6
+ popoverAttrsBind: {
7
+ type: ObjectConstructor;
8
+ default: () => {};
9
+ };
10
+ }>, {
11
+ props: any;
12
+ checkList: any;
13
+ isCheckList: any;
14
+ allcheckList: any;
15
+ emit: (event: "getCheckList", ...args: any[]) => void;
16
+ handlecheckAll: () => void;
17
+ handleReverseCheck: () => void;
18
+ handleReset: () => void;
19
+ getcheck: (val: any[]) => void;
20
+ analysisObj: (val: any[]) => any;
21
+ readonly ArrowDown: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
22
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "getCheckList"[], "getCheckList", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
23
+ moreCheckList: {
24
+ type: ArrayConstructor;
25
+ default: () => never[];
26
+ };
27
+ popoverAttrsBind: {
28
+ type: ObjectConstructor;
29
+ default: () => {};
30
+ };
31
+ }>> & Readonly<{
32
+ onGetCheckList?: ((...args: any[]) => any) | undefined;
33
+ }>, {
34
+ moreCheckList: unknown[];
35
+ popoverAttrsBind: Record<string, any>;
36
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
37
+ export default _sfc_main;
@@ -0,0 +1,8 @@
1
+ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ render: FunctionConstructor;
3
+ form: ObjectConstructor;
4
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
5
+ render: FunctionConstructor;
6
+ form: ObjectConstructor;
7
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
8
+ export default _sfc_main;
@@ -0,0 +1,21 @@
1
+ export interface TQueryConditionProps {
2
+ opts: Record<string, any>;
3
+ labelWidth?: string;
4
+ btnCheckBind?: Record<string, any>;
5
+ btnResetBind?: Record<string, any>;
6
+ loading?: boolean;
7
+ reset?: boolean;
8
+ boolEnter?: boolean;
9
+ isShowOpen?: boolean;
10
+ isExpansion?: boolean;
11
+ maxVisibleRows?: number;
12
+ packUpTxt?: string;
13
+ unfoldTxt?: string;
14
+ isFooter?: boolean;
15
+ configChangedReset?: boolean;
16
+ isShowWidthSize?: boolean;
17
+ widthSize?: number;
18
+ isDropDownSelectMore?: boolean;
19
+ moreCheckList?: any[];
20
+ popoverAttrs?: Record<string, any>;
21
+ }
@@ -0,0 +1,27 @@
1
+ export declare function useComputed(): {
2
+ compChildName: import("vue").ComputedRef<(opt: any) => "el-radio" | "el-checkbox" | "el-option" | undefined>;
3
+ selectListType: import("vue").ComputedRef<(opt: any) => any>;
4
+ compChildLabel: import("vue").ComputedRef<(opt: {
5
+ type: any;
6
+ arrLabel: any;
7
+ }, value: {
8
+ [x: string]: any;
9
+ value: any;
10
+ }) => any>;
11
+ compChildValue: import("vue").ComputedRef<(opt: {
12
+ type: any;
13
+ arrKey: any;
14
+ }, value: {
15
+ [x: string]: any;
16
+ value: any;
17
+ }, key: any) => any>;
18
+ compChildShowLabel: import("vue").ComputedRef<(opt: {
19
+ type: any;
20
+ arrLabel: any;
21
+ }, value: {
22
+ [x: string]: any;
23
+ label: any;
24
+ }) => any>;
25
+ getPlaceholder: (row: any) => any;
26
+ getColLength: () => number;
27
+ };
@@ -0,0 +1,206 @@
1
+ declare const TRadio: ({
2
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
3
+ type: {
4
+ type: import("vue").PropType<"radio" | "button">;
5
+ validator: (value: string) => boolean;
6
+ default: string;
7
+ };
8
+ options: {
9
+ type: any;
10
+ default: () => never[];
11
+ };
12
+ size: {
13
+ type: import("vue").PropType<"default" | "small" | "large">;
14
+ validator: (value: string) => boolean;
15
+ default: string;
16
+ };
17
+ border: {
18
+ type: BooleanConstructor;
19
+ default: boolean;
20
+ };
21
+ props: {
22
+ type: ObjectConstructor;
23
+ default: () => {};
24
+ };
25
+ }>> & Readonly<{}>, {
26
+ radioProps: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
27
+ type: {
28
+ type: import("vue").PropType<"radio" | "button">;
29
+ validator: (value: string) => boolean;
30
+ default: string;
31
+ };
32
+ options: {
33
+ type: any;
34
+ default: () => never[];
35
+ };
36
+ size: {
37
+ type: import("vue").PropType<"default" | "small" | "large">;
38
+ validator: (value: string) => boolean;
39
+ default: string;
40
+ };
41
+ border: {
42
+ type: BooleanConstructor;
43
+ default: boolean;
44
+ };
45
+ props: {
46
+ type: ObjectConstructor;
47
+ default: () => {};
48
+ };
49
+ }>> & Readonly<{}> & {}>;
50
+ radioType: import("vue").ComputedRef<string>;
51
+ optionsProps: import("vue").Ref<{
52
+ value: string;
53
+ label: string;
54
+ disabled: string;
55
+ }, import("./src/radio").OptionsProps | {
56
+ value: string;
57
+ label: string;
58
+ disabled: string;
59
+ }>;
60
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
61
+ props: Record<string, any>;
62
+ type: "radio" | "button";
63
+ border: boolean;
64
+ size: "default" | "small" | "large";
65
+ options: any;
66
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
67
+ P: {};
68
+ B: {};
69
+ D: {};
70
+ C: {};
71
+ M: {};
72
+ Defaults: {};
73
+ }, Readonly<import("vue").ExtractPropTypes<{
74
+ type: {
75
+ type: import("vue").PropType<"radio" | "button">;
76
+ validator: (value: string) => boolean;
77
+ default: string;
78
+ };
79
+ options: {
80
+ type: any;
81
+ default: () => never[];
82
+ };
83
+ size: {
84
+ type: import("vue").PropType<"default" | "small" | "large">;
85
+ validator: (value: string) => boolean;
86
+ default: string;
87
+ };
88
+ border: {
89
+ type: BooleanConstructor;
90
+ default: boolean;
91
+ };
92
+ props: {
93
+ type: ObjectConstructor;
94
+ default: () => {};
95
+ };
96
+ }>> & Readonly<{}>, {
97
+ radioProps: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
98
+ type: {
99
+ type: import("vue").PropType<"radio" | "button">;
100
+ validator: (value: string) => boolean;
101
+ default: string;
102
+ };
103
+ options: {
104
+ type: any;
105
+ default: () => never[];
106
+ };
107
+ size: {
108
+ type: import("vue").PropType<"default" | "small" | "large">;
109
+ validator: (value: string) => boolean;
110
+ default: string;
111
+ };
112
+ border: {
113
+ type: BooleanConstructor;
114
+ default: boolean;
115
+ };
116
+ props: {
117
+ type: ObjectConstructor;
118
+ default: () => {};
119
+ };
120
+ }>> & Readonly<{}> & {}>;
121
+ radioType: import("vue").ComputedRef<string>;
122
+ optionsProps: import("vue").Ref<{
123
+ value: string;
124
+ label: string;
125
+ disabled: string;
126
+ }, import("./src/radio").OptionsProps | {
127
+ value: string;
128
+ label: string;
129
+ disabled: string;
130
+ }>;
131
+ }, {}, {}, {}, {
132
+ props: Record<string, any>;
133
+ type: "radio" | "button";
134
+ border: boolean;
135
+ size: "default" | "small" | "large";
136
+ options: any;
137
+ }>;
138
+ __isFragment?: undefined;
139
+ __isTeleport?: undefined;
140
+ __isSuspense?: undefined;
141
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
142
+ type: {
143
+ type: import("vue").PropType<"radio" | "button">;
144
+ validator: (value: string) => boolean;
145
+ default: string;
146
+ };
147
+ options: {
148
+ type: any;
149
+ default: () => never[];
150
+ };
151
+ size: {
152
+ type: import("vue").PropType<"default" | "small" | "large">;
153
+ validator: (value: string) => boolean;
154
+ default: string;
155
+ };
156
+ border: {
157
+ type: BooleanConstructor;
158
+ default: boolean;
159
+ };
160
+ props: {
161
+ type: ObjectConstructor;
162
+ default: () => {};
163
+ };
164
+ }>> & Readonly<{}>, {
165
+ radioProps: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
166
+ type: {
167
+ type: import("vue").PropType<"radio" | "button">;
168
+ validator: (value: string) => boolean;
169
+ default: string;
170
+ };
171
+ options: {
172
+ type: any;
173
+ default: () => never[];
174
+ };
175
+ size: {
176
+ type: import("vue").PropType<"default" | "small" | "large">;
177
+ validator: (value: string) => boolean;
178
+ default: string;
179
+ };
180
+ border: {
181
+ type: BooleanConstructor;
182
+ default: boolean;
183
+ };
184
+ props: {
185
+ type: ObjectConstructor;
186
+ default: () => {};
187
+ };
188
+ }>> & Readonly<{}> & {}>;
189
+ radioType: import("vue").ComputedRef<string>;
190
+ optionsProps: import("vue").Ref<{
191
+ value: string;
192
+ label: string;
193
+ disabled: string;
194
+ }, import("./src/radio").OptionsProps | {
195
+ value: string;
196
+ label: string;
197
+ disabled: string;
198
+ }>;
199
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
200
+ props: Record<string, any>;
201
+ type: "radio" | "button";
202
+ border: boolean;
203
+ size: "default" | "small" | "large";
204
+ options: any;
205
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>) & Record<string, any>;
206
+ export default TRadio;