cnhis-design-vue 3.2.7-beta.3 → 3.2.7-beta.30

Sign up to get free protection for your applications and to get access to all the features.
Files changed (201) hide show
  1. package/README.md +87 -87
  2. package/es/components/base-search/index.d.ts +2 -0
  3. package/es/components/base-search/src/index.vue.d.ts +2 -0
  4. package/es/components/button-print/index.d.ts +27 -0
  5. package/es/components/button-print/src/ButtonPrint.vue.d.ts +27 -0
  6. package/es/components/button-print/src/ButtonPrint.vue2.js +1 -1
  7. package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +1 -0
  8. package/es/components/button-print/src/components/NewPrintComponent.vue2.js +1 -1
  9. package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +9 -0
  10. package/es/components/button-print/src/components/OldPrintComponent.vue2.js +1 -1
  11. package/es/components/button-print/style/index.css +1 -1
  12. package/es/components/callback/src/components/render/popupMaps.d.ts +27 -0
  13. package/es/components/classification/index.d.ts +60 -5
  14. package/es/components/classification/src/components/search-filter/index.vue.d.ts +60 -5
  15. package/es/components/classification/src/components/set-classification/index.vue.d.ts +60 -5
  16. package/es/components/classification/src/index.vue.d.ts +60 -5
  17. package/es/components/date-picker/index.d.ts +13 -0
  18. package/es/components/date-picker/src/DatePicker.vue.d.ts +13 -0
  19. package/es/components/date-picker/src/DatePicker.vue2.js +1 -1
  20. package/es/components/fabric-chart/src/constants/index.d.ts +3 -1
  21. package/es/components/fabric-chart/src/constants/index.js +1 -1
  22. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -1
  23. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +8 -3
  24. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.js +1 -1
  25. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +9 -6
  26. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +1 -1
  27. package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.js +1 -1
  28. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcess.js +1 -1
  29. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.d.ts +0 -2
  30. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.js +1 -1
  31. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +8 -3
  32. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +1 -1
  33. package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +1 -1
  34. package/es/components/fabric-chart/src/hooks/temperature/useLeft.js +1 -1
  35. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +8 -3
  36. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
  37. package/es/components/fabric-chart/src/hooks/useScaleColumn.d.ts +1 -1
  38. package/es/components/fabric-chart/src/hooks/useScaleColumn.js +1 -1
  39. package/es/components/fabric-chart/src/interface.d.ts +11 -1
  40. package/es/components/field-set/src/FieldColor.vue.d.ts +26 -0
  41. package/es/components/field-set/src/FieldSet.vue.d.ts +1 -1
  42. package/es/components/field-set/src/components/condition.vue.d.ts +13 -0
  43. package/es/components/field-set/src/components/edit-dialog.vue.d.ts +26 -0
  44. package/es/components/field-set/src/components/edit-filter.vue.d.ts +13 -0
  45. package/es/components/form-config/index.d.ts +40 -3
  46. package/es/components/form-config/src/FormConfig.vue.d.ts +40 -3
  47. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +14 -0
  48. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +23 -3
  49. package/es/components/form-config/src/components/FormConfigEdit.vue2.js +1 -1
  50. package/es/components/form-render/index.d.ts +14 -0
  51. package/es/components/form-render/src/FormRender.vue.d.ts +14 -0
  52. package/es/components/form-render/src/FormRender.vue2.js +1 -1
  53. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +14 -0
  54. package/es/components/form-render/src/components/renderer/formItem.d.ts +9 -0
  55. package/es/components/form-render/src/components/renderer/formItem.js +1 -1
  56. package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +1 -0
  57. package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +1 -0
  58. package/es/components/form-render/src/components/tooltipMessage.vue2.js +1 -1
  59. package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
  60. package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +2 -0
  61. package/es/components/form-render/src/hooks/useFormValidator.js +1 -1
  62. package/es/components/form-render/src/types/fieldItem.d.ts +3 -1
  63. package/es/components/form-render/src/types/index.d.ts +2 -1
  64. package/es/components/form-render/src/utils/business.js +1 -1
  65. package/es/components/form-render/src/utils/schema.d.ts +1 -1
  66. package/es/components/form-render/src/utils/schema.js +1 -1
  67. package/es/components/iho-chat/index.d.ts +300 -75
  68. package/es/components/iho-chat/src/Index.vue.d.ts +300 -75
  69. package/es/components/iho-chat/src/Index.vue2.js +1 -1
  70. package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +35 -13
  71. package/es/components/iho-chat/src/components/ChatAdd.vue2.js +1 -1
  72. package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +41 -14
  73. package/es/components/iho-chat/src/components/ChatFooter.vue2.js +1 -1
  74. package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +50 -14
  75. package/es/components/iho-chat/src/components/ChatHeader.vue2.js +1 -1
  76. package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +24 -4
  77. package/es/components/iho-chat/src/components/ChatMain.vue2.js +1 -1
  78. package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +13 -0
  79. package/es/components/iho-chat/src/components/ChatRecord.vue2.js +1 -1
  80. package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +60 -11
  81. package/es/components/iho-chat/src/components/ChatSearch.vue2.js +1 -1
  82. package/es/components/iho-chat/src/components/ChatSet.vue2.js +1 -1
  83. package/es/components/iho-chat/src/components/ContextMenu.d.ts +15 -2
  84. package/es/components/iho-chat/src/components/ContextMenu.js +1 -1
  85. package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +62 -24
  86. package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +1 -1
  87. package/es/components/iho-chat/src/components/PersonProfile.vue2.js +1 -1
  88. package/es/components/iho-chat/src/components/SiderList.vue.d.ts +1 -0
  89. package/es/components/iho-chat/src/components/SiderList.vue2.js +1 -1
  90. package/es/components/iho-chat/src/components/Video.vue.d.ts +14 -2
  91. package/es/components/iho-chat/src/components/Video.vue2.js +1 -1
  92. package/es/components/iho-chat/src/hooks/useScrollLoading.d.ts +1 -1
  93. package/es/components/iho-chat/src/hooks/useScrollLoading.js +1 -1
  94. package/es/components/iho-chat/src/hooks/useSearchUserList.d.ts +11 -0
  95. package/es/components/iho-chat/src/hooks/useSearchUserList.js +1 -0
  96. package/es/components/iho-chat/src/hooks/useSession.js +1 -1
  97. package/es/components/iho-chat/src/hooks/useState.js +1 -1
  98. package/es/components/iho-chat/src/hooks/useVideo.d.ts +11 -0
  99. package/es/components/iho-chat/src/hooks/useVideo.js +1 -1
  100. package/es/components/iho-chat/src/types/index.d.ts +0 -1
  101. package/es/components/iho-chat/src/utils/index.js +1 -1
  102. package/es/components/iho-chat/style/index.css +1 -1
  103. package/es/components/iho-table/index.d.ts +13 -0
  104. package/es/components/iho-table/src/IhoTable.vue.d.ts +13 -0
  105. package/es/components/iho-table/src/IhoTable.vue2.js +1 -1
  106. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +13 -0
  107. package/es/components/iho-table/src/plugins/headerPlugin/index.d.ts +1 -0
  108. package/es/components/iho-table/src/plugins/headerPlugin/index.js +1 -0
  109. package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue.d.ts +13 -0
  110. package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue.js +1 -0
  111. package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue2.js +1 -0
  112. package/es/components/iho-table/src/plugins/index.js +1 -1
  113. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +13 -0
  114. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +20 -2
  115. package/es/components/iho-table/src/types/index.d.ts +3 -0
  116. package/es/components/iho-table/src/utils/index.d.ts +0 -1
  117. package/es/components/iho-table/src/utils/index.js +1 -1
  118. package/es/components/index.css +1 -1
  119. package/es/components/info-header/index.d.ts +34 -0
  120. package/es/components/info-header/src/InfoHeader.vue.d.ts +34 -0
  121. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +2 -0
  122. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +1 -1
  123. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +2 -0
  124. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +16 -0
  125. package/es/components/info-header/src/components/infoDescription/index.vue2.js +1 -1
  126. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +14 -0
  127. package/es/components/quick-search/src/index.vue2.js +1 -1
  128. package/es/components/select-label/src/LabelFormContent.vue2.js +1 -1
  129. package/es/components/shortcut-setter/index.d.ts +16 -1
  130. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +16 -1
  131. package/es/components/steps-wheel/index.d.ts +1 -1
  132. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +1 -1
  133. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +13 -0
  134. package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +13 -0
  135. package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +13 -0
  136. package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +13 -0
  137. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +47 -5
  138. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +13 -0
  139. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +13 -0
  140. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +37 -19
  141. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +1 -1
  142. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +47 -5
  143. package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.js +1 -1
  144. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +47 -5
  145. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +13 -0
  146. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +13 -0
  147. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +13 -0
  148. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +13 -0
  149. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +33 -18
  150. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +1 -1
  151. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +13 -0
  152. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +1 -1
  153. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +69 -4
  154. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +69 -4
  155. package/es/components/table-filter/src/tool/transformData.js +1 -1
  156. package/es/components/table-filter/src/types/index.d.ts +3 -0
  157. package/es/components/time-line/index.d.ts +4 -4
  158. package/es/components/time-line/src/TimeLine.vue.d.ts +1 -1
  159. package/es/components/time-line/src/TimeLine.vue2.js +1 -1
  160. package/es/components/time-picker/index.d.ts +20 -2
  161. package/es/components/time-picker/src/TimePicker.vue.d.ts +21 -2
  162. package/es/components/time-picker/src/TimePicker.vue2.js +1 -1
  163. package/es/shared/assets/img/defaultCover/10review_successful.png.js +1 -1
  164. package/es/shared/assets/img/defaultCover/11review_fail.png.js +1 -1
  165. package/es/shared/assets/img/defaultCover/12no_setting.png.js +1 -1
  166. package/es/shared/assets/img/defaultCover/13no_menu_setting.png.js +1 -1
  167. package/es/shared/assets/img/defaultCover/14no_call_setting.png.js +1 -1
  168. package/es/shared/assets/img/defaultCover/15no_use_tag.png.js +1 -1
  169. package/es/shared/assets/img/defaultCover/16no_table_data.png.js +1 -1
  170. package/es/shared/assets/img/defaultCover/1location.png.js +1 -1
  171. package/es/shared/assets/img/defaultCover/2notfound.png.js +1 -1
  172. package/es/shared/assets/img/defaultCover/3loading.png.js +1 -1
  173. package/es/shared/assets/img/defaultCover/4no_permission.png.js +1 -1
  174. package/es/shared/assets/img/defaultCover/5no_data.png.js +1 -1
  175. package/es/shared/assets/img/defaultCover/6no_network.png.js +1 -1
  176. package/es/shared/assets/img/defaultCover/7no_doctor.png.js +1 -1
  177. package/es/shared/assets/img/defaultCover/8system_error.png.js +1 -1
  178. package/es/shared/assets/img/defaultCover/9system_upgrade.png.js +1 -1
  179. package/es/shared/assets/img/failure.png.js +1 -1
  180. package/es/shared/assets/img/no-permission.png.js +1 -1
  181. package/es/shared/assets/img/nodata.png.js +1 -1
  182. package/es/shared/assets/img/notfound.png.js +1 -1
  183. package/es/shared/assets/img/qr.png.js +1 -1
  184. package/es/shared/assets/img/success.png.js +1 -1
  185. package/es/shared/assets/img/table_style_2.png.js +1 -1
  186. package/es/shared/assets/img/video.png.js +1 -1
  187. package/es/shared/assets/img/video_default_cover.png.js +1 -1
  188. package/es/shared/assets/img/xb_big.png.js +1 -1
  189. package/es/shared/assets/img/xb_small.png.js +1 -1
  190. package/es/shared/package.json.js +1 -1
  191. package/es/shared/utils/business.js +1 -1
  192. package/package.json +2 -2
  193. package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
  194. package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +0 -1
  195. package/es/components/bpmn-workflow/types/ModelingModule.d.ts +0 -1
  196. package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +0 -1
  197. package/es/components/iho-table/src/plugins/headerPlugin.d.ts +0 -1
  198. package/es/components/iho-table/src/plugins/headerPlugin.js +0 -1
  199. package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +0 -86
  200. package/es/shared/utils/fabricjs/index.d.ts +0 -6823
  201. package/es/shared/utils/tapable/index.d.ts +0 -139
