@qqt-product/system 8.0.0 → 8.0.2

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.
@@ -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;
@@ -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: {
@@ -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.0",
4
+ "version": "8.0.2",
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.0",
22
- "@qqt-product/icons": "8.0.0",
23
- "@qqt-product/ui": "8.0.0",
24
- "@qqt-product/utils": "8.0.0",
21
+ "@qqt-product/api": "8.0.2",
22
+ "@qqt-product/icons": "8.0.2",
23
+ "@qqt-product/ui": "8.0.2",
24
+ "@qqt-product/utils": "8.0.2",
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.0",
55
- "@qqt-product/icons": "8.0.0",
56
- "@qqt-product/ui": "8.0.0",
57
- "@qqt-product/utils": "8.0.0",
54
+ "@qqt-product/api": "8.0.2",
55
+ "@qqt-product/icons": "8.0.2",
56
+ "@qqt-product/ui": "8.0.2",
57
+ "@qqt-product/utils": "8.0.2",
58
58
  "@types/sortablejs": "^1.15.1",
59
59
  "ant-design-vue": "3.2.20",
60
60
  "echarts": "5.4.3",