cnhis-design-vue 3.4.0-beta.9 → 3.4.0-release.7
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/_virtual/_virtual_i18n-methods.js +5 -1
- package/es/components/audio-sdk/index.d.ts +4 -4
- package/es/components/audio-sdk/src/Index.vue.d.ts +4 -4
- package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +4 -4
- package/es/components/audio-sdk/src/components/recording.vue.d.ts +4 -4
- package/es/components/base-search/index.d.ts +34 -0
- package/es/components/base-search/src/index.vue.d.ts +34 -0
- package/es/components/base-search/src/index.vue2.js +9 -1
- package/es/components/button-print/index.d.ts +32 -0
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +32 -0
- package/es/components/button-print/src/ButtonPrint.vue2.js +4 -0
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +4 -0
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +77 -50
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +11 -0
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +35 -0
- package/es/components/button-print/src/utils/print.d.ts +2 -1
- package/es/components/button-print/src/utils/print.js +13 -8
- package/es/components/callback/src/components/render/popupMaps.d.ts +110 -222
- package/es/components/classification/index.d.ts +123 -0
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +123 -0
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +123 -0
- package/es/components/classification/src/index.vue.d.ts +123 -0
- package/es/components/classification/src/index.vue2.js +7 -0
- package/es/components/date-picker/index.d.ts +41 -0
- package/es/components/date-picker/src/DatePicker.vue.d.ts +41 -0
- package/es/components/date-picker/src/DatePicker.vue2.js +34 -4
- package/es/components/expand-field/index.d.ts +31 -0
- package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +31 -0
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +31 -0
- package/es/components/expand-field/src/components/form.vue.d.ts +31 -0
- package/es/components/expand-field/src/index.vue.d.ts +31 -0
- package/es/components/fabric-chart/index.d.ts +3 -3
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +3 -3
- package/es/components/fabric-chart/src/FabricChart.vue2.js +1 -0
- package/es/components/fabric-chart/src/components/PopupMenu.d.ts +4 -4
- package/es/components/fabric-chart/src/components/PopupMenu.js +57 -39
- package/es/components/fabric-chart/src/constants/index.d.ts +19 -5
- package/es/components/fabric-chart/src/constants/index.js +26 -11
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.d.ts +4 -3
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +119 -193
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.js +69 -117
- package/es/components/fabric-chart/src/hooks/electrocardiogram/hooks/useDetailEvent.js +18 -12
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.js +61 -33
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +86 -120
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.js +1 -0
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.js +65 -113
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.d.ts +4 -3
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +63 -37
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useLeft.js +31 -14
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.d.ts +4 -3
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +21 -14
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +152 -208
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.d.ts +4 -3
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +8 -9
- package/es/components/fabric-chart/src/hooks/temperature/useBottom.js +1 -0
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.d.ts +4 -3
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +138 -229
- package/es/components/fabric-chart/src/hooks/temperature/useOther.js +16 -14
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +195 -273
- package/es/components/fabric-chart/src/hooks/temperature/useTop.js +1 -0
- package/es/components/fabric-chart/src/interface.d.ts +15 -1
- package/es/components/fabric-chart/src/utils/eventBus.d.ts +2 -0
- package/es/components/fabric-chart/src/utils/eventBus.js +5 -0
- package/es/components/fabric-chart/src/utils/index.d.ts +1 -1
- package/es/components/fabric-chart/src/utils/index.js +2 -10
- package/es/components/fabric-chart/style/index.css +1 -1
- package/es/components/field-editor/index.d.ts +1 -0
- package/es/components/field-editor/src/FieldEditor.vue.d.ts +1 -0
- package/es/components/field-set/src/FieldColor.vue.d.ts +83 -1
- package/es/components/field-set/src/FieldColor.vue2.js +2 -1
- package/es/components/field-set/src/FieldFilter.vue.d.ts +1 -1
- package/es/components/field-set/src/FieldFilter.vue2.js +2 -1
- package/es/components/field-set/src/FieldSet.vue.d.ts +2 -2
- package/es/components/field-set/src/FieldSet.vue2.js +4 -1
- package/es/components/field-set/src/components/condition.vue.d.ts +41 -0
- package/es/components/field-set/src/components/edit-dialog.vue.d.ts +82 -0
- package/es/components/field-set/src/components/edit-filter.vue.d.ts +41 -0
- package/es/components/field-set/src/components/table-row.vue.d.ts +1 -1
- package/es/components/field-set/src/components/table-row.vue2.js +1 -0
- package/es/components/form-config/index.d.ts +24 -0
- package/es/components/form-config/src/FormConfig.vue.d.ts +24 -0
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +1 -0
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +19 -0
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +48 -24
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +1 -0
- package/es/components/form-config/src/constants/index.d.ts +2 -0
- package/es/components/form-config/src/constants/index.js +2 -0
- package/es/components/form-config/src/hooks/useConfigurationField.js +20 -3
- package/es/components/form-render/index.d.ts +1 -0
- package/es/components/form-render/src/FormRender.vue.d.ts +1 -0
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +1 -0
- package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.js +1 -1
- package/es/components/form-render/src/components/renderer/combination/jsonCombination.js +1 -0
- 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 +3 -2
- package/es/components/form-render/src/components/renderer/textarea.d.ts +2 -2
- package/es/components/form-render/src/components/renderer/textarea.js +1 -1
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +2 -0
- package/es/components/form-render/src/hooks/useFormEvent.js +1 -1
- package/es/components/form-render/src/hooks/useNewLowCodeReactions.js +8 -0
- package/es/components/form-render/src/types/index.d.ts +1 -0
- package/es/components/form-render/src/utils/index.d.ts +1 -1
- package/es/components/form-render/src/utils/index.js +5 -2
- package/es/components/iho-chat/index.d.ts +2785 -302
- package/es/components/iho-chat/src/Index.vue.d.ts +2785 -302
- package/es/components/iho-chat/src/Index.vue2.js +5 -3
- package/es/components/iho-chat/src/api/index.d.ts +89 -16
- package/es/components/iho-chat/src/api/index.js +8 -1
- package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +104 -22
- package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +191 -29
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +191 -29
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +3 -0
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +796 -101
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +611 -51
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +27 -28
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +217 -14
- package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +175 -10
- package/es/components/iho-chat/src/components/ChatSearch.vue2.js +2 -1
- package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +197 -29
- package/es/components/iho-chat/src/components/ChatSet.vue2.js +48 -11
- package/es/components/iho-chat/src/components/ContextMenu.js +7 -10
- package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +88 -7
- package/es/components/iho-chat/src/components/MessageMarkdown.vue.d.ts +158 -0
- package/es/components/iho-chat/src/components/MessageMarkdown.vue.js +6 -0
- package/es/components/iho-chat/src/components/MessageMarkdown.vue2.js +51 -0
- package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +176 -14
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +192 -29
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +2 -1
- package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +91 -8
- package/es/components/iho-chat/src/components/SiderList.vue.d.ts +134 -11
- package/es/components/iho-chat/src/components/Video.vue.d.ts +89 -8
- package/es/components/iho-chat/src/components/userItemRender.js +2 -1
- package/es/components/iho-chat/src/constants/index.d.ts +2 -1
- package/es/components/iho-chat/src/constants/index.js +1 -0
- package/es/components/iho-chat/src/hooks/useData.d.ts +374 -27
- package/es/components/iho-chat/src/hooks/useData.js +31 -10
- package/es/components/iho-chat/src/hooks/useStreamOutput.d.ts +6 -0
- package/es/components/iho-chat/src/hooks/useStreamOutput.js +100 -0
- package/es/components/iho-chat/src/hooks/useVideo.d.ts +89 -7
- package/es/components/iho-chat/src/hooks/useWebSocket.js +14 -4
- package/es/components/iho-chat/src/types/index.d.ts +39 -7
- package/es/components/iho-chat/src/utils/index.d.ts +2 -1
- package/es/components/iho-chat/src/utils/sseClient.d.ts +22 -0
- package/es/components/iho-chat/src/utils/sseClient.js +97 -0
- package/es/components/iho-chat/style/index.css +1 -1
- package/es/components/iho-table/index.d.ts +109 -222
- package/es/components/iho-table/src/IhoTable.vue.d.ts +109 -222
- package/es/components/iho-table/src/IhoTable.vue2.js +23 -14
- package/es/components/iho-table/src/constants/index.d.ts +3 -3
- package/es/components/iho-table/src/constants/index.js +0 -21
- package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +39 -60
- package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.js +1 -1
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +43 -4
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue2.js +22 -8
- package/es/components/iho-table/src/plugins/highLightSetPlugin.js +7 -2
- package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +41 -0
- 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 +25 -0
- 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/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +2 -2
- 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/editSeparate.vue.d.ts +2 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.d.ts +1 -1
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.js +8 -2
- package/es/components/iho-table/src/types/index.d.ts +3 -1
- package/es/components/index.css +1 -1
- package/es/components/info-header/index.d.ts +46 -2
- package/es/components/info-header/src/InfoHeader.vue.d.ts +46 -2
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +41 -2
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +2 -1
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +41 -2
- package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.d.ts +20 -1
- package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.d.ts +20 -1
- package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue2.js +9 -6
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +42 -2
- package/es/components/info-header/src/components/infoDescription/index.vue2.js +1 -1
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +1 -0
- package/es/components/scale-view/index.d.ts +1 -1
- package/es/components/scale-view/src/ScaleView.vue.d.ts +1 -1
- package/es/components/scale-view/src/ScaleView.vue2.js +9 -3
- package/es/components/scale-view/src/hooks/use-event.js +56 -22
- package/es/components/select-person/index.d.ts +31 -0
- package/es/components/select-person/src/SelectPerson.vue.d.ts +14 -0
- package/es/components/select-person/src/SelectPerson.vue2.js +38 -9
- package/es/components/select-person/src/index.vue.d.ts +31 -0
- package/es/components/select-person/src/index.vue2.js +4 -0
- package/es/components/select-person/src/utils/index.js +11 -9
- package/es/components/shortcut-provider/src/hooks/useShortcuts.d.ts +3 -0
- package/es/components/shortcut-provider/src/hooks/useShortcuts.js +9 -3
- package/es/components/shortcut-setter/index.d.ts +2 -0
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +2 -0
- package/es/components/table-export-field/index.d.ts +6 -0
- package/es/components/table-export-field/src/components/ExportModal.vue2.js +1 -0
- package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +2 -0
- package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +49 -18
- package/es/components/table-export-field/src/index.vue.d.ts +6 -0
- package/es/components/table-export-field/src/types/index.d.ts +1 -0
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +41 -0
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +41 -0
- package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +41 -0
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +41 -0
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +82 -0
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +41 -0
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +41 -0
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +82 -0
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +82 -0
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +41 -0
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +43 -0
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +10 -2
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +41 -0
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +43 -0
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +10 -2
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +168 -0
- package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +9 -9
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +168 -0
- package/es/components/table-filter/src/constants/index.d.ts +1 -0
- package/es/components/table-filter/src/constants/index.js +4 -1
- package/es/shared/components/CancelRadio/CancelRadio.js +3 -1
- package/es/shared/components/Ellipsis/Ellipsis.d.ts +12 -0
- package/es/shared/components/Ellipsis/Ellipsis.js +86 -0
- package/es/shared/components/Ellipsis/index.d.ts +2 -0
- package/es/shared/components/Ellipsis/index.js +2 -0
- package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +15 -0
- package/es/shared/components/InputNumberSlash/InputNumberSlash.js +24 -10
- package/es/shared/package.json.js +1 -1
- package/es/shared/types/business.d.ts +3 -2
- package/es/shared/utils/business.js +16 -0
- package/es/shared/utils/ho-edge.d.ts +12 -0
- package/es/shared/utils/ho-edge.js +58 -0
- package/package.json +3 -3
|
@@ -119,11 +119,56 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
119
119
|
data: {
|
|
120
120
|
filterable: import("vue").Ref<any, any>;
|
|
121
121
|
trtcProxy: import("vue").Ref<any, any>;
|
|
122
|
+
token: import("vue").Ref<any, any>;
|
|
122
123
|
cssVars: import("vue").ComputedRef<AnyObject>;
|
|
123
|
-
stompClient:
|
|
124
|
+
stompClient: {
|
|
125
|
+
value: import("./utils/chatSock").ChatSock | null;
|
|
126
|
+
};
|
|
124
127
|
state: {
|
|
125
|
-
|
|
126
|
-
|
|
128
|
+
[x: string]: any;
|
|
129
|
+
orgId: string;
|
|
130
|
+
currentSessionItem: {
|
|
131
|
+
id: string;
|
|
132
|
+
sessionKey: string;
|
|
133
|
+
receiver: string;
|
|
134
|
+
createdTime: string;
|
|
135
|
+
avatar: string;
|
|
136
|
+
name: string;
|
|
137
|
+
defaultName: string;
|
|
138
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
139
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
140
|
+
status: import("./constants").STATUS;
|
|
141
|
+
sortTime: string;
|
|
142
|
+
topping: boolean;
|
|
143
|
+
unreadNum: number;
|
|
144
|
+
updatedTime: string;
|
|
145
|
+
lastMessageContent: string;
|
|
146
|
+
sender?: string | undefined;
|
|
147
|
+
lastMessageId?: string | undefined;
|
|
148
|
+
lastMessage?: {
|
|
149
|
+
[x: string]: any;
|
|
150
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
151
|
+
msg: string;
|
|
152
|
+
referenceContent?: any;
|
|
153
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
154
|
+
messageTemplate?: any;
|
|
155
|
+
messageTemplateData?: any;
|
|
156
|
+
fileUrl?: string | undefined;
|
|
157
|
+
avStatus?: string | undefined;
|
|
158
|
+
} | undefined;
|
|
159
|
+
lastMessageSendTime?: string | undefined;
|
|
160
|
+
lastMessageStatus?: string | undefined;
|
|
161
|
+
lastSenderName?: string | undefined;
|
|
162
|
+
businessInfo?: {
|
|
163
|
+
uiSetting?: AnyObject | undefined;
|
|
164
|
+
topicInfo?: {
|
|
165
|
+
[x: string]: any;
|
|
166
|
+
param?: AnyObject | undefined;
|
|
167
|
+
} | undefined;
|
|
168
|
+
} | undefined;
|
|
169
|
+
labelList?: AnyObject[] | undefined;
|
|
170
|
+
notDisturb: boolean;
|
|
171
|
+
};
|
|
127
172
|
id: string;
|
|
128
173
|
userInfo: AnyObject;
|
|
129
174
|
msgList: {
|
|
@@ -132,7 +177,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
132
177
|
sessionKey: string;
|
|
133
178
|
content: {
|
|
134
179
|
[x: string]: any;
|
|
135
|
-
chatMessageType:
|
|
180
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
136
181
|
msg: string;
|
|
137
182
|
referenceContent?: any;
|
|
138
183
|
forwardMessageList?: AnyObject[] | undefined;
|
|
@@ -150,11 +195,49 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
150
195
|
__time?: string | undefined;
|
|
151
196
|
__sendTime?: string | undefined;
|
|
152
197
|
}[];
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
198
|
+
sessionList: {
|
|
199
|
+
id: string;
|
|
200
|
+
sessionKey: string;
|
|
201
|
+
receiver: string;
|
|
202
|
+
createdTime: string;
|
|
203
|
+
avatar: string;
|
|
204
|
+
name: string;
|
|
205
|
+
defaultName: string;
|
|
206
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
207
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
208
|
+
status: import("./constants").STATUS;
|
|
209
|
+
sortTime: string;
|
|
210
|
+
topping: boolean;
|
|
211
|
+
unreadNum: number;
|
|
212
|
+
updatedTime: string;
|
|
213
|
+
lastMessageContent: string;
|
|
214
|
+
sender?: string | undefined;
|
|
215
|
+
lastMessageId?: string | undefined;
|
|
216
|
+
lastMessage?: {
|
|
217
|
+
[x: string]: any;
|
|
218
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
219
|
+
msg: string;
|
|
220
|
+
referenceContent?: any;
|
|
221
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
222
|
+
messageTemplate?: any;
|
|
223
|
+
messageTemplateData?: any;
|
|
224
|
+
fileUrl?: string | undefined;
|
|
225
|
+
avStatus?: string | undefined;
|
|
226
|
+
} | undefined;
|
|
227
|
+
lastMessageSendTime?: string | undefined;
|
|
228
|
+
lastMessageStatus?: string | undefined;
|
|
229
|
+
lastSenderName?: string | undefined;
|
|
230
|
+
businessInfo?: {
|
|
231
|
+
uiSetting?: AnyObject | undefined;
|
|
232
|
+
topicInfo?: {
|
|
233
|
+
[x: string]: any;
|
|
234
|
+
param?: AnyObject | undefined;
|
|
235
|
+
} | undefined;
|
|
236
|
+
} | undefined;
|
|
237
|
+
labelList?: AnyObject[] | undefined;
|
|
238
|
+
notDisturb: boolean;
|
|
239
|
+
}[];
|
|
156
240
|
isChangeSession: boolean;
|
|
157
|
-
updateSessionItem: AnyObject;
|
|
158
241
|
isUpdateSession: boolean;
|
|
159
242
|
currentReferenceMsg: AnyObject | null;
|
|
160
243
|
currentReEditMsg: AnyObject | null;
|
|
@@ -172,6 +255,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
172
255
|
info: AnyObject | null;
|
|
173
256
|
};
|
|
174
257
|
isForward: boolean;
|
|
258
|
+
loading: boolean;
|
|
259
|
+
};
|
|
260
|
+
chatMainRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
261
|
+
tempState: {
|
|
262
|
+
currentMsg: AnyObject;
|
|
263
|
+
updateSessionItem: import("./types").SessionItem;
|
|
175
264
|
};
|
|
176
265
|
unreadTotal: import("vue").ComputedRef<number>;
|
|
177
266
|
isGroupChat: import("vue").ComputedRef<boolean>;
|
|
@@ -193,19 +282,145 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
193
282
|
labelItem: string | AnyObject;
|
|
194
283
|
msgId: string;
|
|
195
284
|
}) => void;
|
|
196
|
-
openSession: (session: string |
|
|
197
|
-
closeSession: () =>
|
|
198
|
-
|
|
285
|
+
openSession: (session: string | import("./types").SessionItem) => Promise<void>;
|
|
286
|
+
closeSession: () => {
|
|
287
|
+
id: string;
|
|
288
|
+
sessionKey: string;
|
|
289
|
+
receiver: string;
|
|
290
|
+
createdTime: string;
|
|
291
|
+
avatar: string;
|
|
292
|
+
name: string;
|
|
293
|
+
defaultName: string;
|
|
294
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
295
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
296
|
+
status: import("./constants").STATUS;
|
|
297
|
+
sortTime: string;
|
|
298
|
+
topping: boolean;
|
|
299
|
+
unreadNum: number;
|
|
300
|
+
updatedTime: string;
|
|
301
|
+
lastMessageContent: string;
|
|
302
|
+
sender?: string | undefined;
|
|
303
|
+
lastMessageId?: string | undefined;
|
|
304
|
+
lastMessage?: {
|
|
305
|
+
[x: string]: any;
|
|
306
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
307
|
+
msg: string;
|
|
308
|
+
referenceContent?: any;
|
|
309
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
310
|
+
messageTemplate?: any;
|
|
311
|
+
messageTemplateData?: any;
|
|
312
|
+
fileUrl?: string | undefined;
|
|
313
|
+
avStatus?: string | undefined;
|
|
314
|
+
} | undefined;
|
|
315
|
+
lastMessageSendTime?: string | undefined;
|
|
316
|
+
lastMessageStatus?: string | undefined;
|
|
317
|
+
lastSenderName?: string | undefined;
|
|
318
|
+
businessInfo?: {
|
|
319
|
+
uiSetting?: AnyObject | undefined;
|
|
320
|
+
topicInfo?: {
|
|
321
|
+
[x: string]: any;
|
|
322
|
+
param?: AnyObject | undefined;
|
|
323
|
+
} | undefined;
|
|
324
|
+
} | undefined;
|
|
325
|
+
labelList?: AnyObject[] | undefined;
|
|
326
|
+
notDisturb: boolean;
|
|
327
|
+
} | null;
|
|
328
|
+
getCurrentSession: () => {
|
|
329
|
+
id: string;
|
|
330
|
+
sessionKey: string;
|
|
331
|
+
receiver: string;
|
|
332
|
+
createdTime: string;
|
|
333
|
+
avatar: string;
|
|
334
|
+
name: string;
|
|
335
|
+
defaultName: string;
|
|
336
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
337
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
338
|
+
status: import("./constants").STATUS;
|
|
339
|
+
sortTime: string;
|
|
340
|
+
topping: boolean;
|
|
341
|
+
unreadNum: number;
|
|
342
|
+
updatedTime: string;
|
|
343
|
+
lastMessageContent: string;
|
|
344
|
+
sender?: string | undefined;
|
|
345
|
+
lastMessageId?: string | undefined;
|
|
346
|
+
lastMessage?: {
|
|
347
|
+
[x: string]: any;
|
|
348
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
349
|
+
msg: string;
|
|
350
|
+
referenceContent?: any;
|
|
351
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
352
|
+
messageTemplate?: any;
|
|
353
|
+
messageTemplateData?: any;
|
|
354
|
+
fileUrl?: string | undefined;
|
|
355
|
+
avStatus?: string | undefined;
|
|
356
|
+
} | undefined;
|
|
357
|
+
lastMessageSendTime?: string | undefined;
|
|
358
|
+
lastMessageStatus?: string | undefined;
|
|
359
|
+
lastSenderName?: string | undefined;
|
|
360
|
+
businessInfo?: {
|
|
361
|
+
uiSetting?: AnyObject | undefined;
|
|
362
|
+
topicInfo?: {
|
|
363
|
+
[x: string]: any;
|
|
364
|
+
param?: AnyObject | undefined;
|
|
365
|
+
} | undefined;
|
|
366
|
+
} | undefined;
|
|
367
|
+
labelList?: AnyObject[] | undefined;
|
|
368
|
+
notDisturb: boolean;
|
|
369
|
+
} | null;
|
|
199
370
|
setCurrentSessionItem: (item: AnyObject) => void;
|
|
200
|
-
setUpdateSessionItem: (item:
|
|
201
|
-
setSessionList: (list:
|
|
371
|
+
setUpdateSessionItem: (item: import("./types").SessionItem) => void;
|
|
372
|
+
setSessionList: (list: import("./types").SessionItem[]) => void;
|
|
202
373
|
emit: (event: "template-click" | "unread-message-update" | "session-change" | "session-close", ...args: any[]) => void;
|
|
203
374
|
setUserDetail: (event: MouseEvent, userDetail: AnyObject) => void;
|
|
375
|
+
appendMsg: () => void;
|
|
376
|
+
scrollToBottom: () => void;
|
|
204
377
|
};
|
|
205
378
|
cssVars: import("vue").ComputedRef<AnyObject>;
|
|
206
379
|
state: {
|
|
207
|
-
|
|
208
|
-
|
|
380
|
+
[x: string]: any;
|
|
381
|
+
orgId: string;
|
|
382
|
+
currentSessionItem: {
|
|
383
|
+
id: string;
|
|
384
|
+
sessionKey: string;
|
|
385
|
+
receiver: string;
|
|
386
|
+
createdTime: string;
|
|
387
|
+
avatar: string;
|
|
388
|
+
name: string;
|
|
389
|
+
defaultName: string;
|
|
390
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
391
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
392
|
+
status: import("./constants").STATUS;
|
|
393
|
+
sortTime: string;
|
|
394
|
+
topping: boolean;
|
|
395
|
+
unreadNum: number;
|
|
396
|
+
updatedTime: string;
|
|
397
|
+
lastMessageContent: string;
|
|
398
|
+
sender?: string | undefined;
|
|
399
|
+
lastMessageId?: string | undefined;
|
|
400
|
+
lastMessage?: {
|
|
401
|
+
[x: string]: any;
|
|
402
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
403
|
+
msg: string;
|
|
404
|
+
referenceContent?: any;
|
|
405
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
406
|
+
messageTemplate?: any;
|
|
407
|
+
messageTemplateData?: any;
|
|
408
|
+
fileUrl?: string | undefined;
|
|
409
|
+
avStatus?: string | undefined;
|
|
410
|
+
} | undefined;
|
|
411
|
+
lastMessageSendTime?: string | undefined;
|
|
412
|
+
lastMessageStatus?: string | undefined;
|
|
413
|
+
lastSenderName?: string | undefined;
|
|
414
|
+
businessInfo?: {
|
|
415
|
+
uiSetting?: AnyObject | undefined;
|
|
416
|
+
topicInfo?: {
|
|
417
|
+
[x: string]: any;
|
|
418
|
+
param?: AnyObject | undefined;
|
|
419
|
+
} | undefined;
|
|
420
|
+
} | undefined;
|
|
421
|
+
labelList?: AnyObject[] | undefined;
|
|
422
|
+
notDisturb: boolean;
|
|
423
|
+
};
|
|
209
424
|
id: string;
|
|
210
425
|
userInfo: AnyObject;
|
|
211
426
|
msgList: {
|
|
@@ -214,7 +429,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
214
429
|
sessionKey: string;
|
|
215
430
|
content: {
|
|
216
431
|
[x: string]: any;
|
|
217
|
-
chatMessageType:
|
|
432
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
218
433
|
msg: string;
|
|
219
434
|
referenceContent?: any;
|
|
220
435
|
forwardMessageList?: AnyObject[] | undefined;
|
|
@@ -232,11 +447,49 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
232
447
|
__time?: string | undefined;
|
|
233
448
|
__sendTime?: string | undefined;
|
|
234
449
|
}[];
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
450
|
+
sessionList: {
|
|
451
|
+
id: string;
|
|
452
|
+
sessionKey: string;
|
|
453
|
+
receiver: string;
|
|
454
|
+
createdTime: string;
|
|
455
|
+
avatar: string;
|
|
456
|
+
name: string;
|
|
457
|
+
defaultName: string;
|
|
458
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
459
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
460
|
+
status: import("./constants").STATUS;
|
|
461
|
+
sortTime: string;
|
|
462
|
+
topping: boolean;
|
|
463
|
+
unreadNum: number;
|
|
464
|
+
updatedTime: string;
|
|
465
|
+
lastMessageContent: string;
|
|
466
|
+
sender?: string | undefined;
|
|
467
|
+
lastMessageId?: string | undefined;
|
|
468
|
+
lastMessage?: {
|
|
469
|
+
[x: string]: any;
|
|
470
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
471
|
+
msg: string;
|
|
472
|
+
referenceContent?: any;
|
|
473
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
474
|
+
messageTemplate?: any;
|
|
475
|
+
messageTemplateData?: any;
|
|
476
|
+
fileUrl?: string | undefined;
|
|
477
|
+
avStatus?: string | undefined;
|
|
478
|
+
} | undefined;
|
|
479
|
+
lastMessageSendTime?: string | undefined;
|
|
480
|
+
lastMessageStatus?: string | undefined;
|
|
481
|
+
lastSenderName?: string | undefined;
|
|
482
|
+
businessInfo?: {
|
|
483
|
+
uiSetting?: AnyObject | undefined;
|
|
484
|
+
topicInfo?: {
|
|
485
|
+
[x: string]: any;
|
|
486
|
+
param?: AnyObject | undefined;
|
|
487
|
+
} | undefined;
|
|
488
|
+
} | undefined;
|
|
489
|
+
labelList?: AnyObject[] | undefined;
|
|
490
|
+
notDisturb: boolean;
|
|
491
|
+
}[];
|
|
238
492
|
isChangeSession: boolean;
|
|
239
|
-
updateSessionItem: AnyObject;
|
|
240
493
|
isUpdateSession: boolean;
|
|
241
494
|
currentReferenceMsg: AnyObject | null;
|
|
242
495
|
currentReEditMsg: AnyObject | null;
|
|
@@ -254,12 +507,136 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
254
507
|
info: AnyObject | null;
|
|
255
508
|
};
|
|
256
509
|
isForward: boolean;
|
|
510
|
+
loading: boolean;
|
|
257
511
|
};
|
|
258
|
-
openSession: (session: string |
|
|
259
|
-
closeSession: () =>
|
|
260
|
-
|
|
512
|
+
openSession: (session: string | import("./types").SessionItem) => Promise<void>;
|
|
513
|
+
closeSession: () => {
|
|
514
|
+
id: string;
|
|
515
|
+
sessionKey: string;
|
|
516
|
+
receiver: string;
|
|
517
|
+
createdTime: string;
|
|
518
|
+
avatar: string;
|
|
519
|
+
name: string;
|
|
520
|
+
defaultName: string;
|
|
521
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
522
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
523
|
+
status: import("./constants").STATUS;
|
|
524
|
+
sortTime: string;
|
|
525
|
+
topping: boolean;
|
|
526
|
+
unreadNum: number;
|
|
527
|
+
updatedTime: string;
|
|
528
|
+
lastMessageContent: string;
|
|
529
|
+
sender?: string | undefined;
|
|
530
|
+
lastMessageId?: string | undefined;
|
|
531
|
+
lastMessage?: {
|
|
532
|
+
[x: string]: any;
|
|
533
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
534
|
+
msg: string;
|
|
535
|
+
referenceContent?: any;
|
|
536
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
537
|
+
messageTemplate?: any;
|
|
538
|
+
messageTemplateData?: any;
|
|
539
|
+
fileUrl?: string | undefined;
|
|
540
|
+
avStatus?: string | undefined;
|
|
541
|
+
} | undefined;
|
|
542
|
+
lastMessageSendTime?: string | undefined;
|
|
543
|
+
lastMessageStatus?: string | undefined;
|
|
544
|
+
lastSenderName?: string | undefined;
|
|
545
|
+
businessInfo?: {
|
|
546
|
+
uiSetting?: AnyObject | undefined;
|
|
547
|
+
topicInfo?: {
|
|
548
|
+
[x: string]: any;
|
|
549
|
+
param?: AnyObject | undefined;
|
|
550
|
+
} | undefined;
|
|
551
|
+
} | undefined;
|
|
552
|
+
labelList?: AnyObject[] | undefined;
|
|
553
|
+
notDisturb: boolean;
|
|
554
|
+
} | null;
|
|
555
|
+
getCurrentSession: () => {
|
|
556
|
+
id: string;
|
|
557
|
+
sessionKey: string;
|
|
558
|
+
receiver: string;
|
|
559
|
+
createdTime: string;
|
|
560
|
+
avatar: string;
|
|
561
|
+
name: string;
|
|
562
|
+
defaultName: string;
|
|
563
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
564
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
565
|
+
status: import("./constants").STATUS;
|
|
566
|
+
sortTime: string;
|
|
567
|
+
topping: boolean;
|
|
568
|
+
unreadNum: number;
|
|
569
|
+
updatedTime: string;
|
|
570
|
+
lastMessageContent: string;
|
|
571
|
+
sender?: string | undefined;
|
|
572
|
+
lastMessageId?: string | undefined;
|
|
573
|
+
lastMessage?: {
|
|
574
|
+
[x: string]: any;
|
|
575
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
576
|
+
msg: string;
|
|
577
|
+
referenceContent?: any;
|
|
578
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
579
|
+
messageTemplate?: any;
|
|
580
|
+
messageTemplateData?: any;
|
|
581
|
+
fileUrl?: string | undefined;
|
|
582
|
+
avStatus?: string | undefined;
|
|
583
|
+
} | undefined;
|
|
584
|
+
lastMessageSendTime?: string | undefined;
|
|
585
|
+
lastMessageStatus?: string | undefined;
|
|
586
|
+
lastSenderName?: string | undefined;
|
|
587
|
+
businessInfo?: {
|
|
588
|
+
uiSetting?: AnyObject | undefined;
|
|
589
|
+
topicInfo?: {
|
|
590
|
+
[x: string]: any;
|
|
591
|
+
param?: AnyObject | undefined;
|
|
592
|
+
} | undefined;
|
|
593
|
+
} | undefined;
|
|
594
|
+
labelList?: AnyObject[] | undefined;
|
|
595
|
+
notDisturb: boolean;
|
|
596
|
+
} | null;
|
|
261
597
|
isEnded: import("vue").ComputedRef<boolean>;
|
|
262
|
-
getUnreadData: () =>
|
|
598
|
+
getUnreadData: () => {
|
|
599
|
+
id: string;
|
|
600
|
+
sessionKey: string;
|
|
601
|
+
receiver: string;
|
|
602
|
+
createdTime: string;
|
|
603
|
+
avatar: string;
|
|
604
|
+
name: string;
|
|
605
|
+
defaultName: string;
|
|
606
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
607
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
608
|
+
status: import("./constants").STATUS;
|
|
609
|
+
sortTime: string;
|
|
610
|
+
topping: boolean;
|
|
611
|
+
unreadNum: number;
|
|
612
|
+
updatedTime: string;
|
|
613
|
+
lastMessageContent: string;
|
|
614
|
+
sender?: string | undefined;
|
|
615
|
+
lastMessageId?: string | undefined;
|
|
616
|
+
lastMessage?: {
|
|
617
|
+
[x: string]: any;
|
|
618
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
619
|
+
msg: string;
|
|
620
|
+
referenceContent?: any;
|
|
621
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
622
|
+
messageTemplate?: any;
|
|
623
|
+
messageTemplateData?: any;
|
|
624
|
+
fileUrl?: string | undefined;
|
|
625
|
+
avStatus?: string | undefined;
|
|
626
|
+
} | undefined;
|
|
627
|
+
lastMessageSendTime?: string | undefined;
|
|
628
|
+
lastMessageStatus?: string | undefined;
|
|
629
|
+
lastSenderName?: string | undefined;
|
|
630
|
+
businessInfo?: {
|
|
631
|
+
uiSetting?: AnyObject | undefined;
|
|
632
|
+
topicInfo?: {
|
|
633
|
+
[x: string]: any;
|
|
634
|
+
param?: AnyObject | undefined;
|
|
635
|
+
} | undefined;
|
|
636
|
+
} | undefined;
|
|
637
|
+
labelList?: AnyObject[] | undefined;
|
|
638
|
+
notDisturb: boolean;
|
|
639
|
+
}[];
|
|
263
640
|
readonly NLayout: any;
|
|
264
641
|
readonly NLayoutContent: any;
|
|
265
642
|
readonly NSpin: any;
|
|
@@ -296,8 +673,50 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
296
673
|
filterList: import("vue").Ref<AnyObject[], AnyObject[]>;
|
|
297
674
|
handleInput: () => void;
|
|
298
675
|
state: {
|
|
299
|
-
|
|
300
|
-
|
|
676
|
+
[x: string]: any;
|
|
677
|
+
orgId: string;
|
|
678
|
+
currentSessionItem: {
|
|
679
|
+
id: string;
|
|
680
|
+
sessionKey: string;
|
|
681
|
+
receiver: string;
|
|
682
|
+
createdTime: string;
|
|
683
|
+
avatar: string;
|
|
684
|
+
name: string;
|
|
685
|
+
defaultName: string;
|
|
686
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
687
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
688
|
+
status: import("./constants").STATUS;
|
|
689
|
+
sortTime: string;
|
|
690
|
+
topping: boolean;
|
|
691
|
+
unreadNum: number;
|
|
692
|
+
updatedTime: string;
|
|
693
|
+
lastMessageContent: string;
|
|
694
|
+
sender?: string | undefined;
|
|
695
|
+
lastMessageId?: string | undefined;
|
|
696
|
+
lastMessage?: {
|
|
697
|
+
[x: string]: any;
|
|
698
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
699
|
+
msg: string;
|
|
700
|
+
referenceContent?: any;
|
|
701
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
702
|
+
messageTemplate?: any;
|
|
703
|
+
messageTemplateData?: any;
|
|
704
|
+
fileUrl?: string | undefined;
|
|
705
|
+
avStatus?: string | undefined;
|
|
706
|
+
} | undefined;
|
|
707
|
+
lastMessageSendTime?: string | undefined;
|
|
708
|
+
lastMessageStatus?: string | undefined;
|
|
709
|
+
lastSenderName?: string | undefined;
|
|
710
|
+
businessInfo?: {
|
|
711
|
+
uiSetting?: AnyObject | undefined;
|
|
712
|
+
topicInfo?: {
|
|
713
|
+
[x: string]: any;
|
|
714
|
+
param?: AnyObject | undefined;
|
|
715
|
+
} | undefined;
|
|
716
|
+
} | undefined;
|
|
717
|
+
labelList?: AnyObject[] | undefined;
|
|
718
|
+
notDisturb: boolean;
|
|
719
|
+
};
|
|
301
720
|
id: string;
|
|
302
721
|
userInfo: AnyObject;
|
|
303
722
|
msgList: {
|
|
@@ -306,7 +725,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
306
725
|
sessionKey: string;
|
|
307
726
|
content: {
|
|
308
727
|
[x: string]: any;
|
|
309
|
-
chatMessageType:
|
|
728
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
310
729
|
msg: string;
|
|
311
730
|
referenceContent?: any;
|
|
312
731
|
forwardMessageList?: AnyObject[] | undefined;
|
|
@@ -324,11 +743,49 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
324
743
|
__time?: string | undefined;
|
|
325
744
|
__sendTime?: string | undefined;
|
|
326
745
|
}[];
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
746
|
+
sessionList: {
|
|
747
|
+
id: string;
|
|
748
|
+
sessionKey: string;
|
|
749
|
+
receiver: string;
|
|
750
|
+
createdTime: string;
|
|
751
|
+
avatar: string;
|
|
752
|
+
name: string;
|
|
753
|
+
defaultName: string;
|
|
754
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
755
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
756
|
+
status: import("./constants").STATUS;
|
|
757
|
+
sortTime: string;
|
|
758
|
+
topping: boolean;
|
|
759
|
+
unreadNum: number;
|
|
760
|
+
updatedTime: string;
|
|
761
|
+
lastMessageContent: string;
|
|
762
|
+
sender?: string | undefined;
|
|
763
|
+
lastMessageId?: string | undefined;
|
|
764
|
+
lastMessage?: {
|
|
765
|
+
[x: string]: any;
|
|
766
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
767
|
+
msg: string;
|
|
768
|
+
referenceContent?: any;
|
|
769
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
770
|
+
messageTemplate?: any;
|
|
771
|
+
messageTemplateData?: any;
|
|
772
|
+
fileUrl?: string | undefined;
|
|
773
|
+
avStatus?: string | undefined;
|
|
774
|
+
} | undefined;
|
|
775
|
+
lastMessageSendTime?: string | undefined;
|
|
776
|
+
lastMessageStatus?: string | undefined;
|
|
777
|
+
lastSenderName?: string | undefined;
|
|
778
|
+
businessInfo?: {
|
|
779
|
+
uiSetting?: AnyObject | undefined;
|
|
780
|
+
topicInfo?: {
|
|
781
|
+
[x: string]: any;
|
|
782
|
+
param?: AnyObject | undefined;
|
|
783
|
+
} | undefined;
|
|
784
|
+
} | undefined;
|
|
785
|
+
labelList?: AnyObject[] | undefined;
|
|
786
|
+
notDisturb: boolean;
|
|
787
|
+
}[];
|
|
330
788
|
isChangeSession: boolean;
|
|
331
|
-
updateSessionItem: AnyObject;
|
|
332
789
|
isUpdateSession: boolean;
|
|
333
790
|
currentReferenceMsg: AnyObject | null;
|
|
334
791
|
currentReEditMsg: AnyObject | null;
|
|
@@ -346,20 +803,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
346
803
|
info: AnyObject | null;
|
|
347
804
|
};
|
|
348
805
|
isForward: boolean;
|
|
806
|
+
loading: boolean;
|
|
349
807
|
};
|
|
350
808
|
unreadTotal: import("vue").ComputedRef<number>;
|
|
351
809
|
filterable: import("vue").Ref<any, any>;
|
|
352
|
-
openSession: (session: string |
|
|
353
|
-
setUpdateSessionItem: (item:
|
|
810
|
+
openSession: (session: string | import("./types").SessionItem) => Promise<void>;
|
|
811
|
+
setUpdateSessionItem: (item: import("./types").SessionItem) => void;
|
|
354
812
|
setCurrentSessionItem: (item: AnyObject) => void;
|
|
355
813
|
currentWidth: import("vue").ComputedRef<number>;
|
|
356
|
-
sessionList: import("vue").ComputedRef<
|
|
814
|
+
sessionList: import("vue").ComputedRef<import("./types").SessionItem[]>;
|
|
357
815
|
getLabelNum: (session: AnyObject) => number;
|
|
358
816
|
changeWidth: ({ distance }: AnyObject) => void;
|
|
359
817
|
handleFilter: (key: string) => void;
|
|
360
818
|
showSession: (item: AnyObject, currentKey?: string) => boolean | undefined;
|
|
361
819
|
handleContextmenu: (event: MouseEvent, id: string) => Promise<void>;
|
|
362
|
-
handleSelect: (key: string, session:
|
|
820
|
+
handleSelect: (key: string, session: import("./types").SessionItem) => Promise<void>;
|
|
363
821
|
handleUpdateShow: (value: boolean) => void;
|
|
364
822
|
handleClickoutside: (e: Event) => void;
|
|
365
823
|
handleUpdateDate: (value: string[]) => void;
|
|
@@ -443,9 +901,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
443
901
|
type: StringConstructor;
|
|
444
902
|
default: string;
|
|
445
903
|
};
|
|
904
|
+
updateValueOnClose: {
|
|
905
|
+
type: BooleanConstructor;
|
|
906
|
+
default: boolean;
|
|
907
|
+
};
|
|
446
908
|
isDateDisabled: {
|
|
447
909
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
448
910
|
};
|
|
911
|
+
propKey: {
|
|
912
|
+
type: StringConstructor;
|
|
913
|
+
};
|
|
914
|
+
shortcutListenerConfig: {
|
|
915
|
+
type: PropType<{
|
|
916
|
+
enable: boolean;
|
|
917
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
918
|
+
}>;
|
|
919
|
+
};
|
|
449
920
|
}>, {
|
|
450
921
|
attrs: {
|
|
451
922
|
[x: string]: unknown;
|
|
@@ -478,9 +949,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
478
949
|
type: StringConstructor;
|
|
479
950
|
default: string;
|
|
480
951
|
};
|
|
952
|
+
updateValueOnClose: {
|
|
953
|
+
type: BooleanConstructor;
|
|
954
|
+
default: boolean;
|
|
955
|
+
};
|
|
481
956
|
isDateDisabled: {
|
|
482
957
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
483
958
|
};
|
|
959
|
+
propKey: {
|
|
960
|
+
type: StringConstructor;
|
|
961
|
+
};
|
|
962
|
+
shortcutListenerConfig: {
|
|
963
|
+
type: PropType<{
|
|
964
|
+
enable: boolean;
|
|
965
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
966
|
+
}>;
|
|
967
|
+
};
|
|
484
968
|
}>> & Readonly<{
|
|
485
969
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
486
970
|
}> & {}>;
|
|
@@ -497,6 +981,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
497
981
|
focus: () => any;
|
|
498
982
|
blur: () => any;
|
|
499
983
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
984
|
+
handleShortcutClick: (event: MouseEvent) => void;
|
|
500
985
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
501
986
|
watchers: import("../../../shared/types").AnyFn[];
|
|
502
987
|
stopWatcher: () => void;
|
|
@@ -533,9 +1018,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
533
1018
|
type: StringConstructor;
|
|
534
1019
|
default: string;
|
|
535
1020
|
};
|
|
1021
|
+
updateValueOnClose: {
|
|
1022
|
+
type: BooleanConstructor;
|
|
1023
|
+
default: boolean;
|
|
1024
|
+
};
|
|
536
1025
|
isDateDisabled: {
|
|
537
1026
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
538
1027
|
};
|
|
1028
|
+
propKey: {
|
|
1029
|
+
type: StringConstructor;
|
|
1030
|
+
};
|
|
1031
|
+
shortcutListenerConfig: {
|
|
1032
|
+
type: PropType<{
|
|
1033
|
+
enable: boolean;
|
|
1034
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1035
|
+
}>;
|
|
1036
|
+
};
|
|
539
1037
|
}>> & Readonly<{
|
|
540
1038
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
541
1039
|
}>, {
|
|
@@ -543,6 +1041,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
543
1041
|
updateUnchangedValue: boolean;
|
|
544
1042
|
to: string | false | HTMLElement;
|
|
545
1043
|
holidays: Date[];
|
|
1044
|
+
updateValueOnClose: boolean;
|
|
546
1045
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
547
1046
|
readonly SearchOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
548
1047
|
readonly userItemRender: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -618,8 +1117,50 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
618
1117
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
619
1118
|
ChatHeader: import("vue").DefineComponent<{}, {
|
|
620
1119
|
state: {
|
|
621
|
-
|
|
622
|
-
|
|
1120
|
+
[x: string]: any;
|
|
1121
|
+
orgId: string;
|
|
1122
|
+
currentSessionItem: {
|
|
1123
|
+
id: string;
|
|
1124
|
+
sessionKey: string;
|
|
1125
|
+
receiver: string;
|
|
1126
|
+
createdTime: string;
|
|
1127
|
+
avatar: string;
|
|
1128
|
+
name: string;
|
|
1129
|
+
defaultName: string;
|
|
1130
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
1131
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
1132
|
+
status: import("./constants").STATUS;
|
|
1133
|
+
sortTime: string;
|
|
1134
|
+
topping: boolean;
|
|
1135
|
+
unreadNum: number;
|
|
1136
|
+
updatedTime: string;
|
|
1137
|
+
lastMessageContent: string;
|
|
1138
|
+
sender?: string | undefined;
|
|
1139
|
+
lastMessageId?: string | undefined;
|
|
1140
|
+
lastMessage?: {
|
|
1141
|
+
[x: string]: any;
|
|
1142
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
1143
|
+
msg: string;
|
|
1144
|
+
referenceContent?: any;
|
|
1145
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
1146
|
+
messageTemplate?: any;
|
|
1147
|
+
messageTemplateData?: any;
|
|
1148
|
+
fileUrl?: string | undefined;
|
|
1149
|
+
avStatus?: string | undefined;
|
|
1150
|
+
} | undefined;
|
|
1151
|
+
lastMessageSendTime?: string | undefined;
|
|
1152
|
+
lastMessageStatus?: string | undefined;
|
|
1153
|
+
lastSenderName?: string | undefined;
|
|
1154
|
+
businessInfo?: {
|
|
1155
|
+
uiSetting?: AnyObject | undefined;
|
|
1156
|
+
topicInfo?: {
|
|
1157
|
+
[x: string]: any;
|
|
1158
|
+
param?: AnyObject | undefined;
|
|
1159
|
+
} | undefined;
|
|
1160
|
+
} | undefined;
|
|
1161
|
+
labelList?: AnyObject[] | undefined;
|
|
1162
|
+
notDisturb: boolean;
|
|
1163
|
+
};
|
|
623
1164
|
id: string;
|
|
624
1165
|
userInfo: AnyObject;
|
|
625
1166
|
msgList: {
|
|
@@ -628,7 +1169,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
628
1169
|
sessionKey: string;
|
|
629
1170
|
content: {
|
|
630
1171
|
[x: string]: any;
|
|
631
|
-
chatMessageType:
|
|
1172
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
632
1173
|
msg: string;
|
|
633
1174
|
referenceContent?: any;
|
|
634
1175
|
forwardMessageList?: AnyObject[] | undefined;
|
|
@@ -646,11 +1187,49 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
646
1187
|
__time?: string | undefined;
|
|
647
1188
|
__sendTime?: string | undefined;
|
|
648
1189
|
}[];
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
1190
|
+
sessionList: {
|
|
1191
|
+
id: string;
|
|
1192
|
+
sessionKey: string;
|
|
1193
|
+
receiver: string;
|
|
1194
|
+
createdTime: string;
|
|
1195
|
+
avatar: string;
|
|
1196
|
+
name: string;
|
|
1197
|
+
defaultName: string;
|
|
1198
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
1199
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
1200
|
+
status: import("./constants").STATUS;
|
|
1201
|
+
sortTime: string;
|
|
1202
|
+
topping: boolean;
|
|
1203
|
+
unreadNum: number;
|
|
1204
|
+
updatedTime: string;
|
|
1205
|
+
lastMessageContent: string;
|
|
1206
|
+
sender?: string | undefined;
|
|
1207
|
+
lastMessageId?: string | undefined;
|
|
1208
|
+
lastMessage?: {
|
|
1209
|
+
[x: string]: any;
|
|
1210
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
1211
|
+
msg: string;
|
|
1212
|
+
referenceContent?: any;
|
|
1213
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
1214
|
+
messageTemplate?: any;
|
|
1215
|
+
messageTemplateData?: any;
|
|
1216
|
+
fileUrl?: string | undefined;
|
|
1217
|
+
avStatus?: string | undefined;
|
|
1218
|
+
} | undefined;
|
|
1219
|
+
lastMessageSendTime?: string | undefined;
|
|
1220
|
+
lastMessageStatus?: string | undefined;
|
|
1221
|
+
lastSenderName?: string | undefined;
|
|
1222
|
+
businessInfo?: {
|
|
1223
|
+
uiSetting?: AnyObject | undefined;
|
|
1224
|
+
topicInfo?: {
|
|
1225
|
+
[x: string]: any;
|
|
1226
|
+
param?: AnyObject | undefined;
|
|
1227
|
+
} | undefined;
|
|
1228
|
+
} | undefined;
|
|
1229
|
+
labelList?: AnyObject[] | undefined;
|
|
1230
|
+
notDisturb: boolean;
|
|
1231
|
+
}[];
|
|
652
1232
|
isChangeSession: boolean;
|
|
653
|
-
updateSessionItem: AnyObject;
|
|
654
1233
|
isUpdateSession: boolean;
|
|
655
1234
|
currentReferenceMsg: AnyObject | null;
|
|
656
1235
|
currentReEditMsg: AnyObject | null;
|
|
@@ -668,6 +1247,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
668
1247
|
info: AnyObject | null;
|
|
669
1248
|
};
|
|
670
1249
|
isForward: boolean;
|
|
1250
|
+
loading: boolean;
|
|
671
1251
|
};
|
|
672
1252
|
isGroupChat: import("vue").ComputedRef<boolean>;
|
|
673
1253
|
isGroupLeader: import("vue").ComputedRef<boolean>;
|
|
@@ -702,8 +1282,50 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
702
1282
|
[x: string]: unknown;
|
|
703
1283
|
};
|
|
704
1284
|
state: {
|
|
705
|
-
|
|
706
|
-
|
|
1285
|
+
[x: string]: any;
|
|
1286
|
+
orgId: string;
|
|
1287
|
+
currentSessionItem: {
|
|
1288
|
+
id: string;
|
|
1289
|
+
sessionKey: string;
|
|
1290
|
+
receiver: string;
|
|
1291
|
+
createdTime: string;
|
|
1292
|
+
avatar: string;
|
|
1293
|
+
name: string;
|
|
1294
|
+
defaultName: string;
|
|
1295
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
1296
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
1297
|
+
status: import("./constants").STATUS;
|
|
1298
|
+
sortTime: string;
|
|
1299
|
+
topping: boolean;
|
|
1300
|
+
unreadNum: number;
|
|
1301
|
+
updatedTime: string;
|
|
1302
|
+
lastMessageContent: string;
|
|
1303
|
+
sender?: string | undefined;
|
|
1304
|
+
lastMessageId?: string | undefined;
|
|
1305
|
+
lastMessage?: {
|
|
1306
|
+
[x: string]: any;
|
|
1307
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
1308
|
+
msg: string;
|
|
1309
|
+
referenceContent?: any;
|
|
1310
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
1311
|
+
messageTemplate?: any;
|
|
1312
|
+
messageTemplateData?: any;
|
|
1313
|
+
fileUrl?: string | undefined;
|
|
1314
|
+
avStatus?: string | undefined;
|
|
1315
|
+
} | undefined;
|
|
1316
|
+
lastMessageSendTime?: string | undefined;
|
|
1317
|
+
lastMessageStatus?: string | undefined;
|
|
1318
|
+
lastSenderName?: string | undefined;
|
|
1319
|
+
businessInfo?: {
|
|
1320
|
+
uiSetting?: AnyObject | undefined;
|
|
1321
|
+
topicInfo?: {
|
|
1322
|
+
[x: string]: any;
|
|
1323
|
+
param?: AnyObject | undefined;
|
|
1324
|
+
} | undefined;
|
|
1325
|
+
} | undefined;
|
|
1326
|
+
labelList?: AnyObject[] | undefined;
|
|
1327
|
+
notDisturb: boolean;
|
|
1328
|
+
};
|
|
707
1329
|
id: string;
|
|
708
1330
|
userInfo: AnyObject;
|
|
709
1331
|
msgList: {
|
|
@@ -712,7 +1334,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
712
1334
|
sessionKey: string;
|
|
713
1335
|
content: {
|
|
714
1336
|
[x: string]: any;
|
|
715
|
-
chatMessageType:
|
|
1337
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
716
1338
|
msg: string;
|
|
717
1339
|
referenceContent?: any;
|
|
718
1340
|
forwardMessageList?: AnyObject[] | undefined;
|
|
@@ -730,11 +1352,49 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
730
1352
|
__time?: string | undefined;
|
|
731
1353
|
__sendTime?: string | undefined;
|
|
732
1354
|
}[];
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
1355
|
+
sessionList: {
|
|
1356
|
+
id: string;
|
|
1357
|
+
sessionKey: string;
|
|
1358
|
+
receiver: string;
|
|
1359
|
+
createdTime: string;
|
|
1360
|
+
avatar: string;
|
|
1361
|
+
name: string;
|
|
1362
|
+
defaultName: string;
|
|
1363
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
1364
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
1365
|
+
status: import("./constants").STATUS;
|
|
1366
|
+
sortTime: string;
|
|
1367
|
+
topping: boolean;
|
|
1368
|
+
unreadNum: number;
|
|
1369
|
+
updatedTime: string;
|
|
1370
|
+
lastMessageContent: string;
|
|
1371
|
+
sender?: string | undefined;
|
|
1372
|
+
lastMessageId?: string | undefined;
|
|
1373
|
+
lastMessage?: {
|
|
1374
|
+
[x: string]: any;
|
|
1375
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
1376
|
+
msg: string;
|
|
1377
|
+
referenceContent?: any;
|
|
1378
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
1379
|
+
messageTemplate?: any;
|
|
1380
|
+
messageTemplateData?: any;
|
|
1381
|
+
fileUrl?: string | undefined;
|
|
1382
|
+
avStatus?: string | undefined;
|
|
1383
|
+
} | undefined;
|
|
1384
|
+
lastMessageSendTime?: string | undefined;
|
|
1385
|
+
lastMessageStatus?: string | undefined;
|
|
1386
|
+
lastSenderName?: string | undefined;
|
|
1387
|
+
businessInfo?: {
|
|
1388
|
+
uiSetting?: AnyObject | undefined;
|
|
1389
|
+
topicInfo?: {
|
|
1390
|
+
[x: string]: any;
|
|
1391
|
+
param?: AnyObject | undefined;
|
|
1392
|
+
} | undefined;
|
|
1393
|
+
} | undefined;
|
|
1394
|
+
labelList?: AnyObject[] | undefined;
|
|
1395
|
+
notDisturb: boolean;
|
|
1396
|
+
}[];
|
|
736
1397
|
isChangeSession: boolean;
|
|
737
|
-
updateSessionItem: AnyObject;
|
|
738
1398
|
isUpdateSession: boolean;
|
|
739
1399
|
currentReferenceMsg: AnyObject | null;
|
|
740
1400
|
currentReEditMsg: AnyObject | null;
|
|
@@ -752,11 +1412,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
752
1412
|
info: AnyObject | null;
|
|
753
1413
|
};
|
|
754
1414
|
isForward: boolean;
|
|
1415
|
+
loading: boolean;
|
|
755
1416
|
};
|
|
756
1417
|
setCurrentSessionItem: (item: AnyObject) => void;
|
|
757
1418
|
setUserDetail: (event: MouseEvent, userDetail: AnyObject) => void;
|
|
758
1419
|
isGroupChat: import("vue").ComputedRef<boolean>;
|
|
759
1420
|
isGroupLeader: import("vue").ComputedRef<boolean>;
|
|
1421
|
+
handleStreamOutput: () => Promise<{
|
|
1422
|
+
msgId: string;
|
|
1423
|
+
content: string;
|
|
1424
|
+
} | undefined>;
|
|
760
1425
|
inputRef: import("vue").Ref<any, any>;
|
|
761
1426
|
groupNameEditing: import("vue").Ref<boolean, boolean>;
|
|
762
1427
|
groupName: import("vue").Ref<string, string>;
|
|
@@ -766,6 +1431,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
766
1431
|
handleTopping: (value: boolean) => Promise<void>;
|
|
767
1432
|
handleLeaveGroup: (dissolution: boolean) => Promise<void>;
|
|
768
1433
|
handleToEdit: () => Promise<void>;
|
|
1434
|
+
handleGroupSummary: () => Promise<import("naive-ui/es/message").MessageReactive | undefined>;
|
|
769
1435
|
submitFormData: (o: AnyObject) => Promise<void>;
|
|
770
1436
|
handleGroupName: () => Promise<void>;
|
|
771
1437
|
handleAvatar: (options: import("./types").FileOptions) => Promise<void>;
|
|
@@ -846,8 +1512,50 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
846
1512
|
}> & {}>;
|
|
847
1513
|
emit: (event: "comfirm", ...args: any[]) => void;
|
|
848
1514
|
state: {
|
|
849
|
-
|
|
850
|
-
|
|
1515
|
+
[x: string]: any;
|
|
1516
|
+
orgId: string;
|
|
1517
|
+
currentSessionItem: {
|
|
1518
|
+
id: string;
|
|
1519
|
+
sessionKey: string;
|
|
1520
|
+
receiver: string;
|
|
1521
|
+
createdTime: string;
|
|
1522
|
+
avatar: string;
|
|
1523
|
+
name: string;
|
|
1524
|
+
defaultName: string;
|
|
1525
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
1526
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
1527
|
+
status: import("./constants").STATUS;
|
|
1528
|
+
sortTime: string;
|
|
1529
|
+
topping: boolean;
|
|
1530
|
+
unreadNum: number;
|
|
1531
|
+
updatedTime: string;
|
|
1532
|
+
lastMessageContent: string;
|
|
1533
|
+
sender?: string | undefined;
|
|
1534
|
+
lastMessageId?: string | undefined;
|
|
1535
|
+
lastMessage?: {
|
|
1536
|
+
[x: string]: any;
|
|
1537
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
1538
|
+
msg: string;
|
|
1539
|
+
referenceContent?: any;
|
|
1540
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
1541
|
+
messageTemplate?: any;
|
|
1542
|
+
messageTemplateData?: any;
|
|
1543
|
+
fileUrl?: string | undefined;
|
|
1544
|
+
avStatus?: string | undefined;
|
|
1545
|
+
} | undefined;
|
|
1546
|
+
lastMessageSendTime?: string | undefined;
|
|
1547
|
+
lastMessageStatus?: string | undefined;
|
|
1548
|
+
lastSenderName?: string | undefined;
|
|
1549
|
+
businessInfo?: {
|
|
1550
|
+
uiSetting?: AnyObject | undefined;
|
|
1551
|
+
topicInfo?: {
|
|
1552
|
+
[x: string]: any;
|
|
1553
|
+
param?: AnyObject | undefined;
|
|
1554
|
+
} | undefined;
|
|
1555
|
+
} | undefined;
|
|
1556
|
+
labelList?: AnyObject[] | undefined;
|
|
1557
|
+
notDisturb: boolean;
|
|
1558
|
+
};
|
|
851
1559
|
id: string;
|
|
852
1560
|
userInfo: AnyObject;
|
|
853
1561
|
msgList: {
|
|
@@ -856,7 +1564,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
856
1564
|
sessionKey: string;
|
|
857
1565
|
content: {
|
|
858
1566
|
[x: string]: any;
|
|
859
|
-
chatMessageType:
|
|
1567
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
860
1568
|
msg: string;
|
|
861
1569
|
referenceContent?: any;
|
|
862
1570
|
forwardMessageList?: AnyObject[] | undefined;
|
|
@@ -874,11 +1582,49 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
874
1582
|
__time?: string | undefined;
|
|
875
1583
|
__sendTime?: string | undefined;
|
|
876
1584
|
}[];
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
1585
|
+
sessionList: {
|
|
1586
|
+
id: string;
|
|
1587
|
+
sessionKey: string;
|
|
1588
|
+
receiver: string;
|
|
1589
|
+
createdTime: string;
|
|
1590
|
+
avatar: string;
|
|
1591
|
+
name: string;
|
|
1592
|
+
defaultName: string;
|
|
1593
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
1594
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
1595
|
+
status: import("./constants").STATUS;
|
|
1596
|
+
sortTime: string;
|
|
1597
|
+
topping: boolean;
|
|
1598
|
+
unreadNum: number;
|
|
1599
|
+
updatedTime: string;
|
|
1600
|
+
lastMessageContent: string;
|
|
1601
|
+
sender?: string | undefined;
|
|
1602
|
+
lastMessageId?: string | undefined;
|
|
1603
|
+
lastMessage?: {
|
|
1604
|
+
[x: string]: any;
|
|
1605
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
1606
|
+
msg: string;
|
|
1607
|
+
referenceContent?: any;
|
|
1608
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
1609
|
+
messageTemplate?: any;
|
|
1610
|
+
messageTemplateData?: any;
|
|
1611
|
+
fileUrl?: string | undefined;
|
|
1612
|
+
avStatus?: string | undefined;
|
|
1613
|
+
} | undefined;
|
|
1614
|
+
lastMessageSendTime?: string | undefined;
|
|
1615
|
+
lastMessageStatus?: string | undefined;
|
|
1616
|
+
lastSenderName?: string | undefined;
|
|
1617
|
+
businessInfo?: {
|
|
1618
|
+
uiSetting?: AnyObject | undefined;
|
|
1619
|
+
topicInfo?: {
|
|
1620
|
+
[x: string]: any;
|
|
1621
|
+
param?: AnyObject | undefined;
|
|
1622
|
+
} | undefined;
|
|
1623
|
+
} | undefined;
|
|
1624
|
+
labelList?: AnyObject[] | undefined;
|
|
1625
|
+
notDisturb: boolean;
|
|
1626
|
+
}[];
|
|
880
1627
|
isChangeSession: boolean;
|
|
881
|
-
updateSessionItem: AnyObject;
|
|
882
1628
|
isUpdateSession: boolean;
|
|
883
1629
|
currentReferenceMsg: AnyObject | null;
|
|
884
1630
|
currentReEditMsg: AnyObject | null;
|
|
@@ -896,6 +1642,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
896
1642
|
info: AnyObject | null;
|
|
897
1643
|
};
|
|
898
1644
|
isForward: boolean;
|
|
1645
|
+
loading: boolean;
|
|
899
1646
|
};
|
|
900
1647
|
setCurrentSessionItem: (item: AnyObject) => void;
|
|
901
1648
|
listRef: import("vue").Ref<any, any>;
|
|
@@ -911,25 +1658,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
911
1658
|
handleInput: () => void;
|
|
912
1659
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
|
913
1660
|
sessionList: import("vue").ComputedRef<{
|
|
914
|
-
id:
|
|
915
|
-
name:
|
|
916
|
-
avatar:
|
|
917
|
-
chatType:
|
|
918
|
-
roleInfo:
|
|
1661
|
+
id: string;
|
|
1662
|
+
name: string;
|
|
1663
|
+
avatar: string;
|
|
1664
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
1665
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
919
1666
|
}[]>;
|
|
920
1667
|
friends: import("vue").ComputedRef<{
|
|
921
|
-
id:
|
|
922
|
-
name:
|
|
923
|
-
avatar:
|
|
924
|
-
chatType:
|
|
925
|
-
roleInfo:
|
|
1668
|
+
id: string;
|
|
1669
|
+
name: string;
|
|
1670
|
+
avatar: string;
|
|
1671
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
1672
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
926
1673
|
}[]>;
|
|
927
1674
|
groups: import("vue").ComputedRef<{
|
|
928
|
-
id:
|
|
929
|
-
name:
|
|
930
|
-
avatar:
|
|
931
|
-
chatType:
|
|
932
|
-
roleInfo:
|
|
1675
|
+
id: string;
|
|
1676
|
+
name: string;
|
|
1677
|
+
avatar: string;
|
|
1678
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
1679
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
933
1680
|
}[]>;
|
|
934
1681
|
checkedIds: import("vue").ComputedRef<any[]>;
|
|
935
1682
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
|
@@ -1026,8 +1773,50 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1026
1773
|
}>> & Readonly<{}> & {}>;
|
|
1027
1774
|
cssVars: import("vue").ComputedRef<AnyObject>;
|
|
1028
1775
|
state: {
|
|
1029
|
-
|
|
1030
|
-
|
|
1776
|
+
[x: string]: any;
|
|
1777
|
+
orgId: string;
|
|
1778
|
+
currentSessionItem: {
|
|
1779
|
+
id: string;
|
|
1780
|
+
sessionKey: string;
|
|
1781
|
+
receiver: string;
|
|
1782
|
+
createdTime: string;
|
|
1783
|
+
avatar: string;
|
|
1784
|
+
name: string;
|
|
1785
|
+
defaultName: string;
|
|
1786
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
1787
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
1788
|
+
status: import("./constants").STATUS;
|
|
1789
|
+
sortTime: string;
|
|
1790
|
+
topping: boolean;
|
|
1791
|
+
unreadNum: number;
|
|
1792
|
+
updatedTime: string;
|
|
1793
|
+
lastMessageContent: string;
|
|
1794
|
+
sender?: string | undefined;
|
|
1795
|
+
lastMessageId?: string | undefined;
|
|
1796
|
+
lastMessage?: {
|
|
1797
|
+
[x: string]: any;
|
|
1798
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
1799
|
+
msg: string;
|
|
1800
|
+
referenceContent?: any;
|
|
1801
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
1802
|
+
messageTemplate?: any;
|
|
1803
|
+
messageTemplateData?: any;
|
|
1804
|
+
fileUrl?: string | undefined;
|
|
1805
|
+
avStatus?: string | undefined;
|
|
1806
|
+
} | undefined;
|
|
1807
|
+
lastMessageSendTime?: string | undefined;
|
|
1808
|
+
lastMessageStatus?: string | undefined;
|
|
1809
|
+
lastSenderName?: string | undefined;
|
|
1810
|
+
businessInfo?: {
|
|
1811
|
+
uiSetting?: AnyObject | undefined;
|
|
1812
|
+
topicInfo?: {
|
|
1813
|
+
[x: string]: any;
|
|
1814
|
+
param?: AnyObject | undefined;
|
|
1815
|
+
} | undefined;
|
|
1816
|
+
} | undefined;
|
|
1817
|
+
labelList?: AnyObject[] | undefined;
|
|
1818
|
+
notDisturb: boolean;
|
|
1819
|
+
};
|
|
1031
1820
|
id: string;
|
|
1032
1821
|
userInfo: AnyObject;
|
|
1033
1822
|
msgList: {
|
|
@@ -1036,7 +1825,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1036
1825
|
sessionKey: string;
|
|
1037
1826
|
content: {
|
|
1038
1827
|
[x: string]: any;
|
|
1039
|
-
chatMessageType:
|
|
1828
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
1040
1829
|
msg: string;
|
|
1041
1830
|
referenceContent?: any;
|
|
1042
1831
|
forwardMessageList?: AnyObject[] | undefined;
|
|
@@ -1054,11 +1843,49 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1054
1843
|
__time?: string | undefined;
|
|
1055
1844
|
__sendTime?: string | undefined;
|
|
1056
1845
|
}[];
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1846
|
+
sessionList: {
|
|
1847
|
+
id: string;
|
|
1848
|
+
sessionKey: string;
|
|
1849
|
+
receiver: string;
|
|
1850
|
+
createdTime: string;
|
|
1851
|
+
avatar: string;
|
|
1852
|
+
name: string;
|
|
1853
|
+
defaultName: string;
|
|
1854
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
1855
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
1856
|
+
status: import("./constants").STATUS;
|
|
1857
|
+
sortTime: string;
|
|
1858
|
+
topping: boolean;
|
|
1859
|
+
unreadNum: number;
|
|
1860
|
+
updatedTime: string;
|
|
1861
|
+
lastMessageContent: string;
|
|
1862
|
+
sender?: string | undefined;
|
|
1863
|
+
lastMessageId?: string | undefined;
|
|
1864
|
+
lastMessage?: {
|
|
1865
|
+
[x: string]: any;
|
|
1866
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
1867
|
+
msg: string;
|
|
1868
|
+
referenceContent?: any;
|
|
1869
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
1870
|
+
messageTemplate?: any;
|
|
1871
|
+
messageTemplateData?: any;
|
|
1872
|
+
fileUrl?: string | undefined;
|
|
1873
|
+
avStatus?: string | undefined;
|
|
1874
|
+
} | undefined;
|
|
1875
|
+
lastMessageSendTime?: string | undefined;
|
|
1876
|
+
lastMessageStatus?: string | undefined;
|
|
1877
|
+
lastSenderName?: string | undefined;
|
|
1878
|
+
businessInfo?: {
|
|
1879
|
+
uiSetting?: AnyObject | undefined;
|
|
1880
|
+
topicInfo?: {
|
|
1881
|
+
[x: string]: any;
|
|
1882
|
+
param?: AnyObject | undefined;
|
|
1883
|
+
} | undefined;
|
|
1884
|
+
} | undefined;
|
|
1885
|
+
labelList?: AnyObject[] | undefined;
|
|
1886
|
+
notDisturb: boolean;
|
|
1887
|
+
}[];
|
|
1060
1888
|
isChangeSession: boolean;
|
|
1061
|
-
updateSessionItem: AnyObject;
|
|
1062
1889
|
isUpdateSession: boolean;
|
|
1063
1890
|
currentReferenceMsg: AnyObject | null;
|
|
1064
1891
|
currentReEditMsg: AnyObject | null;
|
|
@@ -1076,6 +1903,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1076
1903
|
info: AnyObject | null;
|
|
1077
1904
|
};
|
|
1078
1905
|
isForward: boolean;
|
|
1906
|
+
loading: boolean;
|
|
1079
1907
|
};
|
|
1080
1908
|
relayMessage: (param: {
|
|
1081
1909
|
checkedIds: string[];
|
|
@@ -1214,17 +2042,29 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1214
2042
|
}> & {}>;
|
|
1215
2043
|
emit: (event: "comfirm", ...args: any[]) => void;
|
|
1216
2044
|
state: {
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
userInfo: AnyObject;
|
|
1221
|
-
msgList: {
|
|
1222
|
-
[x: string]: any;
|
|
2045
|
+
[x: string]: any;
|
|
2046
|
+
orgId: string;
|
|
2047
|
+
currentSessionItem: {
|
|
1223
2048
|
id: string;
|
|
1224
2049
|
sessionKey: string;
|
|
1225
|
-
|
|
2050
|
+
receiver: string;
|
|
2051
|
+
createdTime: string;
|
|
2052
|
+
avatar: string;
|
|
2053
|
+
name: string;
|
|
2054
|
+
defaultName: string;
|
|
2055
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
2056
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
2057
|
+
status: import("./constants").STATUS;
|
|
2058
|
+
sortTime: string;
|
|
2059
|
+
topping: boolean;
|
|
2060
|
+
unreadNum: number;
|
|
2061
|
+
updatedTime: string;
|
|
2062
|
+
lastMessageContent: string;
|
|
2063
|
+
sender?: string | undefined;
|
|
2064
|
+
lastMessageId?: string | undefined;
|
|
2065
|
+
lastMessage?: {
|
|
1226
2066
|
[x: string]: any;
|
|
1227
|
-
chatMessageType:
|
|
2067
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
1228
2068
|
msg: string;
|
|
1229
2069
|
referenceContent?: any;
|
|
1230
2070
|
forwardMessageList?: AnyObject[] | undefined;
|
|
@@ -1232,21 +2072,89 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1232
2072
|
messageTemplateData?: any;
|
|
1233
2073
|
fileUrl?: string | undefined;
|
|
1234
2074
|
avStatus?: string | undefined;
|
|
1235
|
-
};
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
2075
|
+
} | undefined;
|
|
2076
|
+
lastMessageSendTime?: string | undefined;
|
|
2077
|
+
lastMessageStatus?: string | undefined;
|
|
2078
|
+
lastSenderName?: string | undefined;
|
|
2079
|
+
businessInfo?: {
|
|
2080
|
+
uiSetting?: AnyObject | undefined;
|
|
2081
|
+
topicInfo?: {
|
|
2082
|
+
[x: string]: any;
|
|
2083
|
+
param?: AnyObject | undefined;
|
|
2084
|
+
} | undefined;
|
|
2085
|
+
} | undefined;
|
|
2086
|
+
labelList?: AnyObject[] | undefined;
|
|
2087
|
+
notDisturb: boolean;
|
|
2088
|
+
};
|
|
2089
|
+
id: string;
|
|
2090
|
+
userInfo: AnyObject;
|
|
2091
|
+
msgList: {
|
|
2092
|
+
[x: string]: any;
|
|
2093
|
+
id: string;
|
|
2094
|
+
sessionKey: string;
|
|
2095
|
+
content: {
|
|
2096
|
+
[x: string]: any;
|
|
2097
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
2098
|
+
msg: string;
|
|
2099
|
+
referenceContent?: any;
|
|
2100
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
2101
|
+
messageTemplate?: any;
|
|
2102
|
+
messageTemplateData?: any;
|
|
2103
|
+
fileUrl?: string | undefined;
|
|
2104
|
+
avStatus?: string | undefined;
|
|
2105
|
+
};
|
|
2106
|
+
senderName: string;
|
|
2107
|
+
sendTime: string;
|
|
2108
|
+
sender: string;
|
|
2109
|
+
status: string;
|
|
1240
2110
|
senderAvatar: string;
|
|
1241
2111
|
__content: string;
|
|
1242
2112
|
__time?: string | undefined;
|
|
1243
2113
|
__sendTime?: string | undefined;
|
|
1244
2114
|
}[];
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
2115
|
+
sessionList: {
|
|
2116
|
+
id: string;
|
|
2117
|
+
sessionKey: string;
|
|
2118
|
+
receiver: string;
|
|
2119
|
+
createdTime: string;
|
|
2120
|
+
avatar: string;
|
|
2121
|
+
name: string;
|
|
2122
|
+
defaultName: string;
|
|
2123
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
2124
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
2125
|
+
status: import("./constants").STATUS;
|
|
2126
|
+
sortTime: string;
|
|
2127
|
+
topping: boolean;
|
|
2128
|
+
unreadNum: number;
|
|
2129
|
+
updatedTime: string;
|
|
2130
|
+
lastMessageContent: string;
|
|
2131
|
+
sender?: string | undefined;
|
|
2132
|
+
lastMessageId?: string | undefined;
|
|
2133
|
+
lastMessage?: {
|
|
2134
|
+
[x: string]: any;
|
|
2135
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
2136
|
+
msg: string;
|
|
2137
|
+
referenceContent?: any;
|
|
2138
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
2139
|
+
messageTemplate?: any;
|
|
2140
|
+
messageTemplateData?: any;
|
|
2141
|
+
fileUrl?: string | undefined;
|
|
2142
|
+
avStatus?: string | undefined;
|
|
2143
|
+
} | undefined;
|
|
2144
|
+
lastMessageSendTime?: string | undefined;
|
|
2145
|
+
lastMessageStatus?: string | undefined;
|
|
2146
|
+
lastSenderName?: string | undefined;
|
|
2147
|
+
businessInfo?: {
|
|
2148
|
+
uiSetting?: AnyObject | undefined;
|
|
2149
|
+
topicInfo?: {
|
|
2150
|
+
[x: string]: any;
|
|
2151
|
+
param?: AnyObject | undefined;
|
|
2152
|
+
} | undefined;
|
|
2153
|
+
} | undefined;
|
|
2154
|
+
labelList?: AnyObject[] | undefined;
|
|
2155
|
+
notDisturb: boolean;
|
|
2156
|
+
}[];
|
|
1248
2157
|
isChangeSession: boolean;
|
|
1249
|
-
updateSessionItem: AnyObject;
|
|
1250
2158
|
isUpdateSession: boolean;
|
|
1251
2159
|
currentReferenceMsg: AnyObject | null;
|
|
1252
2160
|
currentReEditMsg: AnyObject | null;
|
|
@@ -1264,6 +2172,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1264
2172
|
info: AnyObject | null;
|
|
1265
2173
|
};
|
|
1266
2174
|
isForward: boolean;
|
|
2175
|
+
loading: boolean;
|
|
1267
2176
|
};
|
|
1268
2177
|
setCurrentSessionItem: (item: AnyObject) => void;
|
|
1269
2178
|
listRef: import("vue").Ref<any, any>;
|
|
@@ -1279,25 +2188,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1279
2188
|
handleInput: () => void;
|
|
1280
2189
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
|
1281
2190
|
sessionList: import("vue").ComputedRef<{
|
|
1282
|
-
id:
|
|
1283
|
-
name:
|
|
1284
|
-
avatar:
|
|
1285
|
-
chatType:
|
|
1286
|
-
roleInfo:
|
|
2191
|
+
id: string;
|
|
2192
|
+
name: string;
|
|
2193
|
+
avatar: string;
|
|
2194
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
2195
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
1287
2196
|
}[]>;
|
|
1288
2197
|
friends: import("vue").ComputedRef<{
|
|
1289
|
-
id:
|
|
1290
|
-
name:
|
|
1291
|
-
avatar:
|
|
1292
|
-
chatType:
|
|
1293
|
-
roleInfo:
|
|
2198
|
+
id: string;
|
|
2199
|
+
name: string;
|
|
2200
|
+
avatar: string;
|
|
2201
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
2202
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
1294
2203
|
}[]>;
|
|
1295
2204
|
groups: import("vue").ComputedRef<{
|
|
1296
|
-
id:
|
|
1297
|
-
name:
|
|
1298
|
-
avatar:
|
|
1299
|
-
chatType:
|
|
1300
|
-
roleInfo:
|
|
2205
|
+
id: string;
|
|
2206
|
+
name: string;
|
|
2207
|
+
avatar: string;
|
|
2208
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
2209
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
1301
2210
|
}[]>;
|
|
1302
2211
|
checkedIds: import("vue").ComputedRef<any[]>;
|
|
1303
2212
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
|
@@ -1517,8 +2426,50 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1517
2426
|
};
|
|
1518
2427
|
}>> & Readonly<{}> & {}>;
|
|
1519
2428
|
state: {
|
|
1520
|
-
|
|
1521
|
-
|
|
2429
|
+
[x: string]: any;
|
|
2430
|
+
orgId: string;
|
|
2431
|
+
currentSessionItem: {
|
|
2432
|
+
id: string;
|
|
2433
|
+
sessionKey: string;
|
|
2434
|
+
receiver: string;
|
|
2435
|
+
createdTime: string;
|
|
2436
|
+
avatar: string;
|
|
2437
|
+
name: string;
|
|
2438
|
+
defaultName: string;
|
|
2439
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
2440
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
2441
|
+
status: import("./constants").STATUS;
|
|
2442
|
+
sortTime: string;
|
|
2443
|
+
topping: boolean;
|
|
2444
|
+
unreadNum: number;
|
|
2445
|
+
updatedTime: string;
|
|
2446
|
+
lastMessageContent: string;
|
|
2447
|
+
sender?: string | undefined;
|
|
2448
|
+
lastMessageId?: string | undefined;
|
|
2449
|
+
lastMessage?: {
|
|
2450
|
+
[x: string]: any;
|
|
2451
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
2452
|
+
msg: string;
|
|
2453
|
+
referenceContent?: any;
|
|
2454
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
2455
|
+
messageTemplate?: any;
|
|
2456
|
+
messageTemplateData?: any;
|
|
2457
|
+
fileUrl?: string | undefined;
|
|
2458
|
+
avStatus?: string | undefined;
|
|
2459
|
+
} | undefined;
|
|
2460
|
+
lastMessageSendTime?: string | undefined;
|
|
2461
|
+
lastMessageStatus?: string | undefined;
|
|
2462
|
+
lastSenderName?: string | undefined;
|
|
2463
|
+
businessInfo?: {
|
|
2464
|
+
uiSetting?: AnyObject | undefined;
|
|
2465
|
+
topicInfo?: {
|
|
2466
|
+
[x: string]: any;
|
|
2467
|
+
param?: AnyObject | undefined;
|
|
2468
|
+
} | undefined;
|
|
2469
|
+
} | undefined;
|
|
2470
|
+
labelList?: AnyObject[] | undefined;
|
|
2471
|
+
notDisturb: boolean;
|
|
2472
|
+
};
|
|
1522
2473
|
id: string;
|
|
1523
2474
|
userInfo: AnyObject;
|
|
1524
2475
|
msgList: {
|
|
@@ -1527,7 +2478,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1527
2478
|
sessionKey: string;
|
|
1528
2479
|
content: {
|
|
1529
2480
|
[x: string]: any;
|
|
1530
|
-
chatMessageType:
|
|
2481
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
1531
2482
|
msg: string;
|
|
1532
2483
|
referenceContent?: any;
|
|
1533
2484
|
forwardMessageList?: AnyObject[] | undefined;
|
|
@@ -1545,11 +2496,49 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1545
2496
|
__time?: string | undefined;
|
|
1546
2497
|
__sendTime?: string | undefined;
|
|
1547
2498
|
}[];
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
2499
|
+
sessionList: {
|
|
2500
|
+
id: string;
|
|
2501
|
+
sessionKey: string;
|
|
2502
|
+
receiver: string;
|
|
2503
|
+
createdTime: string;
|
|
2504
|
+
avatar: string;
|
|
2505
|
+
name: string;
|
|
2506
|
+
defaultName: string;
|
|
2507
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
2508
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
2509
|
+
status: import("./constants").STATUS;
|
|
2510
|
+
sortTime: string;
|
|
2511
|
+
topping: boolean;
|
|
2512
|
+
unreadNum: number;
|
|
2513
|
+
updatedTime: string;
|
|
2514
|
+
lastMessageContent: string;
|
|
2515
|
+
sender?: string | undefined;
|
|
2516
|
+
lastMessageId?: string | undefined;
|
|
2517
|
+
lastMessage?: {
|
|
2518
|
+
[x: string]: any;
|
|
2519
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
2520
|
+
msg: string;
|
|
2521
|
+
referenceContent?: any;
|
|
2522
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
2523
|
+
messageTemplate?: any;
|
|
2524
|
+
messageTemplateData?: any;
|
|
2525
|
+
fileUrl?: string | undefined;
|
|
2526
|
+
avStatus?: string | undefined;
|
|
2527
|
+
} | undefined;
|
|
2528
|
+
lastMessageSendTime?: string | undefined;
|
|
2529
|
+
lastMessageStatus?: string | undefined;
|
|
2530
|
+
lastSenderName?: string | undefined;
|
|
2531
|
+
businessInfo?: {
|
|
2532
|
+
uiSetting?: AnyObject | undefined;
|
|
2533
|
+
topicInfo?: {
|
|
2534
|
+
[x: string]: any;
|
|
2535
|
+
param?: AnyObject | undefined;
|
|
2536
|
+
} | undefined;
|
|
2537
|
+
} | undefined;
|
|
2538
|
+
labelList?: AnyObject[] | undefined;
|
|
2539
|
+
notDisturb: boolean;
|
|
2540
|
+
}[];
|
|
1551
2541
|
isChangeSession: boolean;
|
|
1552
|
-
updateSessionItem: AnyObject;
|
|
1553
2542
|
isUpdateSession: boolean;
|
|
1554
2543
|
currentReferenceMsg: AnyObject | null;
|
|
1555
2544
|
currentReEditMsg: AnyObject | null;
|
|
@@ -1567,6 +2556,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1567
2556
|
info: AnyObject | null;
|
|
1568
2557
|
};
|
|
1569
2558
|
isForward: boolean;
|
|
2559
|
+
loading: boolean;
|
|
1570
2560
|
};
|
|
1571
2561
|
cssVars: import("vue").ComputedRef<AnyObject>;
|
|
1572
2562
|
recordRef: import("vue").Ref<any, any>;
|
|
@@ -1628,9 +2618,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1628
2618
|
type: StringConstructor;
|
|
1629
2619
|
default: string;
|
|
1630
2620
|
};
|
|
2621
|
+
updateValueOnClose: {
|
|
2622
|
+
type: BooleanConstructor;
|
|
2623
|
+
default: boolean;
|
|
2624
|
+
};
|
|
1631
2625
|
isDateDisabled: {
|
|
1632
2626
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1633
2627
|
};
|
|
2628
|
+
propKey: {
|
|
2629
|
+
type: StringConstructor;
|
|
2630
|
+
};
|
|
2631
|
+
shortcutListenerConfig: {
|
|
2632
|
+
type: PropType<{
|
|
2633
|
+
enable: boolean;
|
|
2634
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
2635
|
+
}>;
|
|
2636
|
+
};
|
|
1634
2637
|
}>, {
|
|
1635
2638
|
attrs: {
|
|
1636
2639
|
[x: string]: unknown;
|
|
@@ -1663,9 +2666,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1663
2666
|
type: StringConstructor;
|
|
1664
2667
|
default: string;
|
|
1665
2668
|
};
|
|
2669
|
+
updateValueOnClose: {
|
|
2670
|
+
type: BooleanConstructor;
|
|
2671
|
+
default: boolean;
|
|
2672
|
+
};
|
|
1666
2673
|
isDateDisabled: {
|
|
1667
2674
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1668
2675
|
};
|
|
2676
|
+
propKey: {
|
|
2677
|
+
type: StringConstructor;
|
|
2678
|
+
};
|
|
2679
|
+
shortcutListenerConfig: {
|
|
2680
|
+
type: PropType<{
|
|
2681
|
+
enable: boolean;
|
|
2682
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
2683
|
+
}>;
|
|
2684
|
+
};
|
|
1669
2685
|
}>> & Readonly<{
|
|
1670
2686
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1671
2687
|
}> & {}>;
|
|
@@ -1682,6 +2698,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1682
2698
|
focus: () => any;
|
|
1683
2699
|
blur: () => any;
|
|
1684
2700
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
2701
|
+
handleShortcutClick: (event: MouseEvent) => void;
|
|
1685
2702
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
1686
2703
|
watchers: import("../../../shared/types").AnyFn[];
|
|
1687
2704
|
stopWatcher: () => void;
|
|
@@ -1718,9 +2735,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1718
2735
|
type: StringConstructor;
|
|
1719
2736
|
default: string;
|
|
1720
2737
|
};
|
|
2738
|
+
updateValueOnClose: {
|
|
2739
|
+
type: BooleanConstructor;
|
|
2740
|
+
default: boolean;
|
|
2741
|
+
};
|
|
1721
2742
|
isDateDisabled: {
|
|
1722
2743
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1723
2744
|
};
|
|
2745
|
+
propKey: {
|
|
2746
|
+
type: StringConstructor;
|
|
2747
|
+
};
|
|
2748
|
+
shortcutListenerConfig: {
|
|
2749
|
+
type: PropType<{
|
|
2750
|
+
enable: boolean;
|
|
2751
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
2752
|
+
}>;
|
|
2753
|
+
};
|
|
1724
2754
|
}>> & Readonly<{
|
|
1725
2755
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1726
2756
|
}>, {
|
|
@@ -1728,6 +2758,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1728
2758
|
updateUnchangedValue: boolean;
|
|
1729
2759
|
to: string | false | HTMLElement;
|
|
1730
2760
|
holidays: Date[];
|
|
2761
|
+
updateValueOnClose: boolean;
|
|
1731
2762
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
1732
2763
|
readonly isArray: {
|
|
1733
2764
|
(value?: any): value is any[];
|
|
@@ -1760,8 +2791,50 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1760
2791
|
};
|
|
1761
2792
|
}>> & Readonly<{}> & {}>;
|
|
1762
2793
|
state: {
|
|
1763
|
-
|
|
1764
|
-
|
|
2794
|
+
[x: string]: any;
|
|
2795
|
+
orgId: string;
|
|
2796
|
+
currentSessionItem: {
|
|
2797
|
+
id: string;
|
|
2798
|
+
sessionKey: string;
|
|
2799
|
+
receiver: string;
|
|
2800
|
+
createdTime: string;
|
|
2801
|
+
avatar: string;
|
|
2802
|
+
name: string;
|
|
2803
|
+
defaultName: string;
|
|
2804
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
2805
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
2806
|
+
status: import("./constants").STATUS;
|
|
2807
|
+
sortTime: string;
|
|
2808
|
+
topping: boolean;
|
|
2809
|
+
unreadNum: number;
|
|
2810
|
+
updatedTime: string;
|
|
2811
|
+
lastMessageContent: string;
|
|
2812
|
+
sender?: string | undefined;
|
|
2813
|
+
lastMessageId?: string | undefined;
|
|
2814
|
+
lastMessage?: {
|
|
2815
|
+
[x: string]: any;
|
|
2816
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
2817
|
+
msg: string;
|
|
2818
|
+
referenceContent?: any;
|
|
2819
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
2820
|
+
messageTemplate?: any;
|
|
2821
|
+
messageTemplateData?: any;
|
|
2822
|
+
fileUrl?: string | undefined;
|
|
2823
|
+
avStatus?: string | undefined;
|
|
2824
|
+
} | undefined;
|
|
2825
|
+
lastMessageSendTime?: string | undefined;
|
|
2826
|
+
lastMessageStatus?: string | undefined;
|
|
2827
|
+
lastSenderName?: string | undefined;
|
|
2828
|
+
businessInfo?: {
|
|
2829
|
+
uiSetting?: AnyObject | undefined;
|
|
2830
|
+
topicInfo?: {
|
|
2831
|
+
[x: string]: any;
|
|
2832
|
+
param?: AnyObject | undefined;
|
|
2833
|
+
} | undefined;
|
|
2834
|
+
} | undefined;
|
|
2835
|
+
labelList?: AnyObject[] | undefined;
|
|
2836
|
+
notDisturb: boolean;
|
|
2837
|
+
};
|
|
1765
2838
|
id: string;
|
|
1766
2839
|
userInfo: AnyObject;
|
|
1767
2840
|
msgList: {
|
|
@@ -1770,7 +2843,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1770
2843
|
sessionKey: string;
|
|
1771
2844
|
content: {
|
|
1772
2845
|
[x: string]: any;
|
|
1773
|
-
chatMessageType:
|
|
2846
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
1774
2847
|
msg: string;
|
|
1775
2848
|
referenceContent?: any;
|
|
1776
2849
|
forwardMessageList?: AnyObject[] | undefined;
|
|
@@ -1788,11 +2861,49 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1788
2861
|
__time?: string | undefined;
|
|
1789
2862
|
__sendTime?: string | undefined;
|
|
1790
2863
|
}[];
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
2864
|
+
sessionList: {
|
|
2865
|
+
id: string;
|
|
2866
|
+
sessionKey: string;
|
|
2867
|
+
receiver: string;
|
|
2868
|
+
createdTime: string;
|
|
2869
|
+
avatar: string;
|
|
2870
|
+
name: string;
|
|
2871
|
+
defaultName: string;
|
|
2872
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
2873
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
2874
|
+
status: import("./constants").STATUS;
|
|
2875
|
+
sortTime: string;
|
|
2876
|
+
topping: boolean;
|
|
2877
|
+
unreadNum: number;
|
|
2878
|
+
updatedTime: string;
|
|
2879
|
+
lastMessageContent: string;
|
|
2880
|
+
sender?: string | undefined;
|
|
2881
|
+
lastMessageId?: string | undefined;
|
|
2882
|
+
lastMessage?: {
|
|
2883
|
+
[x: string]: any;
|
|
2884
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
2885
|
+
msg: string;
|
|
2886
|
+
referenceContent?: any;
|
|
2887
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
2888
|
+
messageTemplate?: any;
|
|
2889
|
+
messageTemplateData?: any;
|
|
2890
|
+
fileUrl?: string | undefined;
|
|
2891
|
+
avStatus?: string | undefined;
|
|
2892
|
+
} | undefined;
|
|
2893
|
+
lastMessageSendTime?: string | undefined;
|
|
2894
|
+
lastMessageStatus?: string | undefined;
|
|
2895
|
+
lastSenderName?: string | undefined;
|
|
2896
|
+
businessInfo?: {
|
|
2897
|
+
uiSetting?: AnyObject | undefined;
|
|
2898
|
+
topicInfo?: {
|
|
2899
|
+
[x: string]: any;
|
|
2900
|
+
param?: AnyObject | undefined;
|
|
2901
|
+
} | undefined;
|
|
2902
|
+
} | undefined;
|
|
2903
|
+
labelList?: AnyObject[] | undefined;
|
|
2904
|
+
notDisturb: boolean;
|
|
2905
|
+
}[];
|
|
1794
2906
|
isChangeSession: boolean;
|
|
1795
|
-
updateSessionItem: AnyObject;
|
|
1796
2907
|
isUpdateSession: boolean;
|
|
1797
2908
|
currentReferenceMsg: AnyObject | null;
|
|
1798
2909
|
currentReEditMsg: AnyObject | null;
|
|
@@ -1810,6 +2921,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1810
2921
|
info: AnyObject | null;
|
|
1811
2922
|
};
|
|
1812
2923
|
isForward: boolean;
|
|
2924
|
+
loading: boolean;
|
|
1813
2925
|
};
|
|
1814
2926
|
setUserDetail: (event: MouseEvent, userDetail: AnyObject) => void;
|
|
1815
2927
|
inviter: import("vue").Ref<any, any>;
|
|
@@ -1891,8 +3003,50 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1891
3003
|
}> & {}>;
|
|
1892
3004
|
emit: (event: "comfirm", ...args: any[]) => void;
|
|
1893
3005
|
state: {
|
|
1894
|
-
|
|
1895
|
-
|
|
3006
|
+
[x: string]: any;
|
|
3007
|
+
orgId: string;
|
|
3008
|
+
currentSessionItem: {
|
|
3009
|
+
id: string;
|
|
3010
|
+
sessionKey: string;
|
|
3011
|
+
receiver: string;
|
|
3012
|
+
createdTime: string;
|
|
3013
|
+
avatar: string;
|
|
3014
|
+
name: string;
|
|
3015
|
+
defaultName: string;
|
|
3016
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
3017
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
3018
|
+
status: import("./constants").STATUS;
|
|
3019
|
+
sortTime: string;
|
|
3020
|
+
topping: boolean;
|
|
3021
|
+
unreadNum: number;
|
|
3022
|
+
updatedTime: string;
|
|
3023
|
+
lastMessageContent: string;
|
|
3024
|
+
sender?: string | undefined;
|
|
3025
|
+
lastMessageId?: string | undefined;
|
|
3026
|
+
lastMessage?: {
|
|
3027
|
+
[x: string]: any;
|
|
3028
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
3029
|
+
msg: string;
|
|
3030
|
+
referenceContent?: any;
|
|
3031
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
3032
|
+
messageTemplate?: any;
|
|
3033
|
+
messageTemplateData?: any;
|
|
3034
|
+
fileUrl?: string | undefined;
|
|
3035
|
+
avStatus?: string | undefined;
|
|
3036
|
+
} | undefined;
|
|
3037
|
+
lastMessageSendTime?: string | undefined;
|
|
3038
|
+
lastMessageStatus?: string | undefined;
|
|
3039
|
+
lastSenderName?: string | undefined;
|
|
3040
|
+
businessInfo?: {
|
|
3041
|
+
uiSetting?: AnyObject | undefined;
|
|
3042
|
+
topicInfo?: {
|
|
3043
|
+
[x: string]: any;
|
|
3044
|
+
param?: AnyObject | undefined;
|
|
3045
|
+
} | undefined;
|
|
3046
|
+
} | undefined;
|
|
3047
|
+
labelList?: AnyObject[] | undefined;
|
|
3048
|
+
notDisturb: boolean;
|
|
3049
|
+
};
|
|
1896
3050
|
id: string;
|
|
1897
3051
|
userInfo: AnyObject;
|
|
1898
3052
|
msgList: {
|
|
@@ -1901,7 +3055,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1901
3055
|
sessionKey: string;
|
|
1902
3056
|
content: {
|
|
1903
3057
|
[x: string]: any;
|
|
1904
|
-
chatMessageType:
|
|
3058
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
1905
3059
|
msg: string;
|
|
1906
3060
|
referenceContent?: any;
|
|
1907
3061
|
forwardMessageList?: AnyObject[] | undefined;
|
|
@@ -1919,11 +3073,49 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1919
3073
|
__time?: string | undefined;
|
|
1920
3074
|
__sendTime?: string | undefined;
|
|
1921
3075
|
}[];
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
3076
|
+
sessionList: {
|
|
3077
|
+
id: string;
|
|
3078
|
+
sessionKey: string;
|
|
3079
|
+
receiver: string;
|
|
3080
|
+
createdTime: string;
|
|
3081
|
+
avatar: string;
|
|
3082
|
+
name: string;
|
|
3083
|
+
defaultName: string;
|
|
3084
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
3085
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
3086
|
+
status: import("./constants").STATUS;
|
|
3087
|
+
sortTime: string;
|
|
3088
|
+
topping: boolean;
|
|
3089
|
+
unreadNum: number;
|
|
3090
|
+
updatedTime: string;
|
|
3091
|
+
lastMessageContent: string;
|
|
3092
|
+
sender?: string | undefined;
|
|
3093
|
+
lastMessageId?: string | undefined;
|
|
3094
|
+
lastMessage?: {
|
|
3095
|
+
[x: string]: any;
|
|
3096
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
3097
|
+
msg: string;
|
|
3098
|
+
referenceContent?: any;
|
|
3099
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
3100
|
+
messageTemplate?: any;
|
|
3101
|
+
messageTemplateData?: any;
|
|
3102
|
+
fileUrl?: string | undefined;
|
|
3103
|
+
avStatus?: string | undefined;
|
|
3104
|
+
} | undefined;
|
|
3105
|
+
lastMessageSendTime?: string | undefined;
|
|
3106
|
+
lastMessageStatus?: string | undefined;
|
|
3107
|
+
lastSenderName?: string | undefined;
|
|
3108
|
+
businessInfo?: {
|
|
3109
|
+
uiSetting?: AnyObject | undefined;
|
|
3110
|
+
topicInfo?: {
|
|
3111
|
+
[x: string]: any;
|
|
3112
|
+
param?: AnyObject | undefined;
|
|
3113
|
+
} | undefined;
|
|
3114
|
+
} | undefined;
|
|
3115
|
+
labelList?: AnyObject[] | undefined;
|
|
3116
|
+
notDisturb: boolean;
|
|
3117
|
+
}[];
|
|
1925
3118
|
isChangeSession: boolean;
|
|
1926
|
-
updateSessionItem: AnyObject;
|
|
1927
3119
|
isUpdateSession: boolean;
|
|
1928
3120
|
currentReferenceMsg: AnyObject | null;
|
|
1929
3121
|
currentReEditMsg: AnyObject | null;
|
|
@@ -1941,6 +3133,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1941
3133
|
info: AnyObject | null;
|
|
1942
3134
|
};
|
|
1943
3135
|
isForward: boolean;
|
|
3136
|
+
loading: boolean;
|
|
1944
3137
|
};
|
|
1945
3138
|
setCurrentSessionItem: (item: AnyObject) => void;
|
|
1946
3139
|
listRef: import("vue").Ref<any, any>;
|
|
@@ -1956,25 +3149,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1956
3149
|
handleInput: () => void;
|
|
1957
3150
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
|
1958
3151
|
sessionList: import("vue").ComputedRef<{
|
|
1959
|
-
id:
|
|
1960
|
-
name:
|
|
1961
|
-
avatar:
|
|
1962
|
-
chatType:
|
|
1963
|
-
roleInfo:
|
|
3152
|
+
id: string;
|
|
3153
|
+
name: string;
|
|
3154
|
+
avatar: string;
|
|
3155
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
3156
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
1964
3157
|
}[]>;
|
|
1965
3158
|
friends: import("vue").ComputedRef<{
|
|
1966
|
-
id:
|
|
1967
|
-
name:
|
|
1968
|
-
avatar:
|
|
1969
|
-
chatType:
|
|
1970
|
-
roleInfo:
|
|
3159
|
+
id: string;
|
|
3160
|
+
name: string;
|
|
3161
|
+
avatar: string;
|
|
3162
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
3163
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
1971
3164
|
}[]>;
|
|
1972
3165
|
groups: import("vue").ComputedRef<{
|
|
1973
|
-
id:
|
|
1974
|
-
name:
|
|
1975
|
-
avatar:
|
|
1976
|
-
chatType:
|
|
1977
|
-
roleInfo:
|
|
3166
|
+
id: string;
|
|
3167
|
+
name: string;
|
|
3168
|
+
avatar: string;
|
|
3169
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
3170
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
1978
3171
|
}[]>;
|
|
1979
3172
|
checkedIds: import("vue").ComputedRef<any[]>;
|
|
1980
3173
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
|
@@ -2058,8 +3251,50 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2058
3251
|
ChatMain: import("vue").DefineComponent<{}, {
|
|
2059
3252
|
chatMainRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
2060
3253
|
state: {
|
|
2061
|
-
|
|
2062
|
-
|
|
3254
|
+
[x: string]: any;
|
|
3255
|
+
orgId: string;
|
|
3256
|
+
currentSessionItem: {
|
|
3257
|
+
id: string;
|
|
3258
|
+
sessionKey: string;
|
|
3259
|
+
receiver: string;
|
|
3260
|
+
createdTime: string;
|
|
3261
|
+
avatar: string;
|
|
3262
|
+
name: string;
|
|
3263
|
+
defaultName: string;
|
|
3264
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
3265
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
3266
|
+
status: import("./constants").STATUS;
|
|
3267
|
+
sortTime: string;
|
|
3268
|
+
topping: boolean;
|
|
3269
|
+
unreadNum: number;
|
|
3270
|
+
updatedTime: string;
|
|
3271
|
+
lastMessageContent: string;
|
|
3272
|
+
sender?: string | undefined;
|
|
3273
|
+
lastMessageId?: string | undefined;
|
|
3274
|
+
lastMessage?: {
|
|
3275
|
+
[x: string]: any;
|
|
3276
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
3277
|
+
msg: string;
|
|
3278
|
+
referenceContent?: any;
|
|
3279
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
3280
|
+
messageTemplate?: any;
|
|
3281
|
+
messageTemplateData?: any;
|
|
3282
|
+
fileUrl?: string | undefined;
|
|
3283
|
+
avStatus?: string | undefined;
|
|
3284
|
+
} | undefined;
|
|
3285
|
+
lastMessageSendTime?: string | undefined;
|
|
3286
|
+
lastMessageStatus?: string | undefined;
|
|
3287
|
+
lastSenderName?: string | undefined;
|
|
3288
|
+
businessInfo?: {
|
|
3289
|
+
uiSetting?: AnyObject | undefined;
|
|
3290
|
+
topicInfo?: {
|
|
3291
|
+
[x: string]: any;
|
|
3292
|
+
param?: AnyObject | undefined;
|
|
3293
|
+
} | undefined;
|
|
3294
|
+
} | undefined;
|
|
3295
|
+
labelList?: AnyObject[] | undefined;
|
|
3296
|
+
notDisturb: boolean;
|
|
3297
|
+
};
|
|
2063
3298
|
id: string;
|
|
2064
3299
|
userInfo: AnyObject;
|
|
2065
3300
|
msgList: {
|
|
@@ -2068,7 +3303,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2068
3303
|
sessionKey: string;
|
|
2069
3304
|
content: {
|
|
2070
3305
|
[x: string]: any;
|
|
2071
|
-
chatMessageType:
|
|
3306
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
2072
3307
|
msg: string;
|
|
2073
3308
|
referenceContent?: any;
|
|
2074
3309
|
forwardMessageList?: AnyObject[] | undefined;
|
|
@@ -2086,11 +3321,49 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2086
3321
|
__time?: string | undefined;
|
|
2087
3322
|
__sendTime?: string | undefined;
|
|
2088
3323
|
}[];
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
3324
|
+
sessionList: {
|
|
3325
|
+
id: string;
|
|
3326
|
+
sessionKey: string;
|
|
3327
|
+
receiver: string;
|
|
3328
|
+
createdTime: string;
|
|
3329
|
+
avatar: string;
|
|
3330
|
+
name: string;
|
|
3331
|
+
defaultName: string;
|
|
3332
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
3333
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
3334
|
+
status: import("./constants").STATUS;
|
|
3335
|
+
sortTime: string;
|
|
3336
|
+
topping: boolean;
|
|
3337
|
+
unreadNum: number;
|
|
3338
|
+
updatedTime: string;
|
|
3339
|
+
lastMessageContent: string;
|
|
3340
|
+
sender?: string | undefined;
|
|
3341
|
+
lastMessageId?: string | undefined;
|
|
3342
|
+
lastMessage?: {
|
|
3343
|
+
[x: string]: any;
|
|
3344
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
3345
|
+
msg: string;
|
|
3346
|
+
referenceContent?: any;
|
|
3347
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
3348
|
+
messageTemplate?: any;
|
|
3349
|
+
messageTemplateData?: any;
|
|
3350
|
+
fileUrl?: string | undefined;
|
|
3351
|
+
avStatus?: string | undefined;
|
|
3352
|
+
} | undefined;
|
|
3353
|
+
lastMessageSendTime?: string | undefined;
|
|
3354
|
+
lastMessageStatus?: string | undefined;
|
|
3355
|
+
lastSenderName?: string | undefined;
|
|
3356
|
+
businessInfo?: {
|
|
3357
|
+
uiSetting?: AnyObject | undefined;
|
|
3358
|
+
topicInfo?: {
|
|
3359
|
+
[x: string]: any;
|
|
3360
|
+
param?: AnyObject | undefined;
|
|
3361
|
+
} | undefined;
|
|
3362
|
+
} | undefined;
|
|
3363
|
+
labelList?: AnyObject[] | undefined;
|
|
3364
|
+
notDisturb: boolean;
|
|
3365
|
+
}[];
|
|
2092
3366
|
isChangeSession: boolean;
|
|
2093
|
-
updateSessionItem: AnyObject;
|
|
2094
3367
|
isUpdateSession: boolean;
|
|
2095
3368
|
currentReferenceMsg: AnyObject | null;
|
|
2096
3369
|
currentReEditMsg: AnyObject | null;
|
|
@@ -2108,6 +3381,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2108
3381
|
info: AnyObject | null;
|
|
2109
3382
|
};
|
|
2110
3383
|
isForward: boolean;
|
|
3384
|
+
loading: boolean;
|
|
2111
3385
|
};
|
|
2112
3386
|
setMsgList: (list?: AnyObject[] | import("./types").MsgListItem) => void;
|
|
2113
3387
|
relayMessage: (param: {
|
|
@@ -2159,7 +3433,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2159
3433
|
showTemplateMsg: (item: AnyObject, type: "template" | "system") => boolean | undefined;
|
|
2160
3434
|
isTemplate3: (content: AnyObject) => boolean;
|
|
2161
3435
|
needShowTime: (item: AnyObject, index: number) => boolean;
|
|
2162
|
-
setScrollToButtom: () => Promise<void>;
|
|
2163
3436
|
resetInfo: () => void;
|
|
2164
3437
|
setReferenceMsg: (msgItem: AnyObject) => void;
|
|
2165
3438
|
handleSelect: (key: string, msgItem: AnyObject) => void;
|
|
@@ -2175,6 +3448,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2175
3448
|
readonly NButton: any;
|
|
2176
3449
|
readonly NSpace: any;
|
|
2177
3450
|
readonly NCheckbox: any;
|
|
3451
|
+
readonly NFlex: any;
|
|
3452
|
+
readonly NSpin: any;
|
|
2178
3453
|
readonly isArray: {
|
|
2179
3454
|
(value?: any): value is any[];
|
|
2180
3455
|
<T_1>(value?: any): value is any[];
|
|
@@ -2266,8 +3541,50 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2266
3541
|
};
|
|
2267
3542
|
}>> & Readonly<{}> & {}>;
|
|
2268
3543
|
state: {
|
|
2269
|
-
|
|
2270
|
-
|
|
3544
|
+
[x: string]: any;
|
|
3545
|
+
orgId: string;
|
|
3546
|
+
currentSessionItem: {
|
|
3547
|
+
id: string;
|
|
3548
|
+
sessionKey: string;
|
|
3549
|
+
receiver: string;
|
|
3550
|
+
createdTime: string;
|
|
3551
|
+
avatar: string;
|
|
3552
|
+
name: string;
|
|
3553
|
+
defaultName: string;
|
|
3554
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
3555
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
3556
|
+
status: import("./constants").STATUS;
|
|
3557
|
+
sortTime: string;
|
|
3558
|
+
topping: boolean;
|
|
3559
|
+
unreadNum: number;
|
|
3560
|
+
updatedTime: string;
|
|
3561
|
+
lastMessageContent: string;
|
|
3562
|
+
sender?: string | undefined;
|
|
3563
|
+
lastMessageId?: string | undefined;
|
|
3564
|
+
lastMessage?: {
|
|
3565
|
+
[x: string]: any;
|
|
3566
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
3567
|
+
msg: string;
|
|
3568
|
+
referenceContent?: any;
|
|
3569
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
3570
|
+
messageTemplate?: any;
|
|
3571
|
+
messageTemplateData?: any;
|
|
3572
|
+
fileUrl?: string | undefined;
|
|
3573
|
+
avStatus?: string | undefined;
|
|
3574
|
+
} | undefined;
|
|
3575
|
+
lastMessageSendTime?: string | undefined;
|
|
3576
|
+
lastMessageStatus?: string | undefined;
|
|
3577
|
+
lastSenderName?: string | undefined;
|
|
3578
|
+
businessInfo?: {
|
|
3579
|
+
uiSetting?: AnyObject | undefined;
|
|
3580
|
+
topicInfo?: {
|
|
3581
|
+
[x: string]: any;
|
|
3582
|
+
param?: AnyObject | undefined;
|
|
3583
|
+
} | undefined;
|
|
3584
|
+
} | undefined;
|
|
3585
|
+
labelList?: AnyObject[] | undefined;
|
|
3586
|
+
notDisturb: boolean;
|
|
3587
|
+
};
|
|
2271
3588
|
id: string;
|
|
2272
3589
|
userInfo: AnyObject;
|
|
2273
3590
|
msgList: {
|
|
@@ -2276,7 +3593,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2276
3593
|
sessionKey: string;
|
|
2277
3594
|
content: {
|
|
2278
3595
|
[x: string]: any;
|
|
2279
|
-
chatMessageType:
|
|
3596
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
2280
3597
|
msg: string;
|
|
2281
3598
|
referenceContent?: any;
|
|
2282
3599
|
forwardMessageList?: AnyObject[] | undefined;
|
|
@@ -2294,11 +3611,49 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2294
3611
|
__time?: string | undefined;
|
|
2295
3612
|
__sendTime?: string | undefined;
|
|
2296
3613
|
}[];
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
3614
|
+
sessionList: {
|
|
3615
|
+
id: string;
|
|
3616
|
+
sessionKey: string;
|
|
3617
|
+
receiver: string;
|
|
3618
|
+
createdTime: string;
|
|
3619
|
+
avatar: string;
|
|
3620
|
+
name: string;
|
|
3621
|
+
defaultName: string;
|
|
3622
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
3623
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
3624
|
+
status: import("./constants").STATUS;
|
|
3625
|
+
sortTime: string;
|
|
3626
|
+
topping: boolean;
|
|
3627
|
+
unreadNum: number;
|
|
3628
|
+
updatedTime: string;
|
|
3629
|
+
lastMessageContent: string;
|
|
3630
|
+
sender?: string | undefined;
|
|
3631
|
+
lastMessageId?: string | undefined;
|
|
3632
|
+
lastMessage?: {
|
|
3633
|
+
[x: string]: any;
|
|
3634
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
3635
|
+
msg: string;
|
|
3636
|
+
referenceContent?: any;
|
|
3637
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
3638
|
+
messageTemplate?: any;
|
|
3639
|
+
messageTemplateData?: any;
|
|
3640
|
+
fileUrl?: string | undefined;
|
|
3641
|
+
avStatus?: string | undefined;
|
|
3642
|
+
} | undefined;
|
|
3643
|
+
lastMessageSendTime?: string | undefined;
|
|
3644
|
+
lastMessageStatus?: string | undefined;
|
|
3645
|
+
lastSenderName?: string | undefined;
|
|
3646
|
+
businessInfo?: {
|
|
3647
|
+
uiSetting?: AnyObject | undefined;
|
|
3648
|
+
topicInfo?: {
|
|
3649
|
+
[x: string]: any;
|
|
3650
|
+
param?: AnyObject | undefined;
|
|
3651
|
+
} | undefined;
|
|
3652
|
+
} | undefined;
|
|
3653
|
+
labelList?: AnyObject[] | undefined;
|
|
3654
|
+
notDisturb: boolean;
|
|
3655
|
+
}[];
|
|
2300
3656
|
isChangeSession: boolean;
|
|
2301
|
-
updateSessionItem: AnyObject;
|
|
2302
3657
|
isUpdateSession: boolean;
|
|
2303
3658
|
currentReferenceMsg: AnyObject | null;
|
|
2304
3659
|
currentReEditMsg: AnyObject | null;
|
|
@@ -2316,6 +3671,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2316
3671
|
info: AnyObject | null;
|
|
2317
3672
|
};
|
|
2318
3673
|
isForward: boolean;
|
|
3674
|
+
loading: boolean;
|
|
2319
3675
|
};
|
|
2320
3676
|
setUserDetail: (event: MouseEvent, userDetail: AnyObject) => void;
|
|
2321
3677
|
inviter: import("vue").Ref<any, any>;
|
|
@@ -2341,8 +3697,50 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2341
3697
|
};
|
|
2342
3698
|
}>> & Readonly<{}> & {}>;
|
|
2343
3699
|
state: {
|
|
2344
|
-
|
|
2345
|
-
|
|
3700
|
+
[x: string]: any;
|
|
3701
|
+
orgId: string;
|
|
3702
|
+
currentSessionItem: {
|
|
3703
|
+
id: string;
|
|
3704
|
+
sessionKey: string;
|
|
3705
|
+
receiver: string;
|
|
3706
|
+
createdTime: string;
|
|
3707
|
+
avatar: string;
|
|
3708
|
+
name: string;
|
|
3709
|
+
defaultName: string;
|
|
3710
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
3711
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
3712
|
+
status: import("./constants").STATUS;
|
|
3713
|
+
sortTime: string;
|
|
3714
|
+
topping: boolean;
|
|
3715
|
+
unreadNum: number;
|
|
3716
|
+
updatedTime: string;
|
|
3717
|
+
lastMessageContent: string;
|
|
3718
|
+
sender?: string | undefined;
|
|
3719
|
+
lastMessageId?: string | undefined;
|
|
3720
|
+
lastMessage?: {
|
|
3721
|
+
[x: string]: any;
|
|
3722
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
3723
|
+
msg: string;
|
|
3724
|
+
referenceContent?: any;
|
|
3725
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
3726
|
+
messageTemplate?: any;
|
|
3727
|
+
messageTemplateData?: any;
|
|
3728
|
+
fileUrl?: string | undefined;
|
|
3729
|
+
avStatus?: string | undefined;
|
|
3730
|
+
} | undefined;
|
|
3731
|
+
lastMessageSendTime?: string | undefined;
|
|
3732
|
+
lastMessageStatus?: string | undefined;
|
|
3733
|
+
lastSenderName?: string | undefined;
|
|
3734
|
+
businessInfo?: {
|
|
3735
|
+
uiSetting?: AnyObject | undefined;
|
|
3736
|
+
topicInfo?: {
|
|
3737
|
+
[x: string]: any;
|
|
3738
|
+
param?: AnyObject | undefined;
|
|
3739
|
+
} | undefined;
|
|
3740
|
+
} | undefined;
|
|
3741
|
+
labelList?: AnyObject[] | undefined;
|
|
3742
|
+
notDisturb: boolean;
|
|
3743
|
+
};
|
|
2346
3744
|
id: string;
|
|
2347
3745
|
userInfo: AnyObject;
|
|
2348
3746
|
msgList: {
|
|
@@ -2351,7 +3749,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2351
3749
|
sessionKey: string;
|
|
2352
3750
|
content: {
|
|
2353
3751
|
[x: string]: any;
|
|
2354
|
-
chatMessageType:
|
|
3752
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
2355
3753
|
msg: string;
|
|
2356
3754
|
referenceContent?: any;
|
|
2357
3755
|
forwardMessageList?: AnyObject[] | undefined;
|
|
@@ -2369,11 +3767,49 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2369
3767
|
__time?: string | undefined;
|
|
2370
3768
|
__sendTime?: string | undefined;
|
|
2371
3769
|
}[];
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
3770
|
+
sessionList: {
|
|
3771
|
+
id: string;
|
|
3772
|
+
sessionKey: string;
|
|
3773
|
+
receiver: string;
|
|
3774
|
+
createdTime: string;
|
|
3775
|
+
avatar: string;
|
|
3776
|
+
name: string;
|
|
3777
|
+
defaultName: string;
|
|
3778
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
3779
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
3780
|
+
status: import("./constants").STATUS;
|
|
3781
|
+
sortTime: string;
|
|
3782
|
+
topping: boolean;
|
|
3783
|
+
unreadNum: number;
|
|
3784
|
+
updatedTime: string;
|
|
3785
|
+
lastMessageContent: string;
|
|
3786
|
+
sender?: string | undefined;
|
|
3787
|
+
lastMessageId?: string | undefined;
|
|
3788
|
+
lastMessage?: {
|
|
3789
|
+
[x: string]: any;
|
|
3790
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
3791
|
+
msg: string;
|
|
3792
|
+
referenceContent?: any;
|
|
3793
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
3794
|
+
messageTemplate?: any;
|
|
3795
|
+
messageTemplateData?: any;
|
|
3796
|
+
fileUrl?: string | undefined;
|
|
3797
|
+
avStatus?: string | undefined;
|
|
3798
|
+
} | undefined;
|
|
3799
|
+
lastMessageSendTime?: string | undefined;
|
|
3800
|
+
lastMessageStatus?: string | undefined;
|
|
3801
|
+
lastSenderName?: string | undefined;
|
|
3802
|
+
businessInfo?: {
|
|
3803
|
+
uiSetting?: AnyObject | undefined;
|
|
3804
|
+
topicInfo?: {
|
|
3805
|
+
[x: string]: any;
|
|
3806
|
+
param?: AnyObject | undefined;
|
|
3807
|
+
} | undefined;
|
|
3808
|
+
} | undefined;
|
|
3809
|
+
labelList?: AnyObject[] | undefined;
|
|
3810
|
+
notDisturb: boolean;
|
|
3811
|
+
}[];
|
|
2375
3812
|
isChangeSession: boolean;
|
|
2376
|
-
updateSessionItem: AnyObject;
|
|
2377
3813
|
isUpdateSession: boolean;
|
|
2378
3814
|
currentReferenceMsg: AnyObject | null;
|
|
2379
3815
|
currentReEditMsg: AnyObject | null;
|
|
@@ -2391,6 +3827,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2391
3827
|
info: AnyObject | null;
|
|
2392
3828
|
};
|
|
2393
3829
|
isForward: boolean;
|
|
3830
|
+
loading: boolean;
|
|
2394
3831
|
};
|
|
2395
3832
|
cssVars: import("vue").ComputedRef<AnyObject>;
|
|
2396
3833
|
msgItem: import("vue").ComputedRef<AnyObject | import("./types").MsgListItem>;
|
|
@@ -2429,8 +3866,50 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2429
3866
|
};
|
|
2430
3867
|
}>> & Readonly<{}> & {}>;
|
|
2431
3868
|
state: {
|
|
2432
|
-
|
|
2433
|
-
|
|
3869
|
+
[x: string]: any;
|
|
3870
|
+
orgId: string;
|
|
3871
|
+
currentSessionItem: {
|
|
3872
|
+
id: string;
|
|
3873
|
+
sessionKey: string;
|
|
3874
|
+
receiver: string;
|
|
3875
|
+
createdTime: string;
|
|
3876
|
+
avatar: string;
|
|
3877
|
+
name: string;
|
|
3878
|
+
defaultName: string;
|
|
3879
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
3880
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
3881
|
+
status: import("./constants").STATUS;
|
|
3882
|
+
sortTime: string;
|
|
3883
|
+
topping: boolean;
|
|
3884
|
+
unreadNum: number;
|
|
3885
|
+
updatedTime: string;
|
|
3886
|
+
lastMessageContent: string;
|
|
3887
|
+
sender?: string | undefined;
|
|
3888
|
+
lastMessageId?: string | undefined;
|
|
3889
|
+
lastMessage?: {
|
|
3890
|
+
[x: string]: any;
|
|
3891
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
3892
|
+
msg: string;
|
|
3893
|
+
referenceContent?: any;
|
|
3894
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
3895
|
+
messageTemplate?: any;
|
|
3896
|
+
messageTemplateData?: any;
|
|
3897
|
+
fileUrl?: string | undefined;
|
|
3898
|
+
avStatus?: string | undefined;
|
|
3899
|
+
} | undefined;
|
|
3900
|
+
lastMessageSendTime?: string | undefined;
|
|
3901
|
+
lastMessageStatus?: string | undefined;
|
|
3902
|
+
lastSenderName?: string | undefined;
|
|
3903
|
+
businessInfo?: {
|
|
3904
|
+
uiSetting?: AnyObject | undefined;
|
|
3905
|
+
topicInfo?: {
|
|
3906
|
+
[x: string]: any;
|
|
3907
|
+
param?: AnyObject | undefined;
|
|
3908
|
+
} | undefined;
|
|
3909
|
+
} | undefined;
|
|
3910
|
+
labelList?: AnyObject[] | undefined;
|
|
3911
|
+
notDisturb: boolean;
|
|
3912
|
+
};
|
|
2434
3913
|
id: string;
|
|
2435
3914
|
userInfo: AnyObject;
|
|
2436
3915
|
msgList: {
|
|
@@ -2439,7 +3918,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2439
3918
|
sessionKey: string;
|
|
2440
3919
|
content: {
|
|
2441
3920
|
[x: string]: any;
|
|
2442
|
-
chatMessageType:
|
|
3921
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
2443
3922
|
msg: string;
|
|
2444
3923
|
referenceContent?: any;
|
|
2445
3924
|
forwardMessageList?: AnyObject[] | undefined;
|
|
@@ -2457,11 +3936,49 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2457
3936
|
__time?: string | undefined;
|
|
2458
3937
|
__sendTime?: string | undefined;
|
|
2459
3938
|
}[];
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
3939
|
+
sessionList: {
|
|
3940
|
+
id: string;
|
|
3941
|
+
sessionKey: string;
|
|
3942
|
+
receiver: string;
|
|
3943
|
+
createdTime: string;
|
|
3944
|
+
avatar: string;
|
|
3945
|
+
name: string;
|
|
3946
|
+
defaultName: string;
|
|
3947
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
3948
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
3949
|
+
status: import("./constants").STATUS;
|
|
3950
|
+
sortTime: string;
|
|
3951
|
+
topping: boolean;
|
|
3952
|
+
unreadNum: number;
|
|
3953
|
+
updatedTime: string;
|
|
3954
|
+
lastMessageContent: string;
|
|
3955
|
+
sender?: string | undefined;
|
|
3956
|
+
lastMessageId?: string | undefined;
|
|
3957
|
+
lastMessage?: {
|
|
3958
|
+
[x: string]: any;
|
|
3959
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
3960
|
+
msg: string;
|
|
3961
|
+
referenceContent?: any;
|
|
3962
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
3963
|
+
messageTemplate?: any;
|
|
3964
|
+
messageTemplateData?: any;
|
|
3965
|
+
fileUrl?: string | undefined;
|
|
3966
|
+
avStatus?: string | undefined;
|
|
3967
|
+
} | undefined;
|
|
3968
|
+
lastMessageSendTime?: string | undefined;
|
|
3969
|
+
lastMessageStatus?: string | undefined;
|
|
3970
|
+
lastSenderName?: string | undefined;
|
|
3971
|
+
businessInfo?: {
|
|
3972
|
+
uiSetting?: AnyObject | undefined;
|
|
3973
|
+
topicInfo?: {
|
|
3974
|
+
[x: string]: any;
|
|
3975
|
+
param?: AnyObject | undefined;
|
|
3976
|
+
} | undefined;
|
|
3977
|
+
} | undefined;
|
|
3978
|
+
labelList?: AnyObject[] | undefined;
|
|
3979
|
+
notDisturb: boolean;
|
|
3980
|
+
}[];
|
|
2463
3981
|
isChangeSession: boolean;
|
|
2464
|
-
updateSessionItem: AnyObject;
|
|
2465
3982
|
isUpdateSession: boolean;
|
|
2466
3983
|
currentReferenceMsg: AnyObject | null;
|
|
2467
3984
|
currentReEditMsg: AnyObject | null;
|
|
@@ -2479,6 +3996,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2479
3996
|
info: AnyObject | null;
|
|
2480
3997
|
};
|
|
2481
3998
|
isForward: boolean;
|
|
3999
|
+
loading: boolean;
|
|
2482
4000
|
};
|
|
2483
4001
|
setUserDetail: (event: MouseEvent, userDetail: AnyObject) => void;
|
|
2484
4002
|
inviter: import("vue").Ref<any, any>;
|
|
@@ -2654,8 +4172,50 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2654
4172
|
}> & {}>;
|
|
2655
4173
|
emit: (event: "comfirm", ...args: any[]) => void;
|
|
2656
4174
|
state: {
|
|
2657
|
-
|
|
2658
|
-
|
|
4175
|
+
[x: string]: any;
|
|
4176
|
+
orgId: string;
|
|
4177
|
+
currentSessionItem: {
|
|
4178
|
+
id: string;
|
|
4179
|
+
sessionKey: string;
|
|
4180
|
+
receiver: string;
|
|
4181
|
+
createdTime: string;
|
|
4182
|
+
avatar: string;
|
|
4183
|
+
name: string;
|
|
4184
|
+
defaultName: string;
|
|
4185
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
4186
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
4187
|
+
status: import("./constants").STATUS;
|
|
4188
|
+
sortTime: string;
|
|
4189
|
+
topping: boolean;
|
|
4190
|
+
unreadNum: number;
|
|
4191
|
+
updatedTime: string;
|
|
4192
|
+
lastMessageContent: string;
|
|
4193
|
+
sender?: string | undefined;
|
|
4194
|
+
lastMessageId?: string | undefined;
|
|
4195
|
+
lastMessage?: {
|
|
4196
|
+
[x: string]: any;
|
|
4197
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
4198
|
+
msg: string;
|
|
4199
|
+
referenceContent?: any;
|
|
4200
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
4201
|
+
messageTemplate?: any;
|
|
4202
|
+
messageTemplateData?: any;
|
|
4203
|
+
fileUrl?: string | undefined;
|
|
4204
|
+
avStatus?: string | undefined;
|
|
4205
|
+
} | undefined;
|
|
4206
|
+
lastMessageSendTime?: string | undefined;
|
|
4207
|
+
lastMessageStatus?: string | undefined;
|
|
4208
|
+
lastSenderName?: string | undefined;
|
|
4209
|
+
businessInfo?: {
|
|
4210
|
+
uiSetting?: AnyObject | undefined;
|
|
4211
|
+
topicInfo?: {
|
|
4212
|
+
[x: string]: any;
|
|
4213
|
+
param?: AnyObject | undefined;
|
|
4214
|
+
} | undefined;
|
|
4215
|
+
} | undefined;
|
|
4216
|
+
labelList?: AnyObject[] | undefined;
|
|
4217
|
+
notDisturb: boolean;
|
|
4218
|
+
};
|
|
2659
4219
|
id: string;
|
|
2660
4220
|
userInfo: AnyObject;
|
|
2661
4221
|
msgList: {
|
|
@@ -2664,7 +4224,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2664
4224
|
sessionKey: string;
|
|
2665
4225
|
content: {
|
|
2666
4226
|
[x: string]: any;
|
|
2667
|
-
chatMessageType:
|
|
4227
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
2668
4228
|
msg: string;
|
|
2669
4229
|
referenceContent?: any;
|
|
2670
4230
|
forwardMessageList?: AnyObject[] | undefined;
|
|
@@ -2682,11 +4242,49 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2682
4242
|
__time?: string | undefined;
|
|
2683
4243
|
__sendTime?: string | undefined;
|
|
2684
4244
|
}[];
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
|
|
4245
|
+
sessionList: {
|
|
4246
|
+
id: string;
|
|
4247
|
+
sessionKey: string;
|
|
4248
|
+
receiver: string;
|
|
4249
|
+
createdTime: string;
|
|
4250
|
+
avatar: string;
|
|
4251
|
+
name: string;
|
|
4252
|
+
defaultName: string;
|
|
4253
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
4254
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
4255
|
+
status: import("./constants").STATUS;
|
|
4256
|
+
sortTime: string;
|
|
4257
|
+
topping: boolean;
|
|
4258
|
+
unreadNum: number;
|
|
4259
|
+
updatedTime: string;
|
|
4260
|
+
lastMessageContent: string;
|
|
4261
|
+
sender?: string | undefined;
|
|
4262
|
+
lastMessageId?: string | undefined;
|
|
4263
|
+
lastMessage?: {
|
|
4264
|
+
[x: string]: any;
|
|
4265
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
4266
|
+
msg: string;
|
|
4267
|
+
referenceContent?: any;
|
|
4268
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
4269
|
+
messageTemplate?: any;
|
|
4270
|
+
messageTemplateData?: any;
|
|
4271
|
+
fileUrl?: string | undefined;
|
|
4272
|
+
avStatus?: string | undefined;
|
|
4273
|
+
} | undefined;
|
|
4274
|
+
lastMessageSendTime?: string | undefined;
|
|
4275
|
+
lastMessageStatus?: string | undefined;
|
|
4276
|
+
lastSenderName?: string | undefined;
|
|
4277
|
+
businessInfo?: {
|
|
4278
|
+
uiSetting?: AnyObject | undefined;
|
|
4279
|
+
topicInfo?: {
|
|
4280
|
+
[x: string]: any;
|
|
4281
|
+
param?: AnyObject | undefined;
|
|
4282
|
+
} | undefined;
|
|
4283
|
+
} | undefined;
|
|
4284
|
+
labelList?: AnyObject[] | undefined;
|
|
4285
|
+
notDisturb: boolean;
|
|
4286
|
+
}[];
|
|
2688
4287
|
isChangeSession: boolean;
|
|
2689
|
-
updateSessionItem: AnyObject;
|
|
2690
4288
|
isUpdateSession: boolean;
|
|
2691
4289
|
currentReferenceMsg: AnyObject | null;
|
|
2692
4290
|
currentReEditMsg: AnyObject | null;
|
|
@@ -2704,6 +4302,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2704
4302
|
info: AnyObject | null;
|
|
2705
4303
|
};
|
|
2706
4304
|
isForward: boolean;
|
|
4305
|
+
loading: boolean;
|
|
2707
4306
|
};
|
|
2708
4307
|
setCurrentSessionItem: (item: AnyObject) => void;
|
|
2709
4308
|
listRef: import("vue").Ref<any, any>;
|
|
@@ -2719,25 +4318,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2719
4318
|
handleInput: () => void;
|
|
2720
4319
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
|
2721
4320
|
sessionList: import("vue").ComputedRef<{
|
|
2722
|
-
id:
|
|
2723
|
-
name:
|
|
2724
|
-
avatar:
|
|
2725
|
-
chatType:
|
|
2726
|
-
roleInfo:
|
|
4321
|
+
id: string;
|
|
4322
|
+
name: string;
|
|
4323
|
+
avatar: string;
|
|
4324
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
4325
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
2727
4326
|
}[]>;
|
|
2728
4327
|
friends: import("vue").ComputedRef<{
|
|
2729
|
-
id:
|
|
2730
|
-
name:
|
|
2731
|
-
avatar:
|
|
2732
|
-
chatType:
|
|
2733
|
-
roleInfo:
|
|
4328
|
+
id: string;
|
|
4329
|
+
name: string;
|
|
4330
|
+
avatar: string;
|
|
4331
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
4332
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
2734
4333
|
}[]>;
|
|
2735
4334
|
groups: import("vue").ComputedRef<{
|
|
2736
|
-
id:
|
|
2737
|
-
name:
|
|
2738
|
-
avatar:
|
|
2739
|
-
chatType:
|
|
2740
|
-
roleInfo:
|
|
4335
|
+
id: string;
|
|
4336
|
+
name: string;
|
|
4337
|
+
avatar: string;
|
|
4338
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
4339
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
2741
4340
|
}[]>;
|
|
2742
4341
|
checkedIds: import("vue").ComputedRef<any[]>;
|
|
2743
4342
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
|
@@ -2811,6 +4410,160 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2811
4410
|
mode: string;
|
|
2812
4411
|
disabledIds: string[];
|
|
2813
4412
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4413
|
+
MessageMarkdown: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4414
|
+
data: {
|
|
4415
|
+
type: PropType<AnyObject>;
|
|
4416
|
+
required: true;
|
|
4417
|
+
};
|
|
4418
|
+
}>, {
|
|
4419
|
+
mdhtml: import("markdown-it");
|
|
4420
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
4421
|
+
data: {
|
|
4422
|
+
type: PropType<AnyObject>;
|
|
4423
|
+
required: true;
|
|
4424
|
+
};
|
|
4425
|
+
}>> & Readonly<{}> & {}>;
|
|
4426
|
+
state: {
|
|
4427
|
+
[x: string]: any;
|
|
4428
|
+
orgId: string;
|
|
4429
|
+
currentSessionItem: {
|
|
4430
|
+
id: string;
|
|
4431
|
+
sessionKey: string;
|
|
4432
|
+
receiver: string;
|
|
4433
|
+
createdTime: string;
|
|
4434
|
+
avatar: string;
|
|
4435
|
+
name: string;
|
|
4436
|
+
defaultName: string;
|
|
4437
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
4438
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
4439
|
+
status: import("./constants").STATUS;
|
|
4440
|
+
sortTime: string;
|
|
4441
|
+
topping: boolean;
|
|
4442
|
+
unreadNum: number;
|
|
4443
|
+
updatedTime: string;
|
|
4444
|
+
lastMessageContent: string;
|
|
4445
|
+
sender?: string | undefined;
|
|
4446
|
+
lastMessageId?: string | undefined;
|
|
4447
|
+
lastMessage?: {
|
|
4448
|
+
[x: string]: any;
|
|
4449
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
4450
|
+
msg: string;
|
|
4451
|
+
referenceContent?: any;
|
|
4452
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
4453
|
+
messageTemplate?: any;
|
|
4454
|
+
messageTemplateData?: any;
|
|
4455
|
+
fileUrl?: string | undefined;
|
|
4456
|
+
avStatus?: string | undefined;
|
|
4457
|
+
} | undefined;
|
|
4458
|
+
lastMessageSendTime?: string | undefined;
|
|
4459
|
+
lastMessageStatus?: string | undefined;
|
|
4460
|
+
lastSenderName?: string | undefined;
|
|
4461
|
+
businessInfo?: {
|
|
4462
|
+
uiSetting?: AnyObject | undefined;
|
|
4463
|
+
topicInfo?: {
|
|
4464
|
+
[x: string]: any;
|
|
4465
|
+
param?: AnyObject | undefined;
|
|
4466
|
+
} | undefined;
|
|
4467
|
+
} | undefined;
|
|
4468
|
+
labelList?: AnyObject[] | undefined;
|
|
4469
|
+
notDisturb: boolean;
|
|
4470
|
+
};
|
|
4471
|
+
id: string;
|
|
4472
|
+
userInfo: AnyObject;
|
|
4473
|
+
msgList: {
|
|
4474
|
+
[x: string]: any;
|
|
4475
|
+
id: string;
|
|
4476
|
+
sessionKey: string;
|
|
4477
|
+
content: {
|
|
4478
|
+
[x: string]: any;
|
|
4479
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
4480
|
+
msg: string;
|
|
4481
|
+
referenceContent?: any;
|
|
4482
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
4483
|
+
messageTemplate?: any;
|
|
4484
|
+
messageTemplateData?: any;
|
|
4485
|
+
fileUrl?: string | undefined;
|
|
4486
|
+
avStatus?: string | undefined;
|
|
4487
|
+
};
|
|
4488
|
+
senderName: string;
|
|
4489
|
+
sendTime: string;
|
|
4490
|
+
sender: string;
|
|
4491
|
+
status: string;
|
|
4492
|
+
senderAvatar: string;
|
|
4493
|
+
__content: string;
|
|
4494
|
+
__time?: string | undefined;
|
|
4495
|
+
__sendTime?: string | undefined;
|
|
4496
|
+
}[];
|
|
4497
|
+
sessionList: {
|
|
4498
|
+
id: string;
|
|
4499
|
+
sessionKey: string;
|
|
4500
|
+
receiver: string;
|
|
4501
|
+
createdTime: string;
|
|
4502
|
+
avatar: string;
|
|
4503
|
+
name: string;
|
|
4504
|
+
defaultName: string;
|
|
4505
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
4506
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
4507
|
+
status: import("./constants").STATUS;
|
|
4508
|
+
sortTime: string;
|
|
4509
|
+
topping: boolean;
|
|
4510
|
+
unreadNum: number;
|
|
4511
|
+
updatedTime: string;
|
|
4512
|
+
lastMessageContent: string;
|
|
4513
|
+
sender?: string | undefined;
|
|
4514
|
+
lastMessageId?: string | undefined;
|
|
4515
|
+
lastMessage?: {
|
|
4516
|
+
[x: string]: any;
|
|
4517
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
4518
|
+
msg: string;
|
|
4519
|
+
referenceContent?: any;
|
|
4520
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
4521
|
+
messageTemplate?: any;
|
|
4522
|
+
messageTemplateData?: any;
|
|
4523
|
+
fileUrl?: string | undefined;
|
|
4524
|
+
avStatus?: string | undefined;
|
|
4525
|
+
} | undefined;
|
|
4526
|
+
lastMessageSendTime?: string | undefined;
|
|
4527
|
+
lastMessageStatus?: string | undefined;
|
|
4528
|
+
lastSenderName?: string | undefined;
|
|
4529
|
+
businessInfo?: {
|
|
4530
|
+
uiSetting?: AnyObject | undefined;
|
|
4531
|
+
topicInfo?: {
|
|
4532
|
+
[x: string]: any;
|
|
4533
|
+
param?: AnyObject | undefined;
|
|
4534
|
+
} | undefined;
|
|
4535
|
+
} | undefined;
|
|
4536
|
+
labelList?: AnyObject[] | undefined;
|
|
4537
|
+
notDisturb: boolean;
|
|
4538
|
+
}[];
|
|
4539
|
+
isChangeSession: boolean;
|
|
4540
|
+
isUpdateSession: boolean;
|
|
4541
|
+
currentReferenceMsg: AnyObject | null;
|
|
4542
|
+
currentReEditMsg: AnyObject | null;
|
|
4543
|
+
showVideo: boolean;
|
|
4544
|
+
currentAVMsg: AnyObject;
|
|
4545
|
+
currentGroupUser: AnyObject[];
|
|
4546
|
+
showMultipleVideo: boolean;
|
|
4547
|
+
userDetail: {
|
|
4548
|
+
show: boolean;
|
|
4549
|
+
position: {
|
|
4550
|
+
x: number;
|
|
4551
|
+
y: number;
|
|
4552
|
+
};
|
|
4553
|
+
userId: string;
|
|
4554
|
+
info: AnyObject | null;
|
|
4555
|
+
};
|
|
4556
|
+
isForward: boolean;
|
|
4557
|
+
loading: boolean;
|
|
4558
|
+
};
|
|
4559
|
+
content: import("vue").ComputedRef<string>;
|
|
4560
|
+
normalizeMarkdown: (text: string) => string;
|
|
4561
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4562
|
+
data: {
|
|
4563
|
+
type: PropType<AnyObject>;
|
|
4564
|
+
required: true;
|
|
4565
|
+
};
|
|
4566
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2814
4567
|
readonly simplifyMessage: typeof import("./utils").simplifyMessage;
|
|
2815
4568
|
readonly isAudioOrVideoMessage: typeof import("./utils").isAudioOrVideoMessage;
|
|
2816
4569
|
readonly getAVTime: typeof import("./utils").getAVTime;
|
|
@@ -2946,8 +4699,50 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2946
4699
|
SPACE_PLACEHOLDER: string;
|
|
2947
4700
|
inputRef: import("vue").Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
|
|
2948
4701
|
state: {
|
|
2949
|
-
|
|
2950
|
-
|
|
4702
|
+
[x: string]: any;
|
|
4703
|
+
orgId: string;
|
|
4704
|
+
currentSessionItem: {
|
|
4705
|
+
id: string;
|
|
4706
|
+
sessionKey: string;
|
|
4707
|
+
receiver: string;
|
|
4708
|
+
createdTime: string;
|
|
4709
|
+
avatar: string;
|
|
4710
|
+
name: string;
|
|
4711
|
+
defaultName: string;
|
|
4712
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
4713
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
4714
|
+
status: import("./constants").STATUS;
|
|
4715
|
+
sortTime: string;
|
|
4716
|
+
topping: boolean;
|
|
4717
|
+
unreadNum: number;
|
|
4718
|
+
updatedTime: string;
|
|
4719
|
+
lastMessageContent: string;
|
|
4720
|
+
sender?: string | undefined;
|
|
4721
|
+
lastMessageId?: string | undefined;
|
|
4722
|
+
lastMessage?: {
|
|
4723
|
+
[x: string]: any;
|
|
4724
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
4725
|
+
msg: string;
|
|
4726
|
+
referenceContent?: any;
|
|
4727
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
4728
|
+
messageTemplate?: any;
|
|
4729
|
+
messageTemplateData?: any;
|
|
4730
|
+
fileUrl?: string | undefined;
|
|
4731
|
+
avStatus?: string | undefined;
|
|
4732
|
+
} | undefined;
|
|
4733
|
+
lastMessageSendTime?: string | undefined;
|
|
4734
|
+
lastMessageStatus?: string | undefined;
|
|
4735
|
+
lastSenderName?: string | undefined;
|
|
4736
|
+
businessInfo?: {
|
|
4737
|
+
uiSetting?: AnyObject | undefined;
|
|
4738
|
+
topicInfo?: {
|
|
4739
|
+
[x: string]: any;
|
|
4740
|
+
param?: AnyObject | undefined;
|
|
4741
|
+
} | undefined;
|
|
4742
|
+
} | undefined;
|
|
4743
|
+
labelList?: AnyObject[] | undefined;
|
|
4744
|
+
notDisturb: boolean;
|
|
4745
|
+
};
|
|
2951
4746
|
id: string;
|
|
2952
4747
|
userInfo: AnyObject;
|
|
2953
4748
|
msgList: {
|
|
@@ -2956,7 +4751,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2956
4751
|
sessionKey: string;
|
|
2957
4752
|
content: {
|
|
2958
4753
|
[x: string]: any;
|
|
2959
|
-
chatMessageType:
|
|
4754
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
2960
4755
|
msg: string;
|
|
2961
4756
|
referenceContent?: any;
|
|
2962
4757
|
forwardMessageList?: AnyObject[] | undefined;
|
|
@@ -2974,11 +4769,49 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2974
4769
|
__time?: string | undefined;
|
|
2975
4770
|
__sendTime?: string | undefined;
|
|
2976
4771
|
}[];
|
|
2977
|
-
|
|
2978
|
-
|
|
2979
|
-
|
|
4772
|
+
sessionList: {
|
|
4773
|
+
id: string;
|
|
4774
|
+
sessionKey: string;
|
|
4775
|
+
receiver: string;
|
|
4776
|
+
createdTime: string;
|
|
4777
|
+
avatar: string;
|
|
4778
|
+
name: string;
|
|
4779
|
+
defaultName: string;
|
|
4780
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
4781
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
4782
|
+
status: import("./constants").STATUS;
|
|
4783
|
+
sortTime: string;
|
|
4784
|
+
topping: boolean;
|
|
4785
|
+
unreadNum: number;
|
|
4786
|
+
updatedTime: string;
|
|
4787
|
+
lastMessageContent: string;
|
|
4788
|
+
sender?: string | undefined;
|
|
4789
|
+
lastMessageId?: string | undefined;
|
|
4790
|
+
lastMessage?: {
|
|
4791
|
+
[x: string]: any;
|
|
4792
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
4793
|
+
msg: string;
|
|
4794
|
+
referenceContent?: any;
|
|
4795
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
4796
|
+
messageTemplate?: any;
|
|
4797
|
+
messageTemplateData?: any;
|
|
4798
|
+
fileUrl?: string | undefined;
|
|
4799
|
+
avStatus?: string | undefined;
|
|
4800
|
+
} | undefined;
|
|
4801
|
+
lastMessageSendTime?: string | undefined;
|
|
4802
|
+
lastMessageStatus?: string | undefined;
|
|
4803
|
+
lastSenderName?: string | undefined;
|
|
4804
|
+
businessInfo?: {
|
|
4805
|
+
uiSetting?: AnyObject | undefined;
|
|
4806
|
+
topicInfo?: {
|
|
4807
|
+
[x: string]: any;
|
|
4808
|
+
param?: AnyObject | undefined;
|
|
4809
|
+
} | undefined;
|
|
4810
|
+
} | undefined;
|
|
4811
|
+
labelList?: AnyObject[] | undefined;
|
|
4812
|
+
notDisturb: boolean;
|
|
4813
|
+
}[];
|
|
2980
4814
|
isChangeSession: boolean;
|
|
2981
|
-
updateSessionItem: AnyObject;
|
|
2982
4815
|
isUpdateSession: boolean;
|
|
2983
4816
|
currentReferenceMsg: AnyObject | null;
|
|
2984
4817
|
currentReEditMsg: AnyObject | null;
|
|
@@ -2996,6 +4829,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2996
4829
|
info: AnyObject | null;
|
|
2997
4830
|
};
|
|
2998
4831
|
isForward: boolean;
|
|
4832
|
+
loading: boolean;
|
|
2999
4833
|
};
|
|
3000
4834
|
sendMessage: (message: {
|
|
3001
4835
|
chatType?: string | undefined;
|
|
@@ -3110,8 +4944,50 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3110
4944
|
}> & {}>;
|
|
3111
4945
|
emit: (event: "comfirm", ...args: any[]) => void;
|
|
3112
4946
|
state: {
|
|
3113
|
-
|
|
3114
|
-
|
|
4947
|
+
[x: string]: any;
|
|
4948
|
+
orgId: string;
|
|
4949
|
+
currentSessionItem: {
|
|
4950
|
+
id: string;
|
|
4951
|
+
sessionKey: string;
|
|
4952
|
+
receiver: string;
|
|
4953
|
+
createdTime: string;
|
|
4954
|
+
avatar: string;
|
|
4955
|
+
name: string;
|
|
4956
|
+
defaultName: string;
|
|
4957
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
4958
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
4959
|
+
status: import("./constants").STATUS;
|
|
4960
|
+
sortTime: string;
|
|
4961
|
+
topping: boolean;
|
|
4962
|
+
unreadNum: number;
|
|
4963
|
+
updatedTime: string;
|
|
4964
|
+
lastMessageContent: string;
|
|
4965
|
+
sender?: string | undefined;
|
|
4966
|
+
lastMessageId?: string | undefined;
|
|
4967
|
+
lastMessage?: {
|
|
4968
|
+
[x: string]: any;
|
|
4969
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
4970
|
+
msg: string;
|
|
4971
|
+
referenceContent?: any;
|
|
4972
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
4973
|
+
messageTemplate?: any;
|
|
4974
|
+
messageTemplateData?: any;
|
|
4975
|
+
fileUrl?: string | undefined;
|
|
4976
|
+
avStatus?: string | undefined;
|
|
4977
|
+
} | undefined;
|
|
4978
|
+
lastMessageSendTime?: string | undefined;
|
|
4979
|
+
lastMessageStatus?: string | undefined;
|
|
4980
|
+
lastSenderName?: string | undefined;
|
|
4981
|
+
businessInfo?: {
|
|
4982
|
+
uiSetting?: AnyObject | undefined;
|
|
4983
|
+
topicInfo?: {
|
|
4984
|
+
[x: string]: any;
|
|
4985
|
+
param?: AnyObject | undefined;
|
|
4986
|
+
} | undefined;
|
|
4987
|
+
} | undefined;
|
|
4988
|
+
labelList?: AnyObject[] | undefined;
|
|
4989
|
+
notDisturb: boolean;
|
|
4990
|
+
};
|
|
3115
4991
|
id: string;
|
|
3116
4992
|
userInfo: AnyObject;
|
|
3117
4993
|
msgList: {
|
|
@@ -3120,7 +4996,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3120
4996
|
sessionKey: string;
|
|
3121
4997
|
content: {
|
|
3122
4998
|
[x: string]: any;
|
|
3123
|
-
chatMessageType:
|
|
4999
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
3124
5000
|
msg: string;
|
|
3125
5001
|
referenceContent?: any;
|
|
3126
5002
|
forwardMessageList?: AnyObject[] | undefined;
|
|
@@ -3138,11 +5014,49 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3138
5014
|
__time?: string | undefined;
|
|
3139
5015
|
__sendTime?: string | undefined;
|
|
3140
5016
|
}[];
|
|
3141
|
-
|
|
3142
|
-
|
|
3143
|
-
|
|
5017
|
+
sessionList: {
|
|
5018
|
+
id: string;
|
|
5019
|
+
sessionKey: string;
|
|
5020
|
+
receiver: string;
|
|
5021
|
+
createdTime: string;
|
|
5022
|
+
avatar: string;
|
|
5023
|
+
name: string;
|
|
5024
|
+
defaultName: string;
|
|
5025
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
5026
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
5027
|
+
status: import("./constants").STATUS;
|
|
5028
|
+
sortTime: string;
|
|
5029
|
+
topping: boolean;
|
|
5030
|
+
unreadNum: number;
|
|
5031
|
+
updatedTime: string;
|
|
5032
|
+
lastMessageContent: string;
|
|
5033
|
+
sender?: string | undefined;
|
|
5034
|
+
lastMessageId?: string | undefined;
|
|
5035
|
+
lastMessage?: {
|
|
5036
|
+
[x: string]: any;
|
|
5037
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
5038
|
+
msg: string;
|
|
5039
|
+
referenceContent?: any;
|
|
5040
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
5041
|
+
messageTemplate?: any;
|
|
5042
|
+
messageTemplateData?: any;
|
|
5043
|
+
fileUrl?: string | undefined;
|
|
5044
|
+
avStatus?: string | undefined;
|
|
5045
|
+
} | undefined;
|
|
5046
|
+
lastMessageSendTime?: string | undefined;
|
|
5047
|
+
lastMessageStatus?: string | undefined;
|
|
5048
|
+
lastSenderName?: string | undefined;
|
|
5049
|
+
businessInfo?: {
|
|
5050
|
+
uiSetting?: AnyObject | undefined;
|
|
5051
|
+
topicInfo?: {
|
|
5052
|
+
[x: string]: any;
|
|
5053
|
+
param?: AnyObject | undefined;
|
|
5054
|
+
} | undefined;
|
|
5055
|
+
} | undefined;
|
|
5056
|
+
labelList?: AnyObject[] | undefined;
|
|
5057
|
+
notDisturb: boolean;
|
|
5058
|
+
}[];
|
|
3144
5059
|
isChangeSession: boolean;
|
|
3145
|
-
updateSessionItem: AnyObject;
|
|
3146
5060
|
isUpdateSession: boolean;
|
|
3147
5061
|
currentReferenceMsg: AnyObject | null;
|
|
3148
5062
|
currentReEditMsg: AnyObject | null;
|
|
@@ -3160,6 +5074,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3160
5074
|
info: AnyObject | null;
|
|
3161
5075
|
};
|
|
3162
5076
|
isForward: boolean;
|
|
5077
|
+
loading: boolean;
|
|
3163
5078
|
};
|
|
3164
5079
|
setCurrentSessionItem: (item: AnyObject) => void;
|
|
3165
5080
|
listRef: import("vue").Ref<any, any>;
|
|
@@ -3175,25 +5090,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3175
5090
|
handleInput: () => void;
|
|
3176
5091
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
|
3177
5092
|
sessionList: import("vue").ComputedRef<{
|
|
3178
|
-
id:
|
|
3179
|
-
name:
|
|
3180
|
-
avatar:
|
|
3181
|
-
chatType:
|
|
3182
|
-
roleInfo:
|
|
5093
|
+
id: string;
|
|
5094
|
+
name: string;
|
|
5095
|
+
avatar: string;
|
|
5096
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
5097
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
3183
5098
|
}[]>;
|
|
3184
5099
|
friends: import("vue").ComputedRef<{
|
|
3185
|
-
id:
|
|
3186
|
-
name:
|
|
3187
|
-
avatar:
|
|
3188
|
-
chatType:
|
|
3189
|
-
roleInfo:
|
|
5100
|
+
id: string;
|
|
5101
|
+
name: string;
|
|
5102
|
+
avatar: string;
|
|
5103
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
5104
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
3190
5105
|
}[]>;
|
|
3191
5106
|
groups: import("vue").ComputedRef<{
|
|
3192
|
-
id:
|
|
3193
|
-
name:
|
|
3194
|
-
avatar:
|
|
3195
|
-
chatType:
|
|
3196
|
-
roleInfo:
|
|
5107
|
+
id: string;
|
|
5108
|
+
name: string;
|
|
5109
|
+
avatar: string;
|
|
5110
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
5111
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
3197
5112
|
}[]>;
|
|
3198
5113
|
checkedIds: import("vue").ComputedRef<any[]>;
|
|
3199
5114
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
|
@@ -3290,8 +5205,50 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3290
5205
|
keyword: import("vue").Ref<string, string>;
|
|
3291
5206
|
cssVars: import("vue").ComputedRef<AnyObject>;
|
|
3292
5207
|
state: {
|
|
3293
|
-
|
|
3294
|
-
|
|
5208
|
+
[x: string]: any;
|
|
5209
|
+
orgId: string;
|
|
5210
|
+
currentSessionItem: {
|
|
5211
|
+
id: string;
|
|
5212
|
+
sessionKey: string;
|
|
5213
|
+
receiver: string;
|
|
5214
|
+
createdTime: string;
|
|
5215
|
+
avatar: string;
|
|
5216
|
+
name: string;
|
|
5217
|
+
defaultName: string;
|
|
5218
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
5219
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
5220
|
+
status: import("./constants").STATUS;
|
|
5221
|
+
sortTime: string;
|
|
5222
|
+
topping: boolean;
|
|
5223
|
+
unreadNum: number;
|
|
5224
|
+
updatedTime: string;
|
|
5225
|
+
lastMessageContent: string;
|
|
5226
|
+
sender?: string | undefined;
|
|
5227
|
+
lastMessageId?: string | undefined;
|
|
5228
|
+
lastMessage?: {
|
|
5229
|
+
[x: string]: any;
|
|
5230
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
5231
|
+
msg: string;
|
|
5232
|
+
referenceContent?: any;
|
|
5233
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
5234
|
+
messageTemplate?: any;
|
|
5235
|
+
messageTemplateData?: any;
|
|
5236
|
+
fileUrl?: string | undefined;
|
|
5237
|
+
avStatus?: string | undefined;
|
|
5238
|
+
} | undefined;
|
|
5239
|
+
lastMessageSendTime?: string | undefined;
|
|
5240
|
+
lastMessageStatus?: string | undefined;
|
|
5241
|
+
lastSenderName?: string | undefined;
|
|
5242
|
+
businessInfo?: {
|
|
5243
|
+
uiSetting?: AnyObject | undefined;
|
|
5244
|
+
topicInfo?: {
|
|
5245
|
+
[x: string]: any;
|
|
5246
|
+
param?: AnyObject | undefined;
|
|
5247
|
+
} | undefined;
|
|
5248
|
+
} | undefined;
|
|
5249
|
+
labelList?: AnyObject[] | undefined;
|
|
5250
|
+
notDisturb: boolean;
|
|
5251
|
+
};
|
|
3295
5252
|
id: string;
|
|
3296
5253
|
userInfo: AnyObject;
|
|
3297
5254
|
msgList: {
|
|
@@ -3300,7 +5257,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3300
5257
|
sessionKey: string;
|
|
3301
5258
|
content: {
|
|
3302
5259
|
[x: string]: any;
|
|
3303
|
-
chatMessageType:
|
|
5260
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
3304
5261
|
msg: string;
|
|
3305
5262
|
referenceContent?: any;
|
|
3306
5263
|
forwardMessageList?: AnyObject[] | undefined;
|
|
@@ -3318,11 +5275,49 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3318
5275
|
__time?: string | undefined;
|
|
3319
5276
|
__sendTime?: string | undefined;
|
|
3320
5277
|
}[];
|
|
3321
|
-
|
|
3322
|
-
|
|
3323
|
-
|
|
5278
|
+
sessionList: {
|
|
5279
|
+
id: string;
|
|
5280
|
+
sessionKey: string;
|
|
5281
|
+
receiver: string;
|
|
5282
|
+
createdTime: string;
|
|
5283
|
+
avatar: string;
|
|
5284
|
+
name: string;
|
|
5285
|
+
defaultName: string;
|
|
5286
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
5287
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
5288
|
+
status: import("./constants").STATUS;
|
|
5289
|
+
sortTime: string;
|
|
5290
|
+
topping: boolean;
|
|
5291
|
+
unreadNum: number;
|
|
5292
|
+
updatedTime: string;
|
|
5293
|
+
lastMessageContent: string;
|
|
5294
|
+
sender?: string | undefined;
|
|
5295
|
+
lastMessageId?: string | undefined;
|
|
5296
|
+
lastMessage?: {
|
|
5297
|
+
[x: string]: any;
|
|
5298
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
5299
|
+
msg: string;
|
|
5300
|
+
referenceContent?: any;
|
|
5301
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
5302
|
+
messageTemplate?: any;
|
|
5303
|
+
messageTemplateData?: any;
|
|
5304
|
+
fileUrl?: string | undefined;
|
|
5305
|
+
avStatus?: string | undefined;
|
|
5306
|
+
} | undefined;
|
|
5307
|
+
lastMessageSendTime?: string | undefined;
|
|
5308
|
+
lastMessageStatus?: string | undefined;
|
|
5309
|
+
lastSenderName?: string | undefined;
|
|
5310
|
+
businessInfo?: {
|
|
5311
|
+
uiSetting?: AnyObject | undefined;
|
|
5312
|
+
topicInfo?: {
|
|
5313
|
+
[x: string]: any;
|
|
5314
|
+
param?: AnyObject | undefined;
|
|
5315
|
+
} | undefined;
|
|
5316
|
+
} | undefined;
|
|
5317
|
+
labelList?: AnyObject[] | undefined;
|
|
5318
|
+
notDisturb: boolean;
|
|
5319
|
+
}[];
|
|
3324
5320
|
isChangeSession: boolean;
|
|
3325
|
-
updateSessionItem: AnyObject;
|
|
3326
5321
|
isUpdateSession: boolean;
|
|
3327
5322
|
currentReferenceMsg: AnyObject | null;
|
|
3328
5323
|
currentReEditMsg: AnyObject | null;
|
|
@@ -3340,22 +5335,105 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3340
5335
|
info: AnyObject | null;
|
|
3341
5336
|
};
|
|
3342
5337
|
isForward: boolean;
|
|
5338
|
+
loading: boolean;
|
|
3343
5339
|
};
|
|
3344
|
-
openSession: (session: string |
|
|
5340
|
+
openSession: (session: string | import("./types").SessionItem) => Promise<void>;
|
|
3345
5341
|
userList: import("vue").Ref<AnyObject[], AnyObject[]>;
|
|
3346
5342
|
handleInput: () => void;
|
|
3347
5343
|
patientList: import("vue").Ref<AnyObject[], AnyObject[]>;
|
|
3348
5344
|
handlePatientInput: () => void;
|
|
3349
5345
|
currentTabValue: import("vue").Ref<string, string>;
|
|
3350
5346
|
currentIndex: import("vue").Ref<number, number>;
|
|
3351
|
-
groupList: import("vue").ComputedRef<
|
|
5347
|
+
groupList: import("vue").ComputedRef<{
|
|
5348
|
+
id: string;
|
|
5349
|
+
sessionKey: string;
|
|
5350
|
+
receiver: string;
|
|
5351
|
+
createdTime: string;
|
|
5352
|
+
avatar: string;
|
|
5353
|
+
name: string;
|
|
5354
|
+
defaultName: string;
|
|
5355
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
5356
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
5357
|
+
status: import("./constants").STATUS;
|
|
5358
|
+
sortTime: string;
|
|
5359
|
+
topping: boolean;
|
|
5360
|
+
unreadNum: number;
|
|
5361
|
+
updatedTime: string;
|
|
5362
|
+
lastMessageContent: string;
|
|
5363
|
+
sender?: string | undefined;
|
|
5364
|
+
lastMessageId?: string | undefined;
|
|
5365
|
+
lastMessage?: {
|
|
5366
|
+
[x: string]: any;
|
|
5367
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
5368
|
+
msg: string;
|
|
5369
|
+
referenceContent?: any;
|
|
5370
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
5371
|
+
messageTemplate?: any;
|
|
5372
|
+
messageTemplateData?: any;
|
|
5373
|
+
fileUrl?: string | undefined;
|
|
5374
|
+
avStatus?: string | undefined;
|
|
5375
|
+
} | undefined;
|
|
5376
|
+
lastMessageSendTime?: string | undefined;
|
|
5377
|
+
lastMessageStatus?: string | undefined;
|
|
5378
|
+
lastSenderName?: string | undefined;
|
|
5379
|
+
businessInfo?: {
|
|
5380
|
+
uiSetting?: AnyObject | undefined;
|
|
5381
|
+
topicInfo?: {
|
|
5382
|
+
[x: string]: any;
|
|
5383
|
+
param?: AnyObject | undefined;
|
|
5384
|
+
} | undefined;
|
|
5385
|
+
} | undefined;
|
|
5386
|
+
labelList?: AnyObject[] | undefined;
|
|
5387
|
+
notDisturb: boolean;
|
|
5388
|
+
}[]>;
|
|
3352
5389
|
showNoUserData: import("vue").ComputedRef<boolean>;
|
|
3353
5390
|
showNoPatientData: import("vue").ComputedRef<boolean>;
|
|
3354
5391
|
showAllNoData: import("vue").ComputedRef<boolean>;
|
|
3355
5392
|
showGroupNoData: import("vue").ComputedRef<boolean>;
|
|
3356
5393
|
userStartIndex: import("vue").ComputedRef<number>;
|
|
3357
5394
|
groupStartIndex: import("vue").ComputedRef<number>;
|
|
3358
|
-
currentList: import("vue").ComputedRef<AnyObject[]
|
|
5395
|
+
currentList: import("vue").ComputedRef<AnyObject[] | {
|
|
5396
|
+
id: string;
|
|
5397
|
+
sessionKey: string;
|
|
5398
|
+
receiver: string;
|
|
5399
|
+
createdTime: string;
|
|
5400
|
+
avatar: string;
|
|
5401
|
+
name: string;
|
|
5402
|
+
defaultName: string;
|
|
5403
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
5404
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
5405
|
+
status: import("./constants").STATUS;
|
|
5406
|
+
sortTime: string;
|
|
5407
|
+
topping: boolean;
|
|
5408
|
+
unreadNum: number;
|
|
5409
|
+
updatedTime: string;
|
|
5410
|
+
lastMessageContent: string;
|
|
5411
|
+
sender?: string | undefined;
|
|
5412
|
+
lastMessageId?: string | undefined;
|
|
5413
|
+
lastMessage?: {
|
|
5414
|
+
[x: string]: any;
|
|
5415
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
5416
|
+
msg: string;
|
|
5417
|
+
referenceContent?: any;
|
|
5418
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
5419
|
+
messageTemplate?: any;
|
|
5420
|
+
messageTemplateData?: any;
|
|
5421
|
+
fileUrl?: string | undefined;
|
|
5422
|
+
avStatus?: string | undefined;
|
|
5423
|
+
} | undefined;
|
|
5424
|
+
lastMessageSendTime?: string | undefined;
|
|
5425
|
+
lastMessageStatus?: string | undefined;
|
|
5426
|
+
lastSenderName?: string | undefined;
|
|
5427
|
+
businessInfo?: {
|
|
5428
|
+
uiSetting?: AnyObject | undefined;
|
|
5429
|
+
topicInfo?: {
|
|
5430
|
+
[x: string]: any;
|
|
5431
|
+
param?: AnyObject | undefined;
|
|
5432
|
+
} | undefined;
|
|
5433
|
+
} | undefined;
|
|
5434
|
+
labelList?: AnyObject[] | undefined;
|
|
5435
|
+
notDisturb: boolean;
|
|
5436
|
+
}[]>;
|
|
3359
5437
|
handleSearchInput: () => void;
|
|
3360
5438
|
handleKeyDown: (event: KeyboardEvent) => void;
|
|
3361
5439
|
addSession: (id: string) => Promise<void>;
|
|
@@ -3500,8 +5578,50 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3500
5578
|
}> & {}>;
|
|
3501
5579
|
emit: (event: "comfirm", ...args: any[]) => void;
|
|
3502
5580
|
state: {
|
|
3503
|
-
|
|
3504
|
-
|
|
5581
|
+
[x: string]: any;
|
|
5582
|
+
orgId: string;
|
|
5583
|
+
currentSessionItem: {
|
|
5584
|
+
id: string;
|
|
5585
|
+
sessionKey: string;
|
|
5586
|
+
receiver: string;
|
|
5587
|
+
createdTime: string;
|
|
5588
|
+
avatar: string;
|
|
5589
|
+
name: string;
|
|
5590
|
+
defaultName: string;
|
|
5591
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
5592
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
5593
|
+
status: import("./constants").STATUS;
|
|
5594
|
+
sortTime: string;
|
|
5595
|
+
topping: boolean;
|
|
5596
|
+
unreadNum: number;
|
|
5597
|
+
updatedTime: string;
|
|
5598
|
+
lastMessageContent: string;
|
|
5599
|
+
sender?: string | undefined;
|
|
5600
|
+
lastMessageId?: string | undefined;
|
|
5601
|
+
lastMessage?: {
|
|
5602
|
+
[x: string]: any;
|
|
5603
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
5604
|
+
msg: string;
|
|
5605
|
+
referenceContent?: any;
|
|
5606
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
5607
|
+
messageTemplate?: any;
|
|
5608
|
+
messageTemplateData?: any;
|
|
5609
|
+
fileUrl?: string | undefined;
|
|
5610
|
+
avStatus?: string | undefined;
|
|
5611
|
+
} | undefined;
|
|
5612
|
+
lastMessageSendTime?: string | undefined;
|
|
5613
|
+
lastMessageStatus?: string | undefined;
|
|
5614
|
+
lastSenderName?: string | undefined;
|
|
5615
|
+
businessInfo?: {
|
|
5616
|
+
uiSetting?: AnyObject | undefined;
|
|
5617
|
+
topicInfo?: {
|
|
5618
|
+
[x: string]: any;
|
|
5619
|
+
param?: AnyObject | undefined;
|
|
5620
|
+
} | undefined;
|
|
5621
|
+
} | undefined;
|
|
5622
|
+
labelList?: AnyObject[] | undefined;
|
|
5623
|
+
notDisturb: boolean;
|
|
5624
|
+
};
|
|
3505
5625
|
id: string;
|
|
3506
5626
|
userInfo: AnyObject;
|
|
3507
5627
|
msgList: {
|
|
@@ -3510,7 +5630,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3510
5630
|
sessionKey: string;
|
|
3511
5631
|
content: {
|
|
3512
5632
|
[x: string]: any;
|
|
3513
|
-
chatMessageType:
|
|
5633
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
3514
5634
|
msg: string;
|
|
3515
5635
|
referenceContent?: any;
|
|
3516
5636
|
forwardMessageList?: AnyObject[] | undefined;
|
|
@@ -3528,11 +5648,49 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3528
5648
|
__time?: string | undefined;
|
|
3529
5649
|
__sendTime?: string | undefined;
|
|
3530
5650
|
}[];
|
|
3531
|
-
|
|
3532
|
-
|
|
3533
|
-
|
|
5651
|
+
sessionList: {
|
|
5652
|
+
id: string;
|
|
5653
|
+
sessionKey: string;
|
|
5654
|
+
receiver: string;
|
|
5655
|
+
createdTime: string;
|
|
5656
|
+
avatar: string;
|
|
5657
|
+
name: string;
|
|
5658
|
+
defaultName: string;
|
|
5659
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
5660
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
5661
|
+
status: import("./constants").STATUS;
|
|
5662
|
+
sortTime: string;
|
|
5663
|
+
topping: boolean;
|
|
5664
|
+
unreadNum: number;
|
|
5665
|
+
updatedTime: string;
|
|
5666
|
+
lastMessageContent: string;
|
|
5667
|
+
sender?: string | undefined;
|
|
5668
|
+
lastMessageId?: string | undefined;
|
|
5669
|
+
lastMessage?: {
|
|
5670
|
+
[x: string]: any;
|
|
5671
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
5672
|
+
msg: string;
|
|
5673
|
+
referenceContent?: any;
|
|
5674
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
5675
|
+
messageTemplate?: any;
|
|
5676
|
+
messageTemplateData?: any;
|
|
5677
|
+
fileUrl?: string | undefined;
|
|
5678
|
+
avStatus?: string | undefined;
|
|
5679
|
+
} | undefined;
|
|
5680
|
+
lastMessageSendTime?: string | undefined;
|
|
5681
|
+
lastMessageStatus?: string | undefined;
|
|
5682
|
+
lastSenderName?: string | undefined;
|
|
5683
|
+
businessInfo?: {
|
|
5684
|
+
uiSetting?: AnyObject | undefined;
|
|
5685
|
+
topicInfo?: {
|
|
5686
|
+
[x: string]: any;
|
|
5687
|
+
param?: AnyObject | undefined;
|
|
5688
|
+
} | undefined;
|
|
5689
|
+
} | undefined;
|
|
5690
|
+
labelList?: AnyObject[] | undefined;
|
|
5691
|
+
notDisturb: boolean;
|
|
5692
|
+
}[];
|
|
3534
5693
|
isChangeSession: boolean;
|
|
3535
|
-
updateSessionItem: AnyObject;
|
|
3536
5694
|
isUpdateSession: boolean;
|
|
3537
5695
|
currentReferenceMsg: AnyObject | null;
|
|
3538
5696
|
currentReEditMsg: AnyObject | null;
|
|
@@ -3550,6 +5708,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3550
5708
|
info: AnyObject | null;
|
|
3551
5709
|
};
|
|
3552
5710
|
isForward: boolean;
|
|
5711
|
+
loading: boolean;
|
|
3553
5712
|
};
|
|
3554
5713
|
setCurrentSessionItem: (item: AnyObject) => void;
|
|
3555
5714
|
listRef: import("vue").Ref<any, any>;
|
|
@@ -3565,25 +5724,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3565
5724
|
handleInput: () => void;
|
|
3566
5725
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
|
3567
5726
|
sessionList: import("vue").ComputedRef<{
|
|
3568
|
-
id:
|
|
3569
|
-
name:
|
|
3570
|
-
avatar:
|
|
3571
|
-
chatType:
|
|
3572
|
-
roleInfo:
|
|
5727
|
+
id: string;
|
|
5728
|
+
name: string;
|
|
5729
|
+
avatar: string;
|
|
5730
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
5731
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
3573
5732
|
}[]>;
|
|
3574
5733
|
friends: import("vue").ComputedRef<{
|
|
3575
|
-
id:
|
|
3576
|
-
name:
|
|
3577
|
-
avatar:
|
|
3578
|
-
chatType:
|
|
3579
|
-
roleInfo:
|
|
5734
|
+
id: string;
|
|
5735
|
+
name: string;
|
|
5736
|
+
avatar: string;
|
|
5737
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
5738
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
3580
5739
|
}[]>;
|
|
3581
5740
|
groups: import("vue").ComputedRef<{
|
|
3582
|
-
id:
|
|
3583
|
-
name:
|
|
3584
|
-
avatar:
|
|
3585
|
-
chatType:
|
|
3586
|
-
roleInfo:
|
|
5741
|
+
id: string;
|
|
5742
|
+
name: string;
|
|
5743
|
+
avatar: string;
|
|
5744
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
5745
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
3587
5746
|
}[]>;
|
|
3588
5747
|
checkedIds: import("vue").ComputedRef<any[]>;
|
|
3589
5748
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
|
@@ -3664,8 +5823,50 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3664
5823
|
receiver?: string | undefined;
|
|
3665
5824
|
}) => Promise<void>;
|
|
3666
5825
|
state: {
|
|
3667
|
-
|
|
3668
|
-
|
|
5826
|
+
[x: string]: any;
|
|
5827
|
+
orgId: string;
|
|
5828
|
+
currentSessionItem: {
|
|
5829
|
+
id: string;
|
|
5830
|
+
sessionKey: string;
|
|
5831
|
+
receiver: string;
|
|
5832
|
+
createdTime: string;
|
|
5833
|
+
avatar: string;
|
|
5834
|
+
name: string;
|
|
5835
|
+
defaultName: string;
|
|
5836
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
5837
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
5838
|
+
status: import("./constants").STATUS;
|
|
5839
|
+
sortTime: string;
|
|
5840
|
+
topping: boolean;
|
|
5841
|
+
unreadNum: number;
|
|
5842
|
+
updatedTime: string;
|
|
5843
|
+
lastMessageContent: string;
|
|
5844
|
+
sender?: string | undefined;
|
|
5845
|
+
lastMessageId?: string | undefined;
|
|
5846
|
+
lastMessage?: {
|
|
5847
|
+
[x: string]: any;
|
|
5848
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
5849
|
+
msg: string;
|
|
5850
|
+
referenceContent?: any;
|
|
5851
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
5852
|
+
messageTemplate?: any;
|
|
5853
|
+
messageTemplateData?: any;
|
|
5854
|
+
fileUrl?: string | undefined;
|
|
5855
|
+
avStatus?: string | undefined;
|
|
5856
|
+
} | undefined;
|
|
5857
|
+
lastMessageSendTime?: string | undefined;
|
|
5858
|
+
lastMessageStatus?: string | undefined;
|
|
5859
|
+
lastSenderName?: string | undefined;
|
|
5860
|
+
businessInfo?: {
|
|
5861
|
+
uiSetting?: AnyObject | undefined;
|
|
5862
|
+
topicInfo?: {
|
|
5863
|
+
[x: string]: any;
|
|
5864
|
+
param?: AnyObject | undefined;
|
|
5865
|
+
} | undefined;
|
|
5866
|
+
} | undefined;
|
|
5867
|
+
labelList?: AnyObject[] | undefined;
|
|
5868
|
+
notDisturb: boolean;
|
|
5869
|
+
};
|
|
3669
5870
|
id: string;
|
|
3670
5871
|
userInfo: AnyObject;
|
|
3671
5872
|
msgList: {
|
|
@@ -3674,7 +5875,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3674
5875
|
sessionKey: string;
|
|
3675
5876
|
content: {
|
|
3676
5877
|
[x: string]: any;
|
|
3677
|
-
chatMessageType:
|
|
5878
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
3678
5879
|
msg: string;
|
|
3679
5880
|
referenceContent?: any;
|
|
3680
5881
|
forwardMessageList?: AnyObject[] | undefined;
|
|
@@ -3692,11 +5893,49 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3692
5893
|
__time?: string | undefined;
|
|
3693
5894
|
__sendTime?: string | undefined;
|
|
3694
5895
|
}[];
|
|
3695
|
-
|
|
3696
|
-
|
|
3697
|
-
|
|
5896
|
+
sessionList: {
|
|
5897
|
+
id: string;
|
|
5898
|
+
sessionKey: string;
|
|
5899
|
+
receiver: string;
|
|
5900
|
+
createdTime: string;
|
|
5901
|
+
avatar: string;
|
|
5902
|
+
name: string;
|
|
5903
|
+
defaultName: string;
|
|
5904
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
5905
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
5906
|
+
status: import("./constants").STATUS;
|
|
5907
|
+
sortTime: string;
|
|
5908
|
+
topping: boolean;
|
|
5909
|
+
unreadNum: number;
|
|
5910
|
+
updatedTime: string;
|
|
5911
|
+
lastMessageContent: string;
|
|
5912
|
+
sender?: string | undefined;
|
|
5913
|
+
lastMessageId?: string | undefined;
|
|
5914
|
+
lastMessage?: {
|
|
5915
|
+
[x: string]: any;
|
|
5916
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
5917
|
+
msg: string;
|
|
5918
|
+
referenceContent?: any;
|
|
5919
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
5920
|
+
messageTemplate?: any;
|
|
5921
|
+
messageTemplateData?: any;
|
|
5922
|
+
fileUrl?: string | undefined;
|
|
5923
|
+
avStatus?: string | undefined;
|
|
5924
|
+
} | undefined;
|
|
5925
|
+
lastMessageSendTime?: string | undefined;
|
|
5926
|
+
lastMessageStatus?: string | undefined;
|
|
5927
|
+
lastSenderName?: string | undefined;
|
|
5928
|
+
businessInfo?: {
|
|
5929
|
+
uiSetting?: AnyObject | undefined;
|
|
5930
|
+
topicInfo?: {
|
|
5931
|
+
[x: string]: any;
|
|
5932
|
+
param?: AnyObject | undefined;
|
|
5933
|
+
} | undefined;
|
|
5934
|
+
} | undefined;
|
|
5935
|
+
labelList?: AnyObject[] | undefined;
|
|
5936
|
+
notDisturb: boolean;
|
|
5937
|
+
}[];
|
|
3698
5938
|
isChangeSession: boolean;
|
|
3699
|
-
updateSessionItem: AnyObject;
|
|
3700
5939
|
isUpdateSession: boolean;
|
|
3701
5940
|
currentReferenceMsg: AnyObject | null;
|
|
3702
5941
|
currentReEditMsg: AnyObject | null;
|
|
@@ -3714,6 +5953,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3714
5953
|
info: AnyObject | null;
|
|
3715
5954
|
};
|
|
3716
5955
|
isForward: boolean;
|
|
5956
|
+
loading: boolean;
|
|
3717
5957
|
};
|
|
3718
5958
|
trtc: import("trtc-sdk-v5").TRTC;
|
|
3719
5959
|
timing: import("vue").Ref<string, string>;
|
|
@@ -3770,8 +6010,50 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3770
6010
|
MultipleVideo: import("vue").DefineComponent<{}, {
|
|
3771
6011
|
selfVideoRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
3772
6012
|
state: {
|
|
3773
|
-
|
|
3774
|
-
|
|
6013
|
+
[x: string]: any;
|
|
6014
|
+
orgId: string;
|
|
6015
|
+
currentSessionItem: {
|
|
6016
|
+
id: string;
|
|
6017
|
+
sessionKey: string;
|
|
6018
|
+
receiver: string;
|
|
6019
|
+
createdTime: string;
|
|
6020
|
+
avatar: string;
|
|
6021
|
+
name: string;
|
|
6022
|
+
defaultName: string;
|
|
6023
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
6024
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
6025
|
+
status: import("./constants").STATUS;
|
|
6026
|
+
sortTime: string;
|
|
6027
|
+
topping: boolean;
|
|
6028
|
+
unreadNum: number;
|
|
6029
|
+
updatedTime: string;
|
|
6030
|
+
lastMessageContent: string;
|
|
6031
|
+
sender?: string | undefined;
|
|
6032
|
+
lastMessageId?: string | undefined;
|
|
6033
|
+
lastMessage?: {
|
|
6034
|
+
[x: string]: any;
|
|
6035
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
6036
|
+
msg: string;
|
|
6037
|
+
referenceContent?: any;
|
|
6038
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
6039
|
+
messageTemplate?: any;
|
|
6040
|
+
messageTemplateData?: any;
|
|
6041
|
+
fileUrl?: string | undefined;
|
|
6042
|
+
avStatus?: string | undefined;
|
|
6043
|
+
} | undefined;
|
|
6044
|
+
lastMessageSendTime?: string | undefined;
|
|
6045
|
+
lastMessageStatus?: string | undefined;
|
|
6046
|
+
lastSenderName?: string | undefined;
|
|
6047
|
+
businessInfo?: {
|
|
6048
|
+
uiSetting?: AnyObject | undefined;
|
|
6049
|
+
topicInfo?: {
|
|
6050
|
+
[x: string]: any;
|
|
6051
|
+
param?: AnyObject | undefined;
|
|
6052
|
+
} | undefined;
|
|
6053
|
+
} | undefined;
|
|
6054
|
+
labelList?: AnyObject[] | undefined;
|
|
6055
|
+
notDisturb: boolean;
|
|
6056
|
+
};
|
|
3775
6057
|
id: string;
|
|
3776
6058
|
userInfo: AnyObject;
|
|
3777
6059
|
msgList: {
|
|
@@ -3780,7 +6062,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3780
6062
|
sessionKey: string;
|
|
3781
6063
|
content: {
|
|
3782
6064
|
[x: string]: any;
|
|
3783
|
-
chatMessageType:
|
|
6065
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
3784
6066
|
msg: string;
|
|
3785
6067
|
referenceContent?: any;
|
|
3786
6068
|
forwardMessageList?: AnyObject[] | undefined;
|
|
@@ -3798,11 +6080,49 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3798
6080
|
__time?: string | undefined;
|
|
3799
6081
|
__sendTime?: string | undefined;
|
|
3800
6082
|
}[];
|
|
3801
|
-
|
|
3802
|
-
|
|
3803
|
-
|
|
6083
|
+
sessionList: {
|
|
6084
|
+
id: string;
|
|
6085
|
+
sessionKey: string;
|
|
6086
|
+
receiver: string;
|
|
6087
|
+
createdTime: string;
|
|
6088
|
+
avatar: string;
|
|
6089
|
+
name: string;
|
|
6090
|
+
defaultName: string;
|
|
6091
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
6092
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
6093
|
+
status: import("./constants").STATUS;
|
|
6094
|
+
sortTime: string;
|
|
6095
|
+
topping: boolean;
|
|
6096
|
+
unreadNum: number;
|
|
6097
|
+
updatedTime: string;
|
|
6098
|
+
lastMessageContent: string;
|
|
6099
|
+
sender?: string | undefined;
|
|
6100
|
+
lastMessageId?: string | undefined;
|
|
6101
|
+
lastMessage?: {
|
|
6102
|
+
[x: string]: any;
|
|
6103
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
6104
|
+
msg: string;
|
|
6105
|
+
referenceContent?: any;
|
|
6106
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
6107
|
+
messageTemplate?: any;
|
|
6108
|
+
messageTemplateData?: any;
|
|
6109
|
+
fileUrl?: string | undefined;
|
|
6110
|
+
avStatus?: string | undefined;
|
|
6111
|
+
} | undefined;
|
|
6112
|
+
lastMessageSendTime?: string | undefined;
|
|
6113
|
+
lastMessageStatus?: string | undefined;
|
|
6114
|
+
lastSenderName?: string | undefined;
|
|
6115
|
+
businessInfo?: {
|
|
6116
|
+
uiSetting?: AnyObject | undefined;
|
|
6117
|
+
topicInfo?: {
|
|
6118
|
+
[x: string]: any;
|
|
6119
|
+
param?: AnyObject | undefined;
|
|
6120
|
+
} | undefined;
|
|
6121
|
+
} | undefined;
|
|
6122
|
+
labelList?: AnyObject[] | undefined;
|
|
6123
|
+
notDisturb: boolean;
|
|
6124
|
+
}[];
|
|
3804
6125
|
isChangeSession: boolean;
|
|
3805
|
-
updateSessionItem: AnyObject;
|
|
3806
6126
|
isUpdateSession: boolean;
|
|
3807
6127
|
currentReferenceMsg: AnyObject | null;
|
|
3808
6128
|
currentReEditMsg: AnyObject | null;
|
|
@@ -3820,6 +6140,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3820
6140
|
info: AnyObject | null;
|
|
3821
6141
|
};
|
|
3822
6142
|
isForward: boolean;
|
|
6143
|
+
loading: boolean;
|
|
3823
6144
|
};
|
|
3824
6145
|
sendMessage: (message: {
|
|
3825
6146
|
chatType?: string | undefined;
|
|
@@ -3966,8 +6287,50 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3966
6287
|
}> & {}>;
|
|
3967
6288
|
emit: (event: "comfirm", ...args: any[]) => void;
|
|
3968
6289
|
state: {
|
|
3969
|
-
|
|
3970
|
-
|
|
6290
|
+
[x: string]: any;
|
|
6291
|
+
orgId: string;
|
|
6292
|
+
currentSessionItem: {
|
|
6293
|
+
id: string;
|
|
6294
|
+
sessionKey: string;
|
|
6295
|
+
receiver: string;
|
|
6296
|
+
createdTime: string;
|
|
6297
|
+
avatar: string;
|
|
6298
|
+
name: string;
|
|
6299
|
+
defaultName: string;
|
|
6300
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
6301
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
6302
|
+
status: import("./constants").STATUS;
|
|
6303
|
+
sortTime: string;
|
|
6304
|
+
topping: boolean;
|
|
6305
|
+
unreadNum: number;
|
|
6306
|
+
updatedTime: string;
|
|
6307
|
+
lastMessageContent: string;
|
|
6308
|
+
sender?: string | undefined;
|
|
6309
|
+
lastMessageId?: string | undefined;
|
|
6310
|
+
lastMessage?: {
|
|
6311
|
+
[x: string]: any;
|
|
6312
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
6313
|
+
msg: string;
|
|
6314
|
+
referenceContent?: any;
|
|
6315
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
6316
|
+
messageTemplate?: any;
|
|
6317
|
+
messageTemplateData?: any;
|
|
6318
|
+
fileUrl?: string | undefined;
|
|
6319
|
+
avStatus?: string | undefined;
|
|
6320
|
+
} | undefined;
|
|
6321
|
+
lastMessageSendTime?: string | undefined;
|
|
6322
|
+
lastMessageStatus?: string | undefined;
|
|
6323
|
+
lastSenderName?: string | undefined;
|
|
6324
|
+
businessInfo?: {
|
|
6325
|
+
uiSetting?: AnyObject | undefined;
|
|
6326
|
+
topicInfo?: {
|
|
6327
|
+
[x: string]: any;
|
|
6328
|
+
param?: AnyObject | undefined;
|
|
6329
|
+
} | undefined;
|
|
6330
|
+
} | undefined;
|
|
6331
|
+
labelList?: AnyObject[] | undefined;
|
|
6332
|
+
notDisturb: boolean;
|
|
6333
|
+
};
|
|
3971
6334
|
id: string;
|
|
3972
6335
|
userInfo: AnyObject;
|
|
3973
6336
|
msgList: {
|
|
@@ -3976,7 +6339,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3976
6339
|
sessionKey: string;
|
|
3977
6340
|
content: {
|
|
3978
6341
|
[x: string]: any;
|
|
3979
|
-
chatMessageType:
|
|
6342
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
3980
6343
|
msg: string;
|
|
3981
6344
|
referenceContent?: any;
|
|
3982
6345
|
forwardMessageList?: AnyObject[] | undefined;
|
|
@@ -3994,11 +6357,49 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3994
6357
|
__time?: string | undefined;
|
|
3995
6358
|
__sendTime?: string | undefined;
|
|
3996
6359
|
}[];
|
|
3997
|
-
|
|
3998
|
-
|
|
3999
|
-
|
|
6360
|
+
sessionList: {
|
|
6361
|
+
id: string;
|
|
6362
|
+
sessionKey: string;
|
|
6363
|
+
receiver: string;
|
|
6364
|
+
createdTime: string;
|
|
6365
|
+
avatar: string;
|
|
6366
|
+
name: string;
|
|
6367
|
+
defaultName: string;
|
|
6368
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
6369
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
6370
|
+
status: import("./constants").STATUS;
|
|
6371
|
+
sortTime: string;
|
|
6372
|
+
topping: boolean;
|
|
6373
|
+
unreadNum: number;
|
|
6374
|
+
updatedTime: string;
|
|
6375
|
+
lastMessageContent: string;
|
|
6376
|
+
sender?: string | undefined;
|
|
6377
|
+
lastMessageId?: string | undefined;
|
|
6378
|
+
lastMessage?: {
|
|
6379
|
+
[x: string]: any;
|
|
6380
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
6381
|
+
msg: string;
|
|
6382
|
+
referenceContent?: any;
|
|
6383
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
6384
|
+
messageTemplate?: any;
|
|
6385
|
+
messageTemplateData?: any;
|
|
6386
|
+
fileUrl?: string | undefined;
|
|
6387
|
+
avStatus?: string | undefined;
|
|
6388
|
+
} | undefined;
|
|
6389
|
+
lastMessageSendTime?: string | undefined;
|
|
6390
|
+
lastMessageStatus?: string | undefined;
|
|
6391
|
+
lastSenderName?: string | undefined;
|
|
6392
|
+
businessInfo?: {
|
|
6393
|
+
uiSetting?: AnyObject | undefined;
|
|
6394
|
+
topicInfo?: {
|
|
6395
|
+
[x: string]: any;
|
|
6396
|
+
param?: AnyObject | undefined;
|
|
6397
|
+
} | undefined;
|
|
6398
|
+
} | undefined;
|
|
6399
|
+
labelList?: AnyObject[] | undefined;
|
|
6400
|
+
notDisturb: boolean;
|
|
6401
|
+
}[];
|
|
4000
6402
|
isChangeSession: boolean;
|
|
4001
|
-
updateSessionItem: AnyObject;
|
|
4002
6403
|
isUpdateSession: boolean;
|
|
4003
6404
|
currentReferenceMsg: AnyObject | null;
|
|
4004
6405
|
currentReEditMsg: AnyObject | null;
|
|
@@ -4016,6 +6417,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4016
6417
|
info: AnyObject | null;
|
|
4017
6418
|
};
|
|
4018
6419
|
isForward: boolean;
|
|
6420
|
+
loading: boolean;
|
|
4019
6421
|
};
|
|
4020
6422
|
setCurrentSessionItem: (item: AnyObject) => void;
|
|
4021
6423
|
listRef: import("vue").Ref<any, any>;
|
|
@@ -4031,25 +6433,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4031
6433
|
handleInput: () => void;
|
|
4032
6434
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
|
4033
6435
|
sessionList: import("vue").ComputedRef<{
|
|
4034
|
-
id:
|
|
4035
|
-
name:
|
|
4036
|
-
avatar:
|
|
4037
|
-
chatType:
|
|
4038
|
-
roleInfo:
|
|
6436
|
+
id: string;
|
|
6437
|
+
name: string;
|
|
6438
|
+
avatar: string;
|
|
6439
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
6440
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
4039
6441
|
}[]>;
|
|
4040
6442
|
friends: import("vue").ComputedRef<{
|
|
4041
|
-
id:
|
|
4042
|
-
name:
|
|
4043
|
-
avatar:
|
|
4044
|
-
chatType:
|
|
4045
|
-
roleInfo:
|
|
6443
|
+
id: string;
|
|
6444
|
+
name: string;
|
|
6445
|
+
avatar: string;
|
|
6446
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
6447
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
4046
6448
|
}[]>;
|
|
4047
6449
|
groups: import("vue").ComputedRef<{
|
|
4048
|
-
id:
|
|
4049
|
-
name:
|
|
4050
|
-
avatar:
|
|
4051
|
-
chatType:
|
|
4052
|
-
roleInfo:
|
|
6450
|
+
id: string;
|
|
6451
|
+
name: string;
|
|
6452
|
+
avatar: string;
|
|
6453
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
6454
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
4053
6455
|
}[]>;
|
|
4054
6456
|
checkedIds: import("vue").ComputedRef<any[]>;
|
|
4055
6457
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
|
@@ -4134,8 +6536,50 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4134
6536
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4135
6537
|
PersonProfile: import("vue").DefineComponent<{}, {
|
|
4136
6538
|
state: {
|
|
4137
|
-
|
|
4138
|
-
|
|
6539
|
+
[x: string]: any;
|
|
6540
|
+
orgId: string;
|
|
6541
|
+
currentSessionItem: {
|
|
6542
|
+
id: string;
|
|
6543
|
+
sessionKey: string;
|
|
6544
|
+
receiver: string;
|
|
6545
|
+
createdTime: string;
|
|
6546
|
+
avatar: string;
|
|
6547
|
+
name: string;
|
|
6548
|
+
defaultName: string;
|
|
6549
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
6550
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
6551
|
+
status: import("./constants").STATUS;
|
|
6552
|
+
sortTime: string;
|
|
6553
|
+
topping: boolean;
|
|
6554
|
+
unreadNum: number;
|
|
6555
|
+
updatedTime: string;
|
|
6556
|
+
lastMessageContent: string;
|
|
6557
|
+
sender?: string | undefined;
|
|
6558
|
+
lastMessageId?: string | undefined;
|
|
6559
|
+
lastMessage?: {
|
|
6560
|
+
[x: string]: any;
|
|
6561
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
6562
|
+
msg: string;
|
|
6563
|
+
referenceContent?: any;
|
|
6564
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
6565
|
+
messageTemplate?: any;
|
|
6566
|
+
messageTemplateData?: any;
|
|
6567
|
+
fileUrl?: string | undefined;
|
|
6568
|
+
avStatus?: string | undefined;
|
|
6569
|
+
} | undefined;
|
|
6570
|
+
lastMessageSendTime?: string | undefined;
|
|
6571
|
+
lastMessageStatus?: string | undefined;
|
|
6572
|
+
lastSenderName?: string | undefined;
|
|
6573
|
+
businessInfo?: {
|
|
6574
|
+
uiSetting?: AnyObject | undefined;
|
|
6575
|
+
topicInfo?: {
|
|
6576
|
+
[x: string]: any;
|
|
6577
|
+
param?: AnyObject | undefined;
|
|
6578
|
+
} | undefined;
|
|
6579
|
+
} | undefined;
|
|
6580
|
+
labelList?: AnyObject[] | undefined;
|
|
6581
|
+
notDisturb: boolean;
|
|
6582
|
+
};
|
|
4139
6583
|
id: string;
|
|
4140
6584
|
userInfo: AnyObject;
|
|
4141
6585
|
msgList: {
|
|
@@ -4144,7 +6588,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4144
6588
|
sessionKey: string;
|
|
4145
6589
|
content: {
|
|
4146
6590
|
[x: string]: any;
|
|
4147
|
-
chatMessageType:
|
|
6591
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
4148
6592
|
msg: string;
|
|
4149
6593
|
referenceContent?: any;
|
|
4150
6594
|
forwardMessageList?: AnyObject[] | undefined;
|
|
@@ -4162,11 +6606,49 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4162
6606
|
__time?: string | undefined;
|
|
4163
6607
|
__sendTime?: string | undefined;
|
|
4164
6608
|
}[];
|
|
4165
|
-
|
|
4166
|
-
|
|
4167
|
-
|
|
6609
|
+
sessionList: {
|
|
6610
|
+
id: string;
|
|
6611
|
+
sessionKey: string;
|
|
6612
|
+
receiver: string;
|
|
6613
|
+
createdTime: string;
|
|
6614
|
+
avatar: string;
|
|
6615
|
+
name: string;
|
|
6616
|
+
defaultName: string;
|
|
6617
|
+
chatType: import("./constants").CHAT_TYPE;
|
|
6618
|
+
roleInfo: import("./constants").ROLE_TYPE;
|
|
6619
|
+
status: import("./constants").STATUS;
|
|
6620
|
+
sortTime: string;
|
|
6621
|
+
topping: boolean;
|
|
6622
|
+
unreadNum: number;
|
|
6623
|
+
updatedTime: string;
|
|
6624
|
+
lastMessageContent: string;
|
|
6625
|
+
sender?: string | undefined;
|
|
6626
|
+
lastMessageId?: string | undefined;
|
|
6627
|
+
lastMessage?: {
|
|
6628
|
+
[x: string]: any;
|
|
6629
|
+
chatMessageType: import("./constants").MESSAGE_TYPE;
|
|
6630
|
+
msg: string;
|
|
6631
|
+
referenceContent?: any;
|
|
6632
|
+
forwardMessageList?: AnyObject[] | undefined;
|
|
6633
|
+
messageTemplate?: any;
|
|
6634
|
+
messageTemplateData?: any;
|
|
6635
|
+
fileUrl?: string | undefined;
|
|
6636
|
+
avStatus?: string | undefined;
|
|
6637
|
+
} | undefined;
|
|
6638
|
+
lastMessageSendTime?: string | undefined;
|
|
6639
|
+
lastMessageStatus?: string | undefined;
|
|
6640
|
+
lastSenderName?: string | undefined;
|
|
6641
|
+
businessInfo?: {
|
|
6642
|
+
uiSetting?: AnyObject | undefined;
|
|
6643
|
+
topicInfo?: {
|
|
6644
|
+
[x: string]: any;
|
|
6645
|
+
param?: AnyObject | undefined;
|
|
6646
|
+
} | undefined;
|
|
6647
|
+
} | undefined;
|
|
6648
|
+
labelList?: AnyObject[] | undefined;
|
|
6649
|
+
notDisturb: boolean;
|
|
6650
|
+
}[];
|
|
4168
6651
|
isChangeSession: boolean;
|
|
4169
|
-
updateSessionItem: AnyObject;
|
|
4170
6652
|
isUpdateSession: boolean;
|
|
4171
6653
|
currentReferenceMsg: AnyObject | null;
|
|
4172
6654
|
currentReEditMsg: AnyObject | null;
|
|
@@ -4184,8 +6666,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4184
6666
|
info: AnyObject | null;
|
|
4185
6667
|
};
|
|
4186
6668
|
isForward: boolean;
|
|
6669
|
+
loading: boolean;
|
|
4187
6670
|
};
|
|
4188
|
-
openSession: (session: string |
|
|
6671
|
+
openSession: (session: string | import("./types").SessionItem) => Promise<void>;
|
|
4189
6672
|
showLargeAvatar: import("vue").Ref<boolean, boolean>;
|
|
4190
6673
|
showPhone: import("vue").Ref<boolean, boolean>;
|
|
4191
6674
|
userDetail: AnyObject;
|