cnhis-design-vue 3.2.15-beta.2 → 3.2.15-beta.20

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 (209) hide show
  1. package/README.md +87 -87
  2. package/es/components/ai-chat/index.d.ts +9 -0
  3. package/es/components/ai-chat/src/Index.vue.d.ts +9 -0
  4. package/es/components/ai-chat/src/Index.vue2.js +1 -1
  5. package/es/components/ai-chat/src/components/ChatCard.js +1 -1
  6. package/es/components/ai-chat/src/components/ChatMain.js +1 -1
  7. package/es/components/ai-chat/src/components/ChatPatient.vue2.js +1 -1
  8. package/es/components/ai-chat/style/index.css +1 -1
  9. package/es/components/big-table/src/BigTable.vue2.js +1 -1
  10. package/es/components/branch-notice/index.d.ts +425 -9
  11. package/es/components/branch-notice/src/BranchNotice.vue.d.ts +378 -9
  12. package/es/components/branch-notice/src/BranchNotice.vue2.js +1 -1
  13. package/es/components/branch-notice/src/canstants.d.ts +2 -1
  14. package/es/components/branch-notice/src/canstants.js +1 -1
  15. package/es/components/branch-notice/src/components/NoticeItem.vue.d.ts +168 -44
  16. package/es/components/branch-notice/src/components/NoticeItem.vue.js +1 -0
  17. package/es/components/branch-notice/src/components/NoticeItem.vue2.js +1 -0
  18. package/es/components/branch-notice/src/components/NoticeItemAside.vue.d.ts +74 -5
  19. package/es/components/branch-notice/src/components/NoticeItemAside.vue.js +1 -0
  20. package/es/components/branch-notice/src/components/NoticeItemAside.vue2.js +1 -0
  21. package/es/components/branch-notice/src/components/NoticeOperationList.vue.js +1 -0
  22. package/es/components/branch-notice/src/components/NoticeOperationList.vue2.js +1 -0
  23. package/es/components/branch-notice/src/drawLine.js +1 -1
  24. package/es/components/branch-notice/src/hooks/useTheme.d.ts +1 -0
  25. package/es/components/branch-notice/src/hooks/useTheme.js +1 -0
  26. package/es/components/branch-notice/src/types.d.ts +22 -4
  27. package/es/components/branch-notice/style/index.css +1 -1
  28. package/es/components/button-print/src/components/IdentityVerification.vue2.js +1 -1
  29. package/es/components/button-print/src/components/NewPrintComponent.vue2.js +1 -1
  30. package/es/components/button-print/src/components/OldPrintComponent.vue2.js +1 -1
  31. package/es/components/card-reader-sdk/src/cardReaderSDK.js +1 -1
  32. package/es/components/classification/src/components/search-filter/index.vue2.js +1 -1
  33. package/es/components/classification/src/components/table-modal/index.vue2.js +1 -1
  34. package/es/components/classification/src/index.vue2.js +1 -1
  35. package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +1 -1
  36. package/es/components/expand-field/src/components/PersonModal.vue2.js +1 -1
  37. package/es/components/expand-field/src/components/form.vue2.js +1 -1
  38. package/es/components/expand-field/src/index.vue2.js +1 -1
  39. package/es/components/fabric-chart/src/FabricChart.vue2.js +1 -1
  40. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -1
  41. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.js +1 -1
  42. package/es/components/fabric-chart/src/hooks/electrocardiogram/hooks/useDetailEvent.js +1 -1
  43. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.js +1 -1
  44. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +1 -1
  45. package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.js +1 -1
  46. package/es/components/fabric-chart/src/hooks/index.d.ts +1 -0
  47. package/es/components/fabric-chart/src/hooks/index.js +1 -1
  48. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcess.js +1 -1
  49. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.js +1 -1
  50. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +1 -1
  51. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useLeft.js +1 -1
  52. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.d.ts +1 -0
  53. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +1 -1
  54. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +1 -1
  55. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +1 -1
  56. package/es/components/fabric-chart/src/hooks/temperature/useBottom.js +1 -1
  57. package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +1 -1
  58. package/es/components/fabric-chart/src/hooks/temperature/useLeft.js +1 -1
  59. package/es/components/fabric-chart/src/hooks/temperature/useOther.js +1 -1
  60. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
  61. package/es/components/fabric-chart/src/hooks/temperature/useTop.js +1 -1
  62. package/es/components/fabric-chart/src/hooks/useCommon.d.ts +1 -2
  63. package/es/components/fabric-chart/src/hooks/useDraw.js +1 -1
  64. package/es/components/fabric-chart/src/hooks/{temperature/useShadow.d.ts → useShadow.d.ts} +2 -2
  65. package/es/components/fabric-chart/src/hooks/useShadow.js +1 -0
  66. package/es/components/fabric-chart/src/utils/index.d.ts +1 -0
  67. package/es/components/fabric-chart/src/utils/index.js +1 -1
  68. package/es/components/field-set/src/FieldColor.vue.d.ts +1 -1
  69. package/es/components/field-set/src/FieldColor.vue2.js +1 -1
  70. package/es/components/field-set/src/FieldFilter.vue.d.ts +3 -2
  71. package/es/components/field-set/src/FieldFilter.vue2.js +1 -1
  72. package/es/components/field-set/src/FieldSet.vue.d.ts +1 -1
  73. package/es/components/field-set/src/FieldSet.vue2.js +1 -1
  74. package/es/components/field-set/src/TableStyle.vue2.js +1 -1
  75. package/es/components/field-set/src/components/edit-dialog.vue2.js +1 -1
  76. package/es/components/field-set/src/components/edit-filter.vue2.js +1 -1
  77. package/es/components/field-set/src/components/table-row.vue.d.ts +1 -1
  78. package/es/components/field-set/src/components/table-row.vue2.js +1 -1
  79. package/es/components/field-set/src/constants/filter.js +1 -1
  80. package/es/components/field-set/src/constants/index.js +1 -1
  81. package/es/components/field-set/src/utils/index.js +1 -1
  82. package/es/components/form-config/index.d.ts +1021 -1
  83. package/es/components/form-config/src/FormConfig.vue.d.ts +1021 -1
  84. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +0 -1
  85. package/es/components/form-config/src/components/FormConfigEdit.vue2.js +1 -1
  86. package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +1019 -0
  87. package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +1 -1
  88. package/es/components/form-config/src/constants/index.js +1 -1
  89. package/es/components/form-config/src/hooks/useLocale.js +1 -1
  90. package/es/components/form-config/style/index.css +1 -1
  91. package/es/components/form-render/src/FormRender.vue2.js +1 -1
  92. package/es/components/form-render/src/components/renderer/combination/combination.js +1 -1
  93. package/es/components/form-render/src/components/renderer/complex.js +1 -1
  94. package/es/components/form-render/src/components/renderer/date.js +1 -1
  95. package/es/components/form-render/src/components/renderer/radio_checkbox.js +1 -1
  96. package/es/components/form-render/src/components/renderer/searchCascade.js +1 -1
  97. package/es/components/form-render/src/components/renderer/select.d.ts +6 -0
  98. package/es/components/form-render/src/components/renderer/select.js +1 -1
  99. package/es/components/form-render/src/components/renderer/switch.js +1 -1
  100. package/es/components/form-render/src/components/renderer/text.js +1 -1
  101. package/es/components/form-render/src/components/renderer/textarea.js +1 -1
  102. package/es/components/form-render/src/hooks/useAnchor.js +1 -1
  103. package/es/components/form-render/src/hooks/useBusinessBinding.js +1 -1
  104. package/es/components/form-render/src/hooks/useComplexOptions.js +1 -1
  105. package/es/components/form-render/src/hooks/useFieldNormalize.js +1 -1
  106. package/es/components/form-render/src/hooks/useFormValidator.js +1 -1
  107. package/es/components/form-render/src/hooks/useLowCodeReactions.js +1 -1
  108. package/es/components/form-render/src/hooks/usePresetScope.js +1 -1
  109. package/es/components/form-render/src/utils/index.js +1 -1
  110. package/es/components/iho-chat/index.d.ts +518 -83
  111. package/es/components/iho-chat/src/Index.vue.d.ts +518 -83
  112. package/es/components/iho-chat/src/Index.vue2.js +1 -1
  113. package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +33 -8
  114. package/es/components/iho-chat/src/components/ChatAdd.vue2.js +1 -1
  115. package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +33 -8
  116. package/es/components/iho-chat/src/components/ChatFile.vue2.js +1 -1
  117. package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +33 -8
  118. package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +101 -26
  119. package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +34 -9
  120. package/es/components/iho-chat/src/components/ChatMain.vue2.js +1 -1
  121. package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +33 -34
  122. package/es/components/iho-chat/src/components/ChatSearch.vue2.js +1 -1
  123. package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +34 -9
  124. package/es/components/iho-chat/src/components/ContextMenu.js +1 -1
  125. package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +34 -8
  126. package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +1 -1
  127. package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +1 -1
  128. package/es/components/iho-chat/src/components/SiderList.vue.d.ts +207 -4
  129. package/es/components/iho-chat/src/components/SiderList.vue2.js +1 -1
  130. package/es/components/iho-chat/src/components/Video.vue.d.ts +1 -0
  131. package/es/components/iho-chat/src/components/Video.vue2.js +1 -1
  132. package/es/components/iho-chat/src/components/userItemRender.d.ts +18 -0
  133. package/es/components/iho-chat/src/components/userItemRender.js +1 -0
  134. package/es/components/iho-chat/src/hooks/useData.d.ts +6 -2
  135. package/es/components/iho-chat/src/hooks/useData.js +1 -1
  136. package/es/components/iho-chat/src/hooks/useVideo.d.ts +1 -0
  137. package/es/components/iho-chat/src/hooks/useVideo.js +1 -1
  138. package/es/components/iho-chat/src/hooks/useWebSocket.js +1 -1
  139. package/es/components/iho-chat/src/types/index.d.ts +13 -0
  140. package/es/components/iho-chat/src/utils/index.js +1 -1
  141. package/es/components/iho-chat/style/iconfont.ttf +0 -0
  142. package/es/components/iho-chat/style/index.css +1 -1
  143. package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +1 -1
  144. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +1 -1
  145. package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +1 -1
  146. package/es/components/iho-table/style/index.css +1 -1
  147. package/es/components/index.css +1 -1
  148. package/es/components/info-header/src/components/patientInfo/index.vue2.js +1 -1
  149. package/es/components/keyboard/src/components/NumberPanel.vue2.js +1 -1
  150. package/es/components/map/src/Map.vue2.js +1 -1
  151. package/es/components/quick-search/src/index.vue2.js +1 -1
  152. package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
  153. package/es/components/scale-view/src/components/formitem/r-sign.js +1 -1
  154. package/es/components/scale-view/src/components/formitem/standard-modal.js +1 -1
  155. package/es/components/scale-view/src/hooks/scaleview-methods.js +1 -1
  156. package/es/components/scale-view/src/hooks/scaleview-submit.js +1 -1
  157. package/es/components/select-label/src/SelectLabel.vue2.js +1 -1
  158. package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +1 -1
  159. package/es/components/table-export-field/src/components/ExportModal.vue2.js +1 -1
  160. package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +1 -1
  161. package/es/components/table-filter/src/components/bi-filter/helpers/options.js +1 -1
  162. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +1 -1
  163. package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.js +1 -1
  164. package/es/components/table-filter/src/tool/baseOptions.js +1 -1
  165. package/es/components/template-render/src/components/index.d.ts +23 -23
  166. package/es/components/tooth-bitmap/src/ToothBitmap.vue2.js +1 -1
  167. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +1 -1
  168. package/es/components/vod-chunk-upload/src/vod-upload-modal.js +1 -1
  169. package/es/shared/assets/img/ai__avatar.png.js +1 -1
  170. package/es/shared/assets/img/defaultCover/10review_successful.png.js +1 -1
  171. package/es/shared/assets/img/defaultCover/11review_fail.png.js +1 -1
  172. package/es/shared/assets/img/defaultCover/12no_setting.png.js +1 -1
  173. package/es/shared/assets/img/defaultCover/13no_menu_setting.png.js +1 -1
  174. package/es/shared/assets/img/defaultCover/14no_call_setting.png.js +1 -1
  175. package/es/shared/assets/img/defaultCover/15no_use_tag.png.js +1 -1
  176. package/es/shared/assets/img/defaultCover/16no_table_data.png.js +1 -1
  177. package/es/shared/assets/img/defaultCover/1location.png.js +1 -1
  178. package/es/shared/assets/img/defaultCover/2notfound.png.js +1 -1
  179. package/es/shared/assets/img/defaultCover/3loading.png.js +1 -1
  180. package/es/shared/assets/img/defaultCover/4no_permission.png.js +1 -1
  181. package/es/shared/assets/img/defaultCover/5no_data.png.js +1 -1
  182. package/es/shared/assets/img/defaultCover/6no_network.png.js +1 -1
  183. package/es/shared/assets/img/defaultCover/7no_doctor.png.js +1 -1
  184. package/es/shared/assets/img/defaultCover/8system_error.png.js +1 -1
  185. package/es/shared/assets/img/defaultCover/9system_upgrade.png.js +1 -1
  186. package/es/shared/assets/img/failure.png.js +1 -1
  187. package/es/shared/assets/img/logo.png.js +1 -1
  188. package/es/shared/assets/img/no-permission.png.js +1 -1
  189. package/es/shared/assets/img/nodata.png.js +1 -1
  190. package/es/shared/assets/img/notfound.png.js +1 -1
  191. package/es/shared/assets/img/qr.png.js +1 -1
  192. package/es/shared/assets/img/success.png.js +1 -1
  193. package/es/shared/assets/img/table_style_2.png.js +1 -1
  194. package/es/shared/assets/img/video.png.js +1 -1
  195. package/es/shared/assets/img/video_default_cover.png.js +1 -1
  196. package/es/shared/assets/img/xb_big.png.js +1 -1
  197. package/es/shared/assets/img/xb_small.png.js +1 -1
  198. package/es/shared/hooks/useLevelSearchCascader.js +1 -1
  199. package/es/shared/package.json.js +1 -1
  200. package/es/shared/types/business.d.ts +4 -0
  201. package/package.json +2 -2
  202. package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
  203. package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +0 -1
  204. package/es/components/bpmn-workflow/types/ModelingModule.d.ts +0 -1
  205. package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +0 -1
  206. package/es/components/fabric-chart/src/hooks/temperature/useShadow.js +0 -1
  207. package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +0 -86
  208. package/es/shared/utils/fabricjs/index.d.ts +0 -6823
  209. package/es/shared/utils/tapable/index.d.ts +0 -139
