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.
Files changed (83) hide show
  1. package/dist/es/Button-OBW9FK8V.js +13 -0
  2. package/dist/es/Dialog-lE9CYwyT.js +67 -0
  3. package/dist/es/Form-GllMGZ5L.js +658 -0
  4. package/dist/es/Table-BrzOxcFz.js +122 -0
  5. package/dist/es/cdn/iconfont.css +457 -0
  6. package/dist/es/cdn/luckysheet.css +1 -0
  7. package/dist/es/cdn/luckysheet.umd.js +27 -0
  8. package/dist/es/cdn/plugin.js +1 -0
  9. package/dist/es/cdn/plugins.css +10 -0
  10. package/dist/es/cdn/pluginsCss.css +1 -0
  11. package/dist/es/excelSee-DNbR9hdn.js +346 -0
  12. package/dist/es/exportExcel-rMHaYDUw.js +326 -0
  13. package/dist/es/exportWord-zS-yn0r2.js +615 -0
  14. package/dist/es/imToText-nJqaYhI_.js +38 -0
  15. package/dist/es/index.js +39 -0
  16. package/dist/es/insertExcel-BYsef8on.js +23155 -0
  17. package/dist/es/onlineExcel-DJeuDI97.js +371 -0
  18. package/dist/es/pdfSee-BJvVkNxS.js +113 -0
  19. package/dist/es/utils-DsWIZ76j.js +14 -0
  20. package/dist/es/vendor-P2JMGdqH.js +157444 -0
  21. package/dist/es/wordSee-oMFtPj-S.js +73 -0
  22. package/dist/index.css +1 -0
  23. package/dist/types/components/Button/Button.vue.d.ts +2 -0
  24. package/dist/types/components/Button/index.d.ts +13 -0
  25. package/dist/types/components/Dialog/Dialog.vue.d.ts +35 -0
  26. package/dist/types/components/Dialog/index.d.ts +60 -0
  27. package/dist/types/components/Form/Form.vue.d.ts +34 -0
  28. package/dist/types/components/Table/Table.vue.d.ts +30 -0
  29. package/dist/types/components/Table/index.d.ts +43 -0
  30. package/dist/types/components/excelSee/color.d.ts +2 -0
  31. package/dist/types/components/excelSee/excel.d.ts +7 -0
  32. package/dist/types/components/excelSee/hack.d.ts +1 -0
  33. package/dist/types/components/excelSee/index.d.ts +1 -0
  34. package/dist/types/components/excelSee/media.d.ts +2 -0
  35. package/dist/types/components/exportExcel/index.d.ts +53 -0
  36. package/dist/types/components/exportExcel/index.vue.d.ts +22 -0
  37. package/dist/types/components/exportWord/index.d.ts +86 -0
  38. package/dist/types/components/exportWord/index.vue.d.ts +37 -0
  39. package/dist/types/components/exportWordEcharts/index.d.ts +1 -0
  40. package/dist/types/components/exportWordImage/index.d.ts +1 -0
  41. package/dist/types/components/foundationComponents/qsyxCheckBox/index.d.ts +83 -0
  42. package/dist/types/components/foundationComponents/qsyxCheckBox/index.vue.d.ts +25 -0
  43. package/dist/types/components/foundationComponents/qsyxDate/index.d.ts +67 -0
  44. package/dist/types/components/foundationComponents/qsyxDate/index.vue.d.ts +23 -0
  45. package/dist/types/components/foundationComponents/qsyxDateInterval/index.d.ts +67 -0
  46. package/dist/types/components/foundationComponents/qsyxDateInterval/index.vue.d.ts +23 -0
  47. package/dist/types/components/foundationComponents/qsyxInput/index.d.ts +83 -0
  48. package/dist/types/components/foundationComponents/qsyxInput/index.vue.d.ts +25 -0
  49. package/dist/types/components/foundationComponents/qsyxInputMoney/index.d.ts +67 -0
  50. package/dist/types/components/foundationComponents/qsyxInputMoney/index.vue.d.ts +23 -0
  51. package/dist/types/components/foundationComponents/qsyxRadio/index.d.ts +83 -0
  52. package/dist/types/components/foundationComponents/qsyxRadio/index.vue.d.ts +25 -0
  53. package/dist/types/components/foundationComponents/qsyxSelect/index.d.ts +99 -0
  54. package/dist/types/components/foundationComponents/qsyxSelect/index.vue.d.ts +27 -0
  55. package/dist/types/components/foundationComponents/qsyxTextArea/index.d.ts +83 -0
  56. package/dist/types/components/foundationComponents/qsyxTextArea/index.vue.d.ts +25 -0
  57. package/dist/types/components/imToText/index.d.ts +1 -0
  58. package/dist/types/components/index.d.ts +22 -0
  59. package/dist/types/components/insertExcel/index.d.ts +39 -0
  60. package/dist/types/components/insertExcel/index.vue.d.ts +14 -0
  61. package/dist/types/components/onlineExcel/export.d.ts +2 -0
  62. package/dist/types/components/onlineExcel/index.d.ts +1 -0
  63. package/dist/types/components/onlineExcel/is.d.ts +2 -0
  64. package/dist/types/components/pdfSee/index.d.ts +1 -0
  65. package/dist/types/components/pdfSee/pdf.d.ts +1 -0
  66. package/dist/types/components/pdfSee/worker.d.ts +1 -0
  67. package/dist/types/components/utils/baseToFile.d.ts +6 -0
  68. package/dist/types/components/utils/debounceRef.d.ts +1 -0
  69. package/dist/types/components/utils/downloadFile.d.ts +2 -0
  70. package/dist/types/components/utils/exportWord.d.ts +14 -0
  71. package/dist/types/components/utils/htmlToPdf.d.ts +4 -0
  72. package/dist/types/components/utils/index.d.ts +0 -0
  73. package/dist/types/components/utils/showMsg.d.ts +2 -0
  74. package/dist/types/components/utils/test.d.ts +1 -0
  75. package/dist/types/components/utils/url.d.ts +2 -0
  76. package/dist/types/components/wordSee/docx.d.ts +7 -0
  77. package/dist/types/components/wordSee/index.d.ts +1 -0
  78. package/dist/types/core/index.d.ts +4 -0
  79. package/dist/types/utils/index.d.ts +1 -0
  80. package/dist/types/utils/install.d.ts +6 -0
  81. package/dist/umd/index.css +1 -0
  82. package/dist/umd/index.umd.cjs +668 -0
  83. package/package.json +45 -0
