cnhis-design-vue 3.3.1-beta.14 → 3.3.1-beta.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/ai-chat/index.d.ts +17 -17
- package/es/components/ai-chat/src/Index.vue.d.ts +17 -17
- package/es/components/ai-chat/src/Index.vue2.js +1 -1
- package/es/components/ai-chat/src/api/index.d.ts +1 -2
- package/es/components/ai-chat/src/api/index.js +1 -1
- package/es/components/ai-chat/src/components/ChatAudio.vue.d.ts +0 -1
- package/es/components/ai-chat/src/components/ChatAudio.vue2.js +1 -1
- package/es/components/ai-chat/src/components/ChatCard.js +1 -1
- package/es/components/ai-chat/src/components/ChatFooter.vue.d.ts +9 -11
- package/es/components/ai-chat/src/components/ChatFooter.vue2.js +1 -1
- package/es/components/ai-chat/src/components/ChatMain.js +1 -1
- package/es/components/ai-chat/src/components/ChatMainDefault.js +1 -0
- package/es/components/ai-chat/src/components/ChatRight.vue.d.ts +0 -2
- package/es/components/ai-chat/src/components/ChatRight.vue2.js +1 -1
- package/es/components/ai-chat/src/components/card/JsonCard.js +1 -1
- package/es/components/ai-chat/src/hooks/useWebsocket.js +1 -1
- package/es/components/ai-chat/style/index.css +1 -1
- package/es/components/audio-sdk/index.d.ts +304 -2
- package/es/components/audio-sdk/index.js +1 -1
- package/es/components/audio-sdk/src/Index.vue.d.ts +304 -0
- package/es/components/audio-sdk/src/Index.vue.js +1 -0
- package/es/components/audio-sdk/src/Index.vue2.js +1 -0
- package/es/components/audio-sdk/src/audioSDK.d.ts +5 -7
- package/es/components/audio-sdk/src/audioSDK.js +1 -1
- package/es/components/audio-sdk/src/components/form.vue.d.ts +51 -0
- package/es/components/audio-sdk/src/components/form.vue.js +1 -0
- package/es/components/audio-sdk/src/components/form.vue2.js +1 -0
- package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +91 -0
- package/es/components/audio-sdk/src/components/recording-modal.vue.js +1 -0
- package/es/components/audio-sdk/src/components/recording-modal.vue2.js +1 -0
- package/es/components/audio-sdk/src/components/recording.vue.d.ts +43 -4
- package/es/components/audio-sdk/src/components/recording.vue2.js +1 -1
- package/es/components/audio-sdk/src/utils/index.d.ts +4 -0
- package/es/components/audio-sdk/src/utils/index.js +1 -0
- package/es/components/audio-sdk/src/utils/recordingModal.d.ts +7 -4
- package/es/components/audio-sdk/src/utils/recordingModal.js +1 -1
- package/es/components/audio-sdk/style/index.css +1 -1
- package/es/components/callback/src/components/render/popupMaps.d.ts +7 -1
- package/es/components/date-picker/src/DatePicker.vue2.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +1 -1
- package/es/components/field-editor/index.d.ts +7 -1
- package/es/components/field-editor/src/FieldEditor.vue.d.ts +7 -1
- package/es/components/form-config/index.d.ts +38 -3
- package/es/components/form-config/src/FormConfig.vue.d.ts +38 -3
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +7 -1
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +17 -1
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +8 -1
- package/es/components/form-render/index.d.ts +7 -1
- package/es/components/form-render/index.js +1 -1
- package/es/components/form-render/src/FormRender.vue.d.ts +7 -1
- package/es/components/form-render/src/FormRender.vue2.js +1 -1
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +7 -1
- package/es/components/form-render/src/components/renderer/date.d.ts +2 -0
- package/es/components/form-render/src/components/renderer/date.js +1 -1
- package/es/components/form-render/src/components/renderer/formItem.d.ts +2 -0
- package/es/components/form-render/src/components/renderer/formItem.js +1 -1
- package/es/components/form-render/src/components/renderer/input.d.ts +5 -0
- package/es/components/form-render/src/components/renderer/input.js +1 -1
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +14 -1
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +14 -1
- package/es/components/form-render/src/components/renderer/select.d.ts +5 -0
- package/es/components/form-render/src/components/renderer/select.js +1 -1
- package/es/components/form-render/src/components/tooltipMessage.vue.d.ts +12 -1
- package/es/components/form-render/src/components/tooltipMessage.vue2.js +1 -1
- package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +4 -0
- package/es/components/form-render/src/types/fieldItem.d.ts +1 -0
- package/es/components/form-render/src/types/index.d.ts +2 -0
- package/es/components/form-render/src/utils/index.d.ts +1 -0
- package/es/components/form-render/src/utils/index.js +1 -1
- package/es/components/form-render/style/index.css +1 -1
- package/es/components/iho-chat/index.d.ts +56 -0
- package/es/components/iho-chat/src/Index.vue.d.ts +56 -0
- package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +7 -0
- package/es/components/iho-chat/src/components/ChatAdd.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +7 -0
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +6 -0
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +27 -0
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +7 -0
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +7 -1
- package/es/components/iho-chat/src/components/ChatRecord.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatSearch.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +9 -0
- package/es/components/iho-chat/src/components/ChatSet.vue2.js +1 -1
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +6 -0
- package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +3 -0
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +1 -1
- package/es/components/iho-chat/src/components/SiderList.vue.d.ts +3 -1
- package/es/components/iho-chat/src/components/SiderList.vue2.js +1 -1
- package/es/components/iho-chat/src/constants/index.d.ts +7 -0
- package/es/components/iho-chat/src/constants/index.js +1 -1
- package/es/components/iho-chat/src/utils/index.d.ts +2 -0
- package/es/components/iho-chat/src/utils/index.js +1 -1
- package/es/components/iho-chat/style/index.css +1 -1
- package/es/components/iho-table/index.d.ts +3 -0
- package/es/components/iho-table/index.js +1 -1
- package/es/components/iho-table/src/IhoTable.vue2.js +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/index.js +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useDataHooks.d.ts +3 -3
- package/es/components/iho-table/src/hooks/tapHooks/useDataHooks.js +1 -1
- package/es/components/iho-table/src/hooks/useTablePlugin.js +1 -1
- package/es/components/iho-table/src/plugins/filterRenderPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/headerPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/headerPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/highLightSetPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/index.d.ts +79 -3
- package/es/components/iho-table/src/plugins/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.d.ts +7 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.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/selectRendererPlugin/selectUtils.d.ts +1 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/selectUtils.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/checkRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/stickyFixedPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/varialbleHeightPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.js +1 -1
- package/es/components/iho-table/src/types/index.d.ts +1 -0
- package/es/components/iho-table/src/types/pluginType.d.ts +2 -2
- package/es/components/iho-table/src/utils/index.js +1 -1
- package/es/components/index.css +1 -1
- package/es/components/index.d.ts +2 -1
- package/es/components/index.js +1 -1
- package/es/components/info-header/index.d.ts +24 -2
- package/es/components/info-header/src/InfoHeader.vue.d.ts +24 -2
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +2 -0
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +2 -0
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +9 -1
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +7 -1
- package/es/components/scale-view/index.d.ts +3 -2
- package/es/components/scale-view/src/ScaleView.vue.d.ts +3 -2
- package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
- package/es/components/scale-view/src/hooks/scaleview-init.d.ts +3 -1
- package/es/components/scale-view/src/hooks/scaleview-init.js +1 -1
- package/es/components/scale-view/src/hooks/use-component.d.ts +1 -2189
- package/es/components/shortcut-setter/index.d.ts +8 -1
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +8 -1
- package/es/shared/components/ArrowIcon/ArrowIcon.vue.js +1 -0
- package/es/shared/components/ArrowIcon/index.d.ts +2 -0
- package/es/shared/components/ArrowIcon/index.js +1 -0
- package/es/shared/components/DateIcon/DateIcon.vue.js +1 -0
- package/es/shared/components/DateIcon/index.d.ts +2 -0
- package/es/shared/components/DateIcon/index.js +1 -0
- package/es/shared/package.json.js +1 -1
- package/package.json +2 -2
- package/es/components/ai-chat/src/components/ChatMainInner.js +0 -1
- package/es/components/ai-chat/src/hooks/useProgram.d.ts +0 -6
- package/es/components/ai-chat/src/hooks/useProgram.js +0 -1
- /package/es/components/ai-chat/src/components/{ChatMainInner.d.ts → ChatMainDefault.d.ts} +0 -0
@@ -327,6 +327,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
327
327
|
beforeUnmount(el: any): void;
|
328
328
|
};
|
329
329
|
formatTime: typeof import("./src/utils").formatTime;
|
330
|
+
isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
331
|
+
getRoleName: typeof import("./src/utils").getRoleName;
|
330
332
|
STATUS: typeof import("./src/constants").STATUS;
|
331
333
|
CDatePicker: SFCWithInstall<import("vue").DefineComponent<{
|
332
334
|
updateUnchangedValue: {
|
@@ -750,6 +752,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
750
752
|
remark: import("vue").Ref<string>;
|
751
753
|
currentTab: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
752
754
|
breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
755
|
+
breadcrumbRef: import("vue").Ref<any>;
|
753
756
|
userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
754
757
|
handleInput: () => void;
|
755
758
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
@@ -758,18 +761,21 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
758
761
|
name: any;
|
759
762
|
avatar: any;
|
760
763
|
chatType: any;
|
764
|
+
roleInfo: any;
|
761
765
|
}[]>;
|
762
766
|
friends: import("vue").ComputedRef<{
|
763
767
|
id: any;
|
764
768
|
name: any;
|
765
769
|
avatar: any;
|
766
770
|
chatType: any;
|
771
|
+
roleInfo: any;
|
767
772
|
}[]>;
|
768
773
|
groups: import("vue").ComputedRef<{
|
769
774
|
id: any;
|
770
775
|
name: any;
|
771
776
|
avatar: any;
|
772
777
|
chatType: any;
|
778
|
+
roleInfo: any;
|
773
779
|
}[]>;
|
774
780
|
checkedIds: import("vue").ComputedRef<any[]>;
|
775
781
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
@@ -807,6 +813,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
807
813
|
ChevronBackOutline: 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<{}>>, {}>;
|
808
814
|
ChevronForwardOutline: 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<{}>>, {}>;
|
809
815
|
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
816
|
+
isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
817
|
+
getRoleName: typeof import("./src/utils").getRoleName;
|
810
818
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
811
819
|
title: {
|
812
820
|
type: StringConstructor;
|
@@ -840,6 +848,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
840
848
|
mode: string;
|
841
849
|
disabledIds: string[];
|
842
850
|
}>;
|
851
|
+
isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
852
|
+
getRoleName: typeof import("./src/utils").getRoleName;
|
843
853
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
844
854
|
ChatFile: import("vue").DefineComponent<{
|
845
855
|
type: {
|
@@ -912,6 +922,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
912
922
|
}[];
|
913
923
|
resetAndSearch: () => void;
|
914
924
|
title: import("vue").ComputedRef<"聊天图片" | "聊天文件">;
|
925
|
+
getFileDetails: (msg: string, type: string) => any;
|
915
926
|
getDetail: (item: import("../../shared/types").AnyObject) => string;
|
916
927
|
getFileType: (item: import("../../shared/types").AnyObject) => any;
|
917
928
|
NModal: any;
|
@@ -1021,6 +1032,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1021
1032
|
remark: import("vue").Ref<string>;
|
1022
1033
|
currentTab: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1023
1034
|
breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1035
|
+
breadcrumbRef: import("vue").Ref<any>;
|
1024
1036
|
userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1025
1037
|
handleInput: () => void;
|
1026
1038
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
@@ -1029,18 +1041,21 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1029
1041
|
name: any;
|
1030
1042
|
avatar: any;
|
1031
1043
|
chatType: any;
|
1044
|
+
roleInfo: any;
|
1032
1045
|
}[]>;
|
1033
1046
|
friends: import("vue").ComputedRef<{
|
1034
1047
|
id: any;
|
1035
1048
|
name: any;
|
1036
1049
|
avatar: any;
|
1037
1050
|
chatType: any;
|
1051
|
+
roleInfo: any;
|
1038
1052
|
}[]>;
|
1039
1053
|
groups: import("vue").ComputedRef<{
|
1040
1054
|
id: any;
|
1041
1055
|
name: any;
|
1042
1056
|
avatar: any;
|
1043
1057
|
chatType: any;
|
1058
|
+
roleInfo: any;
|
1044
1059
|
}[]>;
|
1045
1060
|
checkedIds: import("vue").ComputedRef<any[]>;
|
1046
1061
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
@@ -1078,6 +1093,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1078
1093
|
ChevronBackOutline: 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<{}>>, {}>;
|
1079
1094
|
ChevronForwardOutline: 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<{}>>, {}>;
|
1080
1095
|
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
1096
|
+
isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
1097
|
+
getRoleName: typeof import("./src/utils").getRoleName;
|
1081
1098
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1082
1099
|
title: {
|
1083
1100
|
type: StringConstructor;
|
@@ -1166,6 +1183,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1166
1183
|
};
|
1167
1184
|
isForward: boolean;
|
1168
1185
|
};
|
1186
|
+
cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
|
1169
1187
|
recordRef: import("vue").Ref<any>;
|
1170
1188
|
recordList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1171
1189
|
keyword: import("vue").Ref<any>;
|
@@ -1178,6 +1196,9 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1178
1196
|
hasMore: boolean;
|
1179
1197
|
lastSendTime: string;
|
1180
1198
|
};
|
1199
|
+
getFileDetails: (msg: string, type: string) => any;
|
1200
|
+
getDetail: (item: import("../../shared/types").AnyObject) => string;
|
1201
|
+
getFileType: (msg: string) => string;
|
1181
1202
|
handleSearch: () => Promise<void>;
|
1182
1203
|
resetAndSearch: () => void;
|
1183
1204
|
startDateDisabled: (ts: number) => boolean;
|
@@ -1324,6 +1345,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1324
1345
|
holidays: Date[];
|
1325
1346
|
}>>;
|
1326
1347
|
formatTime: typeof import("./src/utils").formatTime;
|
1348
|
+
isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
1349
|
+
getRoleName: typeof import("./src/utils").getRoleName;
|
1327
1350
|
MESSAGE_TYPE: typeof import("./src/constants").MESSAGE_TYPE;
|
1328
1351
|
emojis: {
|
1329
1352
|
default: string[][];
|
@@ -1433,6 +1456,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1433
1456
|
remark: import("vue").Ref<string>;
|
1434
1457
|
currentTab: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1435
1458
|
breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1459
|
+
breadcrumbRef: import("vue").Ref<any>;
|
1436
1460
|
userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1437
1461
|
handleInput: () => void;
|
1438
1462
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
@@ -1441,18 +1465,21 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1441
1465
|
name: any;
|
1442
1466
|
avatar: any;
|
1443
1467
|
chatType: any;
|
1468
|
+
roleInfo: any;
|
1444
1469
|
}[]>;
|
1445
1470
|
friends: import("vue").ComputedRef<{
|
1446
1471
|
id: any;
|
1447
1472
|
name: any;
|
1448
1473
|
avatar: any;
|
1449
1474
|
chatType: any;
|
1475
|
+
roleInfo: any;
|
1450
1476
|
}[]>;
|
1451
1477
|
groups: import("vue").ComputedRef<{
|
1452
1478
|
id: any;
|
1453
1479
|
name: any;
|
1454
1480
|
avatar: any;
|
1455
1481
|
chatType: any;
|
1482
|
+
roleInfo: any;
|
1456
1483
|
}[]>;
|
1457
1484
|
checkedIds: import("vue").ComputedRef<any[]>;
|
1458
1485
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
@@ -1490,6 +1517,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1490
1517
|
ChevronBackOutline: 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<{}>>, {}>;
|
1491
1518
|
ChevronForwardOutline: 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<{}>>, {}>;
|
1492
1519
|
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
1520
|
+
isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
1521
|
+
getRoleName: typeof import("./src/utils").getRoleName;
|
1493
1522
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1494
1523
|
title: {
|
1495
1524
|
type: StringConstructor;
|
@@ -1594,6 +1623,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1594
1623
|
renderToolbar: ({ nodes }: import("naive-ui").ImageRenderToolbarProps) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
1595
1624
|
[key: string]: any;
|
1596
1625
|
}>[];
|
1626
|
+
formatImage: (obj: string | import("../../shared/types").AnyObject, type: string) => any;
|
1597
1627
|
getHistoryRecord: () => Promise<void>;
|
1598
1628
|
handleSelectLabel: (event: MouseEvent, msgId: string) => void;
|
1599
1629
|
handleContextmenu: (event: MouseEvent, msgId: string) => Promise<void>;
|
@@ -2005,6 +2035,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2005
2035
|
remark: import("vue").Ref<string>;
|
2006
2036
|
currentTab: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
2007
2037
|
breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
2038
|
+
breadcrumbRef: import("vue").Ref<any>;
|
2008
2039
|
userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
2009
2040
|
handleInput: () => void;
|
2010
2041
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
@@ -2013,18 +2044,21 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2013
2044
|
name: any;
|
2014
2045
|
avatar: any;
|
2015
2046
|
chatType: any;
|
2047
|
+
roleInfo: any;
|
2016
2048
|
}[]>;
|
2017
2049
|
friends: import("vue").ComputedRef<{
|
2018
2050
|
id: any;
|
2019
2051
|
name: any;
|
2020
2052
|
avatar: any;
|
2021
2053
|
chatType: any;
|
2054
|
+
roleInfo: any;
|
2022
2055
|
}[]>;
|
2023
2056
|
groups: import("vue").ComputedRef<{
|
2024
2057
|
id: any;
|
2025
2058
|
name: any;
|
2026
2059
|
avatar: any;
|
2027
2060
|
chatType: any;
|
2061
|
+
roleInfo: any;
|
2028
2062
|
}[]>;
|
2029
2063
|
checkedIds: import("vue").ComputedRef<any[]>;
|
2030
2064
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
@@ -2062,6 +2096,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2062
2096
|
ChevronBackOutline: 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<{}>>, {}>;
|
2063
2097
|
ChevronForwardOutline: 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<{}>>, {}>;
|
2064
2098
|
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
2099
|
+
isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
2100
|
+
getRoleName: typeof import("./src/utils").getRoleName;
|
2065
2101
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
2066
2102
|
title: {
|
2067
2103
|
type: StringConstructor;
|
@@ -2277,6 +2313,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2277
2313
|
remark: import("vue").Ref<string>;
|
2278
2314
|
currentTab: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
2279
2315
|
breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
2316
|
+
breadcrumbRef: import("vue").Ref<any>;
|
2280
2317
|
userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
2281
2318
|
handleInput: () => void;
|
2282
2319
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
@@ -2285,18 +2322,21 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2285
2322
|
name: any;
|
2286
2323
|
avatar: any;
|
2287
2324
|
chatType: any;
|
2325
|
+
roleInfo: any;
|
2288
2326
|
}[]>;
|
2289
2327
|
friends: import("vue").ComputedRef<{
|
2290
2328
|
id: any;
|
2291
2329
|
name: any;
|
2292
2330
|
avatar: any;
|
2293
2331
|
chatType: any;
|
2332
|
+
roleInfo: any;
|
2294
2333
|
}[]>;
|
2295
2334
|
groups: import("vue").ComputedRef<{
|
2296
2335
|
id: any;
|
2297
2336
|
name: any;
|
2298
2337
|
avatar: any;
|
2299
2338
|
chatType: any;
|
2339
|
+
roleInfo: any;
|
2300
2340
|
}[]>;
|
2301
2341
|
checkedIds: import("vue").ComputedRef<any[]>;
|
2302
2342
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
@@ -2334,6 +2374,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2334
2374
|
ChevronBackOutline: 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<{}>>, {}>;
|
2335
2375
|
ChevronForwardOutline: 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<{}>>, {}>;
|
2336
2376
|
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
2377
|
+
isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
2378
|
+
getRoleName: typeof import("./src/utils").getRoleName;
|
2337
2379
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
2338
2380
|
title: {
|
2339
2381
|
type: StringConstructor;
|
@@ -2604,6 +2646,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2604
2646
|
remark: import("vue").Ref<string>;
|
2605
2647
|
currentTab: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
2606
2648
|
breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
2649
|
+
breadcrumbRef: import("vue").Ref<any>;
|
2607
2650
|
userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
2608
2651
|
handleInput: () => void;
|
2609
2652
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
@@ -2612,18 +2655,21 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2612
2655
|
name: any;
|
2613
2656
|
avatar: any;
|
2614
2657
|
chatType: any;
|
2658
|
+
roleInfo: any;
|
2615
2659
|
}[]>;
|
2616
2660
|
friends: import("vue").ComputedRef<{
|
2617
2661
|
id: any;
|
2618
2662
|
name: any;
|
2619
2663
|
avatar: any;
|
2620
2664
|
chatType: any;
|
2665
|
+
roleInfo: any;
|
2621
2666
|
}[]>;
|
2622
2667
|
groups: import("vue").ComputedRef<{
|
2623
2668
|
id: any;
|
2624
2669
|
name: any;
|
2625
2670
|
avatar: any;
|
2626
2671
|
chatType: any;
|
2672
|
+
roleInfo: any;
|
2627
2673
|
}[]>;
|
2628
2674
|
checkedIds: import("vue").ComputedRef<any[]>;
|
2629
2675
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
@@ -2661,6 +2707,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2661
2707
|
ChevronBackOutline: 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<{}>>, {}>;
|
2662
2708
|
ChevronForwardOutline: 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<{}>>, {}>;
|
2663
2709
|
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
2710
|
+
isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
2711
|
+
getRoleName: typeof import("./src/utils").getRoleName;
|
2664
2712
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
2665
2713
|
title: {
|
2666
2714
|
type: StringConstructor;
|
@@ -2967,6 +3015,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2967
3015
|
remark: import("vue").Ref<string>;
|
2968
3016
|
currentTab: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
2969
3017
|
breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
3018
|
+
breadcrumbRef: import("vue").Ref<any>;
|
2970
3019
|
userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
2971
3020
|
handleInput: () => void;
|
2972
3021
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
@@ -2975,18 +3024,21 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2975
3024
|
name: any;
|
2976
3025
|
avatar: any;
|
2977
3026
|
chatType: any;
|
3027
|
+
roleInfo: any;
|
2978
3028
|
}[]>;
|
2979
3029
|
friends: import("vue").ComputedRef<{
|
2980
3030
|
id: any;
|
2981
3031
|
name: any;
|
2982
3032
|
avatar: any;
|
2983
3033
|
chatType: any;
|
3034
|
+
roleInfo: any;
|
2984
3035
|
}[]>;
|
2985
3036
|
groups: import("vue").ComputedRef<{
|
2986
3037
|
id: any;
|
2987
3038
|
name: any;
|
2988
3039
|
avatar: any;
|
2989
3040
|
chatType: any;
|
3041
|
+
roleInfo: any;
|
2990
3042
|
}[]>;
|
2991
3043
|
checkedIds: import("vue").ComputedRef<any[]>;
|
2992
3044
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
@@ -3024,6 +3076,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3024
3076
|
ChevronBackOutline: 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<{}>>, {}>;
|
3025
3077
|
ChevronForwardOutline: 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<{}>>, {}>;
|
3026
3078
|
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
3079
|
+
isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
3080
|
+
getRoleName: typeof import("./src/utils").getRoleName;
|
3027
3081
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
3028
3082
|
title: {
|
3029
3083
|
type: StringConstructor;
|
@@ -3123,6 +3177,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3123
3177
|
Close: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
3124
3178
|
EyeOutline: 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<{}>>, {}>;
|
3125
3179
|
EyeOffOutline: 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<{}>>, {}>;
|
3180
|
+
isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
3181
|
+
getRoleName: typeof import("./src/utils").getRoleName;
|
3126
3182
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
3127
3183
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("template-click" | "unread-message-update" | "session-change" | "session-close")[], "template-click" | "unread-message-update" | "session-change" | "session-close", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
3128
3184
|
token: {
|