@qqt-product/ui 14.1.4 → 14.1.5
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 +14979 -14909
- package/dist/index.umd.js +93 -93
- package/dist/lib/components/checkbox/index.d.ts +1 -1
- package/dist/lib/components/checkbox/src/checkbox.vue.d.ts +1 -1
- package/dist/lib/components/detail-page-layout/index.d.ts +10 -0
- package/dist/lib/components/detail-page-layout/src/detail-page-layout.vue.d.ts +11 -1
- package/dist/lib/components/edit-page-layout/src/edit-page-layout-types.d.ts +1 -0
- package/dist/lib/components/layout/index.d.ts +9 -7
- package/dist/lib/components/layout/src/header/index.vue.d.ts +0 -1
- package/dist/lib/components/layout/src/header/navRight/index.vue.d.ts +0 -1
- package/dist/lib/components/layout/src/header/navRight/rightTool.vue.d.ts +0 -1
- package/dist/lib/components/layout/src/index.vue.d.ts +9 -7
- package/dist/lib/components/layout/src/menu/menu.vue.d.ts +2 -3
- package/dist/lib/components/layout/src/sider/index.vue.d.ts +9 -4
- package/dist/lib/components/layout/src/sider/logo.vue.d.ts +8 -2
- package/dist/lib/components/list-page-layout/index.d.ts +2 -0
- package/dist/lib/components/list-page-layout/src/components/common/chatBi-modal/chatBi-modal.vue.d.ts +10 -0
- package/dist/lib/components/list-page-layout/src/components/common/columnSetting/columnSetting.vue.d.ts +2 -2
- package/dist/lib/components/list-page-layout/src/components/list-content-buttons/list-content-buttons.vue.d.ts +9 -0
- package/dist/lib/components/list-page-layout/src/layout.vue.d.ts +2 -0
- package/dist/lib/components/list-page-layout/src/list-page-layout-types.d.ts +1 -0
- package/dist/lib/components/list-page-layout/src/symbol.d.ts +1 -0
- package/dist/lib/components/page-layout/index.d.ts +1 -0
- package/dist/lib/components/page-layout/src/page-layout.vue.d.ts +1 -0
- package/dist/lib/components/radio/index.d.ts +1 -1
- package/dist/lib/components/radio/src/radio.vue.d.ts +1 -1
- package/dist/lib/components/select/index.d.ts +1 -0
- package/dist/lib/components/select/src/select.vue.d.ts +1 -0
- package/dist/lib/components/vxe-select/index.d.ts +1 -2
- package/dist/lib/components/vxe-select/src/vxe-select.vue.d.ts +2 -3
- package/dist/lib/utils/event.d.ts +2 -1
- package/dist/style.css +1 -1
- package/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qqt-product/ui",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "14.1.
|
|
4
|
+
"version": "14.1.5",
|
|
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": "14.
|
|
26
|
-
"@qqt-product/directive": "14.
|
|
27
|
-
"@qqt-product/icons": "14.
|
|
28
|
-
"@qqt-product/utils": "14.
|
|
25
|
+
"@qqt-product/api": "14.1.0",
|
|
26
|
+
"@qqt-product/directive": "14.1.0",
|
|
27
|
+
"@qqt-product/icons": "14.1.0",
|
|
28
|
+
"@qqt-product/utils": "14.1.0",
|
|
29
29
|
"@types/echarts": "^4.9.21",
|
|
30
30
|
"@types/node": "^18.11.4",
|
|
31
31
|
"@types/sortablejs": "^1.15.1",
|
|
@@ -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": "14.
|
|
78
|
+
"@qqt-product/api": "14.1.0",
|
|
79
79
|
"@qqt-product/directive": "^0.0.4",
|
|
80
|
-
"@qqt-product/icons": "14.
|
|
81
|
-
"@qqt-product/utils": "14.
|
|
80
|
+
"@qqt-product/icons": "14.1.0",
|
|
81
|
+
"@qqt-product/utils": "14.1.0",
|
|
82
82
|
"@types/echarts": "^4.9.21",
|
|
83
83
|
"@types/sortablejs": "^1.15.1",
|
|
84
84
|
"@types/tinymce": "^4.6.5",
|