cnhis-design-vue 3.2.17-release.1 → 3.2.18-beta.10
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/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/field-editor/src/fields.js +1 -1
- 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/FormRender.vue2.js +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/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.js +1 -1
- package/es/components/iho-table/src/types/index.d.ts +5 -0
- 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/package.json.js +1 -1
- package/es/shared/utils/index.js +1 -1
- package/package.json +2 -2
@@ -139,6 +139,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
139
139
|
userId: string;
|
140
140
|
info: AnyObject | null;
|
141
141
|
};
|
142
|
+
isForward: boolean;
|
142
143
|
};
|
143
144
|
unreadTotal: import("vue").ComputedRef<number>;
|
144
145
|
isGroupChat: import("vue").ComputedRef<boolean>;
|
@@ -153,7 +154,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
153
154
|
relayMessage: (param: {
|
154
155
|
checkedIds: string[];
|
155
156
|
remark: string;
|
156
|
-
|
157
|
+
contents: AnyObject[];
|
157
158
|
}) => Promise<void>;
|
158
159
|
setMessageLabel: (params: {
|
159
160
|
type: "text" | "emoji";
|
@@ -197,6 +198,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
197
198
|
userId: string;
|
198
199
|
info: AnyObject | null;
|
199
200
|
};
|
201
|
+
isForward: boolean;
|
200
202
|
};
|
201
203
|
openSession: (session: string | AnyObject) => Promise<void>;
|
202
204
|
closeSession: () => AnyObject | null;
|
@@ -259,6 +261,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
259
261
|
userId: string;
|
260
262
|
info: AnyObject | null;
|
261
263
|
};
|
264
|
+
isForward: boolean;
|
262
265
|
};
|
263
266
|
unreadTotal: import("vue").ComputedRef<number>;
|
264
267
|
filterable: import("vue").Ref<any>;
|
@@ -555,6 +558,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
555
558
|
userId: string;
|
556
559
|
info: AnyObject | null;
|
557
560
|
};
|
561
|
+
isForward: boolean;
|
558
562
|
};
|
559
563
|
isGroupChat: import("vue").ComputedRef<boolean>;
|
560
564
|
isGroupLeader: import("vue").ComputedRef<boolean>;
|
@@ -615,6 +619,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
615
619
|
userId: string;
|
616
620
|
info: AnyObject | null;
|
617
621
|
};
|
622
|
+
isForward: boolean;
|
618
623
|
};
|
619
624
|
setCurrentSessionItem: (item: AnyObject) => void;
|
620
625
|
setUserDetail: (event: MouseEvent, userDetail: AnyObject) => void;
|
@@ -679,6 +684,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
679
684
|
key: string;
|
680
685
|
label: string;
|
681
686
|
}[];
|
687
|
+
orgList: AnyObject[];
|
682
688
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
683
689
|
title: {
|
684
690
|
type: StringConstructor;
|
@@ -734,6 +740,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
734
740
|
userId: string;
|
735
741
|
info: AnyObject | null;
|
736
742
|
};
|
743
|
+
isForward: boolean;
|
737
744
|
};
|
738
745
|
setCurrentSessionItem: (item: AnyObject) => void;
|
739
746
|
listRef: import("vue").Ref<any>;
|
@@ -770,10 +777,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
770
777
|
allChecked: import("vue").WritableComputedRef<boolean>;
|
771
778
|
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
772
779
|
currentTabKey: import("vue").ComputedRef<any>;
|
780
|
+
showAllCheckbox: import("vue").ComputedRef<boolean>;
|
781
|
+
getOrgList: () => Promise<void>;
|
782
|
+
setUserTotal: (tree: AnyObject[]) => void;
|
773
783
|
getDisabled: (id: string | number) => boolean;
|
774
784
|
handleClickCheckbox: (option: AnyObject) => Promise<void>;
|
775
785
|
toggleTab: (item: AnyObject) => void;
|
776
786
|
handleTabBack: () => void;
|
787
|
+
openTree: (option: AnyObject, _type?: string | undefined) => void;
|
788
|
+
getOrgDisabled: (option: AnyObject) => boolean;
|
789
|
+
getAllUser: (tree: AnyObject[]) => AnyObject[];
|
777
790
|
handlePositiveClick: () => Promise<void>;
|
778
791
|
closeTag: (id: string) => void;
|
779
792
|
NModal: any;
|
@@ -793,6 +806,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
793
806
|
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<{}>>, {}>;
|
794
807
|
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<{}>>, {}>;
|
795
808
|
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<{}>>, {}>;
|
809
|
+
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<{}>>, {}>;
|
796
810
|
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
797
811
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
798
812
|
title: {
|
@@ -874,11 +888,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
874
888
|
userId: string;
|
875
889
|
info: AnyObject | null;
|
876
890
|
};
|
891
|
+
isForward: boolean;
|
877
892
|
};
|
878
893
|
relayMessage: (param: {
|
879
894
|
checkedIds: string[];
|
880
895
|
remark: string;
|
881
|
-
|
896
|
+
contents: AnyObject[];
|
882
897
|
}) => Promise<void>;
|
883
898
|
imageList: import("vue").Ref<AnyObject[]>;
|
884
899
|
fileList: import("vue").Ref<AnyObject[]>;
|
@@ -940,6 +955,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
940
955
|
key: string;
|
941
956
|
label: string;
|
942
957
|
}[];
|
958
|
+
orgList: AnyObject[];
|
943
959
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
944
960
|
title: {
|
945
961
|
type: StringConstructor;
|
@@ -995,6 +1011,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
995
1011
|
userId: string;
|
996
1012
|
info: AnyObject | null;
|
997
1013
|
};
|
1014
|
+
isForward: boolean;
|
998
1015
|
};
|
999
1016
|
setCurrentSessionItem: (item: AnyObject) => void;
|
1000
1017
|
listRef: import("vue").Ref<any>;
|
@@ -1031,10 +1048,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
1031
1048
|
allChecked: import("vue").WritableComputedRef<boolean>;
|
1032
1049
|
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
1033
1050
|
currentTabKey: import("vue").ComputedRef<any>;
|
1051
|
+
showAllCheckbox: import("vue").ComputedRef<boolean>;
|
1052
|
+
getOrgList: () => Promise<void>;
|
1053
|
+
setUserTotal: (tree: AnyObject[]) => void;
|
1034
1054
|
getDisabled: (id: string | number) => boolean;
|
1035
1055
|
handleClickCheckbox: (option: AnyObject) => Promise<void>;
|
1036
1056
|
toggleTab: (item: AnyObject) => void;
|
1037
1057
|
handleTabBack: () => void;
|
1058
|
+
openTree: (option: AnyObject, _type?: string | undefined) => void;
|
1059
|
+
getOrgDisabled: (option: AnyObject) => boolean;
|
1060
|
+
getAllUser: (tree: AnyObject[]) => AnyObject[];
|
1038
1061
|
handlePositiveClick: () => Promise<void>;
|
1039
1062
|
closeTag: (id: string) => void;
|
1040
1063
|
NModal: any;
|
@@ -1054,6 +1077,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1054
1077
|
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<{}>>, {}>;
|
1055
1078
|
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<{}>>, {}>;
|
1056
1079
|
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<{}>>, {}>;
|
1080
|
+
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<{}>>, {}>;
|
1057
1081
|
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
1058
1082
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1059
1083
|
title: {
|
@@ -1141,6 +1165,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1141
1165
|
userId: string;
|
1142
1166
|
info: AnyObject | null;
|
1143
1167
|
};
|
1168
|
+
isForward: boolean;
|
1144
1169
|
};
|
1145
1170
|
recordRef: import("vue").Ref<any>;
|
1146
1171
|
recordList: import("vue").Ref<AnyObject[]>;
|
@@ -1342,6 +1367,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1342
1367
|
key: string;
|
1343
1368
|
label: string;
|
1344
1369
|
}[];
|
1370
|
+
orgList: AnyObject[];
|
1345
1371
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1346
1372
|
title: {
|
1347
1373
|
type: StringConstructor;
|
@@ -1397,6 +1423,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1397
1423
|
userId: string;
|
1398
1424
|
info: AnyObject | null;
|
1399
1425
|
};
|
1426
|
+
isForward: boolean;
|
1400
1427
|
};
|
1401
1428
|
setCurrentSessionItem: (item: AnyObject) => void;
|
1402
1429
|
listRef: import("vue").Ref<any>;
|
@@ -1433,10 +1460,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
1433
1460
|
allChecked: import("vue").WritableComputedRef<boolean>;
|
1434
1461
|
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
1435
1462
|
currentTabKey: import("vue").ComputedRef<any>;
|
1463
|
+
showAllCheckbox: import("vue").ComputedRef<boolean>;
|
1464
|
+
getOrgList: () => Promise<void>;
|
1465
|
+
setUserTotal: (tree: AnyObject[]) => void;
|
1436
1466
|
getDisabled: (id: string | number) => boolean;
|
1437
1467
|
handleClickCheckbox: (option: AnyObject) => Promise<void>;
|
1438
1468
|
toggleTab: (item: AnyObject) => void;
|
1439
1469
|
handleTabBack: () => void;
|
1470
|
+
openTree: (option: AnyObject, _type?: string | undefined) => void;
|
1471
|
+
getOrgDisabled: (option: AnyObject) => boolean;
|
1472
|
+
getAllUser: (tree: AnyObject[]) => AnyObject[];
|
1440
1473
|
handlePositiveClick: () => Promise<void>;
|
1441
1474
|
closeTag: (id: string) => void;
|
1442
1475
|
NModal: any;
|
@@ -1456,6 +1489,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1456
1489
|
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<{}>>, {}>;
|
1457
1490
|
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<{}>>, {}>;
|
1458
1491
|
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<{}>>, {}>;
|
1492
|
+
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<{}>>, {}>;
|
1459
1493
|
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
1460
1494
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1461
1495
|
title: {
|
@@ -1522,12 +1556,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1522
1556
|
userId: string;
|
1523
1557
|
info: AnyObject | null;
|
1524
1558
|
};
|
1559
|
+
isForward: boolean;
|
1525
1560
|
};
|
1526
1561
|
setMsgList: (list?: AnyObject[]) => void;
|
1527
1562
|
relayMessage: (param: {
|
1528
1563
|
checkedIds: string[];
|
1529
1564
|
remark: string;
|
1530
|
-
|
1565
|
+
contents: AnyObject[];
|
1531
1566
|
}) => Promise<void>;
|
1532
1567
|
setCurrentSessionItem: (item: AnyObject) => void;
|
1533
1568
|
setMessageLabel: (params: {
|
@@ -1547,6 +1582,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1547
1582
|
x: number;
|
1548
1583
|
y: number;
|
1549
1584
|
};
|
1585
|
+
showForwardDetail: import("vue").Ref<boolean>;
|
1550
1586
|
pageInfo: {
|
1551
1587
|
page: number;
|
1552
1588
|
hasMore: boolean;
|
@@ -1579,6 +1615,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1579
1615
|
remark: string;
|
1580
1616
|
}) => void;
|
1581
1617
|
reEdit: (item: AnyObject) => void;
|
1618
|
+
clickMergeMsg: (item: AnyObject) => void;
|
1582
1619
|
NAvatar: any;
|
1583
1620
|
NImageGroup: any;
|
1584
1621
|
NImage: any;
|
@@ -1586,6 +1623,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
1586
1623
|
NButtonGroup: any;
|
1587
1624
|
NButton: any;
|
1588
1625
|
NSpace: any;
|
1626
|
+
NCheckbox: any;
|
1627
|
+
isArray: {
|
1628
|
+
(value?: any): value is any[];
|
1629
|
+
<T_1>(value?: any): value is any[];
|
1630
|
+
};
|
1589
1631
|
MessageTemplate: import("vue").DefineComponent<{
|
1590
1632
|
data: {
|
1591
1633
|
type: PropType<AnyObject>;
|
@@ -1703,6 +1745,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1703
1745
|
userId: string;
|
1704
1746
|
info: AnyObject | null;
|
1705
1747
|
};
|
1748
|
+
isForward: boolean;
|
1706
1749
|
};
|
1707
1750
|
setUserDetail: (event: MouseEvent, userDetail: AnyObject) => void;
|
1708
1751
|
inviter: import("vue").Ref<any>;
|
@@ -1717,6 +1760,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
1717
1760
|
required: true;
|
1718
1761
|
};
|
1719
1762
|
}>>, {}>;
|
1763
|
+
MessageMergeForward: import("vue").DefineComponent<{
|
1764
|
+
id: {
|
1765
|
+
type: StringConstructor;
|
1766
|
+
};
|
1767
|
+
}, {
|
1768
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1769
|
+
id: {
|
1770
|
+
type: StringConstructor;
|
1771
|
+
};
|
1772
|
+
}>> & {}>>;
|
1773
|
+
state: {
|
1774
|
+
orgId: string | number;
|
1775
|
+
currentSessionItem: AnyObject;
|
1776
|
+
id: string;
|
1777
|
+
userInfo: AnyObject;
|
1778
|
+
msgList: AnyObject[];
|
1779
|
+
currentMsg: AnyObject;
|
1780
|
+
isAppendMsg: boolean;
|
1781
|
+
sessionList: AnyObject[];
|
1782
|
+
isChangeSession: boolean;
|
1783
|
+
updateSessionItem: AnyObject;
|
1784
|
+
isUpdateSession: boolean;
|
1785
|
+
currentReferenceMsg: AnyObject | null;
|
1786
|
+
currentReEditMsg: AnyObject | null;
|
1787
|
+
showVideo: boolean;
|
1788
|
+
currentAVMsg: AnyObject;
|
1789
|
+
currentGroupUser: AnyObject[];
|
1790
|
+
showMultipleVideo: boolean;
|
1791
|
+
userDetail: {
|
1792
|
+
show: boolean;
|
1793
|
+
position: {
|
1794
|
+
x: number;
|
1795
|
+
y: number;
|
1796
|
+
};
|
1797
|
+
userId: string;
|
1798
|
+
info: AnyObject | null;
|
1799
|
+
};
|
1800
|
+
isForward: boolean;
|
1801
|
+
};
|
1802
|
+
msgItem: import("vue").ComputedRef<AnyObject>;
|
1803
|
+
msgList: import("vue").ComputedRef<any>;
|
1804
|
+
NModal: any;
|
1805
|
+
NAvatar: any;
|
1806
|
+
formatTime: typeof import("./utils").formatTime;
|
1807
|
+
getForwardTitle: typeof import("./utils").getForwardTitle;
|
1808
|
+
MESSAGE_TYPE: typeof import("./constants").MESSAGE_TYPE;
|
1809
|
+
emojis: {
|
1810
|
+
default: string[][];
|
1811
|
+
findEmoji(name: string): any;
|
1812
|
+
};
|
1813
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1814
|
+
id: {
|
1815
|
+
type: StringConstructor;
|
1816
|
+
};
|
1817
|
+
}>>, {}>;
|
1720
1818
|
SelectLabel: import("vue").DefineComponent<{
|
1721
1819
|
id: {
|
1722
1820
|
type: StringConstructor;
|
@@ -1841,6 +1939,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1841
1939
|
key: string;
|
1842
1940
|
label: string;
|
1843
1941
|
}[];
|
1942
|
+
orgList: AnyObject[];
|
1844
1943
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1845
1944
|
title: {
|
1846
1945
|
type: StringConstructor;
|
@@ -1896,6 +1995,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1896
1995
|
userId: string;
|
1897
1996
|
info: AnyObject | null;
|
1898
1997
|
};
|
1998
|
+
isForward: boolean;
|
1899
1999
|
};
|
1900
2000
|
setCurrentSessionItem: (item: AnyObject) => void;
|
1901
2001
|
listRef: import("vue").Ref<any>;
|
@@ -1932,10 +2032,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
1932
2032
|
allChecked: import("vue").WritableComputedRef<boolean>;
|
1933
2033
|
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
1934
2034
|
currentTabKey: import("vue").ComputedRef<any>;
|
2035
|
+
showAllCheckbox: import("vue").ComputedRef<boolean>;
|
2036
|
+
getOrgList: () => Promise<void>;
|
2037
|
+
setUserTotal: (tree: AnyObject[]) => void;
|
1935
2038
|
getDisabled: (id: string | number) => boolean;
|
1936
2039
|
handleClickCheckbox: (option: AnyObject) => Promise<void>;
|
1937
2040
|
toggleTab: (item: AnyObject) => void;
|
1938
2041
|
handleTabBack: () => void;
|
2042
|
+
openTree: (option: AnyObject, _type?: string | undefined) => void;
|
2043
|
+
getOrgDisabled: (option: AnyObject) => boolean;
|
2044
|
+
getAllUser: (tree: AnyObject[]) => AnyObject[];
|
1939
2045
|
handlePositiveClick: () => Promise<void>;
|
1940
2046
|
closeTag: (id: string) => void;
|
1941
2047
|
NModal: any;
|
@@ -1955,6 +2061,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1955
2061
|
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<{}>>, {}>;
|
1956
2062
|
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<{}>>, {}>;
|
1957
2063
|
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<{}>>, {}>;
|
2064
|
+
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<{}>>, {}>;
|
1958
2065
|
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
1959
2066
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1960
2067
|
title: {
|
@@ -1992,6 +2099,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1992
2099
|
simplifyMessage: typeof import("./utils").simplifyMessage;
|
1993
2100
|
isAudioOrVideoMessage: typeof import("./utils").isAudioOrVideoMessage;
|
1994
2101
|
getAVTime: typeof import("./utils").getAVTime;
|
2102
|
+
getForwardTitle: typeof import("./utils").getForwardTitle;
|
1995
2103
|
MESSAGE_TYPE: typeof import("./constants").MESSAGE_TYPE;
|
1996
2104
|
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<{}>>, {}>;
|
1997
2105
|
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<{}>>, {}>;
|
@@ -2029,6 +2137,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2029
2137
|
userId: string;
|
2030
2138
|
info: AnyObject | null;
|
2031
2139
|
};
|
2140
|
+
isForward: boolean;
|
2032
2141
|
};
|
2033
2142
|
sendMessage: (message: {
|
2034
2143
|
chatType?: string | undefined;
|
@@ -2037,6 +2146,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
2037
2146
|
}) => Promise<void>;
|
2038
2147
|
isGroupChat: import("vue").ComputedRef<boolean>;
|
2039
2148
|
isEnded: import("vue").ComputedRef<boolean>;
|
2149
|
+
relayMessage: (param: {
|
2150
|
+
checkedIds: string[];
|
2151
|
+
remark: string;
|
2152
|
+
contents: AnyObject[];
|
2153
|
+
}) => Promise<void>;
|
2040
2154
|
showEmoji: import("vue").Ref<boolean>;
|
2041
2155
|
content: import("vue").Ref<string>;
|
2042
2156
|
commonEmoticons: import("vue").Ref<string[]>;
|
@@ -2045,6 +2159,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2045
2159
|
defaultValue: AnyObject[];
|
2046
2160
|
}>;
|
2047
2161
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
2162
|
+
isForwardDisabled: import("vue").ComputedRef<boolean>;
|
2048
2163
|
handleCall: (chatMessageType: string, checkedIds?: string[]) => void;
|
2049
2164
|
handleKeyDown: (event: KeyboardEvent) => void;
|
2050
2165
|
isWrap: (event: KeyboardEvent) => boolean;
|
@@ -2055,6 +2170,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
2055
2170
|
handleMsgSend: () => Promise<void>;
|
2056
2171
|
doSendMessage: (contentInfo: AnyObject) => Promise<void>;
|
2057
2172
|
clearInput: () => void;
|
2173
|
+
handleRelay: ({ checkedIds, remark }: {
|
2174
|
+
checkedIds: string[];
|
2175
|
+
remark: string;
|
2176
|
+
}, type?: string) => void;
|
2177
|
+
handlecancelForward: () => void;
|
2058
2178
|
NButton: any;
|
2059
2179
|
NPopover: any;
|
2060
2180
|
NTooltip: any;
|
@@ -2091,6 +2211,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2091
2211
|
key: string;
|
2092
2212
|
label: string;
|
2093
2213
|
}[];
|
2214
|
+
orgList: AnyObject[];
|
2094
2215
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2095
2216
|
title: {
|
2096
2217
|
type: StringConstructor;
|
@@ -2146,6 +2267,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2146
2267
|
userId: string;
|
2147
2268
|
info: AnyObject | null;
|
2148
2269
|
};
|
2270
|
+
isForward: boolean;
|
2149
2271
|
};
|
2150
2272
|
setCurrentSessionItem: (item: AnyObject) => void;
|
2151
2273
|
listRef: import("vue").Ref<any>;
|
@@ -2182,10 +2304,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
2182
2304
|
allChecked: import("vue").WritableComputedRef<boolean>;
|
2183
2305
|
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
2184
2306
|
currentTabKey: import("vue").ComputedRef<any>;
|
2307
|
+
showAllCheckbox: import("vue").ComputedRef<boolean>;
|
2308
|
+
getOrgList: () => Promise<void>;
|
2309
|
+
setUserTotal: (tree: AnyObject[]) => void;
|
2185
2310
|
getDisabled: (id: string | number) => boolean;
|
2186
2311
|
handleClickCheckbox: (option: AnyObject) => Promise<void>;
|
2187
2312
|
toggleTab: (item: AnyObject) => void;
|
2188
2313
|
handleTabBack: () => void;
|
2314
|
+
openTree: (option: AnyObject, _type?: string | undefined) => void;
|
2315
|
+
getOrgDisabled: (option: AnyObject) => boolean;
|
2316
|
+
getAllUser: (tree: AnyObject[]) => AnyObject[];
|
2189
2317
|
handlePositiveClick: () => Promise<void>;
|
2190
2318
|
closeTag: (id: string) => void;
|
2191
2319
|
NModal: any;
|
@@ -2205,6 +2333,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2205
2333
|
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<{}>>, {}>;
|
2206
2334
|
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<{}>>, {}>;
|
2207
2335
|
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<{}>>, {}>;
|
2336
|
+
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<{}>>, {}>;
|
2208
2337
|
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
2209
2338
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
2210
2339
|
title: {
|
@@ -2247,6 +2376,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2247
2376
|
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<{}>>, {}>;
|
2248
2377
|
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<{}>>, {}>;
|
2249
2378
|
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<{}>>, {}>;
|
2379
|
+
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<{}>>, {}>;
|
2250
2380
|
simplifyMessage: typeof import("./utils").simplifyMessage;
|
2251
2381
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2252
2382
|
ChatSearch: import("vue").DefineComponent<{}, {
|
@@ -2282,6 +2412,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2282
2412
|
userId: string;
|
2283
2413
|
info: AnyObject | null;
|
2284
2414
|
};
|
2415
|
+
isForward: boolean;
|
2285
2416
|
};
|
2286
2417
|
openSession: (session: string | AnyObject) => Promise<void>;
|
2287
2418
|
userList: import("vue").Ref<AnyObject[]>;
|
@@ -2407,6 +2538,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2407
2538
|
key: string;
|
2408
2539
|
label: string;
|
2409
2540
|
}[];
|
2541
|
+
orgList: AnyObject[];
|
2410
2542
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2411
2543
|
title: {
|
2412
2544
|
type: StringConstructor;
|
@@ -2462,6 +2594,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2462
2594
|
userId: string;
|
2463
2595
|
info: AnyObject | null;
|
2464
2596
|
};
|
2597
|
+
isForward: boolean;
|
2465
2598
|
};
|
2466
2599
|
setCurrentSessionItem: (item: AnyObject) => void;
|
2467
2600
|
listRef: import("vue").Ref<any>;
|
@@ -2498,10 +2631,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
2498
2631
|
allChecked: import("vue").WritableComputedRef<boolean>;
|
2499
2632
|
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
2500
2633
|
currentTabKey: import("vue").ComputedRef<any>;
|
2634
|
+
showAllCheckbox: import("vue").ComputedRef<boolean>;
|
2635
|
+
getOrgList: () => Promise<void>;
|
2636
|
+
setUserTotal: (tree: AnyObject[]) => void;
|
2501
2637
|
getDisabled: (id: string | number) => boolean;
|
2502
2638
|
handleClickCheckbox: (option: AnyObject) => Promise<void>;
|
2503
2639
|
toggleTab: (item: AnyObject) => void;
|
2504
2640
|
handleTabBack: () => void;
|
2641
|
+
openTree: (option: AnyObject, _type?: string | undefined) => void;
|
2642
|
+
getOrgDisabled: (option: AnyObject) => boolean;
|
2643
|
+
getAllUser: (tree: AnyObject[]) => AnyObject[];
|
2505
2644
|
handlePositiveClick: () => Promise<void>;
|
2506
2645
|
closeTag: (id: string) => void;
|
2507
2646
|
NModal: any;
|
@@ -2521,6 +2660,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2521
2660
|
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<{}>>, {}>;
|
2522
2661
|
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<{}>>, {}>;
|
2523
2662
|
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<{}>>, {}>;
|
2663
|
+
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<{}>>, {}>;
|
2524
2664
|
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
2525
2665
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
2526
2666
|
title: {
|
@@ -2588,6 +2728,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2588
2728
|
userId: string;
|
2589
2729
|
info: AnyObject | null;
|
2590
2730
|
};
|
2731
|
+
isForward: boolean;
|
2591
2732
|
};
|
2592
2733
|
trtcProxy: import("vue").Ref<any>;
|
2593
2734
|
trtc: import("trtc-sdk-v5").default;
|
@@ -2679,6 +2820,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2679
2820
|
userId: string;
|
2680
2821
|
info: AnyObject | null;
|
2681
2822
|
};
|
2823
|
+
isForward: boolean;
|
2682
2824
|
};
|
2683
2825
|
sendMessage: (message: {
|
2684
2826
|
chatType?: string | undefined;
|
@@ -2759,6 +2901,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2759
2901
|
key: string;
|
2760
2902
|
label: string;
|
2761
2903
|
}[];
|
2904
|
+
orgList: AnyObject[];
|
2762
2905
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2763
2906
|
title: {
|
2764
2907
|
type: StringConstructor;
|
@@ -2814,6 +2957,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2814
2957
|
userId: string;
|
2815
2958
|
info: AnyObject | null;
|
2816
2959
|
};
|
2960
|
+
isForward: boolean;
|
2817
2961
|
};
|
2818
2962
|
setCurrentSessionItem: (item: AnyObject) => void;
|
2819
2963
|
listRef: import("vue").Ref<any>;
|
@@ -2850,10 +2994,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
2850
2994
|
allChecked: import("vue").WritableComputedRef<boolean>;
|
2851
2995
|
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
2852
2996
|
currentTabKey: import("vue").ComputedRef<any>;
|
2997
|
+
showAllCheckbox: import("vue").ComputedRef<boolean>;
|
2998
|
+
getOrgList: () => Promise<void>;
|
2999
|
+
setUserTotal: (tree: AnyObject[]) => void;
|
2853
3000
|
getDisabled: (id: string | number) => boolean;
|
2854
3001
|
handleClickCheckbox: (option: AnyObject) => Promise<void>;
|
2855
3002
|
toggleTab: (item: AnyObject) => void;
|
2856
3003
|
handleTabBack: () => void;
|
3004
|
+
openTree: (option: AnyObject, _type?: string | undefined) => void;
|
3005
|
+
getOrgDisabled: (option: AnyObject) => boolean;
|
3006
|
+
getAllUser: (tree: AnyObject[]) => AnyObject[];
|
2857
3007
|
handlePositiveClick: () => Promise<void>;
|
2858
3008
|
closeTag: (id: string) => void;
|
2859
3009
|
NModal: any;
|
@@ -2873,6 +3023,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2873
3023
|
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<{}>>, {}>;
|
2874
3024
|
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<{}>>, {}>;
|
2875
3025
|
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<{}>>, {}>;
|
3026
|
+
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<{}>>, {}>;
|
2876
3027
|
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
2877
3028
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
2878
3029
|
title: {
|
@@ -2943,6 +3094,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2943
3094
|
userId: string;
|
2944
3095
|
info: AnyObject | null;
|
2945
3096
|
};
|
3097
|
+
isForward: boolean;
|
2946
3098
|
};
|
2947
3099
|
openSession: (session: string | AnyObject) => Promise<void>;
|
2948
3100
|
showLargeAvatar: import("vue").Ref<boolean>;
|
@@ -16,3 +16,4 @@ export declare function groupLeaveApi(params: AnyObject): import("axios").AxiosP
|
|
16
16
|
export declare function avFinishApi(params: AnyObject): import("axios").AxiosPromise<any>;
|
17
17
|
export declare function groupUpdateApi(params: FormData): import("axios").AxiosPromise<any>;
|
18
18
|
export declare function updateStatusApi(params: AnyObject): import("axios").AxiosPromise<any>;
|
19
|
+
export declare function getOrgUserTreeApi(): import("axios").AxiosPromise<any>;
|
@@ -1 +1 @@
|
|
1
|
-
import t from"axios";import{createDiscreteApi as e}from"naive-ui";const{message:
|
1
|
+
import t from"axios";import{createDiscreteApi as e}from"naive-ui";const{message:r}=e(["message"]);function o(t){const e=[];for(const r in t){const o=t[r];Array.isArray(o)?o.forEach((t=>{e.push(`${encodeURIComponent(r)}=${encodeURIComponent(t)}`)})):e.push(`${encodeURIComponent(r)}=${encodeURIComponent(o)}`)}return e.join("&")}const n=t.create({withCredentials:!0,timeout:5e3});function a(t){return n({headers:{"Content-Type":"application/x-www-form-urlencoded"},method:"post",url:"/session/openSession",data:o(t)})}function u(t){return n({method:"get",url:"/chat/recordList",params:t})}function s(t){return n({headers:{"Content-Type":"application/x-www-form-urlencoded"},method:"post",url:"/session/toppingSession",data:o(t)})}function d(t){return n({headers:{"Content-Type":"multipart/form-data"},method:"post",url:"/chat/uploadFile",data:t})}function i(t){return n({method:"get",url:"/user/listUser",params:t})}function p(t){return n({method:"get",url:"/user/getUserDetail",params:t})}function c(t){return n({method:"post",url:"/chat/readMessage",data:t})}function m(t){return n({method:"post",url:"/chat/recallMessage",data:t})}function l(t){return n({method:"post",url:"/chat/searchChatRecord",data:t})}function h(t){return n({method:"post",url:"/group/create",data:t})}function f(t){return n({method:"get",url:"/group/user",params:t})}function g(t){return n({method:"post",url:"/group/join",data:t})}function C(t){return n({method:"post",url:"/group/leave",data:t})}function w(t){return n({method:"post",url:"/av/finish",data:t})}function v(t){return n({headers:{"Content-Type":"multipart/form-data"},method:"post",url:"/group/update",data:t})}function y(t){return n({headers:{"Content-Type":"application/x-www-form-urlencoded"},method:"put",url:"/session/updateStatus",data:o(t)})}function U(){return n({method:"get",url:"/user/getOrgUserTree"})}n.interceptors.response.use((t=>{var e,o,n;if(null==(e=t.data)?void 0:e.result)return null==(o=t.data)?void 0:o.data;500==(null==(n=t.data)?void 0:n.code)&&t.data.msg&&r.error(t.data.msg)}));export{w as avFinishApi,u as getHistoryRecordApi,U as getOrgUserTreeApi,p as getUserDetailApi,h as groupCreateApi,g as groupJoinApi,C as groupLeaveApi,v as groupUpdateApi,f as groupUserApi,n as instanceAxios,i as listUserApi,a as openSessionApi,c as readMessageApi,m as recallMessageApi,l as searchChatRecordApi,s as toppingSessionApi,y as updateStatusApi,d as uploadFileApi};
|
@@ -30,6 +30,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
30
30
|
key: string;
|
31
31
|
label: string;
|
32
32
|
}[];
|
33
|
+
orgList: AnyObject[];
|
33
34
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
34
35
|
title: {
|
35
36
|
type: StringConstructor;
|
@@ -85,6 +86,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
85
86
|
userId: string;
|
86
87
|
info: AnyObject | null;
|
87
88
|
};
|
89
|
+
isForward: boolean;
|
88
90
|
};
|
89
91
|
setCurrentSessionItem: (item: AnyObject) => void;
|
90
92
|
listRef: import("vue").Ref<any>;
|
@@ -121,10 +123,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
121
123
|
allChecked: import("vue").WritableComputedRef<boolean>;
|
122
124
|
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
123
125
|
currentTabKey: import("vue").ComputedRef<any>;
|
126
|
+
showAllCheckbox: import("vue").ComputedRef<boolean>;
|
127
|
+
getOrgList: () => Promise<void>;
|
128
|
+
setUserTotal: (tree: AnyObject[]) => void;
|
124
129
|
getDisabled: (id: string | number) => boolean;
|
125
130
|
handleClickCheckbox: (option: AnyObject) => Promise<void>;
|
126
131
|
toggleTab: (item: AnyObject) => void;
|
127
132
|
handleTabBack: () => void;
|
133
|
+
openTree: (option: AnyObject, _type?: string) => void;
|
134
|
+
getOrgDisabled: (option: AnyObject) => boolean;
|
135
|
+
getAllUser: (tree: AnyObject[]) => AnyObject[];
|
128
136
|
handlePositiveClick: () => Promise<void>;
|
129
137
|
closeTag: (id: string) => void;
|
130
138
|
NModal: any;
|
@@ -144,6 +152,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
144
152
|
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<{}>>, {}>;
|
145
153
|
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<{}>>, {}>;
|
146
154
|
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<{}>>, {}>;
|
155
|
+
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<{}>>, {}>;
|
147
156
|
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
148
157
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
149
158
|
title: {
|