cnhis-design-vue 3.2.7-release.1 → 3.2.7-release.3

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