@dt-frames/ui 2.0.9 → 2.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/curd/index.js +6 -2973
- package/es/components/curd/src/components/Curd.d.ts +13 -881
- package/es/components/curd/src/hooks/useCurd.d.ts +3 -3
- package/es/components/curd/src/props.d.ts +3 -4
- package/es/components/curd/src/types/curd.type.d.ts +2 -2
- package/es/components/drawer/index.d.ts +9 -166
- package/es/components/drawer/index.js +20 -458
- package/es/components/drawer/src/components/DrawerFooter.d.ts +1 -84
- package/es/components/drawer/src/index.d.ts +9 -166
- package/es/components/drawer/src/types/index.type.d.ts +1 -1
- package/es/components/form/index.d.ts +5 -1
- package/es/components/form/index.js +97 -491
- package/es/components/form/index.less +18 -0
- package/es/components/form/src/components/FormButtons.d.ts +13 -3
- package/es/components/form/src/components/FormItem.d.ts +0 -1
- package/es/components/form/src/components/formIcon.d.ts +3 -3
- package/es/components/form/src/components/formInputUseDialog.d.ts +2 -2
- package/es/components/form/src/hooks/useLabelWidth.d.ts +2 -18
- package/es/components/form/src/props.d.ts +3 -4
- package/es/components/form/src/types/form.type.d.ts +5 -3
- package/es/components/form/src/types/items.type.d.ts +12 -5
- package/es/components/modal/index.d.ts +2 -1
- package/es/components/modal/index.js +19 -456
- package/es/components/modal/src/components/Modal.d.ts +2 -2
- package/es/components/modal/src/components/ModalFooter.d.ts +2 -85
- package/es/components/modal/src/components/ModalWrap.d.ts +1 -75
- package/es/components/modal/src/index.d.ts +14 -171
- package/es/components/modal/src/props.d.ts +2 -1
- package/es/components/table/index.js +47 -1849
- package/es/components/table/index.less +3 -3
- package/es/components/table/src/components/TableAction.d.ts +1 -1
- package/es/components/table/src/components/editTable/EditTableCell.d.ts +1 -1
- package/es/components/table/src/components/tableSetting/DownloadCtrl.d.ts +1 -867
- package/es/components/table/src/index.d.ts +10 -10
- package/es/components/tree/index.js +29 -39
- package/es/components/tree/src/components/TreeHeader.d.ts +1 -1
- package/es/components/tree/src/index.d.ts +2 -2
- package/es/components/upload/index.d.ts +2 -0
- package/es/components/upload/index.js +16 -0
- package/es/components/upload/index.less +0 -0
- package/es/components/upload/src/index.d.ts +2 -0
- package/es/theme/index.d.ts +2 -1
- package/es/theme/index.js +11 -4
- package/es/theme/index.less +1 -0
- package/es/theme/src/components/header/components/size.d.ts +5 -5
- package/es/theme/src/components/header/index.d.ts +5 -5
- package/es/theme/src/components/header/multiple-header.d.ts +5 -5
- package/es/theme/src/hooks/useMenu.d.ts +1 -1
- package/es/theme/src/index.d.ts +10 -10
- package/es/theme/transition.less +105 -0
- package/index.js +21 -1
- package/manualContentPath.js +110 -0
- package/package.json +5 -2
- package/vite.config.ts +16 -4
- package/vite.config.ts.timestamp-1678694558071.mjs +59 -0
- package/vite.config.ts.timestamp-1678700851971.mjs +61 -0
- package/es/components/form/src/index.d.ts +0 -2922
- package/es/components/table/src/components/TableHeader.d.ts +0 -1136
- package/es/components/table/src/components/tableSetting/Download.d.ts +0 -922
- package/es/components/table/src/components/tableSetting/index.d.ts +0 -1030
|
@@ -38,81 +38,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
38
38
|
}>;
|
|
39
39
|
getModalDom: () => Promise<any>;
|
|
40
40
|
setModalHeight: () => Promise<void>;
|
|
41
|
-
readonly DtScrollContainer: import("../../../../utils/withInstall").SFCWithInstall<import("vue").DefineComponent<{}, {
|
|
42
|
-
scrollbarRef: any;
|
|
43
|
-
scrollTo: (to: number, duration?: number) => void;
|
|
44
|
-
getScrollWrap: () => any;
|
|
45
|
-
scrollBottom: () => void;
|
|
46
|
-
ScrollBar: import("vue").DefineComponent<{
|
|
47
|
-
wrapClass: {
|
|
48
|
-
type: (StringConstructor | ArrayConstructor)[];
|
|
49
|
-
default: string;
|
|
50
|
-
};
|
|
51
|
-
wrapStyle: ArrayConstructor;
|
|
52
|
-
viewClass: {
|
|
53
|
-
type: (StringConstructor | ArrayConstructor)[];
|
|
54
|
-
default: string;
|
|
55
|
-
};
|
|
56
|
-
viewStyle: {
|
|
57
|
-
type: (StringConstructor | ArrayConstructor)[];
|
|
58
|
-
default: string;
|
|
59
|
-
};
|
|
60
|
-
noresize: BooleanConstructor;
|
|
61
|
-
tag: {
|
|
62
|
-
type: StringConstructor;
|
|
63
|
-
default: string;
|
|
64
|
-
};
|
|
65
|
-
}, {
|
|
66
|
-
sizeWidth: import("vue").Ref<string>;
|
|
67
|
-
sizeHeight: import("vue").Ref<string>;
|
|
68
|
-
moveX: import("vue").Ref<number>;
|
|
69
|
-
moveY: import("vue").Ref<number>;
|
|
70
|
-
wrap: import("vue").Ref<any>;
|
|
71
|
-
resize: import("vue").Ref<any>;
|
|
72
|
-
props: any;
|
|
73
|
-
style: import("vue").ComputedRef<{}>;
|
|
74
|
-
handleScroll: () => void;
|
|
75
|
-
update: () => void;
|
|
76
|
-
readonly Bar: import("vue").DefineComponent<{
|
|
77
|
-
vertical: BooleanConstructor;
|
|
78
|
-
size: StringConstructor;
|
|
79
|
-
move: NumberConstructor;
|
|
80
|
-
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
81
|
-
[key: string]: any;
|
|
82
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
83
|
-
vertical: BooleanConstructor;
|
|
84
|
-
size: StringConstructor;
|
|
85
|
-
move: NumberConstructor;
|
|
86
|
-
}>>, {
|
|
87
|
-
vertical: boolean;
|
|
88
|
-
}>;
|
|
89
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
90
|
-
wrapClass: {
|
|
91
|
-
type: (StringConstructor | ArrayConstructor)[];
|
|
92
|
-
default: string;
|
|
93
|
-
};
|
|
94
|
-
wrapStyle: ArrayConstructor;
|
|
95
|
-
viewClass: {
|
|
96
|
-
type: (StringConstructor | ArrayConstructor)[];
|
|
97
|
-
default: string;
|
|
98
|
-
};
|
|
99
|
-
viewStyle: {
|
|
100
|
-
type: (StringConstructor | ArrayConstructor)[];
|
|
101
|
-
default: string;
|
|
102
|
-
};
|
|
103
|
-
noresize: BooleanConstructor;
|
|
104
|
-
tag: {
|
|
105
|
-
type: StringConstructor;
|
|
106
|
-
default: string;
|
|
107
|
-
};
|
|
108
|
-
}>>, {
|
|
109
|
-
wrapClass: string | unknown[];
|
|
110
|
-
viewClass: string | unknown[];
|
|
111
|
-
viewStyle: string | unknown[];
|
|
112
|
-
noresize: boolean;
|
|
113
|
-
tag: string;
|
|
114
|
-
}>;
|
|
115
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
41
|
+
readonly DtScrollContainer: import("../../../../utils/withInstall").SFCWithInstall<import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
116
42
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("height-change" | "ext-height")[], "height-change" | "ext-height", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
117
43
|
useWrapper: {
|
|
118
44
|
type: BooleanConstructor;
|
|
@@ -40,7 +40,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
40
40
|
default: boolean;
|
|
41
41
|
};
|
|
42
42
|
title: {
|
|
43
|
-
type: import("vue").PropType<String | import("vue").ComputedRef<String
|
|
43
|
+
type: import("vue").PropType<String | import("vue").ComputedRef<String> | ((data: import("@dt-frames/core").Recordable<any>) => String)>;
|
|
44
44
|
};
|
|
45
45
|
loading: {
|
|
46
46
|
type: BooleanConstructor;
|
|
@@ -91,7 +91,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
91
91
|
};
|
|
92
92
|
maskStyle: import("vue").PropType<import("vue").CSSProperties>;
|
|
93
93
|
footer: {
|
|
94
|
-
type: import("vue").PropType<import("../../form
|
|
94
|
+
type: import("vue").PropType<import("../../form").ButtonProps[]>;
|
|
95
95
|
};
|
|
96
96
|
bodyStyle: import("vue").PropType<import("vue").CSSProperties>;
|
|
97
97
|
wrapperProps: ObjectConstructor;
|
|
@@ -141,7 +141,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
141
141
|
default: boolean;
|
|
142
142
|
};
|
|
143
143
|
title: {
|
|
144
|
-
type: import("vue").PropType<String | import("vue").ComputedRef<String
|
|
144
|
+
type: import("vue").PropType<String | import("vue").ComputedRef<String> | ((data: import("@dt-frames/core").Recordable<any>) => String)>;
|
|
145
145
|
};
|
|
146
146
|
loading: {
|
|
147
147
|
type: BooleanConstructor;
|
|
@@ -192,7 +192,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
192
192
|
};
|
|
193
193
|
maskStyle: import("vue").PropType<import("vue").CSSProperties>;
|
|
194
194
|
footer: {
|
|
195
|
-
type: import("vue").PropType<import("../../form
|
|
195
|
+
type: import("vue").PropType<import("../../form").ButtonProps[]>;
|
|
196
196
|
};
|
|
197
197
|
bodyStyle: import("vue").PropType<import("vue").CSSProperties>;
|
|
198
198
|
wrapperProps: ObjectConstructor;
|
|
@@ -257,7 +257,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
257
257
|
default: boolean;
|
|
258
258
|
};
|
|
259
259
|
title: {
|
|
260
|
-
type: import("vue").PropType<String | import("vue").ComputedRef<String
|
|
260
|
+
type: import("vue").PropType<String | import("vue").ComputedRef<String> | ((data: import("@dt-frames/core").Recordable<any>) => String)>;
|
|
261
261
|
};
|
|
262
262
|
loading: {
|
|
263
263
|
type: BooleanConstructor;
|
|
@@ -308,7 +308,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
308
308
|
};
|
|
309
309
|
maskStyle: import("vue").PropType<import("vue").CSSProperties>;
|
|
310
310
|
footer: {
|
|
311
|
-
type: import("vue").PropType<import("../../form
|
|
311
|
+
type: import("vue").PropType<import("../../form").ButtonProps[]>;
|
|
312
312
|
};
|
|
313
313
|
bodyStyle: import("vue").PropType<import("vue").CSSProperties>;
|
|
314
314
|
wrapperProps: ObjectConstructor;
|
|
@@ -401,81 +401,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
401
401
|
}>;
|
|
402
402
|
getModalDom: () => Promise<any>;
|
|
403
403
|
setModalHeight: () => Promise<void>;
|
|
404
|
-
readonly DtScrollContainer: import("../../../utils/withInstall").SFCWithInstall<import("vue").DefineComponent<{}, {
|
|
405
|
-
scrollbarRef: any;
|
|
406
|
-
scrollTo: (to: number, duration?: number) => void;
|
|
407
|
-
getScrollWrap: () => any;
|
|
408
|
-
scrollBottom: () => void;
|
|
409
|
-
ScrollBar: import("vue").DefineComponent<{
|
|
410
|
-
wrapClass: {
|
|
411
|
-
type: (StringConstructor | ArrayConstructor)[];
|
|
412
|
-
default: string;
|
|
413
|
-
};
|
|
414
|
-
wrapStyle: ArrayConstructor;
|
|
415
|
-
viewClass: {
|
|
416
|
-
type: (StringConstructor | ArrayConstructor)[];
|
|
417
|
-
default: string;
|
|
418
|
-
};
|
|
419
|
-
viewStyle: {
|
|
420
|
-
type: (StringConstructor | ArrayConstructor)[];
|
|
421
|
-
default: string;
|
|
422
|
-
};
|
|
423
|
-
noresize: BooleanConstructor;
|
|
424
|
-
tag: {
|
|
425
|
-
type: StringConstructor;
|
|
426
|
-
default: string;
|
|
427
|
-
};
|
|
428
|
-
}, {
|
|
429
|
-
sizeWidth: import("vue").Ref<string>;
|
|
430
|
-
sizeHeight: import("vue").Ref<string>;
|
|
431
|
-
moveX: import("vue").Ref<number>;
|
|
432
|
-
moveY: import("vue").Ref<number>;
|
|
433
|
-
wrap: import("vue").Ref<any>;
|
|
434
|
-
resize: import("vue").Ref<any>;
|
|
435
|
-
props: any;
|
|
436
|
-
style: import("vue").ComputedRef<{}>;
|
|
437
|
-
handleScroll: () => void;
|
|
438
|
-
update: () => void;
|
|
439
|
-
readonly Bar: import("vue").DefineComponent<{
|
|
440
|
-
vertical: BooleanConstructor;
|
|
441
|
-
size: StringConstructor;
|
|
442
|
-
move: NumberConstructor;
|
|
443
|
-
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
444
|
-
[key: string]: any;
|
|
445
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
446
|
-
vertical: BooleanConstructor;
|
|
447
|
-
size: StringConstructor;
|
|
448
|
-
move: NumberConstructor;
|
|
449
|
-
}>>, {
|
|
450
|
-
vertical: boolean;
|
|
451
|
-
}>;
|
|
452
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
453
|
-
wrapClass: {
|
|
454
|
-
type: (StringConstructor | ArrayConstructor)[];
|
|
455
|
-
default: string;
|
|
456
|
-
};
|
|
457
|
-
wrapStyle: ArrayConstructor;
|
|
458
|
-
viewClass: {
|
|
459
|
-
type: (StringConstructor | ArrayConstructor)[];
|
|
460
|
-
default: string;
|
|
461
|
-
};
|
|
462
|
-
viewStyle: {
|
|
463
|
-
type: (StringConstructor | ArrayConstructor)[];
|
|
464
|
-
default: string;
|
|
465
|
-
};
|
|
466
|
-
noresize: BooleanConstructor;
|
|
467
|
-
tag: {
|
|
468
|
-
type: StringConstructor;
|
|
469
|
-
default: string;
|
|
470
|
-
};
|
|
471
|
-
}>>, {
|
|
472
|
-
wrapClass: string | unknown[];
|
|
473
|
-
viewClass: string | unknown[];
|
|
474
|
-
viewStyle: string | unknown[];
|
|
475
|
-
noresize: boolean;
|
|
476
|
-
tag: string;
|
|
477
|
-
}>;
|
|
478
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>>;
|
|
404
|
+
readonly DtScrollContainer: import("../../../utils/withInstall").SFCWithInstall<import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>>;
|
|
479
405
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("height-change" | "ext-height")[], "height-change" | "ext-height", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
480
406
|
useWrapper: {
|
|
481
407
|
type: BooleanConstructor;
|
|
@@ -514,7 +440,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
514
440
|
modalFooterHeight: number;
|
|
515
441
|
}>;
|
|
516
442
|
ModalFooter: import("vue").DefineComponent<{
|
|
517
|
-
buttons: import("vue").PropType<import("../../form
|
|
443
|
+
buttons: import("vue").PropType<import("../../form").ButtonProps[]>;
|
|
518
444
|
showSave: {
|
|
519
445
|
type: BooleanConstructor;
|
|
520
446
|
default: boolean;
|
|
@@ -540,94 +466,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
540
466
|
};
|
|
541
467
|
emits: (event: "handleSave" | "handleCancel", ...args: any[]) => void;
|
|
542
468
|
props: any;
|
|
543
|
-
buttonList: import("vue").ComputedRef<import("../../form
|
|
544
|
-
handleMethod: (item: import("../../form
|
|
545
|
-
DtFormButtons: import("vue").DefineComponent<{
|
|
546
|
-
mode: {
|
|
547
|
-
type: import("vue").PropType<"search" | "dialog">;
|
|
548
|
-
default: string;
|
|
549
|
-
};
|
|
550
|
-
show: {
|
|
551
|
-
type: BooleanConstructor;
|
|
552
|
-
default: boolean;
|
|
553
|
-
};
|
|
554
|
-
showAdvancedButton: {
|
|
555
|
-
type: BooleanConstructor;
|
|
556
|
-
default: boolean;
|
|
557
|
-
};
|
|
558
|
-
minShowColumn: {
|
|
559
|
-
type: NumberConstructor;
|
|
560
|
-
default: number;
|
|
561
|
-
};
|
|
562
|
-
buttonList: {
|
|
563
|
-
type: import("vue").PropType<import("../../form/src/types/form.type").ButtonProps[]>;
|
|
564
|
-
default: any[];
|
|
565
|
-
};
|
|
566
|
-
isAdvanced: {
|
|
567
|
-
type: BooleanConstructor;
|
|
568
|
-
default: boolean;
|
|
569
|
-
};
|
|
570
|
-
}, {
|
|
571
|
-
props: any;
|
|
572
|
-
emits: (event: "handle-method", ...args: any[]) => void;
|
|
573
|
-
t: {
|
|
574
|
-
(key: string): string;
|
|
575
|
-
(key: string, locale: string): string;
|
|
576
|
-
(key: string, locale: string, list: unknown[]): string;
|
|
577
|
-
(key: string, locale: string, named: Record<string, unknown>): string;
|
|
578
|
-
(key: string, list: unknown[]): string;
|
|
579
|
-
(key: string, named: Record<string, unknown>): string;
|
|
580
|
-
};
|
|
581
|
-
advancedRef: import("vue").Ref<{
|
|
582
|
-
valueOf: () => boolean;
|
|
583
|
-
}>;
|
|
584
|
-
key: number;
|
|
585
|
-
showAdvanceRef: import("vue").ComputedRef<boolean>;
|
|
586
|
-
colOpt: import("vue").ComputedRef<{
|
|
587
|
-
style: import("@dt-frames/core").Recordable<any>;
|
|
588
|
-
}>;
|
|
589
|
-
getAdvanceClass: import("vue").ComputedRef<(string | {
|
|
590
|
-
'basic-arrow--active': boolean;
|
|
591
|
-
})[]>;
|
|
592
|
-
toggleAdvanced: () => void;
|
|
593
|
-
handleBtnClick: (button: import("../../form/src/types/form.type").ButtonProps) => void;
|
|
594
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "handle-method"[], "handle-method", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
595
|
-
mode: {
|
|
596
|
-
type: import("vue").PropType<"search" | "dialog">;
|
|
597
|
-
default: string;
|
|
598
|
-
};
|
|
599
|
-
show: {
|
|
600
|
-
type: BooleanConstructor;
|
|
601
|
-
default: boolean;
|
|
602
|
-
};
|
|
603
|
-
showAdvancedButton: {
|
|
604
|
-
type: BooleanConstructor;
|
|
605
|
-
default: boolean;
|
|
606
|
-
};
|
|
607
|
-
minShowColumn: {
|
|
608
|
-
type: NumberConstructor;
|
|
609
|
-
default: number;
|
|
610
|
-
};
|
|
611
|
-
buttonList: {
|
|
612
|
-
type: import("vue").PropType<import("../../form/src/types/form.type").ButtonProps[]>;
|
|
613
|
-
default: any[];
|
|
614
|
-
};
|
|
615
|
-
isAdvanced: {
|
|
616
|
-
type: BooleanConstructor;
|
|
617
|
-
default: boolean;
|
|
618
|
-
};
|
|
619
|
-
}>> & {
|
|
620
|
-
"onHandle-method"?: (...args: any[]) => any;
|
|
621
|
-
}, {
|
|
622
|
-
mode: "search" | "dialog";
|
|
623
|
-
show: boolean;
|
|
624
|
-
showAdvancedButton: boolean;
|
|
625
|
-
minShowColumn: number;
|
|
626
|
-
buttonList: import("../../form/src/types/form.type").ButtonProps[];
|
|
627
|
-
isAdvanced: boolean;
|
|
628
|
-
}>;
|
|
469
|
+
buttonList: import("vue").ComputedRef<import("../../form").ButtonProps[]>;
|
|
470
|
+
handleMethod: (item: import("../../form").ButtonProps) => void;
|
|
471
|
+
readonly DtFormButtons: import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
|
|
629
472
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("handleSave" | "handleCancel")[], "handleSave" | "handleCancel", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
630
|
-
buttons: import("vue").PropType<import("../../form
|
|
473
|
+
buttons: import("vue").PropType<import("../../form").ButtonProps[]>;
|
|
631
474
|
showSave: {
|
|
632
475
|
type: BooleanConstructor;
|
|
633
476
|
default: boolean;
|
|
@@ -688,7 +531,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
688
531
|
default: boolean;
|
|
689
532
|
};
|
|
690
533
|
title: {
|
|
691
|
-
type: import("vue").PropType<String | import("vue").ComputedRef<String
|
|
534
|
+
type: import("vue").PropType<String | import("vue").ComputedRef<String> | ((data: import("@dt-frames/core").Recordable<any>) => String)>;
|
|
692
535
|
};
|
|
693
536
|
loading: {
|
|
694
537
|
type: BooleanConstructor;
|
|
@@ -739,7 +582,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
739
582
|
};
|
|
740
583
|
maskStyle: import("vue").PropType<import("vue").CSSProperties>;
|
|
741
584
|
footer: {
|
|
742
|
-
type: import("vue").PropType<import("../../form
|
|
585
|
+
type: import("vue").PropType<import("../../form").ButtonProps[]>;
|
|
743
586
|
};
|
|
744
587
|
bodyStyle: import("vue").PropType<import("vue").CSSProperties>;
|
|
745
588
|
wrapperProps: ObjectConstructor;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ButtonProps } from '../../form/src/types/form.type';
|
|
2
|
+
import { Recordable } from "@dt-frames/core";
|
|
2
3
|
import { ComputedRef, CSSProperties, PropType } from "vue";
|
|
3
4
|
export declare const basicProps: {
|
|
4
5
|
t: {
|
|
@@ -39,7 +40,7 @@ export declare const basicProps: {
|
|
|
39
40
|
default: boolean;
|
|
40
41
|
};
|
|
41
42
|
title: {
|
|
42
|
-
type: PropType<String | ComputedRef<String
|
|
43
|
+
type: PropType<String | ComputedRef<String> | ((data: Recordable) => String)>;
|
|
43
44
|
};
|
|
44
45
|
loading: {
|
|
45
46
|
type: BooleanConstructor;
|