@okiss/oms 0.0.63 → 0.0.65

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 (38) hide show
  1. package/dist/index.es.js +647 -647
  2. package/dist/index.es.js.map +1 -1
  3. package/dist/style.css +1 -1
  4. package/dist/types/App.vue.d.ts +1 -1
  5. package/dist/types/components/PageLoad.vue.d.ts +31 -4
  6. package/dist/types/components/RightMenu.vue.d.ts +4 -4
  7. package/dist/types/components/VLoading.vue.d.ts +1 -1
  8. package/dist/types/components/VTree.vue.d.ts +513 -4
  9. package/dist/types/components/notice/VNotice.vue.d.ts +4 -4
  10. package/dist/types/components/report/NumberPanel.vue.d.ts +4 -4
  11. package/dist/types/components/report/index.vue.d.ts +4 -4
  12. package/dist/types/scaffold/404.vue.d.ts +1 -1
  13. package/dist/types/scaffold/EmptyRole.vue.d.ts +1 -1
  14. package/dist/types/scaffold/container.vue.d.ts +1 -1
  15. package/dist/types/scaffold/custom.vue.d.ts +1 -1
  16. package/dist/types/scaffold/dashboard.vue.d.ts +1 -1
  17. package/dist/types/scaffold/devtool/DevLayout.vue.d.ts +8 -12
  18. package/dist/types/scaffold/devtool/formBuilder/index.vue.d.ts +704 -4
  19. package/dist/types/scaffold/devtool/tableBuilder/index.vue.d.ts +1640 -4
  20. package/dist/types/scaffold/form.vue.d.ts +1 -1
  21. package/dist/types/scaffold/layout/components/AppMain.vue.d.ts +1 -1
  22. package/dist/types/scaffold/layout/components/Breadcrumb/index.vue.d.ts +1 -1
  23. package/dist/types/scaffold/layout/components/Hamburger/index.vue.d.ts +5 -5
  24. package/dist/types/scaffold/layout/components/Navbar.vue.d.ts +3109 -1
  25. package/dist/types/scaffold/layout/components/PageEditor.vue.d.ts +3045 -3
  26. package/dist/types/scaffold/layout/components/PageScheam.vue.d.ts +5 -3
  27. package/dist/types/scaffold/layout/components/Sidebar/Link.vue.d.ts +4 -4
  28. package/dist/types/scaffold/layout/components/Sidebar/Logo.vue.d.ts +3 -3
  29. package/dist/types/scaffold/layout/components/Sidebar/MenuContent.vue.d.ts +4 -4
  30. package/dist/types/scaffold/layout/components/Sidebar/SearchMenuItem.vue.d.ts +1 -1
  31. package/dist/types/scaffold/layout/components/Sidebar/SidebarItem.vue.d.ts +61 -5
  32. package/dist/types/scaffold/layout/index.vue.d.ts +1 -1
  33. package/dist/types/scaffold/login.vue.d.ts +1 -1
  34. package/dist/types/scaffold/report.vue.d.ts +1 -1
  35. package/dist/types/scaffold/table.vue.d.ts +1 -1
  36. package/dist/types/scaffold/tree.vue.d.ts +1 -1
  37. package/package.json +6 -6
  38. package/dist/types/scaffold/layout/components/Sidebar/index.vue.d.ts +0 -18
@@ -25,5 +25,3113 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
25
25
  showNotice(text: any): boolean;
26
26
  closeNotice(text: any): void;
27
27
  gotoMenuEdit(): void;