@@ -20,7 +20,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
20
20
  type: BooleanConstructor;
21
21
  default: boolean;
22
22
  };
23
- defaultSessionKey: {
23
+ defaultSessionId: {
24
24
  type: StringConstructor;
25
25
  };
26
26
  show: {
@@ -31,6 +31,23 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
31
31
  type: import("vue").PropType<import("../../shared/types").AnyObject>;
32
32
  default: () => {};
33
33
  };
34
+ filterable: {
35
+ type: BooleanConstructor;
36
+ default: boolean;
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
+ };
34
51
  }, {
35
52
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
36
53
  token: {
@@ -53,7 +70,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
53
70
  type: BooleanConstructor;
54
71
  default: boolean;
55
72
  };
56
- defaultSessionKey: {
73
+ defaultSessionId: {
57
74
  type: StringConstructor;
58
75
  };
59
76
  show: {
@@ -64,6 +81,23 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
64
81
  type: import("vue").PropType<import("../../shared/types").AnyObject>;
65
82
  default: () => {};
66
83
  };
84
+ filterable: {
85
+ type: BooleanConstructor;
86
+ default: boolean;
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
+ };
67
101
  }>> & {
68
102
  "onTemplate-click"?: ((...args: any[]) => any) | undefined;
69
103
  "onUnread-message-update"?: ((...args: any[]) => any) | undefined;
@@ -73,6 +107,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
73
107
  emit: (event: "template-click" | "unread-message-update" | "session-change" | "session-close", ...args: any[]) => void;
74
108
  loading: import("vue").Ref<boolean>;
75
109
  data: {
110
+ filterable: import("vue").Ref<any>;
111
+ trtcProxy: import("vue").Ref<any>;
76
112
  cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
77
113
  stompClient: import("vue").Ref<import("./src/utils/chatSock").ChatSock | undefined>;
78
114
  state: {
@@ -109,7 +145,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
109
145
  remark: string;
110
146
  content: import("../../shared/types").AnyObject;
111
147
  }) => Promise<void>;
112
- openSession: (item: import("../../shared/types").AnyObject) => Promise<void>;
148
+ openSession: (session: string | import("../../shared/types").AnyObject) => Promise<void>;
113
149
  closeSession: () => import("../../shared/types").AnyObject | null;
114
150
  getCurrentSession: () => import("../../shared/types").AnyObject | null;
115
151
  setCurrentSessionItem: (item: import("../../shared/types").AnyObject) => void;
@@ -137,7 +173,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
137
173
  currentGroupUser: import("../../shared/types").AnyObject[];
138
174
  showMultipleVideo: boolean;
139
175
  };
140
- openSession: (item: import("../../shared/types").AnyObject) => Promise<void>;
176
+ openSession: (session: string | import("../../shared/types").AnyObject) => Promise<void>;
141
177
  closeSession: () => import("../../shared/types").AnyObject | null;
142
178
  getCurrentSession: () => import("../../shared/types").AnyObject | null;
143
179
  isEnded: import("vue").ComputedRef<boolean>;
@@ -155,8 +191,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
155
191
  unreadSessionKeys: string[];
156
192
  flexWidth: import("vue").Ref<number>;
157
193
  listBoxRef: import("vue").Ref<HTMLElement | undefined>;
158
- loading: import("vue").Ref<boolean>;
159
- filterList: import("vue").Ref<{
194
+ filterListByTag: import("vue").Ref<{
160
195
  label: string;
161
196
  key: string;
162
197
  }[]>;
@@ -165,6 +200,13 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
165
200
  menuPosition: any;
166
201
  sessionId: import("vue").Ref<any>;
167
202
  currentFilterKey: import("vue").Ref<string>;
203
+ datePickerRef: import("vue").Ref<any>;
204
+ inputRef: import("vue").Ref<any>;
205
+ dateRange: import("vue").Ref<any>;
206
+ keyword: import("vue").Ref<string>;
207
+ showSearch: import("vue").Ref<boolean>;
208
+ filterList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
209
+ handleInput: () => void;
168
210
  state: {
169
211
  orgId: string | number;
170
212
  currentSessionItem: import("../../shared/types").AnyObject;
@@ -185,7 +227,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
185
227
  showMultipleVideo: boolean;
186
228
  };
187
229
  unreadTotal: import("vue").ComputedRef<number>;
188
- openSession: (item: import("../../shared/types").AnyObject) => Promise<void>;
230
+ filterable: import("vue").Ref<any>;
231
+ openSession: (session: string | import("../../shared/types").AnyObject) => Promise<void>;
189
232
  setUpdateSessionItem: (item: import("../../shared/types").AnyObject) => void;
190
233
  setCurrentSessionItem: (item: import("../../shared/types").AnyObject) => void;
191
234
  currentWidth: import("vue").ComputedRef<number>;
@@ -196,10 +239,16 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
196
239
  showSession: (item: import("../../shared/types").AnyObject, currentKey?: string) => boolean | undefined;
197
240
  handleContextmenu: (event: MouseEvent, id: string) => Promise<void>;
198
241
  handleSelect: (key: string, session: import("../../shared/types").AnyObject) => Promise<void>;
199
- NSpin: any;
242
+ handleUpdateShow: (value: boolean) => void;
243
+ handleClickoutside: (e: Event) => void;
244
+ handleUpdateDate: (value: string[]) => void;
245
+ handleSearch: () => void;
200
246
  NBadge: any;
201
247
  NAvatar: any;
248
+ NInput: any;
202
249
  NTag: any;
250
+ NIcon: any;
251
+ NPopover: any;
203
252
  ContextMenu: import("vue").DefineComponent<{
204
253
  type: {
205
254
  type: StringConstructor;
@@ -243,6 +292,196 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
243
292
  };
244
293
  formatTime: typeof import("./src/utils").formatTime;
245
294
  STATUS: typeof import("./src/constants").STATUS;
295
+ CDatePicker: SFCWithInstall<import("vue").DefineComponent<{
296
+ updateUnchangedValue: {
297
+ type: BooleanConstructor;
298
+ };
299
+ onConfirm: {
300
+ type: FunctionConstructor;
301
+ };
302
+ formattedValue: {
303
+ type: import("vue").PropType<(string | [string, string]) | null | undefined>;
304
+ };
305
+ placeholder: {
306
+ type: StringConstructor;
307
+ };
308
+ allowedInvalidValue: {
309
+ type: StringConstructor;
310
+ };
311
+ to: {
312
+ type: import("vue").PropType<string | false | HTMLElement>;
313
+ default: string;
314
+ };
315
+ holidays: {
316
+ type: import("vue").PropType<Date[]>;
317
+ default: () => never[];
318
+ };
319
+ type: {
320
+ type: StringConstructor;
321
+ default: string;
322
+ };
323
+ }, {
324
+ attrs: {
325
+ [x: string]: unknown;
326
+ };
327
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
328
+ updateUnchangedValue: {
329
+ type: BooleanConstructor;
330
+ };
331
+ onConfirm: {
332
+ type: FunctionConstructor;
333
+ };
334
+ formattedValue: {
335
+ type: import("vue").PropType<(string | [string, string]) | null | undefined>;
336
+ };
337
+ placeholder: {
338
+ type: StringConstructor;
339
+ };
340
+ allowedInvalidValue: {
341
+ type: StringConstructor;
342
+ };
343
+ to: {
344
+ type: import("vue").PropType<string | false | HTMLElement>;
345
+ default: string;
346
+ };
347
+ holidays: {
348
+ type: import("vue").PropType<Date[]>;
349
+ default: () => never[];
350
+ };
351
+ type: {
352
+ type: StringConstructor;
353
+ default: string;
354
+ };
355
+ }>> & {
356
+ "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
357
+ }>>;
358
+ emit: (event: "update:formatted-value", ...args: any[]) => void;
359
+ datePickerRef: import("vue").Ref<import("../../shared/types").AnyObject | null>;
360
+ panelInstRef: import("vue").Ref<null>;
361
+ placeholderRef: import("vue").Ref<any>;
362
+ oldValue: string;
363
+ currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
364
+ isDateTime: import("vue").ComputedRef<boolean>;
365
+ formatRef: import("vue").ComputedRef<string>;
366
+ panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
367
+ focus: () => any;
368
+ blur: () => any;
369
+ handleConfirm: (target: HTMLInputElement) => void;
370
+ onUpdateShow: (show: boolean) => Promise<void>;
371
+ watchers: import("../../shared/types").AnyFn[];
372
+ stopWatcher: () => void;
373
+ setHoliday: (show: boolean) => Promise<void>;
374
+ onConfirm: (...args: any[]) => Promise<void>;
375
+ isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
376
+ setShortcutValue: (type: "month" | "week") => Promise<void>;
377
+ NDatePicker: any;
378
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
379
+ updateUnchangedValue: {
380
+ type: BooleanConstructor;
381
+ };
382
+ onConfirm: {
383
+ type: FunctionConstructor;
384
+ };
385
+ formattedValue: {
386
+ type: import("vue").PropType<(string | [string, string]) | null | undefined>;
387
+ };
388
+ placeholder: {
389
+ type: StringConstructor;
390
+ };
391
+ allowedInvalidValue: {
392
+ type: StringConstructor;
393
+ };
394
+ to: {
395
+ type: import("vue").PropType<string | false | HTMLElement>;
396
+ default: string;
397
+ };
398
+ holidays: {
399
+ type: import("vue").PropType<Date[]>;
400
+ default: () => never[];
401
+ };
402
+ type: {
403
+ type: StringConstructor;
404
+ default: string;
405
+ };
406
+ }>> & {
407
+ "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
408
+ }, {
409
+ type: string;
410
+ updateUnchangedValue: boolean;
411
+ to: string | false | HTMLElement;
412
+ holidays: Date[];
413
+ }>>;
414
+ 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<{}>>, {}>;
415
+ userItemRender: import("vue").DefineComponent<{
416
+ item: {
417
+ type: import("vue").PropType<import("../../shared/types").AnyObject>;
418
+ default: () => {};
419
+ };
420
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "item-click"[], "item-click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
421
+ item: {
422
+ type: import("vue").PropType<import("../../shared/types").AnyObject>;
423
+ default: () => {};
424
+ };
425
+ }>> & {
426
+ "onItem-click"?: ((...args: any[]) => any) | undefined;
427
+ }, {
428
+ item: import("../../shared/types").AnyObject;
429
+ }>;
430
+ DefaultPage: SFCWithInstall<import("vue").DefineComponent<{
431
+ type: {
432
+ type: StringConstructor;
433
+ default: string;
434
+ };
435
+ config: {
436
+ type: import("vue").PropType<import("../../shared/types").AnyObject>;
437
+ default: () => {
438
+ title: string;
439
+ content: string;
440
+ };
441
+ };
442
+ }, {
443
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
444
+ type: {
445
+ type: StringConstructor;
446
+ default: string;
447
+ };
448
+ config: {
449
+ type: import("vue").PropType<import("../../shared/types").AnyObject>;
450
+ default: () => {
451
+ title: string;
452
+ content: string;
453
+ };
454
+ };
455
+ }>> & {
456
+ onReloadPage?: ((...args: any[]) => any) | undefined;
457
+ }>>;
458
+ emit: (event: "reloadPage", ...args: any[]) => void;
459
+ configResult: import("vue").ComputedRef<{
460
+ title: string;
461
+ content: string;
462
+ img: string;
463
+ }>;
464
+ reloadPage: () => void;
465
+ NIcon: any;
466
+ Refresh: 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<{}>>, {}>;
467
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
468
+ type: {
469
+ type: StringConstructor;
470
+ default: string;
471
+ };
472
+ config: {
473
+ type: import("vue").PropType<import("../../shared/types").AnyObject>;
474
+ default: () => {
475
+ title: string;
476
+ content: string;
477
+ };
478
+ };
479
+ }>> & {
480
+ onReloadPage?: ((...args: any[]) => any) | undefined;
481
+ }, {
482
+ type: string;
483
+ config: import("../../shared/types").AnyObject;
484
+ }>>;
246
485
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
247
486
  ChatHeader: import("vue").DefineComponent<{}, {
248
487
  state: {
@@ -333,7 +572,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
333
572
  currentGroupUser: import("../../shared/types").AnyObject[];
334
573
  showMultipleVideo: boolean;
335
574
  };
336
- openSession: (item: import("../../shared/types").AnyObject) => Promise<void>;
575
+ openSession: (session: string | import("../../shared/types").AnyObject) => Promise<void>;
337
576
  showUserDetail: import("vue").Ref<boolean>;
338
577
  showLargeAvatar: import("vue").Ref<boolean>;
339
578
  showPhone: import("vue").Ref<boolean>;
@@ -473,7 +712,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
473
712
  currentGroupUser: import("../../shared/types").AnyObject[];
474
713
  showMultipleVideo: boolean;
475
714
  };
476
- openSession: (item: import("../../shared/types").AnyObject) => Promise<void>;
715
+ openSession: (session: string | import("../../shared/types").AnyObject) => Promise<void>;
477
716
  showUserDetail: import("vue").Ref<boolean>;
478
717
  showLargeAvatar: import("vue").Ref<boolean>;
479
718
  showPhone: import("vue").Ref<boolean>;
@@ -541,6 +780,11 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
541
780
  default: boolean;
542
781
  };
