@qqt-product/system 0.0.25 → 6.0.0

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.
@@ -99,7 +99,7 @@ declare const _sfc_main: DefineComponent<{
99
99
  attrs?: GlobalListPageLayoutTypes.ObjectMap | undefined;
100
100
  extend?: GlobalListPageLayoutTypes.ObjectMap | undefined;
101
101
  buttons: {
102
- toggleIcon?: string | GlobalListPageLayoutTypes.ObjectMap | undefined;
102
+ toggleIcon?: GlobalListPageLayoutTypes.ObjectMap | undefined;
103
103
  label?: string | undefined;
104
104
  icon?: string | GlobalListPageLayoutTypes.ObjectMap | undefined;
105
105
  type?: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@qqt-product/system",
3
3
  "private": false,
4
- "version": "0.0.25",
4
+ "version": "6.0.0",
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": "0.0.25",
22
- "@qqt-product/icons": "0.0.25",
23
- "@qqt-product/ui": "0.0.25",
24
- "@qqt-product/utils": "0.0.25",
21
+ "@qqt-product/api": "6.0.0",
22
+ "@qqt-product/icons": "6.0.0",
23
+ "@qqt-product/ui": "6.0.0",
24
+ "@qqt-product/utils": "6.0.0",
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": "0.0.25",
55
- "@qqt-product/icons": "0.0.25",
56
- "@qqt-product/ui": "0.0.25",
57
- "@qqt-product/utils": "0.0.25",
54
+ "@qqt-product/api": "6.0.0",
55
+ "@qqt-product/icons": "6.0.0",
56
+ "@qqt-product/ui": "6.0.0",
57
+ "@qqt-product/utils": "6.0.0",
58
58
  "@types/sortablejs": "^1.15.1",
59
59
  "ant-design-vue": "3.2.20",
60
60
  "echarts": "5.4.3",