@pusdn/pgz-comp-elep 0.2.13 → 0.2.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/adaptive-page/index.d.ts +17096 -0
- package/lib/adaptive-page/src/index.vue.d.ts +5731 -0
- package/lib/adaptive-page/src/type.d.ts +9 -0
- package/lib/button/index.d.ts +134 -0
- package/lib/button/src/index.vue.d.ts +67 -0
- package/lib/button/src/type.d.ts +10 -0
- package/lib/chart/index.d.ts +164 -0
- package/lib/chart/src/index.vue.d.ts +77 -0
- package/lib/chart/src/type.d.ts +7 -0
- package/lib/checkbox/index.d.ts +206 -0
- package/lib/checkbox/src/checkbox.d.ts +5 -0
- package/lib/checkbox/src/index.vue.d.ts +91 -0
- package/lib/components.d.ts +57 -0
- package/lib/date-picker/index.d.ts +170 -0
- package/lib/date-picker/src/index.vue.d.ts +77 -0
- package/lib/date-picker/src/type.d.ts +10 -0
- package/lib/detail/index.d.ts +182 -0
- package/lib/detail/src/index.vue.d.ts +88 -0
- package/lib/detail/src/renderLabel.vue.d.ts +8 -0
- package/lib/detail/src/renderTooltip.vue.d.ts +8 -0
- package/lib/detail/src/type.d.ts +27 -0
- package/lib/favicon.ico +0 -0
- package/lib/form/index.d.ts +308 -0
- package/lib/form/src/index.vue.d.ts +125 -0
- package/lib/form/src/renderBtn.vue.d.ts +8 -0
- package/lib/form/src/renderComp.vue.d.ts +8 -0
- package/lib/form/src/type.d.ts +26 -0
- package/lib/index.d.ts +42 -0
- package/lib/input/index.d.ts +215 -0
- package/lib/input/src/index.vue.d.ts +109 -0
- package/lib/input/src/type.d.ts +13 -0
- package/lib/layout-page/index.d.ts +114 -0
- package/lib/layout-page/src/index.vue.d.ts +62 -0
- package/lib/layout-page-item/index.d.ts +35 -0
- package/lib/layout-page-item/src/index.vue.d.ts +14 -0
- package/lib/module-form/index.d.ts +530 -0
- package/lib/module-form/src/index.vue.d.ts +243 -0
- package/lib/module-form/src/moduleDetail.vue.d.ts +30 -0
- package/lib/module-form/src/moduleForm.vue.d.ts +36 -0
- package/lib/module-form/src/type.d.ts +19 -0
- package/lib/pgz-checkbox/index.d.ts +149 -0
- package/lib/pgz-checkbox/src/index.vue.d.ts +65 -0
- package/lib/pgz-checkbox/src/type.d.ts +12 -0
- package/lib/pgz-comp-elep.es.js +39723 -0
- package/lib/pgz-comp-elep.es.js.gz +0 -0
- package/lib/pgz-comp-elep.umd.js +261 -0
- package/lib/pgz-comp-elep.umd.js.gz +0 -0
- package/lib/pgz-html-preview-modal/index.d.ts +77 -0
- package/lib/pgz-html-preview-modal/src/index.vue.d.ts +22 -0
- package/lib/pgz-html-preview-modal/src/type.d.ts +7 -0
- package/lib/pgz-search-select/index.d.ts +5 -0
- package/lib/pgz-search-select/src/index.vue.d.ts +194 -0
- package/lib/pgz-search-select/src/type.d.ts +16 -0
- package/lib/pgz-tdt-mark/index.d.ts +407 -0
- package/lib/pgz-tdt-mark/src/env.d.ts +7 -0
- package/lib/pgz-tdt-mark/src/index.vue.d.ts +167 -0
- package/lib/pgz-tdt-mark/src/props.d.ts +63 -0
- package/lib/pgz-tdt-mark/src/types/index.d.ts +1 -0
- package/lib/pgz-tdt-mark/src/types/tdt.d.ts +88 -0
- package/lib/pgz-tdt-ploygon/index.d.ts +401 -0
- package/lib/pgz-tdt-ploygon/src/env.d.ts +7 -0
- package/lib/pgz-tdt-ploygon/src/index.vue.d.ts +164 -0
- package/lib/pgz-tdt-ploygon/src/props.d.ts +35 -0
- package/lib/pgz-tdt-ploygon/src/tmp-fix.d.ts +10 -0
- package/lib/pgz-tdt-ploygon/src/types/index.d.ts +1 -0
- package/lib/pgz-tdt-ploygon/src/types/tdt.d.ts +120 -0
- package/lib/pgz-tdt-ploygon/src/types.d.ts +27 -0
- package/lib/pgz-video-xg-modal/index.d.ts +181 -0
- package/lib/pgz-video-xg-modal/src/env.d.ts +7 -0
- package/lib/pgz-video-xg-modal/src/index.vue.d.ts +73 -0
- package/lib/pgz-video-xg-modal/src/types/xgplayer.d.ts +59 -0
- package/lib/query-condition/index.d.ts +701 -0
- package/lib/query-condition/src/index.vue.d.ts +326 -0
- package/lib/query-condition/src/moreChoose.vue.d.ts +37 -0
- package/lib/query-condition/src/renderComp.vue.d.ts +8 -0
- package/lib/query-condition/src/type.d.ts +21 -0
- package/lib/query-condition/src/useComputed.d.ts +27 -0
- package/lib/radio/index.d.ts +206 -0
- package/lib/radio/src/index.vue.d.ts +91 -0
- package/lib/radio/src/radio.d.ts +12 -0
- package/lib/select/index.d.ts +371 -0
- package/lib/select/src/index.vue.d.ts +200 -0
- package/lib/select/src/type.d.ts +42 -0
- package/lib/select-icon/index.d.ts +174 -0
- package/lib/select-icon/src/index.vue.d.ts +89 -0
- package/lib/select-table/index.d.ts +2165 -0
- package/lib/select-table/src/index.vue.d.ts +963 -0
- package/lib/select-table/src/renderCol.vue.d.ts +20 -0
- package/lib/select-table/src/type.d.ts +56 -0
- package/lib/select-table/src/useVirtualized.d.ts +11 -0
- package/lib/step-wizard/index.d.ts +146 -0
- package/lib/step-wizard/src/index.vue.d.ts +71 -0
- package/lib/step-wizard/src/type.d.ts +25 -0
- package/lib/style.css +1 -0
- package/lib/style.css.gz +0 -0
- package/lib/table/index.d.ts +2540 -0
- package/lib/table/src/ColumnSet.vue.d.ts +148 -0
- package/lib/table/src/TTableColumn.vue.d.ts +173 -0
- package/lib/table/src/index.vue.d.ts +941 -0
- package/lib/table/src/operator.vue.d.ts +80 -0
- package/lib/table/src/renderCol.vue.d.ts +20 -0
- package/lib/table/src/renderHeader.vue.d.ts +16 -0
- package/lib/table/src/singleEdit.vue.d.ts +122 -0
- package/lib/table/src/singleEditCell.vue.d.ts +120 -0
- package/lib/table/src/tableProps.d.ts +100 -0
- package/lib/table/src/useExpose.d.ts +16 -0
- package/lib/table/src/useVirtualized.d.ts +9 -0
- package/lib/tabs/index.d.ts +69 -0
- package/lib/tabs/src/index.vue.d.ts +34 -0
- package/lib/timer-btn/index.d.ts +92 -0
- package/lib/timer-btn/src/index.vue.d.ts +43 -0
- package/lib/utils/directives/click-outside/index.d.ts +3 -0
- package/lib/utils/http/api.d.ts +76 -0
- package/lib/utils/http/index.d.ts +79 -0
- package/lib/utils/http/types.d.ts +13 -0
- package/lib/utils/index.d.ts +40 -0
- package/lib/withInstall.d.ts +4 -0
- package/package.json +1 -1
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
row: ObjectConstructor;
|
|
3
|
+
render: FunctionConstructor;
|
|
4
|
+
index: NumberConstructor;
|
|
5
|
+
column: {
|
|
6
|
+
type: ObjectConstructor;
|
|
7
|
+
default: null;
|
|
8
|
+
};
|
|
9
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
|
+
row: ObjectConstructor;
|
|
11
|
+
render: FunctionConstructor;
|
|
12
|
+
index: NumberConstructor;
|
|
13
|
+
column: {
|
|
14
|
+
type: ObjectConstructor;
|
|
15
|
+
default: null;
|
|
16
|
+
};
|
|
17
|
+
}>> & Readonly<{}>, {
|
|
18
|
+
column: Record<string, any>;
|
|
19
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
20
|
+
export default _sfc_main;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
export interface TSelectTableProps {
|
|
2
|
+
modelValue?: any;
|
|
3
|
+
inputValue?: any;
|
|
4
|
+
defaultSelectVal?: any[];
|
|
5
|
+
radioSelectValLabel?: string;
|
|
6
|
+
table: {
|
|
7
|
+
data: any[];
|
|
8
|
+
currentPage: number;
|
|
9
|
+
pageSize: number;
|
|
10
|
+
total: number;
|
|
11
|
+
[key: string]: any;
|
|
12
|
+
};
|
|
13
|
+
keywords?: {
|
|
14
|
+
value: any;
|
|
15
|
+
label: string;
|
|
16
|
+
};
|
|
17
|
+
value?: any;
|
|
18
|
+
columns: any[];
|
|
19
|
+
multiple?: boolean;
|
|
20
|
+
filterable?: boolean;
|
|
21
|
+
remote?: boolean;
|
|
22
|
+
remoteMethod?: Function;
|
|
23
|
+
filterMethod?: Function;
|
|
24
|
+
isShowInput?: boolean;
|
|
25
|
+
inputAttr?: Record<string, any>;
|
|
26
|
+
inputWidth?: number;
|
|
27
|
+
selectWidth?: number;
|
|
28
|
+
tableWidth?: number;
|
|
29
|
+
isShowQuery?: boolean;
|
|
30
|
+
isShowBlurBtn?: boolean;
|
|
31
|
+
btnBind?: Record<string, any>;
|
|
32
|
+
align?: "left" | "center" | "right";
|
|
33
|
+
reserveSelection?: boolean;
|
|
34
|
+
selectable?: Function;
|
|
35
|
+
multipleFixed?: string | boolean;
|
|
36
|
+
radioTxt?: string;
|
|
37
|
+
radioFixed?: string | boolean;
|
|
38
|
+
tableSize?: "" | "large" | "default" | "small";
|
|
39
|
+
border?: boolean;
|
|
40
|
+
isShowFirstColumn?: boolean;
|
|
41
|
+
useVirtual?: boolean;
|
|
42
|
+
virtualShowSize?: number;
|
|
43
|
+
isShowPagination?: boolean;
|
|
44
|
+
paginationSize?: "" | "large" | "default" | "small";
|
|
45
|
+
selfExpanded?: boolean;
|
|
46
|
+
isClearQuery?: boolean;
|
|
47
|
+
isRadioEchoLabel?: boolean;
|
|
48
|
+
defaultValIsOpenRadioChange?: boolean;
|
|
49
|
+
radioSameIsCancel?: boolean;
|
|
50
|
+
rowClickRadio?: boolean;
|
|
51
|
+
isKeyup?: boolean;
|
|
52
|
+
isExpanded?: boolean;
|
|
53
|
+
multipleDisableDelete?: boolean;
|
|
54
|
+
tableLoading?: boolean;
|
|
55
|
+
loadingTxt?: string;
|
|
56
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Ref } from "vue";
|
|
2
|
+
export declare function useVirtualized(): {
|
|
3
|
+
scrollContainerEl: Ref<any, any>;
|
|
4
|
+
updateRenderedItemCache: (index: number) => void;
|
|
5
|
+
updateOffset: (offset: number) => void;
|
|
6
|
+
getDom: (props: {
|
|
7
|
+
multiple: boolean;
|
|
8
|
+
}) => void;
|
|
9
|
+
getItemHeightFromCache: (index: number | string) => any;
|
|
10
|
+
saveDATA: Ref<any[], any[]>;
|
|
11
|
+
};
|
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
import StepWizard from "./src/index.vue";
|
|
2
|
+
declare const TStepWizard: ({
|
|
3
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
4
|
+
stepData: {
|
|
5
|
+
type: ArrayConstructor;
|
|
6
|
+
required: false;
|
|
7
|
+
default: () => never[];
|
|
8
|
+
};
|
|
9
|
+
successTitle: {
|
|
10
|
+
type: StringConstructor;
|
|
11
|
+
required: false;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
lastBtnTitle: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
required: false;
|
|
17
|
+
default: string;
|
|
18
|
+
};
|
|
19
|
+
active: {
|
|
20
|
+
type: NumberConstructor;
|
|
21
|
+
required: false;
|
|
22
|
+
default: number;
|
|
23
|
+
};
|
|
24
|
+
isShowLastSuccess: {
|
|
25
|
+
type: BooleanConstructor;
|
|
26
|
+
required: false;
|
|
27
|
+
default: boolean;
|
|
28
|
+
};
|
|
29
|
+
}>> & Readonly<{
|
|
30
|
+
onComplete?: ((...args: any[]) => any) | undefined;
|
|
31
|
+
}>, {
|
|
32
|
+
props: any;
|
|
33
|
+
slots: Readonly<{
|
|
34
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
35
|
+
}>;
|
|
36
|
+
stepContent: () => any;
|
|
37
|
+
emits: (event: "complete", ...args: any[]) => void;
|
|
38
|
+
complete: () => void;
|
|
39
|
+
readonly CircleCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
40
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "complete"[], import("vue").PublicProps, {
|
|
41
|
+
stepData: unknown[];
|
|
42
|
+
successTitle: string;
|
|
43
|
+
lastBtnTitle: string;
|
|
44
|
+
active: number;
|
|
45
|
+
isShowLastSuccess: boolean;
|
|
46
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
47
|
+
P: {};
|
|
48
|
+
B: {};
|
|
49
|
+
D: {};
|
|
50
|
+
C: {};
|
|
51
|
+
M: {};
|
|
52
|
+
Defaults: {};
|
|
53
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
54
|
+
stepData: {
|
|
55
|
+
type: ArrayConstructor;
|
|
56
|
+
required: false;
|
|
57
|
+
default: () => never[];
|
|
58
|
+
};
|
|
59
|
+
successTitle: {
|
|
60
|
+
type: StringConstructor;
|
|
61
|
+
required: false;
|
|
62
|
+
default: string;
|
|
63
|
+
};
|
|
64
|
+
lastBtnTitle: {
|
|
65
|
+
type: StringConstructor;
|
|
66
|
+
required: false;
|
|
67
|
+
default: string;
|
|
68
|
+
};
|
|
69
|
+
active: {
|
|
70
|
+
type: NumberConstructor;
|
|
71
|
+
required: false;
|
|
72
|
+
default: number;
|
|
73
|
+
};
|
|
74
|
+
isShowLastSuccess: {
|
|
75
|
+
type: BooleanConstructor;
|
|
76
|
+
required: false;
|
|
77
|
+
default: boolean;
|
|
78
|
+
};
|
|
79
|
+
}>> & Readonly<{
|
|
80
|
+
onComplete?: ((...args: any[]) => any) | undefined;
|
|
81
|
+
}>, {
|
|
82
|
+
props: any;
|
|
83
|
+
slots: Readonly<{
|
|
84
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
85
|
+
}>;
|
|
86
|
+
stepContent: () => any;
|
|
87
|
+
emits: (event: "complete", ...args: any[]) => void;
|
|
88
|
+
complete: () => void;
|
|
89
|
+
readonly CircleCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
90
|
+
}, {}, {}, {}, {
|
|
91
|
+
stepData: unknown[];
|
|
92
|
+
successTitle: string;
|
|
93
|
+
lastBtnTitle: string;
|
|
94
|
+
active: number;
|
|
95
|
+
isShowLastSuccess: boolean;
|
|
96
|
+
}>;
|
|
97
|
+
__isFragment?: undefined;
|
|
98
|
+
__isTeleport?: undefined;
|
|
99
|
+
__isSuspense?: undefined;
|
|
100
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
101
|
+
stepData: {
|
|
102
|
+
type: ArrayConstructor;
|
|
103
|
+
required: false;
|
|
104
|
+
default: () => never[];
|
|
105
|
+
};
|
|
106
|
+
successTitle: {
|
|
107
|
+
type: StringConstructor;
|
|
108
|
+
required: false;
|
|
109
|
+
default: string;
|
|
110
|
+
};
|
|
111
|
+
lastBtnTitle: {
|
|
112
|
+
type: StringConstructor;
|
|
113
|
+
required: false;
|
|
114
|
+
default: string;
|
|
115
|
+
};
|
|
116
|
+
active: {
|
|
117
|
+
type: NumberConstructor;
|
|
118
|
+
required: false;
|
|
119
|
+
default: number;
|
|
120
|
+
};
|
|
121
|
+
isShowLastSuccess: {
|
|
122
|
+
type: BooleanConstructor;
|
|
123
|
+
required: false;
|
|
124
|
+
default: boolean;
|
|
125
|
+
};
|
|
126
|
+
}>> & Readonly<{
|
|
127
|
+
onComplete?: ((...args: any[]) => any) | undefined;
|
|
128
|
+
}>, {
|
|
129
|
+
props: any;
|
|
130
|
+
slots: Readonly<{
|
|
131
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
132
|
+
}>;
|
|
133
|
+
stepContent: () => any;
|
|
134
|
+
emits: (event: "complete", ...args: any[]) => void;
|
|
135
|
+
complete: () => void;
|
|
136
|
+
readonly CircleCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
137
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "complete"[], "complete", {
|
|
138
|
+
stepData: unknown[];
|
|
139
|
+
successTitle: string;
|
|
140
|
+
lastBtnTitle: string;
|
|
141
|
+
active: number;
|
|
142
|
+
isShowLastSuccess: boolean;
|
|
143
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>) & Record<string, any>;
|
|
144
|
+
export default TStepWizard;
|
|
145
|
+
export type TStepWizardInstance = InstanceType<typeof StepWizard>;
|
|
146
|
+
export * from './src/type';
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
stepData: {
|
|
3
|
+
type: ArrayConstructor;
|
|
4
|
+
required: false;
|
|
5
|
+
default: () => never[];
|
|
6
|
+
};
|
|
7
|
+
successTitle: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
required: false;
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
lastBtnTitle: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
required: false;
|
|
15
|
+
default: string;
|
|
16
|
+
};
|
|
17
|
+
active: {
|
|
18
|
+
type: NumberConstructor;
|
|
19
|
+
required: false;
|
|
20
|
+
default: number;
|
|
21
|
+
};
|
|
22
|
+
isShowLastSuccess: {
|
|
23
|
+
type: BooleanConstructor;
|
|
24
|
+
required: false;
|
|
25
|
+
default: boolean;
|
|
26
|
+
};
|
|
27
|
+
}>, {
|
|
28
|
+
props: any;
|
|
29
|
+
slots: Readonly<{
|
|
30
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
31
|
+
}>;
|
|
32
|
+
stepContent: () => any;
|
|
33
|
+
emits: (event: "complete", ...args: any[]) => void;
|
|
34
|
+
complete: () => void;
|
|
35
|
+
readonly CircleCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
36
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "complete"[], "complete", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
37
|
+
stepData: {
|
|
38
|
+
type: ArrayConstructor;
|
|
39
|
+
required: false;
|
|
40
|
+
default: () => never[];
|
|
41
|
+
};
|
|
42
|
+
successTitle: {
|
|
43
|
+
type: StringConstructor;
|
|
44
|
+
required: false;
|
|
45
|
+
default: string;
|
|
46
|
+
};
|
|
47
|
+
lastBtnTitle: {
|
|
48
|
+
type: StringConstructor;
|
|
49
|
+
required: false;
|
|
50
|
+
default: string;
|
|
51
|
+
};
|
|
52
|
+
active: {
|
|
53
|
+
type: NumberConstructor;
|
|
54
|
+
required: false;
|
|
55
|
+
default: number;
|
|
56
|
+
};
|
|
57
|
+
isShowLastSuccess: {
|
|
58
|
+
type: BooleanConstructor;
|
|
59
|
+
required: false;
|
|
60
|
+
default: boolean;
|
|
61
|
+
};
|
|
62
|
+
}>> & Readonly<{
|
|
63
|
+
onComplete?: ((...args: any[]) => any) | undefined;
|
|
64
|
+
}>, {
|
|
65
|
+
stepData: unknown[];
|
|
66
|
+
successTitle: string;
|
|
67
|
+
lastBtnTitle: string;
|
|
68
|
+
active: number;
|
|
69
|
+
isShowLastSuccess: boolean;
|
|
70
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
71
|
+
export default _sfc_main;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export interface StepItem {
|
|
2
|
+
title?: string;
|
|
3
|
+
icon?: string;
|
|
4
|
+
description?: string;
|
|
5
|
+
slotName?: string;
|
|
6
|
+
btnArr?: Array<{
|
|
7
|
+
type?: string;
|
|
8
|
+
fn: Function;
|
|
9
|
+
btnTitle: string;
|
|
10
|
+
}>;
|
|
11
|
+
lastBtnArr?: Array<{
|
|
12
|
+
type?: string;
|
|
13
|
+
fn: Function;
|
|
14
|
+
btnTitle: string;
|
|
15
|
+
disable?: boolean;
|
|
16
|
+
}>;
|
|
17
|
+
disable?: boolean;
|
|
18
|
+
}
|
|
19
|
+
export interface TStepWizardProps {
|
|
20
|
+
stepData?: StepItem[];
|
|
21
|
+
successTitle?: string;
|
|
22
|
+
lastBtnTitle?: string;
|
|
23
|
+
active?: number;
|
|
24
|
+
isShowLastSuccess?: boolean;
|
|
25
|
+
}
|