cnhis-design-vue 0.2.48-beta → 0.2.49-beta
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/es/age/index.js +2 -2
- package/es/big-table/index.js +22 -22
- package/es/button/index.js +2 -2
- package/es/captcha/index.js +3 -3
- package/es/checkbox/index.js +33 -34
- package/es/checkbox/style.css +1 -1
- package/es/color-picker/index.js +1 -1
- package/es/drag-layout/index.js +3 -3
- package/es/editor/index.js +1 -1
- package/es/fabric-chart/index.js +9 -9
- package/es/form-table/index.js +17 -17
- package/es/index/index.js +315 -320
- package/es/index/style.css +1 -1
- package/es/input/index.js +1 -1
- package/es/map/index.js +1 -1
- package/es/multi-chat/index.js +85 -86
- package/es/multi-chat/style.css +1 -1
- package/es/multi-chat-client/index.js +50 -50
- package/es/multi-chat-client/style.css +1 -1
- package/es/multi-chat-history/index.js +36 -37
- package/es/multi-chat-history/style.css +1 -1
- package/es/multi-chat-record/index.js +36 -37
- package/es/multi-chat-record/style.css +1 -1
- package/es/multi-chat-setting/index.js +52 -53
- package/es/multi-chat-setting/style.css +1 -1
- package/es/multi-chat-sip/index.js +1 -1
- package/es/radio/index.js +33 -34
- package/es/radio/style.css +1 -1
- package/es/scale-view/index.js +23 -23
- package/es/select/index.js +3 -3
- package/es/select-label/index.js +3 -3
- package/es/select-person/index.js +2 -2
- package/es/table-filter/index.js +21 -21
- package/es/tag/index.js +1 -1
- package/es/verification-code/index.js +2 -2
- package/lib/cui.common.js +1152 -589
- package/lib/cui.umd.js +1152 -589
- package/lib/cui.umd.min.js +28 -28
- package/package.json +2 -2
- package/packages/checkbox/src/CheckboxImg/index.vue +1 -1
- package/packages/multi-chat/chat/chatHistory.vue +1 -1
- package/packages/multi-chat/chat/chatMain.vue +1 -1
- package/packages/multi-chat/chat/messageRecord.vue +1 -1
- package/packages/multi-chat/setting/sessionList/messageRecord.vue +1 -1
- package/packages/radio/src/RadioImg/index.vue +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cnhis-design-vue",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.49-beta",
|
|
4
4
|
"description": "基于 Ant Desgin Vue 的UI库",
|
|
5
5
|
"keyword": "cnhis-design-vue vue cnhis",
|
|
6
6
|
"homepage": "http://dv.cnhis.com/",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"stompjs": "^2.3.3",
|
|
43
43
|
"text-security": "^3.2.1",
|
|
44
44
|
"trtc-js-sdk": "^4.11.4",
|
|
45
|
-
"v-viewer": "^1.
|
|
45
|
+
"v-viewer": "^1.6.4",
|
|
46
46
|
"video.js": "^7.8.4",
|
|
47
47
|
"vue-dom-portal": "^0.1.6",
|
|
48
48
|
"vue-highlightjs": "^1.3.3",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
import MsgDescribe from '../components/msg-describe';
|
|
92
92
|
import MsgPicture from '../components/msg-picture';
|
|
93
93
|
import MsgPrescription from '../components/msg-prescription';
|
|
94
|
-
import Viewer from
|
|
94
|
+
import { component as Viewer } from "v-viewer";
|
|
95
95
|
import 'viewerjs/dist/viewer.css';
|
|
96
96
|
import InfiniteScroll from 'vue-infinite-scroll';
|
|
97
97
|
import vexutils from '@/utils/vexutils';
|
|
@@ -226,7 +226,7 @@ import ReadStatus from '../components/read-status';
|
|
|
226
226
|
import ReadRecord from '../components/read-record';
|
|
227
227
|
import chatHeader from './chatHeader';
|
|
228
228
|
import 'viewerjs/dist/viewer.css';
|
|
229
|
-
import Viewer from
|
|
229
|
+
import { component as Viewer } from "v-viewer";
|
|
230
230
|
import { getRecallText } from '../utils';
|
|
231
231
|
import vexutils from '@/utils/vexutils';
|
|
232
232
|
import ObserverScroll from '../utils/observer-scroll';
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
<script>
|
|
59
59
|
import InfiniteScroll from 'vue-infinite-scroll';
|
|
60
60
|
import 'viewerjs/dist/viewer.css';
|
|
61
|
-
import Viewer from
|
|
61
|
+
import { component as Viewer } from "v-viewer";
|
|
62
62
|
import MsgDescribe from '../components/msg-describe';
|
|
63
63
|
import MsgPicture from '../components/msg-picture';
|
|
64
64
|
import MsgPrescription from '../components/msg-prescription';
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
<script>
|
|
60
60
|
import InfiniteScroll from 'vue-infinite-scroll';
|
|
61
61
|
import 'viewerjs/dist/viewer.css';
|
|
62
|
-
import Viewer from
|
|
62
|
+
import { component as Viewer } from "v-viewer";
|
|
63
63
|
import MsgDescribe from '../../components/msg-describe';
|
|
64
64
|
import MsgPicture from '../../components/msg-picture';
|
|
65
65
|
import MsgPrescription from '../../components/msg-prescription';
|