@qqt-product/system 8.0.2 → 8.0.3
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.
|
@@ -16,13 +16,8 @@ declare const _sfc_main: DefineComponent<{
|
|
|
16
16
|
};
|
|
17
17
|
}, {
|
|
18
18
|
srmI18n: SrmI18n;
|
|
19
|
-
router: {
|
|
20
|
-
go: (num: number) => void;
|
|
21
|
-
push: (obj: {
|
|
22
|
-
path: string;
|
|
23
|
-
}) => void;
|
|
24
|
-
};
|
|
25
19
|
props: any;
|
|
20
|
+
emit: (event: "handlePublishBack", ...args: any[]) => void;
|
|
26
21
|
currentRow: any;
|
|
27
22
|
createPromise: <T>(fn: CreatePromise<T>) => Promise<unknown>;
|
|
28
23
|
cloneDeep: <T_1>(value: T_1) => T_1;
|
|
@@ -2918,9 +2913,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2918
2913
|
customCheck: (pageData: GlobalPageLayoutTypes.RecordString) => boolean;
|
|
2919
2914
|
handleCustomPublish: () => void;
|
|
2920
2915
|
handleValidateSuccess: (button: GlobalPageLayoutTypes.PageButton) => false | undefined;
|
|
2921
|
-
|
|
2922
|
-
handlePageBack: () => void;
|
|
2923
|
-
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
2916
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "handlePublishBack"[], "handlePublishBack", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
2924
2917
|
currentRow: {
|
|
2925
2918
|
type: null;
|
|
2926
2919
|
required: true;
|
|
@@ -2929,5 +2922,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2929
2922
|
type: null;
|
|
2930
2923
|
required: true;
|
|
2931
2924
|
};
|
|
2932
|
-
}
|
|
2925
|
+
}>> & {
|
|
2926
|
+
onHandlePublishBack?: ((...args: any[]) => any) | undefined;
|
|
2927
|
+
}, {}, {}>;
|
|
2933
2928
|
export default _sfc_main;
|
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.3",
|
|
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.3",
|
|
22
|
+
"@qqt-product/icons": "8.0.3",
|
|
23
|
+
"@qqt-product/ui": "8.0.3",
|
|
24
|
+
"@qqt-product/utils": "8.0.3",
|
|
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.3",
|
|
55
|
+
"@qqt-product/icons": "8.0.3",
|
|
56
|
+
"@qqt-product/ui": "8.0.3",
|
|
57
|
+
"@qqt-product/utils": "8.0.3",
|
|
58
58
|
"@types/sortablejs": "^1.15.1",
|
|
59
59
|
"ant-design-vue": "3.2.20",
|
|
60
60
|
"echarts": "5.4.3",
|