cnhis-design-vue 3.1.47-beta.2 → 3.1.47-beta.21

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 (165) hide show
  1. package/README.md +87 -87
  2. package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
  3. package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +1 -0
  4. package/es/components/bpmn-workflow/types/ModelingModule.d.ts +1 -0
  5. package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +1 -0
  6. package/es/components/button-print/src/ButtonPrint.vue2.js +1 -1
  7. package/es/components/button-print/src/utils/print.d.ts +10 -8
  8. package/es/components/button-print/src/utils/print.js +1 -1
  9. package/es/components/fabric-chart/index.d.ts +3 -20
  10. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +3 -20
  11. package/es/components/fabric-chart/src/FabricChart.vue2.js +1 -1
  12. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.d.ts +2 -1
  13. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -1
  14. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +2 -18
  15. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.js +1 -1
  16. package/es/components/fabric-chart/src/hooks/index.js +1 -1
  17. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/index.d.ts +2 -0
  18. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/index.js +1 -1
  19. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.d.ts +2 -1
  20. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +1 -1
  21. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useLeft.d.ts +4 -0
  22. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useLeft.js +1 -0
  23. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.d.ts +4 -0
  24. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +1 -0
  25. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +2 -18
  26. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +1 -1
  27. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.d.ts +2 -1
  28. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +1 -1
  29. package/es/components/fabric-chart/src/hooks/temperature/useCenter.d.ts +2 -4
  30. package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +1 -1
  31. package/es/components/fabric-chart/src/hooks/temperature/useLeft.d.ts +2 -3
  32. package/es/components/fabric-chart/src/hooks/temperature/useLeft.js +1 -1
  33. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +2 -18
  34. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
  35. package/es/components/fabric-chart/src/hooks/useCommon.d.ts +4 -1
  36. package/es/components/fabric-chart/src/hooks/useCommon.js +1 -1
  37. package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +1 -1
  38. package/es/components/fabric-chart/src/hooks/useDraw.d.ts +12 -0
  39. package/es/components/fabric-chart/src/hooks/useDraw.js +1 -1
  40. package/es/components/fabric-chart/src/interface.d.ts +13 -1
  41. package/es/components/fabric-chart/src/utils/index.d.ts +7 -0
  42. package/es/components/fabric-chart/src/utils/index.js +1 -1
  43. package/es/components/form-config/index.d.ts +9 -9
  44. package/es/components/form-config/src/FormConfig.vue.d.ts +9 -9
  45. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +1 -1
  46. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +4 -4
  47. package/es/components/form-render/index.d.ts +1 -1
  48. package/es/components/form-render/src/FormRender.vue.d.ts +2 -1
  49. package/es/components/form-render/src/FormRender.vue2.js +1 -1
  50. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +1 -1
  51. package/es/components/form-render/src/components/renderer/levelSearchCascader.d.ts +2 -2
  52. package/es/components/form-render/src/components/renderer/levelSearchCascader.js +1 -1
  53. package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +4 -4
  54. package/es/components/form-render/src/components/renderer/select.d.ts +2 -2
  55. package/es/components/form-render/src/hooks/useFormEvent.d.ts +1 -1
  56. package/es/components/form-render/src/hooks/useFormEvent.js +1 -1
  57. package/es/components/form-render/src/hooks/useFormItemDeps.d.ts +1 -0
  58. package/es/components/form-render/src/hooks/useFormItemDeps.js +1 -1
  59. package/es/components/form-render/src/hooks/useFormRenderOptions.js +1 -1
  60. package/es/components/form-render/src/types/fieldItem.d.ts +1 -1
  61. package/es/components/form-render/src/types/index.d.ts +59 -2
  62. package/es/components/form-render/src/utils/index.js +1 -1
  63. package/es/components/iho-table/src/constants/index.d.ts +1 -0
  64. package/es/components/iho-table/src/constants/index.js +1 -1
  65. package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.js +1 -1
  66. package/es/components/iho-table/src/plugins/index.js +1 -1
  67. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/htmlRendererPlugin.d.ts +1 -0
  68. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/htmlRendererPlugin.js +1 -0
  69. package/es/components/iho-table/src/utils/index.js +1 -1
  70. package/es/components/iho-table/style/index.css +1 -1
  71. package/es/components/index.css +1 -1
  72. package/es/components/index.d.ts +2 -1
  73. package/es/components/index.js +1 -1
  74. package/es/components/info-header/index.d.ts +2 -2
  75. package/es/components/info-header/src/InfoHeader.vue.d.ts +2 -2
  76. package/es/components/info-header/src/InfoHeader.vue2.js +1 -1
  77. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +1 -1
  78. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +1 -1
  79. package/es/components/info-header/style/index.css +1 -1
  80. package/es/components/insurance-sdk/index.d.ts +2 -1
  81. package/es/components/insurance-sdk/index.js +1 -1
  82. package/es/components/insurance-sdk/src/constants/index.d.ts +158 -154
  83. package/es/components/insurance-sdk/src/constants/index.js +1 -1
  84. package/es/components/insurance-sdk/src/insurance.d.ts +29 -0
  85. package/es/components/insurance-sdk/src/insurance.js +1 -0
  86. package/es/components/insurance-sdk/src/types/index.d.ts +27 -0
  87. package/es/components/insurance-sdk/src/types/index.js +1 -0
  88. package/es/components/insurance-sdk/src/utils/index.d.ts +9 -1
  89. package/es/components/insurance-sdk/src/utils/index.js +1 -1
  90. package/es/components/multi-chat/index.d.ts +1023 -0
  91. package/es/components/multi-chat/index.js +1 -0
  92. package/es/components/multi-chat/src/MultiChat.vue.d.ts +1005 -0
  93. package/es/components/multi-chat/src/MultiChat.vue.js +1 -0
  94. package/es/components/multi-chat/src/MultiChat.vue2.js +1 -0
  95. package/es/components/multi-chat/src/api/index.d.ts +8 -0
  96. package/es/components/multi-chat/src/api/index.js +1 -0
  97. package/es/components/multi-chat/src/components/ChatFooter.vue.d.ts +17 -0
  98. package/es/components/multi-chat/src/components/ChatFooter.vue.js +1 -0
  99. package/es/components/multi-chat/src/components/ChatFooter.vue2.js +1 -0
  100. package/es/components/multi-chat/src/components/ChatHeader.vue.d.ts +7 -0
  101. package/es/components/multi-chat/src/components/ChatHeader.vue.js +1 -0
  102. package/es/components/multi-chat/src/components/ChatHeader.vue2.js +1 -0
  103. package/es/components/multi-chat/src/components/ChatMain.vue.d.ts +13 -0
  104. package/es/components/multi-chat/src/components/ChatMain.vue.js +1 -0
  105. package/es/components/multi-chat/src/components/ChatMain.vue2.js +1 -0
  106. package/es/components/multi-chat/src/components/SiderList.vue.d.ts +41 -0
  107. package/es/components/multi-chat/src/components/SiderList.vue.js +1 -0
  108. package/es/components/multi-chat/src/components/SiderList.vue2.js +1 -0
  109. package/es/components/multi-chat/src/utils/chatSock.d.ts +28 -0
  110. package/es/components/multi-chat/src/utils/chatSock.js +1 -0
  111. package/es/components/multi-chat/style/index.css +1 -0
  112. package/es/components/scale-view/index.d.ts +29 -0
  113. package/es/components/scale-view/src/ScaleView.vue.d.ts +29 -0
  114. package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
  115. package/es/components/scale-view/src/components/AnswerParse.vue2.js +1 -1
  116. package/es/components/scale-view/src/components/formitem/r-datetime.js +1 -1
  117. package/es/components/scale-view/src/components/formitem/r-radio.js +1 -1
  118. package/es/components/scale-view/style/index.css +1 -1
  119. package/es/components/select-label/src/LabelFormContent.vue2.js +1 -1
  120. package/es/components/select-person/index.d.ts +4 -0
  121. package/es/components/select-person/src/SearchMultiple.vue.d.ts +0 -6
  122. package/es/components/select-person/src/SelectPerson.vue.d.ts +1 -0
  123. package/es/components/select-person/src/SelectPerson.vue2.js +1 -1
  124. package/es/components/select-person/src/utils/index.d.ts +1 -1
  125. package/es/components/select-person/src/utils/index.js +1 -1
  126. package/es/components/shortcut-provider/src/hooks/useShortcuts.js +1 -1
  127. package/es/components/shortcut-provider/src/types/index.d.ts +2 -1
  128. package/es/components/shortcut-setter/index.d.ts +2 -2
  129. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +2 -2
  130. package/es/components/shortcut-setter/src/ShortcutSetter.vue2.js +1 -1
  131. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +12 -0
  132. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue2.js +1 -1
  133. package/es/components/steps-wheel/index.d.ts +27 -0
  134. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +27 -0
  135. package/es/components/steps-wheel/src/StepsWheel.vue2.js +1 -1
  136. package/es/components/steps-wheel/src/constants/index.js +1 -1
  137. package/es/components/steps-wheel/style/index.css +1 -1
  138. package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +3 -0
  139. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +1 -1
  140. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +1 -1
  141. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +5 -2
  142. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +1 -1
  143. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +5 -2
  144. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +5 -2
  145. package/es/components/table-filter/src/hooks/useAdvanced.js +1 -1
  146. package/es/env.d.ts +25 -25
  147. package/es/shared/assets/img/failure.png.js +1 -1
  148. package/es/shared/assets/img/no-permission.png.js +1 -1
  149. package/es/shared/assets/img/nodata.png.js +1 -1
  150. package/es/shared/assets/img/notfound.png.js +1 -1
  151. package/es/shared/assets/img/qr.png.js +1 -1
  152. package/es/shared/assets/img/success.png.js +1 -1
  153. package/es/shared/assets/img/video.png.js +1 -1
  154. package/es/shared/assets/img/video_default_cover.png.js +1 -1
  155. package/es/shared/assets/img/xb_big.png.js +1 -1
  156. package/es/shared/assets/img/xb_small.png.js +1 -1
  157. package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +86 -0
  158. package/es/shared/package.json.js +1 -1
  159. package/es/shared/utils/fabricjs/index.d.ts +6823 -0
  160. package/es/shared/utils/tapable/index.d.ts +139 -0
  161. package/es/shared/utils/tapableLess.d.ts +28 -0
  162. package/es/shared/utils/tapableLess.js +1 -0
  163. package/package.json +4 -2
  164. package/es/components/insurance-sdk/src/utils/insurance.d.ts +0 -260
  165. package/es/components/insurance-sdk/src/utils/insurance.js +0 -1
