@qqt-product/ui 14.1.3 → 14.1.4
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 +14884 -14953
- 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 +0 -10
- package/dist/lib/components/detail-page-layout/src/detail-page-layout.vue.d.ts +1 -11
- package/dist/lib/components/edit-page-layout/src/edit-page-layout-types.d.ts +0 -1
- package/dist/lib/components/layout/index.d.ts +7 -9
- package/dist/lib/components/layout/src/header/index.vue.d.ts +1 -0
- package/dist/lib/components/layout/src/header/navRight/index.vue.d.ts +1 -0
- package/dist/lib/components/layout/src/header/navRight/rightTool.vue.d.ts +1 -0
- package/dist/lib/components/layout/src/index.vue.d.ts +7 -9
- package/dist/lib/components/layout/src/menu/menu.vue.d.ts +3 -2
- package/dist/lib/components/layout/src/sider/index.vue.d.ts +4 -9
- package/dist/lib/components/layout/src/sider/logo.vue.d.ts +2 -8
- package/dist/lib/components/list-page-layout/index.d.ts +0 -2
- 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 +0 -9
- package/dist/lib/components/list-page-layout/src/layout.vue.d.ts +0 -2
- package/dist/lib/components/list-page-layout/src/list-page-layout-types.d.ts +0 -1
- package/dist/lib/components/list-page-layout/src/symbol.d.ts +0 -1
- 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 +0 -1
- package/dist/lib/components/select/src/select.vue.d.ts +0 -1
- package/dist/lib/utils/event.d.ts +1 -2
- package/dist/style.css +1 -1
- package/package.json +8 -8
- package/dist/lib/components/list-page-layout/src/components/common/chatBi-modal/chatBi-modal.vue.d.ts +0 -10
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.4",
|
|
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.0.0",
|
|
26
|
+
"@qqt-product/directive": "14.0.0",
|
|
27
|
+
"@qqt-product/icons": "14.0.0",
|
|
28
|
+
"@qqt-product/utils": "14.0.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.0.0",
|
|
79
79
|
"@qqt-product/directive": "^0.0.4",
|
|
80
|
-
"@qqt-product/icons": "14.
|
|
81
|
-
"@qqt-product/utils": "14.
|
|
80
|
+
"@qqt-product/icons": "14.0.0",
|
|
81
|
+
"@qqt-product/utils": "14.0.0",
|
|
82
82
|
"@types/echarts": "^4.9.21",
|
|
83
83
|
"@types/sortablejs": "^1.15.1",
|
|
84
84
|
"@types/tinymce": "^4.6.5",
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { SrmI18n } from '../../../../../../utils/type';
|
|
2
|
-
import type { DefineComponent, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
3
|
-
import { ButtonItem } from '../../../list-page-layout-types';
|
|
4
|
-
declare const _sfc_main: DefineComponent<{}, {
|
|
5
|
-
srmI18n: SrmI18n;
|
|
6
|
-
visible: Ref<boolean>;
|
|
7
|
-
biUrl: Ref<string>;
|
|
8
|
-
open: (button: ButtonItem, url: string) => void;
|
|
9
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
|
|
10
|
-
export default _sfc_main;
|