cnhis-design-vue 3.2.15-beta.9 → 3.2.16-beta.13

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