@qqt-product/system 0.0.2 → 0.0.17
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/index.es.js +53481 -10448
- package/dist/index.umd.js +94 -22
- package/dist/lib/components/QAccountList/src/QAccountCreate.vue.d.ts +2881 -0
- package/dist/lib/components/QAccountList/src/QAccountDetail.vue.d.ts +2874 -0
- package/dist/lib/components/QAccountList/src/QAccountEdit.vue.d.ts +2882 -0
- package/dist/lib/components/QAccountList/src/QAccountList.vue.d.ts +23 -4
- package/dist/lib/components/QBackgroundFileTaskList/src/QBackgroundFileTaskList.vue.d.ts +9 -4
- package/dist/lib/components/QElsEmailSendLogList/src/QElsEmailSendLogList.vue.d.ts +9 -4
- package/dist/lib/components/QElsMsgRecordList/src/QElsMsgRecordDetail.vue.d.ts +2867 -0
- package/dist/lib/components/QElsMsgRecordList/src/QElsMsgRecordList.vue.d.ts +2 -3
- package/dist/lib/components/QElsTenantPortalNewsList/src/QElsTenantPortalNewsDetail.vue.d.ts +2867 -0
- package/dist/lib/components/QElsTenantPortalNewsList/src/QElsTenantPortalNewsEdit.vue.d.ts +2879 -0
- package/dist/lib/components/QElsTenantPortalNewsList/src/QElsTenantPortalNewsList.vue.d.ts +38 -14
- package/dist/lib/components/QI18nList/src/QI18nList.vue.d.ts +2 -6
- package/dist/lib/components/QImChatGroupList/src/QImChatGroupList.vue.d.ts +5 -8
- package/dist/lib/components/QMqRecordList/src/QMqRecordList.vue.d.ts +9 -4
- package/dist/lib/components/QPermissionDataList/src/QPermissionDataAuth.vue.d.ts +387 -3
- package/dist/lib/components/QPermissionDataList/src/QPermissionDataEdit.vue.d.ts +2875 -0
- package/dist/lib/components/QPermissionDataList/src/QPermissionDataList.vue.d.ts +126 -0
- package/dist/lib/components/QPurchaseNoticeList/src/QPurchaseNoticeDetail.vue.d.ts +2867 -0
- package/dist/lib/components/QPurchaseNoticeList/src/QPurchaseNoticeEdit.vue.d.ts +2890 -0
- package/dist/lib/components/QPurchaseNoticeList/src/QPurchaseNoticeList.vue.d.ts +25 -5
- package/dist/lib/components/QPurchaseNoticeList/src/use-field-select-modal-hook.d.ts +7 -0
- package/dist/lib/components/QPurchaseNoticeTemplateList/src/QPurchaseNoticeTemplateList.vue.d.ts +222 -28
- package/dist/lib/components/QPurchaseNoticeTemplateList/src/QPurchaseNoticeTemplateModal.vue.d.ts +45 -0
- package/dist/lib/components/QQuartzJobList/src/QQuartzJobList.vue.d.ts +24 -5
- package/dist/lib/components/QRoleList/src/QRoleList.vue.d.ts +32 -7
- package/dist/lib/components/QRoleList/src/components/userAuthorization/index.d.ts +4 -4
- package/dist/lib/components/QRoleList/src/useConfigData.d.ts +1 -11
- package/dist/lib/components/QSupplierAccountList/src/QSupplierAccountList.vue.d.ts +25 -4
- package/dist/lib/components/QSupplierAccountList/src/useConfigData.d.ts +9 -0
- package/dist/lib/components/QUsageList/src/QUsageList.vue.d.ts +15 -35
- package/dist/lib/components/QUsageList/src/useConfigData.d.ts +111 -10
- package/dist/lib/components/QcustomConfigEdit/component/AddDictCodeModal.vue.d.ts +25 -0
- package/dist/lib/components/QcustomConfigEdit/component/regexComponent.d.ts +9 -10
- package/dist/lib/components/QcustomConfigEdit/src/QcustomConfigEdit.vue.d.ts +1208 -0
- package/dist/lib/components/QcustomConfigEdit/src/useConfigData.d.ts +1 -1
- package/dist/lib/components/QcustomConfigList/src/QcustomConfigList.vue.d.ts +8 -7
- package/dist/lib/components/QsysConfigList/src/QsysConfigList.vue.d.ts +2 -3
- package/dist/lib/components/index.d.ts +2 -2
- package/dist/lib/components/integratedNodesList/src/QIntegratedNodesDetail.vue.d.ts +2866 -0
- package/dist/lib/components/integratedNodesList/src/QIntegratedNodesEdit.vue.d.ts +2875 -0
- package/dist/lib/components/integratedNodesList/src/index.vue.d.ts +8 -11
- package/dist/lib/components/integratedReportSearchList/src/index.vue.d.ts +16 -10
- package/dist/lib/components/loginAbnormalLogList/src/index.vue.d.ts +2 -9
- package/dist/lib/components/loginLogList/src/index.vue.d.ts +2 -8
- package/dist/lib/components/loginSupplierLogList/src/index.vue.d.ts +2 -12
- package/dist/lib/components/operateLogList/src/index.vue.d.ts +2 -13
- package/dist/style.css +1 -1
- package/dist/vite-env.d.ts +13 -13
- package/package.json +24 -11
- package/.eslintignore +0 -4
- package/.eslintrc.cjs +0 -22
- package/.prettierignore +0 -4
- package/.prettierrc.cjs +0 -41
- package/.vscode/extensions.json +0 -3
- package/dist/lib/components/QCompanyermissionList/src/form.vue.d.ts +0 -80
- package/dist/lib/components/QCompanyermissionList/src/types.d.ts +0 -44
- package/dist/lib/components/integratedReportList/src/index.vue.d.ts +0 -70
- package/dist/vite.svg +0 -1
- package/index.html +0 -13
- package/public/vite.svg +0 -1
- package/src/App.vue +0 -8
- package/src/lib/components/QAccountList/index.ts +0 -6
- package/src/lib/components/QAccountList/src/QAccountDetail.vue +0 -191
- package/src/lib/components/QAccountList/src/QAccountEdit.vue +0 -241
- package/src/lib/components/QAccountList/src/QAccountList.vue +0 -530
- package/src/lib/components/QAccountList/src/useConfigData.ts +0 -53
- package/src/lib/components/QBackgroundFileTaskList/index.ts +0 -6
- package/src/lib/components/QBackgroundFileTaskList/src/QBackgroundFileTaskList.vue +0 -137
- package/src/lib/components/QBackgroundFileTaskList/src/useConfigData.ts +0 -20
- package/src/lib/components/QCompanyermissionList/src/editTree.vue +0 -291
- package/src/lib/components/QCompanyermissionList/src/form.vue +0 -238
- package/src/lib/components/QCompanyermissionList/src/index.vue +0 -309
- package/src/lib/components/QCompanyermissionList/src/types.ts +0 -44
- package/src/lib/components/QElsEmailSendLogList/index.ts +0 -6
- package/src/lib/components/QElsEmailSendLogList/src/QElsEmailSendLogList.vue +0 -166
- package/src/lib/components/QElsEmailSendLogList/src/useConfigData.ts +0 -19
- package/src/lib/components/QElsMsgRecordList/index.ts +0 -6
- package/src/lib/components/QElsMsgRecordList/src/QElsMsgRecordDetail.vue +0 -148
- package/src/lib/components/QElsMsgRecordList/src/QElsMsgRecordList.vue +0 -124
- package/src/lib/components/QElsMsgRecordList/src/useConfigData.ts +0 -22
- package/src/lib/components/QElsTenantPortalNewsList/index.ts +0 -6
- package/src/lib/components/QElsTenantPortalNewsList/src/QElsTenantPortalNewsDetail.vue +0 -139
- package/src/lib/components/QElsTenantPortalNewsList/src/QElsTenantPortalNewsEdit.vue +0 -196
- package/src/lib/components/QElsTenantPortalNewsList/src/QElsTenantPortalNewsList.vue +0 -122
- package/src/lib/components/QElsTenantPortalNewsList/src/useConfigData.ts +0 -20
- package/src/lib/components/QI18nList/index.ts +0 -6
- package/src/lib/components/QI18nList/src/QI18nForm.vue +0 -141
- package/src/lib/components/QI18nList/src/QI18nList.vue +0 -361
- package/src/lib/components/QI18nList/src/useConfigData.ts +0 -37
- package/src/lib/components/QImChatGroupList/index.ts +0 -6
- package/src/lib/components/QImChatGroupList/src/QImChatGroupList.vue +0 -94
- package/src/lib/components/QImChatGroupList/src/useConfigData.ts +0 -17
- package/src/lib/components/QMqRecordList/index.ts +0 -6
- package/src/lib/components/QMqRecordList/src/QMqRecordList.vue +0 -105
- package/src/lib/components/QMqRecordList/src/useConfigData.ts +0 -18
- package/src/lib/components/QPasswordSecurityPolicy/index.ts +0 -6
- package/src/lib/components/QPasswordSecurityPolicy/src/QPasswordSecurityPolicy.vue +0 -266
- package/src/lib/components/QPermissionDataList/index.ts +0 -6
- package/src/lib/components/QPermissionDataList/src/QPermissionDataAuth.vue +0 -3
- package/src/lib/components/QPermissionDataList/src/QPermissionDataEdit.vue +0 -221
- package/src/lib/components/QPermissionDataList/src/QPermissionDataList.vue +0 -117
- package/src/lib/components/QPermissionDataList/src/form.vue +0 -109
- package/src/lib/components/QPurchaseNoticeList/index.ts +0 -6
- package/src/lib/components/QPurchaseNoticeList/src/QPurchaseNoticeDetail.vue +0 -147
- package/src/lib/components/QPurchaseNoticeList/src/QPurchaseNoticeEdit.vue +0 -244
- package/src/lib/components/QPurchaseNoticeList/src/QPurchaseNoticeList.vue +0 -163
- package/src/lib/components/QPurchaseNoticeList/src/useConfigData.ts +0 -22
- package/src/lib/components/QPurchaseNoticeTemplateList/index.ts +0 -6
- package/src/lib/components/QPurchaseNoticeTemplateList/src/QPurchaseNoticeTemplateList.vue +0 -85
- package/src/lib/components/QPurchaseNoticeTemplateList/src/useConfigData.ts +0 -18
- package/src/lib/components/QQuartzJobList/index.ts +0 -6
- package/src/lib/components/QQuartzJobList/src/QQuartzJobList.vue +0 -263
- package/src/lib/components/QQuartzJobList/src/components/JCron.vue +0 -82
- package/src/lib/components/QQuartzJobList/src/components/JCronModal.vue +0 -985
- package/src/lib/components/QQuartzJobList/src/components/QuartzJobModal.vue +0 -176
- package/src/lib/components/QQuartzJobList/src/useConfigData.ts +0 -26
- package/src/lib/components/QRoleList/index.ts +0 -6
- package/src/lib/components/QRoleList/src/QRoleList.vue +0 -288
- package/src/lib/components/QRoleList/src/components/content-header/contentHeader.less +0 -31
- package/src/lib/components/QRoleList/src/components/content-header/index.tsx +0 -42
- package/src/lib/components/QRoleList/src/components/userAuthorization/index.tsx +0 -690
- package/src/lib/components/QRoleList/src/components/userAuthorization/userAuthorization.less +0 -97
- package/src/lib/components/QRoleList/src/useConfigData.ts +0 -33
- package/src/lib/components/QSupplierAccountList/index.ts +0 -6
- package/src/lib/components/QSupplierAccountList/src/QSupplierAccountForm.vue +0 -187
- package/src/lib/components/QSupplierAccountList/src/QSupplierAccountList.vue +0 -302
- package/src/lib/components/QSupplierAccountList/src/useConfigData.ts +0 -29
- package/src/lib/components/QUsageList/index.ts +0 -6
- package/src/lib/components/QUsageList/src/QUsageList.vue +0 -82
- package/src/lib/components/QUsageList/src/useConfigData.ts +0 -20
- package/src/lib/components/QcustomConfigEdit/component/AddDictCodeModal.vue +0 -140
- package/src/lib/components/QcustomConfigEdit/component/TempalePreviewModal.vue +0 -100
- package/src/lib/components/QcustomConfigEdit/component/dataFormatComponent.tsx +0 -100
- package/src/lib/components/QcustomConfigEdit/component/regexComponent.tsx +0 -71
- package/src/lib/components/QcustomConfigEdit/index.ts +0 -6
- package/src/lib/components/QcustomConfigEdit/src/QcustomConfigEdit.vue +0 -1807
- package/src/lib/components/QcustomConfigEdit/src/QcustomConfigRender.tsx +0 -242
- package/src/lib/components/QcustomConfigEdit/src/types.ts +0 -71
- package/src/lib/components/QcustomConfigEdit/src/useConfigComputed.ts +0 -75
- package/src/lib/components/QcustomConfigEdit/src/useConfigData.ts +0 -123
- package/src/lib/components/QcustomConfigEdit/src/useConfigMethods.ts +0 -117
- package/src/lib/components/QcustomConfigEdit/src/useConstant.ts +0 -301
- package/src/lib/components/QcustomConfigEdit/style/index.less +0 -41
- package/src/lib/components/QcustomConfigList/component/ImportJsonCustomConfig.vue +0 -135
- package/src/lib/components/QcustomConfigList/index.ts +0 -6
- package/src/lib/components/QcustomConfigList/src/QcustomConfigList.vue +0 -268
- package/src/lib/components/QcustomConfigList/src/types.ts +0 -1
- package/src/lib/components/QcustomConfigList/src/useConfigData.ts +0 -23
- package/src/lib/components/QcustomConfigList/src/useMethods.ts +0 -36
- package/src/lib/components/QcustomConfigList/style/index.less +0 -3
- package/src/lib/components/QsysConfigList/index.ts +0 -6
- package/src/lib/components/QsysConfigList/src/QsysConfigList.vue +0 -125
- package/src/lib/components/QsysConfigList/src/types.ts +0 -1
- package/src/lib/components/QsysConfigList/src/useConfigData.ts +0 -17
- package/src/lib/components/QsysConfigList/src/useMethods.ts +0 -11
- package/src/lib/components/QsysConfigList/style/index.less +0 -3
- package/src/lib/components/index.ts +0 -78
- package/src/lib/components/integratedNodesList/src/QIntegratedNodesDetail.vue +0 -49
- package/src/lib/components/integratedNodesList/src/QIntegratedNodesEdit.vue +0 -143
- package/src/lib/components/integratedNodesList/src/index.vue +0 -136
- package/src/lib/components/integratedReportList/src/index.vue +0 -86
- package/src/lib/components/integratedReportSearchList/src/index.vue +0 -66
- package/src/lib/components/loginAbnormalLogList/src/index.vue +0 -50
- package/src/lib/components/loginLogList/src/index.vue +0 -57
- package/src/lib/components/loginSupplierLogList/src/index.vue +0 -63
- package/src/lib/components/operateLogList/src/index.vue +0 -57
- package/src/lib/index.ts +0 -15
- package/src/lib/utils/constant.ts +0 -1
- package/src/lib/utils/global.hook.ts +0 -337
- package/src/lib/utils/global.types.ts +0 -49
- package/src/lib/utils/regexp.ts +0 -143
- package/src/main.ts +0 -11
- package/src/vite-env.d.ts +0 -13
- package/tsconfig.json +0 -24
- package/tsconfig.node.json +0 -9
- package/vite.config.ts +0 -61
- /package/dist/{index.es.d.ts → index.d.ts} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { DefineComponent, Ref, ShallowRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
2
2
|
import { MapObjectNoneType } from '../../../utils/global.types';
|
|
3
|
-
import { GlobalListPageLayoutTypes } from '@qqt-product/ui';
|
|
3
|
+
import type { GlobalListPageLayoutTypes } from '@qqt-product/ui';
|
|
4
4
|
declare const _sfc_main: DefineComponent<{
|
|
5
5
|
userInfo: {
|
|
6
6
|
type: ObjectConstructor;
|
|
@@ -64,10 +64,10 @@ declare const _sfc_main: DefineComponent<{
|
|
|
64
64
|
statusConfig: {
|
|
65
65
|
show: boolean;
|
|
66
66
|
};
|
|
67
|
-
|
|
67
|
+
optionConfig: {
|
|
68
68
|
attrs: {};
|
|
69
69
|
extend: {};
|
|
70
|
-
|
|
70
|
+
options: {
|
|
71
71
|
type: string;
|
|
72
72
|
title: string;
|
|
73
73
|
authorityCode: string;
|
|
@@ -88,6 +88,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
88
88
|
};
|
|
89
89
|
click: ({ row, $rowIndex, column, $columnIndex }: GlobalListPageLayoutTypes.ListOptionsEventParams) => void;
|
|
90
90
|
type?: undefined;
|
|
91
|
+
args?: undefined;
|
|
91
92
|
} | {
|
|
92
93
|
authorityCode: string;
|
|
93
94
|
label: string;
|
|
@@ -95,6 +96,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
95
96
|
icon?: undefined;
|
|
96
97
|
attrs?: undefined;
|
|
97
98
|
type?: undefined;
|
|
99
|
+
args?: undefined;
|
|
98
100
|
} | {
|
|
99
101
|
label: string;
|
|
100
102
|
icon: {
|
|
@@ -104,9 +106,27 @@ declare const _sfc_main: DefineComponent<{
|
|
|
104
106
|
authorityCode?: undefined;
|
|
105
107
|
attrs?: undefined;
|
|
106
108
|
click?: undefined;
|
|
109
|
+
args?: undefined;
|
|
107
110
|
} | {
|
|
108
111
|
authorityCode: string;
|
|
109
112
|
label: string;
|
|
113
|
+
args: {
|
|
114
|
+
url: string;
|
|
115
|
+
excelCode: string;
|
|
116
|
+
};
|
|
117
|
+
icon: {
|
|
118
|
+
type: string;
|
|
119
|
+
};
|
|
120
|
+
type: string;
|
|
121
|
+
attrs?: undefined;
|
|
122
|
+
click?: undefined;
|
|
123
|
+
} | {
|
|
124
|
+
authorityCode: string;
|
|
125
|
+
label: string;
|
|
126
|
+
args: {
|
|
127
|
+
url: string;
|
|
128
|
+
excelCode?: undefined;
|
|
129
|
+
};
|
|
110
130
|
icon: {
|
|
111
131
|
type: string;
|
|
112
132
|
};
|
|
@@ -124,7 +144,6 @@ declare const _sfc_main: DefineComponent<{
|
|
|
124
144
|
fieldName: string;
|
|
125
145
|
placeholder: string;
|
|
126
146
|
}[];
|
|
127
|
-
formState: {};
|
|
128
147
|
};
|
|
129
148
|
pagerConfig: {};
|
|
130
149
|
};
|
|
@@ -19,10 +19,10 @@ declare const _sfc_main: DefineComponent<{
|
|
|
19
19
|
statusConfig: {
|
|
20
20
|
show: boolean;
|
|
21
21
|
};
|
|
22
|
-
|
|
22
|
+
optionConfig: {
|
|
23
23
|
attrs: {};
|
|
24
24
|
extend: {};
|
|
25
|
-
|
|
25
|
+
options: ({
|
|
26
26
|
authorityCode: string;
|
|
27
27
|
type: string;
|
|
28
28
|
title: string;
|
|
@@ -47,13 +47,18 @@ declare const _sfc_main: DefineComponent<{
|
|
|
47
47
|
buttonConfig: {
|
|
48
48
|
attrs: {};
|
|
49
49
|
extend: {};
|
|
50
|
-
buttons:
|
|
50
|
+
buttons: {
|
|
51
|
+
label: string;
|
|
52
|
+
icon: {
|
|
53
|
+
type: string;
|
|
54
|
+
};
|
|
55
|
+
type: string;
|
|
56
|
+
}[];
|
|
51
57
|
};
|
|
52
58
|
queryConfig: {
|
|
53
59
|
attrs: {};
|
|
54
60
|
extend: {};
|
|
55
61
|
form: never[];
|
|
56
|
-
formState: {};
|
|
57
62
|
};
|
|
58
63
|
pagerConfig: {};
|
|
59
64
|
};
|
|
@@ -17,10 +17,10 @@ declare const _sfc_main: DefineComponent<{
|
|
|
17
17
|
statusConfig: {
|
|
18
18
|
show: boolean;
|
|
19
19
|
};
|
|
20
|
-
|
|
20
|
+
optionConfig: {
|
|
21
21
|
attrs: {};
|
|
22
22
|
extend: {};
|
|
23
|
-
|
|
23
|
+
options: ({
|
|
24
24
|
type: string;
|
|
25
25
|
title: string;
|
|
26
26
|
click: ({ row }: {
|
|
@@ -43,7 +43,13 @@ declare const _sfc_main: DefineComponent<{
|
|
|
43
43
|
buttonConfig: {
|
|
44
44
|
attrs: {};
|
|
45
45
|
extend: {};
|
|
46
|
-
buttons:
|
|
46
|
+
buttons: {
|
|
47
|
+
label: string;
|
|
48
|
+
icon: {
|
|
49
|
+
type: string;
|
|
50
|
+
};
|
|
51
|
+
type: string;
|
|
52
|
+
}[];
|
|
47
53
|
};
|
|
48
54
|
queryConfig: {
|
|
49
55
|
attrs: {};
|
|
@@ -54,7 +60,6 @@ declare const _sfc_main: DefineComponent<{
|
|
|
54
60
|
fieldName: string;
|
|
55
61
|
placeholder: string;
|
|
56
62
|
}[];
|
|
57
|
-
formState: {};
|
|
58
63
|
};
|
|
59
64
|
pagerConfig: {};
|
|
60
65
|
};
|