@qqt-product/system 8.0.3 → 9.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 +2067 -2021
- package/dist/index.umd.js +19 -19
- package/dist/lib/components/QAccountList/src/QAccountCreate.vue.d.ts +0 -7
- package/dist/lib/components/QAccountList/src/QAccountEdit.vue.d.ts +0 -7
- package/dist/lib/components/QCostCustomConfigList/src/QCostCustomConfigList.vue.d.ts +13 -0
- package/dist/lib/components/QElsTenantPortalNewsList/src/QElsTenantPortalNewsDetail.vue.d.ts +6 -2
- package/dist/lib/components/QElsTenantPortalNewsList/src/QElsTenantPortalNewsEdit.vue.d.ts +5 -8
- package/dist/lib/components/QPermissionDataList/src/QPermissionDataEdit.vue.d.ts +0 -7
- package/dist/lib/components/QPurchaseNoticeTemplateList/src/QPurchaseNoticeTemplateList.vue.d.ts +23 -1
- package/dist/lib/components/QcustomConfigList/src/QcustomConfigList.vue.d.ts +13 -0
- package/dist/lib/components/integratedNodesList/src/QIntegratedNodesEdit.vue.d.ts +0 -7
- package/dist/lib/components/loginSupplierLogList/src/index.vue.d.ts +2 -0
- package/dist/style.css +1 -1
- package/package.json +9 -9
|
@@ -13,12 +13,6 @@ declare const _sfc_main: DefineComponent<{
|
|
|
13
13
|
required: true;
|
|
14
14
|
};
|
|
15
15
|
}, {
|
|
16
|
-
router: {
|
|
17
|
-
go: (num: number) => void;
|
|
18
|
-
push: (obj: {
|
|
19
|
-
path: string;
|
|
20
|
-
}) => void;
|
|
21
|
-
};
|
|
22
16
|
props: any;
|
|
23
17
|
qHttp: customConfigEdits.HttpClient;
|
|
24
18
|
showEdit: ShallowRef<boolean>;
|
|
@@ -2912,7 +2906,6 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2912
2906
|
handleValidateSuccess: (button: GlobalPageLayoutTypes.PageButton) => void;
|
|
2913
2907
|
getRoleOptains: () => Promise<void>;
|
|
2914
2908
|
getGroupOptains: () => Promise<void>;
|
|
2915
|
-
handlePageBack: () => void;
|
|
2916
2909
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
2917
2910
|
currentRow: {
|
|
2918
2911
|
type: null;
|
|
@@ -14,12 +14,6 @@ declare const _sfc_main: DefineComponent<{
|
|
|
14
14
|
};
|
|
15
15
|
}, {
|
|
16
16
|
props: any;
|
|
17
|
-
router: {
|
|
18
|
-
go: (num: number) => void;
|
|
19
|
-
push: (obj: {
|
|
20
|
-
path: string;
|
|
21
|
-
}) => void;
|
|
22
|
-
};
|
|
23
17
|
qHttp: customConfigEdits.HttpClient;
|
|
24
18
|
showEdit: ShallowRef<boolean>;
|
|
25
19
|
currentRow: any;
|
|
@@ -2913,7 +2907,6 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2913
2907
|
getRoleOptains: () => Promise<void>;
|
|
2914
2908
|
getGroupOptains: () => Promise<void>;
|
|
2915
2909
|
subAccountDis: () => boolean;
|
|
2916
|
-
handlePageBack: () => void;
|
|
2917
2910
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
2918
2911
|
currentRow: {
|
|
2919
2912
|
type: null;
|
|
@@ -44,6 +44,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
44
44
|
attrs: {
|
|
45
45
|
type: string;
|
|
46
46
|
};
|
|
47
|
+
type?: undefined;
|
|
47
48
|
folded?: undefined;
|
|
48
49
|
} | {
|
|
49
50
|
authorityCode: string;
|
|
@@ -51,6 +52,17 @@ declare const _sfc_main: DefineComponent<{
|
|
|
51
52
|
icon: string;
|
|
52
53
|
click: () => false | undefined;
|
|
53
54
|
attrs?: undefined;
|
|
55
|
+
type?: undefined;
|
|
56
|
+
folded?: undefined;
|
|
57
|
+
} | {
|
|
58
|
+
label: string;
|
|
59
|
+
icon: {
|
|
60
|
+
type: string;
|
|
61
|
+
};
|
|
62
|
+
type: string;
|
|
63
|
+
authorityCode?: undefined;
|
|
64
|
+
click?: undefined;
|
|
65
|
+
attrs?: undefined;
|
|
54
66
|
folded?: undefined;
|
|
55
67
|
} | {
|
|
56
68
|
authorityCode: string;
|
|
@@ -59,6 +71,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
59
71
|
folded: boolean;
|
|
60
72
|
click: () => void;
|
|
61
73
|
attrs?: undefined;
|
|
74
|
+
type?: undefined;
|
|
62
75
|
})[];
|
|
63
76
|
};
|
|
64
77
|
queryConfig: {
|
package/dist/lib/components/QElsTenantPortalNewsList/src/QElsTenantPortalNewsDetail.vue.d.ts
CHANGED
|
@@ -2893,7 +2893,9 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2893
2893
|
showBackIcon?: boolean | undefined;
|
|
2894
2894
|
pageTitle?: string | undefined;
|
|
2895
2895
|
};
|
|
2896
|
-
|
|
2896
|
+
emit: (event: "pageBack", ...args: any[]) => void;
|
|
2897
|
+
handlePageBack: () => void;
|
|
2898
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "pageBack"[], "pageBack", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
2897
2899
|
currentRow: {
|
|
2898
2900
|
type: null;
|
|
2899
2901
|
required: true;
|
|
@@ -2902,5 +2904,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2902
2904
|
type: null;
|
|
2903
2905
|
required: true;
|
|
2904
2906
|
};
|
|
2905
|
-
}
|
|
2907
|
+
}>> & {
|
|
2908
|
+
onPageBack?: ((...args: any[]) => any) | undefined;
|
|
2909
|
+
}, {}, {}>;
|
|
2906
2910
|
export default _sfc_main;
|
|
@@ -14,14 +14,9 @@ declare const _sfc_main: DefineComponent<{
|
|
|
14
14
|
required: true;
|
|
15
15
|
};
|
|
16
16
|
}, {
|
|
17
|
-
router: {
|
|
18
|
-
go: (num: number) => void;
|
|
19
|
-
push: (obj: {
|
|
20
|
-
path: string;
|
|
21
|
-
}) => void;
|
|
22
|
-
};
|
|
23
17
|
srmI18n: SrmI18n;
|
|
24
18
|
props: any;
|
|
19
|
+
emit: (event: "pageBack", ...args: any[]) => void;
|
|
25
20
|
currentRow: any;
|
|
26
21
|
layoutRef: Ref<ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null>;
|
|
27
22
|
pageData: Ref<GlobalPageLayoutTypes.RecordString>;
|
|
@@ -2912,7 +2907,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2912
2907
|
pulishDiabled: () => boolean;
|
|
2913
2908
|
publishHandleBefore: (args: any) => Promise<GlobalPageLayoutTypes.ExposeWithPageButtons>;
|
|
2914
2909
|
handlePageBack: () => void;
|
|
2915
|
-
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin,
|
|
2910
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "pageBack"[], "pageBack", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
2916
2911
|
currentRow: {
|
|
2917
2912
|
type: null;
|
|
2918
2913
|
required: true;
|
|
@@ -2921,5 +2916,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2921
2916
|
type: null;
|
|
2922
2917
|
required: true;
|
|
2923
2918
|
};
|
|
2924
|
-
}
|
|
2919
|
+
}>> & {
|
|
2920
|
+
onPageBack?: ((...args: any[]) => any) | undefined;
|
|
2921
|
+
}, {}, {}>;
|
|
2925
2922
|
export default _sfc_main;
|
|
@@ -16,12 +16,6 @@ declare const _sfc_main: DefineComponent<{
|
|
|
16
16
|
}, {
|
|
17
17
|
qHttp: qqtApi.Request;
|
|
18
18
|
srmI18n: SrmI18n;
|
|
19
|
-
router: {
|
|
20
|
-
go: (num: number) => void;
|
|
21
|
-
push: (obj: {
|
|
22
|
-
path: string;
|
|
23
|
-
}) => void;
|
|
24
|
-
};
|
|
25
19
|
props: any;
|
|
26
20
|
currentRow: any;
|
|
27
21
|
layoutRef: Ref<ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null>;
|
|
@@ -2910,7 +2904,6 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2910
2904
|
handleCustomSave: () => false | undefined;
|
|
2911
2905
|
handleValidateSuccess: (button: GlobalPageLayoutTypes.PageButton) => void;
|
|
2912
2906
|
getBusinessTypeGetOptions: () => void;
|
|
2913
|
-
handlePageBack: () => void;
|
|
2914
2907
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
2915
2908
|
currentRow: {
|
|
2916
2909
|
type: null;
|
package/dist/lib/components/QPurchaseNoticeTemplateList/src/QPurchaseNoticeTemplateList.vue.d.ts
CHANGED
|
@@ -119,6 +119,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
119
119
|
attrs?: GlobalListPageLayoutTypes.ObjectMap | undefined;
|
|
120
120
|
extend?: GlobalListPageLayoutTypes.ObjectMap | undefined;
|
|
121
121
|
customSearch?: ((args: GlobalListPageLayoutTypes.ObjectMap) => void) | undefined;
|
|
122
|
+
customReset?: (() => void) | undefined;
|
|
122
123
|
form: {
|
|
123
124
|
type: string;
|
|
124
125
|
label: string;
|
|
@@ -143,6 +144,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
143
144
|
total: string | number;
|
|
144
145
|
flag?: string | undefined;
|
|
145
146
|
} | undefined;
|
|
147
|
+
activeKey?: unknown;
|
|
146
148
|
} | undefined;
|
|
147
149
|
filterConfig?: {
|
|
148
150
|
show?: boolean | (() => boolean | void) | undefined;
|
|
@@ -188,7 +190,27 @@ declare const _sfc_main: DefineComponent<{
|
|
|
188
190
|
iconJumpMore?: string | undefined;
|
|
189
191
|
} | undefined;
|
|
190
192
|
isOrder?: GlobalListPageLayoutTypes.ObjectMap | undefined;
|
|
191
|
-
|
|
193
|
+
superQueryConfig?: {
|
|
194
|
+
queryModel: {
|
|
195
|
+
[x: string]: unknown;
|
|
196
|
+
logicSymbol?: string | undefined;
|
|
197
|
+
fieldCode?: string | undefined;
|
|
198
|
+
dictCode?: string | undefined;
|
|
199
|
+
fieldType?: string | undefined;
|
|
200
|
+
fieldValue?: string | number | undefined;
|
|
201
|
+
showValue?: string | number | undefined;
|
|
202
|
+
joiner?: string | number | undefined;
|
|
203
|
+
dictTable?: string | number | undefined;
|
|
204
|
+
customReturnField?: string | number | undefined;
|
|
205
|
+
queryItemId?: string | number | undefined;
|
|
206
|
+
extendLink?: string | undefined;
|
|
207
|
+
extend?: {
|
|
208
|
+
[x: string]: unknown;
|
|
209
|
+
bindFunction?: (<T_3>(discard: null, args: T_3) => void) | undefined;
|
|
210
|
+
} | undefined;
|
|
211
|
+
}[];
|
|
212
|
+
superQuery: GlobalListPageLayoutTypes.ObjectMap;
|
|
213
|
+
} | undefined;
|
|
192
214
|
};
|
|
193
215
|
showEditPage: ShallowRef<boolean>;
|
|
194
216
|
apiUrls: ShallowRef<{
|
|
@@ -44,6 +44,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
44
44
|
attrs: {
|
|
45
45
|
type: string;
|
|
46
46
|
};
|
|
47
|
+
type?: undefined;
|
|
47
48
|
folded?: undefined;
|
|
48
49
|
} | {
|
|
49
50
|
authorityCode: string;
|
|
@@ -51,6 +52,17 @@ declare const _sfc_main: DefineComponent<{
|
|
|
51
52
|
icon: string;
|
|
52
53
|
click: () => false | undefined;
|
|
53
54
|
attrs?: undefined;
|
|
55
|
+
type?: undefined;
|
|
56
|
+
folded?: undefined;
|
|
57
|
+
} | {
|
|
58
|
+
label: string;
|
|
59
|
+
icon: {
|
|
60
|
+
type: string;
|
|
61
|
+
};
|
|
62
|
+
type: string;
|
|
63
|
+
authorityCode?: undefined;
|
|
64
|
+
click?: undefined;
|
|
65
|
+
attrs?: undefined;
|
|
54
66
|
folded?: undefined;
|
|
55
67
|
} | {
|
|
56
68
|
authorityCode: string;
|
|
@@ -59,6 +71,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
59
71
|
folded: boolean;
|
|
60
72
|
click: () => void;
|
|
61
73
|
attrs?: undefined;
|
|
74
|
+
type?: undefined;
|
|
62
75
|
})[];
|
|
63
76
|
};
|
|
64
77
|
queryConfig: {
|
|
@@ -14,12 +14,6 @@ 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
|
-
};
|
|
23
17
|
props: any;
|
|
24
18
|
currentRow: any;
|
|
25
19
|
layoutRef: Ref<ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null>;
|
|
@@ -2907,7 +2901,6 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2907
2901
|
customLoading: Readonly<Ref<boolean>>;
|
|
2908
2902
|
handleCustomSave: () => void;
|
|
2909
2903
|
handleValidateSuccess: (button: GlobalPageLayoutTypes.PageButton) => void;
|
|
2910
|
-
handlePageBack: () => void;
|
|
2911
2904
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
2912
2905
|
currentRow: {
|
|
2913
2906
|
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;
|
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-286f8123]{margin-left:8px}.page-container[data-v-286f8123] .ant-select-selection{position:relative;z-index:1}.page-container .business-tips[data-v-286f8123]{width:64.6%;margin:0 auto 10px}.page-container[data-v-286f8123] .ant-input-affix-wrapper .ant-input-suffix{z-index:1}.page-container .skeleton-wrap[data-v-286f8123]{margin-top:100px;text-align:center;line-height:100px}.switch-config .switch-config-item[data-v-286f8123]{display:flex;justify-content:space-between;border-bottom:1px dashed #eee;padding:10px 0}.switch-config>div[data-v-286f8123]:first-child{padding-top:0}.verify-config[data-v-286f8123]{margin-bottom:20px}.verify-config .tab-clo-left[data-v-286f8123]{padding-right:10px;text-align:right;line-height:32px}.content-step-one[data-v-286f8123]{justify-content:center}.code-editror-flex-row[data-v-286f8123]{display:block}.progress[data-v-6a21d026]{text-align:center}.password-security-policy[data-v-bc4a98ce]{height:100%}.password-security-policy-breadcrumb[data-v-bc4a98ce]{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-bc4a98ce]{padding:8px}.password-security-policy-form[data-v-bc4a98ce]{background:white;padding:0 16px}.password-security-policy-form .item[data-v-bc4a98ce]{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-bc4a98ce]{padding:16px 0}.password-security-policy-form .item .desc .tit[data-v-bc4a98ce]{color:#454f59;font-weight:500;font-size:14px;line-height:14px}.password-security-policy-form .item .desc .tip[data-v-bc4a98ce]{font-weight:400;font-size:12px;line-height:12px;color:#454f5999;margin-top:8px}.password-security-policy-form .item .type[data-v-bc4a98ce]{font-weight:400;font-size:12px;line-height:12px;color:#454f5999;display:flex;align-items:center}.password-security-policy .red[data-v-bc4a98ce]{color:red}.password-security-policy .ant-input-number[data-v-bc4a98ce]{margin-left:16px;width:60px}.password-security-policy .ant-btn+.ant-btn[data-v-bc4a98ce]{margin-left:8px}[data-v-b66225c6] .vxe-form--gather,[data-v-b3e4afb1] .vxe-form--gather{padding:20px 0}.other-select[data-v-576f7584] .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-8d434992]{position:sticky;top:0;z-index:99;padding-bottom:8px;background-color:var(--qBackgroundColor, #eff2f5)}.edit-header[data-v-8d434992]{padding:4px 16px;background:var(--qPageHeaderBackgroundColor, #ffffff);border-top-width:1px;border-top-style:solid;border-top-color:var(--qHeaderBorderBottomColor, #f3f3f3)}.groups[data-v-8d434992]{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": "9.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": "9.0.1",
|
|
22
|
+
"@qqt-product/icons": "9.0.1",
|
|
23
|
+
"@qqt-product/ui": "9.0.1",
|
|
24
|
+
"@qqt-product/utils": "9.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": "9.0.1",
|
|
55
|
+
"@qqt-product/icons": "9.0.1",
|
|
56
|
+
"@qqt-product/ui": "9.0.1",
|
|
57
|
+
"@qqt-product/utils": "9.0.1",
|
|
58
58
|
"@types/sortablejs": "^1.15.1",
|
|
59
59
|
"ant-design-vue": "3.2.20",
|
|
60
60
|
"echarts": "5.4.3",
|