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

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