@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,530 @@
1
+ import ModuleForm from "./src/index.vue";
2
+ declare const TModuleForm: ({
3
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4
+ handleType: {
5
+ type: StringConstructor;
6
+ required: false;
7
+ default: string;
8
+ };
9
+ isShowHeader: {
10
+ type: BooleanConstructor;
11
+ required: false;
12
+ default: boolean;
13
+ };
14
+ titleSlot: {
15
+ type: BooleanConstructor;
16
+ required: false;
17
+ default: boolean;
18
+ };
19
+ isShowBack: {
20
+ type: BooleanConstructor;
21
+ required: false;
22
+ default: boolean;
23
+ };
24
+ isGoBackEvent: {
25
+ type: BooleanConstructor;
26
+ required: false;
27
+ default: boolean;
28
+ };
29
+ btnSaveBind: {
30
+ type: ObjectConstructor;
31
+ required: false;
32
+ default: () => {};
33
+ };
34
+ btnCancelBind: {
35
+ type: ObjectConstructor;
36
+ required: false;
37
+ default: () => {};
38
+ };
39
+ isTabMargin: {
40
+ type: BooleanConstructor;
41
+ required: false;
42
+ default: boolean;
43
+ };
44
+ tabMarginNum: {
45
+ type: NumberConstructor;
46
+ required: false;
47
+ default: number;
48
+ };
49
+ footer: {
50
+ type: null;
51
+ required: false;
52
+ };
53
+ title: {
54
+ type: StringConstructor;
55
+ required: false;
56
+ default: string;
57
+ };
58
+ subTitle: {
59
+ type: StringConstructor;
60
+ required: false;
61
+ default: string;
62
+ };
63
+ tabs: {
64
+ type: ArrayConstructor;
65
+ required: false;
66
+ default: () => never[];
67
+ };
68
+ submit: {
69
+ type: FunctionConstructor;
70
+ required: false;
71
+ default: () => Promise<boolean>;
72
+ };
73
+ }>> & Readonly<{
74
+ onValidateError?: ((...args: any[]) => any) | undefined;
75
+ onBack?: ((...args: any[]) => any) | undefined;
76
+ onTabsChange?: ((...args: any[]) => any) | undefined;
77
+ }>, {
78
+ props: any;
79
+ attrs: any;
80
+ slots: Readonly<{
81
+ [name: string]: import("vue").Slot<any> | undefined;
82
+ }>;
83
+ activeName: import("vue").Ref<any, any>;
84
+ loading: import("vue").Ref<boolean, boolean>;
85
+ saveAttrs: import("vue").ComputedRef<any>;
86
+ cancelAttrs: import("vue").ComputedRef<any>;
87
+ tForm: any;
88
+ emits: (event: "validateError" | "back" | "tabsChange", ...args: any[]) => void;
89
+ saveHandle: () => Promise<void>;
90
+ back: () => void;
91
+ setSelectedTab: (key: any) => void;
92
+ tabsChange: (tab: any) => void;
93
+ resetFormFields: () => void;
94
+ clearValidate: () => void;
95
+ updateFormFields: () => void;
96
+ ModuleDetail: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
97
+ descData: {
98
+ type: ObjectConstructor;
99
+ default: () => {};
100
+ };
101
+ titleBold: {
102
+ type: BooleanConstructor;
103
+ default: boolean;
104
+ };
105
+ }>, {
106
+ props: any;
107
+ slots: Readonly<{
108
+ [name: string]: import("vue").Slot<any> | undefined;
109
+ }>;
110
+ attrs: any;
111
+ defaultActiveKey: import("vue").WritableComputedRef<string[], string[]>;
112
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
113
+ descData: {
114
+ type: ObjectConstructor;
115
+ default: () => {};
116
+ };
117
+ titleBold: {
118
+ type: BooleanConstructor;
119
+ default: boolean;
120
+ };
121
+ }>> & Readonly<{}>, {
122
+ descData: Record<string, any>;
123
+ titleBold: boolean;
124
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
125
+ ModuleForm: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
126
+ formOpts: {
127
+ type: ObjectConstructor;
128
+ default: () => {};
129
+ };
130
+ titleBold: {
131
+ type: BooleanConstructor;
132
+ default: boolean;
133
+ };
134
+ }>, {
135
+ props: any;
136
+ dashboardRef: any;
137
+ slots: Readonly<{
138
+ [name: string]: import("vue").Slot<any> | undefined;
139
+ }>;
140
+ attrs: any;
141
+ getChildRef: (index: string | number) => any;
142
+ defaultActiveKey: import("vue").WritableComputedRef<string[], string[]>;
143
+ emits: (event: "handleEvent", ...args: any[]) => void;
144
+ handleEvent: (val: any, type: any) => void;
145
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "handleEvent"[], "handleEvent", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
146
+ formOpts: {
147
+ type: ObjectConstructor;
148
+ default: () => {};
149
+ };
150
+ titleBold: {
151
+ type: BooleanConstructor;
152
+ default: boolean;
153
+ };
154
+ }>> & Readonly<{
155
+ onHandleEvent?: ((...args: any[]) => any) | undefined;
156
+ }>, {
157
+ formOpts: Record<string, any>;
158
+ titleBold: boolean;
159
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
160
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("validateError" | "back" | "tabsChange")[], import("vue").PublicProps, {
161
+ submit: Function;
162
+ title: string;
163
+ handleType: string;
164
+ isShowHeader: boolean;
165
+ titleSlot: boolean;
166
+ isShowBack: boolean;
167
+ isGoBackEvent: boolean;
168
+ btnSaveBind: Record<string, any>;
169
+ btnCancelBind: Record<string, any>;
170
+ isTabMargin: boolean;
171
+ tabMarginNum: number;
172
+ subTitle: string;
173
+ tabs: unknown[];
174
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
175
+ P: {};
176
+ B: {};
177
+ D: {};
178
+ C: {};
179
+ M: {};
180
+ Defaults: {};
181
+ }, Readonly<import("vue").ExtractPropTypes<{
182
+ handleType: {
183
+ type: StringConstructor;
184
+ required: false;
185
+ default: string;
186
+ };
187
+ isShowHeader: {
188
+ type: BooleanConstructor;
189
+ required: false;
190
+ default: boolean;
191
+ };
192
+ titleSlot: {
193
+ type: BooleanConstructor;
194
+ required: false;
195
+ default: boolean;
196
+ };
197
+ isShowBack: {
198
+ type: BooleanConstructor;
199
+ required: false;
200
+ default: boolean;
201
+ };
202
+ isGoBackEvent: {
203
+ type: BooleanConstructor;
204
+ required: false;
205
+ default: boolean;
206
+ };
207
+ btnSaveBind: {
208
+ type: ObjectConstructor;
209
+ required: false;
210
+ default: () => {};
211
+ };
212
+ btnCancelBind: {
213
+ type: ObjectConstructor;
214
+ required: false;
215
+ default: () => {};
216
+ };
217
+ isTabMargin: {
218
+ type: BooleanConstructor;
219
+ required: false;
220
+ default: boolean;
221
+ };
222
+ tabMarginNum: {
223
+ type: NumberConstructor;
224
+ required: false;
225
+ default: number;
226
+ };
227
+ footer: {
228
+ type: null;
229
+ required: false;
230
+ };
231
+ title: {
232
+ type: StringConstructor;
233
+ required: false;
234
+ default: string;
235
+ };
236
+ subTitle: {
237
+ type: StringConstructor;
238
+ required: false;
239
+ default: string;
240
+ };
241
+ tabs: {
242
+ type: ArrayConstructor;
243
+ required: false;
244
+ default: () => never[];
245
+ };
246
+ submit: {
247
+ type: FunctionConstructor;
248
+ required: false;
249
+ default: () => Promise<boolean>;
250
+ };
251
+ }>> & Readonly<{
252
+ onValidateError?: ((...args: any[]) => any) | undefined;
253
+ onBack?: ((...args: any[]) => any) | undefined;
254
+ onTabsChange?: ((...args: any[]) => any) | undefined;
255
+ }>, {
256
+ props: any;
257
+ attrs: any;
258
+ slots: Readonly<{
259
+ [name: string]: import("vue").Slot<any> | undefined;
260
+ }>;
261
+ activeName: import("vue").Ref<any, any>;
262
+ loading: import("vue").Ref<boolean, boolean>;
263
+ saveAttrs: import("vue").ComputedRef<any>;
264
+ cancelAttrs: import("vue").ComputedRef<any>;
265
+ tForm: any;
266
+ emits: (event: "validateError" | "back" | "tabsChange", ...args: any[]) => void;
267
+ saveHandle: () => Promise<void>;
268
+ back: () => void;
269
+ setSelectedTab: (key: any) => void;
270
+ tabsChange: (tab: any) => void;
271
+ resetFormFields: () => void;
272
+ clearValidate: () => void;
273
+ updateFormFields: () => void;
274
+ ModuleDetail: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
275
+ descData: {
276
+ type: ObjectConstructor;
277
+ default: () => {};
278
+ };
279
+ titleBold: {
280
+ type: BooleanConstructor;
281
+ default: boolean;
282
+ };
283
+ }>, {
284
+ props: any;
285
+ slots: Readonly<{
286
+ [name: string]: import("vue").Slot<any> | undefined;
287
+ }>;
288
+ attrs: any;
289
+ defaultActiveKey: import("vue").WritableComputedRef<string[], string[]>;
290
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
291
+ descData: {
292
+ type: ObjectConstructor;
293
+ default: () => {};
294
+ };
295
+ titleBold: {
296
+ type: BooleanConstructor;
297
+ default: boolean;
298
+ };
299
+ }>> & Readonly<{}>, {
300
+ descData: Record<string, any>;
301
+ titleBold: boolean;
302
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
303
+ ModuleForm: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
304
+ formOpts: {
305
+ type: ObjectConstructor;
306
+ default: () => {};
307
+ };
308
+ titleBold: {
309
+ type: BooleanConstructor;
310
+ default: boolean;
311
+ };
312
+ }>, {
313
+ props: any;
314
+ dashboardRef: any;
315
+ slots: Readonly<{
316
+ [name: string]: import("vue").Slot<any> | undefined;
317
+ }>;
318
+ attrs: any;
319
+ getChildRef: (index: string | number) => any;
320
+ defaultActiveKey: import("vue").WritableComputedRef<string[], string[]>;
321
+ emits: (event: "handleEvent", ...args: any[]) => void;
322
+ handleEvent: (val: any, type: any) => void;
323
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "handleEvent"[], "handleEvent", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
324
+ formOpts: {
325
+ type: ObjectConstructor;
326
+ default: () => {};
327
+ };
328
+ titleBold: {
329
+ type: BooleanConstructor;
330
+ default: boolean;
331
+ };
332
+ }>> & Readonly<{
333
+ onHandleEvent?: ((...args: any[]) => any) | undefined;
334
+ }>, {
335
+ formOpts: Record<string, any>;
336
+ titleBold: boolean;
337
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
338
+ }, {}, {}, {}, {
339
+ submit: Function;
340
+ title: string;
341
+ handleType: string;
342
+ isShowHeader: boolean;
343
+ titleSlot: boolean;
344
+ isShowBack: boolean;
345
+ isGoBackEvent: boolean;
346
+ btnSaveBind: Record<string, any>;
347
+ btnCancelBind: Record<string, any>;
348
+ isTabMargin: boolean;
349
+ tabMarginNum: number;
350
+ subTitle: string;
351
+ tabs: unknown[];
352
+ }>;
353
+ __isFragment?: undefined;
354
+ __isTeleport?: undefined;
355
+ __isSuspense?: undefined;
356
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
357
+ handleType: {
358
+ type: StringConstructor;
359
+ required: false;
360
+ default: string;
361
+ };
362
+ isShowHeader: {
363
+ type: BooleanConstructor;
364
+ required: false;
365
+ default: boolean;
366
+ };
367
+ titleSlot: {
368
+ type: BooleanConstructor;
369
+ required: false;
370
+ default: boolean;
371
+ };
372
+ isShowBack: {
373
+ type: BooleanConstructor;
374
+ required: false;
375
+ default: boolean;
376
+ };
377
+ isGoBackEvent: {
378
+ type: BooleanConstructor;
379
+ required: false;
380
+ default: boolean;
381
+ };
382
+ btnSaveBind: {
383
+ type: ObjectConstructor;
384
+ required: false;
385
+ default: () => {};
386
+ };
387
+ btnCancelBind: {
388
+ type: ObjectConstructor;
389
+ required: false;
390
+ default: () => {};
391
+ };
392
+ isTabMargin: {
393
+ type: BooleanConstructor;
394
+ required: false;
395
+ default: boolean;
396
+ };
397
+ tabMarginNum: {
398
+ type: NumberConstructor;
399
+ required: false;
400
+ default: number;
401
+ };
402
+ footer: {
403
+ type: null;
404
+ required: false;
405
+ };
406
+ title: {
407
+ type: StringConstructor;
408
+ required: false;
409
+ default: string;
410
+ };
411
+ subTitle: {
412
+ type: StringConstructor;
413
+ required: false;
414
+ default: string;
415
+ };
416
+ tabs: {
417
+ type: ArrayConstructor;
418
+ required: false;
419
+ default: () => never[];
420
+ };
421
+ submit: {
422
+ type: FunctionConstructor;
423
+ required: false;
424
+ default: () => Promise<boolean>;
425
+ };
426
+ }>> & Readonly<{
427
+ onValidateError?: ((...args: any[]) => any) | undefined;
428
+ onBack?: ((...args: any[]) => any) | undefined;
429
+ onTabsChange?: ((...args: any[]) => any) | undefined;
430
+ }>, {
431
+ props: any;
432
+ attrs: any;
433
+ slots: Readonly<{
434
+ [name: string]: import("vue").Slot<any> | undefined;
435
+ }>;
436
+ activeName: import("vue").Ref<any, any>;
437
+ loading: import("vue").Ref<boolean, boolean>;
438
+ saveAttrs: import("vue").ComputedRef<any>;
439
+ cancelAttrs: import("vue").ComputedRef<any>;
440
+ tForm: any;
441
+ emits: (event: "validateError" | "back" | "tabsChange", ...args: any[]) => void;
442
+ saveHandle: () => Promise<void>;
443
+ back: () => void;
444
+ setSelectedTab: (key: any) => void;
445
+ tabsChange: (tab: any) => void;
446
+ resetFormFields: () => void;
447
+ clearValidate: () => void;
448
+ updateFormFields: () => void;
449
+ ModuleDetail: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
450
+ descData: {
451
+ type: ObjectConstructor;
452
+ default: () => {};
453
+ };
454
+ titleBold: {
455
+ type: BooleanConstructor;
456
+ default: boolean;
457
+ };
458
+ }>, {
459
+ props: any;
460
+ slots: Readonly<{
461
+ [name: string]: import("vue").Slot<any> | undefined;
462
+ }>;
463
+ attrs: any;
464
+ defaultActiveKey: import("vue").WritableComputedRef<string[], string[]>;
465
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
466
+ descData: {
467
+ type: ObjectConstructor;
468
+ default: () => {};
469
+ };
470
+ titleBold: {
471
+ type: BooleanConstructor;
472
+ default: boolean;
473
+ };
474
+ }>> & Readonly<{}>, {
475
+ descData: Record<string, any>;
476
+ titleBold: boolean;
477
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
478
+ ModuleForm: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
479
+ formOpts: {
480
+ type: ObjectConstructor;
481
+ default: () => {};
482
+ };
483
+ titleBold: {
484
+ type: BooleanConstructor;
485
+ default: boolean;
486
+ };
487
+ }>, {
488
+ props: any;
489
+ dashboardRef: any;
490
+ slots: Readonly<{
491
+ [name: string]: import("vue").Slot<any> | undefined;
492
+ }>;
493
+ attrs: any;
494
+ getChildRef: (index: string | number) => any;
495
+ defaultActiveKey: import("vue").WritableComputedRef<string[], string[]>;
496
+ emits: (event: "handleEvent", ...args: any[]) => void;
497
+ handleEvent: (val: any, type: any) => void;
498
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "handleEvent"[], "handleEvent", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
499
+ formOpts: {
500
+ type: ObjectConstructor;
501
+ default: () => {};
502
+ };
503
+ titleBold: {
504
+ type: BooleanConstructor;
505
+ default: boolean;
506
+ };
507
+ }>> & Readonly<{
508
+ onHandleEvent?: ((...args: any[]) => any) | undefined;
509
+ }>, {
510
+ formOpts: Record<string, any>;
511
+ titleBold: boolean;
512
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
513
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("validateError" | "back" | "tabsChange")[], "validateError" | "back" | "tabsChange", {
514
+ submit: Function;
515
+ title: string;
516
+ handleType: string;
517
+ isShowHeader: boolean;
518
+ titleSlot: boolean;
519
+ isShowBack: boolean;
520
+ isGoBackEvent: boolean;
521
+ btnSaveBind: Record<string, any>;
522
+ btnCancelBind: Record<string, any>;
523
+ isTabMargin: boolean;
524
+ tabMarginNum: number;
525
+ subTitle: string;
526
+ tabs: unknown[];
527
+ }, {}, 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>;
528
+ export default TModuleForm;
529
+ export type TModuleFormInstance = InstanceType<typeof ModuleForm>;
530
+ export * from './src/type';