@qqt-product/system 0.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 (198) hide show
  1. package/.eslintignore +4 -0
  2. package/.eslintrc.cjs +22 -0
  3. package/.prettierignore +4 -0
  4. package/.prettierrc.cjs +41 -0
  5. package/.vscode/extensions.json +3 -0
  6. package/README.md +16 -0
  7. package/dist/index.es.d.ts +1 -0
  8. package/dist/index.es.js +14234 -0
  9. package/dist/index.umd.js +311 -0
  10. package/dist/lib/components/QAccountList/src/QAccountList.vue.d.ts +143 -0
  11. package/dist/lib/components/QAccountList/src/useConfigData.d.ts +37 -0
  12. package/dist/lib/components/QBackgroundFileTaskList/src/QBackgroundFileTaskList.vue.d.ts +66 -0
  13. package/dist/lib/components/QBackgroundFileTaskList/src/useConfigData.d.ts +14 -0
  14. package/dist/lib/components/QCompanyermissionList/src/form.vue.d.ts +80 -0
  15. package/dist/lib/components/QCompanyermissionList/src/types.d.ts +44 -0
  16. package/dist/lib/components/QElsEmailSendLogList/src/QElsEmailSendLogList.vue.d.ts +68 -0
  17. package/dist/lib/components/QElsEmailSendLogList/src/useConfigData.d.ts +13 -0
  18. package/dist/lib/components/QElsMsgRecordList/src/QElsMsgRecordList.vue.d.ts +72 -0
  19. package/dist/lib/components/QElsMsgRecordList/src/useConfigData.d.ts +16 -0
  20. package/dist/lib/components/QElsTenantPortalNewsList/src/QElsTenantPortalNewsList.vue.d.ts +75 -0
  21. package/dist/lib/components/QI18nList/src/QI18nForm.vue.d.ts +47 -0
  22. package/dist/lib/components/QI18nList/src/QI18nList.vue.d.ts +136 -0
  23. package/dist/lib/components/QI18nList/src/useConfigData.d.ts +31 -0
  24. package/dist/lib/components/QImChatGroupList/src/QImChatGroupList.vue.d.ts +61 -0
  25. package/dist/lib/components/QImChatGroupList/src/useConfigData.d.ts +11 -0
  26. package/dist/lib/components/QMqRecordList/src/QMqRecordList.vue.d.ts +60 -0
  27. package/dist/lib/components/QMqRecordList/src/useConfigData.d.ts +12 -0
  28. package/dist/lib/components/QPasswordSecurityPolicy/src/QPasswordSecurityPolicy.vue.d.ts +49 -0
  29. package/dist/lib/components/QPermissionDataList/src/QPermissionDataAuth.vue.d.ts +3 -0
  30. package/dist/lib/components/QPermissionDataList/src/form.vue.d.ts +50 -0
  31. package/dist/lib/components/QPurchaseNoticeList/src/QPurchaseNoticeList.vue.d.ts +86 -0
  32. package/dist/lib/components/QPurchaseNoticeList/src/useConfigData.d.ts +15 -0
  33. package/dist/lib/components/QPurchaseNoticeTemplateList/src/QPurchaseNoticeTemplateList.vue.d.ts +47 -0
  34. package/dist/lib/components/QPurchaseNoticeTemplateList/src/useConfigData.d.ts +12 -0
  35. package/dist/lib/components/QQuartzJobList/src/QQuartzJobList.vue.d.ts +129 -0
  36. package/dist/lib/components/QQuartzJobList/src/components/JCron.vue.d.ts +23 -0
  37. package/dist/lib/components/QQuartzJobList/src/components/JCronModal.vue.d.ts +100 -0
  38. package/dist/lib/components/QQuartzJobList/src/components/QuartzJobModal.vue.d.ts +55 -0
  39. package/dist/lib/components/QQuartzJobList/src/useConfigData.d.ts +20 -0
  40. package/dist/lib/components/QRoleList/src/QRoleList.vue.d.ts +100 -0
  41. package/dist/lib/components/QRoleList/src/components/content-header/index.d.ts +23 -0
  42. package/dist/lib/components/QRoleList/src/components/userAuthorization/index.d.ts +79 -0
  43. package/dist/lib/components/QRoleList/src/useConfigData.d.ts +30 -0
  44. package/dist/lib/components/QSupplierAccountList/src/QSupplierAccountForm.vue.d.ts +55 -0
  45. package/dist/lib/components/QSupplierAccountList/src/QSupplierAccountList.vue.d.ts +104 -0
  46. package/dist/lib/components/QSupplierAccountList/src/useConfigData.d.ts +29 -0
  47. package/dist/lib/components/QUsageList/src/QUsageList.vue.d.ts +49 -0
  48. package/dist/lib/components/QUsageList/src/useConfigData.d.ts +14 -0
  49. package/dist/lib/components/QcustomConfigEdit/component/TempalePreviewModal.vue.d.ts +31 -0
  50. package/dist/lib/components/QcustomConfigEdit/component/dataFormatComponent.d.ts +46 -0
  51. package/dist/lib/components/QcustomConfigEdit/component/regexComponent.d.ts +41 -0
  52. package/dist/lib/components/QcustomConfigEdit/src/QcustomConfigRender.d.ts +12 -0
  53. package/dist/lib/components/QcustomConfigEdit/src/types.d.ts +61 -0
  54. package/dist/lib/components/QcustomConfigEdit/src/useConfigComputed.d.ts +7 -0
  55. package/dist/lib/components/QcustomConfigEdit/src/useConfigData.d.ts +85 -0
  56. package/dist/lib/components/QcustomConfigEdit/src/useConfigMethods.d.ts +16 -0
  57. package/dist/lib/components/QcustomConfigEdit/src/useConstant.d.ts +18 -0
  58. package/dist/lib/components/QcustomConfigList/component/ImportJsonCustomConfig.vue.d.ts +50 -0
  59. package/dist/lib/components/QcustomConfigList/src/QcustomConfigList.vue.d.ts +112 -0
  60. package/dist/lib/components/QcustomConfigList/src/useConfigData.d.ts +17 -0
  61. package/dist/lib/components/QcustomConfigList/src/useMethods.d.ts +15 -0
  62. package/dist/lib/components/QsysConfigList/src/QsysConfigList.vue.d.ts +66 -0
  63. package/dist/lib/components/QsysConfigList/src/useConfigData.d.ts +11 -0
  64. package/dist/lib/components/QsysConfigList/src/useMethods.d.ts +6 -0
  65. package/dist/lib/components/index.d.ts +39 -0
  66. package/dist/lib/components/integratedNodesList/src/index.vue.d.ts +107 -0
  67. package/dist/lib/components/integratedReportList/src/index.vue.d.ts +70 -0
  68. package/dist/lib/components/integratedReportSearchList/src/index.vue.d.ts +61 -0
  69. package/dist/lib/components/loginAbnormalLogList/src/index.vue.d.ts +46 -0
  70. package/dist/lib/components/loginLogList/src/index.vue.d.ts +45 -0
  71. package/dist/lib/components/loginSupplierLogList/src/index.vue.d.ts +45 -0
  72. package/dist/lib/components/operateLogList/src/index.vue.d.ts +53 -0
  73. package/dist/lib/index.d.ts +6 -0
  74. package/dist/lib/utils/global.hook.d.ts +31 -0
  75. package/dist/lib/utils/global.types.d.ts +41 -0
  76. package/dist/lib/utils/regexp.d.ts +27 -0
  77. package/dist/style.css +1 -0
  78. package/dist/vite-env.d.ts +13 -0
  79. package/dist/vite.svg +1 -0
  80. package/index.html +13 -0
  81. package/package.json +65 -0
  82. package/public/vite.svg +1 -0
  83. package/src/App.vue +8 -0
  84. package/src/lib/components/QAccountList/index.ts +6 -0
  85. package/src/lib/components/QAccountList/src/QAccountDetail.vue +191 -0
  86. package/src/lib/components/QAccountList/src/QAccountEdit.vue +241 -0
  87. package/src/lib/components/QAccountList/src/QAccountList.vue +530 -0
  88. package/src/lib/components/QAccountList/src/useConfigData.ts +53 -0
  89. package/src/lib/components/QBackgroundFileTaskList/index.ts +6 -0
  90. package/src/lib/components/QBackgroundFileTaskList/src/QBackgroundFileTaskList.vue +137 -0
  91. package/src/lib/components/QBackgroundFileTaskList/src/useConfigData.ts +20 -0
  92. package/src/lib/components/QCompanyermissionList/src/editTree.vue +291 -0
  93. package/src/lib/components/QCompanyermissionList/src/form.vue +238 -0
  94. package/src/lib/components/QCompanyermissionList/src/index.vue +309 -0
  95. package/src/lib/components/QCompanyermissionList/src/types.ts +44 -0
  96. package/src/lib/components/QElsEmailSendLogList/index.ts +6 -0
  97. package/src/lib/components/QElsEmailSendLogList/src/QElsEmailSendLogList.vue +166 -0
  98. package/src/lib/components/QElsEmailSendLogList/src/useConfigData.ts +19 -0
  99. package/src/lib/components/QElsMsgRecordList/index.ts +6 -0
  100. package/src/lib/components/QElsMsgRecordList/src/QElsMsgRecordDetail.vue +148 -0
  101. package/src/lib/components/QElsMsgRecordList/src/QElsMsgRecordList.vue +124 -0
  102. package/src/lib/components/QElsMsgRecordList/src/useConfigData.ts +22 -0
  103. package/src/lib/components/QElsTenantPortalNewsList/index.ts +6 -0
  104. package/src/lib/components/QElsTenantPortalNewsList/src/QElsTenantPortalNewsDetail.vue +139 -0
  105. package/src/lib/components/QElsTenantPortalNewsList/src/QElsTenantPortalNewsEdit.vue +196 -0
  106. package/src/lib/components/QElsTenantPortalNewsList/src/QElsTenantPortalNewsList.vue +122 -0
  107. package/src/lib/components/QElsTenantPortalNewsList/src/useConfigData.ts +20 -0
  108. package/src/lib/components/QI18nList/index.ts +6 -0
  109. package/src/lib/components/QI18nList/src/QI18nForm.vue +141 -0
  110. package/src/lib/components/QI18nList/src/QI18nList.vue +361 -0
  111. package/src/lib/components/QI18nList/src/useConfigData.ts +37 -0
  112. package/src/lib/components/QImChatGroupList/index.ts +6 -0
  113. package/src/lib/components/QImChatGroupList/src/QImChatGroupList.vue +94 -0
  114. package/src/lib/components/QImChatGroupList/src/useConfigData.ts +17 -0
  115. package/src/lib/components/QMqRecordList/index.ts +6 -0
  116. package/src/lib/components/QMqRecordList/src/QMqRecordList.vue +105 -0
  117. package/src/lib/components/QMqRecordList/src/useConfigData.ts +18 -0
  118. package/src/lib/components/QPasswordSecurityPolicy/index.ts +6 -0
  119. package/src/lib/components/QPasswordSecurityPolicy/src/QPasswordSecurityPolicy.vue +266 -0
  120. package/src/lib/components/QPermissionDataList/index.ts +6 -0
  121. package/src/lib/components/QPermissionDataList/src/QPermissionDataAuth.vue +3 -0
  122. package/src/lib/components/QPermissionDataList/src/QPermissionDataEdit.vue +221 -0
  123. package/src/lib/components/QPermissionDataList/src/QPermissionDataList.vue +117 -0
  124. package/src/lib/components/QPermissionDataList/src/form.vue +109 -0
  125. package/src/lib/components/QPurchaseNoticeList/index.ts +6 -0
  126. package/src/lib/components/QPurchaseNoticeList/src/QPurchaseNoticeDetail.vue +147 -0
  127. package/src/lib/components/QPurchaseNoticeList/src/QPurchaseNoticeEdit.vue +244 -0
  128. package/src/lib/components/QPurchaseNoticeList/src/QPurchaseNoticeList.vue +163 -0
  129. package/src/lib/components/QPurchaseNoticeList/src/useConfigData.ts +22 -0
  130. package/src/lib/components/QPurchaseNoticeTemplateList/index.ts +6 -0
  131. package/src/lib/components/QPurchaseNoticeTemplateList/src/QPurchaseNoticeTemplateList.vue +85 -0
  132. package/src/lib/components/QPurchaseNoticeTemplateList/src/useConfigData.ts +18 -0
  133. package/src/lib/components/QQuartzJobList/index.ts +6 -0
  134. package/src/lib/components/QQuartzJobList/src/QQuartzJobList.vue +263 -0
  135. package/src/lib/components/QQuartzJobList/src/components/JCron.vue +82 -0
  136. package/src/lib/components/QQuartzJobList/src/components/JCronModal.vue +985 -0
  137. package/src/lib/components/QQuartzJobList/src/components/QuartzJobModal.vue +176 -0
  138. package/src/lib/components/QQuartzJobList/src/useConfigData.ts +26 -0
  139. package/src/lib/components/QRoleList/index.ts +6 -0
  140. package/src/lib/components/QRoleList/src/QRoleList.vue +288 -0
  141. package/src/lib/components/QRoleList/src/components/content-header/contentHeader.less +31 -0
  142. package/src/lib/components/QRoleList/src/components/content-header/index.tsx +42 -0
  143. package/src/lib/components/QRoleList/src/components/userAuthorization/index.tsx +690 -0
  144. package/src/lib/components/QRoleList/src/components/userAuthorization/userAuthorization.less +97 -0
  145. package/src/lib/components/QRoleList/src/useConfigData.ts +33 -0
  146. package/src/lib/components/QSupplierAccountList/index.ts +6 -0
  147. package/src/lib/components/QSupplierAccountList/src/QSupplierAccountForm.vue +187 -0
  148. package/src/lib/components/QSupplierAccountList/src/QSupplierAccountList.vue +302 -0
  149. package/src/lib/components/QSupplierAccountList/src/useConfigData.ts +29 -0
  150. package/src/lib/components/QUsageList/index.ts +6 -0
  151. package/src/lib/components/QUsageList/src/QUsageList.vue +82 -0
  152. package/src/lib/components/QUsageList/src/useConfigData.ts +20 -0
  153. package/src/lib/components/QcustomConfigEdit/component/AddDictCodeModal.vue +140 -0
  154. package/src/lib/components/QcustomConfigEdit/component/TempalePreviewModal.vue +100 -0
  155. package/src/lib/components/QcustomConfigEdit/component/dataFormatComponent.tsx +100 -0
  156. package/src/lib/components/QcustomConfigEdit/component/regexComponent.tsx +71 -0
  157. package/src/lib/components/QcustomConfigEdit/index.ts +6 -0
  158. package/src/lib/components/QcustomConfigEdit/src/QcustomConfigEdit.vue +1807 -0
  159. package/src/lib/components/QcustomConfigEdit/src/QcustomConfigRender.tsx +242 -0
  160. package/src/lib/components/QcustomConfigEdit/src/types.ts +71 -0
  161. package/src/lib/components/QcustomConfigEdit/src/useConfigComputed.ts +75 -0
  162. package/src/lib/components/QcustomConfigEdit/src/useConfigData.ts +123 -0
  163. package/src/lib/components/QcustomConfigEdit/src/useConfigMethods.ts +117 -0
  164. package/src/lib/components/QcustomConfigEdit/src/useConstant.ts +301 -0
  165. package/src/lib/components/QcustomConfigEdit/style/index.less +41 -0
  166. package/src/lib/components/QcustomConfigList/component/ImportJsonCustomConfig.vue +135 -0
  167. package/src/lib/components/QcustomConfigList/index.ts +6 -0
  168. package/src/lib/components/QcustomConfigList/src/QcustomConfigList.vue +268 -0
  169. package/src/lib/components/QcustomConfigList/src/types.ts +1 -0
  170. package/src/lib/components/QcustomConfigList/src/useConfigData.ts +23 -0
  171. package/src/lib/components/QcustomConfigList/src/useMethods.ts +36 -0
  172. package/src/lib/components/QcustomConfigList/style/index.less +3 -0
  173. package/src/lib/components/QsysConfigList/index.ts +6 -0
  174. package/src/lib/components/QsysConfigList/src/QsysConfigList.vue +125 -0
  175. package/src/lib/components/QsysConfigList/src/types.ts +1 -0
  176. package/src/lib/components/QsysConfigList/src/useConfigData.ts +17 -0
  177. package/src/lib/components/QsysConfigList/src/useMethods.ts +11 -0
  178. package/src/lib/components/QsysConfigList/style/index.less +3 -0
  179. package/src/lib/components/index.ts +78 -0
  180. package/src/lib/components/integratedNodesList/src/QIntegratedNodesDetail.vue +49 -0
  181. package/src/lib/components/integratedNodesList/src/QIntegratedNodesEdit.vue +143 -0
  182. package/src/lib/components/integratedNodesList/src/index.vue +136 -0
  183. package/src/lib/components/integratedReportList/src/index.vue +86 -0
  184. package/src/lib/components/integratedReportSearchList/src/index.vue +66 -0
  185. package/src/lib/components/loginAbnormalLogList/src/index.vue +50 -0
  186. package/src/lib/components/loginLogList/src/index.vue +57 -0
  187. package/src/lib/components/loginSupplierLogList/src/index.vue +63 -0
  188. package/src/lib/components/operateLogList/src/index.vue +57 -0
  189. package/src/lib/index.ts +15 -0
  190. package/src/lib/utils/constant.ts +1 -0
  191. package/src/lib/utils/global.hook.ts +337 -0
  192. package/src/lib/utils/global.types.ts +49 -0
  193. package/src/lib/utils/regexp.ts +143 -0
  194. package/src/main.ts +11 -0
  195. package/src/vite-env.d.ts +13 -0
  196. package/tsconfig.json +24 -0
  197. package/tsconfig.node.json +9 -0
  198. package/vite.config.ts +61 -0
