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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (214) 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/components/table-modal/index.vue.d.ts +3 -0
  17. package/es/components/classification/src/index.vue.d.ts +60 -5
  18. package/es/components/date-picker/index.d.ts +13 -0
  19. package/es/components/date-picker/src/DatePicker.vue.d.ts +13 -0
  20. package/es/components/date-picker/src/DatePicker.vue2.js +1 -1
  21. package/es/components/fabric-chart/src/constants/index.d.ts +3 -1
  22. package/es/components/fabric-chart/src/constants/index.js +1 -1
  23. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -1
  24. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +8 -3
  25. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.js +1 -1
  26. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +9 -6
  27. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +1 -1
  28. package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.js +1 -1
  29. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcess.js +1 -1
  30. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.d.ts +0 -2
  31. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.js +1 -1
  32. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +8 -3
  33. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +1 -1
  34. package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +1 -1
  35. package/es/components/fabric-chart/src/hooks/temperature/useLeft.js +1 -1
  36. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +8 -3
  37. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
  38. package/es/components/fabric-chart/src/hooks/useScaleColumn.d.ts +1 -1
  39. package/es/components/fabric-chart/src/hooks/useScaleColumn.js +1 -1
  40. package/es/components/fabric-chart/src/interface.d.ts +11 -1
  41. package/es/components/field-set/src/FieldColor.vue.d.ts +26 -0
  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 +302 -78
  68. package/es/components/iho-chat/src/Index.vue.d.ts +302 -78
  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 +3 -3
  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.d.ts +1 -1
  97. package/es/components/iho-chat/src/hooks/useSession.js +1 -1
  98. package/es/components/iho-chat/src/hooks/useState.js +1 -1
  99. package/es/components/iho-chat/src/hooks/useVideo.d.ts +11 -0
  100. package/es/components/iho-chat/src/hooks/useVideo.js +1 -1
  101. package/es/components/iho-chat/src/types/index.d.ts +0 -1
  102. package/es/components/iho-chat/src/utils/index.js +1 -1
  103. package/es/components/iho-chat/style/index.css +1 -1
  104. package/es/components/iho-table/index.d.ts +13 -0
  105. package/es/components/iho-table/src/IhoTable.vue.d.ts +13 -0
  106. package/es/components/iho-table/src/IhoTable.vue2.js +1 -1
  107. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +13 -0
  108. package/es/components/iho-table/src/plugins/headerPlugin/index.d.ts +1 -0
  109. package/es/components/iho-table/src/plugins/headerPlugin/index.js +1 -0
  110. package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue.d.ts +13 -0
  111. package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue.js +1 -0
  112. package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue2.js +1 -0
  113. package/es/components/iho-table/src/plugins/index.js +1 -1
  114. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +13 -0
  115. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +20 -2
  116. package/es/components/iho-table/src/types/index.d.ts +3 -0
  117. package/es/components/iho-table/src/utils/index.d.ts +0 -1
  118. package/es/components/iho-table/src/utils/index.js +1 -1
  119. package/es/components/index.css +1 -1
  120. package/es/components/info-header/index.d.ts +34 -0
  121. package/es/components/info-header/src/InfoHeader.vue.d.ts +34 -0
  122. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +2 -0
  123. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +1 -1
  124. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +2 -0
  125. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +16 -0
  126. package/es/components/info-header/src/components/infoDescription/index.vue2.js +1 -1
  127. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +14 -0
  128. package/es/components/quick-search/src/index.vue2.js +1 -1
  129. package/es/components/scale-view/index.d.ts +23 -1
  130. package/es/components/scale-view/src/ScaleView.vue.d.ts +23 -1
  131. package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
  132. package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +21 -1
  133. package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +1 -1
  134. package/es/components/scale-view/src/components/formitem/r-select.js +1 -1
  135. package/es/components/scale-view/src/directive/drag-move.d.ts +3 -0
  136. package/es/components/scale-view/src/directive/drag-move.js +1 -0
  137. package/es/components/scale-view/src/hooks/scaleview-computed.d.ts +1 -0
  138. package/es/components/scale-view/src/hooks/scaleview-computed.js +1 -1
  139. package/es/components/scale-view/style/index.css +1 -1
  140. package/es/components/select-label/src/LabelFormContent.vue2.js +1 -1
  141. package/es/components/shortcut-setter/index.d.ts +16 -1
  142. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +16 -1
  143. package/es/components/steps-wheel/index.d.ts +1 -1
  144. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +1 -1
  145. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +13 -0
  146. package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +13 -0
  147. package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +13 -0
  148. package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +13 -0
  149. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +47 -5
  150. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +13 -0
  151. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +13 -0
  152. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +37 -19
  153. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +1 -1
  154. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +47 -5
  155. package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.js +1 -1
  156. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +47 -5
  157. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +13 -0
  158. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +13 -0
  159. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +13 -0
  160. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +13 -0
  161. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +33 -18
  162. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +1 -1
  163. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +13 -0
  164. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +1 -1
  165. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +69 -4
  166. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +69 -4
  167. package/es/components/table-filter/src/tool/transformData.js +1 -1
  168. package/es/components/table-filter/src/types/index.d.ts +3 -0
  169. package/es/components/time-line/index.d.ts +4 -4
  170. package/es/components/time-line/src/TimeLine.vue.d.ts +1 -1
  171. package/es/components/time-line/src/TimeLine.vue2.js +1 -1
  172. package/es/components/time-picker/index.d.ts +20 -2
  173. package/es/components/time-picker/src/TimePicker.vue.d.ts +21 -2
  174. package/es/components/time-picker/src/TimePicker.vue2.js +1 -1
  175. package/es/env.d.ts +25 -25
  176. package/es/shared/assets/img/defaultCover/10review_successful.png.js +1 -1
  177. package/es/shared/assets/img/defaultCover/11review_fail.png.js +1 -1
  178. package/es/shared/assets/img/defaultCover/12no_setting.png.js +1 -1
  179. package/es/shared/assets/img/defaultCover/13no_menu_setting.png.js +1 -1
  180. package/es/shared/assets/img/defaultCover/14no_call_setting.png.js +1 -1
  181. package/es/shared/assets/img/defaultCover/15no_use_tag.png.js +1 -1
  182. package/es/shared/assets/img/defaultCover/16no_table_data.png.js +1 -1
  183. package/es/shared/assets/img/defaultCover/1location.png.js +1 -1
  184. package/es/shared/assets/img/defaultCover/2notfound.png.js +1 -1
  185. package/es/shared/assets/img/defaultCover/3loading.png.js +1 -1
  186. package/es/shared/assets/img/defaultCover/4no_permission.png.js +1 -1
  187. package/es/shared/assets/img/defaultCover/5no_data.png.js +1 -1
  188. package/es/shared/assets/img/defaultCover/6no_network.png.js +1 -1
  189. package/es/shared/assets/img/defaultCover/7no_doctor.png.js +1 -1
  190. package/es/shared/assets/img/defaultCover/8system_error.png.js +1 -1
  191. package/es/shared/assets/img/defaultCover/9system_upgrade.png.js +1 -1
  192. package/es/shared/assets/img/failure.png.js +1 -1
  193. package/es/shared/assets/img/no-permission.png.js +1 -1
  194. package/es/shared/assets/img/nodata.png.js +1 -1
  195. package/es/shared/assets/img/notfound.png.js +1 -1
  196. package/es/shared/assets/img/qr.png.js +1 -1
  197. package/es/shared/assets/img/success.png.js +1 -1
  198. package/es/shared/assets/img/table_style_2.png.js +1 -1
  199. package/es/shared/assets/img/video.png.js +1 -1
  200. package/es/shared/assets/img/video_default_cover.png.js +1 -1
  201. package/es/shared/assets/img/xb_big.png.js +1 -1
  202. package/es/shared/assets/img/xb_small.png.js +1 -1
  203. package/es/shared/package.json.js +1 -1
  204. package/es/shared/utils/business.js +1 -1
  205. package/package.json +2 -2
  206. package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
  207. package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +0 -1
  208. package/es/components/bpmn-workflow/types/ModelingModule.d.ts +0 -1
  209. package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +0 -1
  210. package/es/components/iho-table/src/plugins/headerPlugin.d.ts +0 -1
  211. package/es/components/iho-table/src/plugins/headerPlugin.js +0 -1
  212. package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +0 -86
  213. package/es/shared/utils/fabricjs/index.d.ts +0 -6823
  214. 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>;
