cnhis-design-vue 3.2.2-beta.1 → 3.2.2-beta.7

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 (79) hide show
  1. package/es/components/biunique-chat/index.d.ts +738 -562
  2. package/es/components/biunique-chat/index.js +1 -1
  3. package/es/components/biunique-chat/src/Index.vue.d.ts +1201 -0
  4. package/es/components/biunique-chat/src/Index.vue.js +1 -0
  5. package/es/components/biunique-chat/src/Index.vue2.js +1 -0
  6. package/es/components/biunique-chat/src/api/index.d.ts +2 -5
  7. package/es/components/biunique-chat/src/api/index.js +1 -1
  8. package/es/components/biunique-chat/src/components/ChatFile.vue.d.ts +241 -0
  9. package/es/components/biunique-chat/src/components/ChatFile.vue.js +1 -0
  10. package/es/components/biunique-chat/src/components/ChatFile.vue2.js +1 -0
  11. package/es/components/biunique-chat/src/components/ChatFooter.vue.d.ts +3 -5
  12. package/es/components/biunique-chat/src/components/ChatFooter.vue2.js +1 -1
  13. package/es/components/biunique-chat/src/components/ChatHeader.vue.d.ts +639 -0
  14. package/es/components/biunique-chat/src/components/ChatHeader.vue2.js +1 -1
  15. package/es/components/biunique-chat/src/components/ChatMain.vue.d.ts +61 -5
  16. package/es/components/biunique-chat/src/components/ChatMain.vue2.js +1 -1
  17. package/es/components/biunique-chat/src/components/ChatRecord.vue.d.ts +101 -0
  18. package/es/components/biunique-chat/src/components/ChatRecord.vue.js +1 -0
  19. package/es/components/biunique-chat/src/components/ChatRecord.vue2.js +1 -0
  20. package/es/components/biunique-chat/src/components/ChatSet.vue.d.ts +246 -0
  21. package/es/components/biunique-chat/src/components/ChatSet.vue.js +1 -0
  22. package/es/components/biunique-chat/src/components/ChatSet.vue2.js +1 -0
  23. package/es/components/biunique-chat/src/components/PersonProfile.vue.d.ts +59 -0
  24. package/es/components/biunique-chat/src/components/PersonProfile.vue.js +1 -0
  25. package/es/components/biunique-chat/src/components/PersonProfile.vue2.js +1 -0
  26. package/es/components/biunique-chat/src/components/SiderList.vue.d.ts +18 -28
  27. package/es/components/biunique-chat/src/components/SiderList.vue2.js +1 -1
  28. package/es/components/biunique-chat/src/hooks/useState.d.ts +7 -0
  29. package/es/components/biunique-chat/src/hooks/useState.js +1 -0
  30. package/es/components/biunique-chat/src/types/index.d.ts +10 -0
  31. package/es/components/biunique-chat/src/types/index.js +1 -0
  32. package/es/components/biunique-chat/src/utils/index.d.ts +6 -0
  33. package/es/components/biunique-chat/src/utils/index.js +1 -0
  34. package/es/components/biunique-chat/style/iconfont.ttf +0 -0
  35. package/es/components/biunique-chat/style/index.css +1 -1
  36. package/es/components/button-print/src/utils/print.d.ts +1 -0
  37. package/es/components/button-print/src/utils/print.js +1 -1
  38. package/es/components/callback/src/components/render/popupMaps.d.ts +2 -0
  39. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -1
  40. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.js +1 -1
  41. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +1 -1
  42. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useLeft.js +1 -1
  43. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +1 -1
  44. package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +1 -1
  45. package/es/components/fabric-chart/src/hooks/temperature/useLeft.js +1 -1
  46. package/es/components/fabric-chart/src/hooks/temperature/useOther.js +1 -1
  47. package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +1 -1
  48. package/es/components/form-config/src/hooks/useSortalbeConfig.js +1 -1
  49. package/es/components/form-render/src/hooks/useFormEvent.js +1 -1
  50. package/es/components/form-render/src/hooks/useSelectedSetting.d.ts +3 -4
  51. package/es/components/form-render/src/hooks/useSelectedSetting.js +1 -1
  52. package/es/components/iho-table/index.d.ts +2 -0
  53. package/es/components/iho-table/src/IhoTable.vue.d.ts +2 -0
  54. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +1 -0
  55. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +1 -1
  56. package/es/components/iho-table/src/plugins/headerPlugin.js +1 -1
  57. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/index.d.ts +5 -0
  58. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useHeaderCSS.js +1 -1
  59. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useHoverColumn.js +1 -1
  60. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/renderer.js +1 -1
  61. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/types.d.ts +1 -0
  62. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.d.ts +1 -0
  63. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.js +1 -1
  64. package/es/components/iho-table/src/types/index.d.ts +1 -0
  65. package/es/components/iho-table/src/utils/index.d.ts +1 -1
  66. package/es/components/iho-table/src/utils/index.js +1 -1
  67. package/es/components/index.css +1 -1
  68. package/es/components/step-notice/index.d.ts +9 -0
  69. package/es/components/step-notice/src/StepNotice.vue.d.ts +9 -0
  70. package/es/components/step-notice/src/StepNotice.vue2.js +1 -1
  71. package/es/components/step-notice/src/components/NoticeItem.vue.d.ts +3 -0
  72. package/es/components/step-notice/src/components/NoticeItem.vue2.js +1 -1
  73. package/es/components/step-notice/src/types.d.ts +1 -0
  74. package/es/components/step-notice/style/index.css +1 -1
  75. package/es/shared/package.json.js +1 -1
  76. package/package.json +2 -2
  77. package/es/components/biunique-chat/src/BiuniqueChat.vue.d.ts +0 -1005
  78. package/es/components/biunique-chat/src/BiuniqueChat.vue.js +0 -1
  79. package/es/components/biunique-chat/src/BiuniqueChat.vue2.js +0 -1
@@ -1,528 +1,34 @@
1
1
  import { SFCWithInstall } from '../../shared/types';
