cnhis-design-vue 3.3.1-release.5 → 3.3.2-release.0
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/audio-sdk/index.d.ts +20 -0
- package/es/components/audio-sdk/src/Index.vue.d.ts +20 -0
- package/es/components/audio-sdk/src/Index.vue2.js +1 -1
- package/es/components/audio-sdk/src/audioSDK.d.ts +1 -0
- package/es/components/audio-sdk/src/audioSDK.js +11 -3
- package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +10 -0
- package/es/components/audio-sdk/src/components/recording.vue.d.ts +10 -0
- package/es/components/audio-sdk/src/components/recording.vue2.js +5 -0
- package/es/components/audio-sdk/src/constants/index.d.ts +1 -0
- package/es/components/audio-sdk/src/constants/index.js +3 -0
- package/es/components/audio-sdk/src/utils/recorder/fft.d.ts +4 -0
- package/es/components/audio-sdk/src/utils/recorder/mp3-engine.d.ts +4 -0
- package/es/components/audio-sdk/src/utils/recorder/mp3.d.ts +4 -0
- package/es/components/audio-sdk/src/utils/recorder/recorder.d.ts +4 -0
- package/es/components/audio-sdk/src/utils/recorder/wave.d.ts +4 -0
- package/es/components/audio-sdk/src/utils/recordingModal.js +13 -2
- 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/callback/src/components/render/popupMaps.d.ts +17 -1
- package/es/components/card-render/index.d.ts +4 -4
- package/es/components/card-render/src/CardRender.vue.d.ts +4 -4
- package/es/components/card-render/src/components/index.d.ts +23 -23
- package/es/components/classification/src/components/table-modal/index.vue.d.ts +0 -3
- package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +12 -6
- package/es/components/field-editor/index.d.ts +4 -0
- package/es/components/field-editor/src/FieldEditor.vue.d.ts +4 -0
- package/es/components/form-config/index.d.ts +80 -5
- package/es/components/form-config/src/FormConfig.vue.d.ts +80 -5
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +4 -0
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +57 -4
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +16 -1
- package/es/components/form-config/src/constants/index.d.ts +2 -1
- package/es/components/form-config/src/constants/index.js +1 -0
- package/es/components/form-config/src/hooks/useConfigurationField.js +19 -1
- package/es/components/form-config/src/hooks/useLocale.d.ts +1 -0
- package/es/components/form-config/src/hooks/useLocale.js +1 -0
- package/es/components/form-config/src/types/index.d.ts +1 -0
- package/es/components/form-render/index.d.ts +4 -0
- package/es/components/form-render/src/FormRender.vue.d.ts +4 -0
- package/es/components/form-render/src/FormRender.vue2.js +3 -2
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +4 -0
- package/es/components/form-render/src/components/renderer/combination/combination.js +1 -1
- package/es/components/form-render/src/components/renderer/date.d.ts +2 -2
- package/es/components/form-render/src/components/renderer/input.d.ts +16 -4
- package/es/components/form-render/src/components/renderer/input.js +39 -7
- package/es/components/form-render/src/components/renderer/levelSearchCascader/index.js +3 -0
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +1 -0
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +1 -0
- package/es/components/form-render/src/components/renderer/radio_checkbox.js +9 -8
- package/es/components/form-render/src/components/renderer/text.js +1 -1
- package/es/components/form-render/src/components/renderer/textarea.d.ts +16 -1
- package/es/components/form-render/src/components/renderer/textarea.js +36 -8
- package/es/components/form-render/src/hooks/useBusinessBinding.js +1 -0
- package/es/components/form-render/src/hooks/useComplexOptions.js +3 -2
- package/es/components/form-render/src/hooks/useFieldListAdaptor.d.ts +2 -2
- package/es/components/form-render/src/hooks/useFieldListAdaptor.js +4 -3
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +2 -0
- package/es/components/form-render/src/hooks/useFormField.d.ts +2 -0
- package/es/components/form-render/src/hooks/useFormField.js +5 -1
- package/es/components/form-render/src/hooks/useFormValidator.js +1 -0
- package/es/components/form-render/src/hooks/usePresetScope.js +1 -0
- package/es/components/form-render/src/types/fieldItem.d.ts +11 -0
- package/es/components/form-render/src/types/index.d.ts +1 -0
- package/es/components/form-render/src/utils/index.js +1 -0
- package/es/components/form-render/src/utils/schema.js +60 -15
- package/es/components/guide/src/renderer.d.ts +2 -2
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +1 -1
- package/es/components/iho-table/index.d.ts +13 -1
- package/es/components/iho-table/src/IhoTable.vue.d.ts +13 -2
- package/es/components/iho-table/src/IhoTable.vue2.js +27 -20
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +6 -0
- package/es/components/index.css +1 -1
- package/es/components/index.d.ts +1 -2
- package/es/components/index.js +0 -3
- package/es/components/info-header/index.d.ts +13 -0
- package/es/components/info-header/src/InfoHeader.vue.d.ts +13 -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 +5 -0
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +4 -0
- package/es/components/scale-view/index.d.ts +1 -1
- package/es/components/scale-view/src/ScaleView.vue.d.ts +1 -1
- package/es/components/scale-view/src/ScaleView.vue2.js +2 -2
- package/es/components/scale-view/src/hooks/scaleview-init.d.ts +1 -1
- package/es/components/scale-view/src/hooks/scaleview-init.js +2 -2
- package/es/components/select-person/src/SelectPerson.vue2.js +8 -5
- package/es/components/shortcut-setter/index.d.ts +16 -1
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +16 -1
- package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +11 -11
- package/es/env.d.ts +25 -25
- package/es/shared/assets/img/defaultCover/10review_successful.png.js +1 -1
- package/es/shared/assets/img/defaultCover/11review_fail.png.js +1 -1
- package/es/shared/assets/img/defaultCover/12no_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/13no_menu_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/14no_call_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/15no_use_tag.png.js +1 -1
- package/es/shared/assets/img/defaultCover/16no_table_data.png.js +1 -1
- package/es/shared/assets/img/defaultCover/1location.png.js +1 -1
- package/es/shared/assets/img/defaultCover/2notfound.png.js +1 -1
- package/es/shared/assets/img/defaultCover/3loading.png.js +1 -1
- package/es/shared/assets/img/defaultCover/4no_permission.png.js +1 -1
- package/es/shared/assets/img/defaultCover/5no_data.png.js +1 -1
- package/es/shared/assets/img/defaultCover/6no_network.png.js +1 -1
- package/es/shared/assets/img/defaultCover/7no_doctor.png.js +1 -1
- package/es/shared/assets/img/defaultCover/8system_error.png.js +1 -1
- package/es/shared/assets/img/defaultCover/9system_upgrade.png.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/CancelRadio/CancelRadio.d.ts +7 -0
- package/es/shared/components/CancelRadio/CancelRadio.js +6 -6
- package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +86 -0
- package/es/shared/package.json.js +1 -1
- package/es/shared/utils/fabricjs/index.d.ts +6823 -0
- package/es/shared/utils/tapable/index.d.ts +139 -0
- package/package.json +76 -77
- package/es/components/ai-chat/index.d.ts +0 -680
- package/es/components/ai-chat/index.js +0 -10
- package/es/components/ai-chat/src/Index.vue.d.ts +0 -682
- package/es/components/ai-chat/src/Index.vue.js +0 -6
- package/es/components/ai-chat/src/Index.vue2.js +0 -175
- package/es/components/ai-chat/src/api/index.d.ts +0 -8
- package/es/components/ai-chat/src/api/index.js +0 -87
- package/es/components/ai-chat/src/components/ChatAudio.vue.d.ts +0 -38
- package/es/components/ai-chat/src/components/ChatAudio.vue.js +0 -6
- package/es/components/ai-chat/src/components/ChatAudio.vue2.js +0 -103
- package/es/components/ai-chat/src/components/ChatBI.vue.d.ts +0 -101
- package/es/components/ai-chat/src/components/ChatBI.vue.js +0 -6
- package/es/components/ai-chat/src/components/ChatBI.vue2.js +0 -73
- package/es/components/ai-chat/src/components/ChatCard.d.ts +0 -43
- package/es/components/ai-chat/src/components/ChatCard.js +0 -403
- package/es/components/ai-chat/src/components/ChatFooter.vue.d.ts +0 -203
- package/es/components/ai-chat/src/components/ChatFooter.vue.js +0 -6
- package/es/components/ai-chat/src/components/ChatFooter.vue2.js +0 -373
- package/es/components/ai-chat/src/components/ChatMain.d.ts +0 -2
- package/es/components/ai-chat/src/components/ChatMain.js +0 -350
- package/es/components/ai-chat/src/components/ChatMainDefault.d.ts +0 -2
- package/es/components/ai-chat/src/components/ChatMainDefault.js +0 -278
- package/es/components/ai-chat/src/components/ChatPatient.vue.d.ts +0 -59
- package/es/components/ai-chat/src/components/ChatPatient.vue.js +0 -6
- package/es/components/ai-chat/src/components/ChatPatient.vue2.js +0 -218
- package/es/components/ai-chat/src/components/ChatPrompt.vue.d.ts +0 -45
- package/es/components/ai-chat/src/components/ChatPrompt.vue.js +0 -6
- package/es/components/ai-chat/src/components/ChatPrompt.vue2.js +0 -143
- package/es/components/ai-chat/src/components/ChatRight.vue.d.ts +0 -57
- package/es/components/ai-chat/src/components/ChatRight.vue.js +0 -6
- package/es/components/ai-chat/src/components/ChatRight.vue2.js +0 -190
- package/es/components/ai-chat/src/components/card/JsonCard.d.ts +0 -25
- package/es/components/ai-chat/src/components/card/JsonCard.js +0 -574
- package/es/components/ai-chat/src/components/message-render/CardRender.d.ts +0 -16
- package/es/components/ai-chat/src/components/message-render/CardRender.js +0 -80
- package/es/components/ai-chat/src/components/message-render/FormRender.d.ts +0 -16
- package/es/components/ai-chat/src/components/message-render/FormRender.js +0 -173
- package/es/components/ai-chat/src/components/mobile/MobileChatAudio.vue.d.ts +0 -36
- package/es/components/ai-chat/src/components/mobile/MobileChatAudio.vue.js +0 -6
- package/es/components/ai-chat/src/components/mobile/MobileChatAudio.vue2.js +0 -96
- package/es/components/ai-chat/src/components/mobile/MobileChatFooter.vue.d.ts +0 -105
- package/es/components/ai-chat/src/components/mobile/MobileChatFooter.vue.js +0 -6
- package/es/components/ai-chat/src/components/mobile/MobileChatFooter.vue2.js +0 -260
- package/es/components/ai-chat/src/components/svgs/AddIcon.vue.js +0 -18
- package/es/components/ai-chat/src/components/svgs/AudioIcon.vue.js +0 -37
- package/es/components/ai-chat/src/components/svgs/KeyboardIcon.vue.js +0 -20
- package/es/components/ai-chat/src/components/svgs/MicroPhone.vue.js +0 -48
- package/es/components/ai-chat/src/hooks/index.d.ts +0 -2
- package/es/components/ai-chat/src/hooks/index.js +0 -2
- package/es/components/ai-chat/src/hooks/useChartAudioContext.d.ts +0 -18
- package/es/components/ai-chat/src/hooks/useChartAudioContext.js +0 -202
- package/es/components/ai-chat/src/hooks/useData.d.ts +0 -77
- package/es/components/ai-chat/src/hooks/useData.js +0 -289
- package/es/components/ai-chat/src/hooks/useFooterContext.d.ts +0 -38
- package/es/components/ai-chat/src/hooks/useFooterContext.js +0 -218
- package/es/components/ai-chat/src/hooks/useProgram.d.ts +0 -14
- package/es/components/ai-chat/src/hooks/useProgram.js +0 -306
- package/es/components/ai-chat/src/hooks/useSSE.d.ts +0 -9
- package/es/components/ai-chat/src/hooks/useSSE.js +0 -138
- package/es/components/ai-chat/src/hooks/useWebsocket.d.ts +0 -4
- package/es/components/ai-chat/src/hooks/useWebsocket.js +0 -66
- package/es/components/ai-chat/src/types/index.d.ts +0 -45
- package/es/components/ai-chat/src/types/index.js +0 -1
- package/es/components/ai-chat/src/utils/index.d.ts +0 -7
- package/es/components/ai-chat/src/utils/index.js +0 -41
- package/es/components/ai-chat/style/index.css +0 -1
- package/es/shared/assets/img/ai__avatar.png.js +0 -3
- package/es/shared/assets/img/file-emr.png.js +0 -3
- package/es/shared/assets/img/file.png.js +0 -3
- package/es/shared/assets/img/logo.png.js +0 -3
- package/es/shared/assets/img/use.png.js +0 -3
@@ -1,682 +0,0 @@
|
|
1
|
-
import { type PropType } from 'vue';
|
2
|
-
import { QueryData, QueryRecord, CommandItem, QueryPrompt } from './types';
|
3
|
-
import { AnyObject } from '../../../shared/types';
|
4
|
-
declare const _default: import("vue").DefineComponent<{
|
5
|
-
token: {
|
6
|
-
type: StringConstructor;
|
7
|
-
required: true;
|
8
|
-
};
|
9
|
-
userAvatar: {
|
10
|
-
type: StringConstructor;
|
11
|
-
};
|
12
|
-
defaultShortcutList: {
|
13
|
-
type: PropType<string[]>;
|
14
|
-
};
|
15
|
-
shortcutList: {
|
16
|
-
type: PropType<(string | AnyObject)[]>;
|
17
|
-
};
|
18
|
-
queryData: {
|
19
|
-
type: PropType<QueryData>;
|
20
|
-
};
|
21
|
-
queryRecord: {
|
22
|
-
type: PropType<QueryRecord>;
|
23
|
-
};
|
24
|
-
hideInput: {
|
25
|
-
type: BooleanConstructor;
|
26
|
-
};
|
27
|
-
uiStyle: {
|
28
|
-
type: StringConstructor;
|
29
|
-
default: string;
|
30
|
-
};
|
31
|
-
audioTimed: {
|
32
|
-
type: NumberConstructor;
|
33
|
-
default: number;
|
34
|
-
};
|
35
|
-
commandList: {
|
36
|
-
type: PropType<CommandItem[]>;
|
37
|
-
};
|
38
|
-
queryPrompt: {
|
39
|
-
type: PropType<QueryPrompt>;
|
40
|
-
};
|
41
|
-
patientInfo: {
|
42
|
-
type: PropType<Partial<{
|
43
|
-
info: AnyObject;
|
44
|
-
queryPatient: (props: {
|
45
|
-
keyword: string;
|
46
|
-
businessType: string;
|
47
|
-
}) => Promise<AnyObject[]>;
|
48
|
-
}>>;
|
49
|
-
};
|
50
|
-
appId: {
|
51
|
-
type: StringConstructor;
|
52
|
-
};
|
53
|
-
immediatelyRecording: {
|
54
|
-
type: BooleanConstructor;
|
55
|
-
default: boolean;
|
56
|
-
};
|
57
|
-
isStreamingOutput: {
|
58
|
-
type: BooleanConstructor;
|
59
|
-
default: boolean;
|
60
|
-
};
|
61
|
-
showLBtn: {
|
62
|
-
type: BooleanConstructor;
|
63
|
-
default: boolean;
|
64
|
-
};
|
65
|
-
disabled: {
|
66
|
-
type: BooleanConstructor;
|
67
|
-
default: boolean;
|
68
|
-
};
|
69
|
-
appCode: {
|
70
|
-
type: StringConstructor;
|
71
|
-
};
|
72
|
-
sessionId: {
|
73
|
-
type: StringConstructor;
|
74
|
-
};
|
75
|
-
prologue: {
|
76
|
-
type: StringConstructor;
|
77
|
-
};
|
78
|
-
configs: {
|
79
|
-
type: PropType<AnyObject>;
|
80
|
-
};
|
81
|
-
bpmnProcessIdAndStartToken: {
|
82
|
-
type: StringConstructor;
|
83
|
-
};
|
84
|
-
mobile: {
|
85
|
-
type: BooleanConstructor;
|
86
|
-
default: boolean;
|
87
|
-
};
|
88
|
-
}, {
|
89
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
90
|
-
token: {
|
91
|
-
type: StringConstructor;
|
92
|
-
required: true;
|
93
|
-
};
|
94
|
-
userAvatar: {
|
95
|
-
type: StringConstructor;
|
96
|
-
};
|
97
|
-
defaultShortcutList: {
|
98
|
-
type: PropType<string[]>;
|
99
|
-
};
|
100
|
-
shortcutList: {
|
101
|
-
type: PropType<(string | AnyObject)[]>;
|
102
|
-
};
|
103
|
-
queryData: {
|
104
|
-
type: PropType<QueryData>;
|
105
|
-
};
|
106
|
-
queryRecord: {
|
107
|
-
type: PropType<QueryRecord>;
|
108
|
-
};
|
109
|
-
hideInput: {
|
110
|
-
type: BooleanConstructor;
|
111
|
-
};
|
112
|
-
uiStyle: {
|
113
|
-
type: StringConstructor;
|
114
|
-
default: string;
|
115
|
-
};
|
116
|
-
audioTimed: {
|
117
|
-
type: NumberConstructor;
|
118
|
-
default: number;
|
119
|
-
};
|
120
|
-
commandList: {
|
121
|
-
type: PropType<CommandItem[]>;
|
122
|
-
};
|
123
|
-
queryPrompt: {
|
124
|
-
type: PropType<QueryPrompt>;
|
125
|
-
};
|
126
|
-
patientInfo: {
|
127
|
-
type: PropType<Partial<{
|
128
|
-
info: AnyObject;
|
129
|
-
queryPatient: (props: {
|
130
|
-
keyword: string;
|
131
|
-
businessType: string;
|
132
|
-
}) => Promise<AnyObject[]>;
|
133
|
-
}>>;
|
134
|
-
};
|
135
|
-
appId: {
|
136
|
-
type: StringConstructor;
|
137
|
-
};
|
138
|
-
immediatelyRecording: {
|
139
|
-
type: BooleanConstructor;
|
140
|
-
default: boolean;
|
141
|
-
};
|
142
|
-
isStreamingOutput: {
|
143
|
-
type: BooleanConstructor;
|
144
|
-
default: boolean;
|
145
|
-
};
|
146
|
-
showLBtn: {
|
147
|
-
type: BooleanConstructor;
|
148
|
-
default: boolean;
|
149
|
-
};
|
150
|
-
disabled: {
|
151
|
-
type: BooleanConstructor;
|
152
|
-
default: boolean;
|
153
|
-
};
|
154
|
-
appCode: {
|
155
|
-
type: StringConstructor;
|
156
|
-
};
|
157
|
-
sessionId: {
|
158
|
-
type: StringConstructor;
|
159
|
-
};
|
160
|
-
prologue: {
|
161
|
-
type: StringConstructor;
|
162
|
-
};
|
163
|
-
configs: {
|
164
|
-
type: PropType<AnyObject>;
|
165
|
-
};
|
166
|
-
bpmnProcessIdAndStartToken: {
|
167
|
-
type: StringConstructor;
|
168
|
-
};
|
169
|
-
mobile: {
|
170
|
-
type: BooleanConstructor;
|
171
|
-
default: boolean;
|
172
|
-
};
|
173
|
-
}>> & {
|
174
|
-
"onButton-click"?: ((...args: any[]) => any) | undefined;
|
175
|
-
onProgram?: ((...args: any[]) => any) | undefined;
|
176
|
-
}>>;
|
177
|
-
emit: (event: "button-click" | "program", ...args: any[]) => void;
|
178
|
-
data: {
|
179
|
-
chatMainRef: import("vue").Ref<any>;
|
180
|
-
patientInfo: import("vue").Ref<any>;
|
181
|
-
configs: import("vue").Ref<any>;
|
182
|
-
queryPrompt: import("vue").Ref<any>;
|
183
|
-
queryData: import("vue").Ref<any>;
|
184
|
-
queryRecord: import("vue").Ref<any>;
|
185
|
-
defaultShortcutList: import("vue").Ref<any>;
|
186
|
-
hideInput: import("vue").Ref<any>;
|
187
|
-
shortcutList: import("vue").Ref<any>;
|
188
|
-
audioTimed: import("vue").Ref<any>;
|
189
|
-
commandList: import("vue").Ref<any>;
|
190
|
-
appId: import("vue").Ref<any>;
|
191
|
-
immediatelyRecording: import("vue").Ref<any>;
|
192
|
-
isStreamingOutput: import("vue").Ref<any>;
|
193
|
-
showLBtn: import("vue").Ref<any>;
|
194
|
-
disabled: import("vue").Ref<any>;
|
195
|
-
appCode: import("vue").Ref<any>;
|
196
|
-
prologue: import("vue").Ref<any>;
|
197
|
-
mobile: import("vue").Ref<any>;
|
198
|
-
bpmnProcessIdAndStartToken: import("vue").Ref<any>;
|
199
|
-
cssVars: import("vue").ComputedRef<AnyObject>;
|
200
|
-
state: AnyObject;
|
201
|
-
isSmall: import("vue").ComputedRef<boolean>;
|
202
|
-
isDefault: import("vue").ComputedRef<boolean>;
|
203
|
-
vaa07: import("vue").ComputedRef<any>;
|
204
|
-
sessionId: import("vue").ComputedRef<any>;
|
205
|
-
axiosInstance: import("axios").AxiosInstance;
|
206
|
-
$dialog: import("naive-ui").DialogApi;
|
207
|
-
emit: (event: "button-click" | "program", ...args: any[]) => void;
|
208
|
-
appendMessage: (item: AnyObject) => Promise<void>;
|
209
|
-
sendMessage: (params?: AnyObject) => Promise<void>;
|
210
|
-
toFinishProgram: (bpmnProcessId: string) => void;
|
211
|
-
toNext: (bpmnProcessId?: string | undefined, variables?: any) => void;
|
212
|
-
toReplyAiConditions: (params?: AnyObject | undefined) => void;
|
213
|
-
formatProcessInfo: (result: string) => void;
|
214
|
-
};
|
215
|
-
cssVars: import("vue").ComputedRef<AnyObject>;
|
216
|
-
state: AnyObject;
|
217
|
-
chatMainRef: import("vue").Ref<any>;
|
218
|
-
sessionId: import("vue").ComputedRef<any>;
|
219
|
-
onClose: () => void;
|
220
|
-
NIcon: any;
|
221
|
-
NButton: any;
|
222
|
-
NDialogProvider: any;
|
223
|
-
ChatMain: import("vue").DefineComponent<{}, () => JSX.Element[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
224
|
-
ChatFooter: import("vue").DefineComponent<{}, {
|
225
|
-
state: AnyObject;
|
226
|
-
shortcutList: import("vue").Ref<any>;
|
227
|
-
getShortcutName: (item: string | AnyObject) => any;
|
228
|
-
isAllDisabled: import("vue").ComputedRef<any>;
|
229
|
-
isStreamingOutput: import("vue").Ref<any>;
|
230
|
-
handleShortcut: (item: string | AnyObject) => void;
|
231
|
-
showPopover: import("vue").Ref<boolean>;
|
232
|
-
handleKeyDown: (event: KeyboardEvent) => void;
|
233
|
-
handleInput: (value: string) => void;
|
234
|
-
btnDisabled: import("vue").ComputedRef<any>;
|
235
|
-
commandList: import("vue").Ref<any>;
|
236
|
-
showAudio: import("vue").Ref<boolean>;
|
237
|
-
handleSend: () => void;
|
238
|
-
isDefault: import("vue").ComputedRef<boolean>;
|
239
|
-
breadcrumb: import("vue").Ref<{
|
240
|
-
[x: string]: any;
|
241
|
-
shortcutTitle: string;
|
242
|
-
shortcutId: string;
|
243
|
-
shortcutDescription?: string | undefined;
|
244
|
-
children?: any[] | undefined;
|
245
|
-
}[]>;
|
246
|
-
currentShortcutId: import("vue").Ref<string>;
|
247
|
-
currentCommand: import("vue").Ref<{
|
248
|
-
[x: string]: any;
|
249
|
-
shortcutTitle: string;
|
250
|
-
shortcutId: string;
|
251
|
-
shortcutDescription?: string | undefined;
|
252
|
-
children?: any[] | undefined;
|
253
|
-
}[]>;
|
254
|
-
clickMenu: (menu: CommandItem) => void;
|
255
|
-
audioTimed: import("vue").Ref<any>;
|
256
|
-
showLBtn: import("vue").Ref<any>;
|
257
|
-
isSmall: import("vue").ComputedRef<boolean>;
|
258
|
-
cssVars: import("vue").ComputedRef<AnyObject>;
|
259
|
-
railStyle: ({ focused, checked }: {
|
260
|
-
focused: boolean;
|
261
|
-
checked: boolean;
|
262
|
-
}) => import("vue").CSSProperties;
|
263
|
-
inputRef: import("vue").Ref<any>;
|
264
|
-
placeholder: import("vue").ComputedRef<"请向我提问,Shift+Enter换行" | "请向我提问或输入\"/\"查看指令" | "请向我提问或输入\"/\"查看指令,Shift+Enter换行">;
|
265
|
-
audioSdk: import("../..").CAudioSDK;
|
266
|
-
recorderStart: () => Promise<void>;
|
267
|
-
showPrompt: import("vue").Ref<boolean>;
|
268
|
-
showPatient: import("vue").Ref<boolean>;
|
269
|
-
showMagicWand: import("vue").ComputedRef<boolean>;
|
270
|
-
patient: import("vue").ComputedRef<string>;
|
271
|
-
handleBack: () => void;
|
272
|
-
updateShow: (value: boolean) => void;
|
273
|
-
NButton: any;
|
274
|
-
NInput: any;
|
275
|
-
NIcon: any;
|
276
|
-
NPopover: any;
|
277
|
-
NBreadcrumb: any;
|
278
|
-
NBreadcrumbItem: any;
|
279
|
-
NTag: any;
|
280
|
-
NSwitch: any;
|
281
|
-
PaperPlane: 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<{}>>, {}>;
|
282
|
-
ChevronBack: 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<{}>>, {}>;
|
283
|
-
ChevronForward: 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<{}>>, {}>;
|
284
|
-
SparklesSharp: 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<{}>>, {}>;
|
285
|
-
PeopleOutline: 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<{}>>, {}>;
|
286
|
-
ChatPrompt: import("vue").DefineComponent<{
|
287
|
-
show: {
|
288
|
-
type: BooleanConstructor;
|
289
|
-
};
|
290
|
-
}, {
|
291
|
-
pageInfo: {
|
292
|
-
page: number;
|
293
|
-
hasMore: boolean;
|
294
|
-
};
|
295
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
296
|
-
show: {
|
297
|
-
type: BooleanConstructor;
|
298
|
-
};
|
299
|
-
}>> & {
|
300
|
-
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
301
|
-
}>>;
|
302
|
-
emit: (event: "update:show", ...args: any[]) => void;
|
303
|
-
state: AnyObject;
|
304
|
-
queryPrompt: import("vue").Ref<any>;
|
305
|
-
listRef: import("vue").Ref<any>;
|
306
|
-
keyword: import("vue").Ref<string>;
|
307
|
-
list: import("vue").Ref<AnyObject[]>;
|
308
|
-
showNoData: import("vue").ComputedRef<boolean>;
|
309
|
-
handleInput: () => void;
|
310
|
-
handleSearch: () => Promise<void>;
|
311
|
-
resetAndSearch: () => void;
|
312
|
-
select: (item: AnyObject) => void;
|
313
|
-
NDrawer: any;
|
314
|
-
NDrawerContent: any;
|
315
|
-
NIcon: any;
|
316
|
-
NInput: any;
|
317
|
-
NButton: any;
|
318
|
-
CloseOutline: 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<{}>>, {}>;
|
319
|
-
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<{}>>, {}>;
|
320
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:show"[], "update:show", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
321
|
-
show: {
|
322
|
-
type: BooleanConstructor;
|
323
|
-
};
|
324
|
-
}>> & {
|
325
|
-
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
326
|
-
}, {
|
327
|
-
show: boolean;
|
328
|
-
}>;
|
329
|
-
ChatPatient: import("vue").DefineComponent<{
|
330
|
-
show: {
|
331
|
-
type: BooleanConstructor;
|
332
|
-
};
|
333
|
-
}, {
|
334
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
335
|
-
show: {
|
336
|
-
type: BooleanConstructor;
|
337
|
-
};
|
338
|
-
}>> & {
|
339
|
-
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
340
|
-
}>>;
|
341
|
-
emit: (event: "update:show", ...args: any[]) => void;
|
342
|
-
state: AnyObject;
|
343
|
-
patientInfo: import("vue").Ref<any>;
|
344
|
-
formValue: {
|
345
|
-
businessType: string;
|
346
|
-
vaa01: null;
|
347
|
-
bck03a: string;
|
348
|
-
};
|
349
|
-
rules: {
|
350
|
-
businessType: {
|
351
|
-
required: boolean;
|
352
|
-
trigger: string;
|
353
|
-
message: string;
|
354
|
-
};
|
355
|
-
vaa01: {
|
356
|
-
required: boolean;
|
357
|
-
trigger: string[];
|
358
|
-
message: string;
|
359
|
-
};
|
360
|
-
};
|
361
|
-
options: import("vue").Ref<AnyObject[]>;
|
362
|
-
formRef: import("vue").Ref<any>;
|
363
|
-
renderLabel: (option: AnyObject) => string;
|
364
|
-
handleUpdateValue: (value: string, option: import("naive-ui").SelectOption) => void;
|
365
|
-
handleSearch: (keyword: string) => Promise<void>;
|
366
|
-
handleBusinessTypeUpdate: () => void;
|
367
|
-
handleValidateClick: (e: MouseEvent) => void;
|
368
|
-
NDrawer: any;
|
369
|
-
NDrawerContent: any;
|
370
|
-
NForm: any;
|
371
|
-
NFormItem: any;
|
372
|
-
NButton: any;
|
373
|
-
NRadioGroup: any;
|
374
|
-
NRadio: any;
|
375
|
-
NSelect: any;
|
376
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:show"[], "update:show", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
377
|
-
show: {
|
378
|
-
type: BooleanConstructor;
|
379
|
-
};
|
380
|
-
}>> & {
|
381
|
-
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
382
|
-
}, {
|
383
|
-
show: boolean;
|
384
|
-
}>;
|
385
|
-
ChatAudio: import("vue").DefineComponent<{
|
386
|
-
show: {
|
387
|
-
type: BooleanConstructor;
|
388
|
-
};
|
389
|
-
}, {
|
390
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
391
|
-
show: {
|
392
|
-
type: BooleanConstructor;
|
393
|
-
};
|
394
|
-
}>> & {
|
395
|
-
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
396
|
-
}>>;
|
397
|
-
emit: (event: "update:show", ...args: any[]) => void;
|
398
|
-
audioChartRef: import("vue").Ref<HTMLDivElement | undefined>;
|
399
|
-
isWarning: import("vue").Ref<boolean>;
|
400
|
-
isActive: import("vue").Ref<boolean>;
|
401
|
-
handlePlay: () => void;
|
402
|
-
handlePause: () => void;
|
403
|
-
handleEnd: (trigger?: string | undefined) => Promise<void>;
|
404
|
-
formattedTime: import("vue").ComputedRef<string>;
|
405
|
-
warnTime: import("vue").Ref<number>;
|
406
|
-
tip: import("vue").ComputedRef<"未识别录音" | "正在录音中..." | "录音已暂停">;
|
407
|
-
NSpace: any;
|
408
|
-
NButton: any;
|
409
|
-
NIcon: any;
|
410
|
-
StopCircleOutline: 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<{}>>, {}>;
|
411
|
-
MicOff: 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<{}>>, {}>;
|
412
|
-
AlertCircle: 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<{}>>, {}>;
|
413
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:show"[], "update:show", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
414
|
-
show: {
|
415
|
-
type: BooleanConstructor;
|
416
|
-
};
|
417
|
-
}>> & {
|
418
|
-
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
419
|
-
}, {
|
420
|
-
show: boolean;
|
421
|
-
}>;
|
422
|
-
MicroPhone: any;
|
423
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
424
|
-
ChatRight: import("vue").DefineComponent<{}, {
|
425
|
-
medicalLabel: {
|
426
|
-
key: string;
|
427
|
-
title: string;
|
428
|
-
}[];
|
429
|
-
state: AnyObject;
|
430
|
-
configs: import("vue").Ref<any>;
|
431
|
-
sendMessage: (params?: AnyObject) => Promise<void>;
|
432
|
-
isStreamingOutput: import("vue").Ref<any>;
|
433
|
-
toolbarConfig: {
|
434
|
-
toolbarKeys: never[];
|
435
|
-
};
|
436
|
-
content: import("vue").Ref<string>;
|
437
|
-
saveDisabled: import("vue").ComputedRef<any>;
|
438
|
-
handleSave: () => Promise<void>;
|
439
|
-
handleDelete: () => Promise<void>;
|
440
|
-
createMedicalRecord: () => void;
|
441
|
-
extractContentByTitle: () => AnyObject;
|
442
|
-
NSpace: any;
|
443
|
-
NButton: any;
|
444
|
-
Editor: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
445
|
-
editorConfig: {
|
446
|
-
type: ObjectConstructor;
|
447
|
-
};
|
448
|
-
toolbarConfig: {
|
449
|
-
type: ObjectConstructor;
|
450
|
-
};
|
451
|
-
uploadImgUrl: {
|
452
|
-
type: StringConstructor;
|
453
|
-
};
|
454
|
-
isDisabled: {
|
455
|
-
type: BooleanConstructor;
|
456
|
-
default: boolean;
|
457
|
-
};
|
458
|
-
}, {
|
459
|
-
editorRef: import("vue").ShallowRef<any>;
|
460
|
-
renderVN: () => JSX.Element;
|
461
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, never[], never, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
462
|
-
editorConfig: {
|
463
|
-
type: ObjectConstructor;
|
464
|
-
};
|
465
|
-
toolbarConfig: {
|
466
|
-
type: ObjectConstructor;
|
467
|
-
};
|
468
|
-
uploadImgUrl: {
|
469
|
-
type: StringConstructor;
|
470
|
-
};
|
471
|
-
isDisabled: {
|
472
|
-
type: BooleanConstructor;
|
473
|
-
default: boolean;
|
474
|
-
};
|
475
|
-
}>> & {}, {
|
476
|
-
isDisabled: boolean;
|
477
|
-
}>>;
|
478
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
479
|
-
ChatMainDefault: import("vue").DefineComponent<{}, () => JSX.Element[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
480
|
-
CloseOutline: 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<{}>>, {}>;
|
481
|
-
MobileChatFooter: import("vue").DefineComponent<{}, {
|
482
|
-
state: AnyObject;
|
483
|
-
shortcutList: import("vue").Ref<any>;
|
484
|
-
getShortcutName: (item: string | AnyObject) => any;
|
485
|
-
isAllDisabled: import("vue").ComputedRef<any>;
|
486
|
-
isStreamingOutput: import("vue").Ref<any>;
|
487
|
-
handleShortcut: (item: string | AnyObject) => void;
|
488
|
-
showPopover: import("vue").Ref<boolean>;
|
489
|
-
handleKeyDown: (event: KeyboardEvent) => void;
|
490
|
-
handleInput: (value: string) => void;
|
491
|
-
btnDisabled: import("vue").ComputedRef<any>;
|
492
|
-
showAudio: import("vue").Ref<boolean>;
|
493
|
-
breadcrumb: import("vue").Ref<{
|
494
|
-
[x: string]: any;
|
495
|
-
shortcutTitle: string;
|
496
|
-
shortcutId: string;
|
497
|
-
shortcutDescription?: string | undefined;
|
498
|
-
children?: any[] | undefined;
|
499
|
-
}[]>;
|
500
|
-
currentShortcutId: import("vue").Ref<string>;
|
501
|
-
currentCommand: import("vue").Ref<{
|
502
|
-
[x: string]: any;
|
503
|
-
shortcutTitle: string;
|
504
|
-
shortcutId: string;
|
505
|
-
shortcutDescription?: string | undefined;
|
506
|
-
children?: any[] | undefined;
|
507
|
-
}[]>;
|
508
|
-
commandList: import("vue").Ref<any>;
|
509
|
-
clickMenu: (menu: CommandItem) => void;
|
510
|
-
handleBack: () => void;
|
511
|
-
AudioStateMap: {
|
512
|
-
INPUT: string;
|
513
|
-
AUDIO: string;
|
514
|
-
AUDIO_DOING: string;
|
515
|
-
AUDIO_CANCEL: string;
|
516
|
-
};
|
517
|
-
audioState: any;
|
518
|
-
showState: {
|
519
|
-
show: boolean;
|
520
|
-
};
|
521
|
-
footerRef: import("vue").Ref<HTMLDivElement | undefined>;
|
522
|
-
footerRect: null;
|
523
|
-
onBarTouchStart: () => void;
|
524
|
-
onFooterTouchMove: (event: TouchEvent) => void;
|
525
|
-
onFooterTouchEnd: () => void;
|
526
|
-
onFooterTouchCancel: () => void;
|
527
|
-
audioChartRef: import("vue").Ref<HTMLDivElement | undefined>;
|
528
|
-
isWarning: import("vue").Ref<boolean>;
|
529
|
-
isActive: import("vue").Ref<boolean>;
|
530
|
-
handlePlay: () => void;
|
531
|
-
handlePause: () => void;
|
532
|
-
handleEnd: (trigger?: string | undefined) => Promise<void>;
|
533
|
-
handleCancel: () => void;
|
534
|
-
formattedTime: import("vue").ComputedRef<string>;
|
535
|
-
warnTime: import("vue").Ref<number>;
|
536
|
-
audioSdk: import("../..").CAudioSDK;
|
537
|
-
ChevronBack: 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<{}>>, {}>;
|
538
|
-
ChevronForward: 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<{}>>, {}>;
|
539
|
-
NBreadcrumb: any;
|
540
|
-
NBreadcrumbItem: any;
|
541
|
-
NButton: any;
|
542
|
-
NIcon: any;
|
543
|
-
NInput: any;
|
544
|
-
NPopover: any;
|
545
|
-
MobileChatAudio: import("vue").DefineComponent<{
|
546
|
-
show: {
|
547
|
-
type: BooleanConstructor;
|
548
|
-
};
|
549
|
-
}, {
|
550
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
551
|
-
show: {
|
552
|
-
type: BooleanConstructor;
|
553
|
-
};
|
554
|
-
}>> & {
|
555
|
-
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
556
|
-
}>>;
|
557
|
-
emit: (event: "update:show", ...args: any[]) => void;
|
558
|
-
audioChatRef: import("vue").Ref<HTMLDivElement | undefined>;
|
559
|
-
isWarning: import("vue").Ref<boolean>;
|
560
|
-
isActive: import("vue").Ref<boolean>;
|
561
|
-
handlePlay: () => void;
|
562
|
-
handlePause: () => void;
|
563
|
-
handleEnd: (trigger?: string | undefined) => Promise<void>;
|
564
|
-
formattedTime: import("vue").ComputedRef<string>;
|
565
|
-
warnTime: import("vue").Ref<number>;
|
566
|
-
audioSdk: import("../..").CAudioSDK;
|
567
|
-
audioSdkContentRef: import("vue").Ref<string>;
|
568
|
-
tip: import("vue").ComputedRef<"未识别录音" | "录音已暂停" | "正在听...">;
|
569
|
-
stateText: import("vue").ComputedRef<"" | "已暂停">;
|
570
|
-
NButton: any;
|
571
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:show"[], "update:show", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
572
|
-
show: {
|
573
|
-
type: BooleanConstructor;
|
574
|
-
};
|
575
|
-
}>> & {
|
576
|
-
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
577
|
-
}, {
|
578
|
-
show: boolean;
|
579
|
-
}>;
|
580
|
-
AddIcon: any;
|
581
|
-
MicroPhone: any;
|
582
|
-
AudioIcon: any;
|
583
|
-
KeyboardIcon: any;
|
584
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
585
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("button-click" | "program")[], "button-click" | "program", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
586
|
-
token: {
|
587
|
-
type: StringConstructor;
|
588
|
-
required: true;
|
589
|
-
};
|
590
|
-
userAvatar: {
|
591
|
-
type: StringConstructor;
|
592
|
-
};
|
593
|
-
defaultShortcutList: {
|
594
|
-
type: PropType<string[]>;
|
595
|
-
};
|
596
|
-
shortcutList: {
|
597
|
-
type: PropType<(string | AnyObject)[]>;
|
598
|
-
};
|
599
|
-
queryData: {
|
600
|
-
type: PropType<QueryData>;
|
601
|
-
};
|
602
|
-
queryRecord: {
|
603
|
-
type: PropType<QueryRecord>;
|
604
|
-
};
|
605
|
-
hideInput: {
|
606
|
-
type: BooleanConstructor;
|
607
|
-
};
|
608
|
-
uiStyle: {
|
609
|
-
type: StringConstructor;
|
610
|
-
default: string;
|
611
|
-
};
|
612
|
-
audioTimed: {
|
613
|
-
type: NumberConstructor;
|
614
|
-
default: number;
|
615
|
-
};
|
616
|
-
commandList: {
|
617
|
-
type: PropType<CommandItem[]>;
|
618
|
-
};
|
619
|
-
queryPrompt: {
|
620
|
-
type: PropType<QueryPrompt>;
|
621
|
-
};
|
622
|
-
patientInfo: {
|
623
|
-
type: PropType<Partial<{
|
624
|
-
info: AnyObject;
|
625
|
-
queryPatient: (props: {
|
626
|
-
keyword: string;
|
627
|
-
businessType: string;
|
628
|
-
}) => Promise<AnyObject[]>;
|
629
|
-
}>>;
|
630
|
-
};
|
631
|
-
appId: {
|
632
|
-
type: StringConstructor;
|
633
|
-
};
|
634
|
-
immediatelyRecording: {
|
635
|
-
type: BooleanConstructor;
|
636
|
-
default: boolean;
|
637
|
-
};
|
638
|
-
isStreamingOutput: {
|
639
|
-
type: BooleanConstructor;
|
640
|
-
default: boolean;
|
641
|
-
};
|
642
|
-
showLBtn: {
|
643
|
-
type: BooleanConstructor;
|
644
|
-
default: boolean;
|
645
|
-
};
|
646
|
-
disabled: {
|
647
|
-
type: BooleanConstructor;
|
648
|
-
default: boolean;
|
649
|
-
};
|
650
|
-
appCode: {
|
651
|
-
type: StringConstructor;
|
652
|
-
};
|
653
|
-
sessionId: {
|
654
|
-
type: StringConstructor;
|
655
|
-
};
|
656
|
-
prologue: {
|
657
|
-
type: StringConstructor;
|
658
|
-
};
|
659
|
-
configs: {
|
660
|
-
type: PropType<AnyObject>;
|
661
|
-
};
|
662
|
-
bpmnProcessIdAndStartToken: {
|
663
|
-
type: StringConstructor;
|
664
|
-
};
|
665
|
-
mobile: {
|
666
|
-
type: BooleanConstructor;
|
667
|
-
default: boolean;
|
668
|
-
};
|
669
|
-
}>> & {
|
670
|
-
"onButton-click"?: ((...args: any[]) => any) | undefined;
|
671
|
-
onProgram?: ((...args: any[]) => any) | undefined;
|
672
|
-
}, {
|
673
|
-
disabled: boolean;
|
674
|
-
hideInput: boolean;
|
675
|
-
uiStyle: string;
|
676
|
-
audioTimed: number;
|
677
|
-
immediatelyRecording: boolean;
|
678
|
-
isStreamingOutput: boolean;
|
679
|
-
showLBtn: boolean;
|
680
|
-
mobile: boolean;
|
681
|
-
}>;
|
682
|
-
export default _default;
|