cnhis-design-vue 3.2.17-release.1 → 3.2.18-beta.6
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 +123 -17
- package/es/components/ai-chat/src/Index.vue.d.ts +123 -17
- package/es/components/ai-chat/src/Index.vue2.js +1 -1
- package/es/components/ai-chat/src/api/index.d.ts +5 -0
- package/es/components/ai-chat/src/api/index.js +1 -0
- package/es/components/ai-chat/src/components/ChatAudio.vue.d.ts +40 -0
- package/es/components/ai-chat/src/components/ChatAudio.vue.js +1 -0
- package/es/components/ai-chat/src/components/ChatAudio.vue2.js +1 -0
- package/es/components/ai-chat/src/components/ChatCard.js +1 -1
- package/es/components/ai-chat/src/components/ChatFooter.vue.d.ts +45 -2
- package/es/components/ai-chat/src/components/ChatFooter.vue2.js +1 -1
- package/es/components/ai-chat/src/components/ChatMain.d.ts +1 -7
- package/es/components/ai-chat/src/components/ChatMain.js +1 -1
- package/es/components/ai-chat/src/components/ChatMainInner.d.ts +2 -0
- package/es/components/ai-chat/src/components/ChatMainInner.js +1 -0
- package/es/components/ai-chat/src/components/ChatRight.vue.d.ts +55 -0
- package/es/components/ai-chat/src/components/ChatRight.vue.js +1 -0
- package/es/components/ai-chat/src/components/ChatRight.vue2.js +1 -0
- package/es/components/ai-chat/src/components/card/JsonCard.d.ts +25 -0
- package/es/components/ai-chat/src/components/card/JsonCard.js +1 -0
- package/es/components/ai-chat/src/components/card/SelectIcon.d.ts +14 -0
- package/es/components/ai-chat/src/components/card/SelectIcon.js +1 -0
- package/es/components/ai-chat/src/hooks/useProgram.d.ts +6 -0
- package/es/components/ai-chat/src/hooks/useProgram.js +1 -0
- package/es/components/ai-chat/src/hooks/useWebsocket.d.ts +2 -0
- package/es/components/ai-chat/src/hooks/useWebsocket.js +1 -0
- package/es/components/ai-chat/style/index.css +1 -1
- package/es/components/audio-sdk/src/audioSDK.d.ts +5 -3
- package/es/components/audio-sdk/src/audioSDK.js +1 -1
- package/es/components/audio-sdk/src/utils/recordingModal.d.ts +2 -1
- package/es/components/audio-sdk/src/utils/recordingModal.js +1 -1
- package/es/components/button-print/index.d.ts +1 -0
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +1 -0
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +1 -0
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +1 -1
- package/es/components/editor/src/Editor.js +1 -1
- package/es/components/editor/style/index.css +1 -0
- package/es/components/field-set/index.d.ts +3 -2
- package/es/components/field-set/src/FieldColor.vue.d.ts +2 -0
- package/es/components/field-set/src/FieldFilter.vue.d.ts +2 -0
- package/es/components/field-set/src/FieldSet.vue.d.ts +2 -0
- package/es/components/field-set/src/FieldSet.vue2.js +1 -1
- package/es/components/field-set/src/Index.vue.d.ts +3 -2
- package/es/components/field-set/src/Index.vue2.js +1 -1
- package/es/components/field-set/src/types/index.d.ts +1 -0
- package/es/components/field-set/style/index.css +1 -1
- package/es/components/form-render/src/components/renderer/formItem.js +1 -1
- package/es/components/iho-chat/index.d.ts +155 -3
- package/es/components/iho-chat/src/Index.vue.d.ts +155 -3
- package/es/components/iho-chat/src/api/index.d.ts +1 -0
- package/es/components/iho-chat/src/api/index.js +1 -1
- package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +9 -0
- package/es/components/iho-chat/src/components/ChatAdd.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +11 -1
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +22 -0
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +32 -1
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +77 -3
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +1 -0
- package/es/components/iho-chat/src/components/ChatRecord.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +1 -0
- package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +10 -0
- package/es/components/iho-chat/src/components/ContextMenu.js +1 -1
- package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +1 -0
- package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +59 -0
- package/es/components/iho-chat/src/components/MessageMergeForward.vue.js +1 -0
- package/es/components/iho-chat/src/components/MessageMergeForward.vue2.js +1 -0
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +10 -0
- package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +1 -0
- package/es/components/iho-chat/src/components/SiderList.vue.d.ts +1 -0
- package/es/components/iho-chat/src/components/Video.vue.d.ts +1 -0
- package/es/components/iho-chat/src/hooks/useData.d.ts +4 -2
- package/es/components/iho-chat/src/hooks/useData.js +1 -1
- package/es/components/iho-chat/src/hooks/useVideo.d.ts +1 -0
- package/es/components/iho-chat/src/types/index.d.ts +1 -0
- package/es/components/iho-chat/src/utils/index.d.ts +1 -0
- package/es/components/iho-chat/src/utils/index.js +1 -1
- package/es/components/iho-chat/style/iconfont.ttf +0 -0
- package/es/components/iho-chat/style/index.css +1 -1
- package/es/components/index.css +1 -1
- package/es/components/select-label/style/index.css +1 -1
- package/es/components/select-person/src/SelectPerson.vue2.js +1 -1
- package/es/components/select-person/src/index.vue2.js +1 -1
- package/es/components/select-person/style/index.css +1 -1
- package/es/components/shortcut-provider/src/types/index.d.ts +3 -0
- package/es/components/shortcut-setter/src/ShortcutSetter.vue2.js +1 -1
- package/es/shared/assets/img/file-emr.png.js +1 -0
- package/es/shared/assets/img/file.png.js +1 -0
- package/es/shared/assets/img/use.png.js +1 -0
- package/es/shared/package.json.js +1 -1
- package/es/shared/utils/index.js +1 -1
- package/package.json +2 -2
@@ -138,6 +138,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
138
138
|
userId: string;
|
139
139
|
info: import("../../shared/types").AnyObject | null;
|
140
140
|
};
|
141
|
+
isForward: boolean;
|
141
142
|
};
|
142
143
|
unreadTotal: import("vue").ComputedRef<number>;
|
143
144
|
isGroupChat: import("vue").ComputedRef<boolean>;
|
@@ -152,7 +153,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
152
153
|
relayMessage: (param: {
|
153
154
|
checkedIds: string[];
|
154
155
|
remark: string;
|
155
|
-
|
156
|
+
contents: import("../../shared/types").AnyObject[];
|
156
157
|
}) => Promise<void>;
|
157
158
|
setMessageLabel: (params: {
|
158
159
|
type: "text" | "emoji";
|
@@ -196,6 +197,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
196
197
|
userId: string;
|
197
198
|
info: import("../../shared/types").AnyObject | null;
|
198
199
|
};
|
200
|
+
isForward: boolean;
|
199
201
|
};
|
200
202
|
openSession: (session: string | import("../../shared/types").AnyObject) => Promise<void>;
|
201
203
|
closeSession: () => import("../../shared/types").AnyObject | null;
|
@@ -258,6 +260,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
258
260
|
userId: string;
|
259
261
|
info: import("../../shared/types").AnyObject | null;
|
260
262
|
};
|
263
|
+
isForward: boolean;
|
261
264
|
};
|
262
265
|
unreadTotal: import("vue").ComputedRef<number>;
|
263
266
|
filterable: import("vue").Ref<any>;
|
@@ -554,6 +557,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
554
557
|
userId: string;
|
555
558
|
info: import("../../shared/types").AnyObject | null;
|
556
559
|
};
|
560
|
+
isForward: boolean;
|
557
561
|
};
|
558
562
|
isGroupChat: import("vue").ComputedRef<boolean>;
|
559
563
|
isGroupLeader: import("vue").ComputedRef<boolean>;
|
@@ -614,6 +618,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
614
618
|
userId: string;
|
615
619
|
info: import("../../shared/types").AnyObject | null;
|
616
620
|
};
|
621
|
+
isForward: boolean;
|
617
622
|
};
|
618
623
|
setCurrentSessionItem: (item: import("../../shared/types").AnyObject) => void;
|
619
624
|
setUserDetail: (event: MouseEvent, userDetail: import("../../shared/types").AnyObject) => void;
|
@@ -678,6 +683,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
678
683
|
key: string;
|
679
684
|
label: string;
|
680
685
|
}[];
|
686
|
+
orgList: import("../../shared/types").AnyObject[];
|
681
687
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
682
688
|
title: {
|
683
689
|
type: StringConstructor;
|
@@ -733,6 +739,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
733
739
|
userId: string;
|
734
740
|
info: import("../../shared/types").AnyObject | null;
|
735
741
|
};
|
742
|
+
isForward: boolean;
|
736
743
|
};
|
737
744
|
setCurrentSessionItem: (item: import("../../shared/types").AnyObject) => void;
|
738
745
|
listRef: import("vue").Ref<any>;
|
@@ -769,10 +776,16 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
769
776
|
allChecked: import("vue").WritableComputedRef<boolean>;
|
770
777
|
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
771
778
|
currentTabKey: import("vue").ComputedRef<any>;
|
779
|
+
showAllCheckbox: import("vue").ComputedRef<boolean>;
|
780
|
+
getOrgList: () => Promise<void>;
|
781
|
+
setUserTotal: (tree: import("../../shared/types").AnyObject[]) => void;
|
772
782
|
getDisabled: (id: string | number) => boolean;
|
773
783
|
handleClickCheckbox: (option: import("../../shared/types").AnyObject) => Promise<void>;
|
774
784
|
toggleTab: (item: import("../../shared/types").AnyObject) => void;
|
775
785
|
handleTabBack: () => void;
|
786
|
+
openTree: (option: import("../../shared/types").AnyObject, _type?: string | undefined) => void;
|
787
|
+
getOrgDisabled: (option: import("../../shared/types").AnyObject) => boolean;
|
788
|
+
getAllUser: (tree: import("../../shared/types").AnyObject[]) => import("../../shared/types").AnyObject[];
|
776
789
|
handlePositiveClick: () => Promise<void>;
|
777
790
|
closeTag: (id: string) => void;
|
778
791
|
NModal: any;
|
@@ -792,6 +805,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
792
805
|
PersonOutline: 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<{}>>, {}>;
|
793
806
|
PeopleOutline: 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<{}>>, {}>;
|
794
807
|
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
|
+
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<{}>>, {}>;
|
795
809
|
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
796
810
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
797
811
|
title: {
|
@@ -873,11 +887,12 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
873
887
|
userId: string;
|
874
888
|
info: import("../../shared/types").AnyObject | null;
|
875
889
|
};
|
890
|
+
isForward: boolean;
|
876
891
|
};
|
877
892
|
relayMessage: (param: {
|
878
893
|
checkedIds: string[];
|
879
894
|
remark: string;
|
880
|
-
|
895
|
+
contents: import("../../shared/types").AnyObject[];
|
881
896
|
}) => Promise<void>;
|
882
897
|
imageList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
883
898
|
fileList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
@@ -939,6 +954,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
939
954
|
key: string;
|
940
955
|
label: string;
|
941
956
|
}[];
|
957
|
+
orgList: import("../../shared/types").AnyObject[];
|
942
958
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
943
959
|
title: {
|
944
960
|
type: StringConstructor;
|
@@ -994,6 +1010,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
994
1010
|
userId: string;
|
995
1011
|
info: import("../../shared/types").AnyObject | null;
|
996
1012
|
};
|
1013
|
+
isForward: boolean;
|
997
1014
|
};
|
998
1015
|
setCurrentSessionItem: (item: import("../../shared/types").AnyObject) => void;
|
999
1016
|
listRef: import("vue").Ref<any>;
|
@@ -1030,10 +1047,16 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1030
1047
|
allChecked: import("vue").WritableComputedRef<boolean>;
|
1031
1048
|
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
1032
1049
|
currentTabKey: import("vue").ComputedRef<any>;
|
1050
|
+
showAllCheckbox: import("vue").ComputedRef<boolean>;
|
1051
|
+
getOrgList: () => Promise<void>;
|
1052
|
+
setUserTotal: (tree: import("../../shared/types").AnyObject[]) => void;
|
1033
1053
|
getDisabled: (id: string | number) => boolean;
|
1034
1054
|
handleClickCheckbox: (option: import("../../shared/types").AnyObject) => Promise<void>;
|
1035
1055
|
toggleTab: (item: import("../../shared/types").AnyObject) => void;
|
1036
1056
|
handleTabBack: () => void;
|
1057
|
+
openTree: (option: import("../../shared/types").AnyObject, _type?: string | undefined) => void;
|
1058
|
+
getOrgDisabled: (option: import("../../shared/types").AnyObject) => boolean;
|
1059
|
+
getAllUser: (tree: import("../../shared/types").AnyObject[]) => import("../../shared/types").AnyObject[];
|
1037
1060
|
handlePositiveClick: () => Promise<void>;
|
1038
1061
|
closeTag: (id: string) => void;
|
1039
1062
|
NModal: any;
|
@@ -1053,6 +1076,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1053
1076
|
PersonOutline: 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<{}>>, {}>;
|
1054
1077
|
PeopleOutline: 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<{}>>, {}>;
|
1055
1078
|
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
|
+
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<{}>>, {}>;
|
1056
1080
|
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
1057
1081
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1058
1082
|
title: {
|
@@ -1140,6 +1164,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1140
1164
|
userId: string;
|
1141
1165
|
info: import("../../shared/types").AnyObject | null;
|
1142
1166
|
};
|
1167
|
+
isForward: boolean;
|
1143
1168
|
};
|
1144
1169
|
recordRef: import("vue").Ref<any>;
|
1145
1170
|
recordList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
@@ -1341,6 +1366,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1341
1366
|
key: string;
|
1342
1367
|
label: string;
|
1343
1368
|
}[];
|
1369
|
+
orgList: import("../../shared/types").AnyObject[];
|
1344
1370
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1345
1371
|
title: {
|
1346
1372
|
type: StringConstructor;
|
@@ -1396,6 +1422,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1396
1422
|
userId: string;
|
1397
1423
|
info: import("../../shared/types").AnyObject | null;
|
1398
1424
|
};
|
1425
|
+
isForward: boolean;
|
1399
1426
|
};
|
1400
1427
|
setCurrentSessionItem: (item: import("../../shared/types").AnyObject) => void;
|
1401
1428
|
listRef: import("vue").Ref<any>;
|
@@ -1432,10 +1459,16 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1432
1459
|
allChecked: import("vue").WritableComputedRef<boolean>;
|
1433
1460
|
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
1434
1461
|
currentTabKey: import("vue").ComputedRef<any>;
|
1462
|
+
showAllCheckbox: import("vue").ComputedRef<boolean>;
|
1463
|
+
getOrgList: () => Promise<void>;
|
1464
|
+
setUserTotal: (tree: import("../../shared/types").AnyObject[]) => void;
|
1435
1465
|
getDisabled: (id: string | number) => boolean;
|
1436
1466
|
handleClickCheckbox: (option: import("../../shared/types").AnyObject) => Promise<void>;
|
1437
1467
|
toggleTab: (item: import("../../shared/types").AnyObject) => void;
|
1438
1468
|
handleTabBack: () => void;
|
1469
|
+
openTree: (option: import("../../shared/types").AnyObject, _type?: string | undefined) => void;
|
1470
|
+
getOrgDisabled: (option: import("../../shared/types").AnyObject) => boolean;
|
1471
|
+
getAllUser: (tree: import("../../shared/types").AnyObject[]) => import("../../shared/types").AnyObject[];
|
1439
1472
|
handlePositiveClick: () => Promise<void>;
|
1440
1473
|
closeTag: (id: string) => void;
|
1441
1474
|
NModal: any;
|
@@ -1455,6 +1488,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1455
1488
|
PersonOutline: 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<{}>>, {}>;
|
1456
1489
|
PeopleOutline: 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<{}>>, {}>;
|
1457
1490
|
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
|
+
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<{}>>, {}>;
|
1458
1492
|
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
1459
1493
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1460
1494
|
title: {
|
@@ -1521,12 +1555,13 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1521
1555
|
userId: string;
|
1522
1556
|
info: import("../../shared/types").AnyObject | null;
|
1523
1557
|
};
|
1558
|
+
isForward: boolean;
|
1524
1559
|
};
|
1525
1560
|
setMsgList: (list?: import("../../shared/types").AnyObject[]) => void;
|
1526
1561
|
relayMessage: (param: {
|
1527
1562
|
checkedIds: string[];
|
1528
1563
|
remark: string;
|
1529
|
-
|
1564
|
+
contents: import("../../shared/types").AnyObject[];
|
1530
1565
|
}) => Promise<void>;
|
1531
1566
|
setCurrentSessionItem: (item: import("../../shared/types").AnyObject) => void;
|
1532
1567
|
setMessageLabel: (params: {
|
@@ -1546,6 +1581,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1546
1581
|
x: number;
|
1547
1582
|
y: number;
|
1548
1583
|
};
|
1584
|
+
showForwardDetail: import("vue").Ref<boolean>;
|
1549
1585
|
pageInfo: {
|
1550
1586
|
page: number;
|
1551
1587
|
hasMore: boolean;
|
@@ -1578,6 +1614,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1578
1614
|
remark: string;
|
1579
1615
|
}) => void;
|
1580
1616
|
reEdit: (item: import("../../shared/types").AnyObject) => void;
|
1617
|
+
clickMergeMsg: (item: import("../../shared/types").AnyObject) => void;
|
1581
1618
|
NAvatar: any;
|
1582
1619
|
NImageGroup: any;
|
1583
1620
|
NImage: any;
|
@@ -1585,6 +1622,11 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1585
1622
|
NButtonGroup: any;
|
1586
1623
|
NButton: any;
|
1587
1624
|
NSpace: any;
|
1625
|
+
NCheckbox: any;
|
1626
|
+
isArray: {
|
1627
|
+
(value?: any): value is any[];
|
1628
|
+
<T_1>(value?: any): value is any[];
|
1629
|
+
};
|
1588
1630
|
MessageTemplate: import("vue").DefineComponent<{
|
1589
1631
|
data: {
|
1590
1632
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
@@ -1702,6 +1744,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1702
1744
|
userId: string;
|
1703
1745
|
info: import("../../shared/types").AnyObject | null;
|
1704
1746
|
};
|
1747
|
+
isForward: boolean;
|
1705
1748
|
};
|
1706
1749
|
setUserDetail: (event: MouseEvent, userDetail: import("../../shared/types").AnyObject) => void;
|
1707
1750
|
inviter: import("vue").Ref<any>;
|
@@ -1716,6 +1759,61 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1716
1759
|
required: true;
|
1717
1760
|
};
|
1718
1761
|
}>>, {}>;
|
1762
|
+
MessageMergeForward: import("vue").DefineComponent<{
|
1763
|
+
id: {
|
1764
|
+
type: StringConstructor;
|
1765
|
+
};
|
1766
|
+
}, {
|
1767
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1768
|
+
id: {
|
1769
|
+
type: StringConstructor;
|
1770
|
+
};
|
1771
|
+
}>> & {}>>;
|
1772
|
+
state: {
|
1773
|
+
orgId: string | number;
|
1774
|
+
currentSessionItem: import("../../shared/types").AnyObject;
|
1775
|
+
id: string;
|
1776
|
+
userInfo: import("../../shared/types").AnyObject;
|
1777
|
+
msgList: import("../../shared/types").AnyObject[];
|
1778
|
+
currentMsg: import("../../shared/types").AnyObject;
|
1779
|
+
isAppendMsg: boolean;
|
1780
|
+
sessionList: import("../../shared/types").AnyObject[];
|
1781
|
+
isChangeSession: boolean;
|
1782
|
+
updateSessionItem: import("../../shared/types").AnyObject;
|
1783
|
+
isUpdateSession: boolean;
|
1784
|
+
currentReferenceMsg: import("../../shared/types").AnyObject | null;
|
1785
|
+
currentReEditMsg: import("../../shared/types").AnyObject | null;
|
1786
|
+
showVideo: boolean;
|
1787
|
+
currentAVMsg: import("../../shared/types").AnyObject;
|
1788
|
+
currentGroupUser: import("../../shared/types").AnyObject[];
|
1789
|
+
showMultipleVideo: boolean;
|
1790
|
+
userDetail: {
|
1791
|
+
show: boolean;
|
1792
|
+
position: {
|
1793
|
+
x: number;
|
1794
|
+
y: number;
|
1795
|
+
};
|
1796
|
+
userId: string;
|
1797
|
+
info: import("../../shared/types").AnyObject | null;
|
1798
|
+
};
|
1799
|
+
isForward: boolean;
|
1800
|
+
};
|
1801
|
+
msgItem: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
|
1802
|
+
msgList: import("vue").ComputedRef<any>;
|
1803
|
+
NModal: any;
|
1804
|
+
NAvatar: any;
|
1805
|
+
formatTime: typeof import("./src/utils").formatTime;
|
1806
|
+
getForwardTitle: typeof import("./src/utils").getForwardTitle;
|
1807
|
+
MESSAGE_TYPE: typeof import("./src/constants").MESSAGE_TYPE;
|
1808
|
+
emojis: {
|
1809
|
+
default: string[][];
|
1810
|
+
findEmoji(name: string): any;
|
1811
|
+
};
|
1812
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1813
|
+
id: {
|
1814
|
+
type: StringConstructor;
|
1815
|
+
};
|
1816
|
+
}>>, {}>;
|
1719
1817
|
SelectLabel: import("vue").DefineComponent<{
|
1720
1818
|
id: {
|
1721
1819
|
type: StringConstructor;
|
@@ -1840,6 +1938,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1840
1938
|
key: string;
|
1841
1939
|
label: string;
|
1842
1940
|
}[];
|
1941
|
+
orgList: import("../../shared/types").AnyObject[];
|
1843
1942
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1844
1943
|
title: {
|
1845
1944
|
type: StringConstructor;
|
@@ -1895,6 +1994,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1895
1994
|
userId: string;
|
1896
1995
|
info: import("../../shared/types").AnyObject | null;
|
1897
1996
|
};
|
1997
|
+
isForward: boolean;
|
1898
1998
|
};
|
1899
1999
|
setCurrentSessionItem: (item: import("../../shared/types").AnyObject) => void;
|
1900
2000
|
listRef: import("vue").Ref<any>;
|
@@ -1931,10 +2031,16 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1931
2031
|
allChecked: import("vue").WritableComputedRef<boolean>;
|
1932
2032
|
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
1933
2033
|
currentTabKey: import("vue").ComputedRef<any>;
|
2034
|
+
showAllCheckbox: import("vue").ComputedRef<boolean>;
|
2035
|
+
getOrgList: () => Promise<void>;
|
2036
|
+
setUserTotal: (tree: import("../../shared/types").AnyObject[]) => void;
|
1934
2037
|
getDisabled: (id: string | number) => boolean;
|
1935
2038
|
handleClickCheckbox: (option: import("../../shared/types").AnyObject) => Promise<void>;
|
1936
2039
|
toggleTab: (item: import("../../shared/types").AnyObject) => void;
|
1937
2040
|
handleTabBack: () => void;
|
2041
|
+
openTree: (option: import("../../shared/types").AnyObject, _type?: string | undefined) => void;
|
2042
|
+
getOrgDisabled: (option: import("../../shared/types").AnyObject) => boolean;
|
2043
|
+
getAllUser: (tree: import("../../shared/types").AnyObject[]) => import("../../shared/types").AnyObject[];
|
1938
2044
|
handlePositiveClick: () => Promise<void>;
|
1939
2045
|
closeTag: (id: string) => void;
|
1940
2046
|
NModal: any;
|
@@ -1954,6 +2060,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1954
2060
|
PersonOutline: 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<{}>>, {}>;
|
1955
2061
|
PeopleOutline: 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<{}>>, {}>;
|
1956
2062
|
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
|
+
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<{}>>, {}>;
|
1957
2064
|
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
1958
2065
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1959
2066
|
title: {
|
@@ -1991,6 +2098,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1991
2098
|
simplifyMessage: typeof import("./src/utils").simplifyMessage;
|
1992
2099
|
isAudioOrVideoMessage: typeof import("./src/utils").isAudioOrVideoMessage;
|
1993
2100
|
getAVTime: typeof import("./src/utils").getAVTime;
|
2101
|
+
getForwardTitle: typeof import("./src/utils").getForwardTitle;
|
1994
2102
|
MESSAGE_TYPE: typeof import("./src/constants").MESSAGE_TYPE;
|
1995
2103
|
ChatbubbleEllipsesOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1996
2104
|
EllipsisHorizontal: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
@@ -2028,6 +2136,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2028
2136
|
userId: string;
|
2029
2137
|
info: import("../../shared/types").AnyObject | null;
|
2030
2138
|
};
|
2139
|
+
isForward: boolean;
|
2031
2140
|
};
|
2032
2141
|
sendMessage: (message: {
|
2033
2142
|
chatType?: string | undefined;
|
@@ -2036,6 +2145,11 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2036
2145
|
}) => Promise<void>;
|
2037
2146
|
isGroupChat: import("vue").ComputedRef<boolean>;
|
2038
2147
|
isEnded: import("vue").ComputedRef<boolean>;
|
2148
|
+
relayMessage: (param: {
|
2149
|
+
checkedIds: string[];
|
2150
|
+
remark: string;
|
2151
|
+
contents: import("../../shared/types").AnyObject[];
|
2152
|
+
}) => Promise<void>;
|
2039
2153
|
showEmoji: import("vue").Ref<boolean>;
|
2040
2154
|
content: import("vue").Ref<string>;
|
2041
2155
|
commonEmoticons: import("vue").Ref<string[]>;
|
@@ -2044,6 +2158,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2044
2158
|
defaultValue: import("../../shared/types").AnyObject[];
|
2045
2159
|
}>;
|
2046
2160
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
2161
|
+
isForwardDisabled: import("vue").ComputedRef<boolean>;
|
2047
2162
|
handleCall: (chatMessageType: string, checkedIds?: string[]) => void;
|
2048
2163
|
handleKeyDown: (event: KeyboardEvent) => void;
|
2049
2164
|
isWrap: (event: KeyboardEvent) => boolean;
|
@@ -2054,6 +2169,11 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2054
2169
|
handleMsgSend: () => Promise<void>;
|
2055
2170
|
doSendMessage: (contentInfo: import("../../shared/types").AnyObject) => Promise<void>;
|
2056
2171
|
clearInput: () => void;
|
2172
|
+
handleRelay: ({ checkedIds, remark }: {
|
2173
|
+
checkedIds: string[];
|
2174
|
+
remark: string;
|
2175
|
+
}, type?: string) => void;
|
2176
|
+
handlecancelForward: () => void;
|
2057
2177
|
NButton: any;
|
2058
2178
|
NPopover: any;
|
2059
2179
|
NTooltip: any;
|
@@ -2090,6 +2210,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2090
2210
|
key: string;
|
2091
2211
|
label: string;
|
2092
2212
|
}[];
|
2213
|
+
orgList: import("../../shared/types").AnyObject[];
|
2093
2214
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2094
2215
|
title: {
|
2095
2216
|
type: StringConstructor;
|
@@ -2145,6 +2266,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2145
2266
|
userId: string;
|
2146
2267
|
info: import("../../shared/types").AnyObject | null;
|
2147
2268
|
};
|
2269
|
+
isForward: boolean;
|
2148
2270
|
};
|
2149
2271
|
setCurrentSessionItem: (item: import("../../shared/types").AnyObject) => void;
|
2150
2272
|
listRef: import("vue").Ref<any>;
|
@@ -2181,10 +2303,16 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2181
2303
|
allChecked: import("vue").WritableComputedRef<boolean>;
|
2182
2304
|
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
2183
2305
|
currentTabKey: import("vue").ComputedRef<any>;
|
2306
|
+
showAllCheckbox: import("vue").ComputedRef<boolean>;
|
2307
|
+
getOrgList: () => Promise<void>;
|
2308
|
+
setUserTotal: (tree: import("../../shared/types").AnyObject[]) => void;
|
2184
2309
|
getDisabled: (id: string | number) => boolean;
|
2185
2310
|
handleClickCheckbox: (option: import("../../shared/types").AnyObject) => Promise<void>;
|
2186
2311
|
toggleTab: (item: import("../../shared/types").AnyObject) => void;
|
2187
2312
|
handleTabBack: () => void;
|
2313
|
+
openTree: (option: import("../../shared/types").AnyObject, _type?: string | undefined) => void;
|
2314
|
+
getOrgDisabled: (option: import("../../shared/types").AnyObject) => boolean;
|
2315
|
+
getAllUser: (tree: import("../../shared/types").AnyObject[]) => import("../../shared/types").AnyObject[];
|
2188
2316
|
handlePositiveClick: () => Promise<void>;
|
2189
2317
|
closeTag: (id: string) => void;
|
2190
2318
|
NModal: any;
|
@@ -2204,6 +2332,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2204
2332
|
PersonOutline: 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<{}>>, {}>;
|
2205
2333
|
PeopleOutline: 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<{}>>, {}>;
|
2206
2334
|
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
|
+
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<{}>>, {}>;
|
2207
2336
|
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
2208
2337
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
2209
2338
|
title: {
|
@@ -2246,6 +2375,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2246
2375
|
CloseCircleOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2247
2376
|
CallOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2248
2377
|
VideocamOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2378
|
+
CloseOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2249
2379
|
simplifyMessage: typeof import("./src/utils").simplifyMessage;
|
2250
2380
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2251
2381
|
ChatSearch: import("vue").DefineComponent<{}, {
|
@@ -2281,6 +2411,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2281
2411
|
userId: string;
|
2282
2412
|
info: import("../../shared/types").AnyObject | null;
|
2283
2413
|
};
|
2414
|
+
isForward: boolean;
|
2284
2415
|
};
|
2285
2416
|
openSession: (session: string | import("../../shared/types").AnyObject) => Promise<void>;
|
2286
2417
|
userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
@@ -2406,6 +2537,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2406
2537
|
key: string;
|
2407
2538
|
label: string;
|
2408
2539
|
}[];
|
2540
|
+
orgList: import("../../shared/types").AnyObject[];
|
2409
2541
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2410
2542
|
title: {
|
2411
2543
|
type: StringConstructor;
|
@@ -2461,6 +2593,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2461
2593
|
userId: string;
|
2462
2594
|
info: import("../../shared/types").AnyObject | null;
|
2463
2595
|
};
|
2596
|
+
isForward: boolean;
|
2464
2597
|
};
|
2465
2598
|
setCurrentSessionItem: (item: import("../../shared/types").AnyObject) => void;
|
2466
2599
|
listRef: import("vue").Ref<any>;
|
@@ -2497,10 +2630,16 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2497
2630
|
allChecked: import("vue").WritableComputedRef<boolean>;
|
2498
2631
|
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
2499
2632
|
currentTabKey: import("vue").ComputedRef<any>;
|
2633
|
+
showAllCheckbox: import("vue").ComputedRef<boolean>;
|
2634
|
+
getOrgList: () => Promise<void>;
|
2635
|
+
setUserTotal: (tree: import("../../shared/types").AnyObject[]) => void;
|
2500
2636
|
getDisabled: (id: string | number) => boolean;
|
2501
2637
|
handleClickCheckbox: (option: import("../../shared/types").AnyObject) => Promise<void>;
|
2502
2638
|
toggleTab: (item: import("../../shared/types").AnyObject) => void;
|
2503
2639
|
handleTabBack: () => void;
|
2640
|
+
openTree: (option: import("../../shared/types").AnyObject, _type?: string | undefined) => void;
|
2641
|
+
getOrgDisabled: (option: import("../../shared/types").AnyObject) => boolean;
|
2642
|
+
getAllUser: (tree: import("../../shared/types").AnyObject[]) => import("../../shared/types").AnyObject[];
|
2504
2643
|
handlePositiveClick: () => Promise<void>;
|
2505
2644
|
closeTag: (id: string) => void;
|
2506
2645
|
NModal: any;
|
@@ -2520,6 +2659,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2520
2659
|
PersonOutline: 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<{}>>, {}>;
|
2521
2660
|
PeopleOutline: 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<{}>>, {}>;
|
2522
2661
|
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
|
+
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<{}>>, {}>;
|
2523
2663
|
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
2524
2664
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
2525
2665
|
title: {
|
@@ -2587,6 +2727,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2587
2727
|
userId: string;
|
2588
2728
|
info: import("../../shared/types").AnyObject | null;
|
2589
2729
|
};
|
2730
|
+
isForward: boolean;
|
2590
2731
|
};
|
2591
2732
|
trtcProxy: import("vue").Ref<any>;
|
2592
2733
|
trtc: import("trtc-sdk-v5").default;
|
@@ -2678,6 +2819,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2678
2819
|
userId: string;
|
2679
2820
|
info: import("../../shared/types").AnyObject | null;
|
2680
2821
|
};
|
2822
|
+
isForward: boolean;
|
2681
2823
|
};
|
2682
2824
|
sendMessage: (message: {
|
2683
2825
|
chatType?: string | undefined;
|
@@ -2758,6 +2900,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2758
2900
|
key: string;
|
2759
2901
|
label: string;
|
2760
2902
|
}[];
|
2903
|
+
orgList: import("../../shared/types").AnyObject[];
|
2761
2904
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2762
2905
|
title: {
|
2763
2906
|
type: StringConstructor;
|
@@ -2813,6 +2956,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2813
2956
|
userId: string;
|
2814
2957
|
info: import("../../shared/types").AnyObject | null;
|
2815
2958
|
};
|
2959
|
+
isForward: boolean;
|
2816
2960
|
};
|
2817
2961
|
setCurrentSessionItem: (item: import("../../shared/types").AnyObject) => void;
|
2818
2962
|
listRef: import("vue").Ref<any>;
|
@@ -2849,10 +2993,16 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2849
2993
|
allChecked: import("vue").WritableComputedRef<boolean>;
|
2850
2994
|
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
2851
2995
|
currentTabKey: import("vue").ComputedRef<any>;
|
2996
|
+
showAllCheckbox: import("vue").ComputedRef<boolean>;
|
2997
|
+
getOrgList: () => Promise<void>;
|
2998
|
+
setUserTotal: (tree: import("../../shared/types").AnyObject[]) => void;
|
2852
2999
|
getDisabled: (id: string | number) => boolean;
|
2853
3000
|
handleClickCheckbox: (option: import("../../shared/types").AnyObject) => Promise<void>;
|
2854
3001
|
toggleTab: (item: import("../../shared/types").AnyObject) => void;
|
2855
3002
|
handleTabBack: () => void;
|
3003
|
+
openTree: (option: import("../../shared/types").AnyObject, _type?: string | undefined) => void;
|
3004
|
+
getOrgDisabled: (option: import("../../shared/types").AnyObject) => boolean;
|
3005
|
+
getAllUser: (tree: import("../../shared/types").AnyObject[]) => import("../../shared/types").AnyObject[];
|
2856
3006
|
handlePositiveClick: () => Promise<void>;
|
2857
3007
|
closeTag: (id: string) => void;
|
2858
3008
|
NModal: any;
|
@@ -2872,6 +3022,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2872
3022
|
PersonOutline: 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<{}>>, {}>;
|
2873
3023
|
PeopleOutline: 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<{}>>, {}>;
|
2874
3024
|
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
|
+
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<{}>>, {}>;
|
2875
3026
|
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
2876
3027
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
2877
3028
|
title: {
|
@@ -2942,6 +3093,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2942
3093
|
userId: string;
|
2943
3094
|
info: import("../../shared/types").AnyObject | null;
|
2944
3095
|
};
|
3096
|
+
isForward: boolean;
|
2945
3097
|
};
|
2946
3098
|
openSession: (session: string | import("../../shared/types").AnyObject) => Promise<void>;
|
2947
3099
|
showLargeAvatar: import("vue").Ref<boolean>;
|