@@ -106,11 +120,10 @@ declare const _default: import("vue").DefineComponent<{
106
120
  state: IState;
107
121
  emit: (event: string, ...args: any[]) => void;
108
122
  openSession: (item: AnyObject) => Promise<void>;
109
- unreadTotal: import("vue").ComputedRef<number>;
110
- setSessionList: (list: AnyObject[]) => void;
123
+ updateSessionList: (sessionItem: AnyObject) => void;
111
124
  currentWidth: import("vue").ComputedRef<number>;
112
125
  sessionList: import("vue").ComputedRef<AnyObject[]>;
113
- sessionChange: (sessionItem: AnyObject) => void;
126
+ unreadTotal: import("vue").ComputedRef<number>;
114
127
  changeWidth: ({ distance }: AnyObject) => void;
115
128
  handleFilter: (key: string) => void;
116
129
  showSession: (item: AnyObject, currentKey?: string) => boolean | undefined;
@@ -137,13 +150,14 @@ declare const _default: import("vue").DefineComponent<{
137
150
  defaultValue?: undefined;
138
151
  } | {
139
152
  mode: string;
140
- defaultValue: any[];
153
+ defaultValue: AnyObject[];
141
154
  disabledIds?: undefined;
142
155
  }>;
143
156
  handleOpenChatFile: (type: string) => void;
144
157
  NAvatar: any;
145
158
  NIcon: any;
146
159
  NButton: any;
160
+ NTooltip: any;
147
161
  PersonProfile: import("vue").DefineComponent<{
148
162
  userId: {
149
163
  type: StringConstructor;
@@ -419,6 +433,10 @@ declare const _default: import("vue").DefineComponent<{
419
433
  allowedInvalidValue: {
420
434
  type: StringConstructor;
421
435
  };
436
+ to: {
437
+ type: PropType<string | false | HTMLElement>;
438
+ default: string;
439
+ };
422
440
  }, {
423
441
  attrs: {
424
442
  [x: string]: unknown;
@@ -439,6 +457,10 @@ declare const _default: import("vue").DefineComponent<{
439
457
  allowedInvalidValue: {
440
458
  type: StringConstructor;
441
459
  };
460
+ to: {
461
+ type: PropType<string | false | HTMLElement>;
462
+ default: string;
463
+ };
442
464
  }>> & {
443
465
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
444
466
  }>>;
@@ -475,10 +497,15 @@ declare const _default: import("vue").DefineComponent<{
475
497
  allowedInvalidValue: {
476
498
  type: StringConstructor;
477
499
  };
500
+ to: {
501
+ type: PropType<string | false | HTMLElement>;
502
+ default: string;
503
+ };
478
504
  }>> & {
479
505
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
480
506
  }, {
481
507
  updateUnchangedValue: boolean;
508
+ to: string | false | HTMLElement;
482
509
  }>>;
483
510
  formatTime: typeof import("./utils").formatTime;
484
511
  MESSAGE_TYPE: typeof import("./constants").MESSAGE_TYPE;
@@ -507,9 +534,10 @@ declare const _default: import("vue").DefineComponent<{
507
534
  };
508
535
  disabledIds: {
509
536
  type: PropType<string[]>;
537
+ default: () => never[];
510
538
  };
511
539
  defaultValue: {
512
- type: PropType<string[]>;
540
+ type: PropType<AnyObject[]>;
513
541
  };
514
542
  }, {
515
543
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
@@ -526,34 +554,53 @@ declare const _default: import("vue").DefineComponent<{
526
554
  };
527
555
  disabledIds: {
528
556
  type: PropType<string[]>;
557
+ default: () => never[];
529
558
  };
530
559
  defaultValue: {
531
- type: PropType<string[]>;
560
+ type: PropType<AnyObject[]>;
532
561
  };
533
562
  }>> & {
534
563
  onComfirm?: ((...args: any[]) => any) | undefined;
535
564
  }>>;
536
565
  emit: (event: "comfirm", ...args: any[]) => void;
537
566
  state: IState;
567
+ listRef: import("vue").Ref<any>;
568
+ keyword: import("vue").Ref<any>;
538
569
  showModal: import("vue").Ref<boolean>;
539
- checkedIds: import("vue").Ref<(string | number)[]>;
570
+ checkedOptions: import("vue").Ref<AnyObject[]>;
540
571
  options: import("vue").Ref<AnyObject[]>;
541
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[]>;
542
583
  btnDisabled: import("vue").ComputedRef<boolean>;
584
+ allChecked: import("vue").WritableComputedRef<boolean>;
543
585
  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;
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;
552
593
  NModal: any;
553
594
  NButton: any;
554
- NTransfer: any;
595
+ NSpace: any;
596
+ NAvatar: any;
555
597
  NIcon: any;
598
+ NTag: any;
556
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<{}>>, {}>;
557
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<{}>>, {}>;
558
605
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
559
606
  title: {
@@ -569,15 +616,17 @@ declare const _default: import("vue").DefineComponent<{
569
616
  };
570
617
  disabledIds: {
571
618
  type: PropType<string[]>;
619
+ default: () => never[];
572
620
  };
573
621
  defaultValue: {
574
- type: PropType<string[]>;
622
+ type: PropType<AnyObject[]>;
575
623
  };
576
624
  }>> & {
577
625
  onComfirm?: ((...args: any[]) => any) | undefined;
578
626
  }, {
579
627
  mode: string;
580
628
  title: string;
629
+ disabledIds: string[];
581
630
  }>;
582
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<{}>>, {}>;
583
632
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
@@ -587,7 +636,10 @@ declare const _default: import("vue").DefineComponent<{
587
636
  setMsgList: (list?: AnyObject[]) => void;
588
637
  setCurrentSessionItem: (item: AnyObject) => void;
589
638
  isGroupChat: import("vue").ComputedRef<boolean>;
639
+ contextmenuRef: import("vue").Ref<any>;
590
640
  showMenu: import("vue").Ref<boolean>;
641
+ menuPosition: any;
642
+ menuMsgId: import("vue").Ref<any>;
591
643
  pageInfo: {
592
644
  page: number;
593
645
  hasMore: boolean;
@@ -598,6 +650,8 @@ declare const _default: import("vue").DefineComponent<{
598
650
  '--c-tip-gap': string;
599
651
  }>;
600
652
  getHistoryRecord: () => Promise<void>;
653
+ handleContextmenu: (event: MouseEvent, msgId: string) => Promise<void>;
654
+ setMenuPosition: (event: MouseEvent) => Promise<void>;
601
655
  showMessage: (item: AnyObject) => boolean;
602
656
  showTemplateMsg: (item: AnyObject, type: "template" | "system") => boolean | undefined;
603
657
  isTemplate3: (content: AnyObject) => boolean;
@@ -605,12 +659,14 @@ declare const _default: import("vue").DefineComponent<{
605
659
  setScrollToButtom: () => Promise<void>;
606
660
  resetInfo: () => void;
607
661
  setReferenceMsg: (msgItem: AnyObject) => void;
662
+ handleSelect: (key: string, msgItem: AnyObject) => void;
608
663
  NAvatar: any;
609
664
  NImageGroup: any;
610
665
  NImage: any;
611
666
  NIcon: any;
612
667
  NButtonGroup: any;
613
668
  NButton: any;
669
+ NSpace: any;
614
670
  PersonProfile: import("vue").DefineComponent<{
615
671
  userId: {
616
672
  type: StringConstructor;
@@ -768,18 +824,29 @@ declare const _default: import("vue").DefineComponent<{
768
824
  type: BooleanConstructor;
769
825
  default: boolean;
770
826
  };
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<{
827
+ position: {
828
+ type: PropType<import("vue").CSSProperties>;
829
+ };
830
+ msgId: {
831
+ type: StringConstructor;
832
+ };
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<{
772
834
  show: {
773
835
  type: BooleanConstructor;
774
836
  default: boolean;
775
837
  };
838
+ position: {
839
+ type: PropType<import("vue").CSSProperties>;
840
+ };
841
+ msgId: {
842
+ type: StringConstructor;
843
+ };
776
844
  }>> & {
777
- onClickMenu?: ((...args: any[]) => any) | undefined;
845
+ onSelect?: ((...args: any[]) => any) | undefined;
778
846
  "onUpdate:show"?: ((...args: any[]) => any) | undefined;
779
847
  }, {
780
848
  show: boolean;
781
849
  }>;
782
- downloadFile: typeof import("./utils").downloadFile;
783
850
  simplifyMessage: typeof import("./utils").simplifyMessage;
784
851
  isAudioOrVideoMessage: typeof isAudioOrVideoMessage;
785
852
  getAVTime: typeof import("./utils").getAVTime;
@@ -788,10 +855,10 @@ declare const _default: import("vue").DefineComponent<{
788
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<{}>>, {}>;
789
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<{}>>, {}>;
790
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<{}>>, {}>;
791
859
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
792
860
  ChatFooter: import("vue").DefineComponent<{}, {
793
861
  inputRef: import("vue").Ref<HTMLDivElement | undefined>;
794
- content: import("vue").Ref<string>;
795
862
  state: IState;
796
863
  sendMessage: (message: {
797
864
  chatType?: string | undefined;
@@ -800,6 +867,12 @@ declare const _default: import("vue").DefineComponent<{
800
867
  }) => Promise<void>;
801
868
  isGroupChat: import("vue").ComputedRef<boolean>;
802
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>;
803
876
  handleCall: (chatMessageType: string, checkedIds?: never[]) => void;
804
877
  handleKeyDown: (event: KeyboardEvent) => void;
805
878
  isWrap: (event: KeyboardEvent) => boolean;
@@ -831,9 +904,10 @@ declare const _default: import("vue").DefineComponent<{
831
904
  };
832
905
  disabledIds: {
833
906
  type: PropType<string[]>;
907
+ default: () => never[];
834
908
  };
835
909
  defaultValue: {
836
- type: PropType<string[]>;
910
+ type: PropType<AnyObject[]>;
837
911
  };
838
912
  }, {
839
913
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
@@ -850,34 +924,53 @@ declare const _default: import("vue").DefineComponent<{
850
924
  };
851
925
  disabledIds: {
852
926
  type: PropType<string[]>;
927
+ default: () => never[];
853
928
  };
854
929
  defaultValue: {
855
- type: PropType<string[]>;
930
+ type: PropType<AnyObject[]>;
856
931
  };
857
932
  }>> & {
858
933
  onComfirm?: ((...args: any[]) => any) | undefined;
859
934
  }>>;
860
935
  emit: (event: "comfirm", ...args: any[]) => void;
861
936
  state: IState;
937
+ listRef: import("vue").Ref<any>;
938
+ keyword: import("vue").Ref<any>;
862
939
  showModal: import("vue").Ref<boolean>;
863
- checkedIds: import("vue").Ref<(string | number)[]>;
940
+ checkedOptions: import("vue").Ref<AnyObject[]>;
864
941
  options: import("vue").Ref<AnyObject[]>;
865
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[]>;
866
953
  btnDisabled: import("vue").ComputedRef<boolean>;
954
+ allChecked: import("vue").WritableComputedRef<boolean>;
867
955
  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;
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;
876
963
  NModal: any;
877
964
  NButton: any;
878
- NTransfer: any;
965
+ NSpace: any;
966
+ NAvatar: any;
879
967
  NIcon: any;
968
+ NTag: any;
880
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<{}>>, {}>;
881
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<{}>>, {}>;
882
975
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
883
976
  title: {
@@ -893,15 +986,17 @@ declare const _default: import("vue").DefineComponent<{
893
986
  };
894
987
  disabledIds: {
895
988
  type: PropType<string[]>;
989
+ default: () => never[];
896
990
  };
897
991
  defaultValue: {
898
- type: PropType<string[]>;
992
+ type: PropType<AnyObject[]>;
899
993
  };
900
994
  }>> & {
901
995
  onComfirm?: ((...args: any[]) => any) | undefined;
902
996
  }, {
903
997
  mode: string;
904
998
  title: string;
999
+ disabledIds: string[];
905
1000
  }>;
906
1001
  emojis: {
907
1002
  default: string[][];
@@ -918,17 +1013,12 @@ declare const _default: import("vue").DefineComponent<{
918
1013
  listRef: import("vue").Ref<any>;
919
1014
  inputRef: import("vue").Ref<any>;
920
1015
  showSearch: import("vue").Ref<boolean>;
921
- keyword: import("vue").Ref<any>;
922
- userList: import("vue").Ref<any>;
1016
+ keyword: import("vue").Ref<string>;
923
1017
  state: IState;
924
1018
  openSession: (item: AnyObject) => Promise<void>;
925
- pageInfo: {
926
- page: number;
927
- hasMore: boolean;
928
- };
1019
+ userList: import("vue").Ref<AnyObject[]>;
929
1020
  handleInput: () => void;
930
- handleSearch: () => Promise<void>;
931
- resetAndSearch: () => void;
1021
+ showNoData: import("vue").ComputedRef<boolean>;
932
1022
  addSession: (userId: string) => Promise<void>;
933
1023
  NPopover: any;
934
1024
  NButton: any;
@@ -936,6 +1026,61 @@ declare const _default: import("vue").DefineComponent<{
936
1026
  NInput: any;
937
1027
  NIcon: any;
938
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
+ }>>;
939
1084
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
940
1085
  ChatAdd: import("vue").DefineComponent<{
941
1086
  title: {
@@ -951,9 +1096,10 @@ declare const _default: import("vue").DefineComponent<{
951
1096
  };
952
1097
  disabledIds: {
953
1098
  type: PropType<string[]>;
1099
+ default: () => never[];
954
1100
  };
955
1101
  defaultValue: {
956
- type: PropType<string[]>;
1102
+ type: PropType<AnyObject[]>;
957
1103
  };
958
1104
  }, {
959
1105
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
@@ -970,34 +1116,53 @@ declare const _default: import("vue").DefineComponent<{
970
1116
  };
971
1117
  disabledIds: {
972
1118
  type: PropType<string[]>;
1119
+ default: () => never[];
973
1120
  };
974
1121
  defaultValue: {
975
- type: PropType<string[]>;
1122
+ type: PropType<AnyObject[]>;
976
1123
  };
977
1124
  }>> & {
978
1125
  onComfirm?: ((...args: any[]) => any) | undefined;
979
1126
  }>>;
980
1127
  emit: (event: "comfirm", ...args: any[]) => void;
981
1128
  state: IState;
1129
+ listRef: import("vue").Ref<any>;
1130
+ keyword: import("vue").Ref<any>;
982
1131
  showModal: import("vue").Ref<boolean>;
983
- checkedIds: import("vue").Ref<(string | number)[]>;
1132
+ checkedOptions: import("vue").Ref<AnyObject[]>;
984
1133
  options: import("vue").Ref<AnyObject[]>;
985
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[]>;
986
1145
  btnDisabled: import("vue").ComputedRef<boolean>;
1146
+ allChecked: import("vue").WritableComputedRef<boolean>;
987
1147
  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;
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;
996
1155
  NModal: any;
997
1156
  NButton: any;
998
- NTransfer: any;
1157
+ NSpace: any;
1158
+ NAvatar: any;
999
1159
  NIcon: any;
1160
+ NTag: any;
1000
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<{}>>, {}>;
1001
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<{}>>, {}>;
1002
1167
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1003
1168
  title: {
@@ -1013,15 +1178,17 @@ declare const _default: import("vue").DefineComponent<{
1013
1178
  };
1014
1179
  disabledIds: {
1015
1180
  type: PropType<string[]>;
1181
+ default: () => never[];
1016
1182
  };
1017
1183
  defaultValue: {
1018
- type: PropType<string[]>;
1184
+ type: PropType<AnyObject[]>;
1019
1185
  };
1020
1186
  }>> & {
1021
1187
  onComfirm?: ((...args: any[]) => any) | undefined;
1022
1188
  }, {
1023
1189
  mode: string;
1024
1190
  title: string;
1191
+ disabledIds: string[];
1025
1192
  }>;
1026
1193
  Video: import("vue").DefineComponent<{}, {
1027
1194
  sendMessage: (message: {
@@ -1043,6 +1210,20 @@ declare const _default: import("vue").DefineComponent<{
1043
1210
  timer: any;
1044
1211
  seconds: number;
1045
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;
1046
1227
  videoRef: import("vue").Ref<any>;
1047
1228
  selfVideoRef: import("vue").Ref<any>;
1048
1229
  isConnect: import("vue").Ref<boolean>;
@@ -1059,8 +1240,6 @@ declare const _default: import("vue").DefineComponent<{
1059
1240
  handleEnter: () => Promise<void>;
1060
1241
  handleFinish: () => void;
1061
1242
  handleExit: () => Promise<void>;
1062
- installEventHandlers: () => void;
1063
- uninstallEventHandlers: () => void;
1064
1243
  handleRemoteVideoAvailable: (event: any) => Promise<void>;
1065
1244
  handleRemoteAudioAvailable: (event: any) => void;
1066
1245
  handleRemoteUserEnter: () => void;
@@ -1076,7 +1255,10 @@ declare const _default: import("vue").DefineComponent<{
1076
1255
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1077
1256
  MultipleVideo: import("vue").DefineComponent<{}, {
1078
1257
  selfVideoRef: import("vue").Ref<any>;
1079
- remoteUsers: import("vue").Ref<string[]>;
1258
+ remoteUsers: import("vue").Ref<{
1259
+ id: string;
1260
+ name: string;
1261
+ }[]>;
1080
1262
  state: IState;
1081
1263
  sendMessage: (message: {
1082
1264
  chatType?: string | undefined;
@@ -1094,6 +1276,20 @@ declare const _default: import("vue").DefineComponent<{
1094
1276
  timing: import("vue").Ref<string>;
1095
1277
  toggleVideo: () => Promise<void>;
1096
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;
1097
1293
  isConnect: import("vue").Ref<boolean>;
1098
1294
  callUser: import("vue").ComputedRef<any>;
1099
1295
  title: import("vue").ComputedRef<string>;
@@ -1101,14 +1297,12 @@ declare const _default: import("vue").DefineComponent<{
1101
1297
  handleCall: () => void;
1102
1298
  handleEnter: () => Promise<void>;
1103
1299
  handleExit: () => Promise<void>;
1104
- installEventHandlers: () => void;
1105
- uninstallEventHandlers: () => void;
1106
1300
  handleRemoteVideoAvailable: (event: any) => Promise<void>;
1107
- handleRemoteAudioAvailable: (event: any) => void;
1108
- handleRemoteUserEnter: (event: any) => void;
1301
+ handleRemoteAudioAvailable: (event: any) => Promise<void>;
1302
+ handleRemoteUserEnter: (event: any) => Promise<void>;
1303
+ getUserName: (userId: string) => Promise<any>;
1109
1304
  handleRemoteUserExit: (event: any) => void;
1110
1305
  handleError: (error: any) => void;
1111
- getName: (id: string) => any;
1112
1306
  NButton: any;
1113
1307
  NIcon: any;
1114
1308
  ChatAdd: import("vue").DefineComponent<{
@@ -1125,9 +1319,10 @@ declare const _default: import("vue").DefineComponent<{
1125
1319
  };
1126
1320
  disabledIds: {
1127
1321
  type: PropType<string[]>;
1322
+ default: () => never[];
1128
1323
  };
1129
1324
  defaultValue: {
1130
- type: PropType<string[]>;
1325
+ type: PropType<AnyObject[]>;
1131
1326
  };
1132
1327
  }, {
1133
1328
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
@@ -1144,34 +1339,53 @@ declare const _default: import("vue").DefineComponent<{
1144
1339
  };
1145
1340
  disabledIds: {
1146
1341
  type: PropType<string[]>;
1342
+ default: () => never[];
1147
1343
  };
1148
1344
  defaultValue: {
1149
- type: PropType<string[]>;
1345
+ type: PropType<AnyObject[]>;
1150
1346
  };
1151
1347
  }>> & {
1152
1348
  onComfirm?: ((...args: any[]) => any) | undefined;
1153
1349
  }>>;
1154
1350
  emit: (event: "comfirm", ...args: any[]) => void;
1155
1351
  state: IState;
1352
+ listRef: import("vue").Ref<any>;
1353
+ keyword: import("vue").Ref<any>;
1156
1354
  showModal: import("vue").Ref<boolean>;
1157
- checkedIds: import("vue").Ref<(string | number)[]>;
1355
+ checkedOptions: import("vue").Ref<AnyObject[]>;
1158
1356
  options: import("vue").Ref<AnyObject[]>;
1159
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[]>;
1160
1368
  btnDisabled: import("vue").ComputedRef<boolean>;
1369
+ allChecked: import("vue").WritableComputedRef<boolean>;
1161
1370
  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;
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;
1170
1378
  NModal: any;
1171
1379
  NButton: any;
1172
- NTransfer: any;
1380
+ NSpace: any;
1381
+ NAvatar: any;
1173
1382
  NIcon: any;
1383
+ NTag: any;
1174
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<{}>>, {}>;
1175
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<{}>>, {}>;
1176
1390
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1177
1391
  title: {
@@ -1187,15 +1401,17 @@ declare const _default: import("vue").DefineComponent<{
1187
1401
  };
1188
1402
  disabledIds: {
1189
1403
  type: PropType<string[]>;
1404
+ default: () => never[];
1190
1405
  };
1191
1406
  defaultValue: {
1192
- type: PropType<string[]>;
1407
+ type: PropType<AnyObject[]>;
1193
1408
  };
1194
1409
  }>> & {
1195
1410
  onComfirm?: ((...args: any[]) => any) | undefined;
1196
1411
  }, {
1197
1412
  mode: string;
1198
1413
  title: string;
1414
+ disabledIds: string[];
1199
1415
  }>;
1200
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<{}>>, {}>;
1201
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<{}>>, {}>;
@@ -1222,10 +1438,18 @@ declare const _default: import("vue").DefineComponent<{
1222
1438
  type: StringConstructor;
1223
1439
  default: string;
1224
1440
  };
1441
+ chatBox: {
1442
+ type: BooleanConstructor;
1443
+ default: boolean;
1444
+ };
1445
+ defaultSessionKey: {
1446
+ type: StringConstructor;
1447
+ };
1225
1448
  }>> & {
1226
1449
  "onTemplate-click"?: ((...args: any[]) => any) | undefined;
1227
1450
  "onUnread-message-update"?: ((...args: any[]) => any) | undefined;
1228
1451
  }, {
1229
1452
  baseURL: string;
1453
+ chatBox: boolean;
1230
1454
  }>;
1231
1455
  export default _default;