sl-el-utils 0.0.29 → 0.0.31
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/dist/components/ReCol/index.d.ts +15 -0
- package/dist/components/ReCol/index.d.ts.map +1 -0
- package/dist/components/ReCropper/src/svg/index.d.ts +17 -0
- package/dist/components/ReCropper/src/svg/index.d.ts.map +1 -0
- package/dist/components/ReDateTimePicker/ReDatePicker/index.vue.d.ts +21 -0
- package/dist/components/ReDateTimePicker/ReDatePicker/index.vue.d.ts.map +1 -0
- package/dist/components/ReDateTimePicker/ReTimePicker/index.vue.d.ts +21 -0
- package/dist/components/ReDateTimePicker/ReTimePicker/index.vue.d.ts.map +1 -0
- package/dist/components/ReDateTimePicker/index.d.ts +5 -0
- package/dist/components/ReDateTimePicker/index.d.ts.map +1 -0
- package/dist/components/ReDialog/index.vue.d.ts +3 -0
- package/dist/components/ReDialog/index.vue.d.ts.map +1 -0
- package/dist/components/ReDialog/type.d.ts +216 -0
- package/dist/components/ReDialog/type.d.ts.map +1 -0
- package/dist/components/ReDocument/index.d.ts +4 -0
- package/dist/components/ReDocument/index.d.ts.map +1 -0
- package/dist/components/ReDocument/index.vue.d.ts +25 -0
- package/dist/components/ReDocument/index.vue.d.ts.map +1 -0
- package/dist/components/ReDocument/types.d.ts +5 -0
- package/dist/components/ReDocument/types.d.ts.map +1 -0
- package/dist/components/ReFile/index.d.ts +6 -0
- package/dist/components/ReFile/index.d.ts.map +1 -0
- package/dist/components/ReFile/src/hooks.d.ts +49 -0
- package/dist/components/ReFile/src/hooks.d.ts.map +1 -0
- package/dist/components/ReFile/src/uploadFile.vue.d.ts +47 -0
- package/dist/components/ReFile/src/uploadFile.vue.d.ts.map +1 -0
- package/dist/components/ReFile/src/uploadImage.vue.d.ts +47 -0
- package/dist/components/ReFile/src/uploadImage.vue.d.ts.map +1 -0
- package/dist/components/ReFile/src/uploadVideo.vue.d.ts +47 -0
- package/dist/components/ReFile/src/uploadVideo.vue.d.ts.map +1 -0
- package/dist/components/ReForm/ReDescriptions/example.d.ts +136 -0
- package/dist/components/ReForm/ReDescriptions/example.d.ts.map +1 -0
- package/dist/components/ReForm/ReDescriptions/index.vue.d.ts +61 -0
- package/dist/components/ReForm/ReDescriptions/index.vue.d.ts.map +1 -0
- package/dist/components/ReForm/ReDescriptions/types.d.ts +25 -0
- package/dist/components/ReForm/ReDescriptions/types.d.ts.map +1 -0
- package/dist/components/ReForm/ReEditForm/index.vue.d.ts +56 -0
- package/dist/components/ReForm/ReEditForm/index.vue.d.ts.map +1 -0
- package/dist/components/ReForm/ReEditForm/types.d.ts +34 -0
- package/dist/components/ReForm/ReEditForm/types.d.ts.map +1 -0
- package/dist/components/ReForm/ReSearch/index.vue.d.ts +69 -0
- package/dist/components/ReForm/ReSearch/index.vue.d.ts.map +1 -0
- package/dist/components/ReForm/ReSearch/types.d.ts +36 -0
- package/dist/components/ReForm/ReSearch/types.d.ts.map +1 -0
- package/dist/components/ReForm/example.d.ts +124 -0
- package/dist/components/ReForm/example.d.ts.map +1 -0
- package/dist/components/ReForm/index.d.ts +6 -0
- package/dist/components/ReForm/index.d.ts.map +1 -0
- package/dist/components/ReForm/renderer.d.ts +17 -0
- package/dist/components/ReForm/renderer.d.ts.map +1 -0
- package/dist/components/ReIcon/index.d.ts +46 -0
- package/dist/components/ReIcon/index.d.ts.map +1 -0
- package/dist/components/ReIcon/src/hooks.d.ts +12 -0
- package/dist/components/ReIcon/src/hooks.d.ts.map +1 -0
- package/dist/components/ReIcon/src/iconfont.d.ts +15 -0
- package/dist/components/ReIcon/src/iconfont.d.ts.map +1 -0
- package/dist/components/ReIcon/src/iconifyIconOffline.d.ts +15 -0
- package/dist/components/ReIcon/src/iconifyIconOffline.d.ts.map +1 -0
- package/dist/components/ReIcon/src/iconifyIconOnline.d.ts +17 -0
- package/dist/components/ReIcon/src/iconifyIconOnline.d.ts.map +1 -0
- package/dist/components/ReIcon/src/offlineIcon.d.ts +2 -0
- package/dist/components/ReIcon/src/offlineIcon.d.ts.map +1 -0
- package/dist/components/ReIcon/src/types.d.ts +18 -0
- package/dist/components/ReIcon/src/types.d.ts.map +1 -0
- package/dist/components/ReTable/RePureTable/index.vue.d.ts +42 -0
- package/dist/components/ReTable/RePureTable/index.vue.d.ts.map +1 -0
- package/dist/components/ReTable/RePureTableBar/index.d.ts +51 -0
- package/dist/components/ReTable/RePureTableBar/index.d.ts.map +1 -0
- package/dist/components/ReTable/RePureTableBar/src/bar.d.ts +59 -0
- package/dist/components/ReTable/RePureTableBar/src/bar.d.ts.map +1 -0
- package/dist/components/ReTable/ReTable/index.vue.d.ts +52 -0
- package/dist/components/ReTable/ReTable/index.vue.d.ts.map +1 -0
- package/dist/components/ReTable/index.d.ts +6 -0
- package/dist/components/ReTable/index.d.ts.map +1 -0
- package/dist/components/index.d.ts +10 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/config/index.d.ts +27 -0
- package/dist/config/index.d.ts.map +1 -0
- package/dist/directives/copy/index.d.ts +8 -0
- package/dist/directives/copy/index.d.ts.map +1 -0
- package/dist/directives/index.d.ts +3 -0
- package/dist/directives/index.d.ts.map +1 -0
- package/dist/directives/longpress/index.d.ts +4 -0
- package/dist/directives/longpress/index.d.ts.map +1 -0
- package/dist/index.d.ts +19 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +2227 -32638
- package/dist/index.umd.cjs +1 -69
- package/dist/style.css +9 -0
- package/dist/utils/date_utils.d.ts +7 -0
- package/dist/utils/date_utils.d.ts.map +1 -0
- package/dist/utils/file_utils.d.ts +1 -0
- package/dist/utils/file_utils.d.ts.map +1 -0
- package/dist/utils/hooks.d.ts +24 -0
- package/dist/utils/hooks.d.ts.map +1 -0
- package/dist/utils/message.d.ts +46 -0
- package/dist/utils/message.d.ts.map +1 -0
- package/dist/utils/print_author.d.ts +2 -0
- package/dist/utils/print_author.d.ts.map +1 -0
- package/package.json +78 -39
- package/dist/favicon.ico +0 -0
- package/dist/logo.svg +0 -1
- package/dist/packages/sl-el-utils/assets/index.css +0 -9
- package/dist/platform-config.json +0 -26
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
declare const columns: ({
|
|
2
|
+
label: string;
|
|
3
|
+
value: string;
|
|
4
|
+
tooltip: string;
|
|
5
|
+
icon?: undefined;
|
|
6
|
+
type?: undefined;
|
|
7
|
+
options?: undefined;
|
|
8
|
+
attrs?: undefined;
|
|
9
|
+
} | {
|
|
10
|
+
label: string;
|
|
11
|
+
value: string;
|
|
12
|
+
icon: string;
|
|
13
|
+
tooltip?: undefined;
|
|
14
|
+
type?: undefined;
|
|
15
|
+
options?: undefined;
|
|
16
|
+
attrs?: undefined;
|
|
17
|
+
} | {
|
|
18
|
+
label: string;
|
|
19
|
+
value: string;
|
|
20
|
+
type: string;
|
|
21
|
+
options: {
|
|
22
|
+
label: string;
|
|
23
|
+
value: number;
|
|
24
|
+
}[];
|
|
25
|
+
tooltip?: undefined;
|
|
26
|
+
icon?: undefined;
|
|
27
|
+
attrs?: undefined;
|
|
28
|
+
} | {
|
|
29
|
+
label: string;
|
|
30
|
+
value: string[];
|
|
31
|
+
type: string;
|
|
32
|
+
attrs: {
|
|
33
|
+
type: string;
|
|
34
|
+
shortcuts: {
|
|
35
|
+
text: string;
|
|
36
|
+
value: Date | Function;
|
|
37
|
+
}[];
|
|
38
|
+
precision?: undefined;
|
|
39
|
+
step?: undefined;
|
|
40
|
+
activeText?: undefined;
|
|
41
|
+
inactiveText?: undefined;
|
|
42
|
+
activeValue?: undefined;
|
|
43
|
+
inactiveValue?: undefined;
|
|
44
|
+
start?: undefined;
|
|
45
|
+
end?: undefined;
|
|
46
|
+
};
|
|
47
|
+
tooltip?: undefined;
|
|
48
|
+
icon?: undefined;
|
|
49
|
+
options?: undefined;
|
|
50
|
+
} | {
|
|
51
|
+
label: string;
|
|
52
|
+
value: string;
|
|
53
|
+
type: string;
|
|
54
|
+
attrs: {
|
|
55
|
+
precision: number;
|
|
56
|
+
step: number;
|
|
57
|
+
type?: undefined;
|
|
58
|
+
shortcuts?: undefined;
|
|
59
|
+
activeText?: undefined;
|
|
60
|
+
inactiveText?: undefined;
|
|
61
|
+
activeValue?: undefined;
|
|
62
|
+
inactiveValue?: undefined;
|
|
63
|
+
start?: undefined;
|
|
64
|
+
end?: undefined;
|
|
65
|
+
};
|
|
66
|
+
tooltip?: undefined;
|
|
67
|
+
icon?: undefined;
|
|
68
|
+
options?: undefined;
|
|
69
|
+
} | {
|
|
70
|
+
label: string;
|
|
71
|
+
value: string;
|
|
72
|
+
type: string;
|
|
73
|
+
tooltip?: undefined;
|
|
74
|
+
icon?: undefined;
|
|
75
|
+
options?: undefined;
|
|
76
|
+
attrs?: undefined;
|
|
77
|
+
} | {
|
|
78
|
+
label: string;
|
|
79
|
+
value: string;
|
|
80
|
+
type: string;
|
|
81
|
+
attrs: {
|
|
82
|
+
activeText: string;
|
|
83
|
+
inactiveText: string;
|
|
84
|
+
activeValue: string;
|
|
85
|
+
inactiveValue: string;
|
|
86
|
+
type?: undefined;
|
|
87
|
+
shortcuts?: undefined;
|
|
88
|
+
precision?: undefined;
|
|
89
|
+
step?: undefined;
|
|
90
|
+
start?: undefined;
|
|
91
|
+
end?: undefined;
|
|
92
|
+
};
|
|
93
|
+
tooltip?: undefined;
|
|
94
|
+
icon?: undefined;
|
|
95
|
+
options?: undefined;
|
|
96
|
+
} | {
|
|
97
|
+
label: string;
|
|
98
|
+
value: string;
|
|
99
|
+
type: string;
|
|
100
|
+
options: {
|
|
101
|
+
value: string;
|
|
102
|
+
label: string;
|
|
103
|
+
children: {
|
|
104
|
+
value: string;
|
|
105
|
+
label: string;
|
|
106
|
+
children: {
|
|
107
|
+
value: string;
|
|
108
|
+
label: string;
|
|
109
|
+
}[];
|
|
110
|
+
}[];
|
|
111
|
+
}[];
|
|
112
|
+
tooltip?: undefined;
|
|
113
|
+
icon?: undefined;
|
|
114
|
+
attrs?: undefined;
|
|
115
|
+
} | {
|
|
116
|
+
label: string;
|
|
117
|
+
value: string;
|
|
118
|
+
type: string;
|
|
119
|
+
attrs: {
|
|
120
|
+
start: string;
|
|
121
|
+
step: string;
|
|
122
|
+
end: string;
|
|
123
|
+
type?: undefined;
|
|
124
|
+
shortcuts?: undefined;
|
|
125
|
+
precision?: undefined;
|
|
126
|
+
activeText?: undefined;
|
|
127
|
+
inactiveText?: undefined;
|
|
128
|
+
activeValue?: undefined;
|
|
129
|
+
inactiveValue?: undefined;
|
|
130
|
+
};
|
|
131
|
+
tooltip?: undefined;
|
|
132
|
+
icon?: undefined;
|
|
133
|
+
options?: undefined;
|
|
134
|
+
})[];
|
|
135
|
+
export { columns };
|
|
136
|
+
//# sourceMappingURL=example.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"example.d.ts","sourceRoot":"","sources":["../../../../components/ReForm/ReDescriptions/example.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA8LZ,CAAC;AAEF,OAAO,EAAE,OAAO,EAAE,CAAC"}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { ReDescriptionsProps } from './types';
|
|
2
|
+
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ReDescriptionsProps>, {
|
|
4
|
+
columns: () => any[];
|
|
5
|
+
data: () => void;
|
|
6
|
+
}>>, {
|
|
7
|
+
getValue: () => {};
|
|
8
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ReDescriptionsProps>, {
|
|
9
|
+
columns: () => any[];
|
|
10
|
+
data: () => void;
|
|
11
|
+
}>>> & Readonly<{}>, {
|
|
12
|
+
data: Object;
|
|
13
|
+
columns: import('./types').FormColumn[];
|
|
14
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, Partial<Record<string, (_: {
|
|
15
|
+
props: {
|
|
16
|
+
props: Readonly<{}> & {
|
|
17
|
+
readonly labelWidth: string;
|
|
18
|
+
readonly columns: import('./types').FormColumn[];
|
|
19
|
+
readonly data: Object;
|
|
20
|
+
} & {};
|
|
21
|
+
attrs: {
|
|
22
|
+
[x: string]: unknown;
|
|
23
|
+
};
|
|
24
|
+
formData: {};
|
|
25
|
+
index: number;
|
|
26
|
+
value: any;
|
|
27
|
+
};
|
|
28
|
+
}) => any>> & Partial<Record<string, (_: {}) => any>> & {
|
|
29
|
+
title?(_: {
|
|
30
|
+
props: any;
|
|
31
|
+
attrs: any;
|
|
32
|
+
}): any;
|
|
33
|
+
extra?(_: {
|
|
34
|
+
props: any;
|
|
35
|
+
attrs: any;
|
|
36
|
+
}): any;
|
|
37
|
+
}>;
|
|
38
|
+
export default _default;
|
|
39
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
40
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
41
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
42
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
43
|
+
} : {
|
|
44
|
+
type: import('vue').PropType<T[K]>;
|
|
45
|
+
required: true;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
type __VLS_WithDefaults<P, D> = {
|
|
49
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
50
|
+
default: D[K];
|
|
51
|
+
}> : P[K];
|
|
52
|
+
};
|
|
53
|
+
type __VLS_Prettify<T> = {
|
|
54
|
+
[K in keyof T]: T[K];
|
|
55
|
+
} & {};
|
|
56
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
57
|
+
new (): {
|
|
58
|
+
$slots: S;
|
|
59
|
+
};
|
|
60
|
+
};
|
|
61
|
+
//# sourceMappingURL=index.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.vue.d.ts","sourceRoot":"","sources":["../../../../components/ReForm/ReDescriptions/index.vue"],"names":[],"mappings":"AA+MA;AAyBA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;MAwpBmC,GAAG,uCAClB,GAAG;;;;QAE9C,GAAG;;;;QACH,GAAG;;AAxpB/B,wBAysBI;AAAA,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACrE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { FormItemType, OptionsType } from '@/components/ReForm/ReEditForm/types';
|
|
2
|
+
|
|
3
|
+
export interface FormColumn {
|
|
4
|
+
labelWidth?: string;
|
|
5
|
+
label?: string | Array<string>;
|
|
6
|
+
prop: string | Array<string>;
|
|
7
|
+
value: string | Array<string>;
|
|
8
|
+
type?: FormItemType;
|
|
9
|
+
options?: Array<OptionsType>;
|
|
10
|
+
icon?: string;
|
|
11
|
+
tooltip?: string;
|
|
12
|
+
copy?: boolean;
|
|
13
|
+
slot?: string;
|
|
14
|
+
attrs?: object;
|
|
15
|
+
formatter?: (value: any) => any;
|
|
16
|
+
labelRenderer?: import('vue').FunctionalComponent | Function;
|
|
17
|
+
cellRenderer?: import('vue').FunctionalComponent | Function;
|
|
18
|
+
change?: (value: any) => void;
|
|
19
|
+
}
|
|
20
|
+
export type ReDescriptionsProps = {
|
|
21
|
+
labelWidth?: string;
|
|
22
|
+
columns?: FormColumn[];
|
|
23
|
+
data?: Object;
|
|
24
|
+
};
|
|
25
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../components/ReForm/ReDescriptions/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,sCAAsC,CAAC;AAEtF,MAAM,WAAW,UAAU;IAC1B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC;IAC/B,IAAI,EAAE,MAAM,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC;IAC7B,KAAK,EAAE,MAAM,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC;IAC9B,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC;IAC7B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,GAAG,CAAC;IAChC,aAAa,CAAC,EAAE,OAAO,KAAK,EAAE,mBAAmB,GAAG,QAAQ,CAAC;IAC7D,YAAY,CAAC,EAAE,OAAO,KAAK,EAAE,mBAAmB,GAAG,QAAQ,CAAC;IAC5D,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;CAC9B;AAED,MAAM,MAAM,mBAAmB,GAAG;IACjC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,UAAU,EAAE,CAAC;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;CACd,CAAC"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { ReFormProps } from './types';
|
|
2
|
+
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ReFormProps>, {
|
|
4
|
+
columns: () => any[];
|
|
5
|
+
data: () => void;
|
|
6
|
+
rules: () => any[];
|
|
7
|
+
labelWidth: string;
|
|
8
|
+
labelPosition: any;
|
|
9
|
+
}>>, {
|
|
10
|
+
validate: () => any;
|
|
11
|
+
getValue: () => {
|
|
12
|
+
constructor: Function;
|
|
13
|
+
toString: () => string;
|
|
14
|
+
toLocaleString: () => string;
|
|
15
|
+
valueOf: () => Object;
|
|
16
|
+
hasOwnProperty: (v: PropertyKey) => boolean;
|
|
17
|
+
isPrototypeOf: (v: Object) => boolean;
|
|
18
|
+
propertyIsEnumerable: (v: PropertyKey) => boolean;
|
|
19
|
+
};
|
|
20
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ReFormProps>, {
|
|
21
|
+
columns: () => any[];
|
|
22
|
+
data: () => void;
|
|
23
|
+
rules: () => any[];
|
|
24
|
+
labelWidth: string;
|
|
25
|
+
labelPosition: any;
|
|
26
|
+
}>>> & Readonly<{}>, {
|
|
27
|
+
data: Object;
|
|
28
|
+
columns: import('./types').FormColumn[];
|
|
29
|
+
labelWidth: string;
|
|
30
|
+
rules: any[];
|
|
31
|
+
labelPosition: "left" | "right" | "top";
|
|
32
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, Partial<Record<string, (_: {}) => any>>>;
|
|
33
|
+
export default _default;
|
|
34
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
35
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
36
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
37
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
38
|
+
} : {
|
|
39
|
+
type: import('vue').PropType<T[K]>;
|
|
40
|
+
required: true;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
type __VLS_WithDefaults<P, D> = {
|
|
44
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
45
|
+
default: D[K];
|
|
46
|
+
}> : P[K];
|
|
47
|
+
};
|
|
48
|
+
type __VLS_Prettify<T> = {
|
|
49
|
+
[K in keyof T]: T[K];
|
|
50
|
+
} & {};
|
|
51
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
52
|
+
new (): {
|
|
53
|
+
$slots: S;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
//# sourceMappingURL=index.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.vue.d.ts","sourceRoot":"","sources":["../../../../components/ReForm/ReEditForm/index.vue"],"names":[],"mappings":"AAsJA;AA0BA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gHA8e6C,GAAG;AA1e3F,wBA+hBI;AAAA,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACrE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { Arrayable } from 'element-plus/es/utils';
|
|
2
|
+
import { FormItemRule } from 'element-plus';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* 所有表单的类型 默认是 input
|
|
6
|
+
*/
|
|
7
|
+
export type FormItemType = "input" | "select" | "number" | "switch" | "slider" | "radio" | "rate" | "cascader" | "tree-select" | "date-picker" | "time-select" | "time-picker" | "checkbox" | "transfer" | "upload-image" | "upload-video" | "upload-file" | "upload" | undefined;
|
|
8
|
+
export interface OptionsType {
|
|
9
|
+
label: string;
|
|
10
|
+
value: string;
|
|
11
|
+
disabled?: boolean;
|
|
12
|
+
}
|
|
13
|
+
export interface FormColumn {
|
|
14
|
+
label?: string | Array<string>;
|
|
15
|
+
value: string | Array<string>;
|
|
16
|
+
prop: string;
|
|
17
|
+
col: number;
|
|
18
|
+
width?: string | number;
|
|
19
|
+
minWidth?: string | number;
|
|
20
|
+
type?: FormItemType;
|
|
21
|
+
options?: Array<OptionsType>;
|
|
22
|
+
tooltip?: string;
|
|
23
|
+
slot?: string;
|
|
24
|
+
attrs?: object;
|
|
25
|
+
change?: (value: any) => void;
|
|
26
|
+
}
|
|
27
|
+
export type ReFormProps = {
|
|
28
|
+
columns?: FormColumn[];
|
|
29
|
+
data?: Object;
|
|
30
|
+
rules?: Arrayable<FormItemRule>;
|
|
31
|
+
labelWidth?: string;
|
|
32
|
+
labelPosition?: "left" | "right" | "top";
|
|
33
|
+
};
|
|
34
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../components/ReForm/ReEditForm/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAEjD;;GAEG;AACH,MAAM,MAAM,YAAY,GACrB,OAAO,GACP,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,OAAO,GACP,MAAM,GACN,UAAU,GACV,aAAa,GACb,aAAa,GACb,aAAa,GACb,aAAa,GACb,UAAU,GACV,UAAU,GACV,cAAc,GACd,cAAc,GACd,aAAa,GACb,QAAQ,GACR,SAAS,CAAC;AAEb,MAAM,WAAW,WAAW;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,MAAM,WAAW,UAAU;IAC1B,KAAK,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC;IAC/B,KAAK,EAAE,MAAM,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC3B,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC;IAC7B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;CAC9B;AAED,MAAM,MAAM,WAAW,GAAG;IACzB,OAAO,CAAC,EAAE,UAAU,EAAE,CAAC;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,SAAS,CAAC,YAAY,CAAC,CAAC;IAChC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,KAAK,CAAC;CACzC,CAAC"}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import { ReFormProps } from './types';
|
|
2
|
+
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ReFormProps>, {
|
|
4
|
+
modelValue: () => {};
|
|
5
|
+
onSearch: () => () => void;
|
|
6
|
+
columns: () => any[];
|
|
7
|
+
hasFooter: boolean;
|
|
8
|
+
hasSearch: boolean;
|
|
9
|
+
hasReset: boolean;
|
|
10
|
+
hasUnfold: boolean;
|
|
11
|
+
showNumber: number;
|
|
12
|
+
labelWidth: string;
|
|
13
|
+
colWidth: string;
|
|
14
|
+
labelPosition: any;
|
|
15
|
+
}>>, {
|
|
16
|
+
SetValue: (val: any) => void;
|
|
17
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
18
|
+
"update:modelValue": (...args: any[]) => void;
|
|
19
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ReFormProps>, {
|
|
20
|
+
modelValue: () => {};
|
|
21
|
+
onSearch: () => () => void;
|
|
22
|
+
columns: () => any[];
|
|
23
|
+
hasFooter: boolean;
|
|
24
|
+
hasSearch: boolean;
|
|
25
|
+
hasReset: boolean;
|
|
26
|
+
hasUnfold: boolean;
|
|
27
|
+
showNumber: number;
|
|
28
|
+
labelWidth: string;
|
|
29
|
+
colWidth: string;
|
|
30
|
+
labelPosition: any;
|
|
31
|
+
}>>> & Readonly<{
|
|
32
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
33
|
+
}>, {
|
|
34
|
+
modelValue: Record;
|
|
35
|
+
columns: import('./types').FormColumn[];
|
|
36
|
+
labelWidth: string;
|
|
37
|
+
labelPosition: "left" | "right" | "top";
|
|
38
|
+
onSearch: () => void;
|
|
39
|
+
hasFooter: boolean;
|
|
40
|
+
hasSearch: boolean;
|
|
41
|
+
hasReset: boolean;
|
|
42
|
+
hasUnfold: boolean;
|
|
43
|
+
showNumber: number;
|
|
44
|
+
colWidth: string;
|
|
45
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, Partial<Record<string, (_: {}) => any>>>;
|
|
46
|
+
export default _default;
|
|
47
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
48
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
49
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
50
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
51
|
+
} : {
|
|
52
|
+
type: import('vue').PropType<T[K]>;
|
|
53
|
+
required: true;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
type __VLS_WithDefaults<P, D> = {
|
|
57
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
58
|
+
default: D[K];
|
|
59
|
+
}> : P[K];
|
|
60
|
+
};
|
|
61
|
+
type __VLS_Prettify<T> = {
|
|
62
|
+
[K in keyof T]: T[K];
|
|
63
|
+
} & {};
|
|
64
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
65
|
+
new (): {
|
|
66
|
+
$slots: S;
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
//# sourceMappingURL=index.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.vue.d.ts","sourceRoot":"","sources":["../../../../components/ReForm/ReSearch/index.vue"],"names":[],"mappings":"AA0LA;AAIA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gHAyoB6C,GAAG;AA5mB3F,wBAuqBI;AAAA,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACrE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 所有表单的类型 默认是 input
|
|
3
|
+
*/
|
|
4
|
+
export type FormItemType = "input" | "select" | "number" | "switch" | "slider" | "radio" | "rate" | "cascader" | "tree-select" | "date-picker" | "time-select" | "time-picker" | undefined;
|
|
5
|
+
export interface OptionsType {
|
|
6
|
+
label: string;
|
|
7
|
+
value: string;
|
|
8
|
+
disabled?: boolean;
|
|
9
|
+
}
|
|
10
|
+
export interface FormColumn {
|
|
11
|
+
label?: string;
|
|
12
|
+
value: string | Array<string>;
|
|
13
|
+
prop: string;
|
|
14
|
+
width?: string | number;
|
|
15
|
+
minWidth?: string | number;
|
|
16
|
+
type?: FormItemType;
|
|
17
|
+
options?: Array<OptionsType | string>;
|
|
18
|
+
tooltip?: string;
|
|
19
|
+
slot?: string;
|
|
20
|
+
attrs?: object;
|
|
21
|
+
change?: (value: any) => void;
|
|
22
|
+
}
|
|
23
|
+
export type ReFormProps = {
|
|
24
|
+
modelValue?: Record;
|
|
25
|
+
columns?: FormColumn[];
|
|
26
|
+
onSearch?: () => void;
|
|
27
|
+
hasFooter?: boolean;
|
|
28
|
+
hasSearch?: boolean;
|
|
29
|
+
hasReset?: boolean;
|
|
30
|
+
hasUnfold?: boolean;
|
|
31
|
+
showNumber?: number;
|
|
32
|
+
labelWidth?: string;
|
|
33
|
+
colWidth?: string;
|
|
34
|
+
labelPosition?: "left" | "right" | "top";
|
|
35
|
+
};
|
|
36
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../components/ReForm/ReSearch/types.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,MAAM,YAAY,GACrB,OAAO,GACP,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,OAAO,GACP,MAAM,GACN,UAAU,GACV,aAAa,GACb,aAAa,GACb,aAAa,GACb,aAAa,GACb,SAAS,CAAC;AAEb,MAAM,WAAW,WAAW;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,MAAM,WAAW,UAAU;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC3B,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,MAAM,CAAC,CAAC;IACtC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;CAC9B;AAED,MAAM,MAAM,WAAW,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,UAAU,EAAE,CAAC;IACvB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,aAAa,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,KAAK,CAAC;CACzC,CAAC"}
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
declare const searchColumns: ({
|
|
2
|
+
label: string;
|
|
3
|
+
value: string;
|
|
4
|
+
tooltip: string;
|
|
5
|
+
type?: undefined;
|
|
6
|
+
options?: undefined;
|
|
7
|
+
attrs?: undefined;
|
|
8
|
+
} | {
|
|
9
|
+
label: string;
|
|
10
|
+
value: string;
|
|
11
|
+
tooltip?: undefined;
|
|
12
|
+
type?: undefined;
|
|
13
|
+
options?: undefined;
|
|
14
|
+
attrs?: undefined;
|
|
15
|
+
} | {
|
|
16
|
+
label: string;
|
|
17
|
+
value: string;
|
|
18
|
+
type: string;
|
|
19
|
+
options: {
|
|
20
|
+
label: string;
|
|
21
|
+
value: number;
|
|
22
|
+
}[];
|
|
23
|
+
tooltip?: undefined;
|
|
24
|
+
attrs?: undefined;
|
|
25
|
+
} | {
|
|
26
|
+
label: string;
|
|
27
|
+
value: string[];
|
|
28
|
+
type: string;
|
|
29
|
+
attrs: {
|
|
30
|
+
type: string;
|
|
31
|
+
shortcuts: any;
|
|
32
|
+
precision?: undefined;
|
|
33
|
+
step?: undefined;
|
|
34
|
+
activeText?: undefined;
|
|
35
|
+
inactiveText?: undefined;
|
|
36
|
+
activeValue?: undefined;
|
|
37
|
+
inactiveValue?: undefined;
|
|
38
|
+
start?: undefined;
|
|
39
|
+
end?: undefined;
|
|
40
|
+
};
|
|
41
|
+
tooltip?: undefined;
|
|
42
|
+
options?: undefined;
|
|
43
|
+
} | {
|
|
44
|
+
label: string;
|
|
45
|
+
value: string;
|
|
46
|
+
type: string;
|
|
47
|
+
attrs: {
|
|
48
|
+
precision: number;
|
|
49
|
+
step: number;
|
|
50
|
+
type?: undefined;
|
|
51
|
+
shortcuts?: undefined;
|
|
52
|
+
activeText?: undefined;
|
|
53
|
+
inactiveText?: undefined;
|
|
54
|
+
activeValue?: undefined;
|
|
55
|
+
inactiveValue?: undefined;
|
|
56
|
+
start?: undefined;
|
|
57
|
+
end?: undefined;
|
|
58
|
+
};
|
|
59
|
+
tooltip?: undefined;
|
|
60
|
+
options?: undefined;
|
|
61
|
+
} | {
|
|
62
|
+
label: string;
|
|
63
|
+
value: string;
|
|
64
|
+
type: string;
|
|
65
|
+
tooltip?: undefined;
|
|
66
|
+
options?: undefined;
|
|
67
|
+
attrs?: undefined;
|
|
68
|
+
} | {
|
|
69
|
+
label: string;
|
|
70
|
+
value: string;
|
|
71
|
+
type: string;
|
|
72
|
+
attrs: {
|
|
73
|
+
activeText: string;
|
|
74
|
+
inactiveText: string;
|
|
75
|
+
activeValue: string;
|
|
76
|
+
inactiveValue: string;
|
|
77
|
+
type?: undefined;
|
|
78
|
+
shortcuts?: undefined;
|
|
79
|
+
precision?: undefined;
|
|
80
|
+
step?: undefined;
|
|
81
|
+
start?: undefined;
|
|
82
|
+
end?: undefined;
|
|
83
|
+
};
|
|
84
|
+
tooltip?: undefined;
|
|
85
|
+
options?: undefined;
|
|
86
|
+
} | {
|
|
87
|
+
label: string;
|
|
88
|
+
value: string;
|
|
89
|
+
type: string;
|
|
90
|
+
options: {
|
|
91
|
+
value: string;
|
|
92
|
+
label: string;
|
|
93
|
+
children: {
|
|
94
|
+
value: string;
|
|
95
|
+
label: string;
|
|
96
|
+
children: {
|
|
97
|
+
value: string;
|
|
98
|
+
label: string;
|
|
99
|
+
}[];
|
|
100
|
+
}[];
|
|
101
|
+
}[];
|
|
102
|
+
tooltip?: undefined;
|
|
103
|
+
attrs?: undefined;
|
|
104
|
+
} | {
|
|
105
|
+
label: string;
|
|
106
|
+
value: string;
|
|
107
|
+
type: string;
|
|
108
|
+
attrs: {
|
|
109
|
+
start: string;
|
|
110
|
+
step: string;
|
|
111
|
+
end: string;
|
|
112
|
+
type?: undefined;
|
|
113
|
+
shortcuts?: undefined;
|
|
114
|
+
precision?: undefined;
|
|
115
|
+
activeText?: undefined;
|
|
116
|
+
inactiveText?: undefined;
|
|
117
|
+
activeValue?: undefined;
|
|
118
|
+
inactiveValue?: undefined;
|
|
119
|
+
};
|
|
120
|
+
tooltip?: undefined;
|
|
121
|
+
options?: undefined;
|
|
122
|
+
})[];
|
|
123
|
+
export { searchColumns };
|
|
124
|
+
//# sourceMappingURL=example.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"example.d.ts","sourceRoot":"","sources":["../../../components/ReForm/example.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA0MlB,CAAC;AAEF,OAAO,EAAE,aAAa,EAAE,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { default as ReSearch } from './ReSearch/index.vue';
|
|
2
|
+
import { default as ReEditForm } from './ReEditForm/index.vue';
|
|
3
|
+
import { default as ReDescriptions } from './ReDescriptions/index.vue';
|
|
4
|
+
|
|
5
|
+
export { ReSearch, ReEditForm, ReDescriptions };
|
|
6
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/ReForm/index.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,sBAAsB,CAAC;AAC5C,OAAO,UAAU,MAAM,wBAAwB,CAAC;AAChD,OAAO,cAAc,MAAM,4BAA4B,CAAC;AAExD,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,cAAc,EAAE,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
render: {
|
|
3
|
+
type: FunctionConstructor;
|
|
4
|
+
};
|
|
5
|
+
params: {
|
|
6
|
+
type: ObjectConstructor;
|
|
7
|
+
};
|
|
8
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
9
|
+
render: {
|
|
10
|
+
type: FunctionConstructor;
|
|
11
|
+
};
|
|
12
|
+
params: {
|
|
13
|
+
type: ObjectConstructor;
|
|
14
|
+
};
|
|
15
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
16
|
+
export default _default;
|
|
17
|
+
//# sourceMappingURL=renderer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"renderer.d.ts","sourceRoot":"","sources":["../../../components/ReForm/renderer.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;AAWA,wBAMG"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/** 本地图标组件 */
|
|
2
|
+
declare const IconifyIconOffline: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3
|
+
icon: {
|
|
4
|
+
default: any;
|
|
5
|
+
};
|
|
6
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
7
|
+
icon: {
|
|
8
|
+
default: any;
|
|
9
|
+
};
|
|
10
|
+
}>> & Readonly<{}>, {
|
|
11
|
+
icon: any;
|
|
12
|
+
}, {}, {
|
|
13
|
+
IconifyIcon: import('vue').DefineComponent<import('@iconify/vue/dist/offline.js').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@iconify/vue/dist/offline.js').IconProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
15
|
+
/** 在线图标组件 */
|
|
16
|
+
declare const IconifyIconOnline: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
17
|
+
icon: {
|
|
18
|
+
type: StringConstructor;
|
|
19
|
+
default: string;
|
|
20
|
+
};
|
|
21
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
22
|
+
icon: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
default: string;
|
|
25
|
+
};
|
|
26
|
+
}>> & Readonly<{}>, {
|
|
27
|
+
icon: string;
|
|
28
|
+
}, {}, {
|
|
29
|
+
IconifyIcon: import('vue').DefineComponent<import('@iconify/vue/dist/iconify.js').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@iconify/vue/dist/iconify.js').IconProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
30
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
31
|
+
/** `iconfont`组件 */
|
|
32
|
+
declare const FontIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
33
|
+
icon: {
|
|
34
|
+
type: StringConstructor;
|
|
35
|
+
default: string;
|
|
36
|
+
};
|
|
37
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
38
|
+
icon: {
|
|
39
|
+
type: StringConstructor;
|
|
40
|
+
default: string;
|
|
41
|
+
};
|
|
42
|
+
}>> & Readonly<{}>, {
|
|
43
|
+
icon: string;
|
|
44
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
45
|
+
export { IconifyIconOffline, IconifyIconOnline, FontIcon };
|
|
46
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/ReIcon/index.ts"],"names":[],"mappings":"AAIA,aAAa;AACb,QAAA,MAAM,kBAAkB;;;;;;;;;;;;oEAAqB,CAAC;AAC9C,aAAa;AACb,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;oEAAoB,CAAC;AAC5C,mBAAmB;AACnB,QAAA,MAAM,QAAQ;;;;;;;;;;;;4EAAW,CAAC;AAE1B,OAAO,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,QAAQ,EAAE,CAAC"}
|