@qqt-product/ui 8.0.3 → 9.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 +18825 -18500
- package/dist/index.umd.js +93 -93
- package/dist/lib/components/detail-form/index.d.ts +5 -3
- package/dist/lib/components/detail-form/src/detail-form.vue.d.ts +5 -3
- package/dist/lib/components/detail-grid/index.d.ts +6 -3
- package/dist/lib/components/detail-grid/src/detail-grid.vue.d.ts +6 -3
- package/dist/lib/components/edit-form/index.d.ts +6 -1
- package/dist/lib/components/edit-form/src/edit-form.vue.d.ts +6 -1
- package/dist/lib/components/edit-grid/index.d.ts +6 -3
- package/dist/lib/components/edit-grid/src/edit-grid.vue.d.ts +6 -3
- package/dist/lib/components/layout/index.d.ts +815 -6
- package/dist/lib/components/layout/src/index.vue.d.ts +815 -6
- package/dist/lib/components/layout/src/menu/menu.vue.d.ts +133 -6
- package/dist/lib/components/layout/src/sider/index.vue.d.ts +420 -20
- package/dist/lib/components/layout/src/sider/logo.vue.d.ts +1 -1
- package/dist/lib/components/list-page-layout/index.d.ts +32 -3
- package/dist/lib/components/list-page-layout/src/components/common/edit-nav-modal/edit-nav-modal.vue.d.ts +2 -0
- package/dist/lib/components/list-page-layout/src/components/list-content/events-helper.d.ts +2 -2
- package/dist/lib/components/list-page-layout/src/components/list-content/list-content.vue.d.ts +1 -0
- package/dist/lib/components/list-page-layout/src/components/list-header/list-header.vue.d.ts +4 -1
- package/dist/lib/components/list-page-layout/src/components/list-header/module/query/index.vue.d.ts +3 -1
- package/dist/lib/components/list-page-layout/src/hooks/common-hook.d.ts +5 -0
- package/dist/lib/components/list-page-layout/src/hooks/use-column-drag-hook.d.ts +5 -0
- package/dist/lib/components/list-page-layout/src/hooks/use-default-props-hook.d.ts +3 -1
- package/dist/lib/components/list-page-layout/src/layout.vue.d.ts +32 -3
- package/dist/lib/components/list-page-layout/src/list-page-layout-types.d.ts +11 -2
- package/dist/lib/components/upload-file/src/hook/use-operation-column-button-hook.d.ts +2 -0
- package/dist/style.css +1 -1
- package/package.json +10 -10
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qqt-product/ui",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "9.0.1",
|
|
5
5
|
"main": "dist/index.umd.js",
|
|
6
6
|
"module": "dist/index.es.js",
|
|
7
7
|
"type": "module",
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
"@codemirror/language": "6.10.1",
|
|
23
23
|
"@codemirror/state": "6.4.1",
|
|
24
24
|
"@codemirror/view": "6.24.1",
|
|
25
|
-
"@qqt-product/api": "
|
|
26
|
-
"@qqt-product/directive": "
|
|
27
|
-
"@qqt-product/icons": "
|
|
28
|
-
"@qqt-product/utils": "
|
|
25
|
+
"@qqt-product/api": "9.0.1",
|
|
26
|
+
"@qqt-product/directive": "9.0.1",
|
|
27
|
+
"@qqt-product/icons": "9.0.1",
|
|
28
|
+
"@qqt-product/utils": "9.0.1",
|
|
29
29
|
"@types/echarts": "^4.9.21",
|
|
30
30
|
"@types/node": "^18.11.4",
|
|
31
31
|
"@types/sortablejs": "^1.15.1",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"pinia": "^2.0.27",
|
|
49
49
|
"pinia-plugin-persistedstate": "^3.0.2",
|
|
50
50
|
"prettier": "^2.7.1",
|
|
51
|
-
"relation-graph": "
|
|
51
|
+
"relation-graph": "2.0.27",
|
|
52
52
|
"sass": "1.63.6",
|
|
53
53
|
"sortablejs": "^1.15.0",
|
|
54
54
|
"tinymce": "^6.6.0",
|
|
@@ -75,10 +75,10 @@
|
|
|
75
75
|
"@codemirror/language": "6.10.1",
|
|
76
76
|
"@codemirror/state": "6.4.1",
|
|
77
77
|
"@codemirror/view": "6.24.1",
|
|
78
|
-
"@qqt-product/api": "
|
|
78
|
+
"@qqt-product/api": "9.0.1",
|
|
79
79
|
"@qqt-product/directive": "^0.0.4",
|
|
80
|
-
"@qqt-product/icons": "
|
|
81
|
-
"@qqt-product/utils": "
|
|
80
|
+
"@qqt-product/icons": "9.0.1",
|
|
81
|
+
"@qqt-product/utils": "9.0.1",
|
|
82
82
|
"@types/echarts": "^4.9.21",
|
|
83
83
|
"@types/sortablejs": "^1.15.1",
|
|
84
84
|
"@types/tinymce": "^4.6.5",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"mammoth": "^1.6.0",
|
|
93
93
|
"pinia": "^2.0.27",
|
|
94
94
|
"pinia-plugin-persistedstate": "^3.0.2",
|
|
95
|
-
"relation-graph": "
|
|
95
|
+
"relation-graph": "2.0.27",
|
|
96
96
|
"sass": "1.63.6",
|
|
97
97
|
"sortablejs": "^1.15.0",
|
|
98
98
|
"tinymce": "^6.6.0",
|