cnhis-design-vue 3.2.6-release.1 → 3.2.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/button-print/index.d.ts +4 -0
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +4 -0
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +4 -0
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +1 -1
- package/es/components/button-print/src/utils/print.d.ts +4 -2
- package/es/components/button-print/src/utils/print.js +1 -1
- package/es/components/fabric-chart/src/constants/index.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.d.ts +1 -0
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useOther.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/temperature/useOther.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/useDraw.js +1 -1
- package/es/components/form-config/src/FormConfig.vue2.js +1 -1
- package/es/components/form-config/src/utils/index.d.ts +1 -0
- package/es/components/form-config/src/utils/index.js +1 -1
- package/es/components/form-render/index.js +1 -1
- package/es/components/form-render/src/hooks/useFormEvent.js +1 -1
- package/es/components/form-render/src/utils/index.d.ts +1 -0
- package/es/components/form-render/src/utils/index.js +1 -1
- package/es/components/iho-chat/index.d.ts +497 -19
- package/es/components/iho-chat/src/Index.vue.d.ts +502 -24
- package/es/components/iho-chat/src/Index.vue2.js +1 -1
- package/es/components/iho-chat/src/api/index.d.ts +5 -0
- package/es/components/iho-chat/src/api/index.js +1 -1
- package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +89 -0
- package/es/components/iho-chat/src/components/ChatAdd.vue.js +1 -0
- package/es/components/iho-chat/src/components/ChatAdd.vue2.js +1 -0
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +94 -4
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +129 -3
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +24 -2
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +0 -1
- package/es/components/iho-chat/src/components/ChatRecord.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatSearch.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +16 -1
- package/es/components/iho-chat/src/components/ChatSet.vue2.js +1 -1
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +133 -0
- package/es/components/iho-chat/src/components/MultipleVideo.vue.js +1 -0
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +1 -0
- package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +15 -1
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +1 -1
- package/es/components/iho-chat/src/components/SiderList.vue2.js +1 -1
- package/es/components/iho-chat/src/components/Video.vue.d.ts +24 -13
- package/es/components/iho-chat/src/components/Video.vue2.js +1 -1
- package/es/components/iho-chat/src/constants/index.d.ts +10 -1
- package/es/components/iho-chat/src/constants/index.js +1 -1
- package/es/components/iho-chat/src/hooks/index.d.ts +1 -0
- package/es/components/iho-chat/src/hooks/index.js +1 -1
- package/es/components/iho-chat/src/hooks/useSession.d.ts +1 -0
- package/es/components/iho-chat/src/hooks/useSession.js +1 -1
- package/es/components/iho-chat/src/hooks/useState.d.ts +5 -0
- package/es/components/iho-chat/src/hooks/useState.js +1 -1
- package/es/components/iho-chat/src/hooks/useVideo.d.ts +24 -0
- package/es/components/iho-chat/src/hooks/useVideo.js +1 -0
- package/es/components/iho-chat/src/types/index.d.ts +3 -0
- package/es/components/iho-chat/src/utils/index.d.ts +2 -1
- package/es/components/iho-chat/src/utils/index.js +1 -1
- package/es/components/iho-chat/style/index.css +1 -1
- package/es/components/iho-table/src/plugins/keyboardEventPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/renderer.js +1 -1
- package/es/components/index.css +1 -1
- package/es/components/index.js +1 -1
- package/es/shared/package.json.js +1 -1
- package/es/shared/utils/business.js +1 -1
- package/package.json +2 -2
@@ -57,6 +57,9 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
57
57
|
currentReferenceMsg: import("../../shared/types").AnyObject | null;
|
58
58
|
showVideo: boolean;
|
59
59
|
currentAVMsg: import("../../shared/types").AnyObject;
|
60
|
+
userList: import("../../shared/types").AnyObject[];
|
61
|
+
currentGroupUser: import("../../shared/types").AnyObject[];
|
62
|
+
showMultipleVideo: boolean;
|
60
63
|
};
|
61
64
|
reConnention: number;
|
62
65
|
openSession: (item: import("../../shared/types").AnyObject) => Promise<void>;
|
@@ -64,10 +67,19 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
64
67
|
getCurrentSession: () => import("../../shared/types").AnyObject | null;
|
65
68
|
setSessionList: (list: import("../../shared/types").AnyObject[]) => void;
|
66
69
|
setUpdateSessionItem: (item: import("../../shared/types").AnyObject) => void;
|
70
|
+
setCurrentSessionItem: (item: import("../../shared/types").AnyObject) => void;
|
71
|
+
groupSessionList: import("../../shared/types").AnyObject[];
|
67
72
|
init: () => Promise<void>;
|
73
|
+
handleUserSearch: () => Promise<void>;
|
68
74
|
initWebSocket: () => void;
|
69
75
|
subscribeSessionList: () => void;
|
76
|
+
subscribeGroupMessage: () => void;
|
70
77
|
subscribeMessage: () => void;
|
78
|
+
handleMessage: (messageVo: import("../../shared/types").AnyObject, chatType: string) => Promise<void>;
|
79
|
+
handleSubscribeMessage: ({ body, chatType }: {
|
80
|
+
body: any;
|
81
|
+
chatType: string;
|
82
|
+
}) => Promise<void>;
|
71
83
|
getUnreadData: () => import("../../shared/types").AnyObject[];
|
72
84
|
NLayout: any;
|
73
85
|
NLayoutContent: any;
|
@@ -109,24 +121,43 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
109
121
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
110
122
|
ChatHeader: import("vue").DefineComponent<{}, {
|
111
123
|
state: import("./src/types").IState;
|
124
|
+
isGroupChat: import("vue").ComputedRef<boolean>;
|
112
125
|
showChatSet: import("vue").Ref<boolean>;
|
113
126
|
showChatFile: import("vue").Ref<boolean>;
|
114
127
|
chatFileType: import("vue").Ref<string>;
|
115
128
|
showChatRecord: import("vue").Ref<boolean>;
|
129
|
+
chatAddProps: import("vue").ComputedRef<{
|
130
|
+
mode: string;
|
131
|
+
disabledIds: any[];
|
132
|
+
defaultValue?: undefined;
|
133
|
+
} | {
|
134
|
+
mode: string;
|
135
|
+
defaultValue: any[];
|
136
|
+
disabledIds?: undefined;
|
137
|
+
}>;
|
116
138
|
handleOpenChatFile: (type: string) => void;
|
117
139
|
NAvatar: any;
|
140
|
+
NIcon: any;
|
118
141
|
NButton: any;
|
119
142
|
PersonProfile: import("vue").DefineComponent<{
|
120
143
|
userId: {
|
121
144
|
type: StringConstructor;
|
122
145
|
required: true;
|
123
146
|
};
|
147
|
+
disabled: {
|
148
|
+
type: BooleanConstructor;
|
149
|
+
default: boolean;
|
150
|
+
};
|
124
151
|
}, {
|
125
152
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
126
153
|
userId: {
|
127
154
|
type: StringConstructor;
|
128
155
|
required: true;
|
129
156
|
};
|
157
|
+
disabled: {
|
158
|
+
type: BooleanConstructor;
|
159
|
+
default: boolean;
|
160
|
+
};
|
130
161
|
}>> & {
|
131
162
|
onClose?: ((...args: any[]) => any) | undefined;
|
132
163
|
}>>;
|
@@ -169,15 +200,22 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
169
200
|
type: StringConstructor;
|
170
201
|
required: true;
|
171
202
|
};
|
203
|
+
disabled: {
|
204
|
+
type: BooleanConstructor;
|
205
|
+
default: boolean;
|
206
|
+
};
|
172
207
|
}>> & {
|
173
208
|
onClose?: ((...args: any[]) => any) | undefined;
|
174
|
-
}, {
|
209
|
+
}, {
|
210
|
+
disabled: boolean;
|
211
|
+
}>;
|
175
212
|
ChatSet: import("vue").DefineComponent<{}, {
|
176
213
|
attrs: {
|
177
214
|
[x: string]: unknown;
|
178
215
|
};
|
179
216
|
state: import("./src/types").IState;
|
180
217
|
setCurrentSessionItem: (item: import("../../shared/types").AnyObject) => void;
|
218
|
+
isGroupChat: import("vue").ComputedRef<boolean>;
|
181
219
|
handleTopping: (value: boolean) => Promise<void>;
|
182
220
|
closeUserDetail: () => void;
|
183
221
|
NDrawer: any;
|
@@ -191,12 +229,20 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
191
229
|
type: StringConstructor;
|
192
230
|
required: true;
|
193
231
|
};
|
232
|
+
disabled: {
|
233
|
+
type: BooleanConstructor;
|
234
|
+
default: boolean;
|
235
|
+
};
|
194
236
|
}, {
|
195
237
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
196
238
|
userId: {
|
197
239
|
type: StringConstructor;
|
198
240
|
required: true;
|
199
241
|
};
|
242
|
+
disabled: {
|
243
|
+
type: BooleanConstructor;
|
244
|
+
default: boolean;
|
245
|
+
};
|
200
246
|
}>> & {
|
201
247
|
onClose?: ((...args: any[]) => any) | undefined;
|
202
248
|
}>>;
|
@@ -239,9 +285,15 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
239
285
|
type: StringConstructor;
|
240
286
|
required: true;
|
241
287
|
};
|
288
|
+
disabled: {
|
289
|
+
type: BooleanConstructor;
|
290
|
+
default: boolean;
|
291
|
+
};
|
242
292
|
}>> & {
|
243
293
|
onClose?: ((...args: any[]) => any) | undefined;
|
244
|
-
}, {
|
294
|
+
}, {
|
295
|
+
disabled: boolean;
|
296
|
+
}>;
|
245
297
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
246
298
|
ChatFile: import("vue").DefineComponent<{
|
247
299
|
type: {
|
@@ -332,7 +384,6 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
332
384
|
lastSendTime: string;
|
333
385
|
};
|
334
386
|
handleSearch: () => Promise<void>;
|
335
|
-
options: import("vue").ComputedRef<import("../../shared/types").AnyObject[]>;
|
336
387
|
resetAndSearch: () => void;
|
337
388
|
startDateDisabled: (ts: number) => boolean;
|
338
389
|
endDateDisabled: (ts: number) => boolean;
|
@@ -437,18 +488,110 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
437
488
|
}>>, {
|
438
489
|
visible: boolean;
|
439
490
|
}>;
|
491
|
+
ChatAdd: import("vue").DefineComponent<{
|
492
|
+
title: {
|
493
|
+
type: StringConstructor;
|
494
|
+
default: string;
|
495
|
+
};
|
496
|
+
mode: {
|
497
|
+
type: StringConstructor;
|
498
|
+
default: string;
|
499
|
+
};
|
500
|
+
options: {
|
501
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
502
|
+
};
|
503
|
+
disabledIds: {
|
504
|
+
type: import("vue").PropType<string[]>;
|
505
|
+
};
|
506
|
+
defaultValue: {
|
507
|
+
type: import("vue").PropType<string[]>;
|
508
|
+
};
|
509
|
+
}, {
|
510
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
511
|
+
title: {
|
512
|
+
type: StringConstructor;
|
513
|
+
default: string;
|
514
|
+
};
|
515
|
+
mode: {
|
516
|
+
type: StringConstructor;
|
517
|
+
default: string;
|
518
|
+
};
|
519
|
+
options: {
|
520
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
521
|
+
};
|
522
|
+
disabledIds: {
|
523
|
+
type: import("vue").PropType<string[]>;
|
524
|
+
};
|
525
|
+
defaultValue: {
|
526
|
+
type: import("vue").PropType<string[]>;
|
527
|
+
};
|
528
|
+
}>> & {
|
529
|
+
onComfirm?: ((...args: any[]) => any) | undefined;
|
530
|
+
}>>;
|
531
|
+
emit: (event: "comfirm", ...args: any[]) => void;
|
532
|
+
state: import("./src/types").IState;
|
533
|
+
showModal: import("vue").Ref<boolean>;
|
534
|
+
checkedIds: import("vue").Ref<(string | number)[]>;
|
535
|
+
options: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
536
|
+
groupName: import("vue").Ref<string>;
|
537
|
+
btnDisabled: import("vue").ComputedRef<boolean>;
|
538
|
+
handlePositiveClick: () => Promise<void>;
|
539
|
+
renderSourceLabel: ({ option }: {
|
540
|
+
option: import("../../shared/types").AnyObject;
|
541
|
+
}) => JSX.Element;
|
542
|
+
renderTargetList: (props: {
|
543
|
+
onCheck: (checkedValueList: (string | number)[]) => void;
|
544
|
+
checkedOptions: import("../../shared/types").AnyObject[];
|
545
|
+
pattern: string;
|
546
|
+
}) => JSX.Element | null;
|
547
|
+
NModal: any;
|
548
|
+
NButton: any;
|
549
|
+
NTransfer: any;
|
550
|
+
NIcon: any;
|
551
|
+
NInput: any;
|
552
|
+
AddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
553
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
554
|
+
title: {
|
555
|
+
type: StringConstructor;
|
556
|
+
default: string;
|
557
|
+
};
|
558
|
+
mode: {
|
559
|
+
type: StringConstructor;
|
560
|
+
default: string;
|
561
|
+
};
|
562
|
+
options: {
|
563
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
564
|
+
};
|
565
|
+
disabledIds: {
|
566
|
+
type: import("vue").PropType<string[]>;
|
567
|
+
};
|
568
|
+
defaultValue: {
|
569
|
+
type: import("vue").PropType<string[]>;
|
570
|
+
};
|
571
|
+
}>> & {
|
572
|
+
onComfirm?: ((...args: any[]) => any) | undefined;
|
573
|
+
}, {
|
574
|
+
mode: string;
|
575
|
+
title: string;
|
576
|
+
}>;
|
577
|
+
PersonAddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
440
578
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
441
579
|
ChatMain: import("vue").DefineComponent<{}, {
|
442
580
|
chatMainRef: import("vue").Ref<HTMLElement | undefined>;
|
443
581
|
state: import("./src/types").IState;
|
444
582
|
setMsgList: (list?: import("../../shared/types").AnyObject[]) => void;
|
445
583
|
setCurrentSessionItem: (item: import("../../shared/types").AnyObject) => void;
|
584
|
+
isGroupChat: import("vue").ComputedRef<boolean>;
|
446
585
|
showMenu: import("vue").Ref<boolean>;
|
447
586
|
pageInfo: {
|
448
587
|
page: number;
|
449
588
|
hasMore: boolean;
|
450
589
|
lastSendTime: string;
|
451
590
|
};
|
591
|
+
styleProps: import("vue").ComputedRef<{
|
592
|
+
'--c-tip-top': string;
|
593
|
+
'--c-tip-gap': string;
|
594
|
+
}>;
|
452
595
|
getHistoryRecord: () => Promise<void>;
|
453
596
|
showMessage: (item: import("../../shared/types").AnyObject) => boolean;
|
454
597
|
showTemplateMsg: (item: import("../../shared/types").AnyObject, type: "template" | "system") => boolean | undefined;
|
@@ -468,12 +611,20 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
468
611
|
type: StringConstructor;
|
469
612
|
required: true;
|
470
613
|
};
|
614
|
+
disabled: {
|
615
|
+
type: BooleanConstructor;
|
616
|
+
default: boolean;
|
617
|
+
};
|
471
618
|
}, {
|
472
619
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
473
620
|
userId: {
|
474
621
|
type: StringConstructor;
|
475
622
|
required: true;
|
476
623
|
};
|
624
|
+
disabled: {
|
625
|
+
type: BooleanConstructor;
|
626
|
+
default: boolean;
|
627
|
+
};
|
477
628
|
}>> & {
|
478
629
|
onClose?: ((...args: any[]) => any) | undefined;
|
479
630
|
}>>;
|
@@ -516,9 +667,15 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
516
667
|
type: StringConstructor;
|
517
668
|
required: true;
|
518
669
|
};
|
670
|
+
disabled: {
|
671
|
+
type: BooleanConstructor;
|
672
|
+
default: boolean;
|
673
|
+
};
|
519
674
|
}>> & {
|
520
675
|
onClose?: ((...args: any[]) => any) | undefined;
|
521
|
-
}, {
|
676
|
+
}, {
|
677
|
+
disabled: boolean;
|
678
|
+
}>;
|
522
679
|
MessageTemplate: import("vue").DefineComponent<{
|
523
680
|
data: {
|
524
681
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
@@ -621,18 +778,25 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
621
778
|
downloadFile: typeof import("./src/utils").downloadFile;
|
622
779
|
simplifyMessage: typeof import("./src/utils").simplifyMessage;
|
623
780
|
isAudioOrVideoMessage: typeof import("./src/utils").isAudioOrVideoMessage;
|
781
|
+
getAVTime: typeof import("./src/utils").getAVTime;
|
624
782
|
MESSAGE_TYPE: typeof import("./src/constants").MESSAGE_TYPE;
|
625
783
|
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<{}>>, {}>;
|
626
784
|
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<{}>>, {}>;
|
785
|
+
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<{}>>, {}>;
|
786
|
+
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<{}>>, {}>;
|
627
787
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
628
788
|
ChatFooter: import("vue").DefineComponent<{}, {
|
629
789
|
inputRef: import("vue").Ref<HTMLDivElement | undefined>;
|
630
790
|
content: import("vue").Ref<string>;
|
631
791
|
state: import("./src/types").IState;
|
632
|
-
|
633
|
-
|
792
|
+
sendMessage: (message: {
|
793
|
+
chatType?: string | undefined;
|
794
|
+
content: import("../../shared/types").AnyObject;
|
795
|
+
receiver?: string | undefined;
|
796
|
+
}) => Promise<void>;
|
797
|
+
isGroupChat: import("vue").ComputedRef<boolean>;
|
634
798
|
showEmoji: import("vue").Ref<boolean>;
|
635
|
-
handleCall: (chatMessageType: string) => void;
|
799
|
+
handleCall: (chatMessageType: string, checkedIds?: never[]) => void;
|
636
800
|
handleKeyDown: (event: KeyboardEvent) => void;
|
637
801
|
isWrap: (event: KeyboardEvent) => boolean;
|
638
802
|
handleInput: () => void;
|
@@ -642,13 +806,99 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
642
806
|
fileList: import("naive-ui").UploadFileInfo[];
|
643
807
|
}, chatMessageType: import("./src/constants").MESSAGE_TYPE) => Promise<void>;
|
644
808
|
handleMsgSend: () => void;
|
645
|
-
|
809
|
+
doSendMessage: (contentInfo: import("../../shared/types").AnyObject) => Promise<void>;
|
646
810
|
NButton: any;
|
647
811
|
NPopover: any;
|
648
812
|
NTooltip: any;
|
649
813
|
NUpload: any;
|
650
814
|
NUploadTrigger: any;
|
651
815
|
NIcon: any;
|
816
|
+
ChatAdd: import("vue").DefineComponent<{
|
817
|
+
title: {
|
818
|
+
type: StringConstructor;
|
819
|
+
default: string;
|
820
|
+
};
|
821
|
+
mode: {
|
822
|
+
type: StringConstructor;
|
823
|
+
default: string;
|
824
|
+
};
|
825
|
+
options: {
|
826
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
827
|
+
};
|
828
|
+
disabledIds: {
|
829
|
+
type: import("vue").PropType<string[]>;
|
830
|
+
};
|
831
|
+
defaultValue: {
|
832
|
+
type: import("vue").PropType<string[]>;
|
833
|
+
};
|
834
|
+
}, {
|
835
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
836
|
+
title: {
|
837
|
+
type: StringConstructor;
|
838
|
+
default: string;
|
839
|
+
};
|
840
|
+
mode: {
|
841
|
+
type: StringConstructor;
|
842
|
+
default: string;
|
843
|
+
};
|
844
|
+
options: {
|
845
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
846
|
+
};
|
847
|
+
disabledIds: {
|
848
|
+
type: import("vue").PropType<string[]>;
|
849
|
+
};
|
850
|
+
defaultValue: {
|
851
|
+
type: import("vue").PropType<string[]>;
|
852
|
+
};
|
853
|
+
}>> & {
|
854
|
+
onComfirm?: ((...args: any[]) => any) | undefined;
|
855
|
+
}>>;
|
856
|
+
emit: (event: "comfirm", ...args: any[]) => void;
|
857
|
+
state: import("./src/types").IState;
|
858
|
+
showModal: import("vue").Ref<boolean>;
|
859
|
+
checkedIds: import("vue").Ref<(string | number)[]>;
|
860
|
+
options: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
861
|
+
groupName: import("vue").Ref<string>;
|
862
|
+
btnDisabled: import("vue").ComputedRef<boolean>;
|
863
|
+
handlePositiveClick: () => Promise<void>;
|
864
|
+
renderSourceLabel: ({ option }: {
|
865
|
+
option: import("../../shared/types").AnyObject;
|
866
|
+
}) => JSX.Element;
|
867
|
+
renderTargetList: (props: {
|
868
|
+
onCheck: (checkedValueList: (string | number)[]) => void;
|
869
|
+
checkedOptions: import("../../shared/types").AnyObject[];
|
870
|
+
pattern: string;
|
871
|
+
}) => JSX.Element | null;
|
872
|
+
NModal: any;
|
873
|
+
NButton: any;
|
874
|
+
NTransfer: any;
|
875
|
+
NIcon: any;
|
876
|
+
NInput: any;
|
877
|
+
AddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
878
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
879
|
+
title: {
|
880
|
+
type: StringConstructor;
|
881
|
+
default: string;
|
882
|
+
};
|
883
|
+
mode: {
|
884
|
+
type: StringConstructor;
|
885
|
+
default: string;
|
886
|
+
};
|
887
|
+
options: {
|
888
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
889
|
+
};
|
890
|
+
disabledIds: {
|
891
|
+
type: import("vue").PropType<string[]>;
|
892
|
+
};
|
893
|
+
defaultValue: {
|
894
|
+
type: import("vue").PropType<string[]>;
|
895
|
+
};
|
896
|
+
}>> & {
|
897
|
+
onComfirm?: ((...args: any[]) => any) | undefined;
|
898
|
+
}, {
|
899
|
+
mode: string;
|
900
|
+
title: string;
|
901
|
+
}>;
|
652
902
|
emojis: {
|
653
903
|
default: string[][];
|
654
904
|
findEmoji(name: string): any;
|
@@ -683,27 +933,127 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
683
933
|
NIcon: any;
|
684
934
|
SearchOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
685
935
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
936
|
+
ChatAdd: import("vue").DefineComponent<{
|
937
|
+
title: {
|
938
|
+
type: StringConstructor;
|
939
|
+
default: string;
|
940
|
+
};
|
941
|
+
mode: {
|
942
|
+
type: StringConstructor;
|
943
|
+
default: string;
|
944
|
+
};
|
945
|
+
options: {
|
946
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
947
|
+
};
|
948
|
+
disabledIds: {
|
949
|
+
type: import("vue").PropType<string[]>;
|
950
|
+
};
|
951
|
+
defaultValue: {
|
952
|
+
type: import("vue").PropType<string[]>;
|
953
|
+
};
|
954
|
+
}, {
|
955
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
956
|
+
title: {
|
957
|
+
type: StringConstructor;
|
958
|
+
default: string;
|
959
|
+
};
|
960
|
+
mode: {
|
961
|
+
type: StringConstructor;
|
962
|
+
default: string;
|
963
|
+
};
|
964
|
+
options: {
|
965
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
966
|
+
};
|
967
|
+
disabledIds: {
|
968
|
+
type: import("vue").PropType<string[]>;
|
969
|
+
};
|
970
|
+
defaultValue: {
|
971
|
+
type: import("vue").PropType<string[]>;
|
972
|
+
};
|
973
|
+
}>> & {
|
974
|
+
onComfirm?: ((...args: any[]) => any) | undefined;
|
975
|
+
}>>;
|
976
|
+
emit: (event: "comfirm", ...args: any[]) => void;
|
977
|
+
state: import("./src/types").IState;
|
978
|
+
showModal: import("vue").Ref<boolean>;
|
979
|
+
checkedIds: import("vue").Ref<(string | number)[]>;
|
980
|
+
options: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
981
|
+
groupName: import("vue").Ref<string>;
|
982
|
+
btnDisabled: import("vue").ComputedRef<boolean>;
|
983
|
+
handlePositiveClick: () => Promise<void>;
|
984
|
+
renderSourceLabel: ({ option }: {
|
985
|
+
option: import("../../shared/types").AnyObject;
|
986
|
+
}) => JSX.Element;
|
987
|
+
renderTargetList: (props: {
|
988
|
+
onCheck: (checkedValueList: (string | number)[]) => void;
|
989
|
+
checkedOptions: import("../../shared/types").AnyObject[];
|
990
|
+
pattern: string;
|
991
|
+
}) => JSX.Element | null;
|
992
|
+
NModal: any;
|
993
|
+
NButton: any;
|
994
|
+
NTransfer: any;
|
995
|
+
NIcon: any;
|
996
|
+
NInput: any;
|
997
|
+
AddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
998
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
999
|
+
title: {
|
1000
|
+
type: StringConstructor;
|
1001
|
+
default: string;
|
1002
|
+
};
|
1003
|
+
mode: {
|
1004
|
+
type: StringConstructor;
|
1005
|
+
default: string;
|
1006
|
+
};
|
1007
|
+
options: {
|
1008
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1009
|
+
};
|
1010
|
+
disabledIds: {
|
1011
|
+
type: import("vue").PropType<string[]>;
|
1012
|
+
};
|
1013
|
+
defaultValue: {
|
1014
|
+
type: import("vue").PropType<string[]>;
|
1015
|
+
};
|
1016
|
+
}>> & {
|
1017
|
+
onComfirm?: ((...args: any[]) => any) | undefined;
|
1018
|
+
}, {
|
1019
|
+
mode: string;
|
1020
|
+
title: string;
|
1021
|
+
}>;
|
686
1022
|
Video: import("vue").DefineComponent<{}, {
|
1023
|
+
sendMessage: (message: {
|
1024
|
+
chatType?: string | undefined;
|
1025
|
+
content: import("../../shared/types").AnyObject;
|
1026
|
+
receiver?: string | undefined;
|
1027
|
+
}) => Promise<void>;
|
1028
|
+
state: import("./src/types").IState;
|
1029
|
+
trtc: import("trtc-sdk-v5").default;
|
1030
|
+
timing: import("vue").Ref<string>;
|
1031
|
+
voiceOpen: import("vue").Ref<boolean>;
|
1032
|
+
isAudio: import("vue").ComputedRef<boolean>;
|
1033
|
+
isCall: import("vue").ComputedRef<boolean>;
|
1034
|
+
startTimer: () => void;
|
1035
|
+
resetTimer: () => void;
|
1036
|
+
toggleAudio: () => Promise<void>;
|
1037
|
+
messageTypeText: import("vue").ComputedRef<"语音" | "视频">;
|
687
1038
|
time: {
|
688
1039
|
timer: any;
|
689
1040
|
seconds: number;
|
690
1041
|
};
|
691
|
-
state: import("./src/types").IState;
|
692
1042
|
videoRef: import("vue").Ref<any>;
|
693
1043
|
selfVideoRef: import("vue").Ref<any>;
|
694
|
-
tipContent: import("vue").Ref<any>;
|
695
1044
|
isConnect: import("vue").Ref<boolean>;
|
696
|
-
|
697
|
-
messageType: import("vue").ComputedRef<any>;
|
698
|
-
callMode: import("vue").ComputedRef<any>;
|
1045
|
+
timeout: any;
|
699
1046
|
info: import("vue").ComputedRef<{
|
700
|
-
sessionKey: any;
|
701
1047
|
avatar: any;
|
702
1048
|
name: any;
|
703
1049
|
userId: any;
|
704
1050
|
}>;
|
705
|
-
|
1051
|
+
tipContent: import("vue").ComputedRef<string>;
|
1052
|
+
status: import("vue").ComputedRef<any>;
|
1053
|
+
handleStatus: (status?: import("./src/constants").AV_STATUS) => Promise<void>;
|
1054
|
+
init: () => Promise<void>;
|
706
1055
|
handleEnter: () => Promise<void>;
|
1056
|
+
handleFinish: () => void;
|
707
1057
|
handleExit: () => Promise<void>;
|
708
1058
|
installEventHandlers: () => void;
|
709
1059
|
uninstallEventHandlers: () => void;
|
@@ -711,17 +1061,145 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
711
1061
|
handleRemoteAudioAvailable: (event: any) => void;
|
712
1062
|
handleRemoteUserEnter: () => void;
|
713
1063
|
handleRemoteUserExit: (event: any) => void;
|
1064
|
+
handleError: (error: any) => void;
|
1065
|
+
NButton: any;
|
1066
|
+
NAvatar: any;
|
1067
|
+
NIcon: any;
|
1068
|
+
Call: 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<{}>>, {}>;
|
1069
|
+
MicOffCircle: 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<{}>>, {}>;
|
1070
|
+
Mic: 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<{}>>, {}>;
|
1071
|
+
AV_STATUS: typeof import("./src/constants").AV_STATUS;
|
1072
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1073
|
+
MultipleVideo: import("vue").DefineComponent<{}, {
|
1074
|
+
selfVideoRef: import("vue").Ref<any>;
|
1075
|
+
remoteUsers: import("vue").Ref<string[]>;
|
1076
|
+
state: import("./src/types").IState;
|
1077
|
+
sendMessage: (message: {
|
1078
|
+
chatType?: string | undefined;
|
1079
|
+
content: import("../../shared/types").AnyObject;
|
1080
|
+
receiver?: string | undefined;
|
1081
|
+
}) => Promise<void>;
|
1082
|
+
trtc: import("trtc-sdk-v5").default;
|
1083
|
+
voiceOpen: import("vue").Ref<boolean>;
|
1084
|
+
isAudio: import("vue").ComputedRef<boolean>;
|
1085
|
+
isCall: import("vue").ComputedRef<boolean>;
|
714
1086
|
startTimer: () => void;
|
715
1087
|
resetTimer: () => void;
|
716
|
-
formatSeconds: (seconds: number) => string;
|
717
1088
|
toggleAudio: () => Promise<void>;
|
1089
|
+
messageTypeText: import("vue").ComputedRef<"语音" | "视频">;
|
1090
|
+
timing: import("vue").Ref<string>;
|
1091
|
+
toggleVideo: () => Promise<void>;
|
1092
|
+
videocamOpen: import("vue").Ref<boolean>;
|
1093
|
+
isConnect: import("vue").Ref<boolean>;
|
1094
|
+
callUser: import("vue").ComputedRef<any>;
|
1095
|
+
title: import("vue").ComputedRef<string>;
|
1096
|
+
handleAddPerson: (checkedIds: string[]) => void;
|
1097
|
+
handleCall: () => void;
|
1098
|
+
handleEnter: () => Promise<void>;
|
1099
|
+
handleExit: () => Promise<void>;
|
1100
|
+
installEventHandlers: () => void;
|
1101
|
+
uninstallEventHandlers: () => void;
|
1102
|
+
handleRemoteVideoAvailable: (event: any) => Promise<void>;
|
1103
|
+
handleRemoteAudioAvailable: (event: any) => void;
|
1104
|
+
handleRemoteUserEnter: (event: any) => void;
|
1105
|
+
handleRemoteUserExit: (event: any) => void;
|
1106
|
+
handleError: (error: any) => void;
|
1107
|
+
getName: (id: string) => any;
|
718
1108
|
NButton: any;
|
719
|
-
NAvatar: any;
|
720
1109
|
NIcon: any;
|
1110
|
+
ChatAdd: import("vue").DefineComponent<{
|
1111
|
+
title: {
|
1112
|
+
type: StringConstructor;
|
1113
|
+
default: string;
|
1114
|
+
};
|
1115
|
+
mode: {
|
1116
|
+
type: StringConstructor;
|
1117
|
+
default: string;
|
1118
|
+
};
|
1119
|
+
options: {
|
1120
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1121
|
+
};
|
1122
|
+
disabledIds: {
|
1123
|
+
type: import("vue").PropType<string[]>;
|
1124
|
+
};
|
1125
|
+
defaultValue: {
|
1126
|
+
type: import("vue").PropType<string[]>;
|
1127
|
+
};
|
1128
|
+
}, {
|
1129
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1130
|
+
title: {
|
1131
|
+
type: StringConstructor;
|
1132
|
+
default: string;
|
1133
|
+
};
|
1134
|
+
mode: {
|
1135
|
+
type: StringConstructor;
|
1136
|
+
default: string;
|
1137
|
+
};
|
1138
|
+
options: {
|
1139
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1140
|
+
};
|
1141
|
+
disabledIds: {
|
1142
|
+
type: import("vue").PropType<string[]>;
|
1143
|
+
};
|
1144
|
+
defaultValue: {
|
1145
|
+
type: import("vue").PropType<string[]>;
|
1146
|
+
};
|
1147
|
+
}>> & {
|
1148
|
+
onComfirm?: ((...args: any[]) => any) | undefined;
|
1149
|
+
}>>;
|
1150
|
+
emit: (event: "comfirm", ...args: any[]) => void;
|
1151
|
+
state: import("./src/types").IState;
|
1152
|
+
showModal: import("vue").Ref<boolean>;
|
1153
|
+
checkedIds: import("vue").Ref<(string | number)[]>;
|
1154
|
+
options: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1155
|
+
groupName: import("vue").Ref<string>;
|
1156
|
+
btnDisabled: import("vue").ComputedRef<boolean>;
|
1157
|
+
handlePositiveClick: () => Promise<void>;
|
1158
|
+
renderSourceLabel: ({ option }: {
|
1159
|
+
option: import("../../shared/types").AnyObject;
|
1160
|
+
}) => JSX.Element;
|
1161
|
+
renderTargetList: (props: {
|
1162
|
+
onCheck: (checkedValueList: (string | number)[]) => void;
|
1163
|
+
checkedOptions: import("../../shared/types").AnyObject[];
|
1164
|
+
pattern: string;
|
1165
|
+
}) => JSX.Element | null;
|
1166
|
+
NModal: any;
|
1167
|
+
NButton: any;
|
1168
|
+
NTransfer: any;
|
1169
|
+
NIcon: any;
|
1170
|
+
NInput: any;
|
1171
|
+
AddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1172
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1173
|
+
title: {
|
1174
|
+
type: StringConstructor;
|
1175
|
+
default: string;
|
1176
|
+
};
|
1177
|
+
mode: {
|
1178
|
+
type: StringConstructor;
|
1179
|
+
default: string;
|
1180
|
+
};
|
1181
|
+
options: {
|
1182
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1183
|
+
};
|
1184
|
+
disabledIds: {
|
1185
|
+
type: import("vue").PropType<string[]>;
|
1186
|
+
};
|
1187
|
+
defaultValue: {
|
1188
|
+
type: import("vue").PropType<string[]>;
|
1189
|
+
};
|
1190
|
+
}>> & {
|
1191
|
+
onComfirm?: ((...args: any[]) => any) | undefined;
|
1192
|
+
}, {
|
1193
|
+
mode: string;
|
1194
|
+
title: string;
|
1195
|
+
}>;
|
721
1196
|
Call: 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<{}>>, {}>;
|
722
|
-
|
1197
|
+
Videocam: 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<{}>>, {}>;
|
1198
|
+
VideocamOff: 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<{}>>, {}>;
|
723
1199
|
Mic: 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<{}>>, {}>;
|
724
|
-
|
1200
|
+
PersonAdd: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1201
|
+
MicOff: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1202
|
+
Close: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
725
1203
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
726
1204
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("template-click" | "unread-message-update")[], "template-click" | "unread-message-update", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
727
1205
|
token: {
|