qsyx-element 1.0.1
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/es/Button-OBW9FK8V.js +13 -0
- package/dist/es/Dialog-lE9CYwyT.js +67 -0
- package/dist/es/Form-GllMGZ5L.js +658 -0
- package/dist/es/Table-BrzOxcFz.js +122 -0
- package/dist/es/cdn/iconfont.css +457 -0
- package/dist/es/cdn/luckysheet.css +1 -0
- package/dist/es/cdn/luckysheet.umd.js +27 -0
- package/dist/es/cdn/plugin.js +1 -0
- package/dist/es/cdn/plugins.css +10 -0
- package/dist/es/cdn/pluginsCss.css +1 -0
- package/dist/es/excelSee-DNbR9hdn.js +346 -0
- package/dist/es/exportExcel-rMHaYDUw.js +326 -0
- package/dist/es/exportWord-zS-yn0r2.js +615 -0
- package/dist/es/imToText-nJqaYhI_.js +38 -0
- package/dist/es/index.js +39 -0
- package/dist/es/insertExcel-BYsef8on.js +23155 -0
- package/dist/es/onlineExcel-DJeuDI97.js +371 -0
- package/dist/es/pdfSee-BJvVkNxS.js +113 -0
- package/dist/es/utils-DsWIZ76j.js +14 -0
- package/dist/es/vendor-P2JMGdqH.js +157444 -0
- package/dist/es/wordSee-oMFtPj-S.js +73 -0
- package/dist/index.css +1 -0
- package/dist/types/components/Button/Button.vue.d.ts +2 -0
- package/dist/types/components/Button/index.d.ts +13 -0
- package/dist/types/components/Dialog/Dialog.vue.d.ts +35 -0
- package/dist/types/components/Dialog/index.d.ts +60 -0
- package/dist/types/components/Form/Form.vue.d.ts +34 -0
- package/dist/types/components/Table/Table.vue.d.ts +30 -0
- package/dist/types/components/Table/index.d.ts +43 -0
- package/dist/types/components/excelSee/color.d.ts +2 -0
- package/dist/types/components/excelSee/excel.d.ts +7 -0
- package/dist/types/components/excelSee/hack.d.ts +1 -0
- package/dist/types/components/excelSee/index.d.ts +1 -0
- package/dist/types/components/excelSee/media.d.ts +2 -0
- package/dist/types/components/exportExcel/index.d.ts +53 -0
- package/dist/types/components/exportExcel/index.vue.d.ts +22 -0
- package/dist/types/components/exportWord/index.d.ts +86 -0
- package/dist/types/components/exportWord/index.vue.d.ts +37 -0
- package/dist/types/components/exportWordEcharts/index.d.ts +1 -0
- package/dist/types/components/exportWordImage/index.d.ts +1 -0
- package/dist/types/components/foundationComponents/qsyxCheckBox/index.d.ts +83 -0
- package/dist/types/components/foundationComponents/qsyxCheckBox/index.vue.d.ts +25 -0
- package/dist/types/components/foundationComponents/qsyxDate/index.d.ts +67 -0
- package/dist/types/components/foundationComponents/qsyxDate/index.vue.d.ts +23 -0
- package/dist/types/components/foundationComponents/qsyxDateInterval/index.d.ts +67 -0
- package/dist/types/components/foundationComponents/qsyxDateInterval/index.vue.d.ts +23 -0
- package/dist/types/components/foundationComponents/qsyxInput/index.d.ts +83 -0
- package/dist/types/components/foundationComponents/qsyxInput/index.vue.d.ts +25 -0
- package/dist/types/components/foundationComponents/qsyxInputMoney/index.d.ts +67 -0
- package/dist/types/components/foundationComponents/qsyxInputMoney/index.vue.d.ts +23 -0
- package/dist/types/components/foundationComponents/qsyxRadio/index.d.ts +83 -0
- package/dist/types/components/foundationComponents/qsyxRadio/index.vue.d.ts +25 -0
- package/dist/types/components/foundationComponents/qsyxSelect/index.d.ts +99 -0
- package/dist/types/components/foundationComponents/qsyxSelect/index.vue.d.ts +27 -0
- package/dist/types/components/foundationComponents/qsyxTextArea/index.d.ts +83 -0
- package/dist/types/components/foundationComponents/qsyxTextArea/index.vue.d.ts +25 -0
- package/dist/types/components/imToText/index.d.ts +1 -0
- package/dist/types/components/index.d.ts +22 -0
- package/dist/types/components/insertExcel/index.d.ts +39 -0
- package/dist/types/components/insertExcel/index.vue.d.ts +14 -0
- package/dist/types/components/onlineExcel/export.d.ts +2 -0
- package/dist/types/components/onlineExcel/index.d.ts +1 -0
- package/dist/types/components/onlineExcel/is.d.ts +2 -0
- package/dist/types/components/pdfSee/index.d.ts +1 -0
- package/dist/types/components/pdfSee/pdf.d.ts +1 -0
- package/dist/types/components/pdfSee/worker.d.ts +1 -0
- package/dist/types/components/utils/baseToFile.d.ts +6 -0
- package/dist/types/components/utils/debounceRef.d.ts +1 -0
- package/dist/types/components/utils/downloadFile.d.ts +2 -0
- package/dist/types/components/utils/exportWord.d.ts +14 -0
- package/dist/types/components/utils/htmlToPdf.d.ts +4 -0
- package/dist/types/components/utils/index.d.ts +0 -0
- package/dist/types/components/utils/showMsg.d.ts +2 -0
- package/dist/types/components/utils/test.d.ts +1 -0
- package/dist/types/components/utils/url.d.ts +2 -0
- package/dist/types/components/wordSee/docx.d.ts +7 -0
- package/dist/types/components/wordSee/index.d.ts +1 -0
- package/dist/types/core/index.d.ts +4 -0
- package/dist/types/utils/index.d.ts +1 -0
- package/dist/types/utils/install.d.ts +6 -0
- package/dist/umd/index.css +1 -0
- package/dist/umd/index.umd.cjs +668 -0
- package/package.json +45 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare const QsyxButton: {
|
|
2
|
+
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, {
|
|
3
|
+
P: {};
|
|
4
|
+
B: {};
|
|
5
|
+
D: {};
|
|
6
|
+
C: {};
|
|
7
|
+
M: {};
|
|
8
|
+
Defaults: {};
|
|
9
|
+
}, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
10
|
+
__isFragment?: never;
|
|
11
|
+
__isTeleport?: never;
|
|
12
|
+
__isSuspense?: never;
|
|
13
|
+
} & 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 & import('vue').Plugin;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
header?(_: {
|
|
3
|
+
close: () => void;
|
|
4
|
+
titleId: string;
|
|
5
|
+
titleClass: string;
|
|
6
|
+
}): any;
|
|
7
|
+
footer?(_: {}): any;
|
|
8
|
+
};
|
|
9
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
10
|
+
form: any;
|
|
11
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
12
|
+
open: (...args: any[]) => void;
|
|
13
|
+
close: (...args: any[]) => void;
|
|
14
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
15
|
+
form: any;
|
|
16
|
+
}>>> & Readonly<{
|
|
17
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
18
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
19
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
20
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
21
|
+
export default _default;
|
|
22
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
23
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
24
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
25
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
26
|
+
} : {
|
|
27
|
+
type: import('vue').PropType<T[K]>;
|
|
28
|
+
required: true;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
32
|
+
new (): {
|
|
33
|
+
$slots: S;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
export declare const QsyxDialog: {
|
|
2
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
3
|
+
form: {
|
|
4
|
+
type: import('vue').PropType<any>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
}>> & Readonly<{
|
|
8
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
9
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
10
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
11
|
+
open: (...args: any[]) => void;
|
|
12
|
+
close: (...args: any[]) => void;
|
|
13
|
+
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
14
|
+
form: {
|
|
15
|
+
type: import('vue').PropType<any>;
|
|
16
|
+
required: true;
|
|
17
|
+
};
|
|
18
|
+
}>> & Readonly<{
|
|
19
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
20
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
21
|
+
}>, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
22
|
+
P: {};
|
|
23
|
+
B: {};
|
|
24
|
+
D: {};
|
|
25
|
+
C: {};
|
|
26
|
+
M: {};
|
|
27
|
+
Defaults: {};
|
|
28
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
29
|
+
form: {
|
|
30
|
+
type: import('vue').PropType<any>;
|
|
31
|
+
required: true;
|
|
32
|
+
};
|
|
33
|
+
}>> & Readonly<{
|
|
34
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
35
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
36
|
+
}>, {}, {}, {}, {}, {}>;
|
|
37
|
+
__isFragment?: never;
|
|
38
|
+
__isTeleport?: never;
|
|
39
|
+
__isSuspense?: never;
|
|
40
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
41
|
+
form: {
|
|
42
|
+
type: import('vue').PropType<any>;
|
|
43
|
+
required: true;
|
|
44
|
+
};
|
|
45
|
+
}>> & Readonly<{
|
|
46
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
47
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
48
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
49
|
+
open: (...args: any[]) => void;
|
|
50
|
+
close: (...args: any[]) => void;
|
|
51
|
+
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
52
|
+
$slots: {
|
|
53
|
+
header?(_: {
|
|
54
|
+
close: () => void;
|
|
55
|
+
titleId: string;
|
|
56
|
+
titleClass: string;
|
|
57
|
+
}): any;
|
|
58
|
+
footer?(_: {}): any;
|
|
59
|
+
};
|
|
60
|
+
}) & import('vue').Plugin;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
interface Item {
|
|
2
|
+
code: string;
|
|
3
|
+
script: string;
|
|
4
|
+
disabled: boolean;
|
|
5
|
+
visible: boolean;
|
|
6
|
+
type: string;
|
|
7
|
+
}
|
|
8
|
+
interface QSYXForm {
|
|
9
|
+
items: Item[];
|
|
10
|
+
data: object;
|
|
11
|
+
}
|
|
12
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
13
|
+
form: QSYXForm;
|
|
14
|
+
item: any;
|
|
15
|
+
}>>, {
|
|
16
|
+
valid: () => Promise<boolean | undefined>;
|
|
17
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
18
|
+
changeFormValue: (...args: any[]) => void;
|
|
19
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
20
|
+
form: QSYXForm;
|
|
21
|
+
item: any;
|
|
22
|
+
}>>> & Readonly<{
|
|
23
|
+
onChangeFormValue?: ((...args: any[]) => any) | undefined;
|
|
24
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
25
|
+
export default _default;
|
|
26
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
27
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
28
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
29
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
30
|
+
} : {
|
|
31
|
+
type: import('vue').PropType<T[K]>;
|
|
32
|
+
required: true;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
declare function __VLS_template(): Partial<Record<any, (_: {
|
|
2
|
+
index: any;
|
|
3
|
+
row: any;
|
|
4
|
+
}) => any>> & {
|
|
5
|
+
opreate?(_: {
|
|
6
|
+
index: any;
|
|
7
|
+
row: any;
|
|
8
|
+
}): any;
|
|
9
|
+
};
|
|
10
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
11
|
+
table: any;
|
|
12
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
13
|
+
table: any;
|
|
14
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
15
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
18
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
19
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
20
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
21
|
+
} : {
|
|
22
|
+
type: import('vue').PropType<T[K]>;
|
|
23
|
+
required: true;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
27
|
+
new (): {
|
|
28
|
+
$slots: S;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
export declare const QsyxTable: {
|
|
2
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
3
|
+
table: {
|
|
4
|
+
type: import('vue').PropType<any>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
8
|
+
table: {
|
|
9
|
+
type: import('vue').PropType<any>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
}>> & Readonly<{}>, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
13
|
+
P: {};
|
|
14
|
+
B: {};
|
|
15
|
+
D: {};
|
|
16
|
+
C: {};
|
|
17
|
+
M: {};
|
|
18
|
+
Defaults: {};
|
|
19
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
20
|
+
table: {
|
|
21
|
+
type: import('vue').PropType<any>;
|
|
22
|
+
required: true;
|
|
23
|
+
};
|
|
24
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
25
|
+
__isFragment?: never;
|
|
26
|
+
__isTeleport?: never;
|
|
27
|
+
__isSuspense?: never;
|
|
28
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
29
|
+
table: {
|
|
30
|
+
type: import('vue').PropType<any>;
|
|
31
|
+
required: true;
|
|
32
|
+
};
|
|
33
|
+
}>> & 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 () => {
|
|
34
|
+
$slots: Partial<Record<any, (_: {
|
|
35
|
+
index: any;
|
|
36
|
+
row: any;
|
|
37
|
+
}) => any>> & {
|
|
38
|
+
opreate?(_: {
|
|
39
|
+
index: any;
|
|
40
|
+
row: any;
|
|
41
|
+
}): any;
|
|
42
|
+
};
|
|
43
|
+
}) & import('vue').Plugin;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare function getData(src: any, options?: {}): Promise<ArrayBuffer>;
|
|
2
|
+
export declare function readExcelData(buffer: any): any;
|
|
3
|
+
export declare function transferExcelToSpreadSheet(workbook: any, options: any): {
|
|
4
|
+
workbookData: any[];
|
|
5
|
+
workbookSource: any;
|
|
6
|
+
medias: any;
|
|
7
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function readOnlyInput(ref: any): void;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const QsyxExcel: any;
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
export declare const QsyxExportExcel: {
|
|
2
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
3
|
+
json_fields: {
|
|
4
|
+
required: true;
|
|
5
|
+
};
|
|
6
|
+
details_form: {
|
|
7
|
+
required: true;
|
|
8
|
+
};
|
|
9
|
+
header: {
|
|
10
|
+
type: StringConstructor;
|
|
11
|
+
};
|
|
12
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
13
|
+
json_fields: {
|
|
14
|
+
required: true;
|
|
15
|
+
};
|
|
16
|
+
details_form: {
|
|
17
|
+
required: true;
|
|
18
|
+
};
|
|
19
|
+
header: {
|
|
20
|
+
type: StringConstructor;
|
|
21
|
+
};
|
|
22
|
+
}>> & Readonly<{}>, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
23
|
+
P: {};
|
|
24
|
+
B: {};
|
|
25
|
+
D: {};
|
|
26
|
+
C: {};
|
|
27
|
+
M: {};
|
|
28
|
+
Defaults: {};
|
|
29
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
30
|
+
json_fields: {
|
|
31
|
+
required: true;
|
|
32
|
+
};
|
|
33
|
+
details_form: {
|
|
34
|
+
required: true;
|
|
35
|
+
};
|
|
36
|
+
header: {
|
|
37
|
+
type: StringConstructor;
|
|
38
|
+
};
|
|
39
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
40
|
+
__isFragment?: never;
|
|
41
|
+
__isTeleport?: never;
|
|
42
|
+
__isSuspense?: never;
|
|
43
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
44
|
+
json_fields: {
|
|
45
|
+
required: true;
|
|
46
|
+
};
|
|
47
|
+
details_form: {
|
|
48
|
+
required: true;
|
|
49
|
+
};
|
|
50
|
+
header: {
|
|
51
|
+
type: StringConstructor;
|
|
52
|
+
};
|
|
53
|
+
}>> & 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 & import('vue').Plugin;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
json_fields: {
|
|
3
|
+
required: true;
|
|
4
|
+
};
|
|
5
|
+
details_form: {
|
|
6
|
+
required: true;
|
|
7
|
+
};
|
|
8
|
+
header: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
};
|
|
11
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
12
|
+
json_fields: {
|
|
13
|
+
required: true;
|
|
14
|
+
};
|
|
15
|
+
details_form: {
|
|
16
|
+
required: true;
|
|
17
|
+
};
|
|
18
|
+
header: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
};
|
|
21
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
22
|
+
export default _default;
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
export declare const QsyxExportWord: {
|
|
2
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
3
|
+
fileName: {
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
default: string;
|
|
6
|
+
};
|
|
7
|
+
fileTemplete: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
11
|
+
demoUrl: {
|
|
12
|
+
type: StringConstructor;
|
|
13
|
+
required: true;
|
|
14
|
+
};
|
|
15
|
+
wordData: {
|
|
16
|
+
type: ObjectConstructor;
|
|
17
|
+
};
|
|
18
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
19
|
+
fileName: {
|
|
20
|
+
type: StringConstructor;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
23
|
+
fileTemplete: {
|
|
24
|
+
type: StringConstructor;
|
|
25
|
+
default: string;
|
|
26
|
+
};
|
|
27
|
+
demoUrl: {
|
|
28
|
+
type: StringConstructor;
|
|
29
|
+
required: true;
|
|
30
|
+
};
|
|
31
|
+
wordData: {
|
|
32
|
+
type: ObjectConstructor;
|
|
33
|
+
};
|
|
34
|
+
}>> & Readonly<{}>, {
|
|
35
|
+
fileName: string;
|
|
36
|
+
fileTemplete: string;
|
|
37
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
38
|
+
P: {};
|
|
39
|
+
B: {};
|
|
40
|
+
D: {};
|
|
41
|
+
C: {};
|
|
42
|
+
M: {};
|
|
43
|
+
Defaults: {};
|
|
44
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
45
|
+
fileName: {
|
|
46
|
+
type: StringConstructor;
|
|
47
|
+
default: string;
|
|
48
|
+
};
|
|
49
|
+
fileTemplete: {
|
|
50
|
+
type: StringConstructor;
|
|
51
|
+
default: string;
|
|
52
|
+
};
|
|
53
|
+
demoUrl: {
|
|
54
|
+
type: StringConstructor;
|
|
55
|
+
required: true;
|
|
56
|
+
};
|
|
57
|
+
wordData: {
|
|
58
|
+
type: ObjectConstructor;
|
|
59
|
+
};
|
|
60
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
61
|
+
fileName: string;
|
|
62
|
+
fileTemplete: string;
|
|
63
|
+
}>;
|
|
64
|
+
__isFragment?: never;
|
|
65
|
+
__isTeleport?: never;
|
|
66
|
+
__isSuspense?: never;
|
|
67
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
68
|
+
fileName: {
|
|
69
|
+
type: StringConstructor;
|
|
70
|
+
default: string;
|
|
71
|
+
};
|
|
72
|
+
fileTemplete: {
|
|
73
|
+
type: StringConstructor;
|
|
74
|
+
default: string;
|
|
75
|
+
};
|
|
76
|
+
demoUrl: {
|
|
77
|
+
type: StringConstructor;
|
|
78
|
+
required: true;
|
|
79
|
+
};
|
|
80
|
+
wordData: {
|
|
81
|
+
type: ObjectConstructor;
|
|
82
|
+
};
|
|
83
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
84
|
+
fileName: string;
|
|
85
|
+
fileTemplete: string;
|
|
86
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
fileName: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
fileTemplete: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
demoUrl: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
required: true;
|
|
13
|
+
};
|
|
14
|
+
wordData: {
|
|
15
|
+
type: ObjectConstructor;
|
|
16
|
+
};
|
|
17
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
18
|
+
fileName: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
22
|
+
fileTemplete: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
default: string;
|
|
25
|
+
};
|
|
26
|
+
demoUrl: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
required: true;
|
|
29
|
+
};
|
|
30
|
+
wordData: {
|
|
31
|
+
type: ObjectConstructor;
|
|
32
|
+
};
|
|
33
|
+
}>> & Readonly<{}>, {
|
|
34
|
+
fileName: string;
|
|
35
|
+
fileTemplete: string;
|
|
36
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
37
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const QsyxExportWordEcharts: any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const QsyxExportWordImage: any;
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
export declare const QsyxCheckBox: {
|
|
2
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
3
|
+
valueText: {
|
|
4
|
+
type: import('vue').PropType<string>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
item: {
|
|
8
|
+
type: import('vue').PropType<any>;
|
|
9
|
+
required: true;
|
|
10
|
+
};
|
|
11
|
+
items: {
|
|
12
|
+
type: import('vue').PropType<T[]>;
|
|
13
|
+
required: true;
|
|
14
|
+
};
|
|
15
|
+
}>> & Readonly<{
|
|
16
|
+
onChangeFormValue?: ((...args: any[]) => any) | undefined;
|
|
17
|
+
"onChangeFormItems`"?: ((...args: any[]) => any) | undefined;
|
|
18
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
19
|
+
changeFormValue: (...args: any[]) => void;
|
|
20
|
+
"changeFormItems`": (...args: any[]) => void;
|
|
21
|
+
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
22
|
+
valueText: {
|
|
23
|
+
type: import('vue').PropType<string>;
|
|
24
|
+
required: true;
|
|
25
|
+
};
|
|
26
|
+
item: {
|
|
27
|
+
type: import('vue').PropType<any>;
|
|
28
|
+
required: true;
|
|
29
|
+
};
|
|
30
|
+
items: {
|
|
31
|
+
type: import('vue').PropType<T[]>;
|
|
32
|
+
required: true;
|
|
33
|
+
};
|
|
34
|
+
}>> & Readonly<{
|
|
35
|
+
onChangeFormValue?: ((...args: any[]) => any) | undefined;
|
|
36
|
+
"onChangeFormItems`"?: ((...args: any[]) => any) | undefined;
|
|
37
|
+
}>, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
38
|
+
P: {};
|
|
39
|
+
B: {};
|
|
40
|
+
D: {};
|
|
41
|
+
C: {};
|
|
42
|
+
M: {};
|
|
43
|
+
Defaults: {};
|
|
44
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
45
|
+
valueText: {
|
|
46
|
+
type: import('vue').PropType<string>;
|
|
47
|
+
required: true;
|
|
48
|
+
};
|
|
49
|
+
item: {
|
|
50
|
+
type: import('vue').PropType<any>;
|
|
51
|
+
required: true;
|
|
52
|
+
};
|
|
53
|
+
items: {
|
|
54
|
+
type: import('vue').PropType<T[]>;
|
|
55
|
+
required: true;
|
|
56
|
+
};
|
|
57
|
+
}>> & Readonly<{
|
|
58
|
+
onChangeFormValue?: ((...args: any[]) => any) | undefined;
|
|
59
|
+
"onChangeFormItems`"?: ((...args: any[]) => any) | undefined;
|
|
60
|
+
}>, {}, {}, {}, {}, {}>;
|
|
61
|
+
__isFragment?: never;
|
|
62
|
+
__isTeleport?: never;
|
|
63
|
+
__isSuspense?: never;
|
|
64
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
65
|
+
valueText: {
|
|
66
|
+
type: import('vue').PropType<string>;
|
|
67
|
+
required: true;
|
|
68
|
+
};
|
|
69
|
+
item: {
|
|
70
|
+
type: import('vue').PropType<any>;
|
|
71
|
+
required: true;
|
|
72
|
+
};
|
|
73
|
+
items: {
|
|
74
|
+
type: import('vue').PropType<T[]>;
|
|
75
|
+
required: true;
|
|
76
|
+
};
|
|
77
|
+
}>> & Readonly<{
|
|
78
|
+
onChangeFormValue?: ((...args: any[]) => any) | undefined;
|
|
79
|
+
"onChangeFormItems`"?: ((...args: any[]) => any) | undefined;
|
|
80
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
81
|
+
changeFormValue: (...args: any[]) => void;
|
|
82
|
+
"changeFormItems`": (...args: any[]) => void;
|
|
83
|
+
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
valueText: string;
|
|
3
|
+
item: any;
|
|
4
|
+
items: Array<T>;
|
|
5
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
6
|
+
changeFormValue: (...args: any[]) => void;
|
|
7
|
+
"changeFormItems`": (...args: any[]) => void;
|
|
8
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
9
|
+
valueText: string;
|
|
10
|
+
item: any;
|
|
11
|
+
items: Array<T>;
|
|
12
|
+
}>>> & Readonly<{
|
|
13
|
+
onChangeFormValue?: ((...args: any[]) => any) | undefined;
|
|
14
|
+
"onChangeFormItems`"?: ((...args: any[]) => any) | undefined;
|
|
15
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
18
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
19
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
20
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
21
|
+
} : {
|
|
22
|
+
type: import('vue').PropType<T[K]>;
|
|
23
|
+
required: true;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
export declare const QsyxDatePicker: {
|
|
2
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
3
|
+
valueText: {
|
|
4
|
+
type: import('vue').PropType<string>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
item: {
|
|
8
|
+
type: import('vue').PropType<any>;
|
|
9
|
+
required: true;
|
|
10
|
+
};
|
|
11
|
+
}>> & Readonly<{
|
|
12
|
+
onChangeFormValue?: ((...args: any[]) => any) | undefined;
|
|
13
|
+
"onChangeFormItems`"?: ((...args: any[]) => any) | undefined;
|
|
14
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
15
|
+
changeFormValue: (...args: any[]) => void;
|
|
16
|
+
"changeFormItems`": (...args: any[]) => void;
|
|
17
|
+
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
18
|
+
valueText: {
|
|
19
|
+
type: import('vue').PropType<string>;
|
|
20
|
+
required: true;
|
|
21
|
+
};
|
|
22
|
+
item: {
|
|
23
|
+
type: import('vue').PropType<any>;
|
|
24
|
+
required: true;
|
|
25
|
+
};
|
|
26
|
+
}>> & Readonly<{
|
|
27
|
+
onChangeFormValue?: ((...args: any[]) => any) | undefined;
|
|
28
|
+
"onChangeFormItems`"?: ((...args: any[]) => any) | undefined;
|
|
29
|
+
}>, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
30
|
+
P: {};
|
|
31
|
+
B: {};
|
|
32
|
+
D: {};
|
|
33
|
+
C: {};
|
|
34
|
+
M: {};
|
|
35
|
+
Defaults: {};
|
|
36
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
37
|
+
valueText: {
|
|
38
|
+
type: import('vue').PropType<string>;
|
|
39
|
+
required: true;
|
|
40
|
+
};
|
|
41
|
+
item: {
|
|
42
|
+
type: import('vue').PropType<any>;
|
|
43
|
+
required: true;
|
|
44
|
+
};
|
|
45
|
+
}>> & Readonly<{
|
|
46
|
+
onChangeFormValue?: ((...args: any[]) => any) | undefined;
|
|
47
|
+
"onChangeFormItems`"?: ((...args: any[]) => any) | undefined;
|
|
48
|
+
}>, {}, {}, {}, {}, {}>;
|
|
49
|
+
__isFragment?: never;
|
|
50
|
+
__isTeleport?: never;
|
|
51
|
+
__isSuspense?: never;
|
|
52
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
53
|
+
valueText: {
|
|
54
|
+
type: import('vue').PropType<string>;
|
|
55
|
+
required: true;
|
|
56
|
+
};
|
|
57
|
+
item: {
|
|
58
|
+
type: import('vue').PropType<any>;
|
|
59
|
+
required: true;
|
|
60
|
+
};
|
|
61
|
+
}>> & Readonly<{
|
|
62
|
+
onChangeFormValue?: ((...args: any[]) => any) | undefined;
|
|
63
|
+
"onChangeFormItems`"?: ((...args: any[]) => any) | undefined;
|
|
64
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
65
|
+
changeFormValue: (...args: any[]) => void;
|
|
66
|
+
"changeFormItems`": (...args: any[]) => void;
|
|
67
|
+
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
valueText: string;
|
|
3
|
+
item: any;
|
|
4
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
5
|
+
changeFormValue: (...args: any[]) => void;
|
|
6
|
+
"changeFormItems`": (...args: any[]) => void;
|
|
7
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
8
|
+
valueText: string;
|
|
9
|
+
item: any;
|
|
10
|
+
}>>> & Readonly<{
|
|
11
|
+
onChangeFormValue?: ((...args: any[]) => any) | undefined;
|
|
12
|
+
"onChangeFormItems`"?: ((...args: any[]) => any) | undefined;
|
|
13
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
14
|
+
export default _default;
|
|
15
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
16
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
17
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
18
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
19
|
+
} : {
|
|
20
|
+
type: import('vue').PropType<T[K]>;
|
|
21
|
+
required: true;
|
|
22
|
+
};
|
|
23
|
+
};
|