@qqt-product/system 8.0.0 → 8.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 +14350 -14327
- package/dist/index.umd.js +39 -39
- package/dist/lib/components/QAccountList/src/QAccountCreate.vue.d.ts +7 -0
- package/dist/lib/components/QAccountList/src/QAccountEdit.vue.d.ts +7 -0
- package/dist/lib/components/QElsTenantPortalNewsList/src/QElsTenantPortalNewsEdit.vue.d.ts +7 -0
- package/dist/lib/components/QPermissionDataList/src/QPermissionDataEdit.vue.d.ts +7 -0
- package/dist/lib/components/QPurchaseNoticeList/src/QPurchaseNoticeEdit.vue.d.ts +4 -0
- package/dist/lib/components/integratedNodesList/src/QIntegratedNodesEdit.vue.d.ts +7 -0
- package/package.json +9 -9
|
@@ -13,6 +13,12 @@ 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
|
+
};
|
|
16
22
|
props: any;
|
|
17
23
|
qHttp: customConfigEdits.HttpClient;
|
|
18
24
|
showEdit: ShallowRef<boolean>;
|
|
@@ -2906,6 +2912,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2906
2912
|
handleValidateSuccess: (button: GlobalPageLayoutTypes.PageButton) => void;
|
|
2907
2913
|
getRoleOptains: () => Promise<void>;
|
|
2908
2914
|
getGroupOptains: () => Promise<void>;
|
|
2915
|
+
handlePageBack: () => void;
|
|
2909
2916
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
2910
2917
|
currentRow: {
|
|
2911
2918
|
type: null;
|
|
@@ -14,6 +14,12 @@ 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
|
+
};
|
|
17
23
|
qHttp: customConfigEdits.HttpClient;
|
|
18
24
|
showEdit: ShallowRef<boolean>;
|
|
19
25
|
currentRow: any;
|
|
@@ -2907,6 +2913,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2907
2913
|
getRoleOptains: () => Promise<void>;
|
|
2908
2914
|
getGroupOptains: () => Promise<void>;
|
|
2909
2915
|
subAccountDis: () => boolean;
|
|
2916
|
+
handlePageBack: () => void;
|
|
2910
2917
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
2911
2918
|
currentRow: {
|
|
2912
2919
|
type: null;
|
|
@@ -14,6 +14,12 @@ 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
|
+
};
|
|
17
23
|
srmI18n: SrmI18n;
|
|
18
24
|
props: any;
|
|
19
25
|
currentRow: any;
|
|
@@ -2905,6 +2911,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2905
2911
|
handleValidateSuccess: (button: GlobalPageLayoutTypes.PageButton) => void;
|
|
2906
2912
|
pulishDiabled: () => boolean;
|
|
2907
2913
|
publishHandleBefore: (args: any) => Promise<GlobalPageLayoutTypes.ExposeWithPageButtons>;
|
|
2914
|
+
handlePageBack: () => void;
|
|
2908
2915
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
2909
2916
|
currentRow: {
|
|
2910
2917
|
type: null;
|
|
@@ -16,6 +16,12 @@ 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
|
+
};
|
|
19
25
|
props: any;
|
|
20
26
|
currentRow: any;
|
|
21
27
|
layoutRef: Ref<ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null>;
|
|
@@ -2904,6 +2910,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2904
2910
|
handleCustomSave: () => false | undefined;
|
|
2905
2911
|
handleValidateSuccess: (button: GlobalPageLayoutTypes.PageButton) => void;
|
|
2906
2912
|
getBusinessTypeGetOptions: () => void;
|
|
2913
|
+
handlePageBack: () => void;
|
|
2907
2914
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
2908
2915
|
currentRow: {
|
|
2909
2916
|
type: null;
|
|
@@ -18,6 +18,9 @@ declare const _sfc_main: DefineComponent<{
|
|
|
18
18
|
srmI18n: SrmI18n;
|
|
19
19
|
router: {
|
|
20
20
|
go: (num: number) => void;
|
|
21
|
+
push: (obj: {
|
|
22
|
+
path: string;
|
|
23
|
+
}) => void;
|
|
21
24
|
};
|
|
22
25
|
props: any;
|
|
23
26
|
currentRow: any;
|
|
@@ -2916,6 +2919,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2916
2919
|
handleCustomPublish: () => void;
|
|
2917
2920
|
handleValidateSuccess: (button: GlobalPageLayoutTypes.PageButton) => false | undefined;
|
|
2918
2921
|
back: () => void;
|
|
2922
|
+
handlePageBack: () => void;
|
|
2919
2923
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
2920
2924
|
currentRow: {
|
|
2921
2925
|
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;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qqt-product/system",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "8.0.
|
|
4
|
+
"version": "8.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": "8.0.
|
|
22
|
-
"@qqt-product/icons": "8.0.
|
|
23
|
-
"@qqt-product/ui": "8.0.
|
|
24
|
-
"@qqt-product/utils": "8.0.
|
|
21
|
+
"@qqt-product/api": "8.0.1",
|
|
22
|
+
"@qqt-product/icons": "8.0.1",
|
|
23
|
+
"@qqt-product/ui": "8.0.1",
|
|
24
|
+
"@qqt-product/utils": "8.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": "8.0.
|
|
55
|
-
"@qqt-product/icons": "8.0.
|
|
56
|
-
"@qqt-product/ui": "8.0.
|
|
57
|
-
"@qqt-product/utils": "8.0.
|
|
54
|
+
"@qqt-product/api": "8.0.1",
|
|
55
|
+
"@qqt-product/icons": "8.0.1",
|
|
56
|
+
"@qqt-product/ui": "8.0.1",
|
|
57
|
+
"@qqt-product/utils": "8.0.1",
|
|
58
58
|
"@types/sortablejs": "^1.15.1",
|
|
59
59
|
"ant-design-vue": "3.2.20",
|
|
60
60
|
"echarts": "5.4.3",
|