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