cnhis-design-vue 3.2.15-beta.9 → 3.2.16-beta.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/ai-chat/index.d.ts +9 -0
- package/es/components/ai-chat/src/Index.vue.d.ts +9 -0
- package/es/components/ai-chat/src/Index.vue2.js +1 -1
- package/es/components/ai-chat/src/components/ChatCard.js +1 -1
- package/es/components/ai-chat/style/index.css +1 -1
- package/es/components/branch-notice/index.d.ts +32 -3
- package/es/components/branch-notice/src/BranchNotice.vue.d.ts +9 -3
- package/es/components/branch-notice/src/BranchNotice.vue2.js +1 -1
- package/es/components/branch-notice/src/canstants.js +1 -1
- package/es/components/button-print/index.d.ts +6 -13
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +6 -13
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +6 -13
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +1 -1
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +1 -1
- package/es/components/button-print/style/index.css +1 -1
- package/es/components/callback/src/components/render/popupMaps.d.ts +10 -0
- package/es/components/card-reader-sdk/src/cardReaderSDK.js +1 -1
- package/es/components/classification/index.d.ts +30 -0
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +30 -0
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +30 -0
- package/es/components/classification/src/components/table-modal/index.vue.d.ts +0 -3
- package/es/components/classification/src/index.vue.d.ts +30 -0
- package/es/components/date-picker/index.d.ts +10 -0
- package/es/components/date-picker/src/DatePicker.vue.d.ts +10 -0
- package/es/components/date-picker/src/DatePicker.vue2.js +1 -1
- package/es/components/expand-field/index.d.ts +27 -1
- package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +27 -1
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +27 -1
- package/es/components/expand-field/src/components/form.vue.d.ts +27 -1
- package/es/components/expand-field/src/index.vue.d.ts +27 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.d.ts +1 -0
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/useCommon.d.ts +1 -2
- package/es/components/fabric-chart/src/hooks/useDraw.js +1 -1
- package/es/components/field-set/src/FieldColor.vue.d.ts +20 -0
- package/es/components/field-set/src/FieldFilter.vue.d.ts +2 -1
- package/es/components/field-set/src/FieldFilter.vue2.js +1 -1
- package/es/components/field-set/src/components/condition.vue.d.ts +10 -0
- package/es/components/field-set/src/components/edit-dialog.vue.d.ts +20 -0
- package/es/components/field-set/src/components/edit-filter.vue.d.ts +10 -0
- package/es/components/field-set/src/components/table-row.vue2.js +1 -1
- package/es/components/field-set/src/utils/index.js +1 -1
- package/es/components/form-config/index.d.ts +1051 -1
- package/es/components/form-config/src/FormConfig.vue.d.ts +1051 -1
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +10 -0
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +10 -1
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +1 -1
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +1029 -0
- package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +1 -1
- package/es/components/form-config/src/constants/index.js +1 -1
- package/es/components/form-config/style/index.css +1 -1
- package/es/components/form-render/index.d.ts +10 -0
- package/es/components/form-render/src/FormRender.vue.d.ts +10 -0
- package/es/components/form-render/src/FormRender.vue2.js +1 -1
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +10 -0
- package/es/components/form-render/src/components/renderer/input.d.ts +9 -1
- package/es/components/form-render/src/components/renderer/input.js +1 -1
- package/es/components/form-render/src/components/renderer/select.d.ts +6 -0
- package/es/components/form-render/src/components/renderer/select.js +1 -1
- package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
- package/es/components/form-render/src/hooks/useLowCodeReactions.js +1 -1
- package/es/components/iho-chat/index.d.ts +477 -102
- package/es/components/iho-chat/src/Index.vue.d.ts +477 -102
- package/es/components/iho-chat/src/Index.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +33 -9
- package/es/components/iho-chat/src/components/ChatAdd.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +33 -10
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +33 -10
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +133 -45
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +183 -18
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +10 -1
- package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +0 -1
- package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +45 -17
- package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +137 -0
- package/es/components/iho-chat/src/components/MessageEvent.vue.js +1 -0
- package/es/components/iho-chat/src/components/MessageEvent.vue2.js +1 -0
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +40 -13
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +1 -1
- package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +13 -7
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +1 -1
- package/es/components/iho-chat/src/components/SiderList.vue.d.ts +11 -1
- package/es/components/iho-chat/src/components/SiderList.vue2.js +1 -1
- package/es/components/iho-chat/src/components/Video.vue.d.ts +2 -2
- package/es/components/iho-chat/src/components/Video.vue2.js +1 -1
- package/es/components/iho-chat/src/constants/index.d.ts +2 -1
- package/es/components/iho-chat/src/constants/index.js +1 -1
- 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 +3 -3
- package/es/components/iho-chat/src/hooks/useVideo.js +1 -1
- package/es/components/iho-chat/src/types/index.d.ts +13 -2
- package/es/components/iho-chat/src/utils/asyncQueue.d.ts +10 -0
- package/es/components/iho-chat/src/utils/asyncQueue.js +1 -0
- 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/filterDaterangeRenderPlugin/filter.vue.d.ts +10 -0
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/filterRenderPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +10 -0
- package/es/components/iho-table/src/types/index.d.ts +14 -0
- package/es/components/iho-table/src/utils/index.js +1 -1
- package/es/components/iho-table/style/index.css +1 -1
- package/es/components/index.css +1 -1
- package/es/components/info-header/index.d.ts +20 -0
- package/es/components/info-header/src/InfoHeader.vue.d.ts +20 -0
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +10 -0
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +10 -0
- package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
- package/es/components/select-person/index.d.ts +27 -1
- package/es/components/select-person/src/SelectPerson.vue.d.ts +15 -1
- package/es/components/select-person/src/SelectPerson.vue2.js +1 -1
- package/es/components/select-person/src/index.vue.d.ts +27 -1
- package/es/components/select-person/src/index.vue2.js +1 -1
- package/es/components/shortcut-setter/index.d.ts +10 -0
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +10 -0
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +10 -0
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +10 -0
- package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +10 -0
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +10 -0
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +20 -0
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +10 -0
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +10 -0
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +20 -0
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +20 -0
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +10 -0
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +10 -0
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +10 -0
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +10 -0
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +40 -0
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +40 -0
- package/es/env.d.ts +25 -25
- package/es/shared/hooks/useDateTime.js +1 -1
- package/es/shared/package.json.js +1 -1
- package/es/shared/types/business.d.ts +4 -0
- package/package.json +2 -2
@@ -36,6 +36,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
36
36
|
type: BooleanConstructor;
|
37
37
|
default: boolean;
|
38
38
|
};
|
39
|
+
trtcProxy: {
|
40
|
+
type: PropType<string | Partial<{
|
41
|
+
websocketProxy: string;
|
42
|
+
loggerProxy: string;
|
43
|
+
turnServer: {
|
44
|
+
url: string;
|
45
|
+
username?: string | undefined;
|
46
|
+
credential?: string | undefined;
|
47
|
+
credentialType?: string | undefined;
|
48
|
+
}[];
|
49
|
+
iceTransportPolicy: "all" | "relay";
|
50
|
+
}>>;
|
51
|
+
};
|
39
52
|
}, {
|
40
53
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
41
54
|
token: {
|
@@ -73,6 +86,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
73
86
|
type: BooleanConstructor;
|
74
87
|
default: boolean;
|
75
88
|
};
|
89
|
+
trtcProxy: {
|
90
|
+
type: PropType<string | Partial<{
|
91
|
+
websocketProxy: string;
|
92
|
+
loggerProxy: string;
|
93
|
+
turnServer: {
|
94
|
+
url: string;
|
95
|
+
username?: string | undefined;
|
96
|
+
credential?: string | undefined;
|
97
|
+
credentialType?: string | undefined;
|
98
|
+
}[];
|
99
|
+
iceTransportPolicy: "all" | "relay";
|
100
|
+
}>>;
|
101
|
+
};
|
76
102
|
}>> & {
|
77
103
|
"onTemplate-click"?: ((...args: any[]) => any) | undefined;
|
78
104
|
"onUnread-message-update"?: ((...args: any[]) => any) | undefined;
|
@@ -82,10 +108,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
82
108
|
emit: (event: "template-click" | "unread-message-update" | "session-change" | "session-close", ...args: any[]) => void;
|
83
109
|
loading: import("vue").Ref<boolean>;
|
84
110
|
data: {
|
111
|
+
filterable: import("vue").Ref<any>;
|
112
|
+
trtcProxy: import("vue").Ref<any>;
|
85
113
|
cssVars: import("vue").ComputedRef<AnyObject>;
|
86
114
|
stompClient: import("vue").Ref<import("./utils/chatSock").ChatSock | undefined>;
|
87
115
|
state: {
|
88
|
-
filterable: boolean;
|
89
116
|
orgId: string | number;
|
90
117
|
currentSessionItem: AnyObject;
|
91
118
|
id: string;
|
@@ -129,7 +156,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
129
156
|
};
|
130
157
|
cssVars: import("vue").ComputedRef<AnyObject>;
|
131
158
|
state: {
|
132
|
-
filterable: boolean;
|
133
159
|
orgId: string | number;
|
134
160
|
currentSessionItem: AnyObject;
|
135
161
|
id: string;
|
@@ -183,7 +209,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
183
209
|
filterList: import("vue").Ref<AnyObject[]>;
|
184
210
|
handleInput: () => void;
|
185
211
|
state: {
|
186
|
-
filterable: boolean;
|
187
212
|
orgId: string | number;
|
188
213
|
currentSessionItem: AnyObject;
|
189
214
|
id: string;
|
@@ -203,6 +228,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
203
228
|
showMultipleVideo: boolean;
|
204
229
|
};
|
205
230
|
unreadTotal: import("vue").ComputedRef<number>;
|
231
|
+
filterable: import("vue").Ref<any>;
|
206
232
|
openSession: (session: string | AnyObject) => Promise<void>;
|
207
233
|
setUpdateSessionItem: (item: AnyObject) => void;
|
208
234
|
setCurrentSessionItem: (item: AnyObject) => void;
|
@@ -295,6 +321,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
295
321
|
type: StringConstructor;
|
296
322
|
default: string;
|
297
323
|
};
|
324
|
+
isDateDisabled: {
|
325
|
+
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
326
|
+
};
|
298
327
|
}, {
|
299
328
|
attrs: {
|
300
329
|
[x: string]: unknown;
|
@@ -327,6 +356,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
327
356
|
type: StringConstructor;
|
328
357
|
default: string;
|
329
358
|
};
|
359
|
+
isDateDisabled: {
|
360
|
+
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
361
|
+
};
|
330
362
|
}>> & {
|
331
363
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
332
364
|
}>>;
|
@@ -339,6 +371,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
339
371
|
isDateTime: import("vue").ComputedRef<boolean>;
|
340
372
|
formatRef: import("vue").ComputedRef<string>;
|
341
373
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
374
|
+
_isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
|
342
375
|
focus: () => any;
|
343
376
|
blur: () => any;
|
344
377
|
handleConfirm: (target: HTMLInputElement) => void;
|
@@ -378,6 +411,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
378
411
|
type: StringConstructor;
|
379
412
|
default: string;
|
380
413
|
};
|
414
|
+
isDateDisabled: {
|
415
|
+
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
416
|
+
};
|
381
417
|
}>> & {
|
382
418
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
383
419
|
}, {
|
@@ -460,7 +496,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
460
496
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
461
497
|
ChatHeader: import("vue").DefineComponent<{}, {
|
462
498
|
state: {
|
463
|
-
filterable: boolean;
|
464
499
|
orgId: string | number;
|
465
500
|
currentSessionItem: AnyObject;
|
466
501
|
id: string;
|
@@ -508,29 +543,32 @@ declare const _default: import("vue").DefineComponent<{
|
|
508
543
|
NPopconfirm: any;
|
509
544
|
PersonProfile: import("vue").DefineComponent<{
|
510
545
|
userId: {
|
511
|
-
type: StringConstructor;
|
512
|
-
required: true;
|
546
|
+
type: (NumberConstructor | StringConstructor)[];
|
513
547
|
};
|
514
548
|
disabled: {
|
515
549
|
type: BooleanConstructor;
|
516
550
|
default: boolean;
|
517
551
|
};
|
552
|
+
userInfo: {
|
553
|
+
type: PropType<AnyObject>;
|
554
|
+
};
|
518
555
|
}, {
|
519
556
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
520
557
|
userId: {
|
521
|
-
type: StringConstructor;
|
522
|
-
required: true;
|
558
|
+
type: (NumberConstructor | StringConstructor)[];
|
523
559
|
};
|
524
560
|
disabled: {
|
525
561
|
type: BooleanConstructor;
|
526
562
|
default: boolean;
|
527
563
|
};
|
564
|
+
userInfo: {
|
565
|
+
type: PropType<AnyObject>;
|
566
|
+
};
|
528
567
|
}>> & {
|
529
568
|
onClose?: ((...args: any[]) => any) | undefined;
|
530
569
|
}>>;
|
531
570
|
emit: (event: "close", ...args: any[]) => void;
|
532
571
|
state: {
|
533
|
-
filterable: boolean;
|
534
572
|
orgId: string | number;
|
535
573
|
currentSessionItem: AnyObject;
|
536
574
|
id: string;
|
@@ -580,13 +618,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
580
618
|
EyeOffOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
581
619
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], "close", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
582
620
|
userId: {
|
583
|
-
type: StringConstructor;
|
584
|
-
required: true;
|
621
|
+
type: (NumberConstructor | StringConstructor)[];
|
585
622
|
};
|
586
623
|
disabled: {
|
587
624
|
type: BooleanConstructor;
|
588
625
|
default: boolean;
|
589
626
|
};
|
627
|
+
userInfo: {
|
628
|
+
type: PropType<AnyObject>;
|
629
|
+
};
|
590
630
|
}>> & {
|
591
631
|
onClose?: ((...args: any[]) => any) | undefined;
|
592
632
|
}, {
|
@@ -597,7 +637,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
597
637
|
[x: string]: unknown;
|
598
638
|
};
|
599
639
|
state: {
|
600
|
-
filterable: boolean;
|
601
640
|
orgId: string | number;
|
602
641
|
currentSessionItem: AnyObject;
|
603
642
|
id: string;
|
@@ -650,29 +689,32 @@ declare const _default: import("vue").DefineComponent<{
|
|
650
689
|
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<{}>>, {}>;
|
651
690
|
PersonProfile: import("vue").DefineComponent<{
|
652
691
|
userId: {
|
653
|
-
type: StringConstructor;
|
654
|
-
required: true;
|
692
|
+
type: (NumberConstructor | StringConstructor)[];
|
655
693
|
};
|
656
694
|
disabled: {
|
657
695
|
type: BooleanConstructor;
|
658
696
|
default: boolean;
|
659
697
|
};
|
698
|
+
userInfo: {
|
699
|
+
type: PropType<AnyObject>;
|
700
|
+
};
|
660
701
|
}, {
|
661
702
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
662
703
|
userId: {
|
663
|
-
type: StringConstructor;
|
664
|
-
required: true;
|
704
|
+
type: (NumberConstructor | StringConstructor)[];
|
665
705
|
};
|
666
706
|
disabled: {
|
667
707
|
type: BooleanConstructor;
|
668
708
|
default: boolean;
|
669
709
|
};
|
710
|
+
userInfo: {
|
711
|
+
type: PropType<AnyObject>;
|
712
|
+
};
|
670
713
|
}>> & {
|
671
714
|
onClose?: ((...args: any[]) => any) | undefined;
|
672
715
|
}>>;
|
673
716
|
emit: (event: "close", ...args: any[]) => void;
|
674
717
|
state: {
|
675
|
-
filterable: boolean;
|
676
718
|
orgId: string | number;
|
677
719
|
currentSessionItem: AnyObject;
|
678
720
|
id: string;
|
@@ -722,13 +764,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
722
764
|
EyeOffOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
723
765
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], "close", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
724
766
|
userId: {
|
725
|
-
type: StringConstructor;
|
726
|
-
required: true;
|
767
|
+
type: (NumberConstructor | StringConstructor)[];
|
727
768
|
};
|
728
769
|
disabled: {
|
729
770
|
type: BooleanConstructor;
|
730
771
|
default: boolean;
|
731
772
|
};
|
773
|
+
userInfo: {
|
774
|
+
type: PropType<AnyObject>;
|
775
|
+
};
|
732
776
|
}>> & {
|
733
777
|
onClose?: ((...args: any[]) => any) | undefined;
|
734
778
|
}, {
|
@@ -759,6 +803,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
759
803
|
default: boolean;
|
760
804
|
};
|
761
805
|
}, {
|
806
|
+
initialOptions: AnyObject[];
|
807
|
+
tabList: {
|
808
|
+
key: string;
|
809
|
+
label: string;
|
810
|
+
}[];
|
762
811
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
763
812
|
title: {
|
764
813
|
type: StringConstructor;
|
@@ -788,7 +837,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
788
837
|
}>>;
|
789
838
|
emit: (event: "comfirm", ...args: any[]) => void;
|
790
839
|
state: {
|
791
|
-
filterable: boolean;
|
792
840
|
orgId: string | number;
|
793
841
|
currentSessionItem: AnyObject;
|
794
842
|
id: string;
|
@@ -812,27 +860,41 @@ declare const _default: import("vue").DefineComponent<{
|
|
812
860
|
keyword: import("vue").Ref<string>;
|
813
861
|
showModal: import("vue").Ref<boolean>;
|
814
862
|
checkedOptions: import("vue").Ref<AnyObject[]>;
|
815
|
-
options: import("vue").Ref<AnyObject[]>;
|
816
863
|
groupName: import("vue").Ref<string>;
|
817
|
-
checkedSourceIds: import("vue").Ref<(string | number)[]>;
|
818
864
|
remark: import("vue").Ref<string>;
|
865
|
+
currentTab: import("vue").Ref<AnyObject[]>;
|
866
|
+
breadcrumbList: import("vue").Ref<AnyObject[]>;
|
819
867
|
userList: import("vue").Ref<AnyObject[]>;
|
820
868
|
handleInput: () => void;
|
821
869
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
822
|
-
|
870
|
+
sessionList: import("vue").ComputedRef<{
|
871
|
+
id: any;
|
872
|
+
name: any;
|
873
|
+
avatar: any;
|
874
|
+
chatType: any;
|
875
|
+
}[]>;
|
876
|
+
friends: import("vue").ComputedRef<{
|
877
|
+
id: any;
|
878
|
+
name: any;
|
879
|
+
avatar: any;
|
880
|
+
chatType: any;
|
881
|
+
}[]>;
|
882
|
+
groups: import("vue").ComputedRef<{
|
823
883
|
id: any;
|
824
884
|
name: any;
|
825
885
|
avatar: any;
|
886
|
+
chatType: any;
|
826
887
|
}[]>;
|
827
888
|
checkedIds: import("vue").ComputedRef<any[]>;
|
828
889
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
829
890
|
allChecked: import("vue").WritableComputedRef<boolean>;
|
891
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
892
|
+
currentTabKey: import("vue").ComputedRef<any>;
|
893
|
+
getDisabled: (id: string | number) => boolean;
|
894
|
+
handleClickCheckbox: (option: AnyObject) => Promise<void>;
|
895
|
+
toggleTab: (item: AnyObject) => void;
|
896
|
+
handleTabBack: () => void;
|
830
897
|
handlePositiveClick: () => Promise<void>;
|
831
|
-
updateCheckedSourceIds: () => void;
|
832
|
-
handleSourceIdsUpdate: (value: (string | number)[], meta: {
|
833
|
-
actionType: "check" | "uncheck";
|
834
|
-
value: string | number;
|
835
|
-
}) => void;
|
836
898
|
closeTag: (id: string) => void;
|
837
899
|
NModal: any;
|
838
900
|
NButton: any;
|
@@ -844,8 +906,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
844
906
|
NCheckbox: any;
|
845
907
|
NCheckboxGroup: any;
|
846
908
|
NTooltip: any;
|
909
|
+
NBreadcrumb: any;
|
910
|
+
NBreadcrumbItem: any;
|
847
911
|
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<{}>>, {}>;
|
848
912
|
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<{}>>, {}>;
|
913
|
+
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<{}>>, {}>;
|
914
|
+
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<{}>>, {}>;
|
915
|
+
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<{}>>, {}>;
|
916
|
+
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
849
917
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
850
918
|
title: {
|
851
919
|
type: StringConstructor;
|
@@ -900,7 +968,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
900
968
|
}>> & {}>>;
|
901
969
|
cssVars: import("vue").ComputedRef<AnyObject>;
|
902
970
|
state: {
|
903
|
-
filterable: boolean;
|
904
971
|
orgId: string | number;
|
905
972
|
currentSessionItem: AnyObject;
|
906
973
|
id: string;
|
@@ -979,6 +1046,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
979
1046
|
default: boolean;
|
980
1047
|
};
|
981
1048
|
}, {
|
1049
|
+
initialOptions: AnyObject[];
|
1050
|
+
tabList: {
|
1051
|
+
key: string;
|
1052
|
+
label: string;
|
1053
|
+
}[];
|
982
1054
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
983
1055
|
title: {
|
984
1056
|
type: StringConstructor;
|
@@ -1008,7 +1080,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
1008
1080
|
}>>;
|
1009
1081
|
emit: (event: "comfirm", ...args: any[]) => void;
|
1010
1082
|
state: {
|
1011
|
-
filterable: boolean;
|
1012
1083
|
orgId: string | number;
|
1013
1084
|
currentSessionItem: AnyObject;
|
1014
1085
|
id: string;
|
@@ -1032,27 +1103,41 @@ declare const _default: import("vue").DefineComponent<{
|
|
1032
1103
|
keyword: import("vue").Ref<string>;
|
1033
1104
|
showModal: import("vue").Ref<boolean>;
|
1034
1105
|
checkedOptions: import("vue").Ref<AnyObject[]>;
|
1035
|
-
options: import("vue").Ref<AnyObject[]>;
|
1036
1106
|
groupName: import("vue").Ref<string>;
|
1037
|
-
checkedSourceIds: import("vue").Ref<(string | number)[]>;
|
1038
1107
|
remark: import("vue").Ref<string>;
|
1108
|
+
currentTab: import("vue").Ref<AnyObject[]>;
|
1109
|
+
breadcrumbList: import("vue").Ref<AnyObject[]>;
|
1039
1110
|
userList: import("vue").Ref<AnyObject[]>;
|
1040
1111
|
handleInput: () => void;
|
1041
1112
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
1042
|
-
|
1113
|
+
sessionList: import("vue").ComputedRef<{
|
1114
|
+
id: any;
|
1115
|
+
name: any;
|
1116
|
+
avatar: any;
|
1117
|
+
chatType: any;
|
1118
|
+
}[]>;
|
1119
|
+
friends: import("vue").ComputedRef<{
|
1043
1120
|
id: any;
|
1044
1121
|
name: any;
|
1045
1122
|
avatar: any;
|
1123
|
+
chatType: any;
|
1124
|
+
}[]>;
|
1125
|
+
groups: import("vue").ComputedRef<{
|
1126
|
+
id: any;
|
1127
|
+
name: any;
|
1128
|
+
avatar: any;
|
1129
|
+
chatType: any;
|
1046
1130
|
}[]>;
|
1047
1131
|
checkedIds: import("vue").ComputedRef<any[]>;
|
1048
1132
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
1049
1133
|
allChecked: import("vue").WritableComputedRef<boolean>;
|
1134
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
1135
|
+
currentTabKey: import("vue").ComputedRef<any>;
|
1136
|
+
getDisabled: (id: string | number) => boolean;
|
1137
|
+
handleClickCheckbox: (option: AnyObject) => Promise<void>;
|
1138
|
+
toggleTab: (item: AnyObject) => void;
|
1139
|
+
handleTabBack: () => void;
|
1050
1140
|
handlePositiveClick: () => Promise<void>;
|
1051
|
-
updateCheckedSourceIds: () => void;
|
1052
|
-
handleSourceIdsUpdate: (value: (string | number)[], meta: {
|
1053
|
-
actionType: "check" | "uncheck";
|
1054
|
-
value: string | number;
|
1055
|
-
}) => void;
|
1056
1141
|
closeTag: (id: string) => void;
|
1057
1142
|
NModal: any;
|
1058
1143
|
NButton: any;
|
@@ -1064,8 +1149,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
1064
1149
|
NCheckbox: any;
|
1065
1150
|
NCheckboxGroup: any;
|
1066
1151
|
NTooltip: any;
|
1152
|
+
NBreadcrumb: any;
|
1153
|
+
NBreadcrumbItem: any;
|
1067
1154
|
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<{}>>, {}>;
|
1068
1155
|
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<{}>>, {}>;
|
1156
|
+
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<{}>>, {}>;
|
1157
|
+
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<{}>>, {}>;
|
1158
|
+
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<{}>>, {}>;
|
1159
|
+
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
1069
1160
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1070
1161
|
title: {
|
1071
1162
|
type: StringConstructor;
|
@@ -1126,7 +1217,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
1126
1217
|
};
|
1127
1218
|
}>> & {}>>;
|
1128
1219
|
state: {
|
1129
|
-
filterable: boolean;
|
1130
1220
|
orgId: string | number;
|
1131
1221
|
currentSessionItem: AnyObject;
|
1132
1222
|
id: string;
|
@@ -1201,6 +1291,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1201
1291
|
type: StringConstructor;
|
1202
1292
|
default: string;
|
1203
1293
|
};
|
1294
|
+
isDateDisabled: {
|
1295
|
+
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
1296
|
+
};
|
1204
1297
|
}, {
|
1205
1298
|
attrs: {
|
1206
1299
|
[x: string]: unknown;
|
@@ -1233,6 +1326,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1233
1326
|
type: StringConstructor;
|
1234
1327
|
default: string;
|
1235
1328
|
};
|
1329
|
+
isDateDisabled: {
|
1330
|
+
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
1331
|
+
};
|
1236
1332
|
}>> & {
|
1237
1333
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1238
1334
|
}>>;
|
@@ -1245,6 +1341,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1245
1341
|
isDateTime: import("vue").ComputedRef<boolean>;
|
1246
1342
|
formatRef: import("vue").ComputedRef<string>;
|
1247
1343
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
1344
|
+
_isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
|
1248
1345
|
focus: () => any;
|
1249
1346
|
blur: () => any;
|
1250
1347
|
handleConfirm: (target: HTMLInputElement) => void;
|
@@ -1284,6 +1381,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1284
1381
|
type: StringConstructor;
|
1285
1382
|
default: string;
|
1286
1383
|
};
|
1384
|
+
isDateDisabled: {
|
1385
|
+
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
1386
|
+
};
|
1287
1387
|
}>> & {
|
1288
1388
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1289
1389
|
}, {
|
@@ -1330,6 +1430,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
1330
1430
|
default: boolean;
|
1331
1431
|
};
|
1332
1432
|
}, {
|
1433
|
+
initialOptions: AnyObject[];
|
1434
|
+
tabList: {
|
1435
|
+
key: string;
|
1436
|
+
label: string;
|
1437
|
+
}[];
|
1333
1438
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1334
1439
|
title: {
|
1335
1440
|
type: StringConstructor;
|
@@ -1359,7 +1464,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
1359
1464
|
}>>;
|
1360
1465
|
emit: (event: "comfirm", ...args: any[]) => void;
|
1361
1466
|
state: {
|
1362
|
-
filterable: boolean;
|
1363
1467
|
orgId: string | number;
|
1364
1468
|
currentSessionItem: AnyObject;
|
1365
1469
|
id: string;
|
@@ -1383,27 +1487,41 @@ declare const _default: import("vue").DefineComponent<{
|
|
1383
1487
|
keyword: import("vue").Ref<string>;
|
1384
1488
|
showModal: import("vue").Ref<boolean>;
|
1385
1489
|
checkedOptions: import("vue").Ref<AnyObject[]>;
|
1386
|
-
options: import("vue").Ref<AnyObject[]>;
|
1387
1490
|
groupName: import("vue").Ref<string>;
|
1388
|
-
checkedSourceIds: import("vue").Ref<(string | number)[]>;
|
1389
1491
|
remark: import("vue").Ref<string>;
|
1492
|
+
currentTab: import("vue").Ref<AnyObject[]>;
|
1493
|
+
breadcrumbList: import("vue").Ref<AnyObject[]>;
|
1390
1494
|
userList: import("vue").Ref<AnyObject[]>;
|
1391
1495
|
handleInput: () => void;
|
1392
1496
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
1393
|
-
|
1497
|
+
sessionList: import("vue").ComputedRef<{
|
1498
|
+
id: any;
|
1499
|
+
name: any;
|
1500
|
+
avatar: any;
|
1501
|
+
chatType: any;
|
1502
|
+
}[]>;
|
1503
|
+
friends: import("vue").ComputedRef<{
|
1394
1504
|
id: any;
|
1395
1505
|
name: any;
|
1396
1506
|
avatar: any;
|
1507
|
+
chatType: any;
|
1508
|
+
}[]>;
|
1509
|
+
groups: import("vue").ComputedRef<{
|
1510
|
+
id: any;
|
1511
|
+
name: any;
|
1512
|
+
avatar: any;
|
1513
|
+
chatType: any;
|
1397
1514
|
}[]>;
|
1398
1515
|
checkedIds: import("vue").ComputedRef<any[]>;
|
1399
1516
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
1400
1517
|
allChecked: import("vue").WritableComputedRef<boolean>;
|
1518
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
1519
|
+
currentTabKey: import("vue").ComputedRef<any>;
|
1520
|
+
getDisabled: (id: string | number) => boolean;
|
1521
|
+
handleClickCheckbox: (option: AnyObject) => Promise<void>;
|
1522
|
+
toggleTab: (item: AnyObject) => void;
|
1523
|
+
handleTabBack: () => void;
|
1401
1524
|
handlePositiveClick: () => Promise<void>;
|
1402
|
-
updateCheckedSourceIds: () => void;
|
1403
|
-
handleSourceIdsUpdate: (value: (string | number)[], meta: {
|
1404
|
-
actionType: "check" | "uncheck";
|
1405
|
-
value: string | number;
|
1406
|
-
}) => void;
|
1407
1525
|
closeTag: (id: string) => void;
|
1408
1526
|
NModal: any;
|
1409
1527
|
NButton: any;
|
@@ -1415,8 +1533,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
1415
1533
|
NCheckbox: any;
|
1416
1534
|
NCheckboxGroup: any;
|
1417
1535
|
NTooltip: any;
|
1536
|
+
NBreadcrumb: any;
|
1537
|
+
NBreadcrumbItem: any;
|
1418
1538
|
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<{}>>, {}>;
|
1419
1539
|
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<{}>>, {}>;
|
1540
|
+
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<{}>>, {}>;
|
1541
|
+
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<{}>>, {}>;
|
1542
|
+
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<{}>>, {}>;
|
1543
|
+
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
1420
1544
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1421
1545
|
title: {
|
1422
1546
|
type: StringConstructor;
|
@@ -1456,7 +1580,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
1456
1580
|
ChatMain: import("vue").DefineComponent<{}, {
|
1457
1581
|
chatMainRef: import("vue").Ref<HTMLElement | undefined>;
|
1458
1582
|
state: {
|
1459
|
-
filterable: boolean;
|
1460
1583
|
orgId: string | number;
|
1461
1584
|
currentSessionItem: AnyObject;
|
1462
1585
|
id: string;
|
@@ -1514,7 +1637,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
1514
1637
|
resetInfo: () => void;
|
1515
1638
|
setReferenceMsg: (msgItem: AnyObject) => void;
|
1516
1639
|
handleSelect: (key: string, msgItem: AnyObject) => void;
|
1517
|
-
handleRelay: (checkedIds
|
1640
|
+
handleRelay: ({ checkedIds, remark }: {
|
1641
|
+
checkedIds: string[];
|
1642
|
+
remark: string;
|
1643
|
+
}) => void;
|
1518
1644
|
reEdit: (item: AnyObject) => void;
|
1519
1645
|
NAvatar: any;
|
1520
1646
|
NImageGroup: any;
|
@@ -1525,29 +1651,32 @@ declare const _default: import("vue").DefineComponent<{
|
|
1525
1651
|
NSpace: any;
|
1526
1652
|
PersonProfile: import("vue").DefineComponent<{
|
1527
1653
|
userId: {
|
1528
|
-
type: StringConstructor;
|
1529
|
-
required: true;
|
1654
|
+
type: (NumberConstructor | StringConstructor)[];
|
1530
1655
|
};
|
1531
1656
|
disabled: {
|
1532
1657
|
type: BooleanConstructor;
|
1533
1658
|
default: boolean;
|
1534
1659
|
};
|
1660
|
+
userInfo: {
|
1661
|
+
type: PropType<AnyObject>;
|
1662
|
+
};
|
1535
1663
|
}, {
|
1536
1664
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1537
1665
|
userId: {
|
1538
|
-
type: StringConstructor;
|
1539
|
-
required: true;
|
1666
|
+
type: (NumberConstructor | StringConstructor)[];
|
1540
1667
|
};
|
1541
1668
|
disabled: {
|
1542
1669
|
type: BooleanConstructor;
|
1543
1670
|
default: boolean;
|
1544
1671
|
};
|
1672
|
+
userInfo: {
|
1673
|
+
type: PropType<AnyObject>;
|
1674
|
+
};
|
1545
1675
|
}>> & {
|
1546
1676
|
onClose?: ((...args: any[]) => any) | undefined;
|
1547
1677
|
}>>;
|
1548
1678
|
emit: (event: "close", ...args: any[]) => void;
|
1549
1679
|
state: {
|
1550
|
-
filterable: boolean;
|
1551
1680
|
orgId: string | number;
|
1552
1681
|
currentSessionItem: AnyObject;
|
1553
1682
|
id: string;
|
@@ -1597,13 +1726,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
1597
1726
|
EyeOffOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1598
1727
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], "close", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1599
1728
|
userId: {
|
1600
|
-
type: StringConstructor;
|
1601
|
-
required: true;
|
1729
|
+
type: (NumberConstructor | StringConstructor)[];
|
1602
1730
|
};
|
1603
1731
|
disabled: {
|
1604
1732
|
type: BooleanConstructor;
|
1605
1733
|
default: boolean;
|
1606
1734
|
};
|
1735
|
+
userInfo: {
|
1736
|
+
type: PropType<AnyObject>;
|
1737
|
+
};
|
1607
1738
|
}>> & {
|
1608
1739
|
onClose?: ((...args: any[]) => any) | undefined;
|
1609
1740
|
}, {
|
@@ -1687,6 +1818,140 @@ declare const _default: import("vue").DefineComponent<{
|
|
1687
1818
|
required: true;
|
1688
1819
|
};
|
1689
1820
|
}>>, {}>;
|
1821
|
+
MessageEvent: import("vue").DefineComponent<{
|
1822
|
+
data: {
|
1823
|
+
type: PropType<AnyObject>;
|
1824
|
+
required: true;
|
1825
|
+
};
|
1826
|
+
}, {
|
1827
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1828
|
+
data: {
|
1829
|
+
type: PropType<AnyObject>;
|
1830
|
+
required: true;
|
1831
|
+
};
|
1832
|
+
}>> & {}>>;
|
1833
|
+
state: {
|
1834
|
+
orgId: string | number;
|
1835
|
+
currentSessionItem: AnyObject;
|
1836
|
+
id: string;
|
1837
|
+
userInfo: AnyObject;
|
1838
|
+
msgList: AnyObject[];
|
1839
|
+
currentMsg: AnyObject;
|
1840
|
+
isAppendMsg: boolean;
|
1841
|
+
sessionList: AnyObject[];
|
1842
|
+
isChangeSession: boolean;
|
1843
|
+
updateSessionItem: AnyObject;
|
1844
|
+
isUpdateSession: boolean;
|
1845
|
+
currentReferenceMsg: AnyObject | null;
|
1846
|
+
currentReEditMsg: AnyObject | null;
|
1847
|
+
showVideo: boolean;
|
1848
|
+
currentAVMsg: AnyObject;
|
1849
|
+
currentGroupUser: AnyObject[];
|
1850
|
+
showMultipleVideo: boolean;
|
1851
|
+
};
|
1852
|
+
inviter: import("vue").Ref<any>;
|
1853
|
+
invitee: import("vue").Ref<any[]>;
|
1854
|
+
isValidJSON: (str: string) => boolean;
|
1855
|
+
getTask: (_id: string | number, arrRes: AnyObject[]) => () => Promise<unknown>;
|
1856
|
+
getEventContent: (data: AnyObject) => Promise<void>;
|
1857
|
+
NButton: any;
|
1858
|
+
PersonProfile: import("vue").DefineComponent<{
|
1859
|
+
userId: {
|
1860
|
+
type: (NumberConstructor | StringConstructor)[];
|
1861
|
+
};
|
1862
|
+
disabled: {
|
1863
|
+
type: BooleanConstructor;
|
1864
|
+
default: boolean;
|
1865
|
+
};
|
1866
|
+
userInfo: {
|
1867
|
+
type: PropType<AnyObject>;
|
1868
|
+
};
|
1869
|
+
}, {
|
1870
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1871
|
+
userId: {
|
1872
|
+
type: (NumberConstructor | StringConstructor)[];
|
1873
|
+
};
|
1874
|
+
disabled: {
|
1875
|
+
type: BooleanConstructor;
|
1876
|
+
default: boolean;
|
1877
|
+
};
|
1878
|
+
userInfo: {
|
1879
|
+
type: PropType<AnyObject>;
|
1880
|
+
};
|
1881
|
+
}>> & {
|
1882
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
1883
|
+
}>>;
|
1884
|
+
emit: (event: "close", ...args: any[]) => void;
|
1885
|
+
state: {
|
1886
|
+
orgId: string | number;
|
1887
|
+
currentSessionItem: AnyObject;
|
1888
|
+
id: string;
|
1889
|
+
userInfo: AnyObject;
|
1890
|
+
msgList: AnyObject[];
|
1891
|
+
currentMsg: AnyObject;
|
1892
|
+
isAppendMsg: boolean;
|
1893
|
+
sessionList: AnyObject[];
|
1894
|
+
isChangeSession: boolean;
|
1895
|
+
updateSessionItem: AnyObject;
|
1896
|
+
isUpdateSession: boolean;
|
1897
|
+
currentReferenceMsg: AnyObject | null;
|
1898
|
+
currentReEditMsg: AnyObject | null;
|
1899
|
+
showVideo: boolean;
|
1900
|
+
currentAVMsg: AnyObject;
|
1901
|
+
currentGroupUser: AnyObject[];
|
1902
|
+
showMultipleVideo: boolean;
|
1903
|
+
};
|
1904
|
+
openSession: (session: string | AnyObject) => Promise<void>;
|
1905
|
+
showUserDetail: import("vue").Ref<boolean>;
|
1906
|
+
showLargeAvatar: import("vue").Ref<boolean>;
|
1907
|
+
showPhone: import("vue").Ref<boolean>;
|
1908
|
+
userDetail: AnyObject;
|
1909
|
+
info: {
|
1910
|
+
label: string;
|
1911
|
+
value: string;
|
1912
|
+
key: string;
|
1913
|
+
}[];
|
1914
|
+
personInfo: import("vue").ComputedRef<{
|
1915
|
+
label: string;
|
1916
|
+
value: string;
|
1917
|
+
key: string;
|
1918
|
+
}[]>;
|
1919
|
+
toOpenSession: () => Promise<void>;
|
1920
|
+
updateShow: (value: boolean) => Promise<void>;
|
1921
|
+
getContent: (info: AnyObject) => any;
|
1922
|
+
onChange: (options: {
|
1923
|
+
file: import("naive-ui").UploadFileInfo;
|
1924
|
+
}) => Promise<void>;
|
1925
|
+
NAvatar: any;
|
1926
|
+
NPopover: any;
|
1927
|
+
NButton: any;
|
1928
|
+
NIcon: any;
|
1929
|
+
ChatbubbleEllipses: 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<{}>>, {}>;
|
1930
|
+
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<{}>>, {}>;
|
1931
|
+
EyeOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1932
|
+
EyeOffOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1933
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], "close", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1934
|
+
userId: {
|
1935
|
+
type: (NumberConstructor | StringConstructor)[];
|
1936
|
+
};
|
1937
|
+
disabled: {
|
1938
|
+
type: BooleanConstructor;
|
1939
|
+
default: boolean;
|
1940
|
+
};
|
1941
|
+
userInfo: {
|
1942
|
+
type: PropType<AnyObject>;
|
1943
|
+
};
|
1944
|
+
}>> & {
|
1945
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
1946
|
+
}, {
|
1947
|
+
disabled: boolean;
|
1948
|
+
}>;
|
1949
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1950
|
+
data: {
|
1951
|
+
type: PropType<AnyObject>;
|
1952
|
+
required: true;
|
1953
|
+
};
|
1954
|
+
}>>, {}>;
|
1690
1955
|
emojis: {
|
1691
1956
|
default: string[][];
|
1692
1957
|
findEmoji(name: string): any;
|
@@ -1753,6 +2018,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
1753
2018
|
default: boolean;
|
1754
2019
|
};
|
1755
2020
|
}, {
|
2021
|
+
initialOptions: AnyObject[];
|
2022
|
+
tabList: {
|
2023
|
+
key: string;
|
2024
|
+
label: string;
|
2025
|
+
}[];
|
1756
2026
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1757
2027
|
title: {
|
1758
2028
|
type: StringConstructor;
|
@@ -1782,7 +2052,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
1782
2052
|
}>>;
|
1783
2053
|
emit: (event: "comfirm", ...args: any[]) => void;
|
1784
2054
|
state: {
|
1785
|
-
filterable: boolean;
|
1786
2055
|
orgId: string | number;
|
1787
2056
|
currentSessionItem: AnyObject;
|
1788
2057
|
id: string;
|
@@ -1806,27 +2075,41 @@ declare const _default: import("vue").DefineComponent<{
|
|
1806
2075
|
keyword: import("vue").Ref<string>;
|
1807
2076
|
showModal: import("vue").Ref<boolean>;
|
1808
2077
|
checkedOptions: import("vue").Ref<AnyObject[]>;
|
1809
|
-
options: import("vue").Ref<AnyObject[]>;
|
1810
2078
|
groupName: import("vue").Ref<string>;
|
1811
|
-
checkedSourceIds: import("vue").Ref<(string | number)[]>;
|
1812
2079
|
remark: import("vue").Ref<string>;
|
2080
|
+
currentTab: import("vue").Ref<AnyObject[]>;
|
2081
|
+
breadcrumbList: import("vue").Ref<AnyObject[]>;
|
1813
2082
|
userList: import("vue").Ref<AnyObject[]>;
|
1814
2083
|
handleInput: () => void;
|
1815
2084
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
1816
|
-
|
2085
|
+
sessionList: import("vue").ComputedRef<{
|
2086
|
+
id: any;
|
2087
|
+
name: any;
|
2088
|
+
avatar: any;
|
2089
|
+
chatType: any;
|
2090
|
+
}[]>;
|
2091
|
+
friends: import("vue").ComputedRef<{
|
2092
|
+
id: any;
|
2093
|
+
name: any;
|
2094
|
+
avatar: any;
|
2095
|
+
chatType: any;
|
2096
|
+
}[]>;
|
2097
|
+
groups: import("vue").ComputedRef<{
|
1817
2098
|
id: any;
|
1818
2099
|
name: any;
|
1819
2100
|
avatar: any;
|
2101
|
+
chatType: any;
|
1820
2102
|
}[]>;
|
1821
2103
|
checkedIds: import("vue").ComputedRef<any[]>;
|
1822
2104
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
1823
2105
|
allChecked: import("vue").WritableComputedRef<boolean>;
|
2106
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
2107
|
+
currentTabKey: import("vue").ComputedRef<any>;
|
2108
|
+
getDisabled: (id: string | number) => boolean;
|
2109
|
+
handleClickCheckbox: (option: AnyObject) => Promise<void>;
|
2110
|
+
toggleTab: (item: AnyObject) => void;
|
2111
|
+
handleTabBack: () => void;
|
1824
2112
|
handlePositiveClick: () => Promise<void>;
|
1825
|
-
updateCheckedSourceIds: () => void;
|
1826
|
-
handleSourceIdsUpdate: (value: (string | number)[], meta: {
|
1827
|
-
actionType: "check" | "uncheck";
|
1828
|
-
value: string | number;
|
1829
|
-
}) => void;
|
1830
2113
|
closeTag: (id: string) => void;
|
1831
2114
|
NModal: any;
|
1832
2115
|
NButton: any;
|
@@ -1838,8 +2121,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
1838
2121
|
NCheckbox: any;
|
1839
2122
|
NCheckboxGroup: any;
|
1840
2123
|
NTooltip: any;
|
2124
|
+
NBreadcrumb: any;
|
2125
|
+
NBreadcrumbItem: any;
|
1841
2126
|
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<{}>>, {}>;
|
1842
2127
|
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<{}>>, {}>;
|
2128
|
+
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<{}>>, {}>;
|
2129
|
+
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<{}>>, {}>;
|
2130
|
+
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<{}>>, {}>;
|
2131
|
+
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
1843
2132
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1844
2133
|
title: {
|
1845
2134
|
type: StringConstructor;
|
@@ -1886,7 +2175,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
1886
2175
|
ChatFooter: import("vue").DefineComponent<{}, {
|
1887
2176
|
inputRef: import("vue").Ref<HTMLDivElement | undefined>;
|
1888
2177
|
state: {
|
1889
|
-
filterable: boolean;
|
1890
2178
|
orgId: string | number;
|
1891
2179
|
currentSessionItem: AnyObject;
|
1892
2180
|
id: string;
|
@@ -1961,6 +2249,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
1961
2249
|
default: boolean;
|
1962
2250
|
};
|
1963
2251
|
}, {
|
2252
|
+
initialOptions: AnyObject[];
|
2253
|
+
tabList: {
|
2254
|
+
key: string;
|
2255
|
+
label: string;
|
2256
|
+
}[];
|
1964
2257
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1965
2258
|
title: {
|
1966
2259
|
type: StringConstructor;
|
@@ -1990,7 +2283,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
1990
2283
|
}>>;
|
1991
2284
|
emit: (event: "comfirm", ...args: any[]) => void;
|
1992
2285
|
state: {
|
1993
|
-
filterable: boolean;
|
1994
2286
|
orgId: string | number;
|
1995
2287
|
currentSessionItem: AnyObject;
|
1996
2288
|
id: string;
|
@@ -2014,27 +2306,41 @@ declare const _default: import("vue").DefineComponent<{
|
|
2014
2306
|
keyword: import("vue").Ref<string>;
|
2015
2307
|
showModal: import("vue").Ref<boolean>;
|
2016
2308
|
checkedOptions: import("vue").Ref<AnyObject[]>;
|
2017
|
-
options: import("vue").Ref<AnyObject[]>;
|
2018
2309
|
groupName: import("vue").Ref<string>;
|
2019
|
-
checkedSourceIds: import("vue").Ref<(string | number)[]>;
|
2020
2310
|
remark: import("vue").Ref<string>;
|
2311
|
+
currentTab: import("vue").Ref<AnyObject[]>;
|
2312
|
+
breadcrumbList: import("vue").Ref<AnyObject[]>;
|
2021
2313
|
userList: import("vue").Ref<AnyObject[]>;
|
2022
2314
|
handleInput: () => void;
|
2023
2315
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
2024
|
-
|
2316
|
+
sessionList: import("vue").ComputedRef<{
|
2317
|
+
id: any;
|
2318
|
+
name: any;
|
2319
|
+
avatar: any;
|
2320
|
+
chatType: any;
|
2321
|
+
}[]>;
|
2322
|
+
friends: import("vue").ComputedRef<{
|
2323
|
+
id: any;
|
2324
|
+
name: any;
|
2325
|
+
avatar: any;
|
2326
|
+
chatType: any;
|
2327
|
+
}[]>;
|
2328
|
+
groups: import("vue").ComputedRef<{
|
2025
2329
|
id: any;
|
2026
2330
|
name: any;
|
2027
2331
|
avatar: any;
|
2332
|
+
chatType: any;
|
2028
2333
|
}[]>;
|
2029
2334
|
checkedIds: import("vue").ComputedRef<any[]>;
|
2030
2335
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
2031
2336
|
allChecked: import("vue").WritableComputedRef<boolean>;
|
2337
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
2338
|
+
currentTabKey: import("vue").ComputedRef<any>;
|
2339
|
+
getDisabled: (id: string | number) => boolean;
|
2340
|
+
handleClickCheckbox: (option: AnyObject) => Promise<void>;
|
2341
|
+
toggleTab: (item: AnyObject) => void;
|
2342
|
+
handleTabBack: () => void;
|
2032
2343
|
handlePositiveClick: () => Promise<void>;
|
2033
|
-
updateCheckedSourceIds: () => void;
|
2034
|
-
handleSourceIdsUpdate: (value: (string | number)[], meta: {
|
2035
|
-
actionType: "check" | "uncheck";
|
2036
|
-
value: string | number;
|
2037
|
-
}) => void;
|
2038
2344
|
closeTag: (id: string) => void;
|
2039
2345
|
NModal: any;
|
2040
2346
|
NButton: any;
|
@@ -2046,8 +2352,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
2046
2352
|
NCheckbox: any;
|
2047
2353
|
NCheckboxGroup: any;
|
2048
2354
|
NTooltip: any;
|
2355
|
+
NBreadcrumb: any;
|
2356
|
+
NBreadcrumbItem: any;
|
2049
2357
|
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<{}>>, {}>;
|
2050
2358
|
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<{}>>, {}>;
|
2359
|
+
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<{}>>, {}>;
|
2360
|
+
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<{}>>, {}>;
|
2361
|
+
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<{}>>, {}>;
|
2362
|
+
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
2051
2363
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
2052
2364
|
title: {
|
2053
2365
|
type: StringConstructor;
|
@@ -2098,7 +2410,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
2098
2410
|
keyword: import("vue").Ref<string>;
|
2099
2411
|
cssVars: import("vue").ComputedRef<AnyObject>;
|
2100
2412
|
state: {
|
2101
|
-
filterable: boolean;
|
2102
2413
|
orgId: string | number;
|
2103
2414
|
currentSessionItem: AnyObject;
|
2104
2415
|
id: string;
|
@@ -2229,6 +2540,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
2229
2540
|
default: boolean;
|
2230
2541
|
};
|
2231
2542
|
}, {
|
2543
|
+
initialOptions: AnyObject[];
|
2544
|
+
tabList: {
|
2545
|
+
key: string;
|
2546
|
+
label: string;
|
2547
|
+
}[];
|
2232
2548
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2233
2549
|
title: {
|
2234
2550
|
type: StringConstructor;
|
@@ -2258,7 +2574,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
2258
2574
|
}>>;
|
2259
2575
|
emit: (event: "comfirm", ...args: any[]) => void;
|
2260
2576
|
state: {
|
2261
|
-
filterable: boolean;
|
2262
2577
|
orgId: string | number;
|
2263
2578
|
currentSessionItem: AnyObject;
|
2264
2579
|
id: string;
|
@@ -2282,27 +2597,41 @@ declare const _default: import("vue").DefineComponent<{
|
|
2282
2597
|
keyword: import("vue").Ref<string>;
|
2283
2598
|
showModal: import("vue").Ref<boolean>;
|
2284
2599
|
checkedOptions: import("vue").Ref<AnyObject[]>;
|
2285
|
-
options: import("vue").Ref<AnyObject[]>;
|
2286
2600
|
groupName: import("vue").Ref<string>;
|
2287
|
-
checkedSourceIds: import("vue").Ref<(string | number)[]>;
|
2288
2601
|
remark: import("vue").Ref<string>;
|
2602
|
+
currentTab: import("vue").Ref<AnyObject[]>;
|
2603
|
+
breadcrumbList: import("vue").Ref<AnyObject[]>;
|
2289
2604
|
userList: import("vue").Ref<AnyObject[]>;
|
2290
2605
|
handleInput: () => void;
|
2291
2606
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
2292
|
-
|
2607
|
+
sessionList: import("vue").ComputedRef<{
|
2608
|
+
id: any;
|
2609
|
+
name: any;
|
2610
|
+
avatar: any;
|
2611
|
+
chatType: any;
|
2612
|
+
}[]>;
|
2613
|
+
friends: import("vue").ComputedRef<{
|
2293
2614
|
id: any;
|
2294
2615
|
name: any;
|
2295
2616
|
avatar: any;
|
2617
|
+
chatType: any;
|
2618
|
+
}[]>;
|
2619
|
+
groups: import("vue").ComputedRef<{
|
2620
|
+
id: any;
|
2621
|
+
name: any;
|
2622
|
+
avatar: any;
|
2623
|
+
chatType: any;
|
2296
2624
|
}[]>;
|
2297
2625
|
checkedIds: import("vue").ComputedRef<any[]>;
|
2298
2626
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
2299
2627
|
allChecked: import("vue").WritableComputedRef<boolean>;
|
2628
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
2629
|
+
currentTabKey: import("vue").ComputedRef<any>;
|
2630
|
+
getDisabled: (id: string | number) => boolean;
|
2631
|
+
handleClickCheckbox: (option: AnyObject) => Promise<void>;
|
2632
|
+
toggleTab: (item: AnyObject) => void;
|
2633
|
+
handleTabBack: () => void;
|
2300
2634
|
handlePositiveClick: () => Promise<void>;
|
2301
|
-
updateCheckedSourceIds: () => void;
|
2302
|
-
handleSourceIdsUpdate: (value: (string | number)[], meta: {
|
2303
|
-
actionType: "check" | "uncheck";
|
2304
|
-
value: string | number;
|
2305
|
-
}) => void;
|
2306
2635
|
closeTag: (id: string) => void;
|
2307
2636
|
NModal: any;
|
2308
2637
|
NButton: any;
|
@@ -2314,8 +2643,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
2314
2643
|
NCheckbox: any;
|
2315
2644
|
NCheckboxGroup: any;
|
2316
2645
|
NTooltip: any;
|
2646
|
+
NBreadcrumb: any;
|
2647
|
+
NBreadcrumbItem: any;
|
2317
2648
|
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<{}>>, {}>;
|
2318
2649
|
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<{}>>, {}>;
|
2650
|
+
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<{}>>, {}>;
|
2651
|
+
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<{}>>, {}>;
|
2652
|
+
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<{}>>, {}>;
|
2653
|
+
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
2319
2654
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
2320
2655
|
title: {
|
2321
2656
|
type: StringConstructor;
|
@@ -2356,7 +2691,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
2356
2691
|
receiver?: string | undefined;
|
2357
2692
|
}) => Promise<void>;
|
2358
2693
|
state: {
|
2359
|
-
filterable: boolean;
|
2360
2694
|
orgId: string | number;
|
2361
2695
|
currentSessionItem: AnyObject;
|
2362
2696
|
id: string;
|
@@ -2375,9 +2709,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
2375
2709
|
currentGroupUser: AnyObject[];
|
2376
2710
|
showMultipleVideo: boolean;
|
2377
2711
|
};
|
2712
|
+
trtcProxy: import("vue").Ref<any>;
|
2378
2713
|
trtc: import("trtc-sdk-v5").default;
|
2379
2714
|
timing: import("vue").Ref<string>;
|
2380
|
-
|
2715
|
+
voiceClose: import("vue").Ref<boolean>;
|
2381
2716
|
isAudio: import("vue").ComputedRef<boolean>;
|
2382
2717
|
isCall: import("vue").ComputedRef<boolean>;
|
2383
2718
|
startTimer: () => void;
|
@@ -2438,7 +2773,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
2438
2773
|
name: string;
|
2439
2774
|
}[]>;
|
2440
2775
|
state: {
|
2441
|
-
filterable: boolean;
|
2442
2776
|
orgId: string | number;
|
2443
2777
|
currentSessionItem: AnyObject;
|
2444
2778
|
id: string;
|
@@ -2463,7 +2797,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
2463
2797
|
receiver?: string | undefined;
|
2464
2798
|
}) => Promise<void>;
|
2465
2799
|
trtc: import("trtc-sdk-v5").default;
|
2466
|
-
|
2800
|
+
trtcProxy: import("vue").Ref<any>;
|
2801
|
+
voiceClose: import("vue").Ref<boolean>;
|
2467
2802
|
isAudio: import("vue").ComputedRef<boolean>;
|
2468
2803
|
isCall: import("vue").ComputedRef<boolean>;
|
2469
2804
|
startTimer: () => void;
|
@@ -2472,7 +2807,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2472
2807
|
messageTypeText: import("vue").ComputedRef<"语音" | "视频">;
|
2473
2808
|
timing: import("vue").Ref<string>;
|
2474
2809
|
toggleVideo: () => Promise<void>;
|
2475
|
-
|
2810
|
+
videocamClose: import("vue").Ref<boolean>;
|
2476
2811
|
installEventHandlers: ({ handleError, handleRemoteUserEnter, handleRemoteAudioAvailable, handleRemoteUserExit, handleRemoteVideoAvailable }: {
|
2477
2812
|
handleError: import("../../../shared/types").AnyFn;
|
2478
2813
|
handleRemoteUserEnter: import("../../../shared/types").AnyFn;
|
@@ -2490,7 +2825,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
2490
2825
|
isConnect: import("vue").Ref<boolean>;
|
2491
2826
|
callUser: import("vue").ComputedRef<any>;
|
2492
2827
|
title: import("vue").ComputedRef<string>;
|
2493
|
-
handleAddPerson: (checkedIds
|
2828
|
+
handleAddPerson: ({ checkedIds, checkedOptions }: {
|
2829
|
+
checkedIds: string[];
|
2830
|
+
checkedOptions: AnyObject[];
|
2831
|
+
}) => void;
|
2494
2832
|
handleCall: () => void;
|
2495
2833
|
handleEnter: () => Promise<void>;
|
2496
2834
|
handleExit: () => Promise<void>;
|
@@ -2527,6 +2865,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
2527
2865
|
default: boolean;
|
2528
2866
|
};
|
2529
2867
|
}, {
|
2868
|
+
initialOptions: AnyObject[];
|
2869
|
+
tabList: {
|
2870
|
+
key: string;
|
2871
|
+
label: string;
|
2872
|
+
}[];
|
2530
2873
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2531
2874
|
title: {
|
2532
2875
|
type: StringConstructor;
|
@@ -2556,7 +2899,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
2556
2899
|
}>>;
|
2557
2900
|
emit: (event: "comfirm", ...args: any[]) => void;
|
2558
2901
|
state: {
|
2559
|
-
filterable: boolean;
|
2560
2902
|
orgId: string | number;
|
2561
2903
|
currentSessionItem: AnyObject;
|
2562
2904
|
id: string;
|
@@ -2580,27 +2922,41 @@ declare const _default: import("vue").DefineComponent<{
|
|
2580
2922
|
keyword: import("vue").Ref<string>;
|
2581
2923
|
showModal: import("vue").Ref<boolean>;
|
2582
2924
|
checkedOptions: import("vue").Ref<AnyObject[]>;
|
2583
|
-
options: import("vue").Ref<AnyObject[]>;
|
2584
2925
|
groupName: import("vue").Ref<string>;
|
2585
|
-
checkedSourceIds: import("vue").Ref<(string | number)[]>;
|
2586
2926
|
remark: import("vue").Ref<string>;
|
2927
|
+
currentTab: import("vue").Ref<AnyObject[]>;
|
2928
|
+
breadcrumbList: import("vue").Ref<AnyObject[]>;
|
2587
2929
|
userList: import("vue").Ref<AnyObject[]>;
|
2588
2930
|
handleInput: () => void;
|
2589
2931
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
2590
|
-
|
2932
|
+
sessionList: import("vue").ComputedRef<{
|
2933
|
+
id: any;
|
2934
|
+
name: any;
|
2935
|
+
avatar: any;
|
2936
|
+
chatType: any;
|
2937
|
+
}[]>;
|
2938
|
+
friends: import("vue").ComputedRef<{
|
2939
|
+
id: any;
|
2940
|
+
name: any;
|
2941
|
+
avatar: any;
|
2942
|
+
chatType: any;
|
2943
|
+
}[]>;
|
2944
|
+
groups: import("vue").ComputedRef<{
|
2591
2945
|
id: any;
|
2592
2946
|
name: any;
|
2593
2947
|
avatar: any;
|
2948
|
+
chatType: any;
|
2594
2949
|
}[]>;
|
2595
2950
|
checkedIds: import("vue").ComputedRef<any[]>;
|
2596
2951
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
2597
2952
|
allChecked: import("vue").WritableComputedRef<boolean>;
|
2953
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
2954
|
+
currentTabKey: import("vue").ComputedRef<any>;
|
2955
|
+
getDisabled: (id: string | number) => boolean;
|
2956
|
+
handleClickCheckbox: (option: AnyObject) => Promise<void>;
|
2957
|
+
toggleTab: (item: AnyObject) => void;
|
2958
|
+
handleTabBack: () => void;
|
2598
2959
|
handlePositiveClick: () => Promise<void>;
|
2599
|
-
updateCheckedSourceIds: () => void;
|
2600
|
-
handleSourceIdsUpdate: (value: (string | number)[], meta: {
|
2601
|
-
actionType: "check" | "uncheck";
|
2602
|
-
value: string | number;
|
2603
|
-
}) => void;
|
2604
2960
|
closeTag: (id: string) => void;
|
2605
2961
|
NModal: any;
|
2606
2962
|
NButton: any;
|
@@ -2612,8 +2968,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
2612
2968
|
NCheckbox: any;
|
2613
2969
|
NCheckboxGroup: any;
|
2614
2970
|
NTooltip: any;
|
2971
|
+
NBreadcrumb: any;
|
2972
|
+
NBreadcrumbItem: any;
|
2615
2973
|
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<{}>>, {}>;
|
2616
2974
|
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<{}>>, {}>;
|
2975
|
+
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<{}>>, {}>;
|
2976
|
+
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<{}>>, {}>;
|
2977
|
+
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<{}>>, {}>;
|
2978
|
+
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
2617
2979
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
2618
2980
|
title: {
|
2619
2981
|
type: StringConstructor;
|
@@ -2691,6 +3053,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
2691
3053
|
type: BooleanConstructor;
|
2692
3054
|
default: boolean;
|
2693
3055
|
};
|
3056
|
+
trtcProxy: {
|
3057
|
+
type: PropType<string | Partial<{
|
3058
|
+
websocketProxy: string;
|
3059
|
+
loggerProxy: string;
|
3060
|
+
turnServer: {
|
3061
|
+
url: string;
|
3062
|
+
username?: string | undefined;
|
3063
|
+
credential?: string | undefined;
|
3064
|
+
credentialType?: string | undefined;
|
3065
|
+
}[];
|
3066
|
+
iceTransportPolicy: "all" | "relay";
|
3067
|
+
}>>;
|
3068
|
+
};
|
2694
3069
|
}>> & {
|
2695
3070
|
"onTemplate-click"?: ((...args: any[]) => any) | undefined;
|
2696
3071
|
"onUnread-message-update"?: ((...args: any[]) => any) | undefined;
|
@@ -2698,9 +3073,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
2698
3073
|
"onSession-close"?: ((...args: any[]) => any) | undefined;
|
2699
3074
|
}, {
|
2700
3075
|
show: boolean;
|
3076
|
+
filterable: boolean;
|
2701
3077
|
showHeader: boolean;
|
2702
3078
|
baseURL: string;
|
2703
3079
|
extraParams: AnyObject;
|
2704
|
-
filterable: boolean;
|
2705
3080
|
}>;
|
2706
3081
|
export default _default;
|