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