@qqt-product/system 8.0.1 → 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
- back: () => void;
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;
@@ -17,12 +17,25 @@ export declare function useConfigData(srmI18n: any): {
17
17
  feature: {
18
18
  dataZoom: {
19
19
  yAxisIndex: string;
20
+ title: {
21
+ zoom: any;
22
+ back: any;
23
+ };
20
24
  };
21
25
  magicType: {
22
26
  type: string[];
27
+ title: {
28
+ line: any;
29
+ bar: any;
30
+ stack: any;
31
+ };
32
+ };
33
+ restore: {
34
+ title: any;
35
+ };
36
+ saveAsImage: {
37
+ title: any;
23
38
  };
24
- restore: {};
25
- saveAsImage: {};
26
39
  };
27
40
  };
28
41
  xAxis: {
@@ -77,12 +90,25 @@ export declare function useConfigData(srmI18n: any): {
77
90
  feature: {
78
91
  dataZoom: {
79
92
  yAxisIndex: string;
93
+ title: {
94
+ zoom: any;
95
+ back: any;
96
+ };
80
97
  };
81
98
  magicType: {
82
99
  type: string[];
100
+ title: {
101
+ line: any;
102
+ bar: any;
103
+ stack: any;
104
+ };
105
+ };
106
+ restore: {
107
+ title: any;
108
+ };
109
+ saveAsImage: {
110
+ title: any;
83
111
  };
84
- restore: {};
85
- saveAsImage: {};
86
112
  };
87
113
  };
88
114
  grid: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@qqt-product/system",
3
3
  "private": false,
4
- "version": "8.0.1",
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.1",
22
- "@qqt-product/icons": "8.0.1",
23
- "@qqt-product/ui": "8.0.1",
24
- "@qqt-product/utils": "8.0.1",
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.1",
55
- "@qqt-product/icons": "8.0.1",
56
- "@qqt-product/ui": "8.0.1",
57
- "@qqt-product/utils": "8.0.1",
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",