cnhis-design-vue 3.3.3-release.9 → 3.4.0-beta.1
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/components/big-table/src/hooks/useBatchEditing.js +25 -24
- package/es/components/button-print/index.d.ts +98 -8
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +98 -8
- package/es/components/button-print/src/ButtonPrint.vue2.js +12 -1
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +11 -2
- package/es/components/button-print/src/components/IdentityVerification.vue2.js +3 -2
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +44 -6
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +194 -41
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +29 -2
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +34 -5
- package/es/components/button-print/src/utils/print.d.ts +7 -5
- package/es/components/button-print/src/utils/print.js +183 -7
- package/es/components/button-print/style/index.css +1 -1
- package/es/components/calendar/src/Calendar.vue2.js +15 -5
- package/es/components/callback/src/components/render/popupMaps.d.ts +5 -0
- package/es/components/card-render/src/components/index.d.ts +23 -23
- package/es/components/classification/index.d.ts +258 -5
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +258 -5
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +258 -5
- package/es/components/classification/src/index.vue.d.ts +258 -5
- package/es/components/fabric-chart/src/components/PopupMenu.js +1 -1
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +6 -2
- package/es/components/fabric-chart/src/hooks/temperature/useLeft.js +3 -2
- package/es/components/fabric-chart/src/hooks/temperature/useOther.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useOther.js +58 -15
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +4 -3
- package/es/components/field-editor/index.d.ts +5 -0
- package/es/components/field-editor/src/FieldEditor.vue.d.ts +5 -0
- package/es/components/field-set/src/FieldColor.vue.d.ts +4 -1
- package/es/components/field-set/src/FieldFilter.vue.d.ts +4 -1
- package/es/components/field-set/src/FieldSet.vue.d.ts +4 -1
- package/es/components/field-set/src/components/table-row.vue.d.ts +2 -1
- package/es/components/field-set/src/components/table-row.vue2.js +21 -6
- package/es/components/field-set/src/constants/index.js +4 -4
- package/es/components/field-set/src/types/index.d.ts +2 -1
- package/es/components/form-config/index.d.ts +63 -0
- package/es/components/form-config/src/FormConfig.vue.d.ts +63 -0
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +5 -0
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +50 -0
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +4 -4
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +5 -0
- package/es/components/form-config/src/constants/index.d.ts +31 -1
- package/es/components/form-config/src/constants/index.js +150 -1
- package/es/components/form-config/src/hooks/useConfigurationField.d.ts +2 -2
- package/es/components/form-config/src/hooks/useConfigurationField.js +53 -6
- package/es/components/form-config/src/hooks/useLocale.d.ts +6 -0
- package/es/components/form-config/src/hooks/useLocale.js +34 -0
- package/es/components/form-config/src/types/index.d.ts +12 -0
- package/es/components/form-render/index.d.ts +5 -0
- package/es/components/form-render/src/FormRender.vue.d.ts +5 -0
- package/es/components/form-render/src/FormRender.vue2.js +1 -0
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +5 -0
- package/es/components/form-render/src/components/renderer/date.d.ts +3 -1
- package/es/components/form-render/src/components/renderer/date.js +12 -10
- package/es/components/form-render/src/components/renderer/formItem.d.ts +2 -0
- package/es/components/form-render/src/components/renderer/formItem.js +10 -3
- package/es/components/form-render/src/components/renderer/levelSearchCascader/index.js +4 -2
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +1 -0
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +1 -0
- package/es/components/form-render/src/components/renderer/radio_checkbox.js +9 -3
- package/es/components/form-render/src/constants/index.d.ts +1 -1
- package/es/components/form-render/src/hooks/useFieldListAdaptor.js +5 -2
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +2 -0
- package/es/components/form-render/src/hooks/useFieldNormalize.js +15 -0
- package/es/components/form-render/src/hooks/useNuiThemeOverrides.d.ts +1 -2
- package/es/components/form-render/src/types/index.d.ts +1 -0
- package/es/components/form-render/style/index.css +1 -1
- package/es/components/iho-chat/index.d.ts +897 -97
- package/es/components/iho-chat/src/Index.vue.d.ts +897 -97
- package/es/components/iho-chat/src/Index.vue2.js +14 -6
- package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +24 -1
- package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +179 -6
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +48 -28
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +61 -5
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +106 -44
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +327 -13
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +18 -17
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +232 -17
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +299 -272
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +49 -3
- package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +24 -1
- package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +48 -2
- package/es/components/iho-chat/src/components/ContextMenu.js +33 -18
- package/es/components/iho-chat/src/components/ImageLightbox.vue.d.ts +104 -0
- package/es/components/iho-chat/src/components/ImageLightbox.vue.js +6 -0
- package/es/components/iho-chat/src/components/ImageLightbox.vue2.js +307 -0
- package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +24 -1
- package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +51 -4
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +77 -31
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +223 -98
- package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +24 -1
- package/es/components/iho-chat/src/components/SelectLabel.vue.d.ts +1 -1
- package/es/components/iho-chat/src/components/SiderList.vue.d.ts +24 -1
- package/es/components/iho-chat/src/components/Video.vue.d.ts +44 -26
- package/es/components/iho-chat/src/components/Video.vue2.js +56 -49
- package/es/components/iho-chat/src/hooks/useData.d.ts +51 -4
- package/es/components/iho-chat/src/hooks/useVideo.d.ts +83 -16
- package/es/components/iho-chat/src/hooks/useVideo.js +439 -43
- package/es/components/iho-chat/src/types/index.d.ts +37 -1
- package/es/components/iho-chat/src/utils/emoji.d.ts +1 -1
- package/es/components/iho-chat/src/utils/emoji.js +1 -1
- package/es/components/iho-chat/src/utils/index.d.ts +2 -0
- package/es/components/iho-chat/src/utils/index.js +14 -1
- package/es/components/iho-chat/style/index.css +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.js +0 -22
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +36 -4
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/index.js +1 -1
- package/es/components/index.css +1 -1
- package/es/components/index.d.ts +2 -0
- package/es/components/index.js +2 -1
- package/es/components/info-header/index.d.ts +24 -17
- package/es/components/info-header/src/InfoHeader.vue.d.ts +24 -17
- package/es/components/info-header/src/InfoHeader.vue2.js +2 -2
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +1 -0
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +56 -22
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +4 -2
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue2.js +1 -1
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +15 -17
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +5 -0
- package/es/components/info-header/src/constants/index.d.ts +1 -1
- package/es/components/info-header/src/hooks/useThemeOverrides.d.ts +1 -2
- package/es/components/keyboard/index.d.ts +9 -0
- package/es/components/keyboard/src/Keyboard.vue.d.ts +9 -0
- package/es/components/keyboard/src/Keyboard.vue2.js +33 -9
- package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +4 -0
- package/es/components/keyboard/src/components/NumberPanel.vue2.js +50 -17
- package/es/components/keyboard/src/types.d.ts +17 -0
- package/es/components/keyboard/src/types.js +1 -0
- package/es/components/scale-view/index.d.ts +13 -0
- package/es/components/scale-view/src/ScaleView.vue.d.ts +13 -0
- package/es/components/scale-view/src/hooks/scaleview-computed.js +2 -1
- package/es/components/scale-view/src/hooks/scaleview-props.d.ts +4 -0
- package/es/components/scale-view/src/hooks/scaleview-props.js +4 -0
- package/es/components/search-cascader/src/utils/index.d.ts +1 -1
- package/es/components/select-person/src/SelectPerson.vue2.js +8 -1
- package/es/components/shortcut-provider/src/hooks/useShortcuts.js +1 -1
- package/es/components/shortcut-provider/src/types/index.d.ts +1 -0
- package/es/components/shortcut-provider/src/utils/index.d.ts +1 -1
- package/es/components/shortcut-provider/src/utils/index.js +3 -1
- package/es/components/shortcut-setter/index.d.ts +5 -0
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +5 -0
- package/es/components/table-filter/index.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +246 -1
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +8 -2
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.d.ts +104 -0
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.js +6 -0
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue2.js +250 -0
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +116 -0
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +43 -4
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +117 -1
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +45 -8
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +233 -1
- package/es/components/table-filter/src/components/classify-filter/helpers/options.d.ts +5 -1
- package/es/components/table-filter/src/components/classify-filter/helpers/options.js +74 -2
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +258 -5
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +15 -6
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +3 -3
- package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.js +32 -4
- package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.d.ts +1 -0
- package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +38 -2
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +3 -3
- package/es/components/table-filter/src/hooks/useAdvanced.js +5 -4
- package/es/components/table-filter/src/tool/baseOptions.js +8 -1
- package/es/components/table-filter/src/types/enums.d.ts +5 -0
- package/es/components/table-filter/src/types/enums.js +6 -1
- package/es/components/time-picker/index.d.ts +36 -4
- package/es/components/time-picker/src/TimePicker.vue.d.ts +36 -4
- package/es/components/time-picker/src/TimePicker.vue2.js +98 -13
- package/es/components/vertify/index.d.ts +1 -0
- package/es/components/vertify/index.js +1 -0
- package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +89 -0
- package/es/components/vertify/src/components/IdentityVerification.vue.js +6 -0
- package/es/components/vertify/src/components/IdentityVerification.vue2.js +256 -0
- package/es/components/vertify/src/utils/dialog.d.ts +7 -0
- package/es/components/vertify/src/utils/dialog.js +73 -0
- package/es/components/vertify/src/utils/index.d.ts +11 -0
- package/es/components/vertify/src/utils/index.js +24 -0
- package/es/components/vod-chunk-upload/index.d.ts +13 -0
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +19 -2
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +104 -75
- package/es/components/vod-chunk-upload/src/hooks/upload-computed.d.ts +1 -0
- package/es/components/vod-chunk-upload/src/hooks/upload-computed.js +20 -3
- package/es/components/vod-chunk-upload/src/hooks/upload-data.d.ts +4 -0
- package/es/components/vod-chunk-upload/src/hooks/upload-data.js +6 -2
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +13 -0
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +6 -1
- package/es/components/vod-chunk-upload/style/index.css +1 -1
- package/es/shared/assets/img/defaultCover/10review_successful.png.js +1 -1
- package/es/shared/assets/img/defaultCover/11review_fail.png.js +1 -1
- package/es/shared/assets/img/defaultCover/12no_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/13no_menu_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/14no_call_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/15no_use_tag.png.js +1 -1
- package/es/shared/assets/img/defaultCover/16no_table_data.png.js +1 -1
- package/es/shared/assets/img/defaultCover/1location.png.js +1 -1
- package/es/shared/assets/img/defaultCover/2notfound.png.js +1 -1
- package/es/shared/assets/img/defaultCover/3loading.png.js +1 -1
- package/es/shared/assets/img/defaultCover/4no_permission.png.js +1 -1
- package/es/shared/assets/img/defaultCover/5no_data.png.js +1 -1
- package/es/shared/assets/img/defaultCover/6no_network.png.js +1 -1
- package/es/shared/assets/img/defaultCover/7no_doctor.png.js +1 -1
- package/es/shared/assets/img/defaultCover/8system_error.png.js +1 -1
- package/es/shared/assets/img/defaultCover/9system_upgrade.png.js +1 -1
- package/es/shared/assets/img/failure.png.js +1 -1
- package/es/shared/assets/img/no-permission.png.js +1 -1
- package/es/shared/assets/img/nodata.png.js +1 -1
- package/es/shared/assets/img/notfound.png.js +1 -1
- package/es/shared/assets/img/qr.png.js +1 -1
- package/es/shared/assets/img/success.png.js +1 -1
- package/es/shared/assets/img/table_style_2.png.js +1 -1
- package/es/shared/assets/img/video.png.js +1 -1
- package/es/shared/assets/img/video_default_cover.png.js +1 -1
- package/es/shared/assets/img/xb_big.png.js +1 -1
- package/es/shared/assets/img/xb_small.png.js +1 -1
- package/es/shared/components/InputNumberSlash/InputNumberSlash.js +1 -1
- package/es/shared/hooks/useDateTime.d.ts +1 -1
- package/es/shared/hooks/useDateTime.js +1 -1
- package/es/shared/hooks/useLevelSearchCascader.js +3 -3
- package/es/shared/package.json.js +2 -2
- package/es/shared/utils/fabricjs/index.js +1 -1
- package/package.json +5 -5
- package/es/components/audio-sdk/src/utils/recorder/fft.d.ts +0 -4
- package/es/components/audio-sdk/src/utils/recorder/mp3-engine.d.ts +0 -4
- package/es/components/audio-sdk/src/utils/recorder/mp3.d.ts +0 -4
- package/es/components/audio-sdk/src/utils/recorder/recorder.d.ts +0 -4
- package/es/components/audio-sdk/src/utils/recorder/wave.d.ts +0 -4
- package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
- package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +0 -1
- package/es/components/bpmn-workflow/types/ModelingModule.d.ts +0 -1
- package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +0 -1
- package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +0 -86
- package/es/shared/utils/fabricjs/index.d.ts +0 -6823
- package/es/shared/utils/tapable/index.d.ts +0 -139
@@ -49,6 +49,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
49
49
|
iceTransportPolicy: "all" | "relay";
|
50
50
|
}>>;
|
51
51
|
};
|
52
|
+
videoTeleportTo: {
|
53
|
+
type: PropType<string | Element>;
|
54
|
+
default: string;
|
55
|
+
};
|
52
56
|
}, {
|
53
57
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
54
58
|
token: {
|
@@ -99,6 +103,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
99
103
|
iceTransportPolicy: "all" | "relay";
|
100
104
|
}>>;
|
101
105
|
};
|
106
|
+
videoTeleportTo: {
|
107
|
+
type: PropType<string | Element>;
|
108
|
+
default: string;
|
109
|
+
};
|
102
110
|
}>> & {
|
103
111
|
"onTemplate-click"?: ((...args: any[]) => any) | undefined;
|
104
112
|
"onUnread-message-update"?: ((...args: any[]) => any) | undefined;
|
@@ -117,7 +125,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
117
125
|
currentSessionItem: AnyObject;
|
118
126
|
id: string;
|
119
127
|
userInfo: AnyObject;
|
120
|
-
msgList:
|
128
|
+
msgList: {
|
129
|
+
[x: string]: any;
|
130
|
+
id: string;
|
131
|
+
sessionKey: string;
|
132
|
+
content: {
|
133
|
+
[x: string]: any;
|
134
|
+
chatMessageType: string;
|
135
|
+
msg: string;
|
136
|
+
referenceContent?: any;
|
137
|
+
forwardMessageList?: AnyObject[] | undefined;
|
138
|
+
messageTemplate?: any;
|
139
|
+
messageTemplateData?: any;
|
140
|
+
fileUrl?: string | undefined;
|
141
|
+
avStatus?: string | undefined;
|
142
|
+
};
|
143
|
+
senderName: string;
|
144
|
+
sendTime: string;
|
145
|
+
sender: string;
|
146
|
+
status: string;
|
147
|
+
senderAvatar: string;
|
148
|
+
__content: string;
|
149
|
+
__time?: string | undefined;
|
150
|
+
__sendTime?: string | undefined;
|
151
|
+
}[];
|
121
152
|
currentMsg: AnyObject;
|
122
153
|
isAppendMsg: boolean;
|
123
154
|
sessionList: AnyObject[];
|
@@ -145,7 +176,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
145
176
|
isGroupChat: import("vue").ComputedRef<boolean>;
|
146
177
|
isGroupLeader: import("vue").ComputedRef<boolean>;
|
147
178
|
isEnded: import("vue").ComputedRef<boolean>;
|
148
|
-
setMsgList: (list?: AnyObject[]) => void;
|
179
|
+
setMsgList: (list?: AnyObject[] | import("./types").MsgListItem) => void;
|
149
180
|
sendMessage: (message: {
|
150
181
|
chatType?: string | undefined;
|
151
182
|
content: AnyObject;
|
@@ -176,7 +207,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
176
207
|
currentSessionItem: AnyObject;
|
177
208
|
id: string;
|
178
209
|
userInfo: AnyObject;
|
179
|
-
msgList:
|
210
|
+
msgList: {
|
211
|
+
[x: string]: any;
|
212
|
+
id: string;
|
213
|
+
sessionKey: string;
|
214
|
+
content: {
|
215
|
+
[x: string]: any;
|
216
|
+
chatMessageType: string;
|
217
|
+
msg: string;
|
218
|
+
referenceContent?: any;
|
219
|
+
forwardMessageList?: AnyObject[] | undefined;
|
220
|
+
messageTemplate?: any;
|
221
|
+
messageTemplateData?: any;
|
222
|
+
fileUrl?: string | undefined;
|
223
|
+
avStatus?: string | undefined;
|
224
|
+
};
|
225
|
+
senderName: string;
|
226
|
+
sendTime: string;
|
227
|
+
sender: string;
|
228
|
+
status: string;
|
229
|
+
senderAvatar: string;
|
230
|
+
__content: string;
|
231
|
+
__time?: string | undefined;
|
232
|
+
__sendTime?: string | undefined;
|
233
|
+
}[];
|
180
234
|
currentMsg: AnyObject;
|
181
235
|
isAppendMsg: boolean;
|
182
236
|
sessionList: AnyObject[];
|
@@ -239,7 +293,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
239
293
|
currentSessionItem: AnyObject;
|
240
294
|
id: string;
|
241
295
|
userInfo: AnyObject;
|
242
|
-
msgList:
|
296
|
+
msgList: {
|
297
|
+
[x: string]: any;
|
298
|
+
id: string;
|
299
|
+
sessionKey: string;
|
300
|
+
content: {
|
301
|
+
[x: string]: any;
|
302
|
+
chatMessageType: string;
|
303
|
+
msg: string;
|
304
|
+
referenceContent?: any;
|
305
|
+
forwardMessageList?: AnyObject[] | undefined;
|
306
|
+
messageTemplate?: any;
|
307
|
+
messageTemplateData?: any;
|
308
|
+
fileUrl?: string | undefined;
|
309
|
+
avStatus?: string | undefined;
|
310
|
+
};
|
311
|
+
senderName: string;
|
312
|
+
sendTime: string;
|
313
|
+
sender: string;
|
314
|
+
status: string;
|
315
|
+
senderAvatar: string;
|
316
|
+
__content: string;
|
317
|
+
__time?: string | undefined;
|
318
|
+
__sendTime?: string | undefined;
|
319
|
+
}[];
|
243
320
|
currentMsg: AnyObject;
|
244
321
|
isAppendMsg: boolean;
|
245
322
|
sessionList: AnyObject[];
|
@@ -538,7 +615,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
538
615
|
currentSessionItem: AnyObject;
|
539
616
|
id: string;
|
540
617
|
userInfo: AnyObject;
|
541
|
-
msgList:
|
618
|
+
msgList: {
|
619
|
+
[x: string]: any;
|
620
|
+
id: string;
|
621
|
+
sessionKey: string;
|
622
|
+
content: {
|
623
|
+
[x: string]: any;
|
624
|
+
chatMessageType: string;
|
625
|
+
msg: string;
|
626
|
+
referenceContent?: any;
|
627
|
+
forwardMessageList?: AnyObject[] | undefined;
|
628
|
+
messageTemplate?: any;
|
629
|
+
messageTemplateData?: any;
|
630
|
+
fileUrl?: string | undefined;
|
631
|
+
avStatus?: string | undefined;
|
632
|
+
};
|
633
|
+
senderName: string;
|
634
|
+
sendTime: string;
|
635
|
+
sender: string;
|
636
|
+
status: string;
|
637
|
+
senderAvatar: string;
|
638
|
+
__content: string;
|
639
|
+
__time?: string | undefined;
|
640
|
+
__sendTime?: string | undefined;
|
641
|
+
}[];
|
542
642
|
currentMsg: AnyObject;
|
543
643
|
isAppendMsg: boolean;
|
544
644
|
sessionList: AnyObject[];
|
@@ -599,7 +699,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
599
699
|
currentSessionItem: AnyObject;
|
600
700
|
id: string;
|
601
701
|
userInfo: AnyObject;
|
602
|
-
msgList:
|
702
|
+
msgList: {
|
703
|
+
[x: string]: any;
|
704
|
+
id: string;
|
705
|
+
sessionKey: string;
|
706
|
+
content: {
|
707
|
+
[x: string]: any;
|
708
|
+
chatMessageType: string;
|
709
|
+
msg: string;
|
710
|
+
referenceContent?: any;
|
711
|
+
forwardMessageList?: AnyObject[] | undefined;
|
712
|
+
messageTemplate?: any;
|
713
|
+
messageTemplateData?: any;
|
714
|
+
fileUrl?: string | undefined;
|
715
|
+
avStatus?: string | undefined;
|
716
|
+
};
|
717
|
+
senderName: string;
|
718
|
+
sendTime: string;
|
719
|
+
sender: string;
|
720
|
+
status: string;
|
721
|
+
senderAvatar: string;
|
722
|
+
__content: string;
|
723
|
+
__time?: string | undefined;
|
724
|
+
__sendTime?: string | undefined;
|
725
|
+
}[];
|
603
726
|
currentMsg: AnyObject;
|
604
727
|
isAppendMsg: boolean;
|
605
728
|
sessionList: AnyObject[];
|
@@ -720,7 +843,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
720
843
|
currentSessionItem: AnyObject;
|
721
844
|
id: string;
|
722
845
|
userInfo: AnyObject;
|
723
|
-
msgList:
|
846
|
+
msgList: {
|
847
|
+
[x: string]: any;
|
848
|
+
id: string;
|
849
|
+
sessionKey: string;
|
850
|
+
content: {
|
851
|
+
[x: string]: any;
|
852
|
+
chatMessageType: string;
|
853
|
+
msg: string;
|
854
|
+
referenceContent?: any;
|
855
|
+
forwardMessageList?: AnyObject[] | undefined;
|
856
|
+
messageTemplate?: any;
|
857
|
+
messageTemplateData?: any;
|
858
|
+
fileUrl?: string | undefined;
|
859
|
+
avStatus?: string | undefined;
|
860
|
+
};
|
861
|
+
senderName: string;
|
862
|
+
sendTime: string;
|
863
|
+
sender: string;
|
864
|
+
status: string;
|
865
|
+
senderAvatar: string;
|
866
|
+
__content: string;
|
867
|
+
__time?: string | undefined;
|
868
|
+
__sendTime?: string | undefined;
|
869
|
+
}[];
|
724
870
|
currentMsg: AnyObject;
|
725
871
|
isAppendMsg: boolean;
|
726
872
|
sessionList: AnyObject[];
|
@@ -877,7 +1023,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
877
1023
|
currentSessionItem: AnyObject;
|
878
1024
|
id: string;
|
879
1025
|
userInfo: AnyObject;
|
880
|
-
msgList:
|
1026
|
+
msgList: {
|
1027
|
+
[x: string]: any;
|
1028
|
+
id: string;
|
1029
|
+
sessionKey: string;
|
1030
|
+
content: {
|
1031
|
+
[x: string]: any;
|
1032
|
+
chatMessageType: string;
|
1033
|
+
msg: string;
|
1034
|
+
referenceContent?: any;
|
1035
|
+
forwardMessageList?: AnyObject[] | undefined;
|
1036
|
+
messageTemplate?: any;
|
1037
|
+
messageTemplateData?: any;
|
1038
|
+
fileUrl?: string | undefined;
|
1039
|
+
avStatus?: string | undefined;
|
1040
|
+
};
|
1041
|
+
senderName: string;
|
1042
|
+
sendTime: string;
|
1043
|
+
sender: string;
|
1044
|
+
status: string;
|
1045
|
+
senderAvatar: string;
|
1046
|
+
__content: string;
|
1047
|
+
__time?: string | undefined;
|
1048
|
+
__sendTime?: string | undefined;
|
1049
|
+
}[];
|
881
1050
|
currentMsg: AnyObject;
|
882
1051
|
isAppendMsg: boolean;
|
883
1052
|
sessionList: AnyObject[];
|
@@ -906,11 +1075,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
906
1075
|
remark: string;
|
907
1076
|
contents: AnyObject[];
|
908
1077
|
}) => Promise<void>;
|
909
|
-
imageList: import("vue").Ref<
|
1078
|
+
imageList: import("vue").Ref<{
|
1079
|
+
label: string;
|
1080
|
+
list: {
|
1081
|
+
[x: string]: any;
|
1082
|
+
id: string;
|
1083
|
+
fileUrl: string;
|
1084
|
+
senderName: string;
|
1085
|
+
fileSize: string;
|
1086
|
+
sendTime: string;
|
1087
|
+
fileName: string;
|
1088
|
+
width?: number | undefined;
|
1089
|
+
height?: number | undefined;
|
1090
|
+
}[];
|
1091
|
+
}[]>;
|
910
1092
|
fileList: import("vue").Ref<AnyObject[]>;
|
911
1093
|
imageRef: import("vue").Ref<any>;
|
912
1094
|
fileRef: import("vue").Ref<any>;
|
913
1095
|
keyword: import("vue").Ref<any>;
|
1096
|
+
currentImgId: import("vue").Ref<string | undefined>;
|
1097
|
+
showLightbox: import("vue").Ref<boolean>;
|
914
1098
|
handleInput: () => void;
|
915
1099
|
pageInfo: {
|
916
1100
|
page: number;
|
@@ -920,13 +1104,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
920
1104
|
handleSearch: () => Promise<void>;
|
921
1105
|
formatImageList: (data: AnyObject[]) => {
|
922
1106
|
label: string;
|
923
|
-
list:
|
1107
|
+
list: import("./types").ImageItem[];
|
924
1108
|
}[];
|
925
1109
|
resetAndSearch: () => void;
|
1110
|
+
previewImg: (fileUrl: string) => void;
|
926
1111
|
title: import("vue").ComputedRef<"聊天图片" | "聊天文件">;
|
1112
|
+
images: import("vue").ComputedRef<{
|
1113
|
+
[x: string]: any;
|
1114
|
+
id: string;
|
1115
|
+
fileUrl: string;
|
1116
|
+
senderName: string;
|
1117
|
+
fileSize: string;
|
1118
|
+
sendTime: string;
|
1119
|
+
fileName: string;
|
1120
|
+
width?: number | undefined;
|
1121
|
+
height?: number | undefined;
|
1122
|
+
}[]>;
|
927
1123
|
NModal: any;
|
928
|
-
NImageGroup: any;
|
929
|
-
NImage: any;
|
930
1124
|
NInput: any;
|
931
1125
|
NIcon: any;
|
932
1126
|
NTooltip: any;
|
@@ -1001,7 +1195,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
1001
1195
|
currentSessionItem: AnyObject;
|
1002
1196
|
id: string;
|
1003
1197
|
userInfo: AnyObject;
|
1004
|
-
msgList:
|
1198
|
+
msgList: {
|
1199
|
+
[x: string]: any;
|
1200
|
+
id: string;
|
1201
|
+
sessionKey: string;
|
1202
|
+
content: {
|
1203
|
+
[x: string]: any;
|
1204
|
+
chatMessageType: string;
|
1205
|
+
msg: string;
|
1206
|
+
referenceContent?: any;
|
1207
|
+
forwardMessageList?: AnyObject[] | undefined;
|
1208
|
+
messageTemplate?: any;
|
1209
|
+
messageTemplateData?: any;
|
1210
|
+
fileUrl?: string | undefined;
|
1211
|
+
avStatus?: string | undefined;
|
1212
|
+
};
|
1213
|
+
senderName: string;
|
1214
|
+
sendTime: string;
|
1215
|
+
sender: string;
|
1216
|
+
status: string;
|
1217
|
+
senderAvatar: string;
|
1218
|
+
__content: string;
|
1219
|
+
__time?: string | undefined;
|
1220
|
+
__sendTime?: string | undefined;
|
1221
|
+
}[];
|
1005
1222
|
currentMsg: AnyObject;
|
1006
1223
|
isAppendMsg: boolean;
|
1007
1224
|
sessionList: AnyObject[];
|
@@ -1131,6 +1348,107 @@ declare const _default: import("vue").DefineComponent<{
|
|
1131
1348
|
mode: string;
|
1132
1349
|
disabledIds: string[];
|
1133
1350
|
}>;
|
1351
|
+
ImageLightbox: import("vue").DefineComponent<{
|
1352
|
+
images: {
|
1353
|
+
type: PropType<import("./types").ImageItem[]>;
|
1354
|
+
default: () => never[];
|
1355
|
+
};
|
1356
|
+
visible: {
|
1357
|
+
type: BooleanConstructor;
|
1358
|
+
};
|
1359
|
+
currentId: {
|
1360
|
+
type: StringConstructor;
|
1361
|
+
default: string;
|
1362
|
+
};
|
1363
|
+
}, {
|
1364
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1365
|
+
images: {
|
1366
|
+
type: PropType<import("./types").ImageItem[]>;
|
1367
|
+
default: () => never[];
|
1368
|
+
};
|
1369
|
+
visible: {
|
1370
|
+
type: BooleanConstructor;
|
1371
|
+
};
|
1372
|
+
currentId: {
|
1373
|
+
type: StringConstructor;
|
1374
|
+
default: string;
|
1375
|
+
};
|
1376
|
+
}>> & {
|
1377
|
+
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
1378
|
+
"onUpdate:currentId"?: ((...args: any[]) => any) | undefined;
|
1379
|
+
}>>;
|
1380
|
+
emit: (event: "update:visible" | "update:currentId", ...args: any[]) => void;
|
1381
|
+
imageEl: import("vue").Ref<HTMLImageElement | null>;
|
1382
|
+
naturalSize: import("vue").Ref<{
|
1383
|
+
width: number;
|
1384
|
+
height: number;
|
1385
|
+
}>;
|
1386
|
+
scale: import("vue").Ref<number>;
|
1387
|
+
rotation: import("vue").Ref<number>;
|
1388
|
+
isDragging: import("vue").Ref<boolean>;
|
1389
|
+
offset: import("vue").Ref<{
|
1390
|
+
x: number;
|
1391
|
+
y: number;
|
1392
|
+
}>;
|
1393
|
+
lastMouse: import("vue").Ref<{
|
1394
|
+
x: number;
|
1395
|
+
y: number;
|
1396
|
+
}>;
|
1397
|
+
idToIndexMap: import("vue").ComputedRef<Map<string, number>>;
|
1398
|
+
currentIndex: import("vue").ComputedRef<number>;
|
1399
|
+
currentImageData: import("vue").ComputedRef<import("./types").ImageItem>;
|
1400
|
+
hasNext: import("vue").ComputedRef<boolean>;
|
1401
|
+
hasPrev: import("vue").ComputedRef<boolean>;
|
1402
|
+
imageStyle: import("vue").ComputedRef<{
|
1403
|
+
left: string;
|
1404
|
+
top: string;
|
1405
|
+
transform: string;
|
1406
|
+
cursor: string;
|
1407
|
+
transition: string;
|
1408
|
+
}>;
|
1409
|
+
resetImageState: () => void;
|
1410
|
+
close: () => void;
|
1411
|
+
nextImage: () => void;
|
1412
|
+
prevImage: () => void;
|
1413
|
+
rotate: (degrees: number) => void;
|
1414
|
+
zoomIn: () => void;
|
1415
|
+
zoomOut: () => void;
|
1416
|
+
resetZoom: () => void;
|
1417
|
+
startDrag: (e: MouseEvent) => void;
|
1418
|
+
onDragMove: (e: MouseEvent) => void;
|
1419
|
+
endDrag: () => void;
|
1420
|
+
handleWheel: (e: WheelEvent) => void;
|
1421
|
+
handleImageLoad: () => void;
|
1422
|
+
download: () => void;
|
1423
|
+
Close: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1424
|
+
PlaySkipBackOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1425
|
+
PlaySkipForwardOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1426
|
+
DownloadOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1427
|
+
RefreshOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1428
|
+
AddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1429
|
+
RemoveSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1430
|
+
NButton: any;
|
1431
|
+
NIcon: any;
|
1432
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:visible" | "update:currentId")[], "update:visible" | "update:currentId", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1433
|
+
images: {
|
1434
|
+
type: PropType<import("./types").ImageItem[]>;
|
1435
|
+
default: () => never[];
|
1436
|
+
};
|
1437
|
+
visible: {
|
1438
|
+
type: BooleanConstructor;
|
1439
|
+
};
|
1440
|
+
currentId: {
|
1441
|
+
type: StringConstructor;
|
1442
|
+
default: string;
|
1443
|
+
};
|
1444
|
+
}>> & {
|
1445
|
+
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
1446
|
+
"onUpdate:currentId"?: ((...args: any[]) => any) | undefined;
|
1447
|
+
}, {
|
1448
|
+
visible: boolean;
|
1449
|
+
images: import("./types").ImageItem[];
|
1450
|
+
currentId: string;
|
1451
|
+
}>;
|
1134
1452
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1135
1453
|
type: {
|
1136
1454
|
type: StringConstructor;
|
@@ -1162,7 +1480,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
1162
1480
|
currentSessionItem: AnyObject;
|
1163
1481
|
id: string;
|
1164
1482
|
userInfo: AnyObject;
|
1165
|
-
msgList:
|
1483
|
+
msgList: {
|
1484
|
+
[x: string]: any;
|
1485
|
+
id: string;
|
1486
|
+
sessionKey: string;
|
1487
|
+
content: {
|
1488
|
+
[x: string]: any;
|
1489
|
+
chatMessageType: string;
|
1490
|
+
msg: string;
|
1491
|
+
referenceContent?: any;
|
1492
|
+
forwardMessageList?: AnyObject[] | undefined;
|
1493
|
+
messageTemplate?: any;
|
1494
|
+
messageTemplateData?: any;
|
1495
|
+
fileUrl?: string | undefined;
|
1496
|
+
avStatus?: string | undefined;
|
1497
|
+
};
|
1498
|
+
senderName: string;
|
1499
|
+
sendTime: string;
|
1500
|
+
sender: string;
|
1501
|
+
status: string;
|
1502
|
+
senderAvatar: string;
|
1503
|
+
__content: string;
|
1504
|
+
__time?: string | undefined;
|
1505
|
+
__sendTime?: string | undefined;
|
1506
|
+
}[];
|
1166
1507
|
currentMsg: AnyObject;
|
1167
1508
|
isAppendMsg: boolean;
|
1168
1509
|
sessionList: AnyObject[];
|
@@ -1363,7 +1704,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1363
1704
|
MESSAGE_TYPE: typeof import("./constants").MESSAGE_TYPE;
|
1364
1705
|
emojis: {
|
1365
1706
|
default: string[][];
|
1366
|
-
findEmoji(name: string):
|
1707
|
+
findEmoji(name: string): string | undefined;
|
1367
1708
|
};
|
1368
1709
|
MessageEvent: import("vue").DefineComponent<{
|
1369
1710
|
data: {
|
@@ -1382,7 +1723,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
1382
1723
|
currentSessionItem: AnyObject;
|
1383
1724
|
id: string;
|
1384
1725
|
userInfo: AnyObject;
|
1385
|
-
msgList:
|
1726
|
+
msgList: {
|
1727
|
+
[x: string]: any;
|
1728
|
+
id: string;
|
1729
|
+
sessionKey: string;
|
1730
|
+
content: {
|
1731
|
+
[x: string]: any;
|
1732
|
+
chatMessageType: string;
|
1733
|
+
msg: string;
|
1734
|
+
referenceContent?: any;
|
1735
|
+
forwardMessageList?: AnyObject[] | undefined;
|
1736
|
+
messageTemplate?: any;
|
1737
|
+
messageTemplateData?: any;
|
1738
|
+
fileUrl?: string | undefined;
|
1739
|
+
avStatus?: string | undefined;
|
1740
|
+
};
|
1741
|
+
senderName: string;
|
1742
|
+
sendTime: string;
|
1743
|
+
sender: string;
|
1744
|
+
status: string;
|
1745
|
+
senderAvatar: string;
|
1746
|
+
__content: string;
|
1747
|
+
__time?: string | undefined;
|
1748
|
+
__sendTime?: string | undefined;
|
1749
|
+
}[];
|
1386
1750
|
currentMsg: AnyObject;
|
1387
1751
|
isAppendMsg: boolean;
|
1388
1752
|
sessionList: AnyObject[];
|
@@ -1490,7 +1854,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
1490
1854
|
currentSessionItem: AnyObject;
|
1491
1855
|
id: string;
|
1492
1856
|
userInfo: AnyObject;
|
1493
|
-
msgList:
|
1857
|
+
msgList: {
|
1858
|
+
[x: string]: any;
|
1859
|
+
id: string;
|
1860
|
+
sessionKey: string;
|
1861
|
+
content: {
|
1862
|
+
[x: string]: any;
|
1863
|
+
chatMessageType: string;
|
1864
|
+
msg: string;
|
1865
|
+
referenceContent?: any;
|
1866
|
+
forwardMessageList?: AnyObject[] | undefined;
|
1867
|
+
messageTemplate?: any;
|
1868
|
+
messageTemplateData?: any;
|
1869
|
+
fileUrl?: string | undefined;
|
1870
|
+
avStatus?: string | undefined;
|
1871
|
+
};
|
1872
|
+
senderName: string;
|
1873
|
+
sendTime: string;
|
1874
|
+
sender: string;
|
1875
|
+
status: string;
|
1876
|
+
senderAvatar: string;
|
1877
|
+
__content: string;
|
1878
|
+
__time?: string | undefined;
|
1879
|
+
__sendTime?: string | undefined;
|
1880
|
+
}[];
|
1494
1881
|
currentMsg: AnyObject;
|
1495
1882
|
isAppendMsg: boolean;
|
1496
1883
|
sessionList: AnyObject[];
|
@@ -1622,6 +2009,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
1622
2009
|
}>;
|
1623
2010
|
PersonAddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1624
2011
|
CloseOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2012
|
+
FolderOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2013
|
+
ImageOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2014
|
+
SettingsOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2015
|
+
SearchLocate: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1625
2016
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1626
2017
|
ChatMain: import("vue").DefineComponent<{}, {
|
1627
2018
|
chatMainRef: import("vue").Ref<HTMLElement | undefined>;
|
@@ -1630,7 +2021,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
1630
2021
|
currentSessionItem: AnyObject;
|
1631
2022
|
id: string;
|
1632
2023
|
userInfo: AnyObject;
|
1633
|
-
msgList:
|
2024
|
+
msgList: {
|
2025
|
+
[x: string]: any;
|
2026
|
+
id: string;
|
2027
|
+
sessionKey: string;
|
2028
|
+
content: {
|
2029
|
+
[x: string]: any;
|
2030
|
+
chatMessageType: string;
|
2031
|
+
msg: string;
|
2032
|
+
referenceContent?: any;
|
2033
|
+
forwardMessageList?: AnyObject[] | undefined;
|
2034
|
+
messageTemplate?: any;
|
2035
|
+
messageTemplateData?: any;
|
2036
|
+
fileUrl?: string | undefined;
|
2037
|
+
avStatus?: string | undefined;
|
2038
|
+
};
|
2039
|
+
senderName: string;
|
2040
|
+
sendTime: string;
|
2041
|
+
sender: string;
|
2042
|
+
status: string;
|
2043
|
+
senderAvatar: string;
|
2044
|
+
__content: string;
|
2045
|
+
__time?: string | undefined;
|
2046
|
+
__sendTime?: string | undefined;
|
2047
|
+
}[];
|
1634
2048
|
currentMsg: AnyObject;
|
1635
2049
|
isAppendMsg: boolean;
|
1636
2050
|
sessionList: AnyObject[];
|
@@ -1654,7 +2068,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1654
2068
|
};
|
1655
2069
|
isForward: boolean;
|
1656
2070
|
};
|
1657
|
-
setMsgList: (list?: AnyObject[]) => void;
|
2071
|
+
setMsgList: (list?: AnyObject[] | import("./types").MsgListItem) => void;
|
1658
2072
|
relayMessage: (param: {
|
1659
2073
|
checkedIds: string[];
|
1660
2074
|
remark: string;
|
@@ -1679,6 +2093,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1679
2093
|
y: number;
|
1680
2094
|
};
|
1681
2095
|
showForwardDetail: import("vue").Ref<boolean>;
|
2096
|
+
currentImgId: import("vue").Ref<string | undefined>;
|
2097
|
+
showLightbox: import("vue").Ref<boolean>;
|
1682
2098
|
pageInfo: {
|
1683
2099
|
page: number;
|
1684
2100
|
hasMore: boolean;
|
@@ -1688,9 +2104,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1688
2104
|
'--c-tip-top': string;
|
1689
2105
|
'--c-tip-gap': string;
|
1690
2106
|
}>;
|
1691
|
-
|
1692
|
-
|
1693
|
-
|
2107
|
+
images: import("vue").ComputedRef<import("./types").ImageItem[]>;
|
2108
|
+
addImageItem: (list: import("./types").ImageItem[], item: AnyObject) => void;
|
2109
|
+
processBlendContent: (list: import("./types").ImageItem[], item: AnyObject) => void;
|
1694
2110
|
getHistoryRecord: () => Promise<void>;
|
1695
2111
|
handleSelectLabel: (event: MouseEvent, msgId: string) => void;
|
1696
2112
|
handleContextmenu: (event: MouseEvent, msgId: string) => Promise<void>;
|
@@ -1713,8 +2129,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
1713
2129
|
reEdit: (item: AnyObject) => void;
|
1714
2130
|
clickMergeMsg: (item: AnyObject) => void;
|
1715
2131
|
NAvatar: any;
|
1716
|
-
NImageGroup: any;
|
1717
|
-
NImage: any;
|
1718
2132
|
NIcon: any;
|
1719
2133
|
NButtonGroup: any;
|
1720
2134
|
NButton: any;
|
@@ -1819,7 +2233,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
1819
2233
|
currentSessionItem: AnyObject;
|
1820
2234
|
id: string;
|
1821
2235
|
userInfo: AnyObject;
|
1822
|
-
msgList:
|
2236
|
+
msgList: {
|
2237
|
+
[x: string]: any;
|
2238
|
+
id: string;
|
2239
|
+
sessionKey: string;
|
2240
|
+
content: {
|
2241
|
+
[x: string]: any;
|
2242
|
+
chatMessageType: string;
|
2243
|
+
msg: string;
|
2244
|
+
referenceContent?: any;
|
2245
|
+
forwardMessageList?: AnyObject[] | undefined;
|
2246
|
+
messageTemplate?: any;
|
2247
|
+
messageTemplateData?: any;
|
2248
|
+
fileUrl?: string | undefined;
|
2249
|
+
avStatus?: string | undefined;
|
2250
|
+
};
|
2251
|
+
senderName: string;
|
2252
|
+
sendTime: string;
|
2253
|
+
sender: string;
|
2254
|
+
status: string;
|
2255
|
+
senderAvatar: string;
|
2256
|
+
__content: string;
|
2257
|
+
__time?: string | undefined;
|
2258
|
+
__sendTime?: string | undefined;
|
2259
|
+
}[];
|
1823
2260
|
currentMsg: AnyObject;
|
1824
2261
|
isAppendMsg: boolean;
|
1825
2262
|
sessionList: AnyObject[];
|
@@ -1871,7 +2308,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
1871
2308
|
currentSessionItem: AnyObject;
|
1872
2309
|
id: string;
|
1873
2310
|
userInfo: AnyObject;
|
1874
|
-
msgList:
|
2311
|
+
msgList: {
|
2312
|
+
[x: string]: any;
|
2313
|
+
id: string;
|
2314
|
+
sessionKey: string;
|
2315
|
+
content: {
|
2316
|
+
[x: string]: any;
|
2317
|
+
chatMessageType: string;
|
2318
|
+
msg: string;
|
2319
|
+
referenceContent?: any;
|
2320
|
+
forwardMessageList?: AnyObject[] | undefined;
|
2321
|
+
messageTemplate?: any;
|
2322
|
+
messageTemplateData?: any;
|
2323
|
+
fileUrl?: string | undefined;
|
2324
|
+
avStatus?: string | undefined;
|
2325
|
+
};
|
2326
|
+
senderName: string;
|
2327
|
+
sendTime: string;
|
2328
|
+
sender: string;
|
2329
|
+
status: string;
|
2330
|
+
senderAvatar: string;
|
2331
|
+
__content: string;
|
2332
|
+
__time?: string | undefined;
|
2333
|
+
__sendTime?: string | undefined;
|
2334
|
+
}[];
|
1875
2335
|
currentMsg: AnyObject;
|
1876
2336
|
isAppendMsg: boolean;
|
1877
2337
|
sessionList: AnyObject[];
|
@@ -1896,7 +2356,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1896
2356
|
isForward: boolean;
|
1897
2357
|
};
|
1898
2358
|
cssVars: import("vue").ComputedRef<AnyObject>;
|
1899
|
-
msgItem: import("vue").ComputedRef<AnyObject>;
|
2359
|
+
msgItem: import("vue").ComputedRef<AnyObject | import("./types").MsgListItem>;
|
1900
2360
|
msgList: import("vue").ComputedRef<any>;
|
1901
2361
|
NModal: any;
|
1902
2362
|
NAvatar: any;
|
@@ -1917,7 +2377,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1917
2377
|
MESSAGE_TYPE: typeof import("./constants").MESSAGE_TYPE;
|
1918
2378
|
emojis: {
|
1919
2379
|
default: string[][];
|
1920
|
-
findEmoji(name: string):
|
2380
|
+
findEmoji(name: string): string | undefined;
|
1921
2381
|
};
|
1922
2382
|
MessageEvent: import("vue").DefineComponent<{
|
1923
2383
|
data: {
|
@@ -1936,7 +2396,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
1936
2396
|
currentSessionItem: AnyObject;
|
1937
2397
|
id: string;
|
1938
2398
|
userInfo: AnyObject;
|
1939
|
-
msgList:
|
2399
|
+
msgList: {
|
2400
|
+
[x: string]: any;
|
2401
|
+
id: string;
|
2402
|
+
sessionKey: string;
|
2403
|
+
content: {
|
2404
|
+
[x: string]: any;
|
2405
|
+
chatMessageType: string;
|
2406
|
+
msg: string;
|
2407
|
+
referenceContent?: any;
|
2408
|
+
forwardMessageList?: AnyObject[] | undefined;
|
2409
|
+
messageTemplate?: any;
|
2410
|
+
messageTemplateData?: any;
|
2411
|
+
fileUrl?: string | undefined;
|
2412
|
+
avStatus?: string | undefined;
|
2413
|
+
};
|
2414
|
+
senderName: string;
|
2415
|
+
sendTime: string;
|
2416
|
+
sender: string;
|
2417
|
+
status: string;
|
2418
|
+
senderAvatar: string;
|
2419
|
+
__content: string;
|
2420
|
+
__time?: string | undefined;
|
2421
|
+
__sendTime?: string | undefined;
|
2422
|
+
}[];
|
1940
2423
|
currentMsg: AnyObject;
|
1941
2424
|
isAppendMsg: boolean;
|
1942
2425
|
sessionList: AnyObject[];
|
@@ -2018,7 +2501,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2018
2501
|
NTooltip: any;
|
2019
2502
|
emojis: {
|
2020
2503
|
default: string[][];
|
2021
|
-
findEmoji(name: string):
|
2504
|
+
findEmoji(name: string): string | undefined;
|
2022
2505
|
};
|
2023
2506
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:show"[], "update:show", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
2024
2507
|
id: {
|
@@ -2035,7 +2518,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2035
2518
|
}>;
|
2036
2519
|
emojis: {
|
2037
2520
|
default: string[][];
|
2038
|
-
findEmoji(name: string):
|
2521
|
+
findEmoji(name: string): string | undefined;
|
2039
2522
|
};
|
2040
2523
|
ContextMenu: import("vue").DefineComponent<{
|
2041
2524
|
type: {
|
@@ -2138,7 +2621,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
2138
2621
|
currentSessionItem: AnyObject;
|
2139
2622
|
id: string;
|
2140
2623
|
userInfo: AnyObject;
|
2141
|
-
msgList:
|
2624
|
+
msgList: {
|
2625
|
+
[x: string]: any;
|
2626
|
+
id: string;
|
2627
|
+
sessionKey: string;
|
2628
|
+
content: {
|
2629
|
+
[x: string]: any;
|
2630
|
+
chatMessageType: string;
|
2631
|
+
msg: string;
|
2632
|
+
referenceContent?: any;
|
2633
|
+
forwardMessageList?: AnyObject[] | undefined;
|
2634
|
+
messageTemplate?: any;
|
2635
|
+
messageTemplateData?: any;
|
2636
|
+
fileUrl?: string | undefined;
|
2637
|
+
avStatus?: string | undefined;
|
2638
|
+
};
|
2639
|
+
senderName: string;
|
2640
|
+
sendTime: string;
|
2641
|
+
sender: string;
|
2642
|
+
status: string;
|
2643
|
+
senderAvatar: string;
|
2644
|
+
__content: string;
|
2645
|
+
__time?: string | undefined;
|
2646
|
+
__sendTime?: string | undefined;
|
2647
|
+
}[];
|
2142
2648
|
currentMsg: AnyObject;
|
2143
2649
|
isAppendMsg: boolean;
|
2144
2650
|
sessionList: AnyObject[];
|
@@ -2279,7 +2785,107 @@ declare const _default: import("vue").DefineComponent<{
|
|
2279
2785
|
CallOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2280
2786
|
VideocamOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2281
2787
|
DocumentSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2282
|
-
|
2788
|
+
ImageLightbox: import("vue").DefineComponent<{
|
2789
|
+
images: {
|
2790
|
+
type: PropType<import("./types").ImageItem[]>;
|
2791
|
+
default: () => never[];
|
2792
|
+
};
|
2793
|
+
visible: {
|
2794
|
+
type: BooleanConstructor;
|
2795
|
+
};
|
2796
|
+
currentId: {
|
2797
|
+
type: StringConstructor;
|
2798
|
+
default: string;
|
2799
|
+
};
|
2800
|
+
}, {
|
2801
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2802
|
+
images: {
|
2803
|
+
type: PropType<import("./types").ImageItem[]>;
|
2804
|
+
default: () => never[];
|
2805
|
+
};
|
2806
|
+
visible: {
|
2807
|
+
type: BooleanConstructor;
|
2808
|
+
};
|
2809
|
+
currentId: {
|
2810
|
+
type: StringConstructor;
|
2811
|
+
default: string;
|
2812
|
+
};
|
2813
|
+
}>> & {
|
2814
|
+
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
2815
|
+
"onUpdate:currentId"?: ((...args: any[]) => any) | undefined;
|
2816
|
+
}>>;
|
2817
|
+
emit: (event: "update:visible" | "update:currentId", ...args: any[]) => void;
|
2818
|
+
imageEl: import("vue").Ref<HTMLImageElement | null>;
|
2819
|
+
naturalSize: import("vue").Ref<{
|
2820
|
+
width: number;
|
2821
|
+
height: number;
|
2822
|
+
}>;
|
2823
|
+
scale: import("vue").Ref<number>;
|
2824
|
+
rotation: import("vue").Ref<number>;
|
2825
|
+
isDragging: import("vue").Ref<boolean>;
|
2826
|
+
offset: import("vue").Ref<{
|
2827
|
+
x: number;
|
2828
|
+
y: number;
|
2829
|
+
}>;
|
2830
|
+
lastMouse: import("vue").Ref<{
|
2831
|
+
x: number;
|
2832
|
+
y: number;
|
2833
|
+
}>;
|
2834
|
+
idToIndexMap: import("vue").ComputedRef<Map<string, number>>;
|
2835
|
+
currentIndex: import("vue").ComputedRef<number>;
|
2836
|
+
currentImageData: import("vue").ComputedRef<import("./types").ImageItem>;
|
2837
|
+
hasNext: import("vue").ComputedRef<boolean>;
|
2838
|
+
hasPrev: import("vue").ComputedRef<boolean>;
|
2839
|
+
imageStyle: import("vue").ComputedRef<{
|
2840
|
+
left: string;
|
2841
|
+
top: string;
|
2842
|
+
transform: string;
|
2843
|
+
cursor: string;
|
2844
|
+
transition: string;
|
2845
|
+
}>;
|
2846
|
+
resetImageState: () => void;
|
2847
|
+
close: () => void;
|
2848
|
+
nextImage: () => void;
|
2849
|
+
prevImage: () => void;
|
2850
|
+
rotate: (degrees: number) => void;
|
2851
|
+
zoomIn: () => void;
|
2852
|
+
zoomOut: () => void;
|
2853
|
+
resetZoom: () => void;
|
2854
|
+
startDrag: (e: MouseEvent) => void;
|
2855
|
+
onDragMove: (e: MouseEvent) => void;
|
2856
|
+
endDrag: () => void;
|
2857
|
+
handleWheel: (e: WheelEvent) => void;
|
2858
|
+
handleImageLoad: () => void;
|
2859
|
+
download: () => void;
|
2860
|
+
Close: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2861
|
+
PlaySkipBackOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2862
|
+
PlaySkipForwardOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2863
|
+
DownloadOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2864
|
+
RefreshOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2865
|
+
AddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2866
|
+
RemoveSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2867
|
+
NButton: any;
|
2868
|
+
NIcon: any;
|
2869
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:visible" | "update:currentId")[], "update:visible" | "update:currentId", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
2870
|
+
images: {
|
2871
|
+
type: PropType<import("./types").ImageItem[]>;
|
2872
|
+
default: () => never[];
|
2873
|
+
};
|
2874
|
+
visible: {
|
2875
|
+
type: BooleanConstructor;
|
2876
|
+
};
|
2877
|
+
currentId: {
|
2878
|
+
type: StringConstructor;
|
2879
|
+
default: string;
|
2880
|
+
};
|
2881
|
+
}>> & {
|
2882
|
+
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
2883
|
+
"onUpdate:currentId"?: ((...args: any[]) => any) | undefined;
|
2884
|
+
}, {
|
2885
|
+
visible: boolean;
|
2886
|
+
images: import("./types").ImageItem[];
|
2887
|
+
currentId: string;
|
2888
|
+
}>;
|
2283
2889
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2284
2890
|
ChatFooter: import("vue").DefineComponent<{}, {
|
2285
2891
|
SPACE_PLACEHOLDER: string;
|
@@ -2289,7 +2895,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
2289
2895
|
currentSessionItem: AnyObject;
|
2290
2896
|
id: string;
|
2291
2897
|
userInfo: AnyObject;
|
2292
|
-
msgList:
|
2898
|
+
msgList: {
|
2899
|
+
[x: string]: any;
|
2900
|
+
id: string;
|
2901
|
+
sessionKey: string;
|
2902
|
+
content: {
|
2903
|
+
[x: string]: any;
|
2904
|
+
chatMessageType: string;
|
2905
|
+
msg: string;
|
2906
|
+
referenceContent?: any;
|
2907
|
+
forwardMessageList?: AnyObject[] | undefined;
|
2908
|
+
messageTemplate?: any;
|
2909
|
+
messageTemplateData?: any;
|
2910
|
+
fileUrl?: string | undefined;
|
2911
|
+
avStatus?: string | undefined;
|
2912
|
+
};
|
2913
|
+
senderName: string;
|
2914
|
+
sendTime: string;
|
2915
|
+
sender: string;
|
2916
|
+
status: string;
|
2917
|
+
senderAvatar: string;
|
2918
|
+
__content: string;
|
2919
|
+
__time?: string | undefined;
|
2920
|
+
__sendTime?: string | undefined;
|
2921
|
+
}[];
|
2293
2922
|
currentMsg: AnyObject;
|
2294
2923
|
isAppendMsg: boolean;
|
2295
2924
|
sessionList: AnyObject[];
|
@@ -2341,8 +2970,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
2341
2970
|
handleInput: () => void;
|
2342
2971
|
selectEmoji: (name: string) => void;
|
2343
2972
|
insertSpace: () => void;
|
2344
|
-
doUpdateFile: (file: File) => Promise<
|
2345
|
-
fileChange: (options: import("./types").FileOptions
|
2973
|
+
doUpdateFile: (file: File) => Promise<any>;
|
2974
|
+
fileChange: (options: import("./types").FileOptions | {
|
2975
|
+
file: {
|
2976
|
+
file: File;
|
2977
|
+
name: string;
|
2978
|
+
};
|
2979
|
+
}, chatMessageType: import("./constants").MESSAGE_TYPE) => Promise<void>;
|
2346
2980
|
handleMsgSend: () => Promise<void>;
|
2347
2981
|
removeSpace: () => void;
|
2348
2982
|
doSendMessage: (contentInfo: AnyObject) => Promise<void>;
|
@@ -2352,6 +2986,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2352
2986
|
remark: string;
|
2353
2987
|
}, type?: string) => void;
|
2354
2988
|
handlecancelForward: () => void;
|
2989
|
+
handleFilePaste: (event: ClipboardEvent) => void;
|
2355
2990
|
NButton: any;
|
2356
2991
|
NPopover: any;
|
2357
2992
|
NTooltip: any;
|
@@ -2422,7 +3057,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
2422
3057
|
currentSessionItem: AnyObject;
|
2423
3058
|
id: string;
|
2424
3059
|
userInfo: AnyObject;
|
2425
|
-
msgList:
|
3060
|
+
msgList: {
|
3061
|
+
[x: string]: any;
|
3062
|
+
id: string;
|
3063
|
+
sessionKey: string;
|
3064
|
+
content: {
|
3065
|
+
[x: string]: any;
|
3066
|
+
chatMessageType: string;
|
3067
|
+
msg: string;
|
3068
|
+
referenceContent?: any;
|
3069
|
+
forwardMessageList?: AnyObject[] | undefined;
|
3070
|
+
messageTemplate?: any;
|
3071
|
+
messageTemplateData?: any;
|
3072
|
+
fileUrl?: string | undefined;
|
3073
|
+
avStatus?: string | undefined;
|
3074
|
+
};
|
3075
|
+
senderName: string;
|
3076
|
+
sendTime: string;
|
3077
|
+
sender: string;
|
3078
|
+
status: string;
|
3079
|
+
senderAvatar: string;
|
3080
|
+
__content: string;
|
3081
|
+
__time?: string | undefined;
|
3082
|
+
__sendTime?: string | undefined;
|
3083
|
+
}[];
|
2426
3084
|
currentMsg: AnyObject;
|
2427
3085
|
isAppendMsg: boolean;
|
2428
3086
|
sessionList: AnyObject[];
|
@@ -2554,13 +3212,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
2554
3212
|
}>;
|
2555
3213
|
emojis: {
|
2556
3214
|
default: string[][];
|
2557
|
-
findEmoji(name: string):
|
3215
|
+
findEmoji(name: string): string | undefined;
|
2558
3216
|
};
|
2559
3217
|
MESSAGE_TYPE: typeof import("./constants").MESSAGE_TYPE;
|
2560
3218
|
CloseCircleOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2561
3219
|
CallOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2562
3220
|
VideocamOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2563
3221
|
CloseOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
3222
|
+
FolderOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
3223
|
+
ImageOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
3224
|
+
HappyOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
3225
|
+
ThumbsUp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2564
3226
|
simplifyMessage: typeof import("./utils").simplifyMessage;
|
2565
3227
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2566
3228
|
ChatSearch: import("vue").DefineComponent<{}, {
|
@@ -2575,7 +3237,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
2575
3237
|
currentSessionItem: AnyObject;
|
2576
3238
|
id: string;
|
2577
3239
|
userInfo: AnyObject;
|
2578
|
-
msgList:
|
3240
|
+
msgList: {
|
3241
|
+
[x: string]: any;
|
3242
|
+
id: string;
|
3243
|
+
sessionKey: string;
|
3244
|
+
content: {
|
3245
|
+
[x: string]: any;
|
3246
|
+
chatMessageType: string;
|
3247
|
+
msg: string;
|
3248
|
+
referenceContent?: any;
|
3249
|
+
forwardMessageList?: AnyObject[] | undefined;
|
3250
|
+
messageTemplate?: any;
|
3251
|
+
messageTemplateData?: any;
|
3252
|
+
fileUrl?: string | undefined;
|
3253
|
+
avStatus?: string | undefined;
|
3254
|
+
};
|
3255
|
+
senderName: string;
|
3256
|
+
sendTime: string;
|
3257
|
+
sender: string;
|
3258
|
+
status: string;
|
3259
|
+
senderAvatar: string;
|
3260
|
+
__content: string;
|
3261
|
+
__time?: string | undefined;
|
3262
|
+
__sendTime?: string | undefined;
|
3263
|
+
}[];
|
2579
3264
|
currentMsg: AnyObject;
|
2580
3265
|
isAppendMsg: boolean;
|
2581
3266
|
sessionList: AnyObject[];
|
@@ -2762,7 +3447,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
2762
3447
|
currentSessionItem: AnyObject;
|
2763
3448
|
id: string;
|
2764
3449
|
userInfo: AnyObject;
|
2765
|
-
msgList:
|
3450
|
+
msgList: {
|
3451
|
+
[x: string]: any;
|
3452
|
+
id: string;
|
3453
|
+
sessionKey: string;
|
3454
|
+
content: {
|
3455
|
+
[x: string]: any;
|
3456
|
+
chatMessageType: string;
|
3457
|
+
msg: string;
|
3458
|
+
referenceContent?: any;
|
3459
|
+
forwardMessageList?: AnyObject[] | undefined;
|
3460
|
+
messageTemplate?: any;
|
3461
|
+
messageTemplateData?: any;
|
3462
|
+
fileUrl?: string | undefined;
|
3463
|
+
avStatus?: string | undefined;
|
3464
|
+
};
|
3465
|
+
senderName: string;
|
3466
|
+
sendTime: string;
|
3467
|
+
sender: string;
|
3468
|
+
status: string;
|
3469
|
+
senderAvatar: string;
|
3470
|
+
__content: string;
|
3471
|
+
__time?: string | undefined;
|
3472
|
+
__sendTime?: string | undefined;
|
3473
|
+
}[];
|
2766
3474
|
currentMsg: AnyObject;
|
2767
3475
|
isAppendMsg: boolean;
|
2768
3476
|
sessionList: AnyObject[];
|
@@ -2903,7 +3611,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
2903
3611
|
currentSessionItem: AnyObject;
|
2904
3612
|
id: string;
|
2905
3613
|
userInfo: AnyObject;
|
2906
|
-
msgList:
|
3614
|
+
msgList: {
|
3615
|
+
[x: string]: any;
|
3616
|
+
id: string;
|
3617
|
+
sessionKey: string;
|
3618
|
+
content: {
|
3619
|
+
[x: string]: any;
|
3620
|
+
chatMessageType: string;
|
3621
|
+
msg: string;
|
3622
|
+
referenceContent?: any;
|
3623
|
+
forwardMessageList?: AnyObject[] | undefined;
|
3624
|
+
messageTemplate?: any;
|
3625
|
+
messageTemplateData?: any;
|
3626
|
+
fileUrl?: string | undefined;
|
3627
|
+
avStatus?: string | undefined;
|
3628
|
+
};
|
3629
|
+
senderName: string;
|
3630
|
+
sendTime: string;
|
3631
|
+
sender: string;
|
3632
|
+
status: string;
|
3633
|
+
senderAvatar: string;
|
3634
|
+
__content: string;
|
3635
|
+
__time?: string | undefined;
|
3636
|
+
__sendTime?: string | undefined;
|
3637
|
+
}[];
|
2907
3638
|
currentMsg: AnyObject;
|
2908
3639
|
isAppendMsg: boolean;
|
2909
3640
|
sessionList: AnyObject[];
|
@@ -2927,36 +3658,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
2927
3658
|
};
|
2928
3659
|
isForward: boolean;
|
2929
3660
|
};
|
2930
|
-
|
2931
|
-
trtc: import("trtc-sdk-v5").default;
|
3661
|
+
trtc: import("trtc-sdk-v5").TRTC;
|
2932
3662
|
timing: import("vue").Ref<string>;
|
2933
3663
|
voiceClose: import("vue").Ref<boolean>;
|
2934
3664
|
isAudio: import("vue").ComputedRef<boolean>;
|
2935
3665
|
isCall: import("vue").ComputedRef<boolean>;
|
2936
3666
|
startTimer: () => void;
|
2937
|
-
resetTimer: () => void;
|
2938
3667
|
toggleAudio: () => Promise<void>;
|
2939
3668
|
messageTypeText: import("vue").ComputedRef<"语音" | "视频">;
|
2940
3669
|
time: {
|
2941
3670
|
timer: any;
|
2942
3671
|
seconds: number;
|
2943
3672
|
};
|
2944
|
-
installEventHandlers: (
|
2945
|
-
|
2946
|
-
|
2947
|
-
|
2948
|
-
|
2949
|
-
|
2950
|
-
|
2951
|
-
|
2952
|
-
handleError: import("../../../shared/types").AnyFn;
|
2953
|
-
handleRemoteUserEnter: import("../../../shared/types").AnyFn;
|
2954
|
-
handleRemoteAudioAvailable: import("../../../shared/types").AnyFn;
|
2955
|
-
handleRemoteUserExit: import("../../../shared/types").AnyFn;
|
2956
|
-
handleRemoteVideoAvailable: import("../../../shared/types").AnyFn;
|
2957
|
-
}) => void;
|
2958
|
-
videoRef: import("vue").Ref<any>;
|
2959
|
-
selfVideoRef: import("vue").Ref<any>;
|
3673
|
+
installEventHandlers: (handlers: import("./hooks").VideoEventHandlers) => void;
|
3674
|
+
uninstallEventHandlers: (handlers: import("./hooks").VideoEventHandlers) => void;
|
3675
|
+
enterRoom: () => Promise<boolean>;
|
3676
|
+
exitRoom: () => Promise<void>;
|
3677
|
+
startLocalMedia: (selfVideoRef?: HTMLElement | undefined) => Promise<void>;
|
3678
|
+
MAIN_STREAM_TYPE: any;
|
3679
|
+
videoRef: import("vue").Ref<HTMLElement | undefined>;
|
3680
|
+
selfVideoRef: import("vue").Ref<HTMLElement | undefined>;
|
2960
3681
|
isConnect: import("vue").Ref<boolean>;
|
2961
3682
|
timeout: any;
|
2962
3683
|
info: import("vue").ComputedRef<{
|
@@ -2971,11 +3692,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
2971
3692
|
handleEnter: () => Promise<void>;
|
2972
3693
|
handleFinish: () => void;
|
2973
3694
|
handleExit: () => Promise<void>;
|
2974
|
-
handleRemoteVideoAvailable: (event:
|
2975
|
-
handleRemoteAudioAvailable: (event:
|
2976
|
-
handleRemoteUserEnter: () => void;
|
2977
|
-
handleRemoteUserExit: (event:
|
2978
|
-
|
3695
|
+
handleRemoteVideoAvailable: (event: import("./hooks").TRTCEvent) => Promise<void>;
|
3696
|
+
handleRemoteAudioAvailable: (event: import("./hooks").TRTCEvent) => void;
|
3697
|
+
handleRemoteUserEnter: (event: import("./hooks").TRTCEvent) => void;
|
3698
|
+
handleRemoteUserExit: (event: import("./hooks").TRTCEvent) => void;
|
3699
|
+
statusHandlers: {
|
3700
|
+
readonly IN_CALL: () => Promise<void>;
|
3701
|
+
readonly CALL_BUSY: () => void;
|
3702
|
+
readonly NO_RESPONSE: () => void;
|
3703
|
+
readonly REJECTED: () => void;
|
3704
|
+
};
|
2979
3705
|
NButton: any;
|
2980
3706
|
NAvatar: any;
|
2981
3707
|
NIcon: any;
|
@@ -2985,17 +3711,36 @@ declare const _default: import("vue").DefineComponent<{
|
|
2985
3711
|
AV_STATUS: typeof import("./constants").AV_STATUS;
|
2986
3712
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2987
3713
|
MultipleVideo: import("vue").DefineComponent<{}, {
|
2988
|
-
selfVideoRef: import("vue").Ref<
|
2989
|
-
remoteUsers: import("vue").Ref<{
|
2990
|
-
id: string;
|
2991
|
-
name: string;
|
2992
|
-
}[]>;
|
3714
|
+
selfVideoRef: import("vue").Ref<HTMLElement | undefined>;
|
2993
3715
|
state: {
|
2994
3716
|
orgId: string | number;
|
2995
3717
|
currentSessionItem: AnyObject;
|
2996
3718
|
id: string;
|
2997
3719
|
userInfo: AnyObject;
|
2998
|
-
msgList:
|
3720
|
+
msgList: {
|
3721
|
+
[x: string]: any;
|
3722
|
+
id: string;
|
3723
|
+
sessionKey: string;
|
3724
|
+
content: {
|
3725
|
+
[x: string]: any;
|
3726
|
+
chatMessageType: string;
|
3727
|
+
msg: string;
|
3728
|
+
referenceContent?: any;
|
3729
|
+
forwardMessageList?: AnyObject[] | undefined;
|
3730
|
+
messageTemplate?: any;
|
3731
|
+
messageTemplateData?: any;
|
3732
|
+
fileUrl?: string | undefined;
|
3733
|
+
avStatus?: string | undefined;
|
3734
|
+
};
|
3735
|
+
senderName: string;
|
3736
|
+
sendTime: string;
|
3737
|
+
sender: string;
|
3738
|
+
status: string;
|
3739
|
+
senderAvatar: string;
|
3740
|
+
__content: string;
|
3741
|
+
__time?: string | undefined;
|
3742
|
+
__sendTime?: string | undefined;
|
3743
|
+
}[];
|
2999
3744
|
currentMsg: AnyObject;
|
3000
3745
|
isAppendMsg: boolean;
|
3001
3746
|
sessionList: AnyObject[];
|
@@ -3024,33 +3769,35 @@ declare const _default: import("vue").DefineComponent<{
|
|
3024
3769
|
content: AnyObject;
|
3025
3770
|
receiver?: string | undefined;
|
3026
3771
|
}) => Promise<void>;
|
3027
|
-
trtc: import("trtc-sdk-v5").default;
|
3028
|
-
trtcProxy: import("vue").Ref<any>;
|
3029
3772
|
voiceClose: import("vue").Ref<boolean>;
|
3030
3773
|
isAudio: import("vue").ComputedRef<boolean>;
|
3031
3774
|
isCall: import("vue").ComputedRef<boolean>;
|
3032
3775
|
startTimer: () => void;
|
3033
|
-
resetTimer: () => void;
|
3034
3776
|
toggleAudio: () => Promise<void>;
|
3035
3777
|
messageTypeText: import("vue").ComputedRef<"语音" | "视频">;
|
3036
3778
|
timing: import("vue").Ref<string>;
|
3037
3779
|
toggleVideo: () => Promise<void>;
|
3038
3780
|
videocamClose: import("vue").Ref<boolean>;
|
3039
|
-
installEventHandlers: (
|
3040
|
-
|
3041
|
-
handleRemoteUserEnter: import("../../../shared/types").AnyFn;
|
3042
|
-
handleRemoteAudioAvailable: import("../../../shared/types").AnyFn;
|
3043
|
-
handleRemoteUserExit: import("../../../shared/types").AnyFn;
|
3044
|
-
handleRemoteVideoAvailable: import("../../../shared/types").AnyFn;
|
3045
|
-
}) => void;
|
3046
|
-
uninstallEventHandlers: ({ handleError, handleRemoteUserEnter, handleRemoteAudioAvailable, handleRemoteUserExit, handleRemoteVideoAvailable }: {
|
3047
|
-
handleError: import("../../../shared/types").AnyFn;
|
3048
|
-
handleRemoteUserEnter: import("../../../shared/types").AnyFn;
|
3049
|
-
handleRemoteAudioAvailable: import("../../../shared/types").AnyFn;
|
3050
|
-
handleRemoteUserExit: import("../../../shared/types").AnyFn;
|
3051
|
-
handleRemoteVideoAvailable: import("../../../shared/types").AnyFn;
|
3052
|
-
}) => void;
|
3781
|
+
installEventHandlers: (handlers: import("./hooks").VideoEventHandlers) => void;
|
3782
|
+
uninstallEventHandlers: (handlers: import("./hooks").VideoEventHandlers) => void;
|
3053
3783
|
isConnect: import("vue").Ref<boolean>;
|
3784
|
+
remoteUsers: import("vue").Ref<{
|
3785
|
+
id: string;
|
3786
|
+
name: string;
|
3787
|
+
hasVideo?: boolean | undefined;
|
3788
|
+
hasAudio?: boolean | undefined;
|
3789
|
+
}[]>;
|
3790
|
+
enterRoom: () => Promise<boolean>;
|
3791
|
+
exitRoom: () => Promise<void>;
|
3792
|
+
startLocalMedia: (selfVideoRef?: HTMLElement | undefined) => Promise<void>;
|
3793
|
+
findUser: (userId: string) => import("./hooks").RemoteUser | undefined;
|
3794
|
+
addOrUpdateUser: (userId: string, updates: Partial<import("./hooks").RemoteUser>) => void;
|
3795
|
+
removeUser: (userId: string) => void;
|
3796
|
+
tryRenderRemoteVideo: (userId: string) => Promise<void>;
|
3797
|
+
stopRemoteVideo: (userId: string) => Promise<void>;
|
3798
|
+
setVideoRef: (userId: string, el: HTMLElement | null) => void;
|
3799
|
+
checkAndRenderAllVideos: () => void;
|
3800
|
+
MAIN_STREAM_TYPE: any;
|
3054
3801
|
wrapperRef: import("vue").Ref<HTMLElement | null>;
|
3055
3802
|
handleRef: import("vue").Ref<HTMLElement | null>;
|
3056
3803
|
isMaxSize: import("vue").Ref<boolean>;
|
@@ -3071,15 +3818,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
3071
3818
|
checkedIds: string[];
|
3072
3819
|
checkedOptions: AnyObject[];
|
3073
3820
|
}) => void;
|
3821
|
+
sendInvitations: (userIds: string[]) => void;
|
3074
3822
|
handleCall: () => void;
|
3075
3823
|
handleEnter: () => Promise<void>;
|
3076
3824
|
handleExit: () => Promise<void>;
|
3077
|
-
handleRemoteVideoAvailable: (event:
|
3078
|
-
|
3079
|
-
|
3080
|
-
|
3081
|
-
|
3082
|
-
|
3825
|
+
handleRemoteVideoAvailable: (event: import("./hooks").TRTCEvent) => Promise<void>;
|
3826
|
+
handleRemoteVideoUnavailable: (event: import("./hooks").TRTCEvent) => Promise<void>;
|
3827
|
+
handleRemoteAudioAvailable: (event: import("./hooks").TRTCEvent) => Promise<void>;
|
3828
|
+
handleRemoteUserEnter: (event: import("./hooks").TRTCEvent) => Promise<void>;
|
3829
|
+
getUserName: (userId: string) => Promise<string>;
|
3830
|
+
handleRemoteUserExit: (event: import("./hooks").TRTCEvent) => void;
|
3831
|
+
periodicCheckInterval: null;
|
3083
3832
|
NButton: any;
|
3084
3833
|
NAvatar: any;
|
3085
3834
|
NIcon: any;
|
@@ -3147,7 +3896,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
3147
3896
|
currentSessionItem: AnyObject;
|
3148
3897
|
id: string;
|
3149
3898
|
userInfo: AnyObject;
|
3150
|
-
msgList:
|
3899
|
+
msgList: {
|
3900
|
+
[x: string]: any;
|
3901
|
+
id: string;
|
3902
|
+
sessionKey: string;
|
3903
|
+
content: {
|
3904
|
+
[x: string]: any;
|
3905
|
+
chatMessageType: string;
|
3906
|
+
msg: string;
|
3907
|
+
referenceContent?: any;
|
3908
|
+
forwardMessageList?: AnyObject[] | undefined;
|
3909
|
+
messageTemplate?: any;
|
3910
|
+
messageTemplateData?: any;
|
3911
|
+
fileUrl?: string | undefined;
|
3912
|
+
avStatus?: string | undefined;
|
3913
|
+
};
|
3914
|
+
senderName: string;
|
3915
|
+
sendTime: string;
|
3916
|
+
sender: string;
|
3917
|
+
status: string;
|
3918
|
+
senderAvatar: string;
|
3919
|
+
__content: string;
|
3920
|
+
__time?: string | undefined;
|
3921
|
+
__sendTime?: string | undefined;
|
3922
|
+
}[];
|
3151
3923
|
currentMsg: AnyObject;
|
3152
3924
|
isAppendMsg: boolean;
|
3153
3925
|
sessionList: AnyObject[];
|
@@ -3292,7 +4064,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
3292
4064
|
currentSessionItem: AnyObject;
|
3293
4065
|
id: string;
|
3294
4066
|
userInfo: AnyObject;
|
3295
|
-
msgList:
|
4067
|
+
msgList: {
|
4068
|
+
[x: string]: any;
|
4069
|
+
id: string;
|
4070
|
+
sessionKey: string;
|
4071
|
+
content: {
|
4072
|
+
[x: string]: any;
|
4073
|
+
chatMessageType: string;
|
4074
|
+
msg: string;
|
4075
|
+
referenceContent?: any;
|
4076
|
+
forwardMessageList?: AnyObject[] | undefined;
|
4077
|
+
messageTemplate?: any;
|
4078
|
+
messageTemplateData?: any;
|
4079
|
+
fileUrl?: string | undefined;
|
4080
|
+
avStatus?: string | undefined;
|
4081
|
+
};
|
4082
|
+
senderName: string;
|
4083
|
+
sendTime: string;
|
4084
|
+
sender: string;
|
4085
|
+
status: string;
|
4086
|
+
senderAvatar: string;
|
4087
|
+
__content: string;
|
4088
|
+
__time?: string | undefined;
|
4089
|
+
__sendTime?: string | undefined;
|
4090
|
+
}[];
|
3296
4091
|
currentMsg: AnyObject;
|
3297
4092
|
isAppendMsg: boolean;
|
3298
4093
|
sessionList: AnyObject[];
|
@@ -3334,7 +4129,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
3334
4129
|
updateShow: () => Promise<void>;
|
3335
4130
|
getContent: (info: AnyObject) => any;
|
3336
4131
|
onChange: (options: {
|
3337
|
-
file: import("naive-ui").UploadFileInfo;
|
4132
|
+
file: import("naive-ui/es/upload").UploadFileInfo;
|
3338
4133
|
}) => Promise<void>;
|
3339
4134
|
NAvatar: any;
|
3340
4135
|
NPopover: any;
|
@@ -3396,6 +4191,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
3396
4191
|
iceTransportPolicy: "all" | "relay";
|
3397
4192
|
}>>;
|
3398
4193
|
};
|
4194
|
+
videoTeleportTo: {
|
4195
|
+
type: PropType<string | Element>;
|
4196
|
+
default: string;
|
4197
|
+
};
|
3399
4198
|
}>> & {
|
3400
4199
|
"onTemplate-click"?: ((...args: any[]) => any) | undefined;
|
3401
4200
|
"onUnread-message-update"?: ((...args: any[]) => any) | undefined;
|
@@ -3407,5 +4206,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
3407
4206
|
baseURL: string;
|
3408
4207
|
extraParams: AnyObject;
|
3409
4208
|
filterable: boolean;
|
4209
|
+
videoTeleportTo: string | Element;
|
3410
4210
|
}>;
|
3411
4211
|
export default _default;
|