@qqt-product/system 9.0.2 → 10.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/index.es.js +17297 -17205
- package/dist/index.umd.js +42 -42
- package/dist/lib/components/QAccountList/src/QAccountList.vue.d.ts +2 -1
- package/dist/lib/components/QBackgroundFileTaskList/src/QBackgroundFileTaskList.vue.d.ts +2 -0
- package/dist/lib/components/QElsEmailSendLogList/src/QElsEmailSendLogList.vue.d.ts +0 -1
- package/dist/lib/components/QI18nList/src/QI18nForm.vue.d.ts +3 -0
- package/dist/lib/components/QI18nList/src/QI18nList.vue.d.ts +2 -1
- package/dist/lib/components/QImChatGroupList/src/QImChatGroupList.vue.d.ts +2 -2
- package/dist/lib/components/QMqRecordList/src/QMqRecordList.vue.d.ts +2 -1
- package/dist/lib/components/QPasswordSecurityPolicy/src/QPasswordSecurityPolicy.vue.d.ts +12 -10
- package/dist/lib/components/QQuartzJobList/src/QQuartzJobList.vue.d.ts +0 -2
- package/dist/lib/components/QRoleList/src/QRoleList.vue.d.ts +2 -1
- package/dist/lib/components/QSupplierAccountList/src/QSupplierAccountList.vue.d.ts +5 -3
- package/dist/lib/components/QSupplierAccountList/src/useConfigData.d.ts +4 -4
- package/dist/lib/components/QcustomConfigEdit/component/AddDictCodeModal.vue.d.ts +4 -1
- package/dist/lib/components/QcustomConfigEdit/src/QcustomConfigEdit.vue.d.ts +9 -7
- package/dist/lib/components/QcustomConfigEdit/src/QcustomConfigRender.d.ts +1 -1
- package/dist/lib/components/QcustomConfigEdit/src/useConfigComputed.d.ts +1 -1
- package/dist/lib/components/QcustomConfigEdit/src/useConfigData.d.ts +9 -9
- package/dist/lib/components/QcustomConfigEdit/src/useConfigMethods.d.ts +1 -1
- package/dist/lib/components/integratedNodesList/src/QIntegratedNodesDetail.vue.d.ts +7 -0
- package/dist/lib/components/integratedNodesList/src/QIntegratedNodesEdit.vue.d.ts +7 -0
- package/dist/lib/components/loginAbnormalLogList/src/index.vue.d.ts +2 -0
- package/dist/lib/components/loginLogList/src/index.vue.d.ts +2 -0
- package/dist/lib/components/loginSupplierLogList/src/index.vue.d.ts +15 -4
- package/dist/lib/components/operateLogList/src/index.vue.d.ts +3 -1
- package/dist/style.css +1 -1
- package/package.json +9 -9
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { SrmI18n } from '@qqt-product/ui/dist/lib/utils/type';
|
|
1
2
|
import type { DefineComponent, Ref, ShallowRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
2
3
|
import { MapObjectNoneType } from '../../../utils/global.types';
|
|
3
4
|
import type { GlobalListPageLayoutTypes } from '@qqt-product/ui';
|
|
@@ -27,6 +28,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
27
28
|
message?: undefined;
|
|
28
29
|
})[];
|
|
29
30
|
}>;
|
|
31
|
+
srmI18n: SrmI18n;
|
|
30
32
|
passwordModalForm: Ref<any>;
|
|
31
33
|
passwordModalShow: ShallowRef<boolean>;
|
|
32
34
|
deliverTosubmitEvent: () => void;
|
|
@@ -142,7 +144,6 @@ declare const _sfc_main: DefineComponent<{
|
|
|
142
144
|
type: string;
|
|
143
145
|
label: string;
|
|
144
146
|
fieldName: string;
|
|
145
|
-
placeholder: string;
|
|
146
147
|
}[];
|
|
147
148
|
};
|
|
148
149
|
pagerConfig: {};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { SrmI18n } from '@qqt-product/ui/dist/lib/utils/type';
|
|
1
2
|
import type { DefineComponent, Ref, ShallowRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
2
3
|
import { MapObjectNoneType } from '../../../utils/global.types';
|
|
3
4
|
declare const _sfc_main: DefineComponent<{
|
|
@@ -62,6 +63,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
62
63
|
};
|
|
63
64
|
pagerConfig: {};
|
|
64
65
|
};
|
|
66
|
+
srmI18n: SrmI18n;
|
|
65
67
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
66
68
|
userInfo: {
|
|
67
69
|
type: ObjectConstructor;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { SrmI18n } from '@qqt-product/ui/dist/lib/utils/type';
|
|
1
2
|
import type { DefineComponent, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
2
3
|
import { VxeFormEvents, VxeFormPropTypes } from 'vxe-table';
|
|
3
4
|
declare const _sfc_main: DefineComponent<{
|
|
@@ -14,6 +15,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
14
15
|
}, {
|
|
15
16
|
modalTitle: Ref<string>;
|
|
16
17
|
showModal: Ref<boolean>;
|
|
18
|
+
srmI18n: SrmI18n;
|
|
17
19
|
hideModal: () => void;
|
|
18
20
|
itemInfo: {
|
|
19
21
|
loading: boolean;
|
|
@@ -25,6 +27,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
25
27
|
french: string;
|
|
26
28
|
german: string;
|
|
27
29
|
vietnamese: string;
|
|
30
|
+
spa: string;
|
|
28
31
|
};
|
|
29
32
|
formRules: VxeFormPropTypes.Rules;
|
|
30
33
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { SrmI18n } from '@qqt-product/ui/dist/lib/utils/type';
|
|
1
2
|
import type { DefineComponent, Ref, ShallowRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
2
3
|
import { MapObjectNoneType } from '../../../utils/global.types';
|
|
3
4
|
declare const _sfc_main: DefineComponent<{
|
|
@@ -12,6 +13,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
12
13
|
translateVisible: ShallowRef<boolean>;
|
|
13
14
|
addZhWordHandle: (handleType: string) => void;
|
|
14
15
|
showEditPage: ShallowRef<boolean>;
|
|
16
|
+
srmI18n: SrmI18n;
|
|
15
17
|
apiUrls: ShallowRef<{
|
|
16
18
|
list: string;
|
|
17
19
|
columnsCode: string;
|
|
@@ -111,7 +113,6 @@ declare const _sfc_main: DefineComponent<{
|
|
|
111
113
|
type: string;
|
|
112
114
|
label: string;
|
|
113
115
|
fieldName: string;
|
|
114
|
-
placeholder: string;
|
|
115
116
|
}[];
|
|
116
117
|
};
|
|
117
118
|
pagerConfig: {};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { SrmI18n } from '@qqt-product/ui/dist/lib/utils/type';
|
|
1
2
|
import type { DefineComponent, ShallowRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
2
3
|
declare const _sfc_main: DefineComponent<{
|
|
3
4
|
userInfo: {
|
|
@@ -37,18 +38,17 @@ declare const _sfc_main: DefineComponent<{
|
|
|
37
38
|
type: string;
|
|
38
39
|
label: string;
|
|
39
40
|
fieldName: string;
|
|
40
|
-
placeholder: string;
|
|
41
41
|
dictCode?: undefined;
|
|
42
42
|
} | {
|
|
43
43
|
type: string;
|
|
44
44
|
label: string;
|
|
45
45
|
fieldName: string;
|
|
46
46
|
dictCode: string;
|
|
47
|
-
placeholder: string;
|
|
48
47
|
})[];
|
|
49
48
|
};
|
|
50
49
|
pagerConfig: {};
|
|
51
50
|
};
|
|
51
|
+
srmI18n: SrmI18n;
|
|
52
52
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
53
53
|
userInfo: {
|
|
54
54
|
type: ObjectConstructor;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { SrmI18n } from '@qqt-product/ui/dist/lib/utils/type';
|
|
1
2
|
import type { DefineComponent, ShallowRef, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
2
3
|
import { MapObjectNoneType } from '../../../utils/global.types';
|
|
3
4
|
declare const _sfc_main: DefineComponent<{
|
|
@@ -50,12 +51,12 @@ declare const _sfc_main: DefineComponent<{
|
|
|
50
51
|
label: string;
|
|
51
52
|
dictCode: string;
|
|
52
53
|
fieldName: string;
|
|
53
|
-
placeholder: string;
|
|
54
54
|
}[];
|
|
55
55
|
};
|
|
56
56
|
pagerConfig: {};
|
|
57
57
|
};
|
|
58
58
|
listLayoutRef: Ref<any>;
|
|
59
|
+
srmI18n: SrmI18n;
|
|
59
60
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
60
61
|
userInfo: {
|
|
61
62
|
type: ObjectConstructor;
|
|
@@ -1,42 +1,44 @@
|
|
|
1
|
+
import type { SrmI18n } from '@qqt-product/ui/dist/lib/utils/type';
|
|
1
2
|
import type { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
2
3
|
import { HttpClient, MapObjectNoneType } from '../../../utils/global.types';
|
|
3
4
|
declare const _sfc_main: DefineComponent<{}, {
|
|
4
5
|
qHttp: HttpClient;
|
|
6
|
+
srmI18n: SrmI18n;
|
|
5
7
|
}, {
|
|
6
8
|
height: number;
|
|
7
9
|
form: MapObjectNoneType;
|
|
8
10
|
list: ({
|
|
9
|
-
title:
|
|
10
|
-
tip:
|
|
11
|
+
title: any;
|
|
12
|
+
tip: any;
|
|
11
13
|
itemtype: string;
|
|
12
14
|
key: string;
|
|
13
15
|
options: {
|
|
14
16
|
value: string;
|
|
15
|
-
label:
|
|
17
|
+
label: any;
|
|
16
18
|
}[];
|
|
17
19
|
minValue?: undefined;
|
|
18
20
|
textStart?: undefined;
|
|
19
21
|
textEnd?: undefined;
|
|
20
22
|
maxValue?: undefined;
|
|
21
23
|
} | {
|
|
22
|
-
title:
|
|
23
|
-
tip:
|
|
24
|
+
title: any;
|
|
25
|
+
tip: any;
|
|
24
26
|
itemtype: string;
|
|
25
27
|
key: string;
|
|
26
28
|
minValue: number;
|
|
27
|
-
textStart:
|
|
28
|
-
textEnd:
|
|
29
|
+
textStart: any;
|
|
30
|
+
textEnd: any;
|
|
29
31
|
options?: undefined;
|
|
30
32
|
maxValue?: undefined;
|
|
31
33
|
} | {
|
|
32
|
-
title:
|
|
34
|
+
title: any;
|
|
33
35
|
tip: string;
|
|
34
36
|
itemtype: string;
|
|
35
37
|
key: string;
|
|
36
38
|
minValue: number;
|
|
37
39
|
maxValue: number;
|
|
38
|
-
textStart:
|
|
39
|
-
textEnd:
|
|
40
|
+
textStart: any;
|
|
41
|
+
textEnd: any;
|
|
40
42
|
options?: undefined;
|
|
41
43
|
})[];
|
|
42
44
|
allowRepeatLogin: string;
|
|
@@ -127,14 +127,12 @@ declare const _sfc_main: DefineComponent<{
|
|
|
127
127
|
type: string;
|
|
128
128
|
label: string;
|
|
129
129
|
fieldName: string;
|
|
130
|
-
placeholder: string;
|
|
131
130
|
dictCode?: undefined;
|
|
132
131
|
} | {
|
|
133
132
|
type: string;
|
|
134
133
|
label: string;
|
|
135
134
|
fieldName: string;
|
|
136
135
|
dictCode: string;
|
|
137
|
-
placeholder: string;
|
|
138
136
|
})[];
|
|
139
137
|
};
|
|
140
138
|
pagerConfig: {};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { SrmI18n } from '@qqt-product/ui/dist/lib/utils/type';
|
|
1
2
|
import type { DefineComponent, Ref, ShallowRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
2
3
|
import { MapObjectNoneType } from '../../../utils/global.types';
|
|
3
4
|
declare const _sfc_main: DefineComponent<{
|
|
@@ -26,6 +27,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
26
27
|
userInformFormEvent: () => void;
|
|
27
28
|
userInformsFromShow: ShallowRef<boolean>;
|
|
28
29
|
userInformsFrom: Ref<MapObjectNoneType>;
|
|
30
|
+
srmI18n: SrmI18n;
|
|
29
31
|
listLayoutRef: Ref<any>;
|
|
30
32
|
copyRolesubmitEvent: () => void;
|
|
31
33
|
copyRoleFrom: Ref<MapObjectNoneType>;
|
|
@@ -118,7 +120,6 @@ declare const _sfc_main: DefineComponent<{
|
|
|
118
120
|
type: string;
|
|
119
121
|
label: string;
|
|
120
122
|
fieldName: string;
|
|
121
|
-
placeholder: string;
|
|
122
123
|
}[];
|
|
123
124
|
};
|
|
124
125
|
pagerConfig: {};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { SrmI18n } from '@qqt-product/ui/dist/lib/utils/type';
|
|
1
2
|
import type { DefineComponent, Ref, ShallowRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
2
3
|
import { MapObjectNoneType } from '../../../utils/global.types';
|
|
3
4
|
declare const _sfc_main: DefineComponent<{
|
|
@@ -6,6 +7,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
6
7
|
defalut: () => {};
|
|
7
8
|
};
|
|
8
9
|
}, {
|
|
10
|
+
srmI18n: SrmI18n;
|
|
9
11
|
itemInfoRow: Ref<{
|
|
10
12
|
elsAccount: string;
|
|
11
13
|
}>;
|
|
@@ -14,18 +16,18 @@ declare const _sfc_main: DefineComponent<{
|
|
|
14
16
|
passwordModalFormRule: Ref<{
|
|
15
17
|
password: {
|
|
16
18
|
required: boolean;
|
|
17
|
-
message:
|
|
19
|
+
message: any;
|
|
18
20
|
}[];
|
|
19
21
|
confirmpassword: {
|
|
20
22
|
required: boolean;
|
|
21
|
-
message:
|
|
23
|
+
message: any;
|
|
22
24
|
}[];
|
|
23
25
|
}>;
|
|
24
26
|
passwordModalForm: Ref<any>;
|
|
25
27
|
phoneModalFormRule: Ref<{
|
|
26
28
|
phone: {
|
|
27
29
|
required: boolean;
|
|
28
|
-
message:
|
|
30
|
+
message: any;
|
|
29
31
|
}[];
|
|
30
32
|
}>;
|
|
31
33
|
passwordModalHandle: (handleType: string) => void;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Ref, ShallowRef } from 'vue';
|
|
2
|
-
export declare function useConfigData(): {
|
|
2
|
+
export declare function useConfigData(srmI18n: any): {
|
|
3
3
|
selectedrolesList: Ref<any>;
|
|
4
4
|
itemInfoRow: Ref<{
|
|
5
5
|
elsAccount: string;
|
|
@@ -8,11 +8,11 @@ export declare function useConfigData(): {
|
|
|
8
8
|
passwordModalFormRule: Ref<{
|
|
9
9
|
password: {
|
|
10
10
|
required: boolean;
|
|
11
|
-
message:
|
|
11
|
+
message: any;
|
|
12
12
|
}[];
|
|
13
13
|
confirmpassword: {
|
|
14
14
|
required: boolean;
|
|
15
|
-
message:
|
|
15
|
+
message: any;
|
|
16
16
|
}[];
|
|
17
17
|
}>;
|
|
18
18
|
passwordModalForm: Ref<any>;
|
|
@@ -21,7 +21,7 @@ export declare function useConfigData(): {
|
|
|
21
21
|
phoneModalFormRule: Ref<{
|
|
22
22
|
phone: {
|
|
23
23
|
required: boolean;
|
|
24
|
-
message:
|
|
24
|
+
message: any;
|
|
25
25
|
}[];
|
|
26
26
|
}>;
|
|
27
27
|
phoneRef: Ref<any>;
|
|
@@ -1,7 +1,10 @@
|
|
|
1
|
+
import type { SrmI18n } from '@qqt-product/ui/dist/lib/utils/type';
|
|
1
2
|
import type { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
2
3
|
import { MapObjectNoneType } from '../../../utils/global.types';
|
|
3
4
|
import type { VxeTableDataRow, VxeGridPropTypes, VxeTableDefines } from 'vxe-table';
|
|
4
|
-
declare const _sfc_main: DefineComponent<{}, {
|
|
5
|
+
declare const _sfc_main: DefineComponent<{}, {
|
|
6
|
+
srmI18n: SrmI18n;
|
|
7
|
+
}, {
|
|
5
8
|
visible: boolean;
|
|
6
9
|
loading: boolean;
|
|
7
10
|
confirmLoading: boolean;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { SrmI18n } from '@qqt-product/ui/dist/lib/utils/type';
|
|
1
2
|
import type { DefineComponent, Ref, ShallowRef, ComputedRef, ShallowReactive, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
2
3
|
import * as customConfigEdits from './types';
|
|
3
4
|
import type { VxeColumnSlotTypes, VxeTableDataRow, SlotVNodeType, VxeColumnPropTypes, VxeTablePropTypes, VxeTooltipPropTypes, VxeTableDefines, VxeGridDefines } from 'vxe-table';
|
|
@@ -323,6 +324,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
323
324
|
groupGrid: Ref<any>;
|
|
324
325
|
groupGridAddEvent: () => void;
|
|
325
326
|
gridDeleteEvent: (type: string) => void;
|
|
327
|
+
srmI18n: SrmI18n;
|
|
326
328
|
headGrid: Ref<any>;
|
|
327
329
|
headData: Ref<customConfigEdits.MapObjectNoneType[] | undefined>;
|
|
328
330
|
headColumns: {
|
|
@@ -595,19 +597,19 @@ declare const _sfc_main: DefineComponent<{
|
|
|
595
597
|
headRules: ShallowRef<{
|
|
596
598
|
groupCode: {
|
|
597
599
|
required: boolean;
|
|
598
|
-
message:
|
|
600
|
+
message: any;
|
|
599
601
|
}[];
|
|
600
602
|
fieldName: {
|
|
601
603
|
required: boolean;
|
|
602
|
-
message:
|
|
604
|
+
message: any;
|
|
603
605
|
}[];
|
|
604
606
|
fieldLabel: {
|
|
605
607
|
required: boolean;
|
|
606
|
-
message:
|
|
608
|
+
message: any;
|
|
607
609
|
}[];
|
|
608
610
|
fieldType: {
|
|
609
611
|
required: boolean;
|
|
610
|
-
message:
|
|
612
|
+
message: any;
|
|
611
613
|
}[];
|
|
612
614
|
}>;
|
|
613
615
|
editActivedEvent: ({ row, column }: VxeGridDefines.EditActivedEventParams) => void;
|
|
@@ -1174,15 +1176,15 @@ declare const _sfc_main: DefineComponent<{
|
|
|
1174
1176
|
itemRules: ShallowRef<{
|
|
1175
1177
|
fieldName: {
|
|
1176
1178
|
required: boolean;
|
|
1177
|
-
message:
|
|
1179
|
+
message: any;
|
|
1178
1180
|
}[];
|
|
1179
1181
|
fieldLabel: {
|
|
1180
1182
|
required: boolean;
|
|
1181
|
-
message:
|
|
1183
|
+
message: any;
|
|
1182
1184
|
}[];
|
|
1183
1185
|
fieldType: {
|
|
1184
1186
|
required: boolean;
|
|
1185
|
-
message:
|
|
1187
|
+
message: any;
|
|
1186
1188
|
}[];
|
|
1187
1189
|
}>;
|
|
1188
1190
|
itemGrid: Ref<any>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { customContentSlotParams, customEditSlotParams } from './types';
|
|
2
2
|
import { Ref } from 'vue';
|
|
3
|
-
export declare function useColumnSlots(elsAccount: Ref): {
|
|
3
|
+
export declare function useColumnSlots(elsAccount: Ref, srmI18n: any): {
|
|
4
4
|
purchaseOperation_defult: ({ row }: customContentSlotParams) => JSX.Element[];
|
|
5
5
|
purchaseOperation_edit: ({ row, column }: customEditSlotParams) => JSX.Element[];
|
|
6
6
|
saleOperation_default: ({ row }: customContentSlotParams) => JSX.Element[];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { ComputedRef } from 'vue';
|
|
2
2
|
import { MapObjectNoneType } from './types';
|
|
3
|
-
export declare function useConfigComputed(): {
|
|
3
|
+
export declare function useConfigComputed(srmI18n: any): {
|
|
4
4
|
showBusinessTips: ComputedRef<string | null>;
|
|
5
5
|
gridHeight: ComputedRef<number>;
|
|
6
6
|
commonDevelopTabs: ComputedRef<MapObjectNoneType[]>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Ref, ShallowRef } from 'vue';
|
|
2
2
|
import * as customConfigEdits from './types';
|
|
3
|
-
export declare function useConfigData(): {
|
|
3
|
+
export declare function useConfigData(srmI18n: any): {
|
|
4
4
|
formRef: Ref<any>;
|
|
5
5
|
groupGrid: Ref<any>;
|
|
6
6
|
form: {
|
|
@@ -32,24 +32,24 @@ export declare function useConfigData(): {
|
|
|
32
32
|
headGrid: Ref<any>;
|
|
33
33
|
fieldTypeOptain: {
|
|
34
34
|
value: string;
|
|
35
|
-
label:
|
|
35
|
+
label: any;
|
|
36
36
|
}[];
|
|
37
37
|
headRules: ShallowRef<{
|
|
38
38
|
groupCode: {
|
|
39
39
|
required: boolean;
|
|
40
|
-
message:
|
|
40
|
+
message: any;
|
|
41
41
|
}[];
|
|
42
42
|
fieldName: {
|
|
43
43
|
required: boolean;
|
|
44
|
-
message:
|
|
44
|
+
message: any;
|
|
45
45
|
}[];
|
|
46
46
|
fieldLabel: {
|
|
47
47
|
required: boolean;
|
|
48
|
-
message:
|
|
48
|
+
message: any;
|
|
49
49
|
}[];
|
|
50
50
|
fieldType: {
|
|
51
51
|
required: boolean;
|
|
52
|
-
message:
|
|
52
|
+
message: any;
|
|
53
53
|
}[];
|
|
54
54
|
}>;
|
|
55
55
|
fieldData: Ref<customConfigEdits.MapObjectNoneType[] | undefined>;
|
|
@@ -68,15 +68,15 @@ export declare function useConfigData(): {
|
|
|
68
68
|
itemRules: ShallowRef<{
|
|
69
69
|
fieldName: {
|
|
70
70
|
required: boolean;
|
|
71
|
-
message:
|
|
71
|
+
message: any;
|
|
72
72
|
}[];
|
|
73
73
|
fieldLabel: {
|
|
74
74
|
required: boolean;
|
|
75
|
-
message:
|
|
75
|
+
message: any;
|
|
76
76
|
}[];
|
|
77
77
|
fieldType: {
|
|
78
78
|
required: boolean;
|
|
79
|
-
message:
|
|
79
|
+
message: any;
|
|
80
80
|
}[];
|
|
81
81
|
}>;
|
|
82
82
|
itemGrid: Ref<any>;
|
|
@@ -11,6 +11,6 @@ export declare function useConfigMethods(): {
|
|
|
11
11
|
export declare function useConfigElsAccountMethods(elsAccount: Ref): {
|
|
12
12
|
activeCellMethod: ({ row, column }: customActiveMethod) => boolean;
|
|
13
13
|
};
|
|
14
|
-
export declare function useConigApiMethods(qHttp: HttpClient): {
|
|
14
|
+
export declare function useConigApiMethods(qHttp: HttpClient, srmI18n: any): {
|
|
15
15
|
handleExportXls: (fileName: string, headId: string, type: string, defineColumnCode: string, exportXlsUrl: string, callback: () => void) => void;
|
|
16
16
|
};
|
|
@@ -13,6 +13,12 @@ declare const _sfc_main: DefineComponent<{
|
|
|
13
13
|
};
|
|
14
14
|
}, {
|
|
15
15
|
props: any;
|
|
16
|
+
router: {
|
|
17
|
+
go: (num: number) => void;
|
|
18
|
+
push: (obj: {
|
|
19
|
+
path: string;
|
|
20
|
+
}) => void;
|
|
21
|
+
};
|
|
16
22
|
currentRow: any;
|
|
17
23
|
layoutRef: Ref<ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null>;
|
|
18
24
|
options: {
|
|
@@ -2891,6 +2897,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2891
2897
|
showBackIcon?: boolean | undefined;
|
|
2892
2898
|
pageTitle?: string | undefined;
|
|
2893
2899
|
};
|
|
2900
|
+
handlePageBack: () => void;
|
|
2894
2901
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
2895
2902
|
currentRow: {
|
|
2896
2903
|
type: null;
|
|
@@ -14,6 +14,12 @@ declare const _sfc_main: DefineComponent<{
|
|
|
14
14
|
};
|
|
15
15
|
}, {
|
|
16
16
|
srmI18n: SrmI18n;
|
|
17
|
+
router: {
|
|
18
|
+
go: (num: number) => void;
|
|
19
|
+
push: (obj: {
|
|
20
|
+
path: string;
|
|
21
|
+
}) => void;
|
|
22
|
+
};
|
|
17
23
|
props: any;
|
|
18
24
|
currentRow: any;
|
|
19
25
|
layoutRef: Ref<ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null>;
|
|
@@ -2901,6 +2907,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2901
2907
|
customLoading: Readonly<Ref<boolean>>;
|
|
2902
2908
|
handleCustomSave: () => void;
|
|
2903
2909
|
handleValidateSuccess: (button: GlobalPageLayoutTypes.PageButton) => void;
|
|
2910
|
+
handlePageBack: () => void;
|
|
2904
2911
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
2905
2912
|
currentRow: {
|
|
2906
2913
|
type: null;
|
|
@@ -1,5 +1,7 @@
|
|
|
1
|
+
import type { SrmI18n } from '@qqt-product/ui/dist/lib/utils/type';
|
|
1
2
|
import type { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
2
3
|
declare const _sfc_main: DefineComponent<{}, {
|
|
4
|
+
srmI18n: SrmI18n;
|
|
3
5
|
apiUrls: {
|
|
4
6
|
columnsCode: string;
|
|
5
7
|
list: string;
|
|
@@ -1,5 +1,7 @@
|
|
|
1
|
+
import type { SrmI18n } from '@qqt-product/ui/dist/lib/utils/type';
|
|
1
2
|
import type { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
2
3
|
declare const _sfc_main: DefineComponent<{}, {
|
|
4
|
+
srmI18n: SrmI18n;
|
|
3
5
|
apiUrls: {
|
|
4
6
|
columnsCode: string;
|
|
5
7
|
list: string;
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import type { SrmI18n } from '@qqt-product/ui/dist/lib/utils/type';
|
|
2
|
-
import type { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
2
|
+
import type { DefineComponent, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
3
3
|
declare const _sfc_main: DefineComponent<{}, {
|
|
4
|
+
listLayoutRef: Ref<any>;
|
|
4
5
|
srmI18n: SrmI18n;
|
|
5
6
|
apiUrls: {
|
|
6
7
|
columnsCode: string;
|
|
8
|
+
excelCode: string;
|
|
7
9
|
list: string;
|
|
8
10
|
countTabsUrl: string;
|
|
9
11
|
};
|
|
@@ -15,20 +17,29 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
15
17
|
options: never[];
|
|
16
18
|
};
|
|
17
19
|
buttonConfig: {
|
|
18
|
-
buttons: {
|
|
20
|
+
buttons: ({
|
|
19
21
|
label: string;
|
|
20
22
|
icon: {
|
|
21
23
|
type: string;
|
|
22
24
|
};
|
|
23
25
|
type: string;
|
|
24
|
-
|
|
26
|
+
args?: undefined;
|
|
27
|
+
} | {
|
|
28
|
+
label: string;
|
|
29
|
+
args: {
|
|
30
|
+
url: string;
|
|
31
|
+
};
|
|
32
|
+
icon: {
|
|
33
|
+
type: string;
|
|
34
|
+
};
|
|
35
|
+
type: string;
|
|
36
|
+
})[];
|
|
25
37
|
};
|
|
26
38
|
queryConfig: {
|
|
27
39
|
form: {
|
|
28
40
|
type: string;
|
|
29
41
|
label: string;
|
|
30
42
|
fieldName: string;
|
|
31
|
-
placeholder: string;
|
|
32
43
|
}[];
|
|
33
44
|
};
|
|
34
45
|
pagerConfig: {};
|
|
@@ -1,5 +1,7 @@
|
|
|
1
|
+
import type { SrmI18n } from '@qqt-product/ui/dist/lib/utils/type';
|
|
1
2
|
import type { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
2
3
|
declare const _sfc_main: DefineComponent<{}, {
|
|
4
|
+
srmI18n: SrmI18n;
|
|
3
5
|
apiUrls: {
|
|
4
6
|
columnsCode: string;
|
|
5
7
|
list: string;
|
|
@@ -33,7 +35,7 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
33
35
|
label: string;
|
|
34
36
|
fieldName: string;
|
|
35
37
|
dictCode: string;
|
|
36
|
-
placeholder
|
|
38
|
+
placeholder?: undefined;
|
|
37
39
|
})[];
|
|
38
40
|
};
|
|
39
41
|
pagerConfig: {};
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.tempale-preview-modal[data-v-0b6ebd5b] .page-container .edit-page .ant-spin-nested-loading{height:600px}.tempale-preview-modal[data-v-0b6ebd5b] .ant-form-item-control-wrapper{width:150px}.page-container .ant-btn+.ant-btn[data-v-
|
|
1
|
+
.tempale-preview-modal[data-v-0b6ebd5b] .page-container .edit-page .ant-spin-nested-loading{height:600px}.tempale-preview-modal[data-v-0b6ebd5b] .ant-form-item-control-wrapper{width:150px}.page-container .ant-btn+.ant-btn[data-v-ea082822]{margin-left:8px}.page-container[data-v-ea082822] .ant-select-selection{position:relative;z-index:1}.page-container .business-tips[data-v-ea082822]{width:64.6%;margin:0 auto 10px}.page-container[data-v-ea082822] .ant-input-affix-wrapper .ant-input-suffix{z-index:1}.page-container .skeleton-wrap[data-v-ea082822]{margin-top:100px;text-align:center;line-height:100px}.switch-config .switch-config-item[data-v-ea082822]{display:flex;justify-content:space-between;border-bottom:1px dashed #eee;padding:10px 0}.switch-config>div[data-v-ea082822]:first-child{padding-top:0}.verify-config[data-v-ea082822]{margin-bottom:20px}.verify-config .tab-clo-left[data-v-ea082822]{padding-right:10px;text-align:right;line-height:32px}.content-step-one[data-v-ea082822]{justify-content:center}.code-editror-flex-row[data-v-ea082822]{display:block}.progress[data-v-6a21d026]{text-align:center}.password-security-policy[data-v-3a85f1d5]{height:100%}.password-security-policy-breadcrumb[data-v-3a85f1d5]{height:44px;display:flex;justify-content:flex-end;align-items:center;padding-left:16px;padding-right:25px;background:white}.password-security-policy-content[data-v-3a85f1d5]{padding:8px}.password-security-policy-form[data-v-3a85f1d5]{background:white;padding:0 16px}.password-security-policy-form .item[data-v-3a85f1d5]{display:flex;justify-content:space-between;align-items:center;padding:0 18px;border-bottom:1px dashed #dadada}.password-security-policy-form .item .desc[data-v-3a85f1d5]{padding:16px 0}.password-security-policy-form .item .desc .tit[data-v-3a85f1d5]{color:#454f59;font-weight:500;font-size:14px;line-height:14px}.password-security-policy-form .item .desc .tip[data-v-3a85f1d5]{font-weight:400;font-size:12px;line-height:12px;color:#454f5999;margin-top:8px}.password-security-policy-form .item .type[data-v-3a85f1d5]{font-weight:400;font-size:12px;line-height:12px;color:#454f5999;display:flex;align-items:center}.password-security-policy .red[data-v-3a85f1d5]{color:red}.password-security-policy .ant-input-number[data-v-3a85f1d5]{margin-left:16px;width:60px}.password-security-policy .ant-btn+.ant-btn[data-v-3a85f1d5]{margin-left:8px}[data-v-78e8a7e8] .vxe-form--gather,[data-v-b3e4afb1] .vxe-form--gather{padding:20px 0}.other-select[data-v-0915781b] .ant-select{width:100%}.content-Header{width:100%;position:sticky;top:0;z-index:99;box-shadow:0 3px 12px #626bb540}.content-Header.posA{position:absolute;left:0;top:0}.content-Header .topWrap{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:10px 24px 10px 10px}.content-Header .topWrap .box{display:flex;align-items:center}.content-Header .topWrap .extra+.menu{margin-left:24px}.content-Header .topWrap .menu{text-align:right}.UserAuthorization{position:relative}.UserAuthorization .ant-checkbox-wrapper{color:#000000a6}.UserAuthorization .title{padding-left:16px;margin-bottom:16px}.UserAuthorization .title>strong{font-size:18px;color:#4d72ff}.UserAuthorization .title>span{font-size:12px;color:#b9bcc1;margin-left:22px}.UserAuthorization .container{padding:8px}.UserAuthorization .pageBox{background:#fff;padding:16px 16px 32px;min-height:calc(100vh - 158px)}.UserAuthorization .level[class*=level_] .triangle{margin-right:8px;cursor:pointer}.UserAuthorization .level[class*=level_] .rotate90 .anticon{transform:rotate(90deg);transition:transform .3 ease-in-out}.UserAuthorization .level.level_1{display:flex;align-items:center;padding:16px 20px}.UserAuthorization .level.level_1:hover{background:rgba(254,206,0,.1)}.UserAuthorization .level.level_1 .info{display:flex;flex-direction:column;flex:1}.UserAuthorization .level.level_1 .info strong{font-size:14px;color:#454f59}.UserAuthorization .level.level_1 .info span.tip{font-size:12px;color:#454f5999;margin-top:8px}.UserAuthorization .level.level_1+.collapse.noneGrandchildren{padding:24px}.UserAuthorization .level.border{border-bottom:1px dashed #dadada}.UserAuthorization .level.level_2{display:flex}.UserAuthorization .level.level_2:not(:last-child){border-bottom:1px dashed #dadada}.UserAuthorization .level.level_2 .info{flex:0 0 150px;padding:22px 0 22px 20px;background-color:#f9f9f9}.UserAuthorization .level.level_2 .children{flex:1;margin-left:24px;padding:22px 20px 22px 0}.UserAuthorization .level_3+.level_3{margin-top:12px}.UserAuthorization .checkboxGroup{padding:12px 0 12px 36px}.UserAuthorization .collapse{min-height:70px;border:1px solid #dadcde}[data-v-16d0b6ea] .vxe-form--gather{padding:20px 0}.stickey[data-v-ad85f756]{position:sticky;top:0;z-index:99;padding-bottom:8px;background-color:var(--qBackgroundColor, #eff2f5)}.edit-header[data-v-ad85f756]{padding:4px 16px;background:var(--qPageHeaderBackgroundColor, #ffffff);border-top-width:1px;border-top-style:solid;border-top-color:var(--qHeaderBorderBottomColor, #f3f3f3)}.groups[data-v-ad85f756]{padding:24px;border-radius:8px;background-color:var(--qPageHeaderBackgroundColor, #ffffff)}.card-container{background:#fff;overflow:hidden;padding:12px;position:relative;width:100%}.card-container .tab-layout-tabs.ant-tabs{border:1px solid #e6ebf5;padding:0}.card-container .tab-layout-tabs.ant-tabs .ant-tabs-bar{margin:0;outline:none;border-bottom:none}.card-container .tab-layout-tabs.ant-tabs .ant-tabs-bar .ant-tabs-nav-container{margin:0}.card-container .tab-layout-tabs.ant-tabs .ant-tabs-bar .ant-tabs-nav-container .ant-tabs-tab{padding:0 24px!important;background-color:#f5f7fa!important;margin-right:0!important;border-radius:0;line-height:38px;border:1px solid transparent!important;border-bottom:1px solid #e6ebf5!important}.card-container .tab-layout-tabs.ant-tabs .ant-tabs-bar .ant-tabs-nav-container .ant-tabs-tab-active.ant-tabs-tab{color:#409eff;background-color:#fff!important;border-right:1px solid #e6ebf5!important;border-left:1px solid #e6ebf5!important;border-bottom:1px solid #fff!important;font-weight:400;transition:none!important}.card-container .tab-layout-tabs.ant-tabs .ant-tabs-tabpane{padding:15px}.card-container .tab-layout-tabs.ant-tabs .ant-tabs-tabpane .ant-row{margin:10px 0}.card-container .tab-layout-tabs.ant-tabs .ant-tabs-tabpane .ant-select,.card-container .tab-layout-tabs.ant-tabs .ant-tabs-tabpane .ant-input-number{width:100px}.container-widthEn[data-v-13d22fe3]{width:755px}.container-widthCn[data-v-13d22fe3]{width:608px}.language[data-v-13d22fe3]{text-align:center;position:absolute;right:13px;top:13px;border:1px solid transparent;height:40px;line-height:38px;font-size:16px;color:#409eff;z-index:1;background:#f5f7fa;outline:none;width:47px;border-bottom:1px solid #e6ebf5;border-radius:0}.card-container .bottom[data-v-13d22fe3]{display:flex;justify-content:center;padding:10px 0 0}.card-container .bottom .cronButton[data-v-13d22fe3]{margin:0 10px;line-height:40px}.tabBody .a-row[data-v-13d22fe3]{margin:10px 0}.tabBody .a-row .long .a-select[data-v-13d22fe3]{width:354px}.tabBody .a-row .a-input-number[data-v-13d22fe3]{width:110px}.components-input-demo-presuffix .anticon-close-circle[data-v-b3cf1b8e]{cursor:pointer;color:#ccc;transition:color .3s;font-size:12px}.components-input-demo-presuffix .anticon-close-circle[data-v-b3cf1b8e]:hover{color:#f5222d}.components-input-demo-presuffix .anticon-close-circle[data-v-b3cf1b8e]:active{color:#666}.chart[data-v-10d4e803]{width:100%;height:400px}.tempale-preview-modal[data-v-b6cb9623] .page-container .edit-page .ant-spin-nested-loading{height:600px}.tempale-preview-modal[data-v-b6cb9623] .ant-form-item-control-wrapper{width:150px}.page-container .ant-btn+.ant-btn[data-v-948b52ed]{margin-left:8px}.page-container[data-v-948b52ed] .ant-select-selection{position:relative;z-index:1}.page-container .business-tips[data-v-948b52ed]{width:64.6%;margin:0 auto 10px}.page-container[data-v-948b52ed] .ant-input-affix-wrapper .ant-input-suffix{z-index:1}.page-container .skeleton-wrap[data-v-948b52ed]{margin-top:100px;text-align:center;line-height:100px}.switch-config .switch-config-item[data-v-948b52ed]{display:flex;justify-content:space-between;border-bottom:1px dashed #eee;padding:10px 0}.switch-config>div[data-v-948b52ed]:first-child{padding-top:0}.verify-config[data-v-948b52ed]{margin-bottom:20px}.verify-config .tab-clo-left[data-v-948b52ed]{padding-right:10px;text-align:right;line-height:32px}.content-step-one[data-v-948b52ed]{justify-content:center}.code-editror-flex-row[data-v-948b52ed]{display:block}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qqt-product/system",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "10.0.1",
|
|
5
5
|
"main": "dist/index.umd.js",
|
|
6
6
|
"module": "dist/index.es.js",
|
|
7
7
|
"type": "module",
|
|
@@ -18,10 +18,10 @@
|
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@ant-design/icons-vue": "^6.1.0",
|
|
21
|
-
"@qqt-product/api": "
|
|
22
|
-
"@qqt-product/icons": "
|
|
23
|
-
"@qqt-product/ui": "
|
|
24
|
-
"@qqt-product/utils": "
|
|
21
|
+
"@qqt-product/api": "10.0.1",
|
|
22
|
+
"@qqt-product/icons": "10.0.1",
|
|
23
|
+
"@qqt-product/ui": "10.0.1",
|
|
24
|
+
"@qqt-product/utils": "10.0.1",
|
|
25
25
|
"@types/node": "^18.11.4",
|
|
26
26
|
"@types/sortablejs": "^1.15.1",
|
|
27
27
|
"@typescript-eslint/eslint-plugin": "^5.40.0",
|
|
@@ -51,10 +51,10 @@
|
|
|
51
51
|
"xe-utils": "^3.5.0"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
|
-
"@qqt-product/api": "
|
|
55
|
-
"@qqt-product/icons": "
|
|
56
|
-
"@qqt-product/ui": "
|
|
57
|
-
"@qqt-product/utils": "
|
|
54
|
+
"@qqt-product/api": "10.0.1",
|
|
55
|
+
"@qqt-product/icons": "10.0.1",
|
|
56
|
+
"@qqt-product/ui": "10.0.1",
|
|
57
|
+
"@qqt-product/utils": "10.0.1",
|
|
58
58
|
"@types/sortablejs": "^1.15.1",
|
|
59
59
|
"ant-design-vue": "3.2.20",
|
|
60
60
|
"echarts": "5.4.3",
|