im-ui-mobile 0.0.52 → 0.0.53
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.
|
@@ -27,10 +27,7 @@
|
|
|
27
27
|
<script setup lang="ts">
|
|
28
28
|
import ImHeadImage from '../im-head-image/im-head-image.vue'
|
|
29
29
|
import { datetime, dom, messageType, emoji } from '../../index'
|
|
30
|
-
// import dom from '../../types/utils/dom'
|
|
31
|
-
// import messageType from '../../types/utils/messageType'
|
|
32
30
|
import { MESSAGE_TYPE } from '../../types'
|
|
33
|
-
// import emoji from '../../types/utils/emoji';
|
|
34
31
|
|
|
35
32
|
interface Props {
|
|
36
33
|
chat?: any;
|
|
@@ -91,12 +91,8 @@
|
|
|
91
91
|
import ImHeadImage from '../im-head-image/im-head-image.vue'
|
|
92
92
|
import ImChatGroupReaded from '../im-chat-group-readed/im-chat-group-readed.vue'
|
|
93
93
|
import ImLongPressMenu from '../im-long-press-menu/im-long-press-menu.vue'
|
|
94
|
-
import { MESSAGE_TYPE, MESSAGE_STATUS, } from
|
|
95
|
-
import emoji from '../../
|
|
96
|
-
import url from '../../types/utils/url';
|
|
97
|
-
import datetime from '../../types/utils/datetime';
|
|
98
|
-
import messageType from '../../types/utils/messageType';
|
|
99
|
-
import dom from '../../types/utils/dom';
|
|
94
|
+
import { MESSAGE_TYPE, MESSAGE_STATUS, } from '../../types'
|
|
95
|
+
import { datetime, dom, url,messageType, emoji } from '../../index'
|
|
100
96
|
|
|
101
97
|
interface Props {
|
|
102
98
|
avatar?: string;
|
|
@@ -26,8 +26,7 @@
|
|
|
26
26
|
</template>
|
|
27
27
|
|
|
28
28
|
<script setup lang="ts">
|
|
29
|
-
import recorderApp from '../../
|
|
30
|
-
import recorderH5 from '../../types/utils/recorderH5';
|
|
29
|
+
import { recorderApp, recorderH5 } from '../../index'
|
|
31
30
|
|
|
32
31
|
const recording = ref(false);
|
|
33
32
|
const moveToCancel = ref(false);
|