@qqt-product/ui 0.0.22 → 0.0.24
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 +17989 -17871
- package/dist/index.umd.js +100 -100
- package/dist/lib/components/code-editor-model/src/code-editor-model.vue.d.ts +12 -0
- package/dist/lib/components/code-editor-model/src/one-dark.d.ts +12 -0
- package/dist/lib/components/detail-grid/index.d.ts +0 -2
- package/dist/lib/components/detail-grid/src/detail-grid.vue.d.ts +0 -2
- package/dist/lib/components/edit-form/index.d.ts +1 -5
- package/dist/lib/components/edit-form/src/edit-form.vue.d.ts +0 -5
- package/dist/lib/components/field-select-modal/index.d.ts +0 -1
- package/dist/lib/components/field-select-modal/src/field-select-modal.vue.d.ts +0 -1
- package/dist/lib/components/layout-buttons/index.d.ts +1 -1
- package/dist/lib/components/layout-buttons/src/layout-buttons.vue.d.ts +1 -1
- package/dist/lib/components/list-page-layout/index.d.ts +30 -3
- 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-header/list-header.vue.d.ts +2 -1
- package/dist/lib/components/list-page-layout/src/components/list-header/module/query/index.vue.d.ts +2 -1
- package/dist/lib/components/list-page-layout/src/hooks/use-default-props-hook.d.ts +4 -0
- package/dist/lib/components/list-page-layout/src/layout.vue.d.ts +30 -3
- package/dist/lib/components/list-page-layout/src/list-page-layout-types.d.ts +18 -2
- package/dist/lib/components/list-page-layout/src/tokens.d.ts +2 -1
- package/dist/lib/components/select-modal/index.d.ts +0 -2
- package/dist/lib/components/select-modal/src/select-modal.vue.d.ts +0 -2
- package/dist/lib/components/upload-image/index.d.ts +9 -0
- package/dist/lib/components/upload-image/src/upload-image-type.d.ts +4 -0
- package/dist/lib/components/upload-image/src/upload-image.vue.d.ts +9 -0
- 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": "0.0.
|
|
4
|
+
"version": "0.0.24",
|
|
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": "0.0.
|
|
26
|
-
"@qqt-product/directive": "0.0.
|
|
27
|
-
"@qqt-product/icons": "0.0.
|
|
28
|
-
"@qqt-product/utils": "0.0.
|
|
25
|
+
"@qqt-product/api": "0.0.24",
|
|
26
|
+
"@qqt-product/directive": "0.0.24",
|
|
27
|
+
"@qqt-product/icons": "0.0.24",
|
|
28
|
+
"@qqt-product/utils": "0.0.24",
|
|
29
29
|
"@types/echarts": "^4.9.21",
|
|
30
30
|
"@types/node": "^18.11.4",
|
|
31
31
|
"@types/tinymce": "^4.6.5",
|
|
@@ -73,10 +73,10 @@
|
|
|
73
73
|
"@codemirror/language": "6.10.1",
|
|
74
74
|
"@codemirror/state": "6.4.1",
|
|
75
75
|
"@codemirror/view": "6.24.1",
|
|
76
|
-
"@qqt-product/api": "0.0.
|
|
76
|
+
"@qqt-product/api": "0.0.24",
|
|
77
77
|
"@qqt-product/directive": "^0.0.4",
|
|
78
|
-
"@qqt-product/icons": "0.0.
|
|
79
|
-
"@qqt-product/utils": "0.0.
|
|
78
|
+
"@qqt-product/icons": "0.0.24",
|
|
79
|
+
"@qqt-product/utils": "0.0.24",
|
|
80
80
|
"@types/echarts": "^4.9.21",
|
|
81
81
|
"@types/tinymce": "^4.6.5",
|
|
82
82
|
"@vitejs/plugin-vue-jsx": "^3.0.1",
|