2
2
  declare const BiuniqueChat: SFCWithInstall<import("vue").DefineComponent<{
3
- data: {
4
- type: import("vue").PropType<{
5
- chatType: string | number;
6
- orgId: string;
7
- userId: string;
8
- name: string;
9
- userType: string;
10
- source: string | number;
11
- }>;
12
- default: () => {};
3
+ token: {
4
+ type: StringConstructor;
5
+ required: true;
13
6
  };
14
7
  baseURL: {
15
8
  type: StringConstructor;
16
- defalut: string;
9
+ default: string;
17
10
  };
18
11
  }, {
19
12
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
20
- data: {
21
- type: import("vue").PropType<{
22
- chatType: string | number;
23
- orgId: string;
24
- userId: string;
25
- name: string;
26
- userType: string;
27
- source: string | number;
28
- }>;
29
- default: () => {};
13
+ token: {
14
+ type: StringConstructor;
15
+ required: true;
30
16
  };
31
17
  baseURL: {
32
18
  type: StringConstructor;
33
- defalut: string;
19
+ default: string;
34
20
  };
35
21
  }>> & {}>>;
36
- collapsed: import("vue").Ref<boolean>;
22
+ cssVars: import("vue").ComputedRef<import("vue").CSSProperties>;
37
23
  loading: import("vue").Ref<boolean>;
38
- stompClient: import("./src/utils/chatSock").ChatSock | null;
24
+ stompClient: import("vue").Ref<import("./src/utils/chatSock").ChatSock | undefined>;
39
25
  state: import("../../shared/types").AnyObject;
40
26
  init: () => Promise<void>;
41
27
  initWebSocket: () => void;
28
+ subscribeSessionList: () => void;
42
29
  subscribeSession: () => void;
43
30
  subscribeMessage: () => void;
44
- subscribeMessageRecord: () => void;
45
- handleAccess: () => Promise<void>;
46
- readMessage: () => Promise<void>;
47
- setCurrentSessionItem: (item: import("../../shared/types").AnyObject) => void;
48
- setMsgList: (list?: import("../../shared/types").AnyObject[]) => void;
49
- setCurrentMsg: (msgObj: import("../../shared/types").AnyObject) => void;
50
- setIsAppendMsg: (isAppendMsg: boolean) => void;
51
- setSessionList: (sessionList: import("../../shared/types").AnyObject[]) => void;
52
- setIsChangeSession: (isChangeSession: boolean) => void;
53
- setIsUpdateSession: (isUpdateSession: boolean) => void;
54
- onUpdateCollapsed: (_collapsed: boolean) => Promise<void>;
55
31
  NLayout: any;
56
- NLayoutSider: import("vue").DefineComponent<{
57
- position: {
58
- readonly type: import("vue").PropType<"absolute" | "static">;
59
- readonly default: "static";
60
- };
61
- bordered: BooleanConstructor;
62
- collapsedWidth: {
63
- readonly type: NumberConstructor;
64
- readonly default: 48;
65
- };
66
- width: {
67
- readonly type: import("vue").PropType<string | number>;
68
- readonly default: 272;
69
- };
70
- contentStyle: {
71
- readonly type: import("vue").PropType<string | import("vue").CSSProperties>;
72
- readonly default: "";
73
- };
74
- collapseMode: {
75
- readonly type: import("vue").PropType<"transform" | "width">;
76
- readonly default: "transform";
77
- };
78
- collapsed: {
79
- readonly type: import("vue").PropType<boolean | undefined>;
80
- readonly default: undefined;
81
- };
82
- defaultCollapsed: BooleanConstructor;
83
- showCollapsedContent: {
84
- readonly type: BooleanConstructor;
85
- readonly default: true;
86
- };
87
- showTrigger: {
88
- readonly type: import("vue").PropType<boolean | "bar" | "arrow-circle">;
89
- readonly default: false;
90
- };
91
- nativeScrollbar: {
92
- readonly type: BooleanConstructor;
93
- readonly default: true;
94
- };
95
- inverted: BooleanConstructor;
96
- scrollbarProps: import("vue").PropType<Partial<import("naive-ui/es/_internal").ScrollbarProps> & {
97
- style: import("vue").CSSProperties;
98
- }>;
99
- triggerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
100
- collapsedTriggerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
101
- 'onUpdate:collapsed': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
102
- onUpdateCollapsed: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
103
- onAfterEnter: import("vue").PropType<() => void>;
104
- onAfterLeave: import("vue").PropType<() => void>;
105
- onExpand: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
106
- onCollapse: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
107
- onScroll: import("vue").PropType<(e: Event) => void>;
108
- theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Layout", {
109
- textColor: string;
110
- textColorInverted: string;
111
- color: string;
112
- colorEmbedded: string;
113
- headerColor: string;
114
- headerColorInverted: string;
115
- footerColor: string;
116
- footerColorInverted: string;
117
- headerBorderColor: string;
118
- headerBorderColorInverted: string;
119
- footerBorderColor: string;
120
- footerBorderColorInverted: string;
121
- siderBorderColor: string;
122
- siderBorderColorInverted: string;
123
- siderColor: string;
124
- siderColorInverted: string;
125
- siderToggleButtonBorder: string;
126
- siderToggleButtonColor: string;
127
- siderToggleButtonIconColor: string;
128
- siderToggleButtonIconColorInverted: string;
129
- siderToggleBarColor: string;
130
- siderToggleBarColorHover: string;
131
- __invertScrollbar: string;
132
- }, {
133
- Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
134
- color: string;
135
- colorHover: string;
136
- }, any>;
137
- }>>;
138
- themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Layout", {
139
- textColor: string;
140
- textColorInverted: string;
141
- color: string;
142
- colorEmbedded: string;
143
- headerColor: string;
144
- headerColorInverted: string;
145
- footerColor: string;
146
- footerColorInverted: string;
147
- headerBorderColor: string;
148
- headerBorderColorInverted: string;
149
- footerBorderColor: string;
150
- footerBorderColorInverted: string;
151
- siderBorderColor: string;
152
- siderBorderColorInverted: string;
153
- siderColor: string;
154
- siderColorInverted: string;
155
- siderToggleButtonBorder: string;
156
- siderToggleButtonColor: string;
157
- siderToggleButtonIconColor: string;
158
- siderToggleButtonIconColorInverted: string;
159
- siderToggleBarColor: string;
160
- siderToggleBarColorHover: string;
161
- __invertScrollbar: string;
162
- }, {
163
- Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
164
- color: string;
165
- colorHover: string;
166
- }, any>;
167
- }>>>;
168
- builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Layout", {
169
- textColor: string;
170
- textColorInverted: string;
171
- color: string;
172
- colorEmbedded: string;
173
- headerColor: string;
174
- headerColorInverted: string;
175
- footerColor: string;
176
- footerColorInverted: string;
177
- headerBorderColor: string;
178
- headerBorderColorInverted: string;
179
- footerBorderColor: string;
180
- footerBorderColorInverted: string;
181
- siderBorderColor: string;
182
- siderBorderColorInverted: string;
183
- siderColor: string;
184
- siderColorInverted: string;
185
- siderToggleButtonBorder: string;
186
- siderToggleButtonColor: string;
187
- siderToggleButtonIconColor: string;
188
- siderToggleButtonIconColorInverted: string;
189
- siderToggleBarColor: string;
190
- siderToggleBarColorHover: string;
191
- __invertScrollbar: string;
192
- }, {
193
- Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
194
- color: string;
195
- colorHover: string;
196
- }, any>;
197
- }>>>;
198
- }, {
199
- scrollTo: ((options: ScrollToOptions) => void) & ((x: number, y: number) => void);
200
- scrollableElRef: import("vue").Ref<HTMLElement | null>;
201
- scrollbarInstRef: import("vue").Ref<{
202
- $el: HTMLElement;
203
- containerRef: HTMLElement | null;
204
- contentRef: HTMLElement | null;
205
- containerScrollTop: number;
206
- syncUnifiedContainer: () => void;
207
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
208
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
209
- sync: () => void;
210
- handleMouseEnterWrapper: () => void;
211
- handleMouseLeaveWrapper: () => void;
212
- } | null>;
213
- mergedClsPrefix: import("vue").ComputedRef<string>;
214
- mergedTheme: import("vue").ComputedRef<{
215
- common: {
216
- baseColor: string;
217
- primaryColor: string;
218
- primaryColorHover: string;
219
- primaryColorPressed: string;
220
- primaryColorSuppl: string;
221
- infoColor: string;
222
- infoColorHover: string;
223
- infoColorPressed: string;
224
- infoColorSuppl: string;
225
- successColor: string;
226
- successColorHover: string;
227
- successColorPressed: string;
228
- successColorSuppl: string;
229
- warningColor: string;
230
- warningColorHover: string;
231
- warningColorPressed: string;
232
- warningColorSuppl: string;
233
- errorColor: string;
234
- errorColorHover: string;
235
- errorColorPressed: string;
236
- errorColorSuppl: string;
237
- textColorBase: string;
238
- textColor1: string;
239
- textColor2: string;
240
- textColor3: string;
241
- textColorDisabled: string;
242
- placeholderColor: string;
243
- placeholderColorDisabled: string;
244
- iconColor: string;
245
- iconColorHover: string;
246
- iconColorPressed: string;
247
- iconColorDisabled: string;
248
- opacity1: string;
249
- opacity2: string;
250
- opacity3: string;
251
- opacity4: string;
252
- opacity5: string;
253
- dividerColor: string;
254
- borderColor: string;
255
- closeIconColor: string;
256
- closeIconColorHover: string;
257
- closeIconColorPressed: string;
258
- closeColorHover: string;
259
- closeColorPressed: string;
260
- clearColor: string;
261
- clearColorHover: string;
262
- clearColorPressed: string;
263
- scrollbarColor: string;
264
- scrollbarColorHover: string;
265
- scrollbarWidth: string;
266
- scrollbarHeight: string;
267
- scrollbarBorderRadius: string;
268
- progressRailColor: string;
269
- railColor: string;
270
- popoverColor: string;
271
- tableColor: string;
272
- cardColor: string;
273
- modalColor: string;
274
- bodyColor: string;
275
- tagColor: string;
276
- avatarColor: string;
277
- invertedColor: string;
278
- inputColor: string;
279
- codeColor: string;
280
- tabColor: string;
281
- actionColor: string;
282
- tableHeaderColor: string;
283
- hoverColor: string;
284
- tableColorHover: string;
285
- tableColorStriped: string;
286
- pressedColor: string;
287
- opacityDisabled: string;
288
- inputColorDisabled: string;
289
- buttonColor2: string;
290
- buttonColor2Hover: string;
291
- buttonColor2Pressed: string;
292
- boxShadow1: string;
293
- boxShadow2: string;
294
- boxShadow3: string;
295
- fontFamily: string;
296
- fontFamilyMono: string;
297
- fontWeight: string;
298
- fontWeightStrong: string;
299
- cubicBezierEaseInOut: string;
300
- cubicBezierEaseOut: string;
301
- cubicBezierEaseIn: string;
302
- borderRadius: string;
303
- borderRadiusSmall: string;
304
- fontSize: string;
305
- fontSizeMini: string;
306
- fontSizeTiny: string;
307
- fontSizeSmall: string;
308
- fontSizeMedium: string;
309
- fontSizeLarge: string;
310
- fontSizeHuge: string;
311
- lineHeight: string;
312
- heightMini: string;
313
- heightTiny: string;
314
- heightSmall: string;
315
- heightMedium: string;
316
- heightLarge: string;
317
- heightHuge: string;
318
- name: "common";
319
- };
320
- self: {
321
- textColor: string;
322
- textColorInverted: string;
323
- color: string;
324
- colorEmbedded: string;
325
- headerColor: string;
326
- headerColorInverted: string;
327
- footerColor: string;
328
- footerColorInverted: string;
329
- headerBorderColor: string;
330
- headerBorderColorInverted: string;
331
- footerBorderColor: string;
332
- footerBorderColorInverted: string;
333
- siderBorderColor: string;
334
- siderBorderColorInverted: string;
335
- siderColor: string;
336
- siderColorInverted: string;
337
- siderToggleButtonBorder: string;
338
- siderToggleButtonColor: string;
339
- siderToggleButtonIconColor: string;
340
- siderToggleButtonIconColorInverted: string;
341
- siderToggleBarColor: string;
342
- siderToggleBarColorHover: string;
343
- __invertScrollbar: string;
344
- };
345
- peers: {
346
- Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
347
- color: string;
348
- colorHover: string;
349
- }, any>;
350
- };
351
- peerOverrides: {
352
- Scrollbar?: {
353
- peers?: {
354
- [x: string]: any;
355
- } | undefined;
356
- } | undefined;
357
- };
358
- }>;
359
- styleMaxWidth: import("vue").ComputedRef<string>;
360
- mergedCollapsed: import("vue").ComputedRef<boolean>;
361
- scrollContainerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
362
- siderPlacement: import("vue").ComputedRef<"left" | "right">;
363
- handleNativeElScroll: (e: Event) => void;
364
- handleTransitionend: (e: TransitionEvent) => void;
365
- handleTriggerClick: () => void;
366
- inlineThemeDisabled: boolean | undefined;
367
- cssVars: import("vue").ComputedRef<any>;
368
- themeClass: import("vue").Ref<string> | undefined;
369
- onRender: (() => void) | undefined;
370
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
371
- position: {
372
- readonly type: import("vue").PropType<"absolute" | "static">;
373
- readonly default: "static";
374
- };
375
- bordered: BooleanConstructor;
376
- collapsedWidth: {
377
- readonly type: NumberConstructor;
378
- readonly default: 48;
379
- };
380
- width: {
381
- readonly type: import("vue").PropType<string | number>;
382
- readonly default: 272;
383
- };
384
- contentStyle: {
385
- readonly type: import("vue").PropType<string | import("vue").CSSProperties>;
386
- readonly default: "";
387
- };
388
- collapseMode: {
389
- readonly type: import("vue").PropType<"transform" | "width">;
390
- readonly default: "transform";
391
- };
392
- collapsed: {
393
- readonly type: import("vue").PropType<boolean | undefined>;
394
- readonly default: undefined;
395
- };
396
- defaultCollapsed: BooleanConstructor;
397
- showCollapsedContent: {
398
- readonly type: BooleanConstructor;
399
- readonly default: true;
400
- };
401
- showTrigger: {
402
- readonly type: import("vue").PropType<boolean | "bar" | "arrow-circle">;
403
- readonly default: false;
404
- };
405
- nativeScrollbar: {
406
- readonly type: BooleanConstructor;
407
- readonly default: true;
408
- };
409
- inverted: BooleanConstructor;
410
- scrollbarProps: import("vue").PropType<Partial<import("naive-ui/es/_internal").ScrollbarProps> & {
411
- style: import("vue").CSSProperties;
412
- }>;
413
- triggerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
414
- collapsedTriggerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
415
- 'onUpdate:collapsed': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
416
- onUpdateCollapsed: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
417
- onAfterEnter: import("vue").PropType<() => void>;
418
- onAfterLeave: import("vue").PropType<() => void>;
419
- onExpand: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
420
- onCollapse: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
421
- onScroll: import("vue").PropType<(e: Event) => void>;
422
- theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Layout", {
423
- textColor: string;
424
- textColorInverted: string;
425
- color: string;
426
- colorEmbedded: string;
427
- headerColor: string;
428
- headerColorInverted: string;
429
- footerColor: string;
430
- footerColorInverted: string;
431
- headerBorderColor: string;
432
- headerBorderColorInverted: string;
433
- footerBorderColor: string;
434
- footerBorderColorInverted: string;
435
- siderBorderColor: string;
436
- siderBorderColorInverted: string;
437
- siderColor: string;
438
- siderColorInverted: string;
439
- siderToggleButtonBorder: string;
440
- siderToggleButtonColor: string;
441
- siderToggleButtonIconColor: string;
442
- siderToggleButtonIconColorInverted: string;
443
- siderToggleBarColor: string;
444
- siderToggleBarColorHover: string;
445
- __invertScrollbar: string;
446
- }, {
447
- Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
448
- color: string;
449
- colorHover: string;
450
- }, any>;
451
- }>>;
452
- themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Layout", {
453
- textColor: string;
454
- textColorInverted: string;
455
- color: string;
456
- colorEmbedded: string;
457
- headerColor: string;
458
- headerColorInverted: string;
459
- footerColor: string;
460
- footerColorInverted: string;
461
- headerBorderColor: string;
462
- headerBorderColorInverted: string;
463
- footerBorderColor: string;
464
- footerBorderColorInverted: string;
465
- siderBorderColor: string;
466
- siderBorderColorInverted: string;
467
- siderColor: string;
468
- siderColorInverted: string;
469
- siderToggleButtonBorder: string;
470
- siderToggleButtonColor: string;
471
- siderToggleButtonIconColor: string;
472
- siderToggleButtonIconColorInverted: string;
473
- siderToggleBarColor: string;
474
- siderToggleBarColorHover: string;
475
- __invertScrollbar: string;
476
- }, {
477
- Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
478
- color: string;
479
- colorHover: string;
480
- }, any>;
481
- }>>>;
482
- builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Layout", {
483
- textColor: string;
484
- textColorInverted: string;
485
- color: string;
486
- colorEmbedded: string;
487
- headerColor: string;
488
- headerColorInverted: string;
489
- footerColor: string;
490
- footerColorInverted: string;
491
- headerBorderColor: string;
492
- headerBorderColorInverted: string;
493
- footerBorderColor: string;
494
- footerBorderColorInverted: string;
495
- siderBorderColor: string;
496
- siderBorderColorInverted: string;
497
- siderColor: string;
498
- siderColorInverted: string;
499
- siderToggleButtonBorder: string;
500
- siderToggleButtonColor: string;
501
- siderToggleButtonIconColor: string;
502
- siderToggleButtonIconColorInverted: string;
503
- siderToggleBarColor: string;
504
- siderToggleBarColorHover: string;
505
- __invertScrollbar: string;
506
- }, {
507
- Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
508
- color: string;
509
- colorHover: string;
510
- }, any>;
511
- }>>>;
512
- }>>, {
513
- position: "absolute" | "static";
514
- width: string | number;
515
- bordered: boolean;
516
- contentStyle: string | import("vue").CSSProperties;
517
- inverted: boolean;
518
- collapsed: boolean | undefined;
519
- nativeScrollbar: boolean;
520
- collapsedWidth: number;
521
- collapseMode: "transform" | "width";
522
- defaultCollapsed: boolean;
523
- showCollapsedContent: boolean;
524
- showTrigger: boolean | "bar" | "arrow-circle";
525
- }>;
526
32
  NLayoutContent: import("vue").DefineComponent<{
527
33
  embedded: BooleanConstructor;
528
34
  position: {
@@ -924,69 +430,753 @@ declare const BiuniqueChat: SFCWithInstall<import("vue").DefineComponent<{
924
430
  siderPlacement: "left" | "right";
925
431
  }>;
926
432
  NSpin: any;
927
- SiderList: import("vue").DefineComponent<{
928
- collapsed: {
929
- type: BooleanConstructor;
930
- default: boolean;
931
- };
932
- }, {
933
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
934
- collapsed: {
935
- type: BooleanConstructor;
936
- default: boolean;
937
- };
938
- }>> & {}>>;
939
- state: import("../../shared/types").AnyObject;
940
- setCurrentSessionItem: Function;
941
- setSessionList: Function;
942
- setIsChangeSession: Function;
943
- setIsUpdateSession: Function;
433
+ NConfigProvider: any;
434
+ SiderList: import("vue").DefineComponent<{}, {
435
+ flexWidth: import("vue").Ref<number>;
944
436
  listBoxRef: import("vue").Ref<HTMLElement | undefined>;
945
437
  keyword: import("vue").Ref<string>;
946
438
  sessionList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
947
439
  loading: import("vue").Ref<boolean>;
948
- pageNum: number;
949
- init: () => void;
440
+ filterList: import("vue").Ref<{
441
+ label: string;
442
+ key: string;
443
+ number: number;
444
+ }[]>;
445
+ currentFilterKey: import("vue").Ref<string>;
446
+ state: import("../../shared/types").AnyObject;
447
+ setCurrentSessionItem: (item: import("../../shared/types").AnyObject) => void;
448
+ currentWidth: import("vue").ComputedRef<number>;
950
449
  handleSearch: () => void;
951
- getMySessionList: () => Promise<void>;
952
450
  entrySession: (item: import("../../shared/types").AnyObject) => void;
953
451
  sessionChange: (sessionItem: import("../../shared/types").AnyObject) => void;
452
+ changeWidth: ({ distance }: import("../../shared/types").AnyObject) => void;
453
+ handleFilter: (key: string) => void;
954
454
  NSpin: any;
955
455
  NBadge: any;
956
456
  NAvatar: any;
957
- NInput: any;
958
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
959
- collapsed: {
960
- type: BooleanConstructor;
961
- default: boolean;
457
+ NTag: any;
458
+ vFlexibleResize: {
459
+ mounted(el: any, { value }: any): void;
460
+ beforeUnmount(el: any): void;
962
461
  };
963
- }>>, {
964
- collapsed: boolean;
965
- }>;
462
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
966
463
  ChatHeader: import("vue").DefineComponent<{}, {
967
464
  state: import("../../shared/types").AnyObject;
465
+ showChatSet: import("vue").Ref<boolean>;
466
+ showChatFile: import("vue").Ref<boolean>;
467
+ chatFileType: import("vue").Ref<string>;
468
+ showChatRecord: import("vue").Ref<boolean>;
968
469
  username: import("vue").ComputedRef<any>;
470
+ handleOpenChatFile: (type: string) => void;
969
471
  NAvatar: any;
472
+ PersonProfile: import("vue").DefineComponent<{
473
+ userInfo: {
474
+ type: import("vue").PropType<import("../../shared/types").AnyObject>;
475
+ required: true;
476
+ };
477
+ }, {
478
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
479
+ userInfo: {
480
+ type: import("vue").PropType<import("../../shared/types").AnyObject>;
481
+ required: true;
482
+ };
483
+ }>> & {}>>;
484
+ showLargeAvatar: import("vue").Ref<boolean>;
485
+ showPhone: import("vue").Ref<boolean>;
486
+ personInfo: import("vue").ComputedRef<({
487
+ label: string;
488
+ content: string;
489
+ key?: undefined;
490
+ } | {
491
+ label: string;
492
+ content: string;
493
+ key: string;
494
+ })[]>;
495
+ getContent: (info: import("../../shared/types").AnyObject) => any;
496
+ onFinish: (options: {
497
+ file: import("naive-ui").UploadFileInfo;
498
+ }) => void;
499
+ onChange: (options: {
500
+ file: import("naive-ui").UploadFileInfo;
501
+ }) => void;
502
+ NAvatar: any;
503
+ NPopover: any;
504
+ NButton: any;
505
+ NIcon: any;
506
+ NUpload: any;
507
+ NUploadTrigger: import("vue").DefineComponent<{
508
+ abstract: BooleanConstructor;
509
+ }, () => JSX.Element | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
510
+ [key: string]: any;
511
+ }>[] | undefined, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
512
+ abstract: BooleanConstructor;
513
+ }>>, {
514
+ abstract: boolean;
515
+ }>;
516
+ ChatbubbleEllipses: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
517
+ Close: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
518
+ Camera: 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<{}>>, {}>;
519
+ EyeOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
520
+ EyeOffOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
521
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
522
+ userInfo: {
523
+ type: import("vue").PropType<import("../../shared/types").AnyObject>;
524
+ required: true;
525
+ };
526
+ }>>, {}>;
527
+ ChatSet: import("vue").DefineComponent<{}, {
528
+ state: import("../../shared/types").AnyObject;
529
+ setCurrentSessionItem: (item: import("../../shared/types").AnyObject) => void;
530
+ handleTopping: (value: boolean) => Promise<void>;
531
+ NDrawer: any;
532
+ NDrawerContent: import("vue").DefineComponent<{
533
+ title: {
534
+ type: StringConstructor;
535
+ };
536
+ headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
537
+ footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
538
+ bodyStyle: import("vue").PropType<string | import("vue").CSSProperties>;
539
+ bodyContentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
540
+ nativeScrollbar: {
541
+ type: BooleanConstructor;
542
+ default: boolean;
543
+ };
544
+ scrollbarProps: import("vue").PropType<import("naive-ui/es/_internal").ScrollbarProps>;
545
+ closable: BooleanConstructor;
546
+ }, {
547
+ handleCloseClick: () => void;
548
+ mergedTheme: import("vue").Ref<{
549
+ common: {
550
+ baseColor: string;
551
+ primaryColor: string;
552
+ primaryColorHover: string;
553
+ primaryColorPressed: string;
554
+ primaryColorSuppl: string;
555
+ infoColor: string;
556
+ infoColorHover: string;
557
+ infoColorPressed: string;
558
+ infoColorSuppl: string;
559
+ successColor: string;
560
+ successColorHover: string;
561
+ successColorPressed: string;
562
+ successColorSuppl: string;
563
+ warningColor: string;
564
+ warningColorHover: string;
565
+ warningColorPressed: string;
566
+ warningColorSuppl: string;
567
+ errorColor: string;
568
+ errorColorHover: string;
569
+ errorColorPressed: string;
570
+ errorColorSuppl: string;
571
+ textColorBase: string;
572
+ textColor1: string;
573
+ textColor2: string;
574
+ textColor3: string;
575
+ textColorDisabled: string;
576
+ placeholderColor: string;
577
+ placeholderColorDisabled: string;
578
+ iconColor: string;
579
+ iconColorHover: string;
580
+ iconColorPressed: string;
581
+ iconColorDisabled: string;
582
+ opacity1: string;
583
+ opacity2: string;
584
+ opacity3: string;
585
+ opacity4: string;
586
+ opacity5: string;
587
+ dividerColor: string;
588
+ borderColor: string;
589
+ closeIconColor: string;
590
+ closeIconColorHover: string;
591
+ closeIconColorPressed: string;
592
+ closeColorHover: string;
593
+ closeColorPressed: string;
594
+ clearColor: string;
595
+ clearColorHover: string;
596
+ clearColorPressed: string;
597
+ scrollbarColor: string;
598
+ scrollbarColorHover: string;
599
+ scrollbarWidth: string;
600
+ scrollbarHeight: string;
601
+ scrollbarBorderRadius: string;
602
+ progressRailColor: string;
603
+ railColor: string;
604
+ popoverColor: string;
605
+ tableColor: string;
606
+ cardColor: string;
607
+ modalColor: string;
608
+ bodyColor: string;
609
+ tagColor: string;
610
+ avatarColor: string;
611
+ invertedColor: string;
612
+ inputColor: string;
613
+ codeColor: string;
614
+ tabColor: string;
615
+ actionColor: string;
616
+ tableHeaderColor: string;
617
+ hoverColor: string;
618
+ tableColorHover: string;
619
+ tableColorStriped: string;
620
+ pressedColor: string;
621
+ opacityDisabled: string;
622
+ inputColorDisabled: string;
623
+ buttonColor2: string;
624
+ buttonColor2Hover: string;
625
+ buttonColor2Pressed: string;
626
+ boxShadow1: string;
627
+ boxShadow2: string;
628
+ boxShadow3: string;
629
+ fontFamily: string;
630
+ fontFamilyMono: string;
631
+ fontWeight: string;
632
+ fontWeightStrong: string;
633
+ cubicBezierEaseInOut: string;
634
+ cubicBezierEaseOut: string;
635
+ cubicBezierEaseIn: string;
636
+ borderRadius: string;
637
+ borderRadiusSmall: string;
638
+ fontSize: string;
639
+ fontSizeMini: string;
640
+ fontSizeTiny: string;
641
+ fontSizeSmall: string;
642
+ fontSizeMedium: string;
643
+ fontSizeLarge: string;
644
+ fontSizeHuge: string;
645
+ lineHeight: string;
646
+ heightMini: string;
647
+ heightTiny: string;
648
+ heightSmall: string;
649
+ heightMedium: string;
650
+ heightLarge: string;
651
+ heightHuge: string;
652
+ name: "common";
653
+ };
654
+ self: {
655
+ bodyPadding: string;
656
+ headerPadding: string;
657
+ footerPadding: string;
658
+ color: string;
659
+ textColor: string;
660
+ titleTextColor: string;
661
+ titleFontSize: string;
662
+ titleFontWeight: string;
663
+ boxShadow: string;
664
+ lineHeight: string;
665
+ headerBorderBottom: string;
666
+ footerBorderTop: string;
667
+ closeIconColor: string;
668
+ closeIconColorHover: string;
669
+ closeIconColorPressed: string;
670
+ closeSize: string;
671
+ closeIconSize: string;
672
+ closeColorHover: string;
673
+ closeColorPressed: string;
674
+ closeBorderRadius: string;
675
+ resizableTriggerColorHover: string;
676
+ };
677
+ peers: {
678
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
679
+ color: string;
680
+ colorHover: string;
681
+ }, any>;
682
+ };
683
+ peerOverrides: {
684
+ Scrollbar?: {
685
+ peers?: {
686
+ [x: string]: any;
687
+ } | undefined;
688
+ } | undefined;
689
+ };
690
+ }>;
691
+ mergedClsPrefix: import("vue").Ref<string>;
692
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
693
+ title: {
694
+ type: StringConstructor;
695
+ };
696
+ headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
697
+ footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
698
+ bodyStyle: import("vue").PropType<string | import("vue").CSSProperties>;
699
+ bodyContentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
700
+ nativeScrollbar: {
701
+ type: BooleanConstructor;
702
+ default: boolean;
703
+ };
704
+ scrollbarProps: import("vue").PropType<import("naive-ui/es/_internal").ScrollbarProps>;
705
+ closable: BooleanConstructor;
706
+ }>>, {
707
+ closable: boolean;
708
+ nativeScrollbar: boolean;
709
+ }>;
710
+ NAvatar: any;
711
+ NIcon: any;
712
+ NSwitch: any;
713
+ ChevronForwardOutline: 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<{}>>, {}>;
714
+ PersonProfile: import("vue").DefineComponent<{
715
+ userInfo: {
716
+ type: import("vue").PropType<import("../../shared/types").AnyObject>;
717
+ required: true;
718
+ };
719
+ }, {
720
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
721
+ userInfo: {
722
+ type: import("vue").PropType<import("../../shared/types").AnyObject>;
723
+ required: true;
724
+ };
725
+ }>> & {}>>;
726
+ showLargeAvatar: import("vue").Ref<boolean>;
727
+ showPhone: import("vue").Ref<boolean>;
728
+ personInfo: import("vue").ComputedRef<({
729
+ label: string;
730
+ content: string;
731
+ key?: undefined;
732
+ } | {
733
+ label: string;
734
+ content: string;
735
+ key: string;
736
+ })[]>;
737
+ getContent: (info: import("../../shared/types").AnyObject) => any;
738
+ onFinish: (options: {
739
+ file: import("naive-ui").UploadFileInfo;
740
+ }) => void;
741
+ onChange: (options: {
742
+ file: import("naive-ui").UploadFileInfo;
743
+ }) => void;
744
+ NAvatar: any;
745
+ NPopover: any;
746
+ NButton: any;
747
+ NIcon: any;
748
+ NUpload: any;
749
+ NUploadTrigger: import("vue").DefineComponent<{
750
+ abstract: BooleanConstructor;
751
+ }, () => JSX.Element | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
752
+ [key: string]: any;
753
+ }>[] | undefined, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
754
+ abstract: BooleanConstructor;
755
+ }>>, {
756
+ abstract: boolean;
757
+ }>;
758
+ ChatbubbleEllipses: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
759
+ Close: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
760
+ Camera: 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<{}>>, {}>;
761
+ EyeOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
762
+ EyeOffOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
763
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
764
+ userInfo: {
765
+ type: import("vue").PropType<import("../../shared/types").AnyObject>;
766
+ required: true;
767
+ };
768
+ }>>, {}>;
769
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
770
+ ChatFile: import("vue").DefineComponent<{
771
+ type: {
772
+ type: StringConstructor;
773
+ default: string;
774
+ };
775
+ }, {
776
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
777
+ type: {
778
+ type: StringConstructor;
779
+ default: string;
780
+ };
781
+ }>> & {}>>;
782
+ imageList: {
783
+ label: string;
784
+ data: string[];
785
+ }[];
786
+ fileList: {
787
+ name: string;
788
+ size: string;
789
+ time: string;
790
+ sender: string;
791
+ }[];
792
+ title: import("vue").ComputedRef<"聊天图片" | "聊天文件">;
793
+ getDetail: (item: import("../../shared/types").AnyObject) => string;
794
+ NModal: any;
795
+ NImageGroup: import("vue").DefineComponent<{
796
+ showToolbar: {
797
+ type: BooleanConstructor;
798
+ default: boolean;
799
+ };
800
+ showToolbarTooltip: BooleanConstructor;
801
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Image", {
802
+ toolbarIconColor: string;
803
+ toolbarColor: string;
804
+ toolbarBoxShadow: string;
805
+ toolbarBorderRadius: string;
806
+ }, {
807
+ Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
808
+ borderRadius: string;
809
+ boxShadow: string;
810
+ color: string;
811
+ textColor: string;
812
+ padding: string;
813
+ }, {
814
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
815
+ fontSize: string;
816
+ borderRadius: string;
817
+ color: string;
818
+ dividerColor: string;
819
+ textColor: string;
820
+ boxShadow: string;
821
+ space: string;
822
+ spaceArrow: string;
823
+ arrowOffset: string;
824
+ arrowOffsetVertical: string;
825
+ arrowHeight: string;
826
+ padding: string;
827
+ }, any>;
828
+ }>;
829
+ }>>;
830
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Image", {
831
+ toolbarIconColor: string;
832
+ toolbarColor: string;
833
+ toolbarBoxShadow: string;
834
+ toolbarBorderRadius: string;
835
+ }, {
836
+ Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
837
+ borderRadius: string;
838
+ boxShadow: string;
839
+ color: string;
840
+ textColor: string;
841
+ padding: string;
842
+ }, {
843
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
844
+ fontSize: string;
845
+ borderRadius: string;
846
+ color: string;
847
+ dividerColor: string;
848
+ textColor: string;
849
+ boxShadow: string;
850
+ space: string;
851
+ spaceArrow: string;
852
+ arrowOffset: string;
853
+ arrowOffsetVertical: string;
854
+ arrowHeight: string;
855
+ padding: string;
856
+ }, any>;
857
+ }>;
858
+ }>>>;
859
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Image", {
860
+ toolbarIconColor: string;
861
+ toolbarColor: string;
862
+ toolbarBoxShadow: string;
863
+ toolbarBorderRadius: string;
864
+ }, {
865
+ Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
866
+ borderRadius: string;
867
+ boxShadow: string;
868
+ color: string;
869
+ textColor: string;
870
+ padding: string;
871
+ }, {
872
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
873
+ fontSize: string;
874
+ borderRadius: string;
875
+ color: string;
876
+ dividerColor: string;
877
+ textColor: string;
878
+ boxShadow: string;
879
+ space: string;
880
+ spaceArrow: string;
881
+ arrowOffset: string;
882
+ arrowOffsetVertical: string;
883
+ arrowHeight: string;
884
+ padding: string;
885
+ }, any>;
886
+ }>;
887
+ }>>>;
888
+ }, {
889
+ mergedClsPrefix: import("vue").ComputedRef<string>;
890
+ previewInstRef: import("vue").Ref<{
891
+ setThumbnailEl: (e: HTMLImageElement | null) => void;
892
+ setPreviewSrc: (src?: string | undefined) => void;
893
+ toggleShow: () => void;
894
+ } | null>;
895
+ next: () => void;
896
+ prev: () => void;
897
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
898
+ showToolbar: {
899
+ type: BooleanConstructor;
900
+ default: boolean;
901
+ };
902
+ showToolbarTooltip: BooleanConstructor;
903
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Image", {
904
+ toolbarIconColor: string;
905
+ toolbarColor: string;
906
+ toolbarBoxShadow: string;
907
+ toolbarBorderRadius: string;
908
+ }, {
909
+ Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
910
+ borderRadius: string;
911
+ boxShadow: string;
912
+ color: string;
913
+ textColor: string;
914
+ padding: string;
915
+ }, {
916
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
917
+ fontSize: string;
918
+ borderRadius: string;
919
+ color: string;
920
+ dividerColor: string;
921
+ textColor: string;
922
+ boxShadow: string;
923
+ space: string;
924
+ spaceArrow: string;
925
+ arrowOffset: string;
926
+ arrowOffsetVertical: string;
927
+ arrowHeight: string;
928
+ padding: string;
929
+ }, any>;
930
+ }>;
931
+ }>>;
932
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Image", {
933
+ toolbarIconColor: string;
934
+ toolbarColor: string;
935
+ toolbarBoxShadow: string;
936
+ toolbarBorderRadius: string;
937
+ }, {
938
+ Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
939
+ borderRadius: string;
940
+ boxShadow: string;
941
+ color: string;
942
+ textColor: string;
943
+ padding: string;
944
+ }, {
945
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
946
+ fontSize: string;
947
+ borderRadius: string;
948
+ color: string;
949
+ dividerColor: string;
950
+ textColor: string;
951
+ boxShadow: string;
952
+ space: string;
953
+ spaceArrow: string;
954
+ arrowOffset: string;
955
+ arrowOffsetVertical: string;
956
+ arrowHeight: string;
957
+ padding: string;
958
+ }, any>;
959
+ }>;
960
+ }>>>;
961
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Image", {
962
+ toolbarIconColor: string;
963
+ toolbarColor: string;
964
+ toolbarBoxShadow: string;
965
+ toolbarBorderRadius: string;
966
+ }, {
967
+ Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
968
+ borderRadius: string;
969
+ boxShadow: string;
970
+ color: string;
971
+ textColor: string;
972
+ padding: string;
973
+ }, {
974
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
975
+ fontSize: string;
976
+ borderRadius: string;
977
+ color: string;
978
+ dividerColor: string;
979
+ textColor: string;
980
+ boxShadow: string;
981
+ space: string;
982
+ spaceArrow: string;
983
+ arrowOffset: string;
984
+ arrowOffsetVertical: string;
985
+ arrowHeight: string;
986
+ padding: string;
987
+ }, any>;
988
+ }>;
989
+ }>>>;
990
+ }>>, {
991
+ showToolbar: boolean;
992
+ showToolbarTooltip: boolean;
993
+ }>;
994
+ NImage: any;
995
+ NInput: any;
996
+ NIcon: any;
997
+ 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<{}>>, {}>;
998
+ OpenOutline: 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<{}>>, {}>;
999
+ DownloadOutline: 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<{}>>, {}>;
1000
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1001
+ type: {
1002
+ type: StringConstructor;
1003
+ default: string;
1004
+ };
1005
+ }>>, {
1006
+ type: string;
1007
+ }>;
1008
+ ChatRecord: import("vue").DefineComponent<{}, {
1009
+ tagColor: {
1010
+ color: string;
1011
+ textColor: string;
1012
+ };
1013
+ state: import("../../shared/types").AnyObject;
1014
+ options: {
1015
+ label: any;
1016
+ value: any;
1017
+ avatar: any;
1018
+ }[];
1019
+ user: import("vue").Ref<never[]>;
1020
+ startTime: import("vue").Ref<any>;
1021
+ endTime: import("vue").Ref<any>;
1022
+ getPrefixCondition: () => (JSX.Element | null)[];
1023
+ renderLabel: (option: import("../../shared/types").AnyObject) => JSX.Element;
1024
+ NModal: any;
1025
+ NTag: any;
1026
+ NInput: any;
1027
+ NSelect: any;
1028
+ NAvatar: any;
1029
+ NPopover: any;
1030
+ DatePicker: SFCWithInstall<import("vue").DefineComponent<{
1031
+ updateUnchangedValue: {
1032
+ type: BooleanConstructor;
1033
+ };
1034
+ onConfirm: {
1035
+ type: FunctionConstructor;
1036
+ };
1037
+ formattedValue: {
1038
+ type: import("vue").PropType<(string | [string, string]) | null | undefined>;
1039
+ };
1040
+ placeholder: {
1041
+ type: StringConstructor;
1042
+ };
1043
+ allowedInvalidValue: {
1044
+ type: StringConstructor;
1045
+ };
1046
+ }, {
1047
+ attrs: {
1048
+ [x: string]: unknown;
1049
+ };
1050
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1051
+ updateUnchangedValue: {
1052
+ type: BooleanConstructor;
1053
+ };
1054
+ onConfirm: {
1055
+ type: FunctionConstructor;
1056
+ };
1057
+ formattedValue: {
1058
+ type: import("vue").PropType<(string | [string, string]) | null | undefined>;
1059
+ };
1060
+ placeholder: {
1061
+ type: StringConstructor;
1062
+ };
1063
+ allowedInvalidValue: {
1064
+ type: StringConstructor;
1065
+ };
1066
+ }>> & {
1067
+ "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1068
+ }>>;
1069
+ emit: (event: "update:formatted-value", ...args: any[]) => void;
1070
+ datePickerRef: import("vue").Ref<import("../../shared/types").AnyObject | null>;
1071
+ panelInstRef: import("vue").Ref<null>;
1072
+ placeholderRef: import("vue").Ref<any>;
1073
+ currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
1074
+ isDateTime: import("vue").ComputedRef<boolean>;
1075
+ formatRef: import("vue").ComputedRef<string>;
1076
+ panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
1077
+ focus: () => any;
1078
+ blur: () => any;
1079
+ handleConfirm: (target: HTMLInputElement) => void;
1080
+ onUpdateShow: (show: boolean) => Promise<void>;
1081
+ onConfirm: (...args: any[]) => Promise<void>;
1082
+ isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
1083
+ NDatePicker: any;
1084
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1085
+ updateUnchangedValue: {
1086
+ type: BooleanConstructor;
1087
+ };
1088
+ onConfirm: {
1089
+ type: FunctionConstructor;
1090
+ };
1091
+ formattedValue: {
1092
+ type: import("vue").PropType<(string | [string, string]) | null | undefined>;
1093
+ };
1094
+ placeholder: {
1095
+ type: StringConstructor;
1096
+ };
1097
+ allowedInvalidValue: {
1098
+ type: StringConstructor;
1099
+ };
1100
+ }>> & {
1101
+ "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1102
+ }, {
1103
+ updateUnchangedValue: boolean;
1104
+ }>>;
1105
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
970
1106
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
971
1107
  ChatMain: import("vue").DefineComponent<{}, {
972
- state: import("../../shared/types").AnyObject;
973
- setMsgList: Function;
974
- setIsAppendMsg: Function;
975
1108
  chatMainRef: import("vue").Ref<HTMLElement | undefined>;
1109
+ state: import("../../shared/types").AnyObject;
1110
+ setMsgList: (list?: import("../../shared/types").AnyObject[]) => void;
1111
+ page: number;
976
1112
  getHistoryRecord: () => Promise<void>;
977
- accessSession: (lastSessionId: string) => Promise<void>;
978
- isNeedShowTime: (item: import("../../shared/types").AnyObject, index: number) => boolean;
1113
+ accessSession: () => Promise<void>;
1114
+ needShowTime: (item: import("../../shared/types").AnyObject, index: number) => boolean;
979
1115
  setScrollToButtom: () => Promise<void>;
1116
+ getIntervalMsgTime: (time: string) => string;
980
1117
  NAvatar: any;
1118
+ PersonProfile: import("vue").DefineComponent<{
1119
+ userInfo: {
1120
+ type: import("vue").PropType<import("../../shared/types").AnyObject>;
1121
+ required: true;
1122
+ };
1123
+ }, {
1124
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1125
+ userInfo: {
1126
+ type: import("vue").PropType<import("../../shared/types").AnyObject>;
1127
+ required: true;
1128
+ };
1129
+ }>> & {}>>;
1130
+ showLargeAvatar: import("vue").Ref<boolean>;
1131
+ showPhone: import("vue").Ref<boolean>;
1132
+ personInfo: import("vue").ComputedRef<({
1133
+ label: string;
1134
+ content: string;
1135
+ key?: undefined;
1136
+ } | {
1137
+ label: string;
1138
+ content: string;
1139
+ key: string;
1140
+ })[]>;
1141
+ getContent: (info: import("../../shared/types").AnyObject) => any;
1142
+ onFinish: (options: {
1143
+ file: import("naive-ui").UploadFileInfo;
1144
+ }) => void;
1145
+ onChange: (options: {
1146
+ file: import("naive-ui").UploadFileInfo;
1147
+ }) => void;
1148
+ NAvatar: any;
1149
+ NPopover: any;
1150
+ NButton: any;
1151
+ NIcon: any;
1152
+ NUpload: any;
1153
+ NUploadTrigger: import("vue").DefineComponent<{
1154
+ abstract: BooleanConstructor;
1155
+ }, () => JSX.Element | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1156
+ [key: string]: any;
1157
+ }>[] | undefined, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1158
+ abstract: BooleanConstructor;
1159
+ }>>, {
1160
+ abstract: boolean;
1161
+ }>;
1162
+ ChatbubbleEllipses: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1163
+ Close: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1164
+ Camera: 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<{}>>, {}>;
1165
+ EyeOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1166
+ EyeOffOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1167
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1168
+ userInfo: {
1169
+ type: import("vue").PropType<import("../../shared/types").AnyObject>;
1170
+ required: true;
1171
+ };
1172
+ }>>, {}>;
981
1173
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
982
1174
  ChatFooter: import("vue").DefineComponent<{}, {
983
1175
  inputRef: import("vue").Ref<HTMLDivElement | undefined>;
984
- state: import("../../shared/types").AnyObject;
985
- setCurrentMsg: Function;
986
- setIsAppendMsg: Function;
987
- setCurrentSessionItem: Function;
988
- setIsChangeSession: Function;
989
1176
  content: import("vue").Ref<string>;
1177
+ state: import("../../shared/types").AnyObject;
1178
+ setCurrentSessionItem: (item: import("../../shared/types").AnyObject) => void;
1179
+ stompClient: import("../../shared/types").AnyObject;
990
1180
  handleKeyDown: (event: KeyboardEvent) => void;
991
1181
  isWrap: (event: KeyboardEvent) => boolean;
992
1182
  handleInput: () => void;
@@ -995,29 +1185,15 @@ declare const BiuniqueChat: SFCWithInstall<import("vue").DefineComponent<{
995
1185
  NButton: any;
996
1186
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
997
1187
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
998
- data: {
999
- type: import("vue").PropType<{
1000
- chatType: string | number;
1001
- orgId: string;
1002
- userId: string;
1003
- name: string;
1004
- userType: string;
1005
- source: string | number;
1006
- }>;
1007
- default: () => {};
1188
+ token: {
1189
+ type: StringConstructor;
1190
+ required: true;
1008
1191
  };
1009
1192
  baseURL: {
1010
1193
  type: StringConstructor;
1011
- defalut: string;
1194
+ default: string;
1012
1195
  };
1013
1196
  }>>, {
1014
- data: {
1015
- chatType: string | number;
1016
- orgId: string;
1017
- userId: string;
1018
- name: string;
1019
- userType: string;
1020
- source: string | number;
1021
- };
1197
+ baseURL: string;
1022
1198
  }>>;
1023
1199
  export default BiuniqueChat;