28
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
28
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
29
+ Breadcrumb: import("vue").DefineComponent<{}, {}, {
30
+ levelList: null;
31
+ }, {}, {
32
+ getBreadcrumb(): void;
33
+ isDashboard(route: any): boolean;
34
+ pathCompile(path: any): string;
35
+ handleLink(item: any): void;
36
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
37
+ Hamburger: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
38
+ isActive: {
39
+ type: BooleanConstructor;
40
+ default: boolean;
41
+ };
42
+ }>, {}, {}, {}, {
43
+ toggleClick(): void;
44
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "toggle-click"[], "toggle-click", import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
45
+ isActive: {
46
+ type: BooleanConstructor;
47
+ default: boolean;
48
+ };
49
+ }>> & Readonly<{
50
+ "onToggle-click"?: ((...args: any[]) => any) | undefined;
51
+ }>, {
52
+ isActive: boolean;
53
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
54
+ VButton: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
55
+ buttons: {
56
+ type: ArrayConstructor;
57
+ default: () => never[];
58
+ };
59
+ prefixPath: {
60
+ type: StringConstructor;
61
+ default: string;
62
+ };
63
+ }>, {}, {
64
+ localButton: never[];
65
+ }, {}, {
66
+ isArray(tmp: any): boolean;
67
+ onclick(btn: any): void;
68
+ onaction(data: any): void;
69
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "action")[], "click" | "action", import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
70
+ buttons: {
71
+ type: ArrayConstructor;
72
+ default: () => never[];
73
+ };
74
+ prefixPath: {
75
+ type: StringConstructor;
76
+ default: string;
77
+ };
78
+ }>> & Readonly<{
79
+ onClick?: ((...args: any[]) => any) | undefined;
80
+ onAction?: ((...args: any[]) => any) | undefined;
81
+ }>, {
82
+ prefixPath: string;
83
+ buttons: unknown[];
84
+ }, {}, {
85
+ VButton: import("vue").DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, import("vue").PublicProps>;
86
+ VButtonGroup: import("vue").DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, import("vue").PublicProps>;
87
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
88
+ PageEditor: import("vue").DefineComponent<{}, {
89
+ show: globalThis.Ref<boolean, boolean>;
90
+ key: globalThis.Ref<number, number>;
91
+ direction: string;
92
+ pageSchema: globalThis.ComputedRef<any>;
93
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
94
+ FormBuilder: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
95
+ schema: {
96
+ type: ObjectConstructor;
97
+ default: (_: any) => void;
98
+ };
99
+ }>, {}, {
100
+ sqlOptions: {};
101
+ sqlSchema: {
102
+ options: {
103
+ submitButton: boolean;
104
+ cancelButton: boolean;
105
+ };
106
+ formItems: {
107
+ type: string;
108
+ field: string;
109
+ props: {
110
+ repeat: boolean;
111
+ formItems: ({
112
+ type: string;
113
+ field: string;
114
+ label: string;
115
+ options?: undefined;
116
+ } | {
117
+ type: string;
118
+ field: string;
119
+ label: string;
120
+ options: any[];
121
+ })[];
122
+ };
123
+ }[];
124
+ };
125
+ baseSchema: {
126
+ options: {
127
+ labelPosition: string;
128
+ submitButton: boolean;
129
+ cancelButton: boolean;
130
+ };
131
+ formItems: ({
132
+ type: string;
133
+ field: string;
134
+ label: string;
135
+ options?: undefined;
136
+ value?: undefined;
137
+ props?: undefined;
138
+ } | {
139
+ type: string;
140
+ field: string;
141
+ label: string;
142
+ options: {
143
+ value: string;
144
+ label: string;
145
+ }[];
146
+ value?: undefined;
147
+ props?: undefined;
148
+ } | {
149
+ type: string;
150
+ field: string;
151
+ label: string;
152
+ value: string;
153
+ options?: undefined;
154
+ props?: undefined;
155
+ } | {
156
+ type: string;
157
+ field: string;
158
+ label: string;
159
+ value: boolean;
160
+ options?: undefined;
161
+ props?: undefined;
162
+ } | {
163
+ type: string;
164
+ field: string;
165
+ label: string;
166
+ props: {
167
+ options: {
168
+ labelPosition: string;
169
+ };
170
+ formItems: ({
171
+ type: string;
172
+ field: string;
173
+ label: string;
174
+ value: string;
175
+ options?: undefined;
176
+ } | {
177
+ type: string;
178
+ field: string;
179
+ label: string;
180
+ options: {
181
+ value: string;
182
+ label: string;
183
+ }[];
184
+ value?: undefined;
185
+ })[];
186
+ };
187
+ options?: undefined;
188
+ value?: undefined;
189
+ })[];
190
+ };
191
+ activeTab: string;
192
+ builderSchema: Record<string, any> & {
193
+ options: {
194
+ submitButton: boolean;
195
+ cancelButton: boolean;
196
+ };
197
+ };
198
+ baseOptions: {};
199
+ key: number;
200
+ ctrlKey: number;
201
+ activeCtrl: undefined;
202
+ ctrlOptions: {};
203
+ ctrlSchema: {};
204
+ ctrlName: string;
205
+ activeIndex: undefined;
206
+ ctrlMap: {};
207
+ activeIndexReg: RegExp;
208
+ tableStruct: string;
209
+ activeName: string;
210
+ currentCtrlType: string;
211
+ types: any[];
212
+ }, {
213
+ getSaveSchema(): {
214
+ formItems: any;
215
+ };
216
+ }, {
217
+ onDevAction(btnType: any, path: any): void;
218
+ push(name: any): void;
219
+ removeOne(): void;
220
+ clicklabel(): void;
221
+ saveSchema(): void;
222
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
223
+ schema: {
224
+ type: ObjectConstructor;
225
+ default: (_: any) => void;
226
+ };
227
+ }>> & Readonly<{}>, {
228
+ schema: Record<string, any>;
229
+ }, {}, {
230
+ DevLayout: {
231
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{}> & Readonly<{}>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
232
+ P: {};
233
+ B: {};
234
+ D: {};
235
+ C: {};
236
+ M: {};
237
+ Defaults: {};
238
+ }, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
239
+ __isFragment?: never;
240
+ __isTeleport?: never;
241
+ __isSuspense?: never;
242
+ } & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
243
+ $slots: {
244
+ "left-aside"?(_: {}): any;
245
+ main?(_: {}): any;
246
+ "right-aside"?(_: {}): any;
247
+ };
248
+ });
249
+ VForm: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
250
+ prefixPath: {
251
+ type: StringConstructor;
252
+ default: string;
253
+ };
254
+ isSub: {
255
+ type: BooleanConstructor;
256
+ default: boolean;
257
+ };
258
+ modelValue: {
259
+ type: ObjectConstructor;
260
+ default: (_: any) => void;
261
+ };
262
+ formItems: {
263
+ type: (ArrayConstructor | FunctionConstructor)[];
264
+ default: () => never[];
265
+ };
266
+ infoApi: {
267
+ type: StringConstructor;
268
+ default: string;
269
+ };
270
+ getApi: {
271
+ type: StringConstructor;
272
+ default: string;
273
+ };
274
+ saveApi: {
275
+ type: (StringConstructor | BooleanConstructor)[];
276
+ default: string;
277
+ };
278
+ options: {
279
+ type: ObjectConstructor;
280
+ default: () => {};
281
+ };
282
+ afterSubmit: {
283
+ type: (StringConstructor | FunctionConstructor)[];
284
+ default: string;
285
+ };
286
+ afterReset: {
287
+ type: (StringConstructor | FunctionConstructor)[];
288
+ default: string;
289
+ };
290
+ components: {
291
+ type: ObjectConstructor;
292
+ default: () => {};
293
+ };
294
+ rootData: {
295
+ type: FunctionConstructor;
296
+ default: () => {};
297
+ };
298
+ dev: {
299
+ type: BooleanConstructor;
300
+ default: boolean;
301
+ };
302
+ disabled: {
303
+ type: BooleanConstructor;
304
+ default: boolean;
305
+ };
306
+ enableCache: {
307
+ type: BooleanConstructor;
308
+ default: boolean;
309
+ };
310
+ initQueryParams: {
311
+ type: BooleanConstructor;
312
+ default: boolean;
313
+ };
314
+ mod: {
315
+ type: StringConstructor;
316
+ default: string;
317
+ };
318
+ submitPreCheck: {
319
+ type: FunctionConstructor;
320
+ default: () => "";
321
+ };
322
+ submitConfirm: {
323
+ type: PropType<import("@okiss/vbtf/dist/types/form/types.js").confirmType>;
324
+ default: boolean;
325
+ };
326
+ }>, {}, {
327
+ key: number;
328
+ loading: boolean;
329
+ submiting: boolean;
330
+ errMsg: string;
331
+ props: {
332
+ readonly components: Record<string, any>;
333
+ readonly rootData: Function;
334
+ readonly options: Record<string, any>;
335
+ readonly modelValue: Record<string, any>;
336
+ readonly disabled: boolean;
337
+ readonly mod: string;
338
+ readonly submitConfirm: import("@okiss/vbtf/dist/types/form/types.js").confirmType;
339
+ readonly prefixPath: string;
340
+ readonly isSub: boolean;
341
+ readonly formItems: Function | unknown[];
342
+ readonly infoApi: string;
343
+ readonly getApi: string;
344
+ readonly saveApi: string | boolean;
345
+ readonly afterSubmit: string | Function;
346
+ readonly afterReset: string | Function;
347
+ readonly dev: boolean;
348
+ readonly enableCache: boolean;
349
+ readonly initQueryParams: boolean;
350
+ readonly submitPreCheck: Function;
351
+ readonly onReset?: ((...args: any[]) => any) | undefined;
352
+ readonly onSubmit?: ((...args: any[]) => any) | undefined;
353
+ readonly "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
354
+ readonly onMounted?: ((...args: any[]) => any) | undefined;
355
+ readonly onFieldchange?: ((...args: any[]) => any) | undefined;
356
+ readonly onDevAction?: ((...args: any[]) => any) | undefined;
357
+ } & Readonly<globalThis.ExtractPropTypes<{
358
+ prefixPath: {
359
+ type: StringConstructor;
360
+ default: string;
361
+ };
362
+ isSub: {
363
+ type: BooleanConstructor;
364
+ default: boolean;
365
+ };
366
+ modelValue: {
367
+ type: ObjectConstructor;
368
+ default: (_: any) => void;
369
+ };
370
+ formItems: {
371
+ type: (ArrayConstructor | FunctionConstructor)[];
372
+ default: () => never[];
373
+ };
374
+ infoApi: {
375
+ type: StringConstructor;
376
+ default: string;
377
+ };
378
+ getApi: {
379
+ type: StringConstructor;
380
+ default: string;
381
+ };
382
+ saveApi: {
383
+ type: (StringConstructor | BooleanConstructor)[];
384
+ default: string;
385
+ };
386
+ options: {
387
+ type: ObjectConstructor;
388
+ default: () => {};
389
+ };
390
+ afterSubmit: {
391
+ type: (StringConstructor | FunctionConstructor)[];
392
+ default: string;
393
+ };
394
+ afterReset: {
395
+ type: (StringConstructor | FunctionConstructor)[];
396
+ default: string;
397
+ };
398
+ components: {
399
+ type: ObjectConstructor;
400
+ default: () => {};
401
+ };
402
+ rootData: {
403
+ type: FunctionConstructor;
404
+ default: () => {};
405
+ };
406
+ dev: {
407
+ type: BooleanConstructor;
408
+ default: boolean;
409
+ };
410
+ disabled: {
411
+ type: BooleanConstructor;
412
+ default: boolean;
413
+ };
414
+ enableCache: {
415
+ type: BooleanConstructor;
416
+ default: boolean;
417
+ };
418
+ initQueryParams: {
419
+ type: BooleanConstructor;
420
+ default: boolean;
421
+ };
422
+ mod: {
423
+ type: StringConstructor;
424
+ default: string;
425
+ };
426
+ submitPreCheck: {
427
+ type: FunctionConstructor;
428
+ default: () => "";
429
+ };
430
+ submitConfirm: {
431
+ type: PropType<import("@okiss/vbtf/dist/types/form/types.js").confirmType>;
432
+ default: boolean;
433
+ };
434
+ }>> & Readonly<{
435
+ onReset?: ((...args: any[]) => any) | undefined;
436
+ onSubmit?: ((...args: any[]) => any) | undefined;
437
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
438
+ onMounted?: ((...args: any[]) => any) | undefined;
439
+ onFieldchange?: ((...args: any[]) => any) | undefined;
440
+ onDevAction?: ((...args: any[]) => any) | undefined;
441
+ }>;
442
+ formData: Record<string, any>;
443
+ cacheFormData: Record<string, any>;
444
+ tmpFormData: Record<string, any>;
445
+ fieldMap: {};
446
+ computeRules: never[];
447
+ formItemsSource: never[];
448
+ cacheItems: never[];
449
+ formOptions: {};
450
+ dependMap: {
451
+ fieldDependFields: {};
452
+ dependFieldSourceFields: {};
453
+ };
454
+ }, {
455
+ formRules(): {};
456
+ formItemsSection(): {
457
+ name: any;
458
+ children: any[];
459
+ }[];
460
+ }, {
461
+ onenter(): Promise<void>;
462
+ layoutItem(section: any): any[];
463
+ defaultValue(formItems: any): {};
464
+ getQueryParams(): any;
465
+ getQueryObject(formItems: any): {};
466
+ getFormData(formItems: any): any;
467
+ init(formItems: any): {
468
+ initData: any;
469
+ fieldMap: {};
470
+ computeRules: {};
471
+ formItemsSource: any;
472
+ cacheItems: any;
473
+ };
474
+ parseType(item: any, value: any): any;
475
+ validate(): Promise<boolean>;
476
+ submitForm(formName: any): Promise<false | undefined>;
477
+ resetForm(formName: any): void;
478
+ getComponentName(name: any): any;
479
+ getComponentProps(item: any): any;
480
+ canShow(item: any): true;
481
+ canShowPop(field: any, arr: any): void;
482
+ onFiledChange(field: any, value: any, extra: any): void;
483
+ computedInit(): void;
484
+ execComputeRule(field: any, value: any, when: any, set: any, m?: boolean): void;
485
+ computedWhen(field: any, value: any): void;
486
+ execAfter(type: any): void;
487
+ onDevAction(btnType: any, path: any): void;
488
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("reset" | "submit" | "mounted" | "update:modelValue" | "fieldchange" | "devAction")[], "reset" | "submit" | "mounted" | "update:modelValue" | "fieldchange" | "devAction", import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
489
+ prefixPath: {
490
+ type: StringConstructor;
491
+ default: string;
492
+ };
493
+ isSub: {
494
+ type: BooleanConstructor;
495
+ default: boolean;
496
+ };
497
+ modelValue: {
498
+ type: ObjectConstructor;
499
+ default: (_: any) => void;
500
+ };
501
+ formItems: {
502
+ type: (ArrayConstructor | FunctionConstructor)[];
503
+ default: () => never[];
504
+ };
505
+ infoApi: {
506
+ type: StringConstructor;
507
+ default: string;
508
+ };
509
+ getApi: {
510
+ type: StringConstructor;
511
+ default: string;
512
+ };
513
+ saveApi: {
514
+ type: (StringConstructor | BooleanConstructor)[];
515
+ default: string;
516
+ };
517
+ options: {
518
+ type: ObjectConstructor;
519
+ default: () => {};
520
+ };
521
+ afterSubmit: {
522
+ type: (StringConstructor | FunctionConstructor)[];
523
+ default: string;
524
+ };
525
+ afterReset: {
526
+ type: (StringConstructor | FunctionConstructor)[];
527
+ default: string;
528
+ };
529
+ components: {
530
+ type: ObjectConstructor;
531
+ default: () => {};
532
+ };
533
+ rootData: {
534
+ type: FunctionConstructor;
535
+ default: () => {};
536
+ };
537
+ dev: {
538
+ type: BooleanConstructor;
539
+ default: boolean;
540
+ };
541
+ disabled: {
542
+ type: BooleanConstructor;
543
+ default: boolean;
544
+ };
545
+ enableCache: {
546
+ type: BooleanConstructor;
547
+ default: boolean;
548
+ };
549
+ initQueryParams: {
550
+ type: BooleanConstructor;
551
+ default: boolean;
552
+ };
553
+ mod: {
554
+ type: StringConstructor;
555
+ default: string;
556
+ };
557
+ submitPreCheck: {
558
+ type: FunctionConstructor;
559
+ default: () => "";
560
+ };
561
+ submitConfirm: {
562
+ type: PropType<import("@okiss/vbtf/dist/types/form/types.js").confirmType>;
563
+ default: boolean;
564
+ };
565
+ }>> & Readonly<{
566
+ onReset?: ((...args: any[]) => any) | undefined;
567
+ onSubmit?: ((...args: any[]) => any) | undefined;
568
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
569
+ onMounted?: ((...args: any[]) => any) | undefined;
570
+ onFieldchange?: ((...args: any[]) => any) | undefined;
571
+ onDevAction?: ((...args: any[]) => any) | undefined;
572
+ }>, {
573
+ components: Record<string, any>;
574
+ rootData: Function;
575
+ options: Record<string, any>;
576
+ modelValue: Record<string, any>;
577
+ disabled: boolean;
578
+ mod: string;
579
+ submitConfirm: import("@okiss/vbtf/dist/types/form/types.js").confirmType;
580
+ prefixPath: string;
581
+ isSub: boolean;
582
+ formItems: Function | unknown[];
583
+ infoApi: string;
584
+ getApi: string;
585
+ saveApi: string | boolean;
586
+ afterSubmit: string | Function;
587
+ afterReset: string | Function;
588
+ dev: boolean;
589
+ enableCache: boolean;
590
+ initQueryParams: boolean;
591
+ submitPreCheck: Function;
592
+ }, {}, {
593
+ FormAction: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
594
+ submiting: {
595
+ type: BooleanConstructor;
596
+ default: boolean;
597
+ };
598
+ formOptions: {
599
+ type: ObjectConstructor;
600
+ default: () => void;
601
+ };
602
+ submitConfirm: {
603
+ type: PropType<import("@okiss/vbtf/dist/types/form/types.js").confirmType>;
604
+ default: boolean;
605
+ };
606
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
607
+ cancel: (...args: any[]) => void;
608
+ submit: (...args: any[]) => void;
609
+ }, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
610
+ submiting: {
611
+ type: BooleanConstructor;
612
+ default: boolean;
613
+ };
614
+ formOptions: {
615
+ type: ObjectConstructor;
616
+ default: () => void;
617
+ };
618
+ submitConfirm: {
619
+ type: PropType<import("@okiss/vbtf/dist/types/form/types.js").confirmType>;
620
+ default: boolean;
621
+ };
622
+ }>> & Readonly<{
623
+ onCancel?: ((...args: any[]) => any) | undefined;
624
+ onSubmit?: ((...args: any[]) => any) | undefined;
625
+ }>, {
626
+ submiting: boolean;
627
+ formOptions: Record<string, any>;
628
+ submitConfirm: import("@okiss/vbtf/dist/types/form/types.js").confirmType;
629
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
630
+ FormItem: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
631
+ formOptions: {
632
+ type: ObjectConstructor;
633
+ default: () => void;
634
+ };
635
+ item: {
636
+ type: ObjectConstructor;
637
+ default: () => void;
638
+ };
639
+ modelValue: {
640
+ type: (StringConstructor | BooleanConstructor | ObjectConstructor | ArrayConstructor | NumberConstructor)[];
641
+ default: undefined;
642
+ };
643
+ showLabel: {
644
+ type: BooleanConstructor;
645
+ default: boolean;
646
+ };
647
+ components: {
648
+ type: ObjectConstructor;
649
+ default: () => void;
650
+ };
651
+ mod: {
652
+ type: StringConstructor;
653
+ default: string;
654
+ };
655
+ }>, {
656
+ localValue: globalThis.Ref<string | number | boolean | Record<string, any> | unknown[] | undefined, string | number | boolean | Record<string, any> | unknown[] | undefined>;
657
+ getComponentName: (name: string) => string;
658
+ onFiledChange: (value: any, extra: any) => void;
659
+ compProps: (item: any, options: any) => any;
660
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, "update:modelValue", import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
661
+ formOptions: {
662
+ type: ObjectConstructor;
663
+ default: () => void;
664
+ };
665
+ item: {
666
+ type: ObjectConstructor;
667
+ default: () => void;
668
+ };
669
+ modelValue: {
670
+ type: (StringConstructor | BooleanConstructor | ObjectConstructor | ArrayConstructor | NumberConstructor)[];
671
+ default: undefined;
672
+ };
673
+ showLabel: {
674
+ type: BooleanConstructor;
675
+ default: boolean;
676
+ };
677
+ components: {
678
+ type: ObjectConstructor;
679
+ default: () => void;
680
+ };
681
+ mod: {
682
+ type: StringConstructor;
683
+ default: string;
684
+ };
685
+ }>> & Readonly<{}>, {
686
+ components: Record<string, any>;
687
+ modelValue: string | number | boolean | Record<string, any> | unknown[];
688
+ item: Record<string, any>;
689
+ mod: string;
690
+ formOptions: Record<string, any>;
691
+ showLabel: boolean;
692
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
693
+ ElCard: import("element-plus/es/utils/index.js").SFCWithInstall<{
694
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
695
+ readonly header: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
696
+ readonly footer: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
697
+ readonly bodyStyle: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, "", boolean>;
698
+ readonly bodyClass: StringConstructor;
699
+ readonly shadow: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "always" | "never" | "hover", unknown, "always", boolean>;
700
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
701
+ readonly header: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
702
+ readonly footer: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
703
+ readonly bodyStyle: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, "", boolean>;
704
+ readonly bodyClass: StringConstructor;
705
+ readonly shadow: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "always" | "never" | "hover", unknown, "always", boolean>;
706
+ }>>, {
707
+ readonly footer: string;
708
+ readonly header: string;
709
+ readonly bodyStyle: import("vue").StyleValue;
710
+ readonly shadow: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "always" | "never" | "hover", unknown>;
711
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
712
+ P: {};
713
+ B: {};
714
+ D: {};
715
+ C: {};
716
+ M: {};
717
+ Defaults: {};
718
+ }, Readonly<globalThis.ExtractPropTypes<{
719
+ readonly header: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
720
+ readonly footer: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
721
+ readonly bodyStyle: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, "", boolean>;
722
+ readonly bodyClass: StringConstructor;
723
+ readonly shadow: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "always" | "never" | "hover", unknown, "always", boolean>;
724
+ }>>, {}, {}, {}, {}, {
725
+ readonly footer: string;
726
+ readonly header: string;
727
+ readonly bodyStyle: import("vue").StyleValue;
728
+ readonly shadow: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "always" | "never" | "hover", unknown>;
729
+ }>;
730
+ __isFragment?: never;
731
+ __isTeleport?: never;
732
+ __isSuspense?: never;
733
+ } & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
734
+ readonly header: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
735
+ readonly footer: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
736
+ readonly bodyStyle: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, "", boolean>;
737
+ readonly bodyClass: StringConstructor;
738
+ readonly shadow: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "always" | "never" | "hover", unknown, "always", boolean>;
739
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
740
+ readonly footer: string;
741
+ readonly header: string;
742
+ readonly bodyStyle: import("vue").StyleValue;
743
+ readonly shadow: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "always" | "never" | "hover", unknown>;
744
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
745
+ $slots: {
746
+ header?(_: {}): any;
747
+ default?(_: {}): any;
748
+ footer?(_: {}): any;
749
+ };
750
+ })>;
751
+ }, {}, string, () => {
752
+ formData: Record<string, any>;
753
+ rootData: Function;
754
+ dev: boolean;
755
+ mod: string;
756
+ }, true, {}, any>;
757
+ VButton: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
758
+ buttons: {
759
+ type: ArrayConstructor;
760
+ default: () => never[];
761
+ };
762
+ prefixPath: {
763
+ type: StringConstructor;
764
+ default: string;
765
+ };
766
+ }>, {}, {
767
+ localButton: never[];
768
+ }, {}, {
769
+ isArray(tmp: any): boolean;
770
+ onclick(btn: any): void;
771
+ onaction(data: any): void;
772
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "action")[], "click" | "action", import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
773
+ buttons: {
774
+ type: ArrayConstructor;
775
+ default: () => never[];
776
+ };
777
+ prefixPath: {
778
+ type: StringConstructor;
779
+ default: string;
780
+ };
781
+ }>> & Readonly<{
782
+ onClick?: ((...args: any[]) => any) | undefined;
783
+ onAction?: ((...args: any[]) => any) | undefined;
784
+ }>, {
785
+ prefixPath: string;
786
+ buttons: unknown[];
787
+ }, {}, {
788
+ VButton: import("vue").DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, import("vue").PublicProps>;
789
+ VButtonGroup: import("vue").DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, import("vue").PublicProps>;
790
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
791
+ JsonView: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
792
+ data: {
793
+ type: (ObjectConstructor | ArrayConstructor)[];
794
+ required: true;
795
+ };
796
+ jsonKey: {
797
+ type: StringConstructor;
798
+ default: string;
799
+ };
800
+ closed: {
801
+ type: BooleanConstructor;
802
+ default: boolean;
803
+ };
804
+ isLast: {
805
+ type: BooleanConstructor;
806
+ default: boolean;
807
+ };
808
+ fontSize: {
809
+ type: NumberConstructor;
810
+ default: number;
811
+ };
812
+ lineHeight: {
813
+ type: NumberConstructor;
814
+ default: number;
815
+ };
816
+ deep: {
817
+ type: NumberConstructor;
818
+ default: number;
819
+ };
820
+ currentDeep: {
821
+ type: NumberConstructor;
822
+ default: number;
823
+ };
824
+ iconStyle: {
825
+ type: StringConstructor;
826
+ default: string;
827
+ };
828
+ iconColor: {
829
+ type: ArrayConstructor;
830
+ default(): never[];
831
+ };
832
+ theme: {
833
+ type: StringConstructor;
834
+ default: string;
835
+ };
836
+ hasSiblings: {
837
+ type: BooleanConstructor;
838
+ default: boolean;
839
+ };
840
+ tools: {
841
+ type: BooleanConstructor;
842
+ default: boolean;
843
+ };
844
+ }>, {}, {
845
+ innerclosed: boolean;
846
+ templateDeep: number;
847
+ visible: boolean;
848
+ }, {
849
+ isArray(): boolean;
850
+ length(): any;
851
+ subfix(): string;
852
+ prefix(): "[" | "{";
853
+ items(): any;
854
+ iconColors(): unknown[];
855
+ }, {
856
+ getDataType(data: any): string;
857
+ isObjectOrArray(source: any): boolean;
858
+ toggleClose(): void;
859
+ isClose(): boolean;
860
+ isEmptyArrayOrObject(data: any): boolean;
861
+ copy(): void;
862
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
863
+ data: {
864
+ type: (ObjectConstructor | ArrayConstructor)[];
865
+ required: true;
866
+ };
867
+ jsonKey: {
868
+ type: StringConstructor;
869
+ default: string;
870
+ };
871
+ closed: {
872
+ type: BooleanConstructor;
873
+ default: boolean;
874
+ };
875
+ isLast: {
876
+ type: BooleanConstructor;
877
+ default: boolean;
878
+ };
879
+ fontSize: {
880
+ type: NumberConstructor;
881
+ default: number;
882
+ };
883
+ lineHeight: {
884
+ type: NumberConstructor;
885
+ default: number;
886
+ };
887
+ deep: {
888
+ type: NumberConstructor;
889
+ default: number;
890
+ };
891
+ currentDeep: {
892
+ type: NumberConstructor;
893
+ default: number;
894
+ };
895
+ iconStyle: {
896
+ type: StringConstructor;
897
+ default: string;
898
+ };
899
+ iconColor: {
900
+ type: ArrayConstructor;
901
+ default(): never[];
902
+ };
903
+ theme: {
904
+ type: StringConstructor;
905
+ default: string;
906
+ };
907
+ hasSiblings: {
908
+ type: BooleanConstructor;
909
+ default: boolean;
910
+ };
911
+ tools: {
912
+ type: BooleanConstructor;
913
+ default: boolean;
914
+ };
915
+ }>> & Readonly<{}>, {
916
+ closed: boolean;
917
+ deep: number;
918
+ jsonKey: string;
919
+ isLast: boolean;
920
+ fontSize: number;
921
+ lineHeight: number;
922
+ currentDeep: number;
923
+ iconStyle: string;
924
+ iconColor: unknown[];
925
+ theme: string;
926
+ hasSiblings: boolean;
927
+ tools: boolean;
928
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
929
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
930
+ TableBuilder: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
931
+ schema: {
932
+ type: ObjectConstructor;
933
+ default: (_: any) => void;
934
+ };
935
+ }>, {}, {
936
+ baseSchema: {
937
+ options: {
938
+ labelPosition: string;
939
+ submitButton: boolean;
940
+ cancelButton: boolean;
941
+ };
942
+ formItems: ({
943
+ type: string;
944
+ field: string;
945
+ label: string;
946
+ value: boolean;
947
+ } | {
948
+ type: string;
949
+ field: string;
950
+ label: string;
951
+ value?: undefined;
952
+ })[];
953
+ };
954
+ activeTab: string;
955
+ builderSchema: {
956
+ options: {
957
+ labelPosition: string;
958
+ submitButton: boolean;
959
+ cancelButton: boolean;
960
+ };
961
+ formItems: ({
962
+ type: string;
963
+ field: string;
964
+ label: string;
965
+ value: boolean;
966
+ } | {
967
+ type: string;
968
+ field: string;
969
+ label: string;
970
+ value?: undefined;
971
+ })[];
972
+ } & import("vue").ToRefs<Record<string, any>>;
973
+ baseOptions: {};
974
+ key: number;
975
+ ctrlKey: number;
976
+ activeCtrl: undefined;
977
+ activeBrick: undefined;
978
+ ctrlOptions: {};
979
+ ctrlSchema: {};
980
+ ctrlName: string;
981
+ activeIndex: undefined;
982
+ ctrlMap: {
983
+ filter: {
984
+ input: {
985
+ type: string;
986
+ name: string;
987
+ default: {
988
+ type: string;
989
+ label: string;
990
+ field: string;
991
+ };
992
+ builder: ({
993
+ type: string;
994
+ field: string;
995
+ label: string;
996
+ props?: undefined;
997
+ } | {
998
+ type: string;
999
+ field: string;
1000
+ label: string;
1001
+ props: {
1002
+ options: {
1003
+ labelPosition: string;
1004
+ };
1005
+ formItems: ({
1006
+ type: string;
1007
+ field: string;
1008
+ label: string;
1009
+ info?: undefined;
1010
+ } | {
1011
+ type: string;
1012
+ field: string;
1013
+ label: string;
1014
+ info: string;
1015
+ })[];
1016
+ };
1017
+ })[];
1018
+ };
1019
+ select: {
1020
+ type: string;
1021
+ name: string;
1022
+ default: {
1023
+ type: string;
1024
+ label: string;
1025
+ field: string;
1026
+ };
1027
+ builder: ({
1028
+ type: string;
1029
+ field: string;
1030
+ label: string;
1031
+ value?: undefined;
1032
+ options?: undefined;
1033
+ props?: undefined;
1034
+ depend?: undefined;
1035
+ } | {
1036
+ type: string;
1037
+ field: string;
1038
+ label: string;
1039
+ value: number;
1040
+ options: {
1041
+ value: number;
1042
+ label: string;
1043
+ }[];
1044
+ props?: undefined;
1045
+ depend?: undefined;
1046
+ } | {
1047
+ type: string;
1048
+ field: string;
1049
+ label: string;
1050
+ props: {
1051
+ repeat: boolean;
1052
+ options: {
1053
+ labelPosition: string;
1054
+ };
1055
+ formItems: {
1056
+ type: string;
1057
+ field: string;
1058
+ label: string;
1059
+ }[];
1060
+ };
1061
+ depend: {
1062
+ field: string;
1063
+ value: number;
1064
+ };
1065
+ value?: undefined;
1066
+ options?: undefined;
1067
+ } | {
1068
+ type: string;
1069
+ field: string;
1070
+ label: string;
1071
+ props: {
1072
+ options: {
1073
+ labelPosition: string;
1074
+ };
1075
+ formItems: ({
1076
+ type: string;
1077
+ field: string;
1078
+ label: string;
1079
+ depend: {
1080
+ field: string;
1081
+ value: number;
1082
+ };
1083
+ } | {
1084
+ type: string;
1085
+ field: string;
1086
+ label: string;
1087
+ depend?: undefined;
1088
+ } | {
1089
+ type: string;
1090
+ field: string;
1091
+ label: string;
1092
+ depend: {
1093
+ field: string;
1094
+ value: boolean;
1095
+ };
1096
+ })[];
1097
+ repeat?: undefined;
1098
+ };
1099
+ value?: undefined;
1100
+ options?: undefined;
1101
+ depend?: undefined;
1102
+ })[];
1103
+ trans(item: any): any;
1104
+ };
1105
+ date: {
1106
+ type: string;
1107
+ name: string;
1108
+ default: {
1109
+ type: string;
1110
+ label: string;
1111
+ field: string;
1112
+ };
1113
+ builder: {
1114
+ type: string;
1115
+ field: string;
1116
+ label: string;
1117
+ }[];
1118
+ };
1119
+ };
1120
+ headers: {
1121
+ span: {
1122
+ type: string;
1123
+ name: string;
1124
+ default: {
1125
+ type: string;
1126
+ label: string;
1127
+ field: string;
1128
+ };
1129
+ builder: {
1130
+ type: string;
1131
+ field: string;
1132
+ label: string;
1133
+ }[];
1134
+ };
1135
+ enum: {
1136
+ type: string;
1137
+ name: string;
1138
+ default: {
1139
+ type: string;
1140
+ label: string;
1141
+ field: string;
1142
+ };
1143
+ builder: ({
1144
+ type: string;
1145
+ field: string;
1146
+ label: string;
1147
+ props?: undefined;
1148
+ value?: undefined;
1149
+ } | {
1150
+ type: string;
1151
+ field: string;
1152
+ label: string;
1153
+ props: {
1154
+ options: {
1155
+ labelPosition: string;
1156
+ };
1157
+ formItems: {
1158
+ type: string;
1159
+ field: string;
1160
+ label: string;
1161
+ }[];
1162
+ };
1163
+ value: never[];
1164
+ })[];
1165
+ trans(val: any): any;
1166
+ };
1167
+ html: {
1168
+ type: string;
1169
+ name: string;
1170
+ default: {
1171
+ type: string;
1172
+ label: string;
1173
+ field: string;
1174
+ };
1175
+ builder: {
1176
+ type: string;
1177
+ field: string;
1178
+ label: string;
1179
+ }[];
1180
+ };
1181
+ icon: {
1182
+ type: string;
1183
+ name: string;
1184
+ default: {
1185
+ type: string;
1186
+ label: string;
1187
+ field: string;
1188
+ };
1189
+ builder: {
1190
+ type: string;
1191
+ field: string;
1192
+ label: string;
1193
+ }[];
1194
+ };
1195
+ image: {
1196
+ type: string;
1197
+ name: string;
1198
+ default: {
1199
+ type: string;
1200
+ label: string;
1201
+ field: string;
1202
+ };
1203
+ builder: {
1204
+ type: string;
1205
+ field: string;
1206
+ label: string;
1207
+ }[];
1208
+ };
1209
+ json: {
1210
+ type: string;
1211
+ name: string;
1212
+ default: {
1213
+ type: string;
1214
+ label: string;
1215
+ field: string;
1216
+ };
1217
+ builder: {
1218
+ type: string;
1219
+ field: string;
1220
+ label: string;
1221
+ }[];
1222
+ };
1223
+ link: {
1224
+ type: string;
1225
+ name: string;
1226
+ default: {
1227
+ type: string;
1228
+ label: string;
1229
+ field: string;
1230
+ };
1231
+ builder: {
1232
+ type: string;
1233
+ field: string;
1234
+ label: string;
1235
+ }[];
1236
+ };
1237
+ rich: {
1238
+ type: string;
1239
+ name: string;
1240
+ default: {
1241
+ type: string;
1242
+ label: string;
1243
+ field: string;
1244
+ };
1245
+ builder: {
1246
+ type: string;
1247
+ field: string;
1248
+ label: string;
1249
+ }[];
1250
+ };
1251
+ tpl: {
1252
+ type: string;
1253
+ name: string;
1254
+ default: {
1255
+ type: string;
1256
+ label: string;
1257
+ field: string;
1258
+ };
1259
+ builder: ({
1260
+ type: string;
1261
+ field: string;
1262
+ label: string;
1263
+ info?: undefined;
1264
+ } | {
1265
+ type: string;
1266
+ field: string;
1267
+ label: string;
1268
+ info: string;
1269
+ })[];
1270
+ };
1271
+ };
1272
+ buttons: {
1273
+ jump: {
1274
+ type: string;
1275
+ name: string;
1276
+ default: {
1277
+ type: string;
1278
+ target: string;
1279
+ text: string;
1280
+ };
1281
+ builder: ({
1282
+ type: string;
1283
+ field: string;
1284
+ label: string;
1285
+ info: string;
1286
+ props?: undefined;
1287
+ } | {
1288
+ type: string;
1289
+ field: string;
1290
+ label: string;
1291
+ info?: undefined;
1292
+ props?: undefined;
1293
+ } | {
1294
+ type: string;
1295
+ field: string;
1296
+ label: string;
1297
+ props: {
1298
+ options: {
1299
+ labelPosition: string;
1300
+ };
1301
+ formItems: ({
1302
+ type: string;
1303
+ field: string;
1304
+ label: string;
1305
+ options?: undefined;
1306
+ } | {
1307
+ type: string;
1308
+ field: string;
1309
+ label: string;
1310
+ options: {
1311
+ value: string;
1312
+ label: string;
1313
+ }[];
1314
+ })[];
1315
+ };
1316
+ info?: undefined;
1317
+ })[];
1318
+ };
1319
+ api: {
1320
+ type: string;
1321
+ name: string;
1322
+ default: {
1323
+ type: string;
1324
+ target: string;
1325
+ text: string;
1326
+ };
1327
+ builder: ({
1328
+ type: string;
1329
+ field: string;
1330
+ label: string;
1331
+ info: string;
1332
+ props?: undefined;
1333
+ } | {
1334
+ type: string;
1335
+ field: string;
1336
+ label: string;
1337
+ info?: undefined;
1338
+ props?: undefined;
1339
+ } | {
1340
+ type: string;
1341
+ field: string;
1342
+ label: string;
1343
+ props: {
1344
+ options: {
1345
+ labelPosition: string;
1346
+ };
1347
+ formItems: ({
1348
+ type: string;
1349
+ field: string;
1350
+ label: string;
1351
+ options?: undefined;
1352
+ info?: undefined;
1353
+ } | {
1354
+ type: string;
1355
+ field: string;
1356
+ label: string;
1357
+ options: {
1358
+ value: string;
1359
+ label: string;
1360
+ }[];
1361
+ info?: undefined;
1362
+ } | {
1363
+ type: string;
1364
+ field: string;
1365
+ label: string;
1366
+ info: string;
1367
+ options?: undefined;
1368
+ })[];
1369
+ };
1370
+ info?: undefined;
1371
+ })[];
1372
+ };
1373
+ form: {
1374
+ type: string;
1375
+ name: string;
1376
+ default: {
1377
+ type: string;
1378
+ target: string;
1379
+ text: string;
1380
+ };
1381
+ builder: ({
1382
+ type: string;
1383
+ field: string;
1384
+ label: string;
1385
+ options?: undefined;
1386
+ value?: undefined;
1387
+ depend?: undefined;
1388
+ } | {
1389
+ type: string;
1390
+ field: string;
1391
+ label: string;
1392
+ options: {
1393
+ value: string;
1394
+ label: string;
1395
+ }[];
1396
+ value: string;
1397
+ depend?: undefined;
1398
+ } | {
1399
+ type: string;
1400
+ field: string;
1401
+ label: string;
1402
+ options: {
1403
+ value: number;
1404
+ label: string;
1405
+ }[];
1406
+ value: number;
1407
+ depend?: undefined;
1408
+ } | {
1409
+ type: string;
1410
+ field: string;
1411
+ label: string;
1412
+ depend: {
1413
+ field: string;
1414
+ value: number;
1415
+ };
1416
+ options?: undefined;
1417
+ value?: undefined;
1418
+ })[];
1419
+ };
1420
+ table: {
1421
+ type: string;
1422
+ name: string;
1423
+ default: {
1424
+ type: string;
1425
+ target: string;
1426
+ text: string;
1427
+ };
1428
+ builder: ({
1429
+ type: string;
1430
+ field: string;
1431
+ label: string;
1432
+ options?: undefined;
1433
+ value?: undefined;
1434
+ depend?: undefined;
1435
+ } | {
1436
+ type: string;
1437
+ field: string;
1438
+ label: string;
1439
+ options: {
1440
+ value: string;
1441
+ label: string;
1442
+ }[];
1443
+ value: string;
1444
+ depend?: undefined;
1445
+ } | {
1446
+ type: string;
1447
+ field: string;
1448
+ label: string;
1449
+ options: {
1450
+ value: number;
1451
+ label: string;
1452
+ }[];
1453
+ value: number;
1454
+ depend?: undefined;
1455
+ } | {
1456
+ type: string;
1457
+ field: string;
1458
+ label: string;
1459
+ depend: {
1460
+ field: string;
1461
+ value: number;
1462
+ };
1463
+ options?: undefined;
1464
+ value?: undefined;
1465
+ })[];
1466
+ };
1467
+ };
1468
+ };
1469
+ activeIndexReg: RegExp;
1470
+ currentCtrlType: string;
1471
+ }, {
1472
+ types(): any[];
1473
+ getSaveSchema(): {
1474
+ filter: any;
1475
+ headers: any;
1476
+ rowButton: any;
1477
+ normalButton: any;
1478
+ batchButton: any;
1479
+ };
1480
+ currentBuilderSchema(): any;
1481
+ }, {
1482
+ updateBuilderSchema(): void;
1483
+ onDevAction(btnType: any, path: any): void;
1484
+ pushFilter(name: any): void;
1485
+ pushHeaders(name: any): void;
1486
+ pushNormalButton(name: any): void;
1487
+ pushBatchButton(name: any): void;
1488
+ pushRowButton(name: any): void;
1489
+ push(name: any, target: any, ctrlMapName: any, brick: any): void;
1490
+ removeOne(): void;
1491
+ clicklabel(): void;
1492
+ saveSchema(): void;
1493
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
1494
+ schema: {
1495
+ type: ObjectConstructor;
1496
+ default: (_: any) => void;
1497
+ };
1498
+ }>> & Readonly<{}>, {
1499
+ schema: Record<string, any>;
1500
+ }, {}, {
1501
+ JsonView: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
1502
+ data: {
1503
+ type: (ObjectConstructor | ArrayConstructor)[];
1504
+ required: true;
1505
+ };
1506
+ jsonKey: {
1507
+ type: StringConstructor;
1508
+ default: string;
1509
+ };
1510
+ closed: {
1511
+ type: BooleanConstructor;
1512
+ default: boolean;
1513
+ };
1514
+ isLast: {
1515
+ type: BooleanConstructor;
1516
+ default: boolean;
1517
+ };
1518
+ fontSize: {
1519
+ type: NumberConstructor;
1520
+ default: number;
1521
+ };
1522
+ lineHeight: {
1523
+ type: NumberConstructor;
1524
+ default: number;
1525
+ };
1526
+ deep: {
1527
+ type: NumberConstructor;
1528
+ default: number;
1529
+ };
1530
+ currentDeep: {
1531
+ type: NumberConstructor;
1532
+ default: number;
1533
+ };
1534
+ iconStyle: {
1535
+ type: StringConstructor;
1536
+ default: string;
1537
+ };
1538
+ iconColor: {
1539
+ type: ArrayConstructor;
1540
+ default(): never[];
1541
+ };
1542
+ theme: {
1543
+ type: StringConstructor;
1544
+ default: string;
1545
+ };
1546
+ hasSiblings: {
1547
+ type: BooleanConstructor;
1548
+ default: boolean;
1549
+ };
1550
+ tools: {
1551
+ type: BooleanConstructor;
1552
+ default: boolean;
1553
+ };
1554
+ }>, {}, {
1555
+ innerclosed: boolean;
1556
+ templateDeep: number;
1557
+ visible: boolean;
1558
+ }, {
1559
+ isArray(): boolean;
1560
+ length(): any;
1561
+ subfix(): string;
1562
+ prefix(): "[" | "{";
1563
+ items(): any;
1564
+ iconColors(): unknown[];
1565
+ }, {
1566
+ getDataType(data: any): string;
1567
+ isObjectOrArray(source: any): boolean;
1568
+ toggleClose(): void;
1569
+ isClose(): boolean;
1570
+ isEmptyArrayOrObject(data: any): boolean;
1571
+ copy(): void;
1572
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
1573
+ data: {
1574
+ type: (ObjectConstructor | ArrayConstructor)[];
1575
+ required: true;
1576
+ };
1577
+ jsonKey: {
1578
+ type: StringConstructor;
1579
+ default: string;
1580
+ };
1581
+ closed: {
1582
+ type: BooleanConstructor;
1583
+ default: boolean;
1584
+ };
1585
+ isLast: {
1586
+ type: BooleanConstructor;
1587
+ default: boolean;
1588
+ };
1589
+ fontSize: {
1590
+ type: NumberConstructor;
1591
+ default: number;
1592
+ };
1593
+ lineHeight: {
1594
+ type: NumberConstructor;
1595
+ default: number;
1596
+ };
1597
+ deep: {
1598
+ type: NumberConstructor;
1599
+ default: number;
1600
+ };
1601
+ currentDeep: {
1602
+ type: NumberConstructor;
1603
+ default: number;
1604
+ };
1605
+ iconStyle: {
1606
+ type: StringConstructor;
1607
+ default: string;
1608
+ };
1609
+ iconColor: {
1610
+ type: ArrayConstructor;
1611
+ default(): never[];
1612
+ };
1613
+ theme: {
1614
+ type: StringConstructor;
1615
+ default: string;
1616
+ };
1617
+ hasSiblings: {
1618
+ type: BooleanConstructor;
1619
+ default: boolean;
1620
+ };
1621
+ tools: {
1622
+ type: BooleanConstructor;
1623
+ default: boolean;
1624
+ };
1625
+ }>> & Readonly<{}>, {
1626
+ closed: boolean;
1627
+ deep: number;
1628
+ jsonKey: string;
1629
+ isLast: boolean;
1630
+ fontSize: number;
1631
+ lineHeight: number;
1632
+ currentDeep: number;
1633
+ iconStyle: string;
1634
+ iconColor: unknown[];
1635
+ theme: string;
1636
+ hasSiblings: boolean;
1637
+ tools: boolean;
1638
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1639
+ DevLayout: {
1640
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{}> & Readonly<{}>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1641
+ P: {};
1642
+ B: {};
1643
+ D: {};
1644
+ C: {};
1645
+ M: {};
1646
+ Defaults: {};
1647
+ }, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
1648
+ __isFragment?: never;
1649
+ __isTeleport?: never;
1650
+ __isSuspense?: never;
1651
+ } & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1652
+ $slots: {
1653
+ "left-aside"?(_: {}): any;
1654
+ main?(_: {}): any;
1655
+ "right-aside"?(_: {}): any;
1656
+ };
1657
+ });
1658
+ VTable: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
1659
+ dev: {
1660
+ type: BooleanConstructor;
1661
+ default: boolean;
1662
+ };
1663
+ headers: {
1664
+ type: ArrayConstructor;
1665
+ default: () => never[];
1666
+ };
1667
+ list: {
1668
+ type: ArrayConstructor;
1669
+ default: () => never[];
1670
+ };
1671
+ listApi: {
1672
+ type: StringConstructor;
1673
+ default: string;
1674
+ };
1675
+ infoApi: {
1676
+ type: StringConstructor;
1677
+ default: string;
1678
+ };
1679
+ schemaHandle: {
1680
+ type: FunctionConstructor;
1681
+ default: (e: any) => any;
1682
+ };
1683
+ filter: {
1684
+ type: ArrayConstructor;
1685
+ default: () => never[];
1686
+ };
1687
+ batchButton: {
1688
+ type: ArrayConstructor;
1689
+ default: () => never[];
1690
+ };
1691
+ normalButton: {
1692
+ type: ArrayConstructor;
1693
+ default: () => never[];
1694
+ };
1695
+ rowButton: {
1696
+ type: ArrayConstructor;
1697
+ default: () => never[];
1698
+ };
1699
+ showPagination: {
1700
+ type: BooleanConstructor;
1701
+ default: boolean;
1702
+ };
1703
+ showNormalButton: {
1704
+ type: BooleanConstructor;
1705
+ default: boolean;
1706
+ };
1707
+ showBatchButton: {
1708
+ type: BooleanConstructor;
1709
+ default: boolean;
1710
+ };
1711
+ showRowButton: {
1712
+ type: BooleanConstructor;
1713
+ default: boolean;
1714
+ };
1715
+ showFilter: {
1716
+ type: BooleanConstructor;
1717
+ default: boolean;
1718
+ };
1719
+ showSelection: {
1720
+ type: BooleanConstructor;
1721
+ default: undefined;
1722
+ };
1723
+ selectedNotice: {
1724
+ type: (StringConstructor | ObjectConstructor)[];
1725
+ default: string;
1726
+ };
1727
+ listIncrease: {
1728
+ type: (BooleanConstructor | ObjectConstructor)[];
1729
+ default: boolean;
1730
+ };
1731
+ tableProps: {
1732
+ type: ObjectConstructor;
1733
+ default: (_: any) => void;
1734
+ };
1735
+ exportAble: {
1736
+ type: BooleanConstructor;
1737
+ default: boolean;
1738
+ };
1739
+ exportCurrentPageAble: {
1740
+ type: BooleanConstructor;
1741
+ default: boolean;
1742
+ };
1743
+ tabs: {
1744
+ type: ArrayConstructor;
1745
+ default: (_: any) => never[];
1746
+ };
1747
+ rowHandler: {
1748
+ type: FunctionConstructor;
1749
+ default: (row: any, index: any) => any;
1750
+ };
1751
+ dragSort: {
1752
+ type: (StringConstructor | BooleanConstructor | ObjectConstructor)[];
1753
+ default: () => "";
1754
+ };
1755
+ syncUrl: {
1756
+ type: BooleanConstructor;
1757
+ default: boolean;
1758
+ };
1759
+ }>, {}, {
1760
+ rowKey: number;
1761
+ formKey: number;
1762
+ tableKey: number;
1763
+ tableDefaultProps: {
1764
+ border: boolean;
1765
+ stripe: boolean;
1766
+ size: string;
1767
+ rowKey: string;
1768
+ lazy: boolean;
1769
+ defaultExpandAll: boolean;
1770
+ expandRowKeys: number[];
1771
+ };
1772
+ filterFormOptions: {
1773
+ inline: boolean;
1774
+ labelPosition: string;
1775
+ labelWidth: number;
1776
+ submitButton: {
1777
+ innerHTML: string;
1778
+ };
1779
+ cancelButton: {
1780
+ innerHTML: string;
1781
+ };
1782
+ };
1783
+ tableNormalButton: unknown[];
1784
+ tableBatchButton: unknown[];
1785
+ tableRowButton: unknown[];
1786
+ tableHeaders: unknown[];
1787
+ tableFilter: unknown[];
1788
+ tableList: unknown[];
1789
+ tableSelectedNotice: string | Record<string, any>;
1790
+ tableShowPagination: boolean;
1791
+ tableTableProps: {
1792
+ border: boolean;
1793
+ stripe: boolean;
1794
+ size: string;
1795
+ rowKey: string;
1796
+ lazy: boolean;
1797
+ defaultExpandAll: boolean;
1798
+ expandRowKeys: number[];
1799
+ } & {
1800
+ [x: string]: any;
1801
+ };
1802
+ selectionRows: never[];
1803
+ tableExportAble: boolean;
1804
+ tableExportCurrentPageAble: boolean;
1805
+ tableTabs: unknown[];
1806
+ tableListApi: string;
1807
+ dragSortEnable: boolean;
1808
+ tablePage: any;
1809
+ paginationKey: number;
1810
+ filterForm: any;
1811
+ loading: boolean;
1812
+ sort: null;
1813
+ activeTab: string;
1814
+ exporting: boolean;
1815
+ }, {
1816
+ enableSelection(): boolean;
1817
+ batchButtonCol(): number;
1818
+ showFilterCard(): boolean;
1819
+ actionWidth(): number | undefined;
1820
+ listIncreaseConf(): boolean | Record<string, any>;
1821
+ selectedInfoPosition(): any;
1822
+ selectedInfo(): any;
1823
+ }, {
1824
+ changeTab(tab: any, e: any): void;
1825
+ resetFilter(): void;
1826
+ cellType(column: any): string;
1827
+ cellProps(column: any, scope: any): {
1828
+ data: any;
1829
+ column: any;
1830
+ scope: any;
1831
+ };
1832
+ getAvailableFilter(): {};
1833
+ searchAction(): void;
1834
+ load(args?: {}, extraPrams?: {}): void;
1835
+ syncParamsToUrl(params: any): void;
1836
+ handleSelectionChange(rows: any): void;
1837
+ batchButtonPreCheck(): boolean;
1838
+ batchMetaData(extra: Record<string, any>): {
1839
+ ids: any[];
1840
+ _selection: never[];
1841
+ _query: any;
1842
+ };
1843
+ batchDynamicExtra(extra: Record<string, any>): Record<string, any>;
1844
+ batchBtnAction(): void;
1845
+ pssChange(ps: any): void;
1846
+ pnChange(pn: any): void;
1847
+ isArray(tmp: any): boolean;
1848
+ makeBatchButton(arr: any): any;
1849
+ queryParams(): any;
1850
+ queryString(): string;
1851
+ makeNormalButton(arr: any): any;
1852
+ fullPath(): {
1853
+ route_full_path: string;
1854
+ };
1855
+ makeRowButton(arr: any, row: any, index: any): any[];
1856
+ moveItemToTop(index: any): void;
1857
+ moveSelectedToTop(): void;
1858
+ deleteSelected(): void;
1859
+ listIncreaseRecord(): void;
1860
+ cellChange(index: any, field: any, value: any): void;
1861
+ getColumnProps(props: any): {
1862
+ sortable: string | boolean;
1863
+ };
1864
+ sortTable({ column, order, prop }: {
1865
+ column: any;
1866
+ order: any;
1867
+ prop: any;
1868
+ }): void;
1869
+ loadChildren(row: any, treeNode: any, resolve: any): void;
1870
+ btnAction(): void;
1871
+ getExportInfo(): {
1872
+ listApi: string;
1873
+ params: any;
1874
+ header: unknown[];
1875
+ name: string;
1876
+ };
1877
+ exportCurrentTable(): void;
1878
+ dragSortHandle(event: import("sortablejs").SortableEvent): void;
1879
+ getListData(): unknown[];
1880
+ localSortHandler(a: any, b: any): void;
1881
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("dragSort" | "cell-change" | "selection" | "unshiftList" | "deleteList" | "updateList" | "topList")[], "dragSort" | "cell-change" | "selection" | "unshiftList" | "deleteList" | "updateList" | "topList", import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
1882
+ dev: {
1883
+ type: BooleanConstructor;
1884
+ default: boolean;
1885
+ };
1886
+ headers: {
1887
+ type: ArrayConstructor;
1888
+ default: () => never[];
1889
+ };
1890
+ list: {
1891
+ type: ArrayConstructor;
1892
+ default: () => never[];
1893
+ };
1894
+ listApi: {
1895
+ type: StringConstructor;
1896
+ default: string;
1897
+ };
1898
+ infoApi: {
1899
+ type: StringConstructor;
1900
+ default: string;
1901
+ };
1902
+ schemaHandle: {
1903
+ type: FunctionConstructor;
1904
+ default: (e: any) => any;
1905
+ };
1906
+ filter: {
1907
+ type: ArrayConstructor;
1908
+ default: () => never[];
1909
+ };
1910
+ batchButton: {
1911
+ type: ArrayConstructor;
1912
+ default: () => never[];
1913
+ };
1914
+ normalButton: {
1915
+ type: ArrayConstructor;
1916
+ default: () => never[];
1917
+ };
1918
+ rowButton: {
1919
+ type: ArrayConstructor;
1920
+ default: () => never[];
1921
+ };
1922
+ showPagination: {
1923
+ type: BooleanConstructor;
1924
+ default: boolean;
1925
+ };
1926
+ showNormalButton: {
1927
+ type: BooleanConstructor;
1928
+ default: boolean;
1929
+ };
1930
+ showBatchButton: {
1931
+ type: BooleanConstructor;
1932
+ default: boolean;
1933
+ };
1934
+ showRowButton: {
1935
+ type: BooleanConstructor;
1936
+ default: boolean;
1937
+ };
1938
+ showFilter: {
1939
+ type: BooleanConstructor;
1940
+ default: boolean;
1941
+ };
1942
+ showSelection: {
1943
+ type: BooleanConstructor;
1944
+ default: undefined;
1945
+ };
1946
+ selectedNotice: {
1947
+ type: (StringConstructor | ObjectConstructor)[];
1948
+ default: string;
1949
+ };
1950
+ listIncrease: {
1951
+ type: (BooleanConstructor | ObjectConstructor)[];
1952
+ default: boolean;
1953
+ };
1954
+ tableProps: {
1955
+ type: ObjectConstructor;
1956
+ default: (_: any) => void;
1957
+ };
1958
+ exportAble: {
1959
+ type: BooleanConstructor;
1960
+ default: boolean;
1961
+ };
1962
+ exportCurrentPageAble: {
1963
+ type: BooleanConstructor;
1964
+ default: boolean;
1965
+ };
1966
+ tabs: {
1967
+ type: ArrayConstructor;
1968
+ default: (_: any) => never[];
1969
+ };
1970
+ rowHandler: {
1971
+ type: FunctionConstructor;
1972
+ default: (row: any, index: any) => any;
1973
+ };
1974
+ dragSort: {
1975
+ type: (StringConstructor | BooleanConstructor | ObjectConstructor)[];
1976
+ default: () => "";
1977
+ };
1978
+ syncUrl: {
1979
+ type: BooleanConstructor;
1980
+ default: boolean;
1981
+ };
1982
+ }>> & Readonly<{
1983
+ "onCell-change"?: ((...args: any[]) => any) | undefined;
1984
+ onSelection?: ((...args: any[]) => any) | undefined;
1985
+ onDragSort?: ((...args: any[]) => any) | undefined;
1986
+ onUnshiftList?: ((...args: any[]) => any) | undefined;
1987
+ onDeleteList?: ((...args: any[]) => any) | undefined;
1988
+ onUpdateList?: ((...args: any[]) => any) | undefined;
1989
+ onTopList?: ((...args: any[]) => any) | undefined;
1990
+ }>, {
1991
+ filter: unknown[];
1992
+ infoApi: string;
1993
+ dev: boolean;
1994
+ headers: unknown[];
1995
+ rowButton: unknown[];
1996
+ dragSort: string | boolean | Record<string, any>;
1997
+ showRowButton: boolean;
1998
+ list: unknown[];
1999
+ listApi: string;
2000
+ schemaHandle: Function;
2001
+ batchButton: unknown[];
2002
+ normalButton: unknown[];
2003
+ showPagination: boolean;
2004
+ showNormalButton: boolean;
2005
+ showBatchButton: boolean;
2006
+ showFilter: boolean;
2007
+ showSelection: boolean;
2008
+ selectedNotice: string | Record<string, any>;
2009
+ listIncrease: boolean | Record<string, any>;
2010
+ tableProps: Record<string, any>;
2011
+ exportAble: boolean;
2012
+ exportCurrentPageAble: boolean;
2013
+ tabs: unknown[];
2014
+ rowHandler: Function;
2015
+ syncUrl: boolean;
2016
+ }, {}, {
2017
+ VIcon: import("vue").DefineComponent<{
2018
+ name: string;
2019
+ }, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
2020
+ name: string;
2021
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2022
+ VForm: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
2023
+ prefixPath: {
2024
+ type: StringConstructor;
2025
+ default: string;
2026
+ };
2027
+ isSub: {
2028
+ type: BooleanConstructor;
2029
+ default: boolean;
2030
+ };
2031
+ modelValue: {
2032
+ type: ObjectConstructor;
2033
+ default: (_: any) => void;
2034
+ };
2035
+ formItems: {
2036
+ type: (ArrayConstructor | FunctionConstructor)[];
2037
+ default: () => never[];
2038
+ };
2039
+ infoApi: {
2040
+ type: StringConstructor;
2041
+ default: string;
2042
+ };
2043
+ getApi: {
2044
+ type: StringConstructor;
2045
+ default: string;
2046
+ };
2047
+ saveApi: {
2048
+ type: (StringConstructor | BooleanConstructor)[];
2049
+ default: string;
2050
+ };
2051
+ options: {
2052
+ type: ObjectConstructor;
2053
+ default: () => {};
2054
+ };
2055
+ afterSubmit: {
2056
+ type: (StringConstructor | FunctionConstructor)[];
2057
+ default: string;
2058
+ };
2059
+ afterReset: {
2060
+ type: (StringConstructor | FunctionConstructor)[];
2061
+ default: string;
2062
+ };
2063
+ components: {
2064
+ type: ObjectConstructor;
2065
+ default: () => {};
2066
+ };
2067
+ rootData: {
2068
+ type: FunctionConstructor;
2069
+ default: () => {};
2070
+ };
2071
+ dev: {
2072
+ type: BooleanConstructor;
2073
+ default: boolean;
2074
+ };
2075
+ disabled: {
2076
+ type: BooleanConstructor;
2077
+ default: boolean;
2078
+ };
2079
+ enableCache: {
2080
+ type: BooleanConstructor;
2081
+ default: boolean;
2082
+ };
2083
+ initQueryParams: {
2084
+ type: BooleanConstructor;
2085
+ default: boolean;
2086
+ };
2087
+ mod: {
2088
+ type: StringConstructor;
2089
+ default: string;
2090
+ };
2091
+ submitPreCheck: {
2092
+ type: FunctionConstructor;
2093
+ default: () => "";
2094
+ };
2095
+ submitConfirm: {
2096
+ type: globalThis.PropType<import("@okiss/vbtf/dist/types/form/types.js").confirmType>;
2097
+ default: boolean;
2098
+ };
2099
+ }>, {}, {
2100
+ key: number;
2101
+ loading: boolean;
2102
+ submiting: boolean;
2103
+ errMsg: string;
2104
+ props: {
2105
+ readonly components: Record<string, any>;
2106
+ readonly rootData: Function;
2107
+ readonly options: Record<string, any>;
2108
+ readonly modelValue: Record<string, any>;
2109
+ readonly disabled: boolean;
2110
+ readonly mod: string;
2111
+ readonly submitConfirm: import("@okiss/vbtf/dist/types/form/types.js").confirmType;
2112
+ readonly prefixPath: string;
2113
+ readonly isSub: boolean;
2114
+ readonly formItems: Function | unknown[];
2115
+ readonly infoApi: string;
2116
+ readonly getApi: string;
2117
+ readonly saveApi: string | boolean;
2118
+ readonly afterSubmit: string | Function;
2119
+ readonly afterReset: string | Function;
2120
+ readonly dev: boolean;
2121
+ readonly enableCache: boolean;
2122
+ readonly initQueryParams: boolean;
2123
+ readonly submitPreCheck: Function;
2124
+ readonly onReset?: ((...args: any[]) => any) | undefined;
2125
+ readonly onSubmit?: ((...args: any[]) => any) | undefined;
2126
+ readonly "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2127
+ readonly onMounted?: ((...args: any[]) => any) | undefined;
2128
+ readonly onFieldchange?: ((...args: any[]) => any) | undefined;
2129
+ readonly onDevAction?: ((...args: any[]) => any) | undefined;
2130
+ } & Readonly<globalThis.ExtractPropTypes<{
2131
+ prefixPath: {
2132
+ type: StringConstructor;
2133
+ default: string;
2134
+ };
2135
+ isSub: {
2136
+ type: BooleanConstructor;
2137
+ default: boolean;
2138
+ };
2139
+ modelValue: {
2140
+ type: ObjectConstructor;
2141
+ default: (_: any) => void;
2142
+ };
2143
+ formItems: {
2144
+ type: (ArrayConstructor | FunctionConstructor)[];
2145
+ default: () => never[];
2146
+ };
2147
+ infoApi: {
2148
+ type: StringConstructor;
2149
+ default: string;
2150
+ };
2151
+ getApi: {
2152
+ type: StringConstructor;
2153
+ default: string;
2154
+ };
2155
+ saveApi: {
2156
+ type: (StringConstructor | BooleanConstructor)[];
2157
+ default: string;
2158
+ };
2159
+ options: {
2160
+ type: ObjectConstructor;
2161
+ default: () => {};
2162
+ };
2163
+ afterSubmit: {
2164
+ type: (StringConstructor | FunctionConstructor)[];
2165
+ default: string;
2166
+ };
2167
+ afterReset: {
2168
+ type: (StringConstructor | FunctionConstructor)[];
2169
+ default: string;
2170
+ };
2171
+ components: {
2172
+ type: ObjectConstructor;
2173
+ default: () => {};
2174
+ };
2175
+ rootData: {
2176
+ type: FunctionConstructor;
2177
+ default: () => {};
2178
+ };
2179
+ dev: {
2180
+ type: BooleanConstructor;
2181
+ default: boolean;
2182
+ };
2183
+ disabled: {
2184
+ type: BooleanConstructor;
2185
+ default: boolean;
2186
+ };
2187
+ enableCache: {
2188
+ type: BooleanConstructor;
2189
+ default: boolean;
2190
+ };
2191
+ initQueryParams: {
2192
+ type: BooleanConstructor;
2193
+ default: boolean;
2194
+ };
2195
+ mod: {
2196
+ type: StringConstructor;
2197
+ default: string;
2198
+ };
2199
+ submitPreCheck: {
2200
+ type: FunctionConstructor;
2201
+ default: () => "";
2202
+ };
2203
+ submitConfirm: {
2204
+ type: globalThis.PropType<import("@okiss/vbtf/dist/types/form/types.js").confirmType>;
2205
+ default: boolean;
2206
+ };
2207
+ }>> & Readonly<{
2208
+ onReset?: ((...args: any[]) => any) | undefined;
2209
+ onSubmit?: ((...args: any[]) => any) | undefined;
2210
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2211
+ onMounted?: ((...args: any[]) => any) | undefined;
2212
+ onFieldchange?: ((...args: any[]) => any) | undefined;
2213
+ onDevAction?: ((...args: any[]) => any) | undefined;
2214
+ }>;
2215
+ formData: Record<string, any>;
2216
+ cacheFormData: Record<string, any>;
2217
+ tmpFormData: Record<string, any>;
2218
+ fieldMap: {};
2219
+ computeRules: never[];
2220
+ formItemsSource: never[];
2221
+ cacheItems: never[];
2222
+ formOptions: {};
2223
+ dependMap: {
2224
+ fieldDependFields: {};
2225
+ dependFieldSourceFields: {};
2226
+ };
2227
+ }, {
2228
+ formRules(): {};
2229
+ formItemsSection(): {
2230
+ name: any;
2231
+ children: any[];
2232
+ }[];
2233
+ }, {
2234
+ onenter(): Promise<void>;
2235
+ layoutItem(section: any): any[];
2236
+ defaultValue(formItems: any): {};
2237
+ getQueryParams(): any;
2238
+ getQueryObject(formItems: any): {};
2239
+ getFormData(formItems: any): any;
2240
+ init(formItems: any): {
2241
+ initData: any;
2242
+ fieldMap: {};
2243
+ computeRules: {};
2244
+ formItemsSource: any;
2245
+ cacheItems: any;
2246
+ };
2247
+ parseType(item: any, value: any): any;
2248
+ validate(): Promise<boolean>;
2249
+ submitForm(formName: any): Promise<false | undefined>;
2250
+ resetForm(formName: any): void;
2251
+ getComponentName(name: any): any;
2252
+ getComponentProps(item: any): any;
2253
+ canShow(item: any): true;
2254
+ canShowPop(field: any, arr: any): void;
2255
+ onFiledChange(field: any, value: any, extra: any): void;
2256
+ computedInit(): void;
2257
+ execComputeRule(field: any, value: any, when: any, set: any, m?: boolean): void;
2258
+ computedWhen(field: any, value: any): void;
2259
+ execAfter(type: any): void;
2260
+ onDevAction(btnType: any, path: any): void;
2261
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "reset" | "submit" | "mounted" | "fieldchange" | "devAction")[], "update:modelValue" | "reset" | "submit" | "mounted" | "fieldchange" | "devAction", import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
2262
+ prefixPath: {
2263
+ type: StringConstructor;
2264
+ default: string;
2265
+ };
2266
+ isSub: {
2267
+ type: BooleanConstructor;
2268
+ default: boolean;
2269
+ };
2270
+ modelValue: {
2271
+ type: ObjectConstructor;
2272
+ default: (_: any) => void;
2273
+ };
2274
+ formItems: {
2275
+ type: (ArrayConstructor | FunctionConstructor)[];
2276
+ default: () => never[];
2277
+ };
2278
+ infoApi: {
2279
+ type: StringConstructor;
2280
+ default: string;
2281
+ };
2282
+ getApi: {
2283
+ type: StringConstructor;
2284
+ default: string;
2285
+ };
2286
+ saveApi: {
2287
+ type: (StringConstructor | BooleanConstructor)[];
2288
+ default: string;
2289
+ };
2290
+ options: {
2291
+ type: ObjectConstructor;
2292
+ default: () => {};
2293
+ };
2294
+ afterSubmit: {
2295
+ type: (StringConstructor | FunctionConstructor)[];
2296
+ default: string;
2297
+ };
2298
+ afterReset: {
2299
+ type: (StringConstructor | FunctionConstructor)[];
2300
+ default: string;
2301
+ };
2302
+ components: {
2303
+ type: ObjectConstructor;
2304
+ default: () => {};
2305
+ };
2306
+ rootData: {
2307
+ type: FunctionConstructor;
2308
+ default: () => {};
2309
+ };
2310
+ dev: {
2311
+ type: BooleanConstructor;
2312
+ default: boolean;
2313
+ };
2314
+ disabled: {
2315
+ type: BooleanConstructor;
2316
+ default: boolean;
2317
+ };
2318
+ enableCache: {
2319
+ type: BooleanConstructor;
2320
+ default: boolean;
2321
+ };
2322
+ initQueryParams: {
2323
+ type: BooleanConstructor;
2324
+ default: boolean;
2325
+ };
2326
+ mod: {
2327
+ type: StringConstructor;
2328
+ default: string;
2329
+ };
2330
+ submitPreCheck: {
2331
+ type: FunctionConstructor;
2332
+ default: () => "";
2333
+ };
2334
+ submitConfirm: {
2335
+ type: globalThis.PropType<import("@okiss/vbtf/dist/types/form/types.js").confirmType>;
2336
+ default: boolean;
2337
+ };
2338
+ }>> & Readonly<{
2339
+ onReset?: ((...args: any[]) => any) | undefined;
2340
+ onSubmit?: ((...args: any[]) => any) | undefined;
2341
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2342
+ onMounted?: ((...args: any[]) => any) | undefined;
2343
+ onFieldchange?: ((...args: any[]) => any) | undefined;
2344
+ onDevAction?: ((...args: any[]) => any) | undefined;
2345
+ }>, {
2346
+ components: Record<string, any>;
2347
+ rootData: Function;
2348
+ options: Record<string, any>;
2349
+ modelValue: Record<string, any>;
2350
+ disabled: boolean;
2351
+ mod: string;
2352
+ submitConfirm: import("@okiss/vbtf/dist/types/form/types.js").confirmType;
2353
+ prefixPath: string;
2354
+ isSub: boolean;
2355
+ formItems: Function | unknown[];
2356
+ infoApi: string;
2357
+ getApi: string;
2358
+ saveApi: string | boolean;
2359
+ afterSubmit: string | Function;
2360
+ afterReset: string | Function;
2361
+ dev: boolean;
2362
+ enableCache: boolean;
2363
+ initQueryParams: boolean;
2364
+ submitPreCheck: Function;
2365
+ }, {}, {
2366
+ FormAction: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
2367
+ submiting: {
2368
+ type: BooleanConstructor;
2369
+ default: boolean;
2370
+ };
2371
+ formOptions: {
2372
+ type: ObjectConstructor;
2373
+ default: () => void;
2374
+ };
2375
+ submitConfirm: {
2376
+ type: globalThis.PropType<import("@okiss/vbtf/dist/types/form/types.js").confirmType>;
2377
+ default: boolean;
2378
+ };
2379
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2380
+ cancel: (...args: any[]) => void;
2381
+ submit: (...args: any[]) => void;
2382
+ }, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
2383
+ submiting: {
2384
+ type: BooleanConstructor;
2385
+ default: boolean;
2386
+ };
2387
+ formOptions: {
2388
+ type: ObjectConstructor;
2389
+ default: () => void;
2390
+ };
2391
+ submitConfirm: {
2392
+ type: globalThis.PropType<import("@okiss/vbtf/dist/types/form/types.js").confirmType>;
2393
+ default: boolean;
2394
+ };
2395
+ }>> & Readonly<{
2396
+ onCancel?: ((...args: any[]) => any) | undefined;
2397
+ onSubmit?: ((...args: any[]) => any) | undefined;
2398
+ }>, {
2399
+ submiting: boolean;
2400
+ formOptions: Record<string, any>;
2401
+ submitConfirm: import("@okiss/vbtf/dist/types/form/types.js").confirmType;
2402
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2403
+ FormItem: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
2404
+ formOptions: {
2405
+ type: ObjectConstructor;
2406
+ default: () => void;
2407
+ };
2408
+ item: {
2409
+ type: ObjectConstructor;
2410
+ default: () => void;
2411
+ };
2412
+ modelValue: {
2413
+ type: (StringConstructor | BooleanConstructor | ObjectConstructor | ArrayConstructor | NumberConstructor)[];
2414
+ default: undefined;
2415
+ };
2416
+ showLabel: {
2417
+ type: BooleanConstructor;
2418
+ default: boolean;
2419
+ };
2420
+ components: {
2421
+ type: ObjectConstructor;
2422
+ default: () => void;
2423
+ };
2424
+ mod: {
2425
+ type: StringConstructor;
2426
+ default: string;
2427
+ };
2428
+ }>, {
2429
+ localValue: globalThis.Ref<string | number | boolean | Record<string, any> | unknown[] | undefined, string | number | boolean | Record<string, any> | unknown[] | undefined>;
2430
+ getComponentName: (name: string) => string;
2431
+ onFiledChange: (value: any, extra: any) => void;
2432
+ compProps: (item: any, options: any) => any;
2433
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, "update:modelValue", import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
2434
+ formOptions: {
2435
+ type: ObjectConstructor;
2436
+ default: () => void;
2437
+ };
2438
+ item: {
2439
+ type: ObjectConstructor;
2440
+ default: () => void;
2441
+ };
2442
+ modelValue: {
2443
+ type: (StringConstructor | BooleanConstructor | ObjectConstructor | ArrayConstructor | NumberConstructor)[];
2444
+ default: undefined;
2445
+ };
2446
+ showLabel: {
2447
+ type: BooleanConstructor;
2448
+ default: boolean;
2449
+ };
2450
+ components: {
2451
+ type: ObjectConstructor;
2452
+ default: () => void;
2453
+ };
2454
+ mod: {
2455
+ type: StringConstructor;
2456
+ default: string;
2457
+ };
2458
+ }>> & Readonly<{}>, {
2459
+ components: Record<string, any>;
2460
+ modelValue: string | number | boolean | Record<string, any> | unknown[];
2461
+ item: Record<string, any>;
2462
+ mod: string;
2463
+ formOptions: Record<string, any>;
2464
+ showLabel: boolean;
2465
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2466
+ ElCard: import("element-plus/es/utils/index.js").SFCWithInstall<{
2467
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
2468
+ readonly header: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
2469
+ readonly footer: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
2470
+ readonly bodyStyle: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, "", boolean>;
2471
+ readonly bodyClass: StringConstructor;
2472
+ readonly shadow: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "always" | "never" | "hover", unknown, "always", boolean>;
2473
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
2474
+ readonly header: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
2475
+ readonly footer: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
2476
+ readonly bodyStyle: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, "", boolean>;
2477
+ readonly bodyClass: StringConstructor;
2478
+ readonly shadow: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "always" | "never" | "hover", unknown, "always", boolean>;
2479
+ }>>, {
2480
+ readonly footer: string;
2481
+ readonly header: string;
2482
+ readonly bodyStyle: import("vue").StyleValue;
2483
+ readonly shadow: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "always" | "never" | "hover", unknown>;
2484
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2485
+ P: {};
2486
+ B: {};
2487
+ D: {};
2488
+ C: {};
2489
+ M: {};
2490
+ Defaults: {};
2491
+ }, Readonly<globalThis.ExtractPropTypes<{
2492
+ readonly header: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
2493
+ readonly footer: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
2494
+ readonly bodyStyle: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, "", boolean>;
2495
+ readonly bodyClass: StringConstructor;
2496
+ readonly shadow: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "always" | "never" | "hover", unknown, "always", boolean>;
2497
+ }>>, {}, {}, {}, {}, {
2498
+ readonly footer: string;
2499
+ readonly header: string;
2500
+ readonly bodyStyle: import("vue").StyleValue;
2501
+ readonly shadow: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "always" | "never" | "hover", unknown>;
2502
+ }>;
2503
+ __isFragment?: never;
2504
+ __isTeleport?: never;
2505
+ __isSuspense?: never;
2506
+ } & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
2507
+ readonly header: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
2508
+ readonly footer: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
2509
+ readonly bodyStyle: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, "", boolean>;
2510
+ readonly bodyClass: StringConstructor;
2511
+ readonly shadow: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "always" | "never" | "hover", unknown, "always", boolean>;
2512
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
2513
+ readonly footer: string;
2514
+ readonly header: string;
2515
+ readonly bodyStyle: import("vue").StyleValue;
2516
+ readonly shadow: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "always" | "never" | "hover", unknown>;
2517
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2518
+ $slots: {
2519
+ header?(_: {}): any;
2520
+ default?(_: {}): any;
2521
+ footer?(_: {}): any;
2522
+ };
2523
+ })>;
2524
+ }, {}, string, () => {
2525
+ formData: Record<string, any>;
2526
+ rootData: Function;
2527
+ dev: boolean;
2528
+ mod: string;
2529
+ }, true, {}, any>;
2530
+ VButton: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
2531
+ buttons: {
2532
+ type: ArrayConstructor;
2533
+ default: () => never[];
2534
+ };
2535
+ prefixPath: {
2536
+ type: StringConstructor;
2537
+ default: string;
2538
+ };
2539
+ }>, {}, {
2540
+ localButton: never[];
2541
+ }, {}, {
2542
+ isArray(tmp: any): boolean;
2543
+ onclick(btn: any): void;
2544
+ onaction(data: any): void;
2545
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "action")[], "click" | "action", import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
2546
+ buttons: {
2547
+ type: ArrayConstructor;
2548
+ default: () => never[];
2549
+ };
2550
+ prefixPath: {
2551
+ type: StringConstructor;
2552
+ default: string;
2553
+ };
2554
+ }>> & Readonly<{
2555
+ onClick?: ((...args: any[]) => any) | undefined;
2556
+ onAction?: ((...args: any[]) => any) | undefined;
2557
+ }>, {
2558
+ prefixPath: string;
2559
+ buttons: unknown[];
2560
+ }, {}, {
2561
+ VButton: import("vue").DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, import("vue").PublicProps>;
2562
+ VButtonGroup: import("vue").DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, import("vue").PublicProps>;
2563
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2564
+ ExportAddButton: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
2565
+ getInfo: {
2566
+ type: FunctionConstructor;
2567
+ default: undefined;
2568
+ };
2569
+ }>, {}, {
2570
+ dialogVisible: boolean;
2571
+ task: {
2572
+ page: number;
2573
+ size: number;
2574
+ total: number;
2575
+ };
2576
+ }, {
2577
+ percentage(): number;
2578
+ }, {
2579
+ execute(): Promise<void>;
2580
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
2581
+ getInfo: {
2582
+ type: FunctionConstructor;
2583
+ default: undefined;
2584
+ };
2585
+ }>> & Readonly<{}>, {
2586
+ getInfo: Function;
2587
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2588
+ TableStyle: import("vue").DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, import("vue").PublicProps>;
2589
+ }, {}, string, () => {
2590
+ dev: boolean;
2591
+ }, true, {}, any>;
2592
+ VForm: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
2593
+ prefixPath: {
2594
+ type: StringConstructor;
2595
+ default: string;
2596
+ };
2597
+ isSub: {
2598
+ type: BooleanConstructor;
2599
+ default: boolean;
2600
+ };
2601
+ modelValue: {
2602
+ type: ObjectConstructor;
2603
+ default: (_: any) => void;
2604
+ };
2605
+ formItems: {
2606
+ type: (ArrayConstructor | FunctionConstructor)[];
2607
+ default: () => never[];
2608
+ };
2609
+ infoApi: {
2610
+ type: StringConstructor;
2611
+ default: string;
2612
+ };
2613
+ getApi: {
2614
+ type: StringConstructor;
2615
+ default: string;
2616
+ };
2617
+ saveApi: {
2618
+ type: (StringConstructor | BooleanConstructor)[];
2619
+ default: string;
2620
+ };
2621
+ options: {
2622
+ type: ObjectConstructor;
2623
+ default: () => {};
2624
+ };
2625
+ afterSubmit: {
2626
+ type: (StringConstructor | FunctionConstructor)[];
2627
+ default: string;
2628
+ };
2629
+ afterReset: {
2630
+ type: (StringConstructor | FunctionConstructor)[];
2631
+ default: string;
2632
+ };
2633
+ components: {
2634
+ type: ObjectConstructor;
2635
+ default: () => {};
2636
+ };
2637
+ rootData: {
2638
+ type: FunctionConstructor;
2639
+ default: () => {};
2640
+ };
2641
+ dev: {
2642
+ type: BooleanConstructor;
2643
+ default: boolean;
2644
+ };
2645
+ disabled: {
2646
+ type: BooleanConstructor;
2647
+ default: boolean;
2648
+ };
2649
+ enableCache: {
2650
+ type: BooleanConstructor;
2651
+ default: boolean;
2652
+ };
2653
+ initQueryParams: {
2654
+ type: BooleanConstructor;
2655
+ default: boolean;
2656
+ };
2657
+ mod: {
2658
+ type: StringConstructor;
2659
+ default: string;
2660
+ };
2661
+ submitPreCheck: {
2662
+ type: FunctionConstructor;
2663
+ default: () => "";
2664
+ };
2665
+ submitConfirm: {
2666
+ type: PropType<import("@okiss/vbtf/dist/types/form/types.js").confirmType>;
2667
+ default: boolean;
2668
+ };
2669
+ }>, {}, {
2670
+ key: number;
2671
+ loading: boolean;
2672
+ submiting: boolean;
2673
+ errMsg: string;
2674
+ props: {
2675
+ readonly components: Record<string, any>;
2676
+ readonly rootData: Function;
2677
+ readonly options: Record<string, any>;
2678
+ readonly modelValue: Record<string, any>;
2679
+ readonly disabled: boolean;
2680
+ readonly mod: string;
2681
+ readonly submitConfirm: import("@okiss/vbtf/dist/types/form/types.js").confirmType;
2682
+ readonly prefixPath: string;
2683
+ readonly isSub: boolean;
2684
+ readonly formItems: Function | unknown[];
2685
+ readonly infoApi: string;
2686
+ readonly getApi: string;
2687
+ readonly saveApi: string | boolean;
2688
+ readonly afterSubmit: string | Function;
2689
+ readonly afterReset: string | Function;
2690
+ readonly dev: boolean;
2691
+ readonly enableCache: boolean;
2692
+ readonly initQueryParams: boolean;
2693
+ readonly submitPreCheck: Function;
2694
+ readonly onReset?: ((...args: any[]) => any) | undefined;
2695
+ readonly onSubmit?: ((...args: any[]) => any) | undefined;
2696
+ readonly "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2697
+ readonly onMounted?: ((...args: any[]) => any) | undefined;
2698
+ readonly onFieldchange?: ((...args: any[]) => any) | undefined;
2699
+ readonly onDevAction?: ((...args: any[]) => any) | undefined;
2700
+ } & Readonly<globalThis.ExtractPropTypes<{
2701
+ prefixPath: {
2702
+ type: StringConstructor;
2703
+ default: string;
2704
+ };
2705
+ isSub: {
2706
+ type: BooleanConstructor;
2707
+ default: boolean;
2708
+ };
2709
+ modelValue: {
2710
+ type: ObjectConstructor;
2711
+ default: (_: any) => void;
2712
+ };
2713
+ formItems: {
2714
+ type: (ArrayConstructor | FunctionConstructor)[];
2715
+ default: () => never[];
2716
+ };
2717
+ infoApi: {
2718
+ type: StringConstructor;
2719
+ default: string;
2720
+ };
2721
+ getApi: {
2722
+ type: StringConstructor;
2723
+ default: string;
2724
+ };
2725
+ saveApi: {
2726
+ type: (StringConstructor | BooleanConstructor)[];
2727
+ default: string;
2728
+ };
2729
+ options: {
2730
+ type: ObjectConstructor;
2731
+ default: () => {};
2732
+ };
2733
+ afterSubmit: {
2734
+ type: (StringConstructor | FunctionConstructor)[];
2735
+ default: string;
2736
+ };
2737
+ afterReset: {
2738
+ type: (StringConstructor | FunctionConstructor)[];
2739
+ default: string;
2740
+ };
2741
+ components: {
2742
+ type: ObjectConstructor;
2743
+ default: () => {};
2744
+ };
2745
+ rootData: {
2746
+ type: FunctionConstructor;
2747
+ default: () => {};
2748
+ };
2749
+ dev: {
2750
+ type: BooleanConstructor;
2751
+ default: boolean;
2752
+ };
2753
+ disabled: {
2754
+ type: BooleanConstructor;
2755
+ default: boolean;
2756
+ };
2757
+ enableCache: {
2758
+ type: BooleanConstructor;
2759
+ default: boolean;
2760
+ };
2761
+ initQueryParams: {
2762
+ type: BooleanConstructor;
2763
+ default: boolean;
2764
+ };
2765
+ mod: {
2766
+ type: StringConstructor;
2767
+ default: string;
2768
+ };
2769
+ submitPreCheck: {
2770
+ type: FunctionConstructor;
2771
+ default: () => "";
2772
+ };
2773
+ submitConfirm: {
2774
+ type: PropType<import("@okiss/vbtf/dist/types/form/types.js").confirmType>;
2775
+ default: boolean;
2776
+ };
2777
+ }>> & Readonly<{
2778
+ onReset?: ((...args: any[]) => any) | undefined;
2779
+ onSubmit?: ((...args: any[]) => any) | undefined;
2780
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2781
+ onMounted?: ((...args: any[]) => any) | undefined;
2782
+ onFieldchange?: ((...args: any[]) => any) | undefined;
2783
+ onDevAction?: ((...args: any[]) => any) | undefined;
2784
+ }>;
2785
+ formData: Record<string, any>;
2786
+ cacheFormData: Record<string, any>;
2787
+ tmpFormData: Record<string, any>;
2788
+ fieldMap: {};
2789
+ computeRules: never[];
2790
+ formItemsSource: never[];
2791
+ cacheItems: never[];
2792
+ formOptions: {};
2793
+ dependMap: {
2794
+ fieldDependFields: {};
2795
+ dependFieldSourceFields: {};
2796
+ };
2797
+ }, {
2798
+ formRules(): {};
2799
+ formItemsSection(): {
2800
+ name: any;
2801
+ children: any[];
2802
+ }[];
2803
+ }, {
2804
+ onenter(): Promise<void>;
2805
+ layoutItem(section: any): any[];
2806
+ defaultValue(formItems: any): {};
2807
+ getQueryParams(): any;
2808
+ getQueryObject(formItems: any): {};
2809
+ getFormData(formItems: any): any;
2810
+ init(formItems: any): {
2811
+ initData: any;
2812
+ fieldMap: {};
2813
+ computeRules: {};
2814
+ formItemsSource: any;
2815
+ cacheItems: any;
2816
+ };
2817
+ parseType(item: any, value: any): any;
2818
+ validate(): Promise<boolean>;
2819
+ submitForm(formName: any): Promise<false | undefined>;
2820
+ resetForm(formName: any): void;
2821
+ getComponentName(name: any): any;
2822
+ getComponentProps(item: any): any;
2823
+ canShow(item: any): true;
2824
+ canShowPop(field: any, arr: any): void;
2825
+ onFiledChange(field: any, value: any, extra: any): void;
2826
+ computedInit(): void;
2827
+ execComputeRule(field: any, value: any, when: any, set: any, m?: boolean): void;
2828
+ computedWhen(field: any, value: any): void;
2829
+ execAfter(type: any): void;
2830
+ onDevAction(btnType: any, path: any): void;
2831
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("reset" | "submit" | "mounted" | "update:modelValue" | "fieldchange" | "devAction")[], "reset" | "submit" | "mounted" | "update:modelValue" | "fieldchange" | "devAction", import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
2832
+ prefixPath: {
2833
+ type: StringConstructor;
2834
+ default: string;
2835
+ };
2836
+ isSub: {
2837
+ type: BooleanConstructor;
2838
+ default: boolean;
2839
+ };
2840
+ modelValue: {
2841
+ type: ObjectConstructor;
2842
+ default: (_: any) => void;
2843
+ };
2844
+ formItems: {
2845
+ type: (ArrayConstructor | FunctionConstructor)[];
2846
+ default: () => never[];
2847
+ };
2848
+ infoApi: {
2849
+ type: StringConstructor;
2850
+ default: string;
2851
+ };
2852
+ getApi: {
2853
+ type: StringConstructor;
2854
+ default: string;
2855
+ };
2856
+ saveApi: {
2857
+ type: (StringConstructor | BooleanConstructor)[];
2858
+ default: string;
2859
+ };
2860
+ options: {
2861
+ type: ObjectConstructor;
2862
+ default: () => {};
2863
+ };
2864
+ afterSubmit: {
2865
+ type: (StringConstructor | FunctionConstructor)[];
2866
+ default: string;
2867
+ };
2868
+ afterReset: {
2869
+ type: (StringConstructor | FunctionConstructor)[];
2870
+ default: string;
2871
+ };
2872
+ components: {
2873
+ type: ObjectConstructor;
2874
+ default: () => {};
2875
+ };
2876
+ rootData: {
2877
+ type: FunctionConstructor;
2878
+ default: () => {};
2879
+ };
2880
+ dev: {
2881
+ type: BooleanConstructor;
2882
+ default: boolean;
2883
+ };
2884
+ disabled: {
2885
+ type: BooleanConstructor;
2886
+ default: boolean;
2887
+ };
2888
+ enableCache: {
2889
+ type: BooleanConstructor;
2890
+ default: boolean;
2891
+ };
2892
+ initQueryParams: {
2893
+ type: BooleanConstructor;
2894
+ default: boolean;
2895
+ };
2896
+ mod: {
2897
+ type: StringConstructor;
2898
+ default: string;
2899
+ };
2900
+ submitPreCheck: {
2901
+ type: FunctionConstructor;
2902
+ default: () => "";
2903
+ };
2904
+ submitConfirm: {
2905
+ type: PropType<import("@okiss/vbtf/dist/types/form/types.js").confirmType>;
2906
+ default: boolean;
2907
+ };
2908
+ }>> & Readonly<{
2909
+ onReset?: ((...args: any[]) => any) | undefined;
2910
+ onSubmit?: ((...args: any[]) => any) | undefined;
2911
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2912
+ onMounted?: ((...args: any[]) => any) | undefined;
2913
+ onFieldchange?: ((...args: any[]) => any) | undefined;
2914
+ onDevAction?: ((...args: any[]) => any) | undefined;
2915
+ }>, {
2916
+ components: Record<string, any>;
2917
+ rootData: Function;
2918
+ options: Record<string, any>;
2919
+ modelValue: Record<string, any>;
2920
+ disabled: boolean;
2921
+ mod: string;
2922
+ submitConfirm: import("@okiss/vbtf/dist/types/form/types.js").confirmType;
2923
+ prefixPath: string;
2924
+ isSub: boolean;
2925
+ formItems: Function | unknown[];
2926
+ infoApi: string;
2927
+ getApi: string;
2928
+ saveApi: string | boolean;
2929
+ afterSubmit: string | Function;
2930
+ afterReset: string | Function;
2931
+ dev: boolean;
2932
+ enableCache: boolean;
2933
+ initQueryParams: boolean;
2934
+ submitPreCheck: Function;
2935
+ }, {}, {
2936
+ FormAction: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
2937
+ submiting: {
2938
+ type: BooleanConstructor;
2939
+ default: boolean;
2940
+ };
2941
+ formOptions: {
2942
+ type: ObjectConstructor;
2943
+ default: () => void;
2944
+ };
2945
+ submitConfirm: {
2946
+ type: PropType<import("@okiss/vbtf/dist/types/form/types.js").confirmType>;
2947
+ default: boolean;
2948
+ };
2949
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2950
+ cancel: (...args: any[]) => void;
2951
+ submit: (...args: any[]) => void;
2952
+ }, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
2953
+ submiting: {
2954
+ type: BooleanConstructor;
2955
+ default: boolean;
2956
+ };
2957
+ formOptions: {
2958
+ type: ObjectConstructor;
2959
+ default: () => void;
2960
+ };
2961
+ submitConfirm: {
2962
+ type: PropType<import("@okiss/vbtf/dist/types/form/types.js").confirmType>;
2963
+ default: boolean;
2964
+ };
2965
+ }>> & Readonly<{
2966
+ onCancel?: ((...args: any[]) => any) | undefined;
2967
+ onSubmit?: ((...args: any[]) => any) | undefined;
2968
+ }>, {
2969
+ submiting: boolean;
2970
+ formOptions: Record<string, any>;
2971
+ submitConfirm: import("@okiss/vbtf/dist/types/form/types.js").confirmType;
2972
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2973
+ FormItem: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
2974
+ formOptions: {
2975
+ type: ObjectConstructor;
2976
+ default: () => void;
2977
+ };
2978
+ item: {
2979
+ type: ObjectConstructor;
2980
+ default: () => void;
2981
+ };
2982
+ modelValue: {
2983
+ type: (StringConstructor | BooleanConstructor | ObjectConstructor | ArrayConstructor | NumberConstructor)[];
2984
+ default: undefined;
2985
+ };
2986
+ showLabel: {
2987
+ type: BooleanConstructor;
2988
+ default: boolean;
2989
+ };
2990
+ components: {
2991
+ type: ObjectConstructor;
2992
+ default: () => void;
2993
+ };
2994
+ mod: {
2995
+ type: StringConstructor;
2996
+ default: string;
2997
+ };
2998
+ }>, {
2999
+ localValue: globalThis.Ref<string | number | boolean | Record<string, any> | unknown[] | undefined, string | number | boolean | Record<string, any> | unknown[] | undefined>;
3000
+ getComponentName: (name: string) => string;
3001
+ onFiledChange: (value: any, extra: any) => void;
3002
+ compProps: (item: any, options: any) => any;
3003
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, "update:modelValue", import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
3004
+ formOptions: {
3005
+ type: ObjectConstructor;
3006
+ default: () => void;
3007
+ };
3008
+ item: {
3009
+ type: ObjectConstructor;
3010
+ default: () => void;
3011
+ };
3012
+ modelValue: {
3013
+ type: (StringConstructor | BooleanConstructor | ObjectConstructor | ArrayConstructor | NumberConstructor)[];
3014
+ default: undefined;
3015
+ };
3016
+ showLabel: {
3017
+ type: BooleanConstructor;
3018
+ default: boolean;
3019
+ };
3020
+ components: {
3021
+ type: ObjectConstructor;
3022
+ default: () => void;
3023
+ };
3024
+ mod: {
3025
+ type: StringConstructor;
3026
+ default: string;
3027
+ };
3028
+ }>> & Readonly<{}>, {
3029
+ components: Record<string, any>;
3030
+ modelValue: string | number | boolean | Record<string, any> | unknown[];
3031
+ item: Record<string, any>;
3032
+ mod: string;
3033
+ formOptions: Record<string, any>;
3034
+ showLabel: boolean;
3035
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3036
+ ElCard: import("element-plus/es/utils/index.js").SFCWithInstall<{
3037
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
3038
+ readonly header: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
3039
+ readonly footer: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
3040
+ readonly bodyStyle: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, "", boolean>;
3041
+ readonly bodyClass: StringConstructor;
3042
+ readonly shadow: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "always" | "never" | "hover", unknown, "always", boolean>;
3043
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
3044
+ readonly header: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
3045
+ readonly footer: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
3046
+ readonly bodyStyle: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, "", boolean>;
3047
+ readonly bodyClass: StringConstructor;
3048
+ readonly shadow: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "always" | "never" | "hover", unknown, "always", boolean>;
3049
+ }>>, {
3050
+ readonly footer: string;
3051
+ readonly header: string;
3052
+ readonly bodyStyle: import("vue").StyleValue;
3053
+ readonly shadow: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "always" | "never" | "hover", unknown>;
3054
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
3055
+ P: {};
3056
+ B: {};
3057
+ D: {};
3058
+ C: {};
3059
+ M: {};
3060
+ Defaults: {};
3061
+ }, Readonly<globalThis.ExtractPropTypes<{
3062
+ readonly header: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
3063
+ readonly footer: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
3064
+ readonly bodyStyle: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, "", boolean>;
3065
+ readonly bodyClass: StringConstructor;
3066
+ readonly shadow: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "always" | "never" | "hover", unknown, "always", boolean>;
3067
+ }>>, {}, {}, {}, {}, {
3068
+ readonly footer: string;
3069
+ readonly header: string;
3070
+ readonly bodyStyle: import("vue").StyleValue;
3071
+ readonly shadow: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "always" | "never" | "hover", unknown>;
3072
+ }>;
3073
+ __isFragment?: never;
3074
+ __isTeleport?: never;
3075
+ __isSuspense?: never;
3076
+ } & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
3077
+ readonly header: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
3078
+ readonly footer: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
3079
+ readonly bodyStyle: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, "", boolean>;
3080
+ readonly bodyClass: StringConstructor;
3081
+ readonly shadow: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "always" | "never" | "hover", unknown, "always", boolean>;
3082
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
3083
+ readonly footer: string;
3084
+ readonly header: string;
3085
+ readonly bodyStyle: import("vue").StyleValue;
3086
+ readonly shadow: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "always" | "never" | "hover", unknown>;
3087
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
3088
+ $slots: {
3089
+ header?(_: {}): any;
3090
+ default?(_: {}): any;
3091
+ footer?(_: {}): any;
3092
+ };
3093
+ })>;
3094
+ }, {}, string, () => {
3095
+ formData: Record<string, any>;
3096
+ rootData: Function;
3097
+ dev: boolean;
3098
+ mod: string;
3099
+ }, true, {}, any>;
3100
+ VButton: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
3101
+ buttons: {
3102
+ type: ArrayConstructor;
3103
+ default: () => never[];
3104
+ };
3105
+ prefixPath: {
3106
+ type: StringConstructor;
3107
+ default: string;
3108
+ };
3109
+ }>, {}, {
3110
+ localButton: never[];
3111
+ }, {}, {
3112
+ isArray(tmp: any): boolean;
3113
+ onclick(btn: any): void;
3114
+ onaction(data: any): void;
3115
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "action")[], "click" | "action", import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
3116
+ buttons: {
3117
+ type: ArrayConstructor;
3118
+ default: () => never[];
3119
+ };
3120
+ prefixPath: {
3121
+ type: StringConstructor;
3122
+ default: string;
3123
+ };
3124
+ }>> & Readonly<{
3125
+ onClick?: ((...args: any[]) => any) | undefined;
3126
+ onAction?: ((...args: any[]) => any) | undefined;
3127
+ }>, {
3128
+ prefixPath: string;
3129
+ buttons: unknown[];
3130
+ }, {}, {
3131
+ VButton: import("vue").DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, import("vue").PublicProps>;
3132
+ VButtonGroup: import("vue").DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, import("vue").PublicProps>;
3133
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3134
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3135
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3136
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
29
3137
  export default _default;