cnhis-design-vue 3.3.3-release.0 → 3.3.3-release.12
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/audio-sdk/index.d.ts +18 -16
- package/es/components/audio-sdk/src/Index.vue.d.ts +18 -16
- package/es/components/audio-sdk/src/Index.vue2.js +47 -12
- package/es/components/audio-sdk/src/audioSDK.js +1 -1
- package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +6 -6
- package/es/components/audio-sdk/src/components/recording.vue.d.ts +6 -6
- package/es/components/audio-sdk/src/components/recording.vue2.js +17 -3
- package/es/components/base-search/index.d.ts +3 -0
- package/es/components/base-search/src/index.vue.d.ts +3 -0
- package/es/components/big-table/src/components/NoData.vue2.js +8 -1
- package/es/components/big-table/src/hooks/useTableParse.js +8 -1
- package/es/components/button-print/index.d.ts +9 -3
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +9 -3
- package/es/components/button-print/src/ButtonPrint.vue2.js +6 -1
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +11 -4
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +113 -16
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +9 -3
- package/es/components/button-print/src/utils/print.d.ts +3 -3
- package/es/components/button-print/src/utils/print.js +36 -23
- package/es/components/button-print/style/index.css +1 -1
- package/es/components/callback/src/components/render/popupMaps.d.ts +18 -0
- package/es/components/card-reader-sdk-cn/src/henan/index.js +8 -1
- package/es/components/classification/index.d.ts +56 -6
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +56 -6
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +56 -6
- package/es/components/classification/src/index.vue.d.ts +56 -6
- package/es/components/date-picker/src/DatePicker.vue2.js +8 -1
- package/es/components/expand-field/index.d.ts +792 -1
- package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +792 -1
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +792 -1
- package/es/components/expand-field/src/components/form.vue.d.ts +792 -1
- package/es/components/expand-field/src/components/form.vue2.js +8 -1
- package/es/components/expand-field/src/index.vue.d.ts +792 -1
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +3 -1
- package/es/components/field-editor/index.d.ts +18 -0
- package/es/components/field-editor/src/FieldEditor.vue.d.ts +18 -0
- package/es/components/field-editor/src/FieldEditor.vue2.js +2 -1
- package/es/components/field-editor/src/fields.d.ts +1 -0
- package/es/components/field-editor/src/fields.js +6 -0
- package/es/components/field-set/src/FieldColor.vue.d.ts +10 -5
- package/es/components/field-set/src/FieldFilter.vue.d.ts +10 -5
- package/es/components/field-set/src/FieldSet.vue.d.ts +43 -6
- package/es/components/field-set/src/FieldSet.vue2.js +118 -69
- package/es/components/field-set/src/Index.vue2.js +8 -3
- package/es/components/field-set/src/TableStyle.vue2.js +2 -2
- package/es/components/field-set/src/components/table-row.vue.d.ts +6 -5
- package/es/components/field-set/src/components/table-row.vue2.js +21 -6
- package/es/components/field-set/src/constants/index.d.ts +1 -1
- package/es/components/field-set/src/types/index.d.ts +2 -0
- package/es/components/field-set/style/index.css +1 -1
- package/es/components/form-config/index.d.ts +102 -0
- package/es/components/form-config/src/FormConfig.vue.d.ts +102 -0
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +18 -0
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +63 -0
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +4 -4
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +18 -0
- package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +9 -2
- 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 +18 -0
- package/es/components/form-render/src/FormRender.vue.d.ts +18 -0
- package/es/components/form-render/src/FormRender.vue2.js +5 -0
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +18 -0
- package/es/components/form-render/src/components/renderer/formItem.d.ts +2 -0
- package/es/components/form-render/src/components/renderer/formItem.js +17 -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/searchCascade.js +3 -0
- package/es/components/form-render/src/hooks/useBusinessBinding.d.ts +12 -3
- package/es/components/form-render/src/hooks/useBusinessBinding.js +7 -7
- 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/useFormContext.js +1 -1
- package/es/components/form-render/src/hooks/useFormValidator.js +8 -1
- package/es/components/form-render/src/hooks/useLowCodeReactions.js +2 -1
- package/es/components/form-render/src/types/index.d.ts +1 -0
- package/es/components/form-render/src/utils/business.d.ts +3 -1
- package/es/components/form-render/src/utils/business.js +7 -1
- package/es/components/iho-chat/index.d.ts +861 -49
- package/es/components/iho-chat/src/Index.vue.d.ts +861 -49
- package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +24 -1
- package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +181 -8
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +51 -41
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +66 -6
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +154 -57
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +329 -15
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +21 -19
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +235 -20
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +298 -279
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +51 -5
- package/es/components/iho-chat/src/components/ChatRecord.vue2.js +3 -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 +34 -27
- 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 +53 -6
- package/es/components/iho-chat/src/components/MessageMergeForward.vue2.js +3 -3
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +64 -2
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +112 -53
- 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 +24 -1
- package/es/components/iho-chat/src/hooks/index.d.ts +1 -0
- package/es/components/iho-chat/src/hooks/index.js +1 -0
- package/es/components/iho-chat/src/hooks/useData.d.ts +51 -4
- package/es/components/iho-chat/src/hooks/useData.js +2 -7
- package/es/components/iho-chat/src/hooks/useDraggable.d.ts +25 -0
- package/es/components/iho-chat/src/hooks/useDraggable.js +160 -0
- package/es/components/iho-chat/src/hooks/useVideo.d.ts +24 -1
- 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 +3 -3
- package/es/components/iho-chat/src/utils/index.js +27 -39
- package/es/components/iho-chat/style/index.css +1 -1
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +8 -1
- package/es/components/iho-table/src/plugins/headerPlugin/index.js +5 -2
- package/es/components/iho-table/src/plugins/highLightSetPlugin.js +2 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +1 -1
- package/es/components/index.css +1 -1
- package/es/components/info-header/index.d.ts +41 -0
- package/es/components/info-header/src/InfoHeader.vue.d.ts +41 -0
- 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 +1 -0
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +19 -0
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +18 -0
- package/es/components/info-header/src/components/patientInfo/index.vue2.js +16 -2
- package/es/components/quick-search/index.d.ts +2 -0
- package/es/components/quick-search/src/index.vue.d.ts +2 -0
- package/es/components/scale-view/index.d.ts +67 -17
- package/es/components/scale-view/src/ScaleView.vue.d.ts +70 -19
- package/es/components/scale-view/src/ScaleView.vue2.js +84 -10
- package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +5 -0
- package/es/components/scale-view/src/components/AnswerParse.vue2.js +74 -8
- package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +10 -7
- package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +28 -4
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +10 -7
- package/es/components/scale-view/src/components/EvaluatePage.vue2.js +29 -8
- package/es/components/scale-view/src/components/NoData.vue2.js +9 -3
- package/es/components/scale-view/src/components/ScaleScore.d.ts +1 -1
- package/es/components/scale-view/src/components/ScaleScore.js +47 -4
- package/es/components/scale-view/src/components/formitem/r-checkbox.js +20 -2
- package/es/components/scale-view/src/components/formitem/r-radio.js +2 -0
- package/es/components/scale-view/src/components/formitem/r-sign.js +32 -4
- package/es/components/scale-view/src/components/formitem/r-upload.js +65 -7
- package/es/components/scale-view/src/components/formitem/sign-com.js +8 -1
- package/es/components/scale-view/src/hooks/scaleview-computed.js +20 -5
- package/es/components/scale-view/src/hooks/scaleview-init.js +24 -3
- package/es/components/scale-view/src/hooks/scaleview-methods.js +40 -5
- package/es/components/scale-view/src/hooks/scaleview-props.d.ts +8 -0
- package/es/components/scale-view/src/hooks/scaleview-props.js +8 -0
- package/es/components/scale-view/src/hooks/scaleview-submit.d.ts +2 -1
- package/es/components/scale-view/src/hooks/scaleview-submit.js +64 -8
- package/es/components/scale-view/src/hooks/scaleview-validate.d.ts +1 -1
- package/es/components/scale-view/src/hooks/scaleview-validate.js +157 -24
- package/es/components/scale-view/src/hooks/use-evaluate.js +16 -2
- package/es/components/scale-view/src/hooks/use-noData.js +33 -5
- package/es/components/scale-view/src/utils/judge-types.d.ts +2 -1
- package/es/components/scale-view/src/utils/judge-types.js +10 -10
- package/es/components/scale-view/src/utils/watch-form-change.d.ts +13 -0
- package/es/components/scale-view/src/utils/watch-form-change.js +71 -0
- package/es/components/scale-view/style/index.css +1 -1
- package/es/components/select-person/index.d.ts +792 -1
- package/es/components/select-person/src/SelectPerson.vue.d.ts +434 -341
- package/es/components/select-person/src/SelectPerson.vue2.js +521 -675
- package/es/components/select-person/src/SelectPersonRole.vue.d.ts +630 -0
- package/es/components/select-person/src/SelectPersonRole.vue.js +6 -0
- package/es/components/select-person/src/SelectPersonRole.vue2.js +942 -0
- package/es/components/select-person/src/components/GroupItem.vue.d.ts +19 -0
- package/es/components/select-person/src/components/GroupItem.vue.js +6 -0
- package/es/components/select-person/src/components/GroupItem.vue2.js +37 -0
- package/es/components/select-person/src/components/SearchGroupList.vue.d.ts +214 -0
- package/es/components/select-person/src/components/SearchGroupList.vue.js +6 -0
- package/es/components/select-person/src/components/SearchGroupList.vue2.js +145 -0
- package/es/components/select-person/src/components/SearchMultiple.vue2.js +1 -1
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +21 -12
- package/es/components/select-person/src/components/TagItem.vue.d.ts +43 -0
- package/es/components/select-person/src/components/TagItem.vue.js +6 -0
- package/es/components/select-person/src/components/TagItem.vue2.js +40 -0
- package/es/components/select-person/src/index.vue.d.ts +793 -1
- package/es/components/select-person/src/index.vue2.js +21 -4
- package/es/components/select-person/src/types/index.d.ts +35 -0
- package/es/components/select-person/src/types/index.js +1 -0
- package/es/components/select-person/src/utils/index.d.ts +3 -0
- package/es/components/select-person/src/utils/index.js +29 -8
- package/es/components/select-person/style/index.css +1 -1
- package/es/components/shortcut-setter/index.d.ts +18 -0
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +18 -0
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.d.ts +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +1 -0
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +1 -0
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +54 -6
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +26 -10
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +17 -2
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +37 -2
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +18 -2
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +44 -1
- package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +1 -0
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +36 -4
- package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.js +2 -1
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +55 -6
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +6 -3
- 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.vue2.js +12 -1
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +25 -6
- 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/DateRangeOut.vue2.js +12 -1
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +2 -2
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +2 -2
- package/es/components/table-filter/src/hooks/useAdvanced.d.ts +2 -0
- package/es/components/table-filter/src/hooks/useAdvanced.js +20 -3
- package/es/components/table-filter/src/hooks/useRenderWidget.js +4 -0
- package/es/components/table-filter/src/tool/date.d.ts +3 -0
- package/es/components/table-filter/src/tool/date.js +139 -0
- package/es/components/table-filter/src/tool/transformData.d.ts +1 -0
- package/es/components/table-filter/src/tool/transformData.js +11 -8
- package/es/components/table-filter/src/types/enums.d.ts +1 -0
- package/es/components/table-filter/src/types/enums.js +2 -1
- package/es/components/table-filter/src/types/index.d.ts +12 -0
- package/es/components/vod-chunk-upload/index.d.ts +3 -0
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +1 -29
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +109 -11
- package/es/components/vod-chunk-upload/src/hooks/upload-computed.js +15 -1
- package/es/components/vod-chunk-upload/src/hooks/upload-data.js +72 -9
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +3 -0
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +75 -9
- package/es/shared/hooks/selectHooks/useSearchContent.js +1 -1
- package/es/shared/hooks/useLevelSearchCascader.js +3 -3
- package/es/shared/package.json.js +1 -1
- package/package.json +4 -3
@@ -117,7 +117,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
117
117
|
currentSessionItem: AnyObject;
|
118
118
|
id: string;
|
119
119
|
userInfo: AnyObject;
|
120
|
-
msgList:
|
120
|
+
msgList: {
|
121
|
+
[x: string]: any;
|
122
|
+
id: string;
|
123
|
+
sessionKey: string;
|
124
|
+
content: {
|
125
|
+
[x: string]: any;
|
126
|
+
chatMessageType: string;
|
127
|
+
msg: string;
|
128
|
+
referenceContent?: any;
|
129
|
+
forwardMessageList?: AnyObject[] | undefined;
|
130
|
+
messageTemplate?: any;
|
131
|
+
messageTemplateData?: any;
|
132
|
+
fileUrl?: string | undefined;
|
133
|
+
avStatus?: string | undefined;
|
134
|
+
};
|
135
|
+
senderName: string;
|
136
|
+
sendTime: string;
|
137
|
+
sender: string;
|
138
|
+
status: string;
|
139
|
+
senderAvatar: string;
|
140
|
+
__content: string;
|
141
|
+
__time?: string | undefined;
|
142
|
+
__sendTime?: string | undefined;
|
143
|
+
}[];
|
121
144
|
currentMsg: AnyObject;
|
122
145
|
isAppendMsg: boolean;
|
123
146
|
sessionList: AnyObject[];
|
@@ -145,7 +168,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
145
168
|
isGroupChat: import("vue").ComputedRef<boolean>;
|
146
169
|
isGroupLeader: import("vue").ComputedRef<boolean>;
|
147
170
|
isEnded: import("vue").ComputedRef<boolean>;
|
148
|
-
setMsgList: (list?: AnyObject[]) => void;
|
171
|
+
setMsgList: (list?: AnyObject[] | import("./types").MsgListItem) => void;
|
149
172
|
sendMessage: (message: {
|
150
173
|
chatType?: string | undefined;
|
151
174
|
content: AnyObject;
|
@@ -176,7 +199,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
176
199
|
currentSessionItem: AnyObject;
|
177
200
|
id: string;
|
178
201
|
userInfo: AnyObject;
|
179
|
-
msgList:
|
202
|
+
msgList: {
|
203
|
+
[x: string]: any;
|
204
|
+
id: string;
|
205
|
+
sessionKey: string;
|
206
|
+
content: {
|
207
|
+
[x: string]: any;
|
208
|
+
chatMessageType: string;
|
209
|
+
msg: string;
|
210
|
+
referenceContent?: any;
|
211
|
+
forwardMessageList?: AnyObject[] | undefined;
|
212
|
+
messageTemplate?: any;
|
213
|
+
messageTemplateData?: any;
|
214
|
+
fileUrl?: string | undefined;
|
215
|
+
avStatus?: string | undefined;
|
216
|
+
};
|
217
|
+
senderName: string;
|
218
|
+
sendTime: string;
|
219
|
+
sender: string;
|
220
|
+
status: string;
|
221
|
+
senderAvatar: string;
|
222
|
+
__content: string;
|
223
|
+
__time?: string | undefined;
|
224
|
+
__sendTime?: string | undefined;
|
225
|
+
}[];
|
180
226
|
currentMsg: AnyObject;
|
181
227
|
isAppendMsg: boolean;
|
182
228
|
sessionList: AnyObject[];
|
@@ -239,7 +285,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
239
285
|
currentSessionItem: AnyObject;
|
240
286
|
id: string;
|
241
287
|
userInfo: AnyObject;
|
242
|
-
msgList:
|
288
|
+
msgList: {
|
289
|
+
[x: string]: any;
|
290
|
+
id: string;
|
291
|
+
sessionKey: string;
|
292
|
+
content: {
|
293
|
+
[x: string]: any;
|
294
|
+
chatMessageType: string;
|
295
|
+
msg: string;
|
296
|
+
referenceContent?: any;
|
297
|
+
forwardMessageList?: AnyObject[] | undefined;
|
298
|
+
messageTemplate?: any;
|
299
|
+
messageTemplateData?: any;
|
300
|
+
fileUrl?: string | undefined;
|
301
|
+
avStatus?: string | undefined;
|
302
|
+
};
|
303
|
+
senderName: string;
|
304
|
+
sendTime: string;
|
305
|
+
sender: string;
|
306
|
+
status: string;
|
307
|
+
senderAvatar: string;
|
308
|
+
__content: string;
|
309
|
+
__time?: string | undefined;
|
310
|
+
__sendTime?: string | undefined;
|
311
|
+
}[];
|
243
312
|
currentMsg: AnyObject;
|
244
313
|
isAppendMsg: boolean;
|
245
314
|
sessionList: AnyObject[];
|
@@ -538,7 +607,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
538
607
|
currentSessionItem: AnyObject;
|
539
608
|
id: string;
|
540
609
|
userInfo: AnyObject;
|
541
|
-
msgList:
|
610
|
+
msgList: {
|
611
|
+
[x: string]: any;
|
612
|
+
id: string;
|
613
|
+
sessionKey: string;
|
614
|
+
content: {
|
615
|
+
[x: string]: any;
|
616
|
+
chatMessageType: string;
|
617
|
+
msg: string;
|
618
|
+
referenceContent?: any;
|
619
|
+
forwardMessageList?: AnyObject[] | undefined;
|
620
|
+
messageTemplate?: any;
|
621
|
+
messageTemplateData?: any;
|
622
|
+
fileUrl?: string | undefined;
|
623
|
+
avStatus?: string | undefined;
|
624
|
+
};
|
625
|
+
senderName: string;
|
626
|
+
sendTime: string;
|
627
|
+
sender: string;
|
628
|
+
status: string;
|
629
|
+
senderAvatar: string;
|
630
|
+
__content: string;
|
631
|
+
__time?: string | undefined;
|
632
|
+
__sendTime?: string | undefined;
|
633
|
+
}[];
|
542
634
|
currentMsg: AnyObject;
|
543
635
|
isAppendMsg: boolean;
|
544
636
|
sessionList: AnyObject[];
|
@@ -599,7 +691,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
599
691
|
currentSessionItem: AnyObject;
|
600
692
|
id: string;
|
601
693
|
userInfo: AnyObject;
|
602
|
-
msgList:
|
694
|
+
msgList: {
|
695
|
+
[x: string]: any;
|
696
|
+
id: string;
|
697
|
+
sessionKey: string;
|
698
|
+
content: {
|
699
|
+
[x: string]: any;
|
700
|
+
chatMessageType: string;
|
701
|
+
msg: string;
|
702
|
+
referenceContent?: any;
|
703
|
+
forwardMessageList?: AnyObject[] | undefined;
|
704
|
+
messageTemplate?: any;
|
705
|
+
messageTemplateData?: any;
|
706
|
+
fileUrl?: string | undefined;
|
707
|
+
avStatus?: string | undefined;
|
708
|
+
};
|
709
|
+
senderName: string;
|
710
|
+
sendTime: string;
|
711
|
+
sender: string;
|
712
|
+
status: string;
|
713
|
+
senderAvatar: string;
|
714
|
+
__content: string;
|
715
|
+
__time?: string | undefined;
|
716
|
+
__sendTime?: string | undefined;
|
717
|
+
}[];
|
603
718
|
currentMsg: AnyObject;
|
604
719
|
isAppendMsg: boolean;
|
605
720
|
sessionList: AnyObject[];
|
@@ -720,7 +835,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
720
835
|
currentSessionItem: AnyObject;
|
721
836
|
id: string;
|
722
837
|
userInfo: AnyObject;
|
723
|
-
msgList:
|
838
|
+
msgList: {
|
839
|
+
[x: string]: any;
|
840
|
+
id: string;
|
841
|
+
sessionKey: string;
|
842
|
+
content: {
|
843
|
+
[x: string]: any;
|
844
|
+
chatMessageType: string;
|
845
|
+
msg: string;
|
846
|
+
referenceContent?: any;
|
847
|
+
forwardMessageList?: AnyObject[] | undefined;
|
848
|
+
messageTemplate?: any;
|
849
|
+
messageTemplateData?: any;
|
850
|
+
fileUrl?: string | undefined;
|
851
|
+
avStatus?: string | undefined;
|
852
|
+
};
|
853
|
+
senderName: string;
|
854
|
+
sendTime: string;
|
855
|
+
sender: string;
|
856
|
+
status: string;
|
857
|
+
senderAvatar: string;
|
858
|
+
__content: string;
|
859
|
+
__time?: string | undefined;
|
860
|
+
__sendTime?: string | undefined;
|
861
|
+
}[];
|
724
862
|
currentMsg: AnyObject;
|
725
863
|
isAppendMsg: boolean;
|
726
864
|
sessionList: AnyObject[];
|
@@ -877,7 +1015,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
877
1015
|
currentSessionItem: AnyObject;
|
878
1016
|
id: string;
|
879
1017
|
userInfo: AnyObject;
|
880
|
-
msgList:
|
1018
|
+
msgList: {
|
1019
|
+
[x: string]: any;
|
1020
|
+
id: string;
|
1021
|
+
sessionKey: string;
|
1022
|
+
content: {
|
1023
|
+
[x: string]: any;
|
1024
|
+
chatMessageType: string;
|
1025
|
+
msg: string;
|
1026
|
+
referenceContent?: any;
|
1027
|
+
forwardMessageList?: AnyObject[] | undefined;
|
1028
|
+
messageTemplate?: any;
|
1029
|
+
messageTemplateData?: any;
|
1030
|
+
fileUrl?: string | undefined;
|
1031
|
+
avStatus?: string | undefined;
|
1032
|
+
};
|
1033
|
+
senderName: string;
|
1034
|
+
sendTime: string;
|
1035
|
+
sender: string;
|
1036
|
+
status: string;
|
1037
|
+
senderAvatar: string;
|
1038
|
+
__content: string;
|
1039
|
+
__time?: string | undefined;
|
1040
|
+
__sendTime?: string | undefined;
|
1041
|
+
}[];
|
881
1042
|
currentMsg: AnyObject;
|
882
1043
|
isAppendMsg: boolean;
|
883
1044
|
sessionList: AnyObject[];
|
@@ -906,11 +1067,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
906
1067
|
remark: string;
|
907
1068
|
contents: AnyObject[];
|
908
1069
|
}) => Promise<void>;
|
909
|
-
imageList: import("vue").Ref<
|
1070
|
+
imageList: import("vue").Ref<{
|
1071
|
+
label: string;
|
1072
|
+
list: {
|
1073
|
+
[x: string]: any;
|
1074
|
+
id: string;
|
1075
|
+
fileUrl: string;
|
1076
|
+
senderName: string;
|
1077
|
+
fileSize: string;
|
1078
|
+
sendTime: string;
|
1079
|
+
fileName: string;
|
1080
|
+
width?: number | undefined;
|
1081
|
+
height?: number | undefined;
|
1082
|
+
}[];
|
1083
|
+
}[]>;
|
910
1084
|
fileList: import("vue").Ref<AnyObject[]>;
|
911
1085
|
imageRef: import("vue").Ref<any>;
|
912
1086
|
fileRef: import("vue").Ref<any>;
|
913
1087
|
keyword: import("vue").Ref<any>;
|
1088
|
+
currentImgId: import("vue").Ref<string | undefined>;
|
1089
|
+
showLightbox: import("vue").Ref<boolean>;
|
914
1090
|
handleInput: () => void;
|
915
1091
|
pageInfo: {
|
916
1092
|
page: number;
|
@@ -920,13 +1096,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
920
1096
|
handleSearch: () => Promise<void>;
|
921
1097
|
formatImageList: (data: AnyObject[]) => {
|
922
1098
|
label: string;
|
923
|
-
list:
|
1099
|
+
list: import("./types").ImageItem[];
|
924
1100
|
}[];
|
925
1101
|
resetAndSearch: () => void;
|
1102
|
+
previewImg: (fileUrl: string) => void;
|
926
1103
|
title: import("vue").ComputedRef<"聊天图片" | "聊天文件">;
|
1104
|
+
images: import("vue").ComputedRef<{
|
1105
|
+
[x: string]: any;
|
1106
|
+
id: string;
|
1107
|
+
fileUrl: string;
|
1108
|
+
senderName: string;
|
1109
|
+
fileSize: string;
|
1110
|
+
sendTime: string;
|
1111
|
+
fileName: string;
|
1112
|
+
width?: number | undefined;
|
1113
|
+
height?: number | undefined;
|
1114
|
+
}[]>;
|
927
1115
|
NModal: any;
|
928
|
-
NImageGroup: any;
|
929
|
-
NImage: any;
|
930
1116
|
NInput: any;
|
931
1117
|
NIcon: any;
|
932
1118
|
NTooltip: any;
|
@@ -934,7 +1120,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
934
1120
|
OpenOutline: 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<{}>>, {}>;
|
935
1121
|
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<{}>>, {}>;
|
936
1122
|
downloadFile: typeof import("./utils").downloadFile;
|
937
|
-
|
1123
|
+
formatJsonstr: typeof import("./utils").formatJsonstr;
|
938
1124
|
getFileType: typeof import("./utils").getFileType;
|
939
1125
|
getDetail: typeof import("./utils").getDetail;
|
940
1126
|
ChatAdd: import("vue").DefineComponent<{
|
@@ -1001,7 +1187,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
1001
1187
|
currentSessionItem: AnyObject;
|
1002
1188
|
id: string;
|
1003
1189
|
userInfo: AnyObject;
|
1004
|
-
msgList:
|
1190
|
+
msgList: {
|
1191
|
+
[x: string]: any;
|
1192
|
+
id: string;
|
1193
|
+
sessionKey: string;
|
1194
|
+
content: {
|
1195
|
+
[x: string]: any;
|
1196
|
+
chatMessageType: string;
|
1197
|
+
msg: string;
|
1198
|
+
referenceContent?: any;
|
1199
|
+
forwardMessageList?: AnyObject[] | undefined;
|
1200
|
+
messageTemplate?: any;
|
1201
|
+
messageTemplateData?: any;
|
1202
|
+
fileUrl?: string | undefined;
|
1203
|
+
avStatus?: string | undefined;
|
1204
|
+
};
|
1205
|
+
senderName: string;
|
1206
|
+
sendTime: string;
|
1207
|
+
sender: string;
|
1208
|
+
status: string;
|
1209
|
+
senderAvatar: string;
|
1210
|
+
__content: string;
|
1211
|
+
__time?: string | undefined;
|
1212
|
+
__sendTime?: string | undefined;
|
1213
|
+
}[];
|
1005
1214
|
currentMsg: AnyObject;
|
1006
1215
|
isAppendMsg: boolean;
|
1007
1216
|
sessionList: AnyObject[];
|
@@ -1131,6 +1340,107 @@ declare const _default: import("vue").DefineComponent<{
|
|
1131
1340
|
mode: string;
|
1132
1341
|
disabledIds: string[];
|
1133
1342
|
}>;
|
1343
|
+
ImageLightbox: import("vue").DefineComponent<{
|
1344
|
+
images: {
|
1345
|
+
type: PropType<import("./types").ImageItem[]>;
|
1346
|
+
default: () => never[];
|
1347
|
+
};
|
1348
|
+
visible: {
|
1349
|
+
type: BooleanConstructor;
|
1350
|
+
};
|
1351
|
+
currentId: {
|
1352
|
+
type: StringConstructor;
|
1353
|
+
default: string;
|
1354
|
+
};
|
1355
|
+
}, {
|
1356
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1357
|
+
images: {
|
1358
|
+
type: PropType<import("./types").ImageItem[]>;
|
1359
|
+
default: () => never[];
|
1360
|
+
};
|
1361
|
+
visible: {
|
1362
|
+
type: BooleanConstructor;
|
1363
|
+
};
|
1364
|
+
currentId: {
|
1365
|
+
type: StringConstructor;
|
1366
|
+
default: string;
|
1367
|
+
};
|
1368
|
+
}>> & {
|
1369
|
+
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
1370
|
+
"onUpdate:currentId"?: ((...args: any[]) => any) | undefined;
|
1371
|
+
}>>;
|
1372
|
+
emit: (event: "update:visible" | "update:currentId", ...args: any[]) => void;
|
1373
|
+
imageEl: import("vue").Ref<HTMLImageElement | null>;
|
1374
|
+
naturalSize: import("vue").Ref<{
|
1375
|
+
width: number;
|
1376
|
+
height: number;
|
1377
|
+
}>;
|
1378
|
+
scale: import("vue").Ref<number>;
|
1379
|
+
rotation: import("vue").Ref<number>;
|
1380
|
+
isDragging: import("vue").Ref<boolean>;
|
1381
|
+
offset: import("vue").Ref<{
|
1382
|
+
x: number;
|
1383
|
+
y: number;
|
1384
|
+
}>;
|
1385
|
+
lastMouse: import("vue").Ref<{
|
1386
|
+
x: number;
|
1387
|
+
y: number;
|
1388
|
+
}>;
|
1389
|
+
idToIndexMap: import("vue").ComputedRef<Map<string, number>>;
|
1390
|
+
currentIndex: import("vue").ComputedRef<number>;
|
1391
|
+
currentImageData: import("vue").ComputedRef<import("./types").ImageItem>;
|
1392
|
+
hasNext: import("vue").ComputedRef<boolean>;
|
1393
|
+
hasPrev: import("vue").ComputedRef<boolean>;
|
1394
|
+
imageStyle: import("vue").ComputedRef<{
|
1395
|
+
left: string;
|
1396
|
+
top: string;
|
1397
|
+
transform: string;
|
1398
|
+
cursor: string;
|
1399
|
+
transition: string;
|
1400
|
+
}>;
|
1401
|
+
resetImageState: () => void;
|
1402
|
+
close: () => void;
|
1403
|
+
nextImage: () => void;
|
1404
|
+
prevImage: () => void;
|
1405
|
+
rotate: (degrees: number) => void;
|
1406
|
+
zoomIn: () => void;
|
1407
|
+
zoomOut: () => void;
|
1408
|
+
resetZoom: () => void;
|
1409
|
+
startDrag: (e: MouseEvent) => void;
|
1410
|
+
onDragMove: (e: MouseEvent) => void;
|
1411
|
+
endDrag: () => void;
|
1412
|
+
handleWheel: (e: WheelEvent) => void;
|
1413
|
+
handleImageLoad: () => void;
|
1414
|
+
download: () => void;
|
1415
|
+
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<{}>>, {}>;
|
1416
|
+
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<{}>>, {}>;
|
1417
|
+
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<{}>>, {}>;
|
1418
|
+
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<{}>>, {}>;
|
1419
|
+
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<{}>>, {}>;
|
1420
|
+
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<{}>>, {}>;
|
1421
|
+
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<{}>>, {}>;
|
1422
|
+
NButton: any;
|
1423
|
+
NIcon: any;
|
1424
|
+
}, 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<{
|
1425
|
+
images: {
|
1426
|
+
type: PropType<import("./types").ImageItem[]>;
|
1427
|
+
default: () => never[];
|
1428
|
+
};
|
1429
|
+
visible: {
|
1430
|
+
type: BooleanConstructor;
|
1431
|
+
};
|
1432
|
+
currentId: {
|
1433
|
+
type: StringConstructor;
|
1434
|
+
default: string;
|
1435
|
+
};
|
1436
|
+
}>> & {
|
1437
|
+
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
1438
|
+
"onUpdate:currentId"?: ((...args: any[]) => any) | undefined;
|
1439
|
+
}, {
|
1440
|
+
visible: boolean;
|
1441
|
+
images: import("./types").ImageItem[];
|
1442
|
+
currentId: string;
|
1443
|
+
}>;
|
1134
1444
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1135
1445
|
type: {
|
1136
1446
|
type: StringConstructor;
|
@@ -1162,7 +1472,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
1162
1472
|
currentSessionItem: AnyObject;
|
1163
1473
|
id: string;
|
1164
1474
|
userInfo: AnyObject;
|
1165
|
-
msgList:
|
1475
|
+
msgList: {
|
1476
|
+
[x: string]: any;
|
1477
|
+
id: string;
|
1478
|
+
sessionKey: string;
|
1479
|
+
content: {
|
1480
|
+
[x: string]: any;
|
1481
|
+
chatMessageType: string;
|
1482
|
+
msg: string;
|
1483
|
+
referenceContent?: any;
|
1484
|
+
forwardMessageList?: AnyObject[] | undefined;
|
1485
|
+
messageTemplate?: any;
|
1486
|
+
messageTemplateData?: any;
|
1487
|
+
fileUrl?: string | undefined;
|
1488
|
+
avStatus?: string | undefined;
|
1489
|
+
};
|
1490
|
+
senderName: string;
|
1491
|
+
sendTime: string;
|
1492
|
+
sender: string;
|
1493
|
+
status: string;
|
1494
|
+
senderAvatar: string;
|
1495
|
+
__content: string;
|
1496
|
+
__time?: string | undefined;
|
1497
|
+
__sendTime?: string | undefined;
|
1498
|
+
}[];
|
1166
1499
|
currentMsg: AnyObject;
|
1167
1500
|
isAppendMsg: boolean;
|
1168
1501
|
sessionList: AnyObject[];
|
@@ -1354,7 +1687,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1354
1687
|
formatTime: typeof import("./utils").formatTime;
|
1355
1688
|
isDoctorRole: typeof import("./utils").isDoctorRole;
|
1356
1689
|
getRoleName: typeof import("./utils").getRoleName;
|
1357
|
-
|
1690
|
+
formatJsonstr: typeof import("./utils").formatJsonstr;
|
1358
1691
|
getFileType: typeof import("./utils").getFileType;
|
1359
1692
|
getDetail: typeof import("./utils").getDetail;
|
1360
1693
|
showAudioAndVideoRecord: typeof import("./utils").showAudioAndVideoRecord;
|
@@ -1363,7 +1696,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1363
1696
|
MESSAGE_TYPE: typeof import("./constants").MESSAGE_TYPE;
|
1364
1697
|
emojis: {
|
1365
1698
|
default: string[][];
|
1366
|
-
findEmoji(name: string):
|
1699
|
+
findEmoji(name: string): string | undefined;
|
1367
1700
|
};
|
1368
1701
|
MessageEvent: import("vue").DefineComponent<{
|
1369
1702
|
data: {
|
@@ -1382,7 +1715,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
1382
1715
|
currentSessionItem: AnyObject;
|
1383
1716
|
id: string;
|
1384
1717
|
userInfo: AnyObject;
|
1385
|
-
msgList:
|
1718
|
+
msgList: {
|
1719
|
+
[x: string]: any;
|
1720
|
+
id: string;
|
1721
|
+
sessionKey: string;
|
1722
|
+
content: {
|
1723
|
+
[x: string]: any;
|
1724
|
+
chatMessageType: string;
|
1725
|
+
msg: string;
|
1726
|
+
referenceContent?: any;
|
1727
|
+
forwardMessageList?: AnyObject[] | undefined;
|
1728
|
+
messageTemplate?: any;
|
1729
|
+
messageTemplateData?: any;
|
1730
|
+
fileUrl?: string | undefined;
|
1731
|
+
avStatus?: string | undefined;
|
1732
|
+
};
|
1733
|
+
senderName: string;
|
1734
|
+
sendTime: string;
|
1735
|
+
sender: string;
|
1736
|
+
status: string;
|
1737
|
+
senderAvatar: string;
|
1738
|
+
__content: string;
|
1739
|
+
__time?: string | undefined;
|
1740
|
+
__sendTime?: string | undefined;
|
1741
|
+
}[];
|
1386
1742
|
currentMsg: AnyObject;
|
1387
1743
|
isAppendMsg: boolean;
|
1388
1744
|
sessionList: AnyObject[];
|
@@ -1490,7 +1846,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
1490
1846
|
currentSessionItem: AnyObject;
|
1491
1847
|
id: string;
|
1492
1848
|
userInfo: AnyObject;
|
1493
|
-
msgList:
|
1849
|
+
msgList: {
|
1850
|
+
[x: string]: any;
|
1851
|
+
id: string;
|
1852
|
+
sessionKey: string;
|
1853
|
+
content: {
|
1854
|
+
[x: string]: any;
|
1855
|
+
chatMessageType: string;
|
1856
|
+
msg: string;
|
1857
|
+
referenceContent?: any;
|
1858
|
+
forwardMessageList?: AnyObject[] | undefined;
|
1859
|
+
messageTemplate?: any;
|
1860
|
+
messageTemplateData?: any;
|
1861
|
+
fileUrl?: string | undefined;
|
1862
|
+
avStatus?: string | undefined;
|
1863
|
+
};
|
1864
|
+
senderName: string;
|
1865
|
+
sendTime: string;
|
1866
|
+
sender: string;
|
1867
|
+
status: string;
|
1868
|
+
senderAvatar: string;
|
1869
|
+
__content: string;
|
1870
|
+
__time?: string | undefined;
|
1871
|
+
__sendTime?: string | undefined;
|
1872
|
+
}[];
|
1494
1873
|
currentMsg: AnyObject;
|
1495
1874
|
isAppendMsg: boolean;
|
1496
1875
|
sessionList: AnyObject[];
|
@@ -1622,6 +2001,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
1622
2001
|
}>;
|
1623
2002
|
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
2003
|
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<{}>>, {}>;
|
2004
|
+
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<{}>>, {}>;
|
2005
|
+
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<{}>>, {}>;
|
2006
|
+
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<{}>>, {}>;
|
2007
|
+
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
2008
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1626
2009
|
ChatMain: import("vue").DefineComponent<{}, {
|
1627
2010
|
chatMainRef: import("vue").Ref<HTMLElement | undefined>;
|
@@ -1630,7 +2013,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
1630
2013
|
currentSessionItem: AnyObject;
|
1631
2014
|
id: string;
|
1632
2015
|
userInfo: AnyObject;
|
1633
|
-
msgList:
|
2016
|
+
msgList: {
|
2017
|
+
[x: string]: any;
|
2018
|
+
id: string;
|
2019
|
+
sessionKey: string;
|
2020
|
+
content: {
|
2021
|
+
[x: string]: any;
|
2022
|
+
chatMessageType: string;
|
2023
|
+
msg: string;
|
2024
|
+
referenceContent?: any;
|
2025
|
+
forwardMessageList?: AnyObject[] | undefined;
|
2026
|
+
messageTemplate?: any;
|
2027
|
+
messageTemplateData?: any;
|
2028
|
+
fileUrl?: string | undefined;
|
2029
|
+
avStatus?: string | undefined;
|
2030
|
+
};
|
2031
|
+
senderName: string;
|
2032
|
+
sendTime: string;
|
2033
|
+
sender: string;
|
2034
|
+
status: string;
|
2035
|
+
senderAvatar: string;
|
2036
|
+
__content: string;
|
2037
|
+
__time?: string | undefined;
|
2038
|
+
__sendTime?: string | undefined;
|
2039
|
+
}[];
|
1634
2040
|
currentMsg: AnyObject;
|
1635
2041
|
isAppendMsg: boolean;
|
1636
2042
|
sessionList: AnyObject[];
|
@@ -1654,7 +2060,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1654
2060
|
};
|
1655
2061
|
isForward: boolean;
|
1656
2062
|
};
|
1657
|
-
setMsgList: (list?: AnyObject[]) => void;
|
2063
|
+
setMsgList: (list?: AnyObject[] | import("./types").MsgListItem) => void;
|
1658
2064
|
relayMessage: (param: {
|
1659
2065
|
checkedIds: string[];
|
1660
2066
|
remark: string;
|
@@ -1679,6 +2085,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1679
2085
|
y: number;
|
1680
2086
|
};
|
1681
2087
|
showForwardDetail: import("vue").Ref<boolean>;
|
2088
|
+
currentImgId: import("vue").Ref<string | undefined>;
|
2089
|
+
showLightbox: import("vue").Ref<boolean>;
|
1682
2090
|
pageInfo: {
|
1683
2091
|
page: number;
|
1684
2092
|
hasMore: boolean;
|
@@ -1688,10 +2096,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1688
2096
|
'--c-tip-top': string;
|
1689
2097
|
'--c-tip-gap': string;
|
1690
2098
|
}>;
|
1691
|
-
|
1692
|
-
|
1693
|
-
|
1694
|
-
formatImage: (obj: string | AnyObject, type: string) => any;
|
2099
|
+
images: import("vue").ComputedRef<import("./types").ImageItem[]>;
|
2100
|
+
addImageItem: (list: import("./types").ImageItem[], item: AnyObject) => void;
|
2101
|
+
processBlendContent: (list: import("./types").ImageItem[], item: AnyObject) => void;
|
1695
2102
|
getHistoryRecord: () => Promise<void>;
|
1696
2103
|
handleSelectLabel: (event: MouseEvent, msgId: string) => void;
|
1697
2104
|
handleContextmenu: (event: MouseEvent, msgId: string) => Promise<void>;
|
@@ -1714,8 +2121,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
1714
2121
|
reEdit: (item: AnyObject) => void;
|
1715
2122
|
clickMergeMsg: (item: AnyObject) => void;
|
1716
2123
|
NAvatar: any;
|
1717
|
-
NImageGroup: any;
|
1718
|
-
NImage: any;
|
1719
2124
|
NIcon: any;
|
1720
2125
|
NButtonGroup: any;
|
1721
2126
|
NButton: any;
|
@@ -1820,7 +2225,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
1820
2225
|
currentSessionItem: AnyObject;
|
1821
2226
|
id: string;
|
1822
2227
|
userInfo: AnyObject;
|
1823
|
-
msgList:
|
2228
|
+
msgList: {
|
2229
|
+
[x: string]: any;
|
2230
|
+
id: string;
|
2231
|
+
sessionKey: string;
|
2232
|
+
content: {
|
2233
|
+
[x: string]: any;
|
2234
|
+
chatMessageType: string;
|
2235
|
+
msg: string;
|
2236
|
+
referenceContent?: any;
|
2237
|
+
forwardMessageList?: AnyObject[] | undefined;
|
2238
|
+
messageTemplate?: any;
|
2239
|
+
messageTemplateData?: any;
|
2240
|
+
fileUrl?: string | undefined;
|
2241
|
+
avStatus?: string | undefined;
|
2242
|
+
};
|
2243
|
+
senderName: string;
|
2244
|
+
sendTime: string;
|
2245
|
+
sender: string;
|
2246
|
+
status: string;
|
2247
|
+
senderAvatar: string;
|
2248
|
+
__content: string;
|
2249
|
+
__time?: string | undefined;
|
2250
|
+
__sendTime?: string | undefined;
|
2251
|
+
}[];
|
1824
2252
|
currentMsg: AnyObject;
|
1825
2253
|
isAppendMsg: boolean;
|
1826
2254
|
sessionList: AnyObject[];
|
@@ -1872,7 +2300,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
1872
2300
|
currentSessionItem: AnyObject;
|
1873
2301
|
id: string;
|
1874
2302
|
userInfo: AnyObject;
|
1875
|
-
msgList:
|
2303
|
+
msgList: {
|
2304
|
+
[x: string]: any;
|
2305
|
+
id: string;
|
2306
|
+
sessionKey: string;
|
2307
|
+
content: {
|
2308
|
+
[x: string]: any;
|
2309
|
+
chatMessageType: string;
|
2310
|
+
msg: string;
|
2311
|
+
referenceContent?: any;
|
2312
|
+
forwardMessageList?: AnyObject[] | undefined;
|
2313
|
+
messageTemplate?: any;
|
2314
|
+
messageTemplateData?: any;
|
2315
|
+
fileUrl?: string | undefined;
|
2316
|
+
avStatus?: string | undefined;
|
2317
|
+
};
|
2318
|
+
senderName: string;
|
2319
|
+
sendTime: string;
|
2320
|
+
sender: string;
|
2321
|
+
status: string;
|
2322
|
+
senderAvatar: string;
|
2323
|
+
__content: string;
|
2324
|
+
__time?: string | undefined;
|
2325
|
+
__sendTime?: string | undefined;
|
2326
|
+
}[];
|
1876
2327
|
currentMsg: AnyObject;
|
1877
2328
|
isAppendMsg: boolean;
|
1878
2329
|
sessionList: AnyObject[];
|
@@ -1897,7 +2348,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1897
2348
|
isForward: boolean;
|
1898
2349
|
};
|
1899
2350
|
cssVars: import("vue").ComputedRef<AnyObject>;
|
1900
|
-
msgItem: import("vue").ComputedRef<AnyObject>;
|
2351
|
+
msgItem: import("vue").ComputedRef<AnyObject | import("./types").MsgListItem>;
|
1901
2352
|
msgList: import("vue").ComputedRef<any>;
|
1902
2353
|
NModal: any;
|
1903
2354
|
NAvatar: any;
|
@@ -1910,7 +2361,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1910
2361
|
getForwardTitle: typeof import("./utils").getForwardTitle;
|
1911
2362
|
isDoctorRole: typeof import("./utils").isDoctorRole;
|
1912
2363
|
getRoleName: typeof import("./utils").getRoleName;
|
1913
|
-
|
2364
|
+
formatJsonstr: typeof import("./utils").formatJsonstr;
|
1914
2365
|
getFileType: typeof import("./utils").getFileType;
|
1915
2366
|
getDetail: typeof import("./utils").getDetail;
|
1916
2367
|
showAudioAndVideoRecord: typeof import("./utils").showAudioAndVideoRecord;
|
@@ -1918,7 +2369,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1918
2369
|
MESSAGE_TYPE: typeof import("./constants").MESSAGE_TYPE;
|
1919
2370
|
emojis: {
|
1920
2371
|
default: string[][];
|
1921
|
-
findEmoji(name: string):
|
2372
|
+
findEmoji(name: string): string | undefined;
|
1922
2373
|
};
|
1923
2374
|
MessageEvent: import("vue").DefineComponent<{
|
1924
2375
|
data: {
|
@@ -1937,7 +2388,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
1937
2388
|
currentSessionItem: AnyObject;
|
1938
2389
|
id: string;
|
1939
2390
|
userInfo: AnyObject;
|
1940
|
-
msgList:
|
2391
|
+
msgList: {
|
2392
|
+
[x: string]: any;
|
2393
|
+
id: string;
|
2394
|
+
sessionKey: string;
|
2395
|
+
content: {
|
2396
|
+
[x: string]: any;
|
2397
|
+
chatMessageType: string;
|
2398
|
+
msg: string;
|
2399
|
+
referenceContent?: any;
|
2400
|
+
forwardMessageList?: AnyObject[] | undefined;
|
2401
|
+
messageTemplate?: any;
|
2402
|
+
messageTemplateData?: any;
|
2403
|
+
fileUrl?: string | undefined;
|
2404
|
+
avStatus?: string | undefined;
|
2405
|
+
};
|
2406
|
+
senderName: string;
|
2407
|
+
sendTime: string;
|
2408
|
+
sender: string;
|
2409
|
+
status: string;
|
2410
|
+
senderAvatar: string;
|
2411
|
+
__content: string;
|
2412
|
+
__time?: string | undefined;
|
2413
|
+
__sendTime?: string | undefined;
|
2414
|
+
}[];
|
1941
2415
|
currentMsg: AnyObject;
|
1942
2416
|
isAppendMsg: boolean;
|
1943
2417
|
sessionList: AnyObject[];
|
@@ -2019,7 +2493,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2019
2493
|
NTooltip: any;
|
2020
2494
|
emojis: {
|
2021
2495
|
default: string[][];
|
2022
|
-
findEmoji(name: string):
|
2496
|
+
findEmoji(name: string): string | undefined;
|
2023
2497
|
};
|
2024
2498
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:show"[], "update:show", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
2025
2499
|
id: {
|
@@ -2036,7 +2510,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2036
2510
|
}>;
|
2037
2511
|
emojis: {
|
2038
2512
|
default: string[][];
|
2039
|
-
findEmoji(name: string):
|
2513
|
+
findEmoji(name: string): string | undefined;
|
2040
2514
|
};
|
2041
2515
|
ContextMenu: import("vue").DefineComponent<{
|
2042
2516
|
type: {
|
@@ -2139,7 +2613,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
2139
2613
|
currentSessionItem: AnyObject;
|
2140
2614
|
id: string;
|
2141
2615
|
userInfo: AnyObject;
|
2142
|
-
msgList:
|
2616
|
+
msgList: {
|
2617
|
+
[x: string]: any;
|
2618
|
+
id: string;
|
2619
|
+
sessionKey: string;
|
2620
|
+
content: {
|
2621
|
+
[x: string]: any;
|
2622
|
+
chatMessageType: string;
|
2623
|
+
msg: string;
|
2624
|
+
referenceContent?: any;
|
2625
|
+
forwardMessageList?: AnyObject[] | undefined;
|
2626
|
+
messageTemplate?: any;
|
2627
|
+
messageTemplateData?: any;
|
2628
|
+
fileUrl?: string | undefined;
|
2629
|
+
avStatus?: string | undefined;
|
2630
|
+
};
|
2631
|
+
senderName: string;
|
2632
|
+
sendTime: string;
|
2633
|
+
sender: string;
|
2634
|
+
status: string;
|
2635
|
+
senderAvatar: string;
|
2636
|
+
__content: string;
|
2637
|
+
__time?: string | undefined;
|
2638
|
+
__sendTime?: string | undefined;
|
2639
|
+
}[];
|
2143
2640
|
currentMsg: AnyObject;
|
2144
2641
|
isAppendMsg: boolean;
|
2145
2642
|
sessionList: AnyObject[];
|
@@ -2273,22 +2770,147 @@ declare const _default: import("vue").DefineComponent<{
|
|
2273
2770
|
isAudioOrVideoMessage: typeof import("./utils").isAudioOrVideoMessage;
|
2274
2771
|
getAVTime: typeof import("./utils").getAVTime;
|
2275
2772
|
getForwardTitle: typeof import("./utils").getForwardTitle;
|
2773
|
+
formatJsonstr: typeof import("./utils").formatJsonstr;
|
2276
2774
|
MESSAGE_TYPE: typeof import("./constants").MESSAGE_TYPE;
|
2277
2775
|
ChatbubbleEllipsesOutline: 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<{}>>, {}>;
|
2278
2776
|
EllipsisHorizontal: 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<{}>>, {}>;
|
2279
2777
|
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
2778
|
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
2779
|
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
|
-
|
2780
|
+
ImageLightbox: import("vue").DefineComponent<{
|
2781
|
+
images: {
|
2782
|
+
type: PropType<import("./types").ImageItem[]>;
|
2783
|
+
default: () => never[];
|
2784
|
+
};
|
2785
|
+
visible: {
|
2786
|
+
type: BooleanConstructor;
|
2787
|
+
};
|
2788
|
+
currentId: {
|
2789
|
+
type: StringConstructor;
|
2790
|
+
default: string;
|
2791
|
+
};
|
2792
|
+
}, {
|
2793
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2794
|
+
images: {
|
2795
|
+
type: PropType<import("./types").ImageItem[]>;
|
2796
|
+
default: () => never[];
|
2797
|
+
};
|
2798
|
+
visible: {
|
2799
|
+
type: BooleanConstructor;
|
2800
|
+
};
|
2801
|
+
currentId: {
|
2802
|
+
type: StringConstructor;
|
2803
|
+
default: string;
|
2804
|
+
};
|
2805
|
+
}>> & {
|
2806
|
+
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
2807
|
+
"onUpdate:currentId"?: ((...args: any[]) => any) | undefined;
|
2808
|
+
}>>;
|
2809
|
+
emit: (event: "update:visible" | "update:currentId", ...args: any[]) => void;
|
2810
|
+
imageEl: import("vue").Ref<HTMLImageElement | null>;
|
2811
|
+
naturalSize: import("vue").Ref<{
|
2812
|
+
width: number;
|
2813
|
+
height: number;
|
2814
|
+
}>;
|
2815
|
+
scale: import("vue").Ref<number>;
|
2816
|
+
rotation: import("vue").Ref<number>;
|
2817
|
+
isDragging: import("vue").Ref<boolean>;
|
2818
|
+
offset: import("vue").Ref<{
|
2819
|
+
x: number;
|
2820
|
+
y: number;
|
2821
|
+
}>;
|
2822
|
+
lastMouse: import("vue").Ref<{
|
2823
|
+
x: number;
|
2824
|
+
y: number;
|
2825
|
+
}>;
|
2826
|
+
idToIndexMap: import("vue").ComputedRef<Map<string, number>>;
|
2827
|
+
currentIndex: import("vue").ComputedRef<number>;
|
2828
|
+
currentImageData: import("vue").ComputedRef<import("./types").ImageItem>;
|
2829
|
+
hasNext: import("vue").ComputedRef<boolean>;
|
2830
|
+
hasPrev: import("vue").ComputedRef<boolean>;
|
2831
|
+
imageStyle: import("vue").ComputedRef<{
|
2832
|
+
left: string;
|
2833
|
+
top: string;
|
2834
|
+
transform: string;
|
2835
|
+
cursor: string;
|
2836
|
+
transition: string;
|
2837
|
+
}>;
|
2838
|
+
resetImageState: () => void;
|
2839
|
+
close: () => void;
|
2840
|
+
nextImage: () => void;
|
2841
|
+
prevImage: () => void;
|
2842
|
+
rotate: (degrees: number) => void;
|
2843
|
+
zoomIn: () => void;
|
2844
|
+
zoomOut: () => void;
|
2845
|
+
resetZoom: () => void;
|
2846
|
+
startDrag: (e: MouseEvent) => void;
|
2847
|
+
onDragMove: (e: MouseEvent) => void;
|
2848
|
+
endDrag: () => void;
|
2849
|
+
handleWheel: (e: WheelEvent) => void;
|
2850
|
+
handleImageLoad: () => void;
|
2851
|
+
download: () => void;
|
2852
|
+
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<{}>>, {}>;
|
2853
|
+
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<{}>>, {}>;
|
2854
|
+
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<{}>>, {}>;
|
2855
|
+
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<{}>>, {}>;
|
2856
|
+
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<{}>>, {}>;
|
2857
|
+
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<{}>>, {}>;
|
2858
|
+
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<{}>>, {}>;
|
2859
|
+
NButton: any;
|
2860
|
+
NIcon: any;
|
2861
|
+
}, 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<{
|
2862
|
+
images: {
|
2863
|
+
type: PropType<import("./types").ImageItem[]>;
|
2864
|
+
default: () => never[];
|
2865
|
+
};
|
2866
|
+
visible: {
|
2867
|
+
type: BooleanConstructor;
|
2868
|
+
};
|
2869
|
+
currentId: {
|
2870
|
+
type: StringConstructor;
|
2871
|
+
default: string;
|
2872
|
+
};
|
2873
|
+
}>> & {
|
2874
|
+
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
2875
|
+
"onUpdate:currentId"?: ((...args: any[]) => any) | undefined;
|
2876
|
+
}, {
|
2877
|
+
visible: boolean;
|
2878
|
+
images: import("./types").ImageItem[];
|
2879
|
+
currentId: string;
|
2880
|
+
}>;
|
2283
2881
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2284
2882
|
ChatFooter: import("vue").DefineComponent<{}, {
|
2883
|
+
SPACE_PLACEHOLDER: string;
|
2285
2884
|
inputRef: import("vue").Ref<HTMLDivElement | undefined>;
|
2286
2885
|
state: {
|
2287
2886
|
orgId: string | number;
|
2288
2887
|
currentSessionItem: AnyObject;
|
2289
2888
|
id: string;
|
2290
2889
|
userInfo: AnyObject;
|
2291
|
-
msgList:
|
2890
|
+
msgList: {
|
2891
|
+
[x: string]: any;
|
2892
|
+
id: string;
|
2893
|
+
sessionKey: string;
|
2894
|
+
content: {
|
2895
|
+
[x: string]: any;
|
2896
|
+
chatMessageType: string;
|
2897
|
+
msg: string;
|
2898
|
+
referenceContent?: any;
|
2899
|
+
forwardMessageList?: AnyObject[] | undefined;
|
2900
|
+
messageTemplate?: any;
|
2901
|
+
messageTemplateData?: any;
|
2902
|
+
fileUrl?: string | undefined;
|
2903
|
+
avStatus?: string | undefined;
|
2904
|
+
};
|
2905
|
+
senderName: string;
|
2906
|
+
sendTime: string;
|
2907
|
+
sender: string;
|
2908
|
+
status: string;
|
2909
|
+
senderAvatar: string;
|
2910
|
+
__content: string;
|
2911
|
+
__time?: string | undefined;
|
2912
|
+
__sendTime?: string | undefined;
|
2913
|
+
}[];
|
2292
2914
|
currentMsg: AnyObject;
|
2293
2915
|
isAppendMsg: boolean;
|
2294
2916
|
sessionList: AnyObject[];
|
@@ -2331,16 +2953,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
2331
2953
|
options: AnyObject[];
|
2332
2954
|
defaultValue: AnyObject[];
|
2333
2955
|
}>;
|
2334
|
-
|
2956
|
+
sendBtnDisabled: import("vue").ComputedRef<boolean>;
|
2335
2957
|
isForwardDisabled: import("vue").ComputedRef<boolean>;
|
2958
|
+
callBtnDisabled: import("vue").ComputedRef<boolean>;
|
2336
2959
|
handleCall: (chatMessageType: string, checkedIds?: string[]) => void;
|
2337
2960
|
handleKeyDown: (event: KeyboardEvent) => void;
|
2338
2961
|
isWrap: (event: KeyboardEvent) => boolean;
|
2339
2962
|
handleInput: () => void;
|
2340
2963
|
selectEmoji: (name: string) => void;
|
2341
|
-
|
2342
|
-
|
2964
|
+
insertSpace: () => void;
|
2965
|
+
doUpdateFile: (file: File) => Promise<any>;
|
2966
|
+
fileChange: (options: import("./types").FileOptions | {
|
2967
|
+
file: {
|
2968
|
+
file: File;
|
2969
|
+
name: string;
|
2970
|
+
};
|
2971
|
+
}, chatMessageType: import("./constants").MESSAGE_TYPE) => Promise<void>;
|
2343
2972
|
handleMsgSend: () => Promise<void>;
|
2973
|
+
removeSpace: () => void;
|
2344
2974
|
doSendMessage: (contentInfo: AnyObject) => Promise<void>;
|
2345
2975
|
clearInput: () => void;
|
2346
2976
|
handleRelay: ({ checkedIds, remark }: {
|
@@ -2348,6 +2978,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2348
2978
|
remark: string;
|
2349
2979
|
}, type?: string) => void;
|
2350
2980
|
handlecancelForward: () => void;
|
2981
|
+
handleFilePaste: (event: ClipboardEvent) => void;
|
2351
2982
|
NButton: any;
|
2352
2983
|
NPopover: any;
|
2353
2984
|
NTooltip: any;
|
@@ -2418,7 +3049,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
2418
3049
|
currentSessionItem: AnyObject;
|
2419
3050
|
id: string;
|
2420
3051
|
userInfo: AnyObject;
|
2421
|
-
msgList:
|
3052
|
+
msgList: {
|
3053
|
+
[x: string]: any;
|
3054
|
+
id: string;
|
3055
|
+
sessionKey: string;
|
3056
|
+
content: {
|
3057
|
+
[x: string]: any;
|
3058
|
+
chatMessageType: string;
|
3059
|
+
msg: string;
|
3060
|
+
referenceContent?: any;
|
3061
|
+
forwardMessageList?: AnyObject[] | undefined;
|
3062
|
+
messageTemplate?: any;
|
3063
|
+
messageTemplateData?: any;
|
3064
|
+
fileUrl?: string | undefined;
|
3065
|
+
avStatus?: string | undefined;
|
3066
|
+
};
|
3067
|
+
senderName: string;
|
3068
|
+
sendTime: string;
|
3069
|
+
sender: string;
|
3070
|
+
status: string;
|
3071
|
+
senderAvatar: string;
|
3072
|
+
__content: string;
|
3073
|
+
__time?: string | undefined;
|
3074
|
+
__sendTime?: string | undefined;
|
3075
|
+
}[];
|
2422
3076
|
currentMsg: AnyObject;
|
2423
3077
|
isAppendMsg: boolean;
|
2424
3078
|
sessionList: AnyObject[];
|
@@ -2550,13 +3204,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
2550
3204
|
}>;
|
2551
3205
|
emojis: {
|
2552
3206
|
default: string[][];
|
2553
|
-
findEmoji(name: string):
|
3207
|
+
findEmoji(name: string): string | undefined;
|
2554
3208
|
};
|
2555
3209
|
MESSAGE_TYPE: typeof import("./constants").MESSAGE_TYPE;
|
2556
3210
|
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<{}>>, {}>;
|
2557
3211
|
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<{}>>, {}>;
|
2558
3212
|
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<{}>>, {}>;
|
2559
3213
|
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<{}>>, {}>;
|
3214
|
+
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<{}>>, {}>;
|
3215
|
+
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<{}>>, {}>;
|
3216
|
+
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<{}>>, {}>;
|
3217
|
+
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<{}>>, {}>;
|
2560
3218
|
simplifyMessage: typeof import("./utils").simplifyMessage;
|
2561
3219
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2562
3220
|
ChatSearch: import("vue").DefineComponent<{}, {
|
@@ -2571,7 +3229,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
2571
3229
|
currentSessionItem: AnyObject;
|
2572
3230
|
id: string;
|
2573
3231
|
userInfo: AnyObject;
|
2574
|
-
msgList:
|
3232
|
+
msgList: {
|
3233
|
+
[x: string]: any;
|
3234
|
+
id: string;
|
3235
|
+
sessionKey: string;
|
3236
|
+
content: {
|
3237
|
+
[x: string]: any;
|
3238
|
+
chatMessageType: string;
|
3239
|
+
msg: string;
|
3240
|
+
referenceContent?: any;
|
3241
|
+
forwardMessageList?: AnyObject[] | undefined;
|
3242
|
+
messageTemplate?: any;
|
3243
|
+
messageTemplateData?: any;
|
3244
|
+
fileUrl?: string | undefined;
|
3245
|
+
avStatus?: string | undefined;
|
3246
|
+
};
|
3247
|
+
senderName: string;
|
3248
|
+
sendTime: string;
|
3249
|
+
sender: string;
|
3250
|
+
status: string;
|
3251
|
+
senderAvatar: string;
|
3252
|
+
__content: string;
|
3253
|
+
__time?: string | undefined;
|
3254
|
+
__sendTime?: string | undefined;
|
3255
|
+
}[];
|
2575
3256
|
currentMsg: AnyObject;
|
2576
3257
|
isAppendMsg: boolean;
|
2577
3258
|
sessionList: AnyObject[];
|
@@ -2758,7 +3439,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
2758
3439
|
currentSessionItem: AnyObject;
|
2759
3440
|
id: string;
|
2760
3441
|
userInfo: AnyObject;
|
2761
|
-
msgList:
|
3442
|
+
msgList: {
|
3443
|
+
[x: string]: any;
|
3444
|
+
id: string;
|
3445
|
+
sessionKey: string;
|
3446
|
+
content: {
|
3447
|
+
[x: string]: any;
|
3448
|
+
chatMessageType: string;
|
3449
|
+
msg: string;
|
3450
|
+
referenceContent?: any;
|
3451
|
+
forwardMessageList?: AnyObject[] | undefined;
|
3452
|
+
messageTemplate?: any;
|
3453
|
+
messageTemplateData?: any;
|
3454
|
+
fileUrl?: string | undefined;
|
3455
|
+
avStatus?: string | undefined;
|
3456
|
+
};
|
3457
|
+
senderName: string;
|
3458
|
+
sendTime: string;
|
3459
|
+
sender: string;
|
3460
|
+
status: string;
|
3461
|
+
senderAvatar: string;
|
3462
|
+
__content: string;
|
3463
|
+
__time?: string | undefined;
|
3464
|
+
__sendTime?: string | undefined;
|
3465
|
+
}[];
|
2762
3466
|
currentMsg: AnyObject;
|
2763
3467
|
isAppendMsg: boolean;
|
2764
3468
|
sessionList: AnyObject[];
|
@@ -2899,7 +3603,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
2899
3603
|
currentSessionItem: AnyObject;
|
2900
3604
|
id: string;
|
2901
3605
|
userInfo: AnyObject;
|
2902
|
-
msgList:
|
3606
|
+
msgList: {
|
3607
|
+
[x: string]: any;
|
3608
|
+
id: string;
|
3609
|
+
sessionKey: string;
|
3610
|
+
content: {
|
3611
|
+
[x: string]: any;
|
3612
|
+
chatMessageType: string;
|
3613
|
+
msg: string;
|
3614
|
+
referenceContent?: any;
|
3615
|
+
forwardMessageList?: AnyObject[] | undefined;
|
3616
|
+
messageTemplate?: any;
|
3617
|
+
messageTemplateData?: any;
|
3618
|
+
fileUrl?: string | undefined;
|
3619
|
+
avStatus?: string | undefined;
|
3620
|
+
};
|
3621
|
+
senderName: string;
|
3622
|
+
sendTime: string;
|
3623
|
+
sender: string;
|
3624
|
+
status: string;
|
3625
|
+
senderAvatar: string;
|
3626
|
+
__content: string;
|
3627
|
+
__time?: string | undefined;
|
3628
|
+
__sendTime?: string | undefined;
|
3629
|
+
}[];
|
2903
3630
|
currentMsg: AnyObject;
|
2904
3631
|
isAppendMsg: boolean;
|
2905
3632
|
sessionList: AnyObject[];
|
@@ -2991,7 +3718,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
2991
3718
|
currentSessionItem: AnyObject;
|
2992
3719
|
id: string;
|
2993
3720
|
userInfo: AnyObject;
|
2994
|
-
msgList:
|
3721
|
+
msgList: {
|
3722
|
+
[x: string]: any;
|
3723
|
+
id: string;
|
3724
|
+
sessionKey: string;
|
3725
|
+
content: {
|
3726
|
+
[x: string]: any;
|
3727
|
+
chatMessageType: string;
|
3728
|
+
msg: string;
|
3729
|
+
referenceContent?: any;
|
3730
|
+
forwardMessageList?: AnyObject[] | undefined;
|
3731
|
+
messageTemplate?: any;
|
3732
|
+
messageTemplateData?: any;
|
3733
|
+
fileUrl?: string | undefined;
|
3734
|
+
avStatus?: string | undefined;
|
3735
|
+
};
|
3736
|
+
senderName: string;
|
3737
|
+
sendTime: string;
|
3738
|
+
sender: string;
|
3739
|
+
status: string;
|
3740
|
+
senderAvatar: string;
|
3741
|
+
__content: string;
|
3742
|
+
__time?: string | undefined;
|
3743
|
+
__sendTime?: string | undefined;
|
3744
|
+
}[];
|
2995
3745
|
currentMsg: AnyObject;
|
2996
3746
|
isAppendMsg: boolean;
|
2997
3747
|
sessionList: AnyObject[];
|
@@ -3047,8 +3797,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
3047
3797
|
handleRemoteVideoAvailable: import("../../../shared/types").AnyFn;
|
3048
3798
|
}) => void;
|
3049
3799
|
isConnect: import("vue").Ref<boolean>;
|
3800
|
+
wrapperRef: import("vue").Ref<HTMLElement | null>;
|
3801
|
+
handleRef: import("vue").Ref<HTMLElement | null>;
|
3802
|
+
isMaxSize: import("vue").Ref<boolean>;
|
3803
|
+
miniWrapperRef: import("vue").Ref<HTMLElement | null>;
|
3050
3804
|
callUser: import("vue").ComputedRef<any>;
|
3051
3805
|
title: import("vue").ComputedRef<string>;
|
3806
|
+
style: import("vue").Ref<{
|
3807
|
+
left: string;
|
3808
|
+
top: string;
|
3809
|
+
}>;
|
3810
|
+
changePosition: (position?: ("center" | "top-right") | undefined) => void;
|
3811
|
+
miniStyle: import("vue").Ref<{
|
3812
|
+
left: string;
|
3813
|
+
top: string;
|
3814
|
+
}>;
|
3815
|
+
changeMiniPosition: (position?: ("center" | "top-right") | undefined) => void;
|
3052
3816
|
handleAddPerson: ({ checkedIds, checkedOptions }: {
|
3053
3817
|
checkedIds: string[];
|
3054
3818
|
checkedOptions: AnyObject[];
|
@@ -3063,6 +3827,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
3063
3827
|
handleRemoteUserExit: (event: any) => void;
|
3064
3828
|
handleError: (error: any) => void;
|
3065
3829
|
NButton: any;
|
3830
|
+
NAvatar: any;
|
3066
3831
|
NIcon: any;
|
3067
3832
|
ChatAdd: import("vue").DefineComponent<{
|
3068
3833
|
title: {
|
@@ -3128,7 +3893,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
3128
3893
|
currentSessionItem: AnyObject;
|
3129
3894
|
id: string;
|
3130
3895
|
userInfo: AnyObject;
|
3131
|
-
msgList:
|
3896
|
+
msgList: {
|
3897
|
+
[x: string]: any;
|
3898
|
+
id: string;
|
3899
|
+
sessionKey: string;
|
3900
|
+
content: {
|
3901
|
+
[x: string]: any;
|
3902
|
+
chatMessageType: string;
|
3903
|
+
msg: string;
|
3904
|
+
referenceContent?: any;
|
3905
|
+
forwardMessageList?: AnyObject[] | undefined;
|
3906
|
+
messageTemplate?: any;
|
3907
|
+
messageTemplateData?: any;
|
3908
|
+
fileUrl?: string | undefined;
|
3909
|
+
avStatus?: string | undefined;
|
3910
|
+
};
|
3911
|
+
senderName: string;
|
3912
|
+
sendTime: string;
|
3913
|
+
sender: string;
|
3914
|
+
status: string;
|
3915
|
+
senderAvatar: string;
|
3916
|
+
__content: string;
|
3917
|
+
__time?: string | undefined;
|
3918
|
+
__sendTime?: string | undefined;
|
3919
|
+
}[];
|
3132
3920
|
currentMsg: AnyObject;
|
3133
3921
|
isAppendMsg: boolean;
|
3134
3922
|
sessionList: AnyObject[];
|
@@ -3265,6 +4053,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
3265
4053
|
PersonAdd: 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<{}>>, {}>;
|
3266
4054
|
MicOff: 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<{}>>, {}>;
|
3267
4055
|
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<{}>>, {}>;
|
4056
|
+
ResizeOutline: 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<{}>>, {}>;
|
3268
4057
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
3269
4058
|
PersonProfile: import("vue").DefineComponent<{}, {
|
3270
4059
|
state: {
|
@@ -3272,7 +4061,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
3272
4061
|
currentSessionItem: AnyObject;
|
3273
4062
|
id: string;
|
3274
4063
|
userInfo: AnyObject;
|
3275
|
-
msgList:
|
4064
|
+
msgList: {
|
4065
|
+
[x: string]: any;
|
4066
|
+
id: string;
|
4067
|
+
sessionKey: string;
|
4068
|
+
content: {
|
4069
|
+
[x: string]: any;
|
4070
|
+
chatMessageType: string;
|
4071
|
+
msg: string;
|
4072
|
+
referenceContent?: any;
|
4073
|
+
forwardMessageList?: AnyObject[] | undefined;
|
4074
|
+
messageTemplate?: any;
|
4075
|
+
messageTemplateData?: any;
|
4076
|
+
fileUrl?: string | undefined;
|
4077
|
+
avStatus?: string | undefined;
|
4078
|
+
};
|
4079
|
+
senderName: string;
|
4080
|
+
sendTime: string;
|
4081
|
+
sender: string;
|
4082
|
+
status: string;
|
4083
|
+
senderAvatar: string;
|
4084
|
+
__content: string;
|
4085
|
+
__time?: string | undefined;
|
4086
|
+
__sendTime?: string | undefined;
|
4087
|
+
}[];
|
3276
4088
|
currentMsg: AnyObject;
|
3277
4089
|
isAppendMsg: boolean;
|
3278
4090
|
sessionList: AnyObject[];
|