@@ -0,0 +1,136 @@
1
+ import type { DefineComponent, Ref, ShallowRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
2
+ import { MapObjectNoneType } from '../../../utils/global.types';
3
+ declare const _sfc_main: DefineComponent<{
4
+ userInfo: {
5
+ type: ObjectConstructor;
6
+ defalut: () => {};
7
+ };
8
+ }, {
9
+ itemInfoRow: Ref<{}>;
10
+ translateHandle: (handleType: string) => void;
11
+ languageValue: Ref<string>;
12
+ translateVisible: ShallowRef<boolean>;
13
+ addZhWordHandle: (handleType: string) => void;
14
+ showEditPage: ShallowRef<boolean>;
15
+ apiUrls: ShallowRef<{
16
+ list: string;
17
+ columnsCode: string;
18
+ delete: string;
19
+ deleteWord: string;
20
+ add: string;
21
+ delRedisData: string;
22
+ delPerRedis: string;
23
+ translateData: string;
24
+ translateAll: string;
25
+ deleteBatch: string;
26
+ importExcelUrl: string;
27
+ excelCode: string;
28
+ exportXlsUrl: string;
29
+ }>;
30
+ pageData: {
31
+ statusConfig: {
32
+ show: boolean;
33
+ };
34
+ optColumn: {
35
+ attrs: {};
36
+ extend: {};
37
+ optColumnList: {
38
+ authorityCode: string;
39
+ type: string;
40
+ title: string;
41
+ click: ({ row }: {
42
+ row?: MapObjectNoneType | undefined;
43
+ }) => void;
44
+ }[];
45
+ };
46
+ buttonConfig: {
47
+ attrs: {};
48
+ extend: {};
49
+ buttons: ({
50
+ authorityCode: string;
51
+ label: string;
52
+ icon: {
53
+ type: string;
54
+ };
55
+ attrs: {
56
+ type: string;
57
+ };
58
+ click: () => void;
59
+ type?: undefined;
60
+ args?: undefined;
61
+ } | {
62
+ label: string;
63
+ icon: {
64
+ type: string;
65
+ };
66
+ type: string;
67
+ args: {
68
+ url: string;
69
+ excelCode: string;
70
+ };
71
+ authorityCode?: undefined;
72
+ attrs?: undefined;
73
+ click?: undefined;
74
+ } | {
75
+ label: string;
76
+ icon: {
77
+ type: string;
78
+ };
79
+ args: {
80
+ url: string;
81
+ excelCode?: undefined;
82
+ };
83
+ type: string;
84
+ authorityCode?: undefined;
85
+ attrs?: undefined;
86
+ click?: undefined;
87
+ } | {
88
+ authorityCode: string;
89
+ label: string;
90
+ click: () => void;
91
+ icon?: undefined;
92
+ attrs?: undefined;
93
+ type?: undefined;
94
+ args?: undefined;
95
+ } | {
96
+ label: string;
97
+ icon: {
98
+ type: string;
99
+ };
100
+ type: string;
101
+ authorityCode?: undefined;
102
+ attrs?: undefined;
103
+ click?: undefined;
104
+ args?: undefined;
105
+ })[];
106
+ };
107
+ queryConfig: {
108
+ attrs: {};
109
+ extend: {};
110
+ form: {
111
+ type: string;
112
+ label: string;
113
+ fieldName: string;
114
+ placeholder: string;
115
+ }[];
116
+ formState: {
117
+ i18nKey: string;
118
+ chinese: string;
119
+ };
120
+ };
121
+ pagerConfig: {};
122
+ };
123
+ listLayoutRef: Ref<any>;
124
+ addZhWord: ShallowRef<boolean>;
125
+ addZhWordFrom: Ref<{
126
+ translateType: string;
127
+ i18nValue: string;
128
+ }>;
129
+ addZhWordLoading: ShallowRef<boolean>;
130
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
131
+ userInfo: {
132
+ type: ObjectConstructor;
133
+ defalut: () => {};
134
+ };
135
+ }>>, {}, {}>;
136
+ export default _sfc_main;
@@ -0,0 +1,31 @@
1
+ import type { Ref, ShallowRef } from 'vue';
2
+ export declare function useConfigData(): {
3
+ itemInfoRow: Ref<{}>;
4
+ translateVisible: ShallowRef<boolean>;
5
+ languageValue: Ref<string>;
6
+ addZhWordLoading: ShallowRef<boolean>;
7
+ addZhWordFrom: Ref<{
8
+ translateType: string;
9
+ i18nValue: string;
10
+ }>;
11
+ addZhWord: ShallowRef<boolean>;
12
+ apiUrls: ShallowRef<{
13
+ list: string;
14
+ columnsCode: string;
15
+ delete: string;
16
+ deleteWord: string;
17
+ add: string;
18
+ delRedisData: string;
19
+ delPerRedis: string;
20
+ translateData: string;
21
+ translateAll: string;
22
+ deleteBatch: string;
23
+ importExcelUrl: string;
24
+ excelCode: string;
25
+ exportXlsUrl: string;
26
+ }>;
27
+ showEditPage: ShallowRef<boolean>;
28
+ currentEditRow: Ref<{}>;
29
+ listLayoutRef: Ref<any>;
30
+ uploadShow: ShallowRef<boolean>;
31
+ };
@@ -0,0 +1,61 @@
1
+ import type { DefineComponent, ShallowRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
2
+ declare const _sfc_main: DefineComponent<{
3
+ userInfo: {
4
+ type: ObjectConstructor;
5
+ defalut: () => {};
6
+ };
7
+ }, {
8
+ showEditPage: ShallowRef<boolean>;
9
+ apiUrls: ShallowRef<{
10
+ list: string;
11
+ columnsCode: string;
12
+ }>;
13
+ pageData: {
14
+ statusConfig: {
15
+ show: boolean;
16
+ };
17
+ optColumn: {
18
+ attrs: {};
19
+ extend: {};
20
+ optColumnList: {
21
+ type: string;
22
+ title: string;
23
+ authorityCode: string;
24
+ action: string;
25
+ }[];
26
+ };
27
+ buttonConfig: {
28
+ attrs: {};
29
+ extend: {};
30
+ buttons: never[];
31
+ };
32
+ queryConfig: {
33
+ attrs: {};
34
+ extend: {};
35
+ form: ({
36
+ type: string;
37
+ label: string;
38
+ fieldName: string;
39
+ placeholder: string;
40
+ dictCode?: undefined;
41
+ } | {
42
+ type: string;
43
+ label: string;
44
+ fieldName: string;
45
+ dictCode: string;
46
+ placeholder: string;
47
+ })[];
48
+ formState: {
49
+ keyWord: string;
50
+ recordType: string;
51
+ };
52
+ };
53
+ pagerConfig: {};
54
+ };
55
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
56
+ userInfo: {
57
+ type: ObjectConstructor;
58
+ defalut: () => {};
59
+ };
60
+ }>>, {}, {}>;
61
+ export default _sfc_main;
@@ -0,0 +1,11 @@
1
+ import type { ShallowRef, Ref } from 'vue';
2
+ export declare function useConfigData(): {
3
+ apiUrls: ShallowRef<{
4
+ list: string;
5
+ columnsCode: string;
6
+ }>;
7
+ showEditPage: ShallowRef<boolean>;
8
+ currentEditRow: Ref<{}>;
9
+ listLayoutRef: Ref<any>;
10
+ uploadShow: ShallowRef<boolean>;
11
+ };
@@ -0,0 +1,60 @@
1
+ import type { DefineComponent, ShallowRef, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
2
+ import { MapObjectNoneType } from '../../../utils/global.types';
3
+ declare const _sfc_main: DefineComponent<{
4
+ userInfo: {
5
+ type: ObjectConstructor;
6
+ defalut: () => {};
7
+ };
8
+ }, {
9
+ showEditPage: ShallowRef<boolean>;
10
+ apiUrls: ShallowRef<{
11
+ list: string;
12
+ retry: string;
13
+ columnsCode: string;
14
+ }>;
15
+ pageData: {
16
+ statusConfig: {
17
+ show: boolean;
18
+ };
19
+ optColumn: {
20
+ attrs: {};
21
+ extend: {};
22
+ optColumnList: {
23
+ authorityCode: string;
24
+ type: string;
25
+ title: string;
26
+ click: ({ row }: {
27
+ row?: MapObjectNoneType | undefined;
28
+ }) => void;
29
+ disabled: ({ row }: {
30
+ row?: MapObjectNoneType | undefined;
31
+ }) => boolean;
32
+ }[];
33
+ };
34
+ buttonConfig: {
35
+ attrs: {};
36
+ extend: {};
37
+ buttons: never[];
38
+ };
39
+ queryConfig: {
40
+ attrs: {};
41
+ extend: {};
42
+ form: {
43
+ type: string;
44
+ label: string;
45
+ dictCode: string;
46
+ fieldName: string;
47
+ placeholder: string;
48
+ }[];
49
+ formState: {};
50
+ };
51
+ pagerConfig: {};
52
+ };
53
+ listLayoutRef: Ref<any>;
54
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
55
+ userInfo: {
56
+ type: ObjectConstructor;
57
+ defalut: () => {};
58
+ };
59
+ }>>, {}, {}>;
60
+ export default _sfc_main;
@@ -0,0 +1,12 @@
1
+ import type { ShallowRef, Ref } from 'vue';
2
+ export declare function useConfigData(): {
3
+ apiUrls: ShallowRef<{
4
+ list: string;
5
+ retry: string;
6
+ columnsCode: string;
7
+ }>;
8
+ showEditPage: ShallowRef<boolean>;
9
+ currentEditRow: Ref<{}>;
10
+ listLayoutRef: Ref<any>;
11
+ uploadShow: ShallowRef<boolean>;
12
+ };
@@ -0,0 +1,49 @@
1
+ import type { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
2
+ import { HttpClient, MapObjectNoneType } from '../../../utils/global.types';
3
+ declare const _sfc_main: DefineComponent<{}, {
4
+ qHttp: HttpClient;
5
+ }, {
6
+ height: number;
7
+ form: MapObjectNoneType;
8
+ list: ({
9
+ title: string;
10
+ tip: string;
11
+ itemtype: string;
12
+ key: string;
13
+ options: {
14
+ value: string;
15
+ label: string;
16
+ }[];
17
+ minValue?: undefined;
18
+ textStart?: undefined;
19
+ textEnd?: undefined;
20
+ maxValue?: undefined;
21
+ } | {
22
+ title: string;
23
+ tip: string;
24
+ itemtype: string;
25
+ key: string;
26
+ minValue: number;
27
+ textStart: string;
28
+ textEnd: string;
29
+ options?: undefined;
30
+ maxValue?: undefined;
31
+ } | {
32
+ title: string;
33
+ tip: string;
34
+ itemtype: string;
35
+ key: string;
36
+ minValue: number;
37
+ maxValue: number;
38
+ textStart: string;
39
+ textEnd: string;
40
+ options?: undefined;
41
+ })[];
42
+ allowRepeatLogin: string;
43
+ complexity: MapObjectNoneType;
44
+ }, {}, {
45
+ onReset(): void;
46
+ onSubmit(): void;
47
+ init(): void;
48
+ }, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
49
+ export default _sfc_main;
@@ -0,0 +1,3 @@
1
+ import type { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
2
+ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
3
+ export default _default;
@@ -0,0 +1,50 @@
1
+ import type { DefineComponent, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
2
+ import { VxeFormEvents, VxeFormPropTypes } from 'vxe-table';
3
+ declare const _sfc_main: DefineComponent<{
4
+ title: {
5
+ type: StringConstructor;
6
+ default: string;
7
+ };
8
+ currentRow: {
9
+ type: ObjectConstructor;
10
+ };
11
+ configurationClassificationList: {
12
+ type: ObjectConstructor;
13
+ };
14
+ itemTypeList: {
15
+ type: ObjectConstructor;
16
+ };
17
+ }, {
18
+ modalTitle: Ref<string>;
19
+ showModal: Ref<boolean>;
20
+ hideModal: () => void;
21
+ itemInfo: {
22
+ loading: boolean;
23
+ formData: {
24
+ groupCode: string;
25
+ groupName: string;
26
+ id: string;
27
+ };
28
+ formRules: VxeFormPropTypes.Rules;
29
+ };
30
+ save: () => Promise<void>;
31
+ submitEvent: VxeFormEvents.Submit;
32
+ srmI18n: (i18nKey: string, defaultValue: string, account?: string | number) => string;
33
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
34
+ title: {
35
+ type: StringConstructor;
36
+ default: string;
37
+ };
38
+ currentRow: {
39
+ type: ObjectConstructor;
40
+ };
41
+ configurationClassificationList: {
42
+ type: ObjectConstructor;
43
+ };
44
+ itemTypeList: {
45
+ type: ObjectConstructor;
46
+ };
47
+ }>>, {
48
+ title: string;
49
+ }, {}>;
50
+ export default _sfc_main;
@@ -0,0 +1,86 @@
1
+ import type { DefineComponent, ShallowRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
2
+ declare const _sfc_main: DefineComponent<{
3
+ userInfo: {
4
+ type: ObjectConstructor;
5
+ defalut: () => {};
6
+ };
7
+ }, {
8
+ apiUrls: ShallowRef<{
9
+ list: string;
10
+ columnsCode: string;
11
+ add: string;
12
+ delete: string;
13
+ cancel: string;
14
+ topSet: string;
15
+ }>;
16
+ pageData: {
17
+ statusConfig: {
18
+ show: boolean;
19
+ };
20
+ optColumn: {
21
+ attrs: {};
22
+ extend: {};
23
+ optColumnList: ({
24
+ authorityCode: string;
25
+ type: string;
26
+ title: string;
27
+ click: ({ row }: {
28
+ row: any;
29
+ }) => void;
30
+ disabled?: undefined;
31
+ } | {
32
+ authorityCode: string;
33
+ type: string;
34
+ title: string;
35
+ click: ({ row }: any) => void;
36
+ disabled: ({ row }: {
37
+ row: any;
38
+ }) => boolean;
39
+ })[];
40
+ };
41
+ buttonConfig: {
42
+ attrs: {};
43
+ extend: {};
44
+ buttons: ({
45
+ authorityCode: string;
46
+ label: string;
47
+ click: ({ row }: any) => void;
48
+ icon?: undefined;
49
+ type?: undefined;
50
+ } | {
51
+ label: string;
52
+ icon: {
53
+ type: string;
54
+ };
55
+ type: string;
56
+ authorityCode?: undefined;
57
+ click?: undefined;
58
+ })[];
59
+ };
60
+ queryConfig: {
61
+ attrs: {};
62
+ extend: {};
63
+ form: ({
64
+ type: string;
65
+ label: string;
66
+ fieldName: string;
67
+ placeholder: string;
68
+ dictCode?: undefined;
69
+ } | {
70
+ type: string;
71
+ label: string;
72
+ fieldName: string;
73
+ dictCode: string;
74
+ placeholder: string;
75
+ })[];
76
+ formState: {};
77
+ };
78
+ pagerConfig: {};
79
+ };
80
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
81
+ userInfo: {
82
+ type: ObjectConstructor;
83
+ defalut: () => {};
84
+ };
85
+ }>>, {}, {}>;
86
+ export default _sfc_main;
@@ -0,0 +1,15 @@
1
+ import type { ShallowRef, Ref } from 'vue';
2
+ export declare function useConfigData(): {
3
+ apiUrls: ShallowRef<{
4
+ list: string;
5
+ columnsCode: string;
6
+ add: string;
7
+ delete: string;
8
+ cancel: string;
9
+ topSet: string;
10
+ }>;
11
+ showEditPage: ShallowRef<boolean>;
12
+ currentEditRow: Ref<{}>;
13
+ listLayoutRef: Ref<any>;
14
+ uploadShow: ShallowRef<boolean>;
15
+ };
@@ -0,0 +1,47 @@
1
+ import type { DefineComponent, ShallowRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
2
+ declare const _sfc_main: DefineComponent<{
3
+ userInfo: {
4
+ type: ObjectConstructor;
5
+ defalut: () => {};
6
+ };
7
+ }, {
8
+ showEditPage: ShallowRef<boolean>;
9
+ apiUrls: ShallowRef<{
10
+ list: string;
11
+ columnsCode: string;
12
+ delete: string;
13
+ }>;
14
+ pageData: {
15
+ statusConfig: {
16
+ show: boolean;
17
+ };
18
+ optColumn: {
19
+ attrs: {};
20
+ extend: {};
21
+ optColumnList: never[];
22
+ };
23
+ buttonConfig: {
24
+ attrs: {};
25
+ extend: {};
26
+ buttons: never[];
27
+ };
28
+ queryConfig: {
29
+ attrs: {};
30
+ extend: {};
31
+ form: {
32
+ type: string;
33
+ label: string;
34
+ fieldName: string;
35
+ placeholder: string;
36
+ }[];
37
+ formState: {};
38
+ };
39
+ pagerConfig: {};
40
+ };
41
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
42
+ userInfo: {
43
+ type: ObjectConstructor;
44
+ defalut: () => {};
45
+ };
46
+ }>>, {}, {}>;
47
+ export default _sfc_main;
@@ -0,0 +1,12 @@
1
+ import type { ShallowRef, Ref } from 'vue';
2
+ export declare function useConfigData(): {
3
+ apiUrls: ShallowRef<{
4
+ list: string;
5
+ columnsCode: string;
6
+ delete: string;
7
+ }>;
8
+ showEditPage: ShallowRef<boolean>;
9
+ currentEditRow: Ref<{}>;
10
+ listLayoutRef: Ref<any>;
11
+ uploadShow: ShallowRef<boolean>;
12
+ };