@@ -21,6 +21,13 @@ declare const _default: import("vue").DefineComponent<{
21
21
  type: StringConstructor;
22
22
  default: string;
23
23
  };
24
+ chatBox: {
25
+ type: BooleanConstructor;
26
+ default: boolean;
27
+ };
28
+ defaultSessionKey: {
29
+ type: StringConstructor;
30
+ };
24
31
  }, {
25
32
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
26
33
  token: {
@@ -39,6 +46,13 @@ declare const _default: import("vue").DefineComponent<{
39
46
  type: StringConstructor;
40
47
  default: string;
41
48
  };
49
+ chatBox: {
50
+ type: BooleanConstructor;
51
+ default: boolean;
52
+ };
53
+ defaultSessionKey: {
54
+ type: StringConstructor;
55
+ };
42
56
  }>> & {
43
57
  "onTemplate-click"?: ((...args: any[]) => any) | undefined;
44
58
  "onUnread-message-update"?: ((...args: any[]) => any) | undefined;
@@ -62,7 +76,6 @@ declare const _default: import("vue").DefineComponent<{
62
76
  currentReferenceMsg: AnyObject | null;
63
77
  showVideo: boolean;
64
78
  currentAVMsg: AnyObject;
65
- userList: AnyObject[];
66
79
  currentGroupUser: AnyObject[];
67
80
  showMultipleVideo: boolean;
68
81
  };
@@ -75,9 +88,9 @@ declare const _default: import("vue").DefineComponent<{
75
88
  setCurrentSessionItem: (item: AnyObject) => void;
76
89
  groupSessionList: AnyObject[];
77
90
  init: () => Promise<void>;
78
- handleUserSearch: () => Promise<void>;
79
91
  initWebSocket: () => void;
80
92
  subscribeSessionList: () => void;
93
+ handleDefaultSession: () => void;
81
94
  subscribeGroupMessage: () => void;
82
95
  subscribeMessage: () => void;
83
96
  handleMessage: (messageVo: AnyObject, chatType: string) => Promise<void>;
@@ -95,6 +108,7 @@ declare const _default: import("vue").DefineComponent<{
95
108
  all: string;
96
109
  unread: string;
97
110
  };
111
+ unreadSessionKeys: string[];
98
112
  flexWidth: import("vue").Ref<number>;
99
113
  listBoxRef: import("vue").Ref<HTMLElement | undefined>;
100
114
  loading: import("vue").Ref<boolean>;
@@ -137,13 +151,14 @@ declare const _default: import("vue").DefineComponent<{
137
151
  defaultValue?: undefined;
138
152
  } | {
139
153
  mode: string;
140
- defaultValue: any[];
154
+ defaultValue: AnyObject[];
141
155
  disabledIds?: undefined;
142
156
  }>;
143
157
  handleOpenChatFile: (type: string) => void;
144
158
  NAvatar: any;
145
159
  NIcon: any;
146
160
  NButton: any;
161
+ NTooltip: any;
147
162
  PersonProfile: import("vue").DefineComponent<{
148
163
  userId: {
149
164
  type: StringConstructor;
@@ -419,6 +434,10 @@ declare const _default: import("vue").DefineComponent<{
419
434
  allowedInvalidValue: {
420
435
  type: StringConstructor;
421
436
  };
437
+ to: {
438
+ type: PropType<string | false | HTMLElement>;
439
+ default: string;
440
+ };
422
441
  }, {
423
442
  attrs: {
424
443
  [x: string]: unknown;
@@ -439,6 +458,10 @@ declare const _default: import("vue").DefineComponent<{
439
458
  allowedInvalidValue: {
440
459
  type: StringConstructor;
441
460
  };
461
+ to: {
462
+ type: PropType<string | false | HTMLElement>;
463
+ default: string;
464
+ };
442
465
  }>> & {
443
466
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
444
467
  }>>;
@@ -475,10 +498,15 @@ declare const _default: import("vue").DefineComponent<{
475
498
  allowedInvalidValue: {
476
499
  type: StringConstructor;
477
500
  };
501
+ to: {
502
+ type: PropType<string | false | HTMLElement>;
503
+ default: string;
504
+ };
478
505
  }>> & {
479
506
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
480
507
  }, {
481
508
  updateUnchangedValue: boolean;
509
+ to: string | false | HTMLElement;
482
510
  }>>;
483
511
  formatTime: typeof import("./utils").formatTime;
484
512
  MESSAGE_TYPE: typeof import("./constants").MESSAGE_TYPE;
@@ -507,9 +535,10 @@ declare const _default: import("vue").DefineComponent<{
507
535
  };
508
536
  disabledIds: {
509
537
  type: PropType<string[]>;
538
+ default: () => never[];
510
539
  };
511
540
  defaultValue: {
512
- type: PropType<string[]>;
541
+ type: PropType<AnyObject[]>;
513
542
  };
514
543
  }, {
515
544
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
@@ -526,34 +555,53 @@ declare const _default: import("vue").DefineComponent<{
526
555
  };
527
556
  disabledIds: {
528
557
  type: PropType<string[]>;
558
+ default: () => never[];
529
559
  };
530
560
  defaultValue: {
531
- type: PropType<string[]>;
561
+ type: PropType<AnyObject[]>;
532
562
  };
533
563
  }>> & {
534
564
  onComfirm?: ((...args: any[]) => any) | undefined;
535
565
  }>>;
536
566
  emit: (event: "comfirm", ...args: any[]) => void;
537
567
  state: IState;
568
+ listRef: import("vue").Ref<any>;
569
+ keyword: import("vue").Ref<any>;
538
570
  showModal: import("vue").Ref<boolean>;
539
- checkedIds: import("vue").Ref<(string | number)[]>;
571
+ checkedOptions: import("vue").Ref<AnyObject[]>;
540
572
  options: import("vue").Ref<AnyObject[]>;
541
573
  groupName: import("vue").Ref<string>;
574
+ checkedSourceIds: import("vue").Ref<(string | number)[]>;
575
+ userList: import("vue").Ref<AnyObject[]>;
576
+ handleInput: () => void;
577
+ _disabledIds: import("vue").ComputedRef<any[]>;
578
+ defaultOptions: import("vue").ComputedRef<{
579
+ id: any;
580
+ name: any;
581
+ avatar: any;
582
+ }[]>;
583
+ checkedIds: import("vue").ComputedRef<any[]>;
542
584
  btnDisabled: import("vue").ComputedRef<boolean>;
585
+ allChecked: import("vue").WritableComputedRef<boolean>;
543
586
  handlePositiveClick: () => Promise<void>;
544
- renderSourceLabel: ({ option }: {
545
- option: AnyObject;
546
- }) => JSX.Element;
547
- renderTargetList: (props: {
548
- onCheck: (checkedValueList: (string | number)[]) => void;
549
- checkedOptions: AnyObject[];
550
- pattern: string;
551
- }) => JSX.Element | null;
587
+ updateCheckedSourceIds: () => void;
588
+ handleSourceIdsUpdate: (value: (string | number)[], meta: {
589
+ actionType: "check" | "uncheck";
590
+ value: string | number;
591
+ }) => void;
592
+ closeTag: (id: string) => void;
593
+ renderTargetList: () => JSX.Element[] | null;
552
594
  NModal: any;
553
595
  NButton: any;
554
- NTransfer: any;
596
+ NSpace: any;
597
+ NAvatar: any;
555
598
  NIcon: any;
599
+ NTag: any;
556
600
  NInput: any;
601
+ NCheckbox: any;
602
+ NCheckboxGroup: any;
603
+ NTooltip: any;
604
+ 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<{}>>, {}>;
557
605
  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<{}>>, {}>;
558
606
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
559
607
  title: {
@@ -569,15 +617,17 @@ declare const _default: import("vue").DefineComponent<{
569
617
  };
570
618
  disabledIds: {
571
619
  type: PropType<string[]>;
620
+ default: () => never[];
572
621
  };
573
622
  defaultValue: {
574
- type: PropType<string[]>;
623
+ type: PropType<AnyObject[]>;
575
624
  };
576
625
  }>> & {
577
626
  onComfirm?: ((...args: any[]) => any) | undefined;
578
627
  }, {
579
628
  mode: string;
580
629
  title: string;
630
+ disabledIds: string[];
581
631
  }>;
582
632
  PersonAddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
583
633
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
@@ -587,7 +637,10 @@ declare const _default: import("vue").DefineComponent<{
587
637
  setMsgList: (list?: AnyObject[]) => void;
588
638
  setCurrentSessionItem: (item: AnyObject) => void;
589
639
  isGroupChat: import("vue").ComputedRef<boolean>;
640
+ contextmenuRef: import("vue").Ref<any>;
590
641
  showMenu: import("vue").Ref<boolean>;
642
+ menuPosition: any;
643
+ menuMsgId: import("vue").Ref<any>;
591
644
  pageInfo: {
592
645
  page: number;
593
646
  hasMore: boolean;
@@ -598,6 +651,8 @@ declare const _default: import("vue").DefineComponent<{
598
651
  '--c-tip-gap': string;
599
652
  }>;
600
653
  getHistoryRecord: () => Promise<void>;
654
+ handleContextmenu: (event: MouseEvent, msgId: string) => Promise<void>;
655
+ setMenuPosition: (event: MouseEvent) => Promise<void>;
601
656
  showMessage: (item: AnyObject) => boolean;
602
657
  showTemplateMsg: (item: AnyObject, type: "template" | "system") => boolean | undefined;
603
658
  isTemplate3: (content: AnyObject) => boolean;
@@ -605,12 +660,14 @@ declare const _default: import("vue").DefineComponent<{
605
660
  setScrollToButtom: () => Promise<void>;
606
661
  resetInfo: () => void;
607
662
  setReferenceMsg: (msgItem: AnyObject) => void;
663
+ handleSelect: (key: string, msgItem: AnyObject) => void;
608
664
  NAvatar: any;
609
665
  NImageGroup: any;
610
666
  NImage: any;
611
667
  NIcon: any;
612
668
  NButtonGroup: any;
613
669
  NButton: any;
670
+ NSpace: any;
614
671
  PersonProfile: import("vue").DefineComponent<{
615
672
  userId: {
616
673
  type: StringConstructor;
@@ -768,18 +825,29 @@ declare const _default: import("vue").DefineComponent<{
768
825
  type: BooleanConstructor;
769
826
  default: boolean;
770
827
  };
771
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clickMenu" | "update:show")[], "clickMenu" | "update:show", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
828
+ position: {
829
+ type: PropType<import("vue").CSSProperties>;
830
+ };
831
+ msgId: {
832
+ type: StringConstructor;
833
+ };
834
+ }, () => JSX.Element | null, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("select" | "update:show")[], "select" | "update:show", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
772
835
  show: {
773
836
  type: BooleanConstructor;
774
837
  default: boolean;
775
838
  };
839
+ position: {
840
+ type: PropType<import("vue").CSSProperties>;
841
+ };
842
+ msgId: {
843
+ type: StringConstructor;
844
+ };
776
845
  }>> & {
777
- onClickMenu?: ((...args: any[]) => any) | undefined;
846
+ onSelect?: ((...args: any[]) => any) | undefined;
778
847
  "onUpdate:show"?: ((...args: any[]) => any) | undefined;
779
848
  }, {
780
849
  show: boolean;
781
850
  }>;
782
- downloadFile: typeof import("./utils").downloadFile;
783
851
  simplifyMessage: typeof import("./utils").simplifyMessage;
784
852
  isAudioOrVideoMessage: typeof isAudioOrVideoMessage;
785
853
  getAVTime: typeof import("./utils").getAVTime;
@@ -788,10 +856,10 @@ declare const _default: import("vue").DefineComponent<{
788
856
  EllipsisHorizontal: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
789
857
  CallOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
790
858
  VideocamOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
859
+ DocumentSharp: 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<{}>>, {}>;
791
860
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
792
861
  ChatFooter: import("vue").DefineComponent<{}, {
793
862
  inputRef: import("vue").Ref<HTMLDivElement | undefined>;
794
- content: import("vue").Ref<string>;
795
863
  state: IState;
796
864
  sendMessage: (message: {
797
865
  chatType?: string | undefined;
@@ -800,6 +868,12 @@ declare const _default: import("vue").DefineComponent<{
800
868
  }) => Promise<void>;
801
869
  isGroupChat: import("vue").ComputedRef<boolean>;
802
870
  showEmoji: import("vue").Ref<boolean>;
871
+ content: import("vue").Ref<string>;
872
+ chatAddProps: import("vue").ComputedRef<{
873
+ options: AnyObject[];
874
+ defaultValue: AnyObject[];
875
+ }>;
876
+ btnDisabled: import("vue").ComputedRef<boolean>;
803
877
  handleCall: (chatMessageType: string, checkedIds?: never[]) => void;
804
878
  handleKeyDown: (event: KeyboardEvent) => void;
805
879
  isWrap: (event: KeyboardEvent) => boolean;
@@ -831,9 +905,10 @@ declare const _default: import("vue").DefineComponent<{
831
905
  };
832
906
  disabledIds: {
833
907
  type: PropType<string[]>;
908
+ default: () => never[];
834
909
  };
835
910
  defaultValue: {
836
- type: PropType<string[]>;
911
+ type: PropType<AnyObject[]>;
837
912
  };
838
913
  }, {
839
914
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
@@ -850,34 +925,53 @@ declare const _default: import("vue").DefineComponent<{
850
925
  };
851
926
  disabledIds: {
852
927
  type: PropType<string[]>;
928
+ default: () => never[];
853
929
  };
854
930
  defaultValue: {
855
- type: PropType<string[]>;
931
+ type: PropType<AnyObject[]>;
856
932
  };
857
933
  }>> & {
858
934
  onComfirm?: ((...args: any[]) => any) | undefined;
859
935
  }>>;
860
936
  emit: (event: "comfirm", ...args: any[]) => void;
861
937
  state: IState;
938
+ listRef: import("vue").Ref<any>;
939
+ keyword: import("vue").Ref<any>;
862
940
  showModal: import("vue").Ref<boolean>;
863
- checkedIds: import("vue").Ref<(string | number)[]>;
941
+ checkedOptions: import("vue").Ref<AnyObject[]>;
864
942
  options: import("vue").Ref<AnyObject[]>;
865
943
  groupName: import("vue").Ref<string>;
944
+ checkedSourceIds: import("vue").Ref<(string | number)[]>;
945
+ userList: import("vue").Ref<AnyObject[]>;
946
+ handleInput: () => void;
947
+ _disabledIds: import("vue").ComputedRef<any[]>;
948
+ defaultOptions: import("vue").ComputedRef<{
949
+ id: any;
950
+ name: any;
951
+ avatar: any;
952
+ }[]>;
953
+ checkedIds: import("vue").ComputedRef<any[]>;
866
954
  btnDisabled: import("vue").ComputedRef<boolean>;
955
+ allChecked: import("vue").WritableComputedRef<boolean>;
867
956
  handlePositiveClick: () => Promise<void>;
868
- renderSourceLabel: ({ option }: {
869
- option: AnyObject;
870
- }) => JSX.Element;
871
- renderTargetList: (props: {
872
- onCheck: (checkedValueList: (string | number)[]) => void;
873
- checkedOptions: AnyObject[];
874
- pattern: string;
875
- }) => JSX.Element | null;
957
+ updateCheckedSourceIds: () => void;
958
+ handleSourceIdsUpdate: (value: (string | number)[], meta: {
959
+ actionType: "check" | "uncheck";
960
+ value: string | number;
961
+ }) => void;
962
+ closeTag: (id: string) => void;
963
+ renderTargetList: () => JSX.Element[] | null;
876
964
  NModal: any;
877
965
  NButton: any;
878
- NTransfer: any;
966
+ NSpace: any;
967
+ NAvatar: any;
879
968
  NIcon: any;
969
+ NTag: any;
880
970
  NInput: any;
971
+ NCheckbox: any;
972
+ NCheckboxGroup: any;
973
+ NTooltip: any;
974
+ 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<{}>>, {}>;
881
975
  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<{}>>, {}>;
882
976
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
883
977
  title: {
@@ -893,15 +987,17 @@ declare const _default: import("vue").DefineComponent<{
893
987
  };
894
988
  disabledIds: {
895
989
  type: PropType<string[]>;
990
+ default: () => never[];
896
991
  };
897
992
  defaultValue: {
898
- type: PropType<string[]>;
993
+ type: PropType<AnyObject[]>;
899
994
  };
900
995
  }>> & {
901
996
  onComfirm?: ((...args: any[]) => any) | undefined;
902
997
  }, {
903
998
  mode: string;
904
999
  title: string;
1000
+ disabledIds: string[];
905
1001
  }>;
906
1002
  emojis: {
907
1003
  default: string[][];
@@ -918,17 +1014,12 @@ declare const _default: import("vue").DefineComponent<{
918
1014
  listRef: import("vue").Ref<any>;
919
1015
  inputRef: import("vue").Ref<any>;
920
1016
  showSearch: import("vue").Ref<boolean>;
921
- keyword: import("vue").Ref<any>;
922
- userList: import("vue").Ref<any>;
1017
+ keyword: import("vue").Ref<string>;
923
1018
  state: IState;
924
1019
  openSession: (item: AnyObject) => Promise<void>;
925
- pageInfo: {
926
- page: number;
927
- hasMore: boolean;
928
- };
1020
+ userList: import("vue").Ref<AnyObject[]>;
929
1021
  handleInput: () => void;
930
- handleSearch: () => Promise<void>;
931
- resetAndSearch: () => void;
1022
+ showNoData: import("vue").ComputedRef<boolean>;
932
1023
  addSession: (userId: string) => Promise<void>;
933
1024
  NPopover: any;
934
1025
  NButton: any;
@@ -936,6 +1027,61 @@ declare const _default: import("vue").DefineComponent<{
936
1027
  NInput: any;
937
1028
  NIcon: any;
938
1029
  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<{}>>, {}>;
1030
+ DefaultPage: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
1031
+ type: {
1032
+ type: StringConstructor;
1033
+ default: string;
1034
+ };
1035
+ config: {
1036
+ type: PropType<AnyObject>;
1037
+ default: () => {
1038
+ title: string;
1039
+ content: string;
1040
+ };
1041
+ };
1042
+ }, {
1043
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1044
+ type: {
1045
+ type: StringConstructor;
1046
+ default: string;
1047
+ };
1048
+ config: {
1049
+ type: PropType<AnyObject>;
1050
+ default: () => {
1051
+ title: string;
1052
+ content: string;
1053
+ };
1054
+ };
1055
+ }>> & {
1056
+ onReloadPage?: ((...args: any[]) => any) | undefined;
1057
+ }>>;
1058
+ emit: (event: "reloadPage", ...args: any[]) => void;
1059
+ configResult: import("vue").ComputedRef<{
1060
+ title: string;
1061
+ content: string;
1062
+ img: string;
1063
+ }>;
1064
+ reloadPage: () => void;
1065
+ NIcon: any;
1066
+ 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<{}>>, {}>;
1067
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1068
+ type: {
1069
+ type: StringConstructor;
1070
+ default: string;
1071
+ };
1072
+ config: {
1073
+ type: PropType<AnyObject>;
1074
+ default: () => {
1075
+ title: string;
1076
+ content: string;
1077
+ };
1078
+ };
1079
+ }>> & {
1080
+ onReloadPage?: ((...args: any[]) => any) | undefined;
1081
+ }, {
1082
+ type: string;
1083
+ config: AnyObject;
1084
+ }>>;
939
1085
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
940
1086
  ChatAdd: import("vue").DefineComponent<{
941
1087
  title: {
@@ -951,9 +1097,10 @@ declare const _default: import("vue").DefineComponent<{
951
1097
  };
952
1098
  disabledIds: {
953
1099
  type: PropType<string[]>;
1100
+ default: () => never[];
954
1101
  };
955
1102
  defaultValue: {
956
- type: PropType<string[]>;
1103
+ type: PropType<AnyObject[]>;
957
1104
  };
958
1105
  }, {
959
1106
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
@@ -970,34 +1117,53 @@ declare const _default: import("vue").DefineComponent<{
970
1117
  };
971
1118
  disabledIds: {
972
1119
  type: PropType<string[]>;
1120
+ default: () => never[];
973
1121
  };
974
1122
  defaultValue: {
975
- type: PropType<string[]>;
1123
+ type: PropType<AnyObject[]>;
976
1124
  };
977
1125
  }>> & {
978
1126
  onComfirm?: ((...args: any[]) => any) | undefined;
979
1127
  }>>;
980
1128
  emit: (event: "comfirm", ...args: any[]) => void;
981
1129
  state: IState;
1130
+ listRef: import("vue").Ref<any>;
1131
+ keyword: import("vue").Ref<any>;
982
1132
  showModal: import("vue").Ref<boolean>;
983
- checkedIds: import("vue").Ref<(string | number)[]>;
1133
+ checkedOptions: import("vue").Ref<AnyObject[]>;
984
1134
  options: import("vue").Ref<AnyObject[]>;
985
1135
  groupName: import("vue").Ref<string>;
1136
+ checkedSourceIds: import("vue").Ref<(string | number)[]>;
1137
+ userList: import("vue").Ref<AnyObject[]>;
1138
+ handleInput: () => void;
1139
+ _disabledIds: import("vue").ComputedRef<any[]>;
1140
+ defaultOptions: import("vue").ComputedRef<{
1141
+ id: any;
1142
+ name: any;
1143
+ avatar: any;
1144
+ }[]>;
1145
+ checkedIds: import("vue").ComputedRef<any[]>;
986
1146
  btnDisabled: import("vue").ComputedRef<boolean>;
1147
+ allChecked: import("vue").WritableComputedRef<boolean>;
987
1148
  handlePositiveClick: () => Promise<void>;
988
- renderSourceLabel: ({ option }: {
989
- option: AnyObject;
990
- }) => JSX.Element;
991
- renderTargetList: (props: {
992
- onCheck: (checkedValueList: (string | number)[]) => void;
993
- checkedOptions: AnyObject[];
994
- pattern: string;
995
- }) => JSX.Element | null;
1149
+ updateCheckedSourceIds: () => void;
1150
+ handleSourceIdsUpdate: (value: (string | number)[], meta: {
1151
+ actionType: "check" | "uncheck";
1152
+ value: string | number;
1153
+ }) => void;
1154
+ closeTag: (id: string) => void;
1155
+ renderTargetList: () => JSX.Element[] | null;
996
1156
  NModal: any;
997
1157
  NButton: any;
998
- NTransfer: any;
1158
+ NSpace: any;
1159
+ NAvatar: any;
999
1160
  NIcon: any;
1161
+ NTag: any;
1000
1162
  NInput: any;
1163
+ NCheckbox: any;
1164
+ NCheckboxGroup: any;
1165
+ NTooltip: any;
1166
+ 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<{}>>, {}>;
1001
1167
  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<{}>>, {}>;
1002
1168
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1003
1169
  title: {
@@ -1013,15 +1179,17 @@ declare const _default: import("vue").DefineComponent<{
1013
1179
  };
1014
1180
  disabledIds: {
1015
1181
  type: PropType<string[]>;
1182
+ default: () => never[];
1016
1183
  };
1017
1184
  defaultValue: {
1018
- type: PropType<string[]>;
1185
+ type: PropType<AnyObject[]>;
1019
1186
  };
1020
1187
  }>> & {
1021
1188
  onComfirm?: ((...args: any[]) => any) | undefined;
1022
1189
  }, {
1023
1190
  mode: string;
1024
1191
  title: string;
1192
+ disabledIds: string[];
1025
1193
  }>;
1026
1194
  Video: import("vue").DefineComponent<{}, {
1027
1195
  sendMessage: (message: {
@@ -1043,6 +1211,20 @@ declare const _default: import("vue").DefineComponent<{
1043
1211
  timer: any;
1044
1212
  seconds: number;
1045
1213
  };
1214
+ installEventHandlers: ({ handleError, handleRemoteUserEnter, handleRemoteAudioAvailable, handleRemoteUserExit, handleRemoteVideoAvailable }: {
1215
+ handleError: import("../../../shared/types").AnyFn;
1216
+ handleRemoteUserEnter: import("../../../shared/types").AnyFn;
1217
+ handleRemoteAudioAvailable: import("../../../shared/types").AnyFn;
1218
+ handleRemoteUserExit: import("../../../shared/types").AnyFn;
1219
+ handleRemoteVideoAvailable: import("../../../shared/types").AnyFn;
1220
+ }) => void;
1221
+ uninstallEventHandlers: ({ handleError, handleRemoteUserEnter, handleRemoteAudioAvailable, handleRemoteUserExit, handleRemoteVideoAvailable }: {
1222
+ handleError: import("../../../shared/types").AnyFn;
1223
+ handleRemoteUserEnter: import("../../../shared/types").AnyFn;
1224
+ handleRemoteAudioAvailable: import("../../../shared/types").AnyFn;
1225
+ handleRemoteUserExit: import("../../../shared/types").AnyFn;
1226
+ handleRemoteVideoAvailable: import("../../../shared/types").AnyFn;
1227
+ }) => void;
1046
1228
  videoRef: import("vue").Ref<any>;
1047
1229
  selfVideoRef: import("vue").Ref<any>;
1048
1230
  isConnect: import("vue").Ref<boolean>;
@@ -1059,8 +1241,6 @@ declare const _default: import("vue").DefineComponent<{
1059
1241
  handleEnter: () => Promise<void>;
1060
1242
  handleFinish: () => void;
1061
1243
  handleExit: () => Promise<void>;
1062
- installEventHandlers: () => void;
1063
- uninstallEventHandlers: () => void;
1064
1244
  handleRemoteVideoAvailable: (event: any) => Promise<void>;
1065
1245
  handleRemoteAudioAvailable: (event: any) => void;
1066
1246
  handleRemoteUserEnter: () => void;
@@ -1076,7 +1256,10 @@ declare const _default: import("vue").DefineComponent<{
1076
1256
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1077
1257
  MultipleVideo: import("vue").DefineComponent<{}, {
1078
1258
  selfVideoRef: import("vue").Ref<any>;
1079
- remoteUsers: import("vue").Ref<string[]>;
1259
+ remoteUsers: import("vue").Ref<{
1260
+ id: string;
1261
+ name: string;
1262
+ }[]>;
1080
1263
  state: IState;
1081
1264
  sendMessage: (message: {
1082
1265
  chatType?: string | undefined;
@@ -1094,6 +1277,20 @@ declare const _default: import("vue").DefineComponent<{
1094
1277
  timing: import("vue").Ref<string>;
1095
1278
  toggleVideo: () => Promise<void>;
1096
1279
  videocamOpen: import("vue").Ref<boolean>;
1280
+ installEventHandlers: ({ handleError, handleRemoteUserEnter, handleRemoteAudioAvailable, handleRemoteUserExit, handleRemoteVideoAvailable }: {
1281
+ handleError: import("../../../shared/types").AnyFn;
1282
+ handleRemoteUserEnter: import("../../../shared/types").AnyFn;
1283
+ handleRemoteAudioAvailable: import("../../../shared/types").AnyFn;
1284
+ handleRemoteUserExit: import("../../../shared/types").AnyFn;
1285
+ handleRemoteVideoAvailable: import("../../../shared/types").AnyFn;
1286
+ }) => void;
1287
+ uninstallEventHandlers: ({ handleError, handleRemoteUserEnter, handleRemoteAudioAvailable, handleRemoteUserExit, handleRemoteVideoAvailable }: {
1288
+ handleError: import("../../../shared/types").AnyFn;
1289
+ handleRemoteUserEnter: import("../../../shared/types").AnyFn;
1290
+ handleRemoteAudioAvailable: import("../../../shared/types").AnyFn;
1291
+ handleRemoteUserExit: import("../../../shared/types").AnyFn;
1292
+ handleRemoteVideoAvailable: import("../../../shared/types").AnyFn;
1293
+ }) => void;
1097
1294
  isConnect: import("vue").Ref<boolean>;
1098
1295
  callUser: import("vue").ComputedRef<any>;
1099
1296
  title: import("vue").ComputedRef<string>;
@@ -1101,14 +1298,12 @@ declare const _default: import("vue").DefineComponent<{
1101
1298
  handleCall: () => void;
1102
1299
  handleEnter: () => Promise<void>;
1103
1300
  handleExit: () => Promise<void>;
1104
- installEventHandlers: () => void;
1105
- uninstallEventHandlers: () => void;
1106
1301
  handleRemoteVideoAvailable: (event: any) => Promise<void>;
1107
- handleRemoteAudioAvailable: (event: any) => void;
1108
- handleRemoteUserEnter: (event: any) => void;
1302
+ handleRemoteAudioAvailable: (event: any) => Promise<void>;
1303
+ handleRemoteUserEnter: (event: any) => Promise<void>;
1304
+ getUserName: (userId: string) => Promise<any>;
1109
1305
  handleRemoteUserExit: (event: any) => void;
1110
1306
  handleError: (error: any) => void;
1111
- getName: (id: string) => any;
1112
1307
  NButton: any;
1113
1308
  NIcon: any;
1114
1309
  ChatAdd: import("vue").DefineComponent<{
@@ -1125,9 +1320,10 @@ declare const _default: import("vue").DefineComponent<{
1125
1320
  };
1126
1321
  disabledIds: {
1127
1322
  type: PropType<string[]>;
1323
+ default: () => never[];
1128
1324
  };
1129
1325
  defaultValue: {
1130
- type: PropType<string[]>;
1326
+ type: PropType<AnyObject[]>;
1131
1327
  };
1132
1328
  }, {
1133
1329
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
@@ -1144,34 +1340,53 @@ declare const _default: import("vue").DefineComponent<{
1144
1340
  };
1145
1341
  disabledIds: {
1146
1342
  type: PropType<string[]>;
1343
+ default: () => never[];
1147
1344
  };
1148
1345
  defaultValue: {
1149
- type: PropType<string[]>;
1346
+ type: PropType<AnyObject[]>;
1150
1347
  };
1151
1348
  }>> & {
1152
1349
  onComfirm?: ((...args: any[]) => any) | undefined;
1153
1350
  }>>;
1154
1351
  emit: (event: "comfirm", ...args: any[]) => void;
1155
1352
  state: IState;
1353
+ listRef: import("vue").Ref<any>;
1354
+ keyword: import("vue").Ref<any>;
1156
1355
  showModal: import("vue").Ref<boolean>;
1157
- checkedIds: import("vue").Ref<(string | number)[]>;
1356
+ checkedOptions: import("vue").Ref<AnyObject[]>;
1158
1357
  options: import("vue").Ref<AnyObject[]>;
1159
1358
  groupName: import("vue").Ref<string>;
1359
+ checkedSourceIds: import("vue").Ref<(string | number)[]>;
1360
+ userList: import("vue").Ref<AnyObject[]>;
1361
+ handleInput: () => void;
1362
+ _disabledIds: import("vue").ComputedRef<any[]>;
1363
+ defaultOptions: import("vue").ComputedRef<{
1364
+ id: any;
1365
+ name: any;
1366
+ avatar: any;
1367
+ }[]>;
1368
+ checkedIds: import("vue").ComputedRef<any[]>;
1160
1369
  btnDisabled: import("vue").ComputedRef<boolean>;
1370
+ allChecked: import("vue").WritableComputedRef<boolean>;
1161
1371
  handlePositiveClick: () => Promise<void>;
1162
- renderSourceLabel: ({ option }: {
1163
- option: AnyObject;
1164
- }) => JSX.Element;
1165
- renderTargetList: (props: {
1166
- onCheck: (checkedValueList: (string | number)[]) => void;
1167
- checkedOptions: AnyObject[];
1168
- pattern: string;
1169
- }) => JSX.Element | null;
1372
+ updateCheckedSourceIds: () => void;
1373
+ handleSourceIdsUpdate: (value: (string | number)[], meta: {
1374
+ actionType: "check" | "uncheck";
1375
+ value: string | number;
1376
+ }) => void;
1377
+ closeTag: (id: string) => void;
1378
+ renderTargetList: () => JSX.Element[] | null;
1170
1379
  NModal: any;
1171
1380
  NButton: any;
1172
- NTransfer: any;
1381
+ NSpace: any;
1382
+ NAvatar: any;
1173
1383
  NIcon: any;
1384
+ NTag: any;
1174
1385
  NInput: any;
1386
+ NCheckbox: any;
1387
+ NCheckboxGroup: any;
1388
+ NTooltip: any;
1389
+ 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<{}>>, {}>;
1175
1390
  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<{}>>, {}>;
1176
1391
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1177
1392
  title: {
@@ -1187,15 +1402,17 @@ declare const _default: import("vue").DefineComponent<{
1187
1402
  };
1188
1403
  disabledIds: {
1189
1404
  type: PropType<string[]>;
1405
+ default: () => never[];
1190
1406
  };
1191
1407
  defaultValue: {
1192
- type: PropType<string[]>;
1408
+ type: PropType<AnyObject[]>;
1193
1409
  };
1194
1410
  }>> & {
1195
1411
  onComfirm?: ((...args: any[]) => any) | undefined;
1196
1412
  }, {
1197
1413
  mode: string;
1198
1414
  title: string;
1415
+ disabledIds: string[];
1199
1416
  }>;
1200
1417
  Call: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1201
1418
  Videocam: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
@@ -1222,10 +1439,18 @@ declare const _default: import("vue").DefineComponent<{
1222
1439
  type: StringConstructor;
1223
1440
  default: string;
1224
1441
  };
1442
+ chatBox: {
1443
+ type: BooleanConstructor;
1444
+ default: boolean;
1445
+ };
1446
+ defaultSessionKey: {
1447
+ type: StringConstructor;
1448
+ };
1225
1449
  }>> & {
1226
1450
  "onTemplate-click"?: ((...args: any[]) => any) | undefined;
1227
1451
  "onUnread-message-update"?: ((...args: any[]) => any) | undefined;
1228
1452
  }, {
1229
1453
  baseURL: string;
1454
+ chatBox: boolean;
1230
1455
  }>;
1231
1456
  export default _default;