543
782
  }, {
783
+ initialOptions: import("../../shared/types").AnyObject[];
784
+ tabList: {
785
+ key: string;
786
+ label: string;
787
+ }[];
544
788
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
545
789
  title: {
546
790
  type: StringConstructor;
@@ -593,27 +837,41 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
593
837
  keyword: import("vue").Ref<string>;
594
838
  showModal: import("vue").Ref<boolean>;
595
839
  checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[]>;
596
- options: import("vue").Ref<import("../../shared/types").AnyObject[]>;
597
840
  groupName: import("vue").Ref<string>;
598
- checkedSourceIds: import("vue").Ref<(string | number)[]>;
599
841
  remark: import("vue").Ref<string>;
842
+ currentTab: import("vue").Ref<import("../../shared/types").AnyObject[]>;
843
+ breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
600
844
  userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
601
845
  handleInput: () => void;
602
846
  _disabledIds: import("vue").ComputedRef<any[]>;
603
- defaultOptions: import("vue").ComputedRef<{
847
+ sessionList: import("vue").ComputedRef<{
848
+ id: any;
849
+ name: any;
850
+ avatar: any;
851
+ chatType: any;
852
+ }[]>;
853
+ friends: import("vue").ComputedRef<{
854
+ id: any;
855
+ name: any;
856
+ avatar: any;
857
+ chatType: any;
858
+ }[]>;
859
+ groups: import("vue").ComputedRef<{
604
860
  id: any;
605
861
  name: any;
606
862
  avatar: any;
863
+ chatType: any;
607
864
  }[]>;
608
865
  checkedIds: import("vue").ComputedRef<any[]>;
609
866
  btnDisabled: import("vue").ComputedRef<boolean>;
610
867
  allChecked: import("vue").WritableComputedRef<boolean>;
868
+ checkedSourceIds: import("vue").WritableComputedRef<any[]>;
869
+ currentTabKey: import("vue").ComputedRef<any>;
870
+ getDisabled: (id: string | number) => boolean;
871
+ handleClickCheckbox: (option: import("../../shared/types").AnyObject) => Promise<void>;
872
+ toggleTab: (item: import("../../shared/types").AnyObject) => void;
873
+ handleTabBack: () => void;
611
874
  handlePositiveClick: () => Promise<void>;
612
- updateCheckedSourceIds: () => void;
613
- handleSourceIdsUpdate: (value: (string | number)[], meta: {
614
- actionType: "check" | "uncheck";
615
- value: string | number;
616
- }) => void;
617
875
  closeTag: (id: string) => void;
618
876
  NModal: any;
619
877
  NButton: any;
@@ -625,8 +883,14 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
625
883
  NCheckbox: any;
626
884
  NCheckboxGroup: any;
627
885
  NTooltip: any;
886
+ NBreadcrumb: any;
887
+ NBreadcrumbItem: any;
628
888
  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<{}>>, {}>;
629
889
  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<{}>>, {}>;
890
+ 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<{}>>, {}>;
891
+ 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<{}>>, {}>;
892
+ 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<{}>>, {}>;
893
+ last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
630
894
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
631
895
  title: {
632
896
  type: StringConstructor;
@@ -759,6 +1023,11 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
759
1023
  default: boolean;
760
1024
  };
761
1025
  }, {
1026
+ initialOptions: import("../../shared/types").AnyObject[];
1027
+ tabList: {
1028
+ key: string;
1029
+ label: string;
1030
+ }[];
762
1031
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
763
1032
  title: {
764
1033
  type: StringConstructor;
@@ -811,27 +1080,41 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
811
1080
  keyword: import("vue").Ref<string>;
812
1081
  showModal: import("vue").Ref<boolean>;
813
1082
  checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[]>;
814
- options: import("vue").Ref<import("../../shared/types").AnyObject[]>;
815
1083
  groupName: import("vue").Ref<string>;
816
- checkedSourceIds: import("vue").Ref<(string | number)[]>;
817
1084
  remark: import("vue").Ref<string>;
1085
+ currentTab: import("vue").Ref<import("../../shared/types").AnyObject[]>;
1086
+ breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
818
1087
  userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
819
1088
  handleInput: () => void;
820
1089
  _disabledIds: import("vue").ComputedRef<any[]>;
821
- defaultOptions: import("vue").ComputedRef<{
1090
+ sessionList: import("vue").ComputedRef<{
822
1091
  id: any;
823
1092
  name: any;
824
1093
  avatar: any;
1094
+ chatType: any;
1095
+ }[]>;
1096
+ friends: import("vue").ComputedRef<{
1097
+ id: any;
1098
+ name: any;
1099
+ avatar: any;
1100
+ chatType: any;
1101
+ }[]>;
1102
+ groups: import("vue").ComputedRef<{
1103
+ id: any;
1104
+ name: any;
1105
+ avatar: any;
1106
+ chatType: any;
825
1107
  }[]>;
826
1108
  checkedIds: import("vue").ComputedRef<any[]>;
827
1109
  btnDisabled: import("vue").ComputedRef<boolean>;
828
1110
  allChecked: import("vue").WritableComputedRef<boolean>;
1111
+ checkedSourceIds: import("vue").WritableComputedRef<any[]>;
1112
+ currentTabKey: import("vue").ComputedRef<any>;
1113
+ getDisabled: (id: string | number) => boolean;
1114
+ handleClickCheckbox: (option: import("../../shared/types").AnyObject) => Promise<void>;
1115
+ toggleTab: (item: import("../../shared/types").AnyObject) => void;
1116
+ handleTabBack: () => void;
829
1117
  handlePositiveClick: () => Promise<void>;
830
- updateCheckedSourceIds: () => void;
831
- handleSourceIdsUpdate: (value: (string | number)[], meta: {
832
- actionType: "check" | "uncheck";
833
- value: string | number;
834
- }) => void;
835
1118
  closeTag: (id: string) => void;
836
1119
  NModal: any;
837
1120
  NButton: any;
@@ -843,8 +1126,14 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
843
1126
  NCheckbox: any;
844
1127
  NCheckboxGroup: any;
845
1128
  NTooltip: any;
1129
+ NBreadcrumb: any;
1130
+ NBreadcrumbItem: any;
846
1131
  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
1132
  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<{}>>, {}>;
1133
+ 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<{}>>, {}>;
1134
+ 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<{}>>, {}>;
1135
+ 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<{}>>, {}>;
1136
+ last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
848
1137
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
849
1138
  title: {
850
1139
  type: StringConstructor;
@@ -1108,6 +1397,11 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
1108
1397
  default: boolean;
1109
1398
  };
1110
1399
  }, {
1400
+ initialOptions: import("../../shared/types").AnyObject[];
1401
+ tabList: {
1402
+ key: string;
1403
+ label: string;
1404
+ }[];
1111
1405
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1112
1406
  title: {
1113
1407
  type: StringConstructor;
@@ -1160,27 +1454,41 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
1160
1454
  keyword: import("vue").Ref<string>;
1161
1455
  showModal: import("vue").Ref<boolean>;
1162
1456
  checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[]>;
1163
- options: import("vue").Ref<import("../../shared/types").AnyObject[]>;
1164
1457
  groupName: import("vue").Ref<string>;
1165
- checkedSourceIds: import("vue").Ref<(string | number)[]>;
1166
1458
  remark: import("vue").Ref<string>;
1459
+ currentTab: import("vue").Ref<import("../../shared/types").AnyObject[]>;
1460
+ breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
1167
1461
  userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
1168
1462
  handleInput: () => void;
1169
1463
  _disabledIds: import("vue").ComputedRef<any[]>;
1170
- defaultOptions: import("vue").ComputedRef<{
1464
+ sessionList: import("vue").ComputedRef<{
1465
+ id: any;
1466
+ name: any;
1467
+ avatar: any;
1468
+ chatType: any;
1469
+ }[]>;
1470
+ friends: import("vue").ComputedRef<{
1471
+ id: any;
1472
+ name: any;
1473
+ avatar: any;
1474
+ chatType: any;
1475
+ }[]>;
1476
+ groups: import("vue").ComputedRef<{
1171
1477
  id: any;
1172
1478
  name: any;
1173
1479
  avatar: any;
1480
+ chatType: any;
1174
1481
  }[]>;
1175
1482
  checkedIds: import("vue").ComputedRef<any[]>;
1176
1483
  btnDisabled: import("vue").ComputedRef<boolean>;
1177
1484
  allChecked: import("vue").WritableComputedRef<boolean>;
1485
+ checkedSourceIds: import("vue").WritableComputedRef<any[]>;
1486
+ currentTabKey: import("vue").ComputedRef<any>;
1487
+ getDisabled: (id: string | number) => boolean;
1488
+ handleClickCheckbox: (option: import("../../shared/types").AnyObject) => Promise<void>;
1489
+ toggleTab: (item: import("../../shared/types").AnyObject) => void;
1490
+ handleTabBack: () => void;
1178
1491
  handlePositiveClick: () => Promise<void>;
1179
- updateCheckedSourceIds: () => void;
1180
- handleSourceIdsUpdate: (value: (string | number)[], meta: {
1181
- actionType: "check" | "uncheck";
1182
- value: string | number;
1183
- }) => void;
1184
1492
  closeTag: (id: string) => void;
1185
1493
  NModal: any;
1186
1494
  NButton: any;
@@ -1192,8 +1500,14 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
1192
1500
  NCheckbox: any;
1193
1501
  NCheckboxGroup: any;
1194
1502
  NTooltip: any;
1503
+ NBreadcrumb: any;
1504
+ NBreadcrumbItem: any;
1195
1505
  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<{}>>, {}>;
1196
1506
  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<{}>>, {}>;
1507
+ 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<{}>>, {}>;
1508
+ 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<{}>>, {}>;
1509
+ 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<{}>>, {}>;
1510
+ last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
1197
1511
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1198
1512
  title: {
1199
1513
  type: StringConstructor;
@@ -1341,7 +1655,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
1341
1655
  currentGroupUser: import("../../shared/types").AnyObject[];
1342
1656
  showMultipleVideo: boolean;
1343
1657
  };
1344
- openSession: (item: import("../../shared/types").AnyObject) => Promise<void>;
1658
+ openSession: (session: string | import("../../shared/types").AnyObject) => Promise<void>;
1345
1659
  showUserDetail: import("vue").Ref<boolean>;
1346
1660
  showLargeAvatar: import("vue").Ref<boolean>;
1347
1661
  showPhone: import("vue").Ref<boolean>;
@@ -1528,6 +1842,11 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
1528
1842
  default: boolean;
1529
1843
  };
1530
1844
  }, {
1845
+ initialOptions: import("../../shared/types").AnyObject[];
1846
+ tabList: {
1847
+ key: string;
1848
+ label: string;
1849
+ }[];
1531
1850
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1532
1851
  title: {
1533
1852
  type: StringConstructor;
@@ -1580,27 +1899,41 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
1580
1899
  keyword: import("vue").Ref<string>;
1581
1900
  showModal: import("vue").Ref<boolean>;
1582
1901
  checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[]>;
1583
- options: import("vue").Ref<import("../../shared/types").AnyObject[]>;
1584
1902
  groupName: import("vue").Ref<string>;
1585
- checkedSourceIds: import("vue").Ref<(string | number)[]>;
1586
1903
  remark: import("vue").Ref<string>;
1904
+ currentTab: import("vue").Ref<import("../../shared/types").AnyObject[]>;
1905
+ breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
1587
1906
  userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
1588
1907
  handleInput: () => void;
1589
1908
  _disabledIds: import("vue").ComputedRef<any[]>;
1590
- defaultOptions: import("vue").ComputedRef<{
1909
+ sessionList: import("vue").ComputedRef<{
1910
+ id: any;
1911
+ name: any;
1912
+ avatar: any;
1913
+ chatType: any;
1914
+ }[]>;
1915
+ friends: import("vue").ComputedRef<{
1916
+ id: any;
1917
+ name: any;
1918
+ avatar: any;
1919
+ chatType: any;
1920
+ }[]>;
1921
+ groups: import("vue").ComputedRef<{
1591
1922
  id: any;
1592
1923
  name: any;
1593
1924
  avatar: any;
1925
+ chatType: any;
1594
1926
  }[]>;
1595
1927
  checkedIds: import("vue").ComputedRef<any[]>;
1596
1928
  btnDisabled: import("vue").ComputedRef<boolean>;
1597
1929
  allChecked: import("vue").WritableComputedRef<boolean>;
1930
+ checkedSourceIds: import("vue").WritableComputedRef<any[]>;
1931
+ currentTabKey: import("vue").ComputedRef<any>;
1932
+ getDisabled: (id: string | number) => boolean;
1933
+ handleClickCheckbox: (option: import("../../shared/types").AnyObject) => Promise<void>;
1934
+ toggleTab: (item: import("../../shared/types").AnyObject) => void;
1935
+ handleTabBack: () => void;
1598
1936
  handlePositiveClick: () => Promise<void>;
1599
- updateCheckedSourceIds: () => void;
1600
- handleSourceIdsUpdate: (value: (string | number)[], meta: {
1601
- actionType: "check" | "uncheck";
1602
- value: string | number;
1603
- }) => void;
1604
1937
  closeTag: (id: string) => void;
1605
1938
  NModal: any;
1606
1939
  NButton: any;
@@ -1612,8 +1945,14 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
1612
1945
  NCheckbox: any;
1613
1946
  NCheckboxGroup: any;
1614
1947
  NTooltip: any;
1948
+ NBreadcrumb: any;
1949
+ NBreadcrumbItem: any;
1615
1950
  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<{}>>, {}>;
1616
1951
  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<{}>>, {}>;
1952
+ 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<{}>>, {}>;
1953
+ 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<{}>>, {}>;
1954
+ 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<{}>>, {}>;
1955
+ last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
1617
1956
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1618
1957
  title: {
1619
1958
  type: StringConstructor;
@@ -1734,6 +2073,11 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
1734
2073
  default: boolean;
1735
2074
  };
1736
2075
  }, {
2076
+ initialOptions: import("../../shared/types").AnyObject[];
2077
+ tabList: {
2078
+ key: string;
2079
+ label: string;
2080
+ }[];
1737
2081
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1738
2082
  title: {
1739
2083
  type: StringConstructor;
@@ -1786,27 +2130,41 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
1786
2130
  keyword: import("vue").Ref<string>;
1787
2131
  showModal: import("vue").Ref<boolean>;
1788
2132
  checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[]>;
1789
- options: import("vue").Ref<import("../../shared/types").AnyObject[]>;
1790
2133
  groupName: import("vue").Ref<string>;
1791
- checkedSourceIds: import("vue").Ref<(string | number)[]>;
1792
2134
  remark: import("vue").Ref<string>;
2135
+ currentTab: import("vue").Ref<import("../../shared/types").AnyObject[]>;
2136
+ breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
1793
2137
  userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
1794
2138
  handleInput: () => void;
1795
2139
  _disabledIds: import("vue").ComputedRef<any[]>;
1796
- defaultOptions: import("vue").ComputedRef<{
2140
+ sessionList: import("vue").ComputedRef<{
1797
2141
  id: any;
1798
2142
  name: any;
1799
2143
  avatar: any;
2144
+ chatType: any;
2145
+ }[]>;
2146
+ friends: import("vue").ComputedRef<{
2147
+ id: any;
2148
+ name: any;
2149
+ avatar: any;
2150
+ chatType: any;
2151
+ }[]>;
2152
+ groups: import("vue").ComputedRef<{
2153
+ id: any;
2154
+ name: any;
2155
+ avatar: any;
2156
+ chatType: any;
1800
2157
  }[]>;
1801
2158
  checkedIds: import("vue").ComputedRef<any[]>;
1802
2159
  btnDisabled: import("vue").ComputedRef<boolean>;
1803
2160
  allChecked: import("vue").WritableComputedRef<boolean>;
2161
+ checkedSourceIds: import("vue").WritableComputedRef<any[]>;
2162
+ currentTabKey: import("vue").ComputedRef<any>;
2163
+ getDisabled: (id: string | number) => boolean;
2164
+ handleClickCheckbox: (option: import("../../shared/types").AnyObject) => Promise<void>;
2165
+ toggleTab: (item: import("../../shared/types").AnyObject) => void;
2166
+ handleTabBack: () => void;
1804
2167
  handlePositiveClick: () => Promise<void>;
1805
- updateCheckedSourceIds: () => void;
1806
- handleSourceIdsUpdate: (value: (string | number)[], meta: {
1807
- actionType: "check" | "uncheck";
1808
- value: string | number;
1809
- }) => void;
1810
2168
  closeTag: (id: string) => void;
1811
2169
  NModal: any;
1812
2170
  NButton: any;
@@ -1818,8 +2176,14 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
1818
2176
  NCheckbox: any;
1819
2177
  NCheckboxGroup: any;
1820
2178
  NTooltip: any;
2179
+ NBreadcrumb: any;
2180
+ NBreadcrumbItem: any;
1821
2181
  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<{}>>, {}>;
1822
2182
  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<{}>>, {}>;
2183
+ 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<{}>>, {}>;
2184
+ 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<{}>>, {}>;
2185
+ 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<{}>>, {}>;
2186
+ last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
1823
2187
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1824
2188
  title: {
1825
2189
  type: StringConstructor;
@@ -1888,28 +2252,14 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
1888
2252
  currentGroupUser: import("../../shared/types").AnyObject[];
1889
2253
  showMultipleVideo: boolean;
1890
2254
  };
1891
- openSession: (item: import("../../shared/types").AnyObject) => Promise<void>;
1892
2255
  userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
1893
2256
  handleInput: () => void;
1894
2257
  currentTabValue: import("vue").Ref<string>;
1895
- userItemRender: import("vue").DefineComponent<{
1896
- item: {
1897
- type: import("vue").PropType<import("../../shared/types").AnyObject>;
1898
- default: () => {};
1899
- };
1900
- }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1901
- item: {
1902
- type: import("vue").PropType<import("../../shared/types").AnyObject>;
1903
- default: () => {};
1904
- };
1905
- }>>, {
1906
- item: import("../../shared/types").AnyObject;
1907
- }>;
1908
2258
  groupList: import("vue").ComputedRef<import("../../shared/types").AnyObject[]>;
1909
2259
  showNoData: import("vue").ComputedRef<boolean>;
1910
2260
  showAllNoData: import("vue").ComputedRef<boolean>;
1911
2261
  showGroupNoData: import("vue").ComputedRef<boolean>;
1912
- addSession: (id: string) => Promise<void>;
2262
+ handleClose: () => void;
1913
2263
  NPopover: any;
1914
2264
  NButton: any;
1915
2265
  NInput: any;
@@ -1973,6 +2323,21 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
1973
2323
  type: string;
1974
2324
  config: import("../../shared/types").AnyObject;
1975
2325
  }>>;
2326
+ userItemRender: import("vue").DefineComponent<{
2327
+ item: {
2328
+ type: import("vue").PropType<import("../../shared/types").AnyObject>;
2329
+ default: () => {};
2330
+ };
2331
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "item-click"[], "item-click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2332
+ item: {
2333
+ type: import("vue").PropType<import("../../shared/types").AnyObject>;
2334
+ default: () => {};
2335
+ };
2336
+ }>> & {
2337
+ "onItem-click"?: ((...args: any[]) => any) | undefined;
2338
+ }, {
2339
+ item: import("../../shared/types").AnyObject;
2340
+ }>;
1976
2341
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1977
2342
  ChatAdd: import("vue").DefineComponent<{
1978
2343
  title: {
@@ -1999,6 +2364,11 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
1999
2364
  default: boolean;
2000
2365
  };
2001
2366
  }, {
2367
+ initialOptions: import("../../shared/types").AnyObject[];
2368
+ tabList: {
2369
+ key: string;
2370
+ label: string;
2371
+ }[];
2002
2372
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2003
2373
  title: {
2004
2374
  type: StringConstructor;
@@ -2051,27 +2421,41 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
2051
2421
  keyword: import("vue").Ref<string>;
2052
2422
  showModal: import("vue").Ref<boolean>;
2053
2423
  checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[]>;
2054
- options: import("vue").Ref<import("../../shared/types").AnyObject[]>;
2055
2424
  groupName: import("vue").Ref<string>;
2056
- checkedSourceIds: import("vue").Ref<(string | number)[]>;
2057
2425
  remark: import("vue").Ref<string>;
2426
+ currentTab: import("vue").Ref<import("../../shared/types").AnyObject[]>;
2427
+ breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
2058
2428
  userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
2059
2429
  handleInput: () => void;
2060
2430
  _disabledIds: import("vue").ComputedRef<any[]>;
2061
- defaultOptions: import("vue").ComputedRef<{
2431
+ sessionList: import("vue").ComputedRef<{
2062
2432
  id: any;
2063
2433
  name: any;
2064
2434
  avatar: any;
2435
+ chatType: any;
2436
+ }[]>;
2437
+ friends: import("vue").ComputedRef<{
2438
+ id: any;
2439
+ name: any;
2440
+ avatar: any;
2441
+ chatType: any;
2442
+ }[]>;
2443
+ groups: import("vue").ComputedRef<{
2444
+ id: any;
2445
+ name: any;
2446
+ avatar: any;
2447
+ chatType: any;
2065
2448
  }[]>;
2066
2449
  checkedIds: import("vue").ComputedRef<any[]>;
2067
2450
  btnDisabled: import("vue").ComputedRef<boolean>;
2068
2451
  allChecked: import("vue").WritableComputedRef<boolean>;
2452
+ checkedSourceIds: import("vue").WritableComputedRef<any[]>;
2453
+ currentTabKey: import("vue").ComputedRef<any>;
2454
+ getDisabled: (id: string | number) => boolean;
2455
+ handleClickCheckbox: (option: import("../../shared/types").AnyObject) => Promise<void>;
2456
+ toggleTab: (item: import("../../shared/types").AnyObject) => void;
2457
+ handleTabBack: () => void;
2069
2458
  handlePositiveClick: () => Promise<void>;
2070
- updateCheckedSourceIds: () => void;
2071
- handleSourceIdsUpdate: (value: (string | number)[], meta: {
2072
- actionType: "check" | "uncheck";
2073
- value: string | number;
2074
- }) => void;
2075
2459
  closeTag: (id: string) => void;
2076
2460
  NModal: any;
2077
2461
  NButton: any;
@@ -2083,8 +2467,14 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
2083
2467
  NCheckbox: any;
2084
2468
  NCheckboxGroup: any;
2085
2469
  NTooltip: any;
2470
+ NBreadcrumb: any;
2471
+ NBreadcrumbItem: any;
2086
2472
  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<{}>>, {}>;
2087
2473
  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<{}>>, {}>;
2474
+ 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<{}>>, {}>;
2475
+ 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<{}>>, {}>;
2476
+ 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<{}>>, {}>;
2477
+ last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
2088
2478
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2089
2479
  title: {
2090
2480
  type: StringConstructor;
@@ -2143,6 +2533,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
2143
2533
  currentGroupUser: import("../../shared/types").AnyObject[];
2144
2534
  showMultipleVideo: boolean;
2145
2535
  };
2536
+ trtcProxy: import("vue").Ref<any>;
2146
2537
  trtc: import("trtc-sdk-v5").default;
2147
2538
  timing: import("vue").Ref<string>;
2148
2539
  voiceOpen: import("vue").Ref<boolean>;
@@ -2230,6 +2621,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
2230
2621
  receiver?: string | undefined;
2231
2622
  }) => Promise<void>;
2232
2623
  trtc: import("trtc-sdk-v5").default;
2624
+ trtcProxy: import("vue").Ref<any>;
2233
2625
  voiceOpen: import("vue").Ref<boolean>;
2234
2626
  isAudio: import("vue").ComputedRef<boolean>;
2235
2627
  isCall: import("vue").ComputedRef<boolean>;
@@ -2294,6 +2686,11 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
2294
2686
  default: boolean;
2295
2687
  };
2296
2688
  }, {
2689
+ initialOptions: import("../../shared/types").AnyObject[];
2690
+ tabList: {
2691
+ key: string;
2692
+ label: string;
2693
+ }[];
2297
2694
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2298
2695
  title: {
2299
2696
  type: StringConstructor;
@@ -2346,27 +2743,41 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
2346
2743
  keyword: import("vue").Ref<string>;
2347
2744
  showModal: import("vue").Ref<boolean>;
2348
2745
  checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[]>;
2349
- options: import("vue").Ref<import("../../shared/types").AnyObject[]>;
2350
2746
  groupName: import("vue").Ref<string>;
2351
- checkedSourceIds: import("vue").Ref<(string | number)[]>;
2352
2747
  remark: import("vue").Ref<string>;
2748
+ currentTab: import("vue").Ref<import("../../shared/types").AnyObject[]>;
2749
+ breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
2353
2750
  userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
2354
2751
  handleInput: () => void;
2355
2752
  _disabledIds: import("vue").ComputedRef<any[]>;
2356
- defaultOptions: import("vue").ComputedRef<{
2753
+ sessionList: import("vue").ComputedRef<{
2754
+ id: any;
2755
+ name: any;
2756
+ avatar: any;
2757
+ chatType: any;
2758
+ }[]>;
2759
+ friends: import("vue").ComputedRef<{
2760
+ id: any;
2761
+ name: any;
2762
+ avatar: any;
2763
+ chatType: any;
2764
+ }[]>;
2765
+ groups: import("vue").ComputedRef<{
2357
2766
  id: any;
2358
2767
  name: any;
2359
2768
  avatar: any;
2769
+ chatType: any;
2360
2770
  }[]>;
2361
2771
  checkedIds: import("vue").ComputedRef<any[]>;
2362
2772
  btnDisabled: import("vue").ComputedRef<boolean>;
2363
2773
  allChecked: import("vue").WritableComputedRef<boolean>;
2774
+ checkedSourceIds: import("vue").WritableComputedRef<any[]>;
2775
+ currentTabKey: import("vue").ComputedRef<any>;
2776
+ getDisabled: (id: string | number) => boolean;
2777
+ handleClickCheckbox: (option: import("../../shared/types").AnyObject) => Promise<void>;
2778
+ toggleTab: (item: import("../../shared/types").AnyObject) => void;
2779
+ handleTabBack: () => void;
2364
2780
  handlePositiveClick: () => Promise<void>;
2365
- updateCheckedSourceIds: () => void;
2366
- handleSourceIdsUpdate: (value: (string | number)[], meta: {
2367
- actionType: "check" | "uncheck";
2368
- value: string | number;
2369
- }) => void;
2370
2781
  closeTag: (id: string) => void;
2371
2782
  NModal: any;
2372
2783
  NButton: any;
@@ -2378,8 +2789,14 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
2378
2789
  NCheckbox: any;
2379
2790
  NCheckboxGroup: any;
2380
2791
  NTooltip: any;
2792
+ NBreadcrumb: any;
2793
+ NBreadcrumbItem: any;
2381
2794
  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<{}>>, {}>;
2382
2795
  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<{}>>, {}>;
2796
+ 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<{}>>, {}>;
2797
+ 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<{}>>, {}>;
2798
+ 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<{}>>, {}>;
2799
+ last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
2383
2800
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2384
2801
  title: {
2385
2802
  type: StringConstructor;
@@ -2442,7 +2859,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
2442
2859
  type: BooleanConstructor;
2443
2860
  default: boolean;
2444
2861
  };
2445
- defaultSessionKey: {
2862
+ defaultSessionId: {
2446
2863
  type: StringConstructor;
2447
2864
  };
2448
2865
  show: {
@@ -2453,6 +2870,23 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
2453
2870
  type: import("vue").PropType<import("../../shared/types").AnyObject>;
2454
2871
  default: () => {};
2455
2872
  };
2873
+ filterable: {
2874
+ type: BooleanConstructor;
2875
+ default: boolean;
2876
+ };
2877
+ trtcProxy: {
2878
+ type: import("vue").PropType<string | Partial<{
2879
+ websocketProxy: string;
2880
+ loggerProxy: string;
2881
+ turnServer: {
2882
+ url: string;
2883
+ username?: string | undefined;
2884
+ credential?: string | undefined;
2885
+ credentialType?: string | undefined;
2886
+ }[];
2887
+ iceTransportPolicy: "all" | "relay";
2888
+ }>>;
2889
+ };
2456
2890
  }>> & {
2457
2891
  "onTemplate-click"?: ((...args: any[]) => any) | undefined;
2458
2892
  "onUnread-message-update"?: ((...args: any[]) => any) | undefined;
@@ -2460,6 +2894,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
2460
2894
  "onSession-close"?: ((...args: any[]) => any) | undefined;
2461
2895
  }, {
2462
2896
  show: boolean;
2897
+ filterable: boolean;
2463
2898
  showHeader: boolean;
2464
2899
  baseURL: string;
2465
2900
  extraParams: import("../../shared/types").AnyObject;