@@ -0,0 +1,1005 @@
1
+ import { type PropType } from 'vue';
2
+ import { ChatSock } from './utils/chatSock';
3
+ import { AnyObject } from '../../../../es/shared/types';
4
+ declare type IData = {
5
+ chatType: number | string;
6
+ orgId: string;
7
+ userId: string;
8
+ name: string;
9
+ userType: string;
10
+ source: number | string;
11
+ };
12
+ declare const _default: import("vue").DefineComponent<{
13
+ data: {
14
+ type: PropType<IData>;
15
+ default: () => {};
16
+ };
17
+ baseURL: {
18
+ type: StringConstructor;
19
+ defalut: string;
20
+ };
21
+ }, {
22
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
23
+ data: {
24
+ type: PropType<IData>;
25
+ default: () => {};
26
+ };
27
+ baseURL: {
28
+ type: StringConstructor;
29
+ defalut: string;
30
+ };
31
+ }>> & {}>>;
32
+ collapsed: import("vue").Ref<boolean>;
33
+ loading: import("vue").Ref<boolean>;
34
+ stompClient: ChatSock | null;
35
+ state: AnyObject;
36
+ init: () => Promise<void>;
37
+ initWebSocket: () => void;
38
+ subscribeSession: () => void;
39
+ subscribeMessage: () => void;
40
+ subscribeMessageRecord: () => void;
41
+ handleAccess: () => Promise<void>;
42
+ readMessage: () => Promise<void>;
43
+ setCurrentSessionItem: (item: AnyObject) => void;
44
+ setMsgList: (list?: AnyObject[]) => void;
45
+ setCurrentMsg: (msgObj: AnyObject) => void;
46
+ setIsAppendMsg: (isAppendMsg: boolean) => void;
47
+ setSessionList: (sessionList: AnyObject[]) => void;
48
+ setIsChangeSession: (isChangeSession: boolean) => void;
49
+ setIsUpdateSession: (isUpdateSession: boolean) => void;
50
+ onUpdateCollapsed: (_collapsed: boolean) => Promise<void>;
51
+ NLayout: any;
52
+ NLayoutSider: import("vue").DefineComponent<{
53
+ position: {
54
+ readonly type: PropType<"absolute" | "static">;
55
+ readonly default: "static";
56
+ };
57
+ bordered: BooleanConstructor;
58
+ collapsedWidth: {
59
+ readonly type: NumberConstructor;
60
+ readonly default: 48;
61
+ };
62
+ width: {
63
+ readonly type: PropType<string | number>;
64
+ readonly default: 272;
65
+ };
66
+ contentStyle: {
67
+ readonly type: PropType<string | import("vue").CSSProperties>;
68
+ readonly default: "";
69
+ };
70
+ collapseMode: {
71
+ readonly type: PropType<"transform" | "width">;
72
+ readonly default: "transform";
73
+ };
74
+ collapsed: {
75
+ readonly type: PropType<boolean | undefined>;
76
+ readonly default: undefined;
77
+ };
78
+ defaultCollapsed: BooleanConstructor;
79
+ showCollapsedContent: {
80
+ readonly type: BooleanConstructor;
81
+ readonly default: true;
82
+ };
83
+ showTrigger: {
84
+ readonly type: PropType<boolean | "bar" | "arrow-circle">;
85
+ readonly default: false;
86
+ };
87
+ nativeScrollbar: {
88
+ readonly type: BooleanConstructor;
89
+ readonly default: true;
90
+ };
91
+ inverted: BooleanConstructor;
92
+ scrollbarProps: PropType<Partial<import("naive-ui/es/_internal").ScrollbarProps> & {
93
+ style: import("vue").CSSProperties;
94
+ }>;
95
+ triggerStyle: PropType<string | import("vue").CSSProperties>;
96
+ collapsedTriggerStyle: PropType<string | import("vue").CSSProperties>;
97
+ 'onUpdate:collapsed': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
98
+ onUpdateCollapsed: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
99
+ onAfterEnter: PropType<() => void>;
100
+ onAfterLeave: PropType<() => void>;
101
+ onExpand: PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
102
+ onCollapse: PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
103
+ onScroll: PropType<(e: Event) => void>;
104
+ theme: PropType<import("naive-ui/es/_mixins").Theme<"Layout", {
105
+ textColor: string;
106
+ textColorInverted: string;
107
+ color: string;
108
+ colorEmbedded: string;
109
+ headerColor: string;
110
+ headerColorInverted: string;
111
+ footerColor: string;
112
+ footerColorInverted: string;
113
+ headerBorderColor: string;
114
+ headerBorderColorInverted: string;
115
+ footerBorderColor: string;
116
+ footerBorderColorInverted: string;
117
+ siderBorderColor: string;
118
+ siderBorderColorInverted: string;
119
+ siderColor: string;
120
+ siderColorInverted: string;
121
+ siderToggleButtonBorder: string;
122
+ siderToggleButtonColor: string;
123
+ siderToggleButtonIconColor: string;
124
+ siderToggleButtonIconColorInverted: string;
125
+ siderToggleBarColor: string;
126
+ siderToggleBarColorHover: string;
127
+ __invertScrollbar: string;
128
+ }, {
129
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
130
+ color: string;
131
+ colorHover: string;
132
+ }, any>;
133
+ }>>;
134
+ themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Layout", {
135
+ textColor: string;
136
+ textColorInverted: string;
137
+ color: string;
138
+ colorEmbedded: string;
139
+ headerColor: string;
140
+ headerColorInverted: string;
141
+ footerColor: string;
142
+ footerColorInverted: string;
143
+ headerBorderColor: string;
144
+ headerBorderColorInverted: string;
145
+ footerBorderColor: string;
146
+ footerBorderColorInverted: string;
147
+ siderBorderColor: string;
148
+ siderBorderColorInverted: string;
149
+ siderColor: string;
150
+ siderColorInverted: string;
151
+ siderToggleButtonBorder: string;
152
+ siderToggleButtonColor: string;
153
+ siderToggleButtonIconColor: string;
154
+ siderToggleButtonIconColorInverted: string;
155
+ siderToggleBarColor: string;
156
+ siderToggleBarColorHover: string;
157
+ __invertScrollbar: string;
158
+ }, {
159
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
160
+ color: string;
161
+ colorHover: string;
162
+ }, any>;
163
+ }>>>;
164
+ builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Layout", {
165
+ textColor: string;
166
+ textColorInverted: string;
167
+ color: string;
168
+ colorEmbedded: string;
169
+ headerColor: string;
170
+ headerColorInverted: string;
171
+ footerColor: string;
172
+ footerColorInverted: string;
173
+ headerBorderColor: string;
174
+ headerBorderColorInverted: string;
175
+ footerBorderColor: string;
176
+ footerBorderColorInverted: string;
177
+ siderBorderColor: string;
178
+ siderBorderColorInverted: string;
179
+ siderColor: string;
180
+ siderColorInverted: string;
181
+ siderToggleButtonBorder: string;
182
+ siderToggleButtonColor: string;
183
+ siderToggleButtonIconColor: string;
184
+ siderToggleButtonIconColorInverted: string;
185
+ siderToggleBarColor: string;
186
+ siderToggleBarColorHover: string;
187
+ __invertScrollbar: string;
188
+ }, {
189
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
190
+ color: string;
191
+ colorHover: string;
192
+ }, any>;
193
+ }>>>;
194
+ }, {
195
+ scrollTo: ((options: ScrollToOptions) => void) & ((x: number, y: number) => void);
196
+ scrollableElRef: import("vue").Ref<HTMLElement | null>;
197
+ scrollbarInstRef: import("vue").Ref<{
198
+ $el: HTMLElement;
199
+ containerRef: HTMLElement | null;
200
+ contentRef: HTMLElement | null;
201
+ containerScrollTop: number;
202
+ syncUnifiedContainer: () => void;
203
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
204
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
205
+ sync: () => void;
206
+ handleMouseEnterWrapper: () => void;
207
+ handleMouseLeaveWrapper: () => void;
208
+ } | null>;
209
+ mergedClsPrefix: import("vue").ComputedRef<string>;
210
+ mergedTheme: import("vue").ComputedRef<{
211
+ common: {
212
+ baseColor: string;
213
+ primaryColor: string;
214
+ primaryColorHover: string;
215
+ primaryColorPressed: string;
216
+ primaryColorSuppl: string;
217
+ infoColor: string;
218
+ infoColorHover: string;
219
+ infoColorPressed: string;
220
+ infoColorSuppl: string;
221
+ successColor: string;
222
+ successColorHover: string;
223
+ successColorPressed: string;
224
+ successColorSuppl: string;
225
+ warningColor: string;
226
+ warningColorHover: string;
227
+ warningColorPressed: string;
228
+ warningColorSuppl: string;
229
+ errorColor: string;
230
+ errorColorHover: string;
231
+ errorColorPressed: string;
232
+ errorColorSuppl: string;
233
+ textColorBase: string;
234
+ textColor1: string;
235
+ textColor2: string;
236
+ textColor3: string;
237
+ textColorDisabled: string;
238
+ placeholderColor: string;
239
+ placeholderColorDisabled: string;
240
+ iconColor: string;
241
+ iconColorHover: string;
242
+ iconColorPressed: string;
243
+ iconColorDisabled: string;
244
+ opacity1: string;
245
+ opacity2: string;
246
+ opacity3: string;
247
+ opacity4: string;
248
+ opacity5: string;
249
+ dividerColor: string;
250
+ borderColor: string;
251
+ closeIconColor: string;
252
+ closeIconColorHover: string;
253
+ closeIconColorPressed: string;
254
+ closeColorHover: string;
255
+ closeColorPressed: string;
256
+ clearColor: string;
257
+ clearColorHover: string;
258
+ clearColorPressed: string;
259
+ scrollbarColor: string;
260
+ scrollbarColorHover: string;
261
+ scrollbarWidth: string;
262
+ scrollbarHeight: string;
263
+ scrollbarBorderRadius: string;
264
+ progressRailColor: string;
265
+ railColor: string;
266
+ popoverColor: string;
267
+ tableColor: string;
268
+ cardColor: string;
269
+ modalColor: string;
270
+ bodyColor: string;
271
+ tagColor: string;
272
+ avatarColor: string;
273
+ invertedColor: string;
274
+ inputColor: string;
275
+ codeColor: string;
276
+ tabColor: string;
277
+ actionColor: string;
278
+ tableHeaderColor: string;
279
+ hoverColor: string;
280
+ tableColorHover: string;
281
+ tableColorStriped: string;
282
+ pressedColor: string;
283
+ opacityDisabled: string;
284
+ inputColorDisabled: string;
285
+ buttonColor2: string;
286
+ buttonColor2Hover: string;
287
+ buttonColor2Pressed: string;
288
+ boxShadow1: string;
289
+ boxShadow2: string;
290
+ boxShadow3: string;
291
+ fontFamily: string;
292
+ fontFamilyMono: string;
293
+ fontWeight: string;
294
+ fontWeightStrong: string;
295
+ cubicBezierEaseInOut: string;
296
+ cubicBezierEaseOut: string;
297
+ cubicBezierEaseIn: string;
298
+ borderRadius: string;
299
+ borderRadiusSmall: string;
300
+ fontSize: string;
301
+ fontSizeMini: string;
302
+ fontSizeTiny: string;
303
+ fontSizeSmall: string;
304
+ fontSizeMedium: string;
305
+ fontSizeLarge: string;
306
+ fontSizeHuge: string;
307
+ lineHeight: string;
308
+ heightMini: string;
309
+ heightTiny: string;
310
+ heightSmall: string;
311
+ heightMedium: string;
312
+ heightLarge: string;
313
+ heightHuge: string;
314
+ name: "common";
315
+ };
316
+ self: {
317
+ textColor: string;
318
+ textColorInverted: string;
319
+ color: string;
320
+ colorEmbedded: string;
321
+ headerColor: string;
322
+ headerColorInverted: string;
323
+ footerColor: string;
324
+ footerColorInverted: string;
325
+ headerBorderColor: string;
326
+ headerBorderColorInverted: string;
327
+ footerBorderColor: string;
328
+ footerBorderColorInverted: string;
329
+ siderBorderColor: string;
330
+ siderBorderColorInverted: string;
331
+ siderColor: string;
332
+ siderColorInverted: string;
333
+ siderToggleButtonBorder: string;
334
+ siderToggleButtonColor: string;
335
+ siderToggleButtonIconColor: string;
336
+ siderToggleButtonIconColorInverted: string;
337
+ siderToggleBarColor: string;
338
+ siderToggleBarColorHover: string;
339
+ __invertScrollbar: string;
340
+ };
341
+ peers: {
342
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
343
+ color: string;
344
+ colorHover: string;
345
+ }, any>;
346
+ };
347
+ peerOverrides: {
348
+ Scrollbar?: {
349
+ peers?: {
350
+ [x: string]: any;
351
+ } | undefined;
352
+ } | undefined;
353
+ };
354
+ }>;
355
+ styleMaxWidth: import("vue").ComputedRef<string>;
356
+ mergedCollapsed: import("vue").ComputedRef<boolean>;
357
+ scrollContainerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
358
+ siderPlacement: import("vue").ComputedRef<"left" | "right">;
359
+ handleNativeElScroll: (e: Event) => void;
360
+ handleTransitionend: (e: TransitionEvent) => void;
361
+ handleTriggerClick: () => void;
362
+ inlineThemeDisabled: boolean | undefined;
363
+ cssVars: import("vue").ComputedRef<any>;
364
+ themeClass: import("vue").Ref<string> | undefined;
365
+ onRender: (() => void) | undefined;
366
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
367
+ position: {
368
+ readonly type: PropType<"absolute" | "static">;
369
+ readonly default: "static";
370
+ };
371
+ bordered: BooleanConstructor;
372
+ collapsedWidth: {
373
+ readonly type: NumberConstructor;
374
+ readonly default: 48;
375
+ };
376
+ width: {
377
+ readonly type: PropType<string | number>;
378
+ readonly default: 272;
379
+ };
380
+ contentStyle: {
381
+ readonly type: PropType<string | import("vue").CSSProperties>;
382
+ readonly default: "";
383
+ };
384
+ collapseMode: {
385
+ readonly type: PropType<"transform" | "width">;
386
+ readonly default: "transform";
387
+ };
388
+ collapsed: {
389
+ readonly type: PropType<boolean | undefined>;
390
+ readonly default: undefined;
391
+ };
392
+ defaultCollapsed: BooleanConstructor;
393
+ showCollapsedContent: {
394
+ readonly type: BooleanConstructor;
395
+ readonly default: true;
396
+ };
397
+ showTrigger: {
398
+ readonly type: PropType<boolean | "bar" | "arrow-circle">;
399
+ readonly default: false;
400
+ };
401
+ nativeScrollbar: {
402
+ readonly type: BooleanConstructor;
403
+ readonly default: true;
404
+ };
405
+ inverted: BooleanConstructor;
406
+ scrollbarProps: PropType<Partial<import("naive-ui/es/_internal").ScrollbarProps> & {
407
+ style: import("vue").CSSProperties;
408
+ }>;
409
+ triggerStyle: PropType<string | import("vue").CSSProperties>;
410
+ collapsedTriggerStyle: PropType<string | import("vue").CSSProperties>;
411
+ 'onUpdate:collapsed': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
412
+ onUpdateCollapsed: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
413
+ onAfterEnter: PropType<() => void>;
414
+ onAfterLeave: PropType<() => void>;
415
+ onExpand: PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
416
+ onCollapse: PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
417
+ onScroll: PropType<(e: Event) => void>;
418
+ theme: PropType<import("naive-ui/es/_mixins").Theme<"Layout", {
419
+ textColor: string;
420
+ textColorInverted: string;
421
+ color: string;
422
+ colorEmbedded: string;
423
+ headerColor: string;
424
+ headerColorInverted: string;
425
+ footerColor: string;
426
+ footerColorInverted: string;
427
+ headerBorderColor: string;
428
+ headerBorderColorInverted: string;
429
+ footerBorderColor: string;
430
+ footerBorderColorInverted: string;
431
+ siderBorderColor: string;
432
+ siderBorderColorInverted: string;
433
+ siderColor: string;
434
+ siderColorInverted: string;
435
+ siderToggleButtonBorder: string;
436
+ siderToggleButtonColor: string;
437
+ siderToggleButtonIconColor: string;
438
+ siderToggleButtonIconColorInverted: string;
439
+ siderToggleBarColor: string;
440
+ siderToggleBarColorHover: string;
441
+ __invertScrollbar: string;
442
+ }, {
443
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
444
+ color: string;
445
+ colorHover: string;
446
+ }, any>;
447
+ }>>;
448
+ themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Layout", {
449
+ textColor: string;
450
+ textColorInverted: string;
451
+ color: string;
452
+ colorEmbedded: string;
453
+ headerColor: string;
454
+ headerColorInverted: string;
455
+ footerColor: string;
456
+ footerColorInverted: string;
457
+ headerBorderColor: string;
458
+ headerBorderColorInverted: string;
459
+ footerBorderColor: string;
460
+ footerBorderColorInverted: string;
461
+ siderBorderColor: string;
462
+ siderBorderColorInverted: string;
463
+ siderColor: string;
464
+ siderColorInverted: string;
465
+ siderToggleButtonBorder: string;
466
+ siderToggleButtonColor: string;
467
+ siderToggleButtonIconColor: string;
468
+ siderToggleButtonIconColorInverted: string;
469
+ siderToggleBarColor: string;
470
+ siderToggleBarColorHover: string;
471
+ __invertScrollbar: string;
472
+ }, {
473
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
474
+ color: string;
475
+ colorHover: string;
476
+ }, any>;
477
+ }>>>;
478
+ builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Layout", {
479
+ textColor: string;
480
+ textColorInverted: string;
481
+ color: string;
482
+ colorEmbedded: string;
483
+ headerColor: string;
484
+ headerColorInverted: string;
485
+ footerColor: string;
486
+ footerColorInverted: string;
487
+ headerBorderColor: string;
488
+ headerBorderColorInverted: string;
489
+ footerBorderColor: string;
490
+ footerBorderColorInverted: string;
491
+ siderBorderColor: string;
492
+ siderBorderColorInverted: string;
493
+ siderColor: string;
494
+ siderColorInverted: string;
495
+ siderToggleButtonBorder: string;
496
+ siderToggleButtonColor: string;
497
+ siderToggleButtonIconColor: string;
498
+ siderToggleButtonIconColorInverted: string;
499
+ siderToggleBarColor: string;
500
+ siderToggleBarColorHover: string;
501
+ __invertScrollbar: string;
502
+ }, {
503
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
504
+ color: string;
505
+ colorHover: string;
506
+ }, any>;
507
+ }>>>;
508
+ }>>, {
509
+ position: "absolute" | "static";
510
+ width: string | number;
511
+ bordered: boolean;
512
+ contentStyle: string | import("vue").CSSProperties;
513
+ inverted: boolean;
514
+ collapsed: boolean | undefined;
515
+ nativeScrollbar: boolean;
516
+ collapsedWidth: number;
517
+ collapseMode: "transform" | "width";
518
+ defaultCollapsed: boolean;
519
+ showCollapsedContent: boolean;
520
+ showTrigger: boolean | "bar" | "arrow-circle";
521
+ }>;
522
+ NLayoutContent: import("vue").DefineComponent<{
523
+ embedded: BooleanConstructor;
524
+ position: {
525
+ readonly type: PropType<"absolute" | "static">;
526
+ readonly default: "static";
527
+ };
528
+ nativeScrollbar: {
529
+ readonly type: BooleanConstructor;
530
+ readonly default: true;
531
+ };
532
+ scrollbarProps: PropType<Partial<import("naive-ui/es/_internal").ScrollbarProps>>;
533
+ onScroll: PropType<(e: Event) => void>;
534
+ contentStyle: {
535
+ readonly type: PropType<string | import("vue").CSSProperties>;
536
+ readonly default: "";
537
+ };
538
+ hasSider: BooleanConstructor;
539
+ siderPlacement: {
540
+ readonly type: PropType<"left" | "right">;
541
+ readonly default: "left";
542
+ };
543
+ theme: PropType<import("naive-ui/es/_mixins").Theme<"Layout", {
544
+ textColor: string;
545
+ textColorInverted: string;
546
+ color: string;
547
+ colorEmbedded: string;
548
+ headerColor: string;
549
+ headerColorInverted: string;
550
+ footerColor: string;
551
+ footerColorInverted: string;
552
+ headerBorderColor: string;
553
+ headerBorderColorInverted: string;
554
+ footerBorderColor: string;
555
+ footerBorderColorInverted: string;
556
+ siderBorderColor: string;
557
+ siderBorderColorInverted: string;
558
+ siderColor: string;
559
+ siderColorInverted: string;
560
+ siderToggleButtonBorder: string;
561
+ siderToggleButtonColor: string;
562
+ siderToggleButtonIconColor: string;
563
+ siderToggleButtonIconColorInverted: string;
564
+ siderToggleBarColor: string;
565
+ siderToggleBarColorHover: string;
566
+ __invertScrollbar: string;
567
+ }, {
568
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
569
+ color: string;
570
+ colorHover: string;
571
+ }, any>;
572
+ }>>;
573
+ themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Layout", {
574
+ textColor: string;
575
+ textColorInverted: string;
576
+ color: string;
577
+ colorEmbedded: string;
578
+ headerColor: string;
579
+ headerColorInverted: string;
580
+ footerColor: string;
581
+ footerColorInverted: string;
582
+ headerBorderColor: string;
583
+ headerBorderColorInverted: string;
584
+ footerBorderColor: string;
585
+ footerBorderColorInverted: string;
586
+ siderBorderColor: string;
587
+ siderBorderColorInverted: string;
588
+ siderColor: string;
589
+ siderColorInverted: string;
590
+ siderToggleButtonBorder: string;
591
+ siderToggleButtonColor: string;
592
+ siderToggleButtonIconColor: string;
593
+ siderToggleButtonIconColorInverted: string;
594
+ siderToggleBarColor: string;
595
+ siderToggleBarColorHover: string;
596
+ __invertScrollbar: string;
597
+ }, {
598
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
599
+ color: string;
600
+ colorHover: string;
601
+ }, any>;
602
+ }>>>;
603
+ builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Layout", {
604
+ textColor: string;
605
+ textColorInverted: string;
606
+ color: string;
607
+ colorEmbedded: string;
608
+ headerColor: string;
609
+ headerColorInverted: string;
610
+ footerColor: string;
611
+ footerColorInverted: string;
612
+ headerBorderColor: string;
613
+ headerBorderColorInverted: string;
614
+ footerBorderColor: string;
615
+ footerBorderColorInverted: string;
616
+ siderBorderColor: string;
617
+ siderBorderColorInverted: string;
618
+ siderColor: string;
619
+ siderColorInverted: string;
620
+ siderToggleButtonBorder: string;
621
+ siderToggleButtonColor: string;
622
+ siderToggleButtonIconColor: string;
623
+ siderToggleButtonIconColorInverted: string;
624
+ siderToggleBarColor: string;
625
+ siderToggleBarColorHover: string;
626
+ __invertScrollbar: string;
627
+ }, {
628
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
629
+ color: string;
630
+ colorHover: string;
631
+ }, any>;
632
+ }>>>;
633
+ }, {
634
+ scrollTo: ((options: ScrollToOptions) => void) & ((x: number, y: number) => void);
635
+ mergedClsPrefix: import("vue").ComputedRef<string>;
636
+ scrollableElRef: import("vue").Ref<HTMLElement | null>;
637
+ scrollbarInstRef: import("vue").Ref<{
638
+ $el: HTMLElement;
639
+ containerRef: HTMLElement | null;
640
+ contentRef: HTMLElement | null;
641
+ containerScrollTop: number;
642
+ syncUnifiedContainer: () => void;
643
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
644
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
645
+ sync: () => void;
646
+ handleMouseEnterWrapper: () => void;
647
+ handleMouseLeaveWrapper: () => void;
648
+ } | null>;
649
+ hasSiderStyle: import("vue").CSSProperties;
650
+ mergedTheme: import("vue").ComputedRef<{
651
+ common: {
652
+ baseColor: string;
653
+ primaryColor: string;
654
+ primaryColorHover: string;
655
+ primaryColorPressed: string;
656
+ primaryColorSuppl: string;
657
+ infoColor: string;
658
+ infoColorHover: string;
659
+ infoColorPressed: string;
660
+ infoColorSuppl: string;
661
+ successColor: string;
662
+ successColorHover: string;
663
+ successColorPressed: string;
664
+ successColorSuppl: string;
665
+ warningColor: string;
666
+ warningColorHover: string;
667
+ warningColorPressed: string;
668
+ warningColorSuppl: string;
669
+ errorColor: string;
670
+ errorColorHover: string;
671
+ errorColorPressed: string;
672
+ errorColorSuppl: string;
673
+ textColorBase: string;
674
+ textColor1: string;
675
+ textColor2: string;
676
+ textColor3: string;
677
+ textColorDisabled: string;
678
+ placeholderColor: string;
679
+ placeholderColorDisabled: string;
680
+ iconColor: string;
681
+ iconColorHover: string;
682
+ iconColorPressed: string;
683
+ iconColorDisabled: string;
684
+ opacity1: string;
685
+ opacity2: string;
686
+ opacity3: string;
687
+ opacity4: string;
688
+ opacity5: string;
689
+ dividerColor: string;
690
+ borderColor: string;
691
+ closeIconColor: string;
692
+ closeIconColorHover: string;
693
+ closeIconColorPressed: string;
694
+ closeColorHover: string;
695
+ closeColorPressed: string;
696
+ clearColor: string;
697
+ clearColorHover: string;
698
+ clearColorPressed: string;
699
+ scrollbarColor: string;
700
+ scrollbarColorHover: string;
701
+ scrollbarWidth: string;
702
+ scrollbarHeight: string;
703
+ scrollbarBorderRadius: string;
704
+ progressRailColor: string;
705
+ railColor: string;
706
+ popoverColor: string;
707
+ tableColor: string;
708
+ cardColor: string;
709
+ modalColor: string;
710
+ bodyColor: string;
711
+ tagColor: string;
712
+ avatarColor: string;
713
+ invertedColor: string;
714
+ inputColor: string;
715
+ codeColor: string;
716
+ tabColor: string;
717
+ actionColor: string;
718
+ tableHeaderColor: string;
719
+ hoverColor: string;
720
+ tableColorHover: string;
721
+ tableColorStriped: string;
722
+ pressedColor: string;
723
+ opacityDisabled: string;
724
+ inputColorDisabled: string;
725
+ buttonColor2: string;
726
+ buttonColor2Hover: string;
727
+ buttonColor2Pressed: string;
728
+ boxShadow1: string;
729
+ boxShadow2: string;
730
+ boxShadow3: string;
731
+ fontFamily: string;
732
+ fontFamilyMono: string;
733
+ fontWeight: string;
734
+ fontWeightStrong: string;
735
+ cubicBezierEaseInOut: string;
736
+ cubicBezierEaseOut: string;
737
+ cubicBezierEaseIn: string;
738
+ borderRadius: string;
739
+ borderRadiusSmall: string;
740
+ fontSize: string;
741
+ fontSizeMini: string;
742
+ fontSizeTiny: string;
743
+ fontSizeSmall: string;
744
+ fontSizeMedium: string;
745
+ fontSizeLarge: string;
746
+ fontSizeHuge: string;
747
+ lineHeight: string;
748
+ heightMini: string;
749
+ heightTiny: string;
750
+ heightSmall: string;
751
+ heightMedium: string;
752
+ heightLarge: string;
753
+ heightHuge: string;
754
+ name: "common";
755
+ };
756
+ self: {
757
+ textColor: string;
758
+ textColorInverted: string;
759
+ color: string;
760
+ colorEmbedded: string;
761
+ headerColor: string;
762
+ headerColorInverted: string;
763
+ footerColor: string;
764
+ footerColorInverted: string;
765
+ headerBorderColor: string;
766
+ headerBorderColorInverted: string;
767
+ footerBorderColor: string;
768
+ footerBorderColorInverted: string;
769
+ siderBorderColor: string;
770
+ siderBorderColorInverted: string;
771
+ siderColor: string;
772
+ siderColorInverted: string;
773
+ siderToggleButtonBorder: string;
774
+ siderToggleButtonColor: string;
775
+ siderToggleButtonIconColor: string;
776
+ siderToggleButtonIconColorInverted: string;
777
+ siderToggleBarColor: string;
778
+ siderToggleBarColorHover: string;
779
+ __invertScrollbar: string;
780
+ };
781
+ peers: {
782
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
783
+ color: string;
784
+ colorHover: string;
785
+ }, any>;
786
+ };
787
+ peerOverrides: {
788
+ Scrollbar?: {
789
+ peers?: {
790
+ [x: string]: any;
791
+ } | undefined;
792
+ } | undefined;
793
+ };
794
+ }>;
795
+ handleNativeElScroll: (e: Event) => void;
796
+ cssVars: import("vue").ComputedRef<{
797
+ '--n-bezier': string;
798
+ '--n-color': string;
799
+ '--n-text-color': string;
800
+ }> | undefined;
801
+ themeClass: import("vue").Ref<string> | undefined;
802
+ onRender: (() => void) | undefined;
803
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
804
+ embedded: BooleanConstructor;
805
+ position: {
806
+ readonly type: PropType<"absolute" | "static">;
807
+ readonly default: "static";
808
+ };
809
+ nativeScrollbar: {
810
+ readonly type: BooleanConstructor;
811
+ readonly default: true;
812
+ };
813
+ scrollbarProps: PropType<Partial<import("naive-ui/es/_internal").ScrollbarProps>>;
814
+ onScroll: PropType<(e: Event) => void>;
815
+ contentStyle: {
816
+ readonly type: PropType<string | import("vue").CSSProperties>;
817
+ readonly default: "";
818
+ };
819
+ hasSider: BooleanConstructor;
820
+ siderPlacement: {
821
+ readonly type: PropType<"left" | "right">;
822
+ readonly default: "left";
823
+ };
824
+ theme: PropType<import("naive-ui/es/_mixins").Theme<"Layout", {
825
+ textColor: string;
826
+ textColorInverted: string;
827
+ color: string;
828
+ colorEmbedded: string;
829
+ headerColor: string;
830
+ headerColorInverted: string;
831
+ footerColor: string;
832
+ footerColorInverted: string;
833
+ headerBorderColor: string;
834
+ headerBorderColorInverted: string;
835
+ footerBorderColor: string;
836
+ footerBorderColorInverted: string;
837
+ siderBorderColor: string;
838
+ siderBorderColorInverted: string;
839
+ siderColor: string;
840
+ siderColorInverted: string;
841
+ siderToggleButtonBorder: string;
842
+ siderToggleButtonColor: string;
843
+ siderToggleButtonIconColor: string;
844
+ siderToggleButtonIconColorInverted: string;
845
+ siderToggleBarColor: string;
846
+ siderToggleBarColorHover: string;
847
+ __invertScrollbar: string;
848
+ }, {
849
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
850
+ color: string;
851
+ colorHover: string;
852
+ }, any>;
853
+ }>>;
854
+ themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Layout", {
855
+ textColor: string;
856
+ textColorInverted: string;
857
+ color: string;
858
+ colorEmbedded: string;
859
+ headerColor: string;
860
+ headerColorInverted: string;
861
+ footerColor: string;
862
+ footerColorInverted: string;
863
+ headerBorderColor: string;
864
+ headerBorderColorInverted: string;
865
+ footerBorderColor: string;
866
+ footerBorderColorInverted: string;
867
+ siderBorderColor: string;
868
+ siderBorderColorInverted: string;
869
+ siderColor: string;
870
+ siderColorInverted: string;
871
+ siderToggleButtonBorder: string;
872
+ siderToggleButtonColor: string;
873
+ siderToggleButtonIconColor: string;
874
+ siderToggleButtonIconColorInverted: string;
875
+ siderToggleBarColor: string;
876
+ siderToggleBarColorHover: string;
877
+ __invertScrollbar: string;
878
+ }, {
879
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
880
+ color: string;
881
+ colorHover: string;
882
+ }, any>;
883
+ }>>>;
884
+ builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Layout", {
885
+ textColor: string;
886
+ textColorInverted: string;
887
+ color: string;
888
+ colorEmbedded: string;
889
+ headerColor: string;
890
+ headerColorInverted: string;
891
+ footerColor: string;
892
+ footerColorInverted: string;
893
+ headerBorderColor: string;
894
+ headerBorderColorInverted: string;
895
+ footerBorderColor: string;
896
+ footerBorderColorInverted: string;
897
+ siderBorderColor: string;
898
+ siderBorderColorInverted: string;
899
+ siderColor: string;
900
+ siderColorInverted: string;
901
+ siderToggleButtonBorder: string;
902
+ siderToggleButtonColor: string;
903
+ siderToggleButtonIconColor: string;
904
+ siderToggleButtonIconColorInverted: string;
905
+ siderToggleBarColor: string;
906
+ siderToggleBarColorHover: string;
907
+ __invertScrollbar: string;
908
+ }, {
909
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
910
+ color: string;
911
+ colorHover: string;
912
+ }, any>;
913
+ }>>>;
914
+ }>>, {
915
+ position: "absolute" | "static";
916
+ contentStyle: string | import("vue").CSSProperties;
917
+ embedded: boolean;
918
+ nativeScrollbar: boolean;
919
+ hasSider: boolean;
920
+ siderPlacement: "left" | "right";
921
+ }>;
922
+ NSpin: any;
923
+ SiderList: import("vue").DefineComponent<{
924
+ collapsed: {
925
+ type: BooleanConstructor;
926
+ default: boolean;
927
+ };
928
+ }, {
929
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
930
+ collapsed: {
931
+ type: BooleanConstructor;
932
+ default: boolean;
933
+ };
934
+ }>> & {}>>;
935
+ state: AnyObject;
936
+ setCurrentSessionItem: Function;
937
+ setSessionList: Function;
938
+ setIsChangeSession: Function;
939
+ setIsUpdateSession: Function;
940
+ listBoxRef: import("vue").Ref<HTMLElement | undefined>;
941
+ keyword: import("vue").Ref<string>;
942
+ sessionList: import("vue").Ref<AnyObject[]>;
943
+ loading: import("vue").Ref<boolean>;
944
+ pageNum: number;
945
+ init: () => void;
946
+ handleSearch: () => void;
947
+ getMySessionList: () => Promise<void>;
948
+ entrySession: (item: AnyObject) => void;
949
+ sessionChange: (sessionItem: AnyObject) => void;
950
+ NSpin: any;
951
+ NBadge: any;
952
+ NAvatar: any;
953
+ NInput: any;
954
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
955
+ collapsed: {
956
+ type: BooleanConstructor;
957
+ default: boolean;
958
+ };
959
+ }>>, {
960
+ collapsed: boolean;
961
+ }>;
962
+ ChatHeader: import("vue").DefineComponent<{}, {
963
+ state: AnyObject;
964
+ username: import("vue").ComputedRef<any>;
965
+ NAvatar: any;
966
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
967
+ ChatMain: import("vue").DefineComponent<{}, {
968
+ state: AnyObject;
969
+ setMsgList: Function;
970
+ setIsAppendMsg: Function;
971
+ chatMainRef: import("vue").Ref<HTMLElement | undefined>;
972
+ getHistoryRecord: () => Promise<void>;
973
+ accessSession: (lastSessionId: string) => Promise<void>;
974
+ isNeedShowTime: (item: AnyObject, index: number) => boolean;
975
+ setScrollToButtom: () => Promise<void>;
976
+ NAvatar: any;
977
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
978
+ ChatFooter: import("vue").DefineComponent<{}, {
979
+ inputRef: import("vue").Ref<HTMLDivElement | undefined>;
980
+ state: AnyObject;
981
+ setCurrentMsg: Function;
982
+ setIsAppendMsg: Function;
983
+ setCurrentSessionItem: Function;
984
+ setIsChangeSession: Function;
985
+ content: import("vue").Ref<string>;
986
+ handleKeyDown: (event: KeyboardEvent) => void;
987
+ isWrap: (event: KeyboardEvent) => boolean;
988
+ handleInput: () => void;
989
+ handleMsgSend: () => void;
990
+ sendMessage: () => Promise<void>;
991
+ NButton: any;
992
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
993
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
994
+ data: {
995
+ type: PropType<IData>;
996
+ default: () => {};
997
+ };
998
+ baseURL: {
999
+ type: StringConstructor;
1000
+ defalut: string;
1001
+ };
1002
+ }>>, {
1003
+ data: IData;
1004
+ }>;
1005
+ export default _default;