@@ -0,0 +1,67 @@
1
+ export declare const QsyxDateInterval: {
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<string>;
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<string>;
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<string>;
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<string>;
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: string;
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: string;
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
+ };
@@ -0,0 +1,83 @@
1
+ export declare const QsyxInput: {
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
+ form: {
12
+ type: import('vue').PropType<any>;
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
+ form: {
31
+ type: import('vue').PropType<any>;
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
+ form: {
54
+ type: import('vue').PropType<any>;
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
+ form: {
74
+ type: import('vue').PropType<any>;
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
+ form: any;
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
+ form: any;
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 QsyxInputMoney: {
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
+ };
@@ -0,0 +1,83 @@
1
+ export declare const QsyxRadio: {
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<string>;
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<string>;
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<string>;
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<string>;
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: string;
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: string;
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,99 @@
1
+ export declare const QsyxSelect: {
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
+ style1: {
16
+ type: import('vue').PropType<string>;
17
+ required: true;
18
+ };
19
+ }>> & Readonly<{
20
+ onChangeFormValue?: ((...args: any[]) => any) | undefined;
21
+ onChangeFormItems?: ((...args: any[]) => any) | undefined;
22
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
23
+ changeFormValue: (...args: any[]) => void;
24
+ changeFormItems: (...args: any[]) => void;
25
+ }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
26
+ valueText: {
27
+ type: import('vue').PropType<string>;
28
+ required: true;
29
+ };
30
+ item: {
31
+ type: import('vue').PropType<any>;
32
+ required: true;
33
+ };
34
+ items: {
35
+ type: import('vue').PropType<T[]>;
36
+ required: true;
37
+ };
38
+ style1: {
39
+ type: import('vue').PropType<string>;
40
+ required: true;
41
+ };
42
+ }>> & Readonly<{
43
+ onChangeFormValue?: ((...args: any[]) => any) | undefined;
44
+ onChangeFormItems?: ((...args: any[]) => any) | undefined;
45
+ }>, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
46
+ P: {};
47
+ B: {};
48
+ D: {};
49
+ C: {};
50
+ M: {};
51
+ Defaults: {};
52
+ }, 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
+ items: {
62
+ type: import('vue').PropType<T[]>;
63
+ required: true;
64
+ };
65
+ style1: {
66
+ type: import('vue').PropType<string>;
67
+ required: true;
68
+ };
69
+ }>> & Readonly<{
70
+ onChangeFormValue?: ((...args: any[]) => any) | undefined;
71
+ onChangeFormItems?: ((...args: any[]) => any) | undefined;
72
+ }>, {}, {}, {}, {}, {}>;
73
+ __isFragment?: never;
74
+ __isTeleport?: never;
75
+ __isSuspense?: never;
76
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
77
+ valueText: {
78
+ type: import('vue').PropType<string>;
79
+ required: true;
80
+ };
81
+ item: {
82
+ type: import('vue').PropType<any>;
83
+ required: true;
84
+ };
85
+ items: {
86
+ type: import('vue').PropType<T[]>;
87
+ required: true;
88
+ };
89
+ style1: {
90
+ type: import('vue').PropType<string>;
91
+ required: true;
92
+ };
93
+ }>> & Readonly<{
94
+ onChangeFormValue?: ((...args: any[]) => any) | undefined;
95
+ onChangeFormItems?: ((...args: any[]) => any) | undefined;
96
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
97
+ changeFormValue: (...args: any[]) => void;
98
+ changeFormItems: (...args: any[]) => void;
99
+ }, 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,27 @@
1
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
2
+ valueText: string;
3
+ item: any;
4
+ items: Array<T>;
5
+ style1: string;
6
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
+ changeFormValue: (...args: any[]) => void;
8
+ changeFormItems: (...args: any[]) => void;
9
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
10
+ valueText: string;
11
+ item: any;
12
+ items: Array<T>;
13
+ style1: string;
14
+ }>>> & Readonly<{
15
+ onChangeFormValue?: ((...args: any[]) => any) | undefined;
16
+ onChangeFormItems?: ((...args: any[]) => any) | undefined;
17
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
18
+ export default _default;
19
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
20
+ type __VLS_TypePropsToRuntimeProps<T> = {
21
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
22
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
23
+ } : {
24
+ type: import('vue').PropType<T[K]>;
25
+ required: true;
26
+ };
27
+ };
@@ -0,0 +1,83 @@
1
+ export declare const QsyxTextarea: {
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<string>;
9
+ required: true;
10
+ };
11
+ style1: {
12
+ type: import('vue').PropType<string>;
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<string>;
28
+ required: true;
29
+ };
30
+ style1: {
31
+ type: import('vue').PropType<string>;
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<string>;
51
+ required: true;
52
+ };
53
+ style1: {
54
+ type: import('vue').PropType<string>;
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<string>;
71
+ required: true;
72
+ };
73
+ style1: {
74
+ type: import('vue').PropType<string>;
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: string;
4
+ style1: string;
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: string;
11
+ style1: string;
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 @@
1
+ export declare const QsyxImgToText: any;
@@ -0,0 +1,22 @@
1
+ export * from './Button/index';
2
+ export * from './foundationComponents/qsyxCheckBox/index';
3
+ export * from './foundationComponents/qsyxDate/index';
4
+ export * from './foundationComponents/qsyxDateInterval/index';
5
+ export * from './foundationComponents/qsyxInput/index';
6
+ export * from './foundationComponents/qsyxInputMoney/index';
7
+ export * from './foundationComponents/qsyxRadio/index';
8
+ export * from './foundationComponents/qsyxSelect/index';
9
+ export * from './foundationComponents/qsyxTextArea/index';
10
+ export * from './Dialog/index';
11
+ export * from './Form/index';
12
+ export * from './Table/index';
13
+ export * from './wordSee/index';
14
+ export * from './excelSee/index';
15
+ export * from './pdfSee/index';
16
+ export * from './exportWord/index';
17
+ export * from './exportWordImage/index';
18
+ export * from './exportWordEcharts/index';
19
+ export * from './insertExcel/index';
20
+ export * from './exportExcel/index';
21
+ export * from './imToText/index';
22
+ export * from './onlineExcel/index';