cnhis-design-vue 3.3.3-release.8 → 3.4.0-beta.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/annotation-edit/index.d.ts +5 -5
- package/es/components/annotation-edit/src/AnnotationEdit.d.ts +5 -5
- package/es/components/audio-sdk/index.d.ts +54 -52
- package/es/components/audio-sdk/src/Index.vue.d.ts +54 -52
- package/es/components/audio-sdk/src/Index.vue2.js +9 -8
- package/es/components/audio-sdk/src/audioSDK.d.ts +1 -1
- package/es/components/audio-sdk/src/components/form.vue.d.ts +16 -16
- package/es/components/audio-sdk/src/components/readyCountdown.vue.d.ts +10 -10
- package/es/components/audio-sdk/src/components/readyCountdown.vue2.js +5 -6
- package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +49 -47
- package/es/components/audio-sdk/src/components/recording.vue.d.ts +41 -39
- package/es/components/audio-sdk/src/components/recording.vue2.js +52 -57
- package/es/components/audio-sdk/src/hooks/useChartAudioContext.d.ts +5 -5
- package/es/components/audio-sdk/src/svgs/Close.vue.js +4 -6
- package/es/components/audio-sdk/src/svgs/Continue.vue.js +1 -3
- package/es/components/audio-sdk/src/svgs/Enlarge.vue.js +1 -3
- package/es/components/audio-sdk/src/svgs/Pause.vue.js +1 -3
- package/es/components/audio-sdk/src/svgs/WaveView.vue.js +1 -3
- package/es/components/audio-sdk/src/svgs/Zoom.vue.js +4 -6
- package/es/components/audio-sdk/src/utils/index.d.ts +1 -1
- 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.d.ts +2 -2
- package/es/components/base-search/index.d.ts +61 -19
- package/es/components/base-search/src/index.vue.d.ts +61 -19
- package/es/components/base-search/src/index.vue2.js +33 -34
- package/es/components/big-table/index.d.ts +67 -43
- package/es/components/big-table/src/BigTable.vue.d.ts +67 -43
- package/es/components/big-table/src/BigTable.vue2.js +18 -18
- package/es/components/big-table/src/components/NoData.vue.d.ts +7 -7
- package/es/components/big-table/src/components/NoData.vue2.js +4 -4
- package/es/components/big-table/src/components/edit-form/edit-date.d.ts +7 -5
- package/es/components/big-table/src/components/edit-form/edit-input.d.ts +8 -5
- package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +12 -5
- package/es/components/big-table/src/components/edit-form/edit-select.d.ts +7 -5
- package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +47 -23
- package/es/components/big-table/src/components/edit-form/edit-separate.vue2.js +2 -1
- package/es/components/big-table/src/components/edit-form/edit-time.d.ts +7 -5
- package/es/components/big-table/src/components/edit-form/useCommon.d.ts +2 -2
- package/es/components/big-table/src/components/input-button.vue.d.ts +5 -5
- package/es/components/big-table/src/components/input-button.vue2.js +5 -4
- package/es/components/big-table/src/components/separate.vue.d.ts +31 -7
- package/es/components/big-table/src/components/separate.vue2.js +4 -5
- package/es/components/big-table/src/hooks/useAnnotation.d.ts +1 -1
- package/es/components/big-table/src/hooks/useBatchEditing.js +25 -24
- package/es/components/big-table/src/hooks/useEdit.d.ts +84 -48
- package/es/components/big-table/src/hooks/useSeparateRow.d.ts +50 -2
- package/es/components/body-select/index.d.ts +17 -17
- package/es/components/body-select/src/index.vue.d.ts +17 -17
- package/es/components/body-select/src/index.vue2.js +29 -31
- package/es/components/bpmn-workflow/index.d.ts +9 -9
- package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
- package/es/components/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +9 -9
- package/es/components/bpmn-workflow/src/BpmnWorkflow.vue2.js +1 -1
- 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/branch-notice/index.d.ts +72 -49
- package/es/components/branch-notice/src/BranchNotice.vue.d.ts +70 -47
- package/es/components/branch-notice/src/BranchNotice.vue2.js +6 -5
- package/es/components/branch-notice/src/components/NoticeItem.vue.d.ts +57 -34
- package/es/components/branch-notice/src/components/NoticeItem.vue2.js +4 -4
- package/es/components/branch-notice/src/components/NoticeItemAside.vue.d.ts +12 -12
- package/es/components/branch-notice/src/components/NoticeItemAside.vue2.js +3 -4
- package/es/components/branch-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
- package/es/components/button-print/index.d.ts +270 -143
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +270 -143
- package/es/components/button-print/src/ButtonPrint.vue2.js +14 -7
- package/es/components/button-print/src/components/EditFormat.vue.d.ts +48 -18
- package/es/components/button-print/src/components/EditFormat.vue2.js +10 -10
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +74 -44
- package/es/components/button-print/src/components/IdentityVerification.vue2.js +12 -11
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +126 -72
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +211 -90
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +108 -59
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +41 -12
- package/es/components/button-print/src/components/Preview.vue.d.ts +13 -13
- package/es/components/button-print/src/components/Preview.vue2.js +3 -2
- package/es/components/button-print/src/utils/print.d.ts +7 -5
- package/es/components/button-print/src/utils/print.js +183 -7
- package/es/components/button-print/style/index.css +1 -1
- package/es/components/calendar/index.d.ts +32 -277
- package/es/components/calendar/src/Calendar.vue.d.ts +31 -276
- package/es/components/calendar/src/Calendar.vue2.js +20 -9
- package/es/components/callback/index.d.ts +11 -11
- package/es/components/callback/src/components/dialog/drawer.vue.d.ts +20 -21
- package/es/components/callback/src/components/dialog/drawer.vue2.js +2 -1
- package/es/components/callback/src/components/dialog/modal.vue.d.ts +22 -22
- package/es/components/callback/src/components/dialog/modal.vue2.js +2 -1
- package/es/components/callback/src/components/popup/index.vue.d.ts +6 -6
- package/es/components/callback/src/components/render/drawerIframe/index.vue.d.ts +12 -12
- package/es/components/callback/src/components/render/drawerIframe/index.vue2.js +1 -1
- package/es/components/callback/src/components/render/index.vue.d.ts +6 -6
- package/es/components/callback/src/components/render/popupMaps.d.ts +3167 -1602
- package/es/components/callback/src/index.vue.d.ts +11 -11
- package/es/components/callback/src/index.vue2.js +2 -1
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue.d.ts +12 -15
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue2.js +7 -6
- package/es/components/card-render/index.d.ts +10 -10
- package/es/components/card-render/src/CardRender.vue.d.ts +10 -10
- package/es/components/card-render/src/CardRender.vue2.js +8 -5
- package/es/components/card-render/src/components/Box.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Box.vue2.js +6 -4
- package/es/components/card-render/src/components/Button.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Button.vue2.js +6 -4
- package/es/components/card-render/src/components/Divider.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Divider.vue2.js +1 -1
- package/es/components/card-render/src/components/Field.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Field.vue2.js +18 -18
- package/es/components/card-render/src/components/FieldGroup.vue.d.ts +8 -8
- package/es/components/card-render/src/components/FieldGroup.vue2.js +12 -12
- package/es/components/card-render/src/components/Image.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Image.vue2.js +2 -2
- package/es/components/card-render/src/components/Label.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Label.vue2.js +3 -3
- package/es/components/card-render/src/components/Row.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Row.vue2.js +7 -5
- package/es/components/card-render/src/components/ScaleView.vue.d.ts +8 -8
- package/es/components/card-render/src/components/ScaleView.vue2.js +2 -2
- package/es/components/card-render/src/components/Slot.d.ts +5 -5
- package/es/components/card-render/src/components/Table.vue.d.ts +16 -16
- package/es/components/card-render/src/components/Table.vue2.js +4 -4
- package/es/components/card-render/src/components/Text.vue.d.ts +7 -7
- package/es/components/card-render/src/components/Text.vue2.js +4 -4
- package/es/components/card-render/src/components/index.d.ts +132 -132
- package/es/components/classification/index.d.ts +734 -404
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +595 -330
- package/es/components/classification/src/components/search-filter/index.vue2.js +8 -7
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +639 -374
- package/es/components/classification/src/components/set-classification/index.vue2.js +4 -3
- package/es/components/classification/src/components/table-modal/index.vue.d.ts +27 -30
- package/es/components/classification/src/components/table-modal/index.vue2.js +143 -144
- package/es/components/classification/src/index.vue.d.ts +734 -404
- package/es/components/classification/src/index.vue2.js +71 -73
- package/es/components/config-provider/index.d.ts +7 -5
- package/es/components/config-provider/src/ConfigProvider.d.ts +7 -5
- package/es/components/date-picker/index.d.ts +15 -15
- package/es/components/date-picker/src/DatePicker.vue.d.ts +15 -15
- package/es/components/date-picker/src/DatePicker.vue2.js +17 -9
- package/es/components/default-page/index.d.ts +11 -11
- package/es/components/default-page/src/index.vue.d.ts +11 -11
- package/es/components/default-page/src/index.vue2.js +21 -22
- package/es/components/editor/index.d.ts +77 -7
- package/es/components/editor/src/Editor.d.ts +78 -7
- package/es/components/expand-field/index.d.ts +478 -303
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue.d.ts +14 -14
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +19 -19
- package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +304 -225
- package/es/components/expand-field/src/components/FormItemPerson.vue2.js +5 -4
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +284 -205
- package/es/components/expand-field/src/components/PersonModal.vue2.js +6 -5
- package/es/components/expand-field/src/components/form.vue.d.ts +458 -285
- package/es/components/expand-field/src/components/form.vue2.js +114 -122
- package/es/components/expand-field/src/index.vue.d.ts +479 -304
- package/es/components/expand-field/src/index.vue2.js +29 -29
- package/es/components/fabric-chart/index.d.ts +29 -29
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +29 -29
- package/es/components/fabric-chart/src/FabricChart.vue2.js +7 -6
- package/es/components/fabric-chart/src/components/PopupMenu.d.ts +6 -6
- package/es/components/fabric-chart/src/components/PopupMenu.js +1 -1
- package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +7 -7
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +6 -2
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/temperature/useLeft.js +3 -2
- package/es/components/fabric-chart/src/hooks/temperature/useOther.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useOther.js +58 -15
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +4 -3
- package/es/components/field-editor/index.d.ts +55 -42
- package/es/components/field-editor/src/FieldEditor.vue.d.ts +55 -42
- package/es/components/field-editor/src/FieldEditor.vue2.js +5 -5
- package/es/components/field-set/index.d.ts +13 -13
- package/es/components/field-set/src/FieldColor.vue.d.ts +223 -158
- package/es/components/field-set/src/FieldColor.vue2.js +10 -9
- package/es/components/field-set/src/FieldFilter.vue.d.ts +84 -55
- package/es/components/field-set/src/FieldFilter.vue2.js +12 -11
- package/es/components/field-set/src/FieldSet.vue.d.ts +86 -69
- package/es/components/field-set/src/FieldSet.vue2.js +35 -34
- package/es/components/field-set/src/Index.vue.d.ts +13 -13
- package/es/components/field-set/src/Index.vue2.js +16 -13
- package/es/components/field-set/src/TableStyle.vue.d.ts +21 -13
- package/es/components/field-set/src/TableStyle.vue2.js +25 -25
- package/es/components/field-set/src/components/condition.vue.d.ts +47 -32
- package/es/components/field-set/src/components/condition.vue2.js +16 -19
- package/es/components/field-set/src/components/edit-dialog.vue.d.ts +149 -102
- package/es/components/field-set/src/components/edit-dialog.vue2.js +4 -3
- package/es/components/field-set/src/components/edit-filter.vue.d.ts +67 -43
- package/es/components/field-set/src/components/edit-filter.vue2.js +2 -1
- package/es/components/field-set/src/components/table-row.vue.d.ts +38 -37
- package/es/components/field-set/src/components/table-row.vue2.js +48 -31
- package/es/components/field-set/src/constants/index.js +4 -4
- package/es/components/field-set/src/types/index.d.ts +2 -1
- package/es/components/form-config/index.d.ts +1543 -507
- package/es/components/form-config/src/FormConfig.vue.d.ts +1543 -507
- package/es/components/form-config/src/FormConfig.vue2.js +13 -12
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +63 -50
- package/es/components/form-config/src/components/FormConfigCreator.vue2.js +2 -1
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +9 -9
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +1141 -197
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +6 -6
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +123 -81
- package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +42 -42
- package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +4 -4
- package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +11 -11
- package/es/components/form-config/src/components/renderer/CloseButton.vue2.js +1 -1
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +29 -29
- package/es/components/form-config/src/components/renderer/ComplexNode.vue2.js +4 -5
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +21 -21
- package/es/components/form-config/src/components/renderer/DefaultNode.vue2.js +5 -5
- package/es/components/form-config/src/constants/index.d.ts +31 -1
- package/es/components/form-config/src/constants/index.js +150 -1
- package/es/components/form-config/src/hooks/useConfigurationField.d.ts +2 -2
- package/es/components/form-config/src/hooks/useConfigurationField.js +53 -6
- package/es/components/form-config/src/hooks/useLocale.d.ts +6 -0
- package/es/components/form-config/src/hooks/useLocale.js +34 -0
- package/es/components/form-config/src/hooks/usePresetRenderer.d.ts +1 -1
- package/es/components/form-config/src/types/index.d.ts +12 -0
- package/es/components/form-render/index.d.ts +53 -40
- package/es/components/form-render/src/FormRender.vue.d.ts +50 -37
- package/es/components/form-render/src/FormRender.vue2.js +7 -5
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +53 -40
- package/es/components/form-render/src/FormRenderWrapper.vue2.js +2 -2
- package/es/components/form-render/src/components/renderer/combination/combination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/combination/jsonCombination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/combination/tableCombination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/complex.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/date.d.ts +7 -7
- package/es/components/form-render/src/components/renderer/date.js +12 -10
- package/es/components/form-render/src/components/renderer/formItem.d.ts +7 -5
- package/es/components/form-render/src/components/renderer/formItem.js +10 -3
- package/es/components/form-render/src/components/renderer/input.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/inputNumber.d.ts +7 -7
- package/es/components/form-render/src/components/renderer/levelSearchCascader/index.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/levelSearchCascader/index.js +4 -2
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +32 -31
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue2.js +6 -6
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +32 -31
- package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +18 -18
- package/es/components/form-render/src/components/renderer/radio_checkbox.js +9 -3
- package/es/components/form-render/src/components/renderer/remoteSearch.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/searchCascade.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/searchCascade.js +3 -0
- package/es/components/form-render/src/components/renderer/select.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/simpleComponent.d.ts +2 -2
- package/es/components/form-render/src/components/renderer/slider.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/switch.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/text.d.ts +3 -3
- package/es/components/form-render/src/components/renderer/textarea.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/time.d.ts +3 -3
- package/es/components/form-render/src/components/tooltipMessage.vue.d.ts +9 -9
- package/es/components/form-render/src/components/tooltipMessage.vue2.js +1 -1
- package/es/components/form-render/src/constants/index.d.ts +1 -1
- package/es/components/form-render/src/hooks/useAnchor.d.ts +9 -1
- package/es/components/form-render/src/hooks/useCommonInjection.d.ts +1 -1
- package/es/components/form-render/src/hooks/useComplexOptions.d.ts +3 -3
- package/es/components/form-render/src/hooks/useFieldListAdaptor.js +5 -2
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +8 -6
- package/es/components/form-render/src/hooks/useFieldNormalize.js +15 -0
- package/es/components/form-render/src/hooks/useFormField.d.ts +1 -1
- package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +12 -12
- package/es/components/form-render/src/hooks/useLowCodeReactions.js +2 -1
- package/es/components/form-render/src/hooks/useNuiThemeOverrides.d.ts +1 -2
- package/es/components/form-render/src/types/index.d.ts +1 -0
- package/es/components/form-render/src/utils/index.d.ts +3 -3
- package/es/components/form-render/style/index.css +1 -1
- package/es/components/grid/index.d.ts +1 -1
- package/es/components/grid/src/Grid.d.ts +1 -1
- package/es/components/guide/src/renderer.d.ts +5 -5
- package/es/components/iho-chat/index.d.ts +1669 -797
- package/es/components/iho-chat/src/Index.vue.d.ts +1669 -797
- package/es/components/iho-chat/src/Index.vue2.js +18 -9
- package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +66 -43
- package/es/components/iho-chat/src/components/ChatAdd.vue2.js +51 -51
- package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +278 -71
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +56 -46
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +121 -65
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +164 -109
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +605 -257
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +31 -30
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +400 -171
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +299 -280
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +111 -65
- package/es/components/iho-chat/src/components/ChatRecord.vue2.js +73 -79
- package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +58 -35
- package/es/components/iho-chat/src/components/ChatSearch.vue2.js +42 -45
- package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +113 -67
- package/es/components/iho-chat/src/components/ChatSet.vue2.js +128 -138
- package/es/components/iho-chat/src/components/ContextMenu.d.ts +5 -5
- package/es/components/iho-chat/src/components/ContextMenu.js +35 -28
- package/es/components/iho-chat/src/components/ImageLightbox.vue.d.ts +122 -0
- package/es/components/iho-chat/src/components/ImageLightbox.vue.js +6 -0
- package/es/components/iho-chat/src/components/ImageLightbox.vue2.js +306 -0
- package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +33 -10
- package/es/components/iho-chat/src/components/MessageEvent.vue2.js +11 -13
- package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +84 -37
- package/es/components/iho-chat/src/components/MessageMergeForward.vue2.js +5 -5
- package/es/components/iho-chat/src/components/MessageTemplate.vue.d.ts +18 -22
- package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +34 -36
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +157 -93
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +305 -186
- package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +37 -14
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +3 -3
- package/es/components/iho-chat/src/components/SelectLabel.vue.d.ts +16 -16
- package/es/components/iho-chat/src/components/SelectLabel.vue2.js +3 -2
- package/es/components/iho-chat/src/components/SiderList.vue.d.ts +93 -64
- package/es/components/iho-chat/src/components/SiderList.vue2.js +2 -2
- package/es/components/iho-chat/src/components/Video.vue.d.ts +55 -37
- package/es/components/iho-chat/src/components/Video.vue2.js +92 -89
- package/es/components/iho-chat/src/components/userItemRender.d.ts +5 -5
- package/es/components/iho-chat/src/hooks/useData.d.ts +57 -10
- package/es/components/iho-chat/src/hooks/useData.js +2 -7
- package/es/components/iho-chat/src/hooks/useDraggable.d.ts +8 -2
- package/es/components/iho-chat/src/hooks/useSearchPatientList.d.ts +1 -1
- package/es/components/iho-chat/src/hooks/useSearchUserList.d.ts +1 -1
- package/es/components/iho-chat/src/hooks/useVideo.d.ts +88 -16
- package/es/components/iho-chat/src/hooks/useVideo.js +439 -43
- package/es/components/iho-chat/src/types/index.d.ts +37 -1
- package/es/components/iho-chat/src/utils/emoji.d.ts +1 -1
- package/es/components/iho-chat/src/utils/emoji.js +1 -1
- package/es/components/iho-chat/src/utils/index.d.ts +5 -4
- package/es/components/iho-chat/src/utils/index.js +33 -39
- package/es/components/iho-chat/style/index.css +1 -1
- package/es/components/iho-table/index.d.ts +3102 -1550
- package/es/components/iho-table/src/IhoTable.vue.d.ts +3103 -1551
- package/es/components/iho-table/src/IhoTable.vue2.js +9 -8
- package/es/components/iho-table/src/constants/index.d.ts +2 -2
- package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +2 -2
- package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/useTableContext.d.ts +3 -3
- package/es/components/iho-table/src/plugins/anchorPlugin/tableAnchor.d.ts +1 -1
- package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +6 -2
- package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue.d.ts +477 -207
- package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +17 -16
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +21 -21
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue.d.ts +21 -21
- package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue2.js +19 -16
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +31 -31
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +38 -28
- package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue.d.ts +11 -11
- package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +5 -5
- package/es/components/iho-table/src/plugins/headerPlugin/index.js +5 -2
- package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue.d.ts +8 -8
- package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/highLightSetPlugin.js +2 -1
- package/es/components/iho-table/src/plugins/pagerScrollPlugin/utils.d.ts +9 -9
- package/es/components/iho-table/src/plugins/pluginHooks/useFilter.d.ts +2 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +26 -26
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +7 -6
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.js +0 -22
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +50 -47
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue2.js +2 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +6 -6
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +15 -13
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue2.js +4 -4
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +61 -29
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +8 -7
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.d.ts +1 -1
- package/es/components/iho-table/src/utils/index.d.ts +2 -2
- package/es/components/iho-table/src/utils/separateMap.d.ts +14 -1
- package/es/components/index.css +1 -1
- package/es/components/index.d.ts +2 -0
- package/es/components/index.js +2 -1
- package/es/components/info-header/index.d.ts +216 -369
- package/es/components/info-header/src/InfoHeader.vue.d.ts +216 -369
- package/es/components/info-header/src/InfoHeader.vue2.js +7 -6
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +38 -46
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +78 -44
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +48 -65
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue2.js +11 -11
- package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.d.ts +15 -15
- package/es/components/info-header/src/components/infoDescription/HiddenContent.vue2.js +4 -4
- package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.d.ts +7 -7
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +122 -144
- package/es/components/info-header/src/components/infoDescription/index.vue2.js +9 -9
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +70 -68
- package/es/components/info-header/src/components/patientInfo/index.vue2.js +16 -14
- package/es/components/info-header/src/constants/index.d.ts +1 -1
- package/es/components/info-header/src/hooks/useThemeOverrides.d.ts +1 -2
- package/es/components/keyboard/index.d.ts +83 -62
- package/es/components/keyboard/src/Keyboard.vue.d.ts +83 -62
- package/es/components/keyboard/src/Keyboard.vue2.js +56 -32
- package/es/components/keyboard/src/components/InputNumber.vue.d.ts +16 -16
- package/es/components/keyboard/src/components/InputNumber.vue2.js +4 -3
- package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +49 -39
- package/es/components/keyboard/src/components/NumberPanel.vue2.js +59 -26
- package/es/components/keyboard/src/types.d.ts +17 -0
- package/es/components/keyboard/src/types.js +1 -0
- package/es/components/map/index.d.ts +12 -12
- package/es/components/map/src/Map.vue.d.ts +12 -12
- package/es/components/map/src/Map.vue2.js +12 -12
- package/es/components/picture-clipper/index.d.ts +11 -11
- package/es/components/picture-clipper/src/PictureClipper.vue.d.ts +11 -11
- package/es/components/picture-clipper/src/PictureClipper.vue2.js +9 -8
- package/es/components/quick-search/index.d.ts +73 -32
- package/es/components/quick-search/src/index.vue.d.ts +73 -32
- package/es/components/quick-search/src/index.vue2.js +17 -17
- package/es/components/recommend-search/index.d.ts +79 -79
- package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +79 -79
- package/es/components/recommend-search/src/RecommendSearch.vue2.js +6 -5
- package/es/components/recommend-search/src/components/BaseSearch.d.ts +7 -7
- package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +34 -34
- package/es/components/recommend-search/src/components/RecommendInput.vue2.js +27 -28
- package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +9 -9
- package/es/components/recommend-search/src/components/RecommendMenu.vue2.js +8 -8
- package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +29 -29
- package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +15 -15
- package/es/components/scale-view/index.d.ts +120 -87
- package/es/components/scale-view/src/ScaleView.vue.d.ts +79 -63
- package/es/components/scale-view/src/ScaleView.vue2.js +18 -16
- package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/AnswerParse.vue2.js +36 -36
- package/es/components/scale-view/src/components/DescribeContent.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +12 -12
- package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +44 -44
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +10 -10
- package/es/components/scale-view/src/components/EvaluatePage.vue2.js +27 -26
- package/es/components/scale-view/src/components/LoadingCom.vue.js +1 -3
- package/es/components/scale-view/src/components/NoData.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/NoData.vue2.js +4 -4
- package/es/components/scale-view/src/components/ScaleScore.d.ts +5 -5
- package/es/components/scale-view/src/components/formitem/r-address.d.ts +9 -6
- package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +10 -6
- package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +11 -6
- package/es/components/scale-view/src/components/formitem/r-collection.d.ts +8 -5
- package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +9 -6
- package/es/components/scale-view/src/components/formitem/r-input.d.ts +8 -6
- package/es/components/scale-view/src/components/formitem/r-map.d.ts +70 -6
- package/es/components/scale-view/src/components/formitem/r-radio.d.ts +11 -6
- package/es/components/scale-view/src/components/formitem/r-select.d.ts +10 -6
- package/es/components/scale-view/src/components/formitem/r-sign.d.ts +155 -6
- package/es/components/scale-view/src/components/formitem/r-upload.d.ts +11 -6
- package/es/components/scale-view/src/components/formitem/sign-com.d.ts +6 -6
- package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +9 -5
- package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +9 -17
- package/es/components/scale-view/src/hooks/scaleview-computed.js +2 -1
- package/es/components/scale-view/src/hooks/scaleview-props.d.ts +4 -0
- package/es/components/scale-view/src/hooks/scaleview-props.js +4 -0
- package/es/components/search-cascader/index.d.ts +27 -27
- package/es/components/search-cascader/src/SearchCascader.vue.d.ts +27 -27
- package/es/components/search-cascader/src/SearchCascader.vue2.js +9 -8
- package/es/components/search-cascader/src/components/ClearIcon.vue.js +11 -13
- package/es/components/search-cascader/src/components/SearchMenu.d.ts +5 -5
- package/es/components/search-cascader/src/utils/index.d.ts +1 -1
- package/es/components/select-label/index.d.ts +119 -155
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +26 -48
- package/es/components/select-label/src/LabelFormContent.vue2.js +38 -40
- package/es/components/select-label/src/SelectLabel.vue.d.ts +42 -64
- package/es/components/select-label/src/SelectLabel.vue2.js +26 -27
- package/es/components/select-label/src/components/label-classify.vue.d.ts +14 -24
- package/es/components/select-label/src/components/label-classify.vue2.js +41 -44
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +29 -21
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +28 -30
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +45 -37
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +14 -14
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue.d.ts +17 -9
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +24 -27
- package/es/components/select-label/src/index.vue.d.ts +93 -107
- package/es/components/select-label/src/index.vue2.js +2 -1
- package/es/components/select-person/index.d.ts +257 -190
- package/es/components/select-person/src/SelectPerson.vue.d.ts +124 -87
- package/es/components/select-person/src/SelectPerson.vue2.js +30 -19
- package/es/components/select-person/src/SelectPersonRole.vue.d.ts +80 -66
- package/es/components/select-person/src/SelectPersonRole.vue2.js +14 -14
- package/es/components/select-person/src/SelectPersonType.vue.d.ts +41 -31
- package/es/components/select-person/src/SelectPersonType.vue2.js +7 -7
- package/es/components/select-person/src/components/GroupItem.vue.d.ts +5 -5
- package/es/components/select-person/src/components/GroupItem.vue2.js +2 -1
- package/es/components/select-person/src/components/SearchGroupList.vue.d.ts +39 -39
- package/es/components/select-person/src/components/SearchGroupList.vue2.js +4 -3
- package/es/components/select-person/src/components/SearchMultiple.vue.d.ts +17 -18
- package/es/components/select-person/src/components/SearchMultiple.vue2.js +3 -2
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue.d.ts +19 -20
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +7 -6
- package/es/components/select-person/src/components/TagItem.vue.d.ts +11 -11
- package/es/components/select-person/src/components/TagItem.vue2.js +2 -1
- package/es/components/select-person/src/index.vue.d.ts +307 -240
- package/es/components/select-person/src/index.vue2.js +8 -7
- package/es/components/select-person/src/utils/index.d.ts +1 -1
- package/es/components/shortcut-provider/index.d.ts +9 -9
- package/es/components/shortcut-provider/src/ShortcutProvider.vue.d.ts +9 -9
- package/es/components/shortcut-provider/src/hooks/useShortcutSignature.d.ts +1 -1
- package/es/components/shortcut-provider/src/hooks/useShortcuts.js +1 -1
- package/es/components/shortcut-provider/src/types/index.d.ts +1 -0
- package/es/components/shortcut-provider/src/utils/index.d.ts +1 -1
- package/es/components/shortcut-provider/src/utils/index.js +3 -1
- package/es/components/shortcut-setter/index.d.ts +291 -81
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +291 -81
- package/es/components/shortcut-setter/src/ShortcutSetter.vue2.js +4 -3
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +13 -23
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue2.js +11 -10
- package/es/components/slider-tree/index.d.ts +22 -22
- package/es/components/slider-tree/src/index.vue.d.ts +22 -22
- package/es/components/slider-tree/src/index.vue2.js +6 -5
- package/es/components/step-notice/index.d.ts +58 -58
- package/es/components/step-notice/src/StepNotice.vue.d.ts +57 -57
- package/es/components/step-notice/src/StepNotice.vue2.js +6 -5
- package/es/components/step-notice/src/components/NoticeConnection.vue.d.ts +12 -12
- package/es/components/step-notice/src/components/NoticeConnection.vue2.js +3 -3
- package/es/components/step-notice/src/components/NoticeItem.vue.d.ts +40 -40
- package/es/components/step-notice/src/components/NoticeItem.vue2.js +4 -4
- package/es/components/step-notice/src/components/NoticeItemAside.vue.d.ts +9 -9
- package/es/components/step-notice/src/components/NoticeItemAside.vue2.js +3 -4
- package/es/components/step-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
- package/es/components/steps-wheel/index.d.ts +17 -17
- package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +17 -17
- package/es/components/steps-wheel/src/StepsWheel.vue2.js +4 -4
- package/es/components/table-export-field/index.d.ts +82 -66
- package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +33 -27
- package/es/components/table-export-field/src/components/ExportModal.vue2.js +13 -12
- package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +23 -23
- package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +8 -7
- package/es/components/table-export-field/src/index.vue.d.ts +82 -66
- package/es/components/table-export-field/src/index.vue2.js +6 -5
- package/es/components/table-filter/index.js +1 -1
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +71 -71
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +18 -17
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +25 -25
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue2.js +7 -6
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue2.js +5 -4
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue2.js +5 -4
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.d.ts +12 -12
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue2.js +7 -6
- package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +59 -59
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +94 -94
- package/es/components/table-filter/src/components/bi-filter/index.vue2.js +49 -54
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +443 -192
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +47 -40
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.d.ts +104 -0
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.js +6 -0
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue2.js +251 -0
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +144 -28
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +53 -13
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +147 -31
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +63 -25
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue.d.ts +19 -13
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +8 -7
- package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue2.js +5 -4
- package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +5 -5
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +43 -43
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +10 -9
- package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +12 -12
- package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue2.js +7 -6
- package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.d.ts +14 -14
- package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue2.js +7 -6
- package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue.d.ts +14 -14
- package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue2.js +7 -6
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +416 -178
- package/es/components/table-filter/src/components/classify-filter/helpers/options.d.ts +5 -1
- package/es/components/table-filter/src/components/classify-filter/helpers/options.js +74 -2
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +478 -219
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +55 -49
- package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue.d.ts +12 -12
- package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue2.js +3 -2
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +38 -38
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +10 -9
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +26 -26
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +2 -1
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +10 -10
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +3 -2
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +38 -38
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +14 -14
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +27 -27
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +2 -1
- package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue2.js +11 -10
- package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue2.js +5 -5
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +18 -18
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +22 -23
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +14 -14
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +7 -6
- package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/render-widget/components/Select.vue2.js +5 -4
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +49 -43
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +10 -9
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +24 -24
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +10 -9
- package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue2.js +7 -6
- package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue2.js +6 -5
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +282 -276
- package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.js +32 -4
- package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.d.ts +1 -0
- package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +38 -2
- package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +5 -5
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +269 -263
- package/es/components/table-filter/src/hooks/useAdvanced.js +5 -4
- package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
- package/es/components/table-filter/src/tool/baseOptions.js +8 -1
- package/es/components/table-filter/src/types/enums.d.ts +5 -0
- package/es/components/table-filter/src/types/enums.js +6 -1
- package/es/components/time-line/index.d.ts +11 -11
- package/es/components/time-line/src/TimeLine.vue.d.ts +11 -11
- package/es/components/time-picker/index.d.ts +41 -9
- package/es/components/time-picker/src/TimePicker.vue.d.ts +41 -9
- package/es/components/time-picker/src/TimePicker.vue2.js +100 -14
- package/es/components/tooth-bitmap/index.d.ts +14 -14
- package/es/components/tooth-bitmap/src/ToothBitmap.vue.d.ts +12 -12
- package/es/components/tooth-bitmap/src/ToothBitmap.vue2.js +12 -11
- package/es/components/vertify/index.d.ts +1 -0
- package/es/components/vertify/index.js +1 -0
- package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +86 -0
- package/es/components/vertify/src/components/IdentityVerification.vue.js +6 -0
- package/es/components/vertify/src/components/IdentityVerification.vue2.js +257 -0
- package/es/components/vertify/src/utils/dialog.d.ts +7 -0
- package/es/components/vertify/src/utils/dialog.js +73 -0
- package/es/components/vertify/src/utils/index.d.ts +11 -0
- package/es/components/vertify/src/utils/index.js +24 -0
- package/es/components/vod-chunk-upload/index.d.ts +261 -28
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +37 -20
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +143 -115
- package/es/components/vod-chunk-upload/src/hooks/upload-computed.d.ts +1 -0
- package/es/components/vod-chunk-upload/src/hooks/upload-computed.js +20 -3
- package/es/components/vod-chunk-upload/src/hooks/upload-data.d.ts +4 -0
- package/es/components/vod-chunk-upload/src/hooks/upload-data.js +6 -2
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +261 -28
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +69 -65
- package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +207 -5
- package/es/components/vod-chunk-upload/style/index.css +1 -1
- 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/ArrowIcon/ArrowIcon.vue.js +6 -8
- package/es/shared/components/CancelRadio/CancelRadio.d.ts +6 -6
- package/es/shared/components/DateIcon/DateIcon.vue.js +11 -13
- package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +5 -5
- package/es/shared/components/InputNumberSlash/InputNumberSlash.js +1 -1
- package/es/shared/components/JSONTree/JSONTree.vue.d.ts +8 -8
- package/es/shared/components/JSONTree/JSONTree.vue2.js +1 -1
- package/es/shared/components/SelectPage/SelectPage.vue.d.ts +10 -10
- package/es/shared/components/SelectPage/SelectPage.vue2.js +2 -2
- package/es/shared/components/SlotRender/SlotRender.d.ts +3 -3
- package/es/shared/components/SvgIcon/SvgIcon.vue.d.ts +6 -10
- package/es/shared/components/SvgIcon/SvgIcon.vue2.js +5 -5
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +9 -17
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue2.js +9 -9
- package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +86 -0
- package/es/shared/components/no-data/NoData.vue.d.ts +7 -7
- package/es/shared/components/no-data/NoData.vue2.js +5 -5
- package/es/shared/components/player-vod/index.vue.d.ts +1 -1
- package/es/shared/components/player-vod/player.d.ts +4 -4
- package/es/shared/components/player-vod/video-list.d.ts +77 -4
- package/es/shared/components/player-vod/video-modal.d.ts +23 -5
- package/es/shared/hooks/selectHooks/useOptionFiltered.d.ts +2 -2
- package/es/shared/hooks/selectHooks/useSearchContent.d.ts +1 -1
- package/es/shared/hooks/selectHooks/useSelectRenders.d.ts +4 -4
- package/es/shared/hooks/useDateTime.d.ts +1 -1
- package/es/shared/hooks/useDateTime.js +1 -1
- package/es/shared/hooks/useLevelSearchCascader.d.ts +7 -4
- package/es/shared/hooks/useLevelSearchCascader.js +3 -3
- package/es/shared/package.json.js +2 -2
- package/es/shared/utils/fabricjs/index.d.ts +6823 -0
- package/es/shared/utils/fabricjs/index.js +1 -1
- package/es/shared/utils/index.d.ts +1 -1
- package/es/shared/utils/tapable/index.d.ts +139 -0
- package/package.json +6 -6
@@ -1,5 +1,6 @@
|
|
1
|
+
/// <reference types="node" />
|
1
2
|
import { SFCWithInstall } from '../../shared/types';
|
2
|
-
declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
3
|
+
declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
3
4
|
token: {
|
4
5
|
type: StringConstructor;
|
5
6
|
required: true;
|
@@ -48,8 +49,12 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
48
49
|
iceTransportPolicy: "all" | "relay";
|
49
50
|
}>>;
|
50
51
|
};
|
51
|
-
|
52
|
-
|
52
|
+
videoTeleportTo: {
|
53
|
+
type: import("vue").PropType<string | Element>;
|
54
|
+
default: string;
|
55
|
+
};
|
56
|
+
}>, {
|
57
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
53
58
|
token: {
|
54
59
|
type: StringConstructor;
|
55
60
|
required: true;
|
@@ -98,25 +103,52 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
98
103
|
iceTransportPolicy: "all" | "relay";
|
99
104
|
}>>;
|
100
105
|
};
|
101
|
-
|
106
|
+
videoTeleportTo: {
|
107
|
+
type: import("vue").PropType<string | Element>;
|
108
|
+
default: string;
|
109
|
+
};
|
110
|
+
}>> & Readonly<{
|
102
111
|
"onTemplate-click"?: ((...args: any[]) => any) | undefined;
|
103
112
|
"onUnread-message-update"?: ((...args: any[]) => any) | undefined;
|
104
113
|
"onSession-change"?: ((...args: any[]) => any) | undefined;
|
105
114
|
"onSession-close"?: ((...args: any[]) => any) | undefined;
|
106
|
-
}
|
115
|
+
}> & {}>;
|
107
116
|
emit: (event: "template-click" | "unread-message-update" | "session-change" | "session-close", ...args: any[]) => void;
|
108
|
-
loading: import("vue").Ref<boolean>;
|
117
|
+
loading: import("vue").Ref<boolean, boolean>;
|
109
118
|
data: {
|
110
|
-
filterable: import("vue").Ref<any>;
|
111
|
-
trtcProxy: import("vue").Ref<any>;
|
119
|
+
filterable: import("vue").Ref<any, any>;
|
120
|
+
trtcProxy: import("vue").Ref<any, any>;
|
112
121
|
cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
|
113
|
-
stompClient: import("vue").Ref<import("./src/utils/chatSock").ChatSock | undefined>;
|
122
|
+
stompClient: import("vue").Ref<import("./src/utils/chatSock").ChatSock | undefined, import("./src/utils/chatSock").ChatSock | undefined>;
|
114
123
|
state: {
|
115
124
|
orgId: string | number;
|
116
125
|
currentSessionItem: import("../../shared/types").AnyObject;
|
117
126
|
id: string;
|
118
127
|
userInfo: import("../../shared/types").AnyObject;
|
119
|
-
msgList:
|
128
|
+
msgList: {
|
129
|
+
[x: string]: any;
|
130
|
+
id: string;
|
131
|
+
sessionKey: string;
|
132
|
+
content: {
|
133
|
+
[x: string]: any;
|
134
|
+
chatMessageType: string;
|
135
|
+
msg: string;
|
136
|
+
referenceContent?: any;
|
137
|
+
forwardMessageList?: import("../../shared/types").AnyObject[] | undefined;
|
138
|
+
messageTemplate?: any;
|
139
|
+
messageTemplateData?: any;
|
140
|
+
fileUrl?: string | undefined;
|
141
|
+
avStatus?: string | undefined;
|
142
|
+
};
|
143
|
+
senderName: string;
|
144
|
+
sendTime: string;
|
145
|
+
sender: string;
|
146
|
+
status: string;
|
147
|
+
senderAvatar: string;
|
148
|
+
__content: string;
|
149
|
+
__time?: string | undefined;
|
150
|
+
__sendTime?: string | undefined;
|
151
|
+
}[];
|
120
152
|
currentMsg: import("../../shared/types").AnyObject;
|
121
153
|
isAppendMsg: boolean;
|
122
154
|
sessionList: import("../../shared/types").AnyObject[];
|
@@ -144,7 +176,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
144
176
|
isGroupChat: import("vue").ComputedRef<boolean>;
|
145
177
|
isGroupLeader: import("vue").ComputedRef<boolean>;
|
146
178
|
isEnded: import("vue").ComputedRef<boolean>;
|
147
|
-
setMsgList: (list?: import("../../shared/types").AnyObject[]) => void;
|
179
|
+
setMsgList: (list?: import("../../shared/types").AnyObject[] | import("./src/types").MsgListItem) => void;
|
148
180
|
sendMessage: (message: {
|
149
181
|
chatType?: string | undefined;
|
150
182
|
content: import("../../shared/types").AnyObject;
|
@@ -175,7 +207,30 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
175
207
|
currentSessionItem: import("../../shared/types").AnyObject;
|
176
208
|
id: string;
|
177
209
|
userInfo: import("../../shared/types").AnyObject;
|
178
|
-
msgList:
|
210
|
+
msgList: {
|
211
|
+
[x: string]: any;
|
212
|
+
id: string;
|
213
|
+
sessionKey: string;
|
214
|
+
content: {
|
215
|
+
[x: string]: any;
|
216
|
+
chatMessageType: string;
|
217
|
+
msg: string;
|
218
|
+
referenceContent?: any;
|
219
|
+
forwardMessageList?: import("../../shared/types").AnyObject[] | undefined;
|
220
|
+
messageTemplate?: any;
|
221
|
+
messageTemplateData?: any;
|
222
|
+
fileUrl?: string | undefined;
|
223
|
+
avStatus?: string | undefined;
|
224
|
+
};
|
225
|
+
senderName: string;
|
226
|
+
sendTime: string;
|
227
|
+
sender: string;
|
228
|
+
status: string;
|
229
|
+
senderAvatar: string;
|
230
|
+
__content: string;
|
231
|
+
__time?: string | undefined;
|
232
|
+
__sendTime?: string | undefined;
|
233
|
+
}[];
|
179
234
|
currentMsg: import("../../shared/types").AnyObject;
|
180
235
|
isAppendMsg: boolean;
|
181
236
|
sessionList: import("../../shared/types").AnyObject[];
|
@@ -204,10 +259,10 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
204
259
|
getCurrentSession: () => import("../../shared/types").AnyObject | null;
|
205
260
|
isEnded: import("vue").ComputedRef<boolean>;
|
206
261
|
getUnreadData: () => import("../../shared/types").AnyObject[];
|
207
|
-
NLayout: any;
|
208
|
-
NLayoutContent: any;
|
209
|
-
NSpin: any;
|
210
|
-
NConfigProvider: any;
|
262
|
+
readonly NLayout: any;
|
263
|
+
readonly NLayoutContent: any;
|
264
|
+
readonly NSpin: any;
|
265
|
+
readonly NConfigProvider: any;
|
211
266
|
SiderList: import("vue").DefineComponent<{}, {
|
212
267
|
filterKey: {
|
213
268
|
all: string;
|
@@ -215,30 +270,59 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
215
270
|
ended: string;
|
216
271
|
};
|
217
272
|
unreadSessionKeys: string[];
|
218
|
-
flexWidth: import("vue").Ref<number>;
|
219
|
-
listBoxRef: import("vue").Ref<HTMLElement | undefined>;
|
273
|
+
flexWidth: import("vue").Ref<number, number>;
|
274
|
+
listBoxRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
220
275
|
filterListByTag: import("vue").Ref<{
|
221
276
|
label: string;
|
222
277
|
key: string;
|
278
|
+
}[], {
|
279
|
+
label: string;
|
280
|
+
key: string;
|
281
|
+
}[] | {
|
282
|
+
label: string;
|
283
|
+
key: string;
|
223
284
|
}[]>;
|
224
|
-
contextmenuRef: import("vue").Ref<any>;
|
225
|
-
showMenu: import("vue").Ref<boolean>;
|
226
|
-
menuPosition: any
|
227
|
-
sessionId: import("vue").Ref<any>;
|
228
|
-
currentFilterKey: import("vue").Ref<string>;
|
229
|
-
datePickerRef: import("vue").Ref<any>;
|
230
|
-
inputRef: import("vue").Ref<any>;
|
231
|
-
dateRange: import("vue").Ref<any>;
|
232
|
-
keyword: import("vue").Ref<string>;
|
233
|
-
showSearch: import("vue").Ref<boolean>;
|
234
|
-
filterList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
285
|
+
contextmenuRef: import("vue").Ref<any, any>;
|
286
|
+
showMenu: import("vue").Ref<boolean, boolean>;
|
287
|
+
menuPosition: import("vue").Ref<any, any>;
|
288
|
+
sessionId: import("vue").Ref<any, any>;
|
289
|
+
currentFilterKey: import("vue").Ref<string, string>;
|
290
|
+
datePickerRef: import("vue").Ref<any, any>;
|
291
|
+
inputRef: import("vue").Ref<any, any>;
|
292
|
+
dateRange: import("vue").Ref<any, any>;
|
293
|
+
keyword: import("vue").Ref<string, string>;
|
294
|
+
showSearch: import("vue").Ref<boolean, boolean>;
|
295
|
+
filterList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
235
296
|
handleInput: () => void;
|
236
297
|
state: {
|
237
298
|
orgId: string | number;
|
238
299
|
currentSessionItem: import("../../shared/types").AnyObject;
|
239
300
|
id: string;
|
240
301
|
userInfo: import("../../shared/types").AnyObject;
|
241
|
-
msgList:
|
302
|
+
msgList: {
|
303
|
+
[x: string]: any;
|
304
|
+
id: string;
|
305
|
+
sessionKey: string;
|
306
|
+
content: {
|
307
|
+
[x: string]: any;
|
308
|
+
chatMessageType: string;
|
309
|
+
msg: string;
|
310
|
+
referenceContent?: any;
|
311
|
+
forwardMessageList?: import("../../shared/types").AnyObject[] | undefined;
|
312
|
+
messageTemplate?: any;
|
313
|
+
messageTemplateData?: any;
|
314
|
+
fileUrl?: string | undefined;
|
315
|
+
avStatus?: string | undefined;
|
316
|
+
};
|
317
|
+
senderName: string;
|
318
|
+
sendTime: string;
|
319
|
+
sender: string;
|
320
|
+
status: string;
|
321
|
+
senderAvatar: string;
|
322
|
+
__content: string;
|
323
|
+
__time?: string | undefined;
|
324
|
+
__sendTime?: string | undefined;
|
325
|
+
}[];
|
242
326
|
currentMsg: import("../../shared/types").AnyObject;
|
243
327
|
isAppendMsg: boolean;
|
244
328
|
sessionList: import("../../shared/types").AnyObject[];
|
@@ -263,7 +347,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
263
347
|
isForward: boolean;
|
264
348
|
};
|
265
349
|
unreadTotal: import("vue").ComputedRef<number>;
|
266
|
-
filterable: import("vue").Ref<any>;
|
350
|
+
filterable: import("vue").Ref<any, any>;
|
267
351
|
openSession: (session: string | import("../../shared/types").AnyObject) => Promise<void>;
|
268
352
|
setUpdateSessionItem: (item: import("../../shared/types").AnyObject) => void;
|
269
353
|
setCurrentSessionItem: (item: import("../../shared/types").AnyObject) => void;
|
@@ -279,13 +363,13 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
279
363
|
handleClickoutside: (e: Event) => void;
|
280
364
|
handleUpdateDate: (value: string[]) => void;
|
281
365
|
handleSearch: () => void;
|
282
|
-
NBadge: any;
|
283
|
-
NAvatar: any;
|
284
|
-
NInput: any;
|
285
|
-
NTag: any;
|
286
|
-
NIcon: any;
|
287
|
-
NPopover: any;
|
288
|
-
ContextMenu: import("vue").DefineComponent<{
|
366
|
+
readonly NBadge: any;
|
367
|
+
readonly NAvatar: any;
|
368
|
+
readonly NInput: any;
|
369
|
+
readonly NTag: any;
|
370
|
+
readonly NIcon: any;
|
371
|
+
readonly NPopover: any;
|
372
|
+
readonly ContextMenu: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
289
373
|
type: {
|
290
374
|
type: StringConstructor;
|
291
375
|
default: string;
|
@@ -300,7 +384,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
300
384
|
id: {
|
301
385
|
type: StringConstructor;
|
302
386
|
};
|
303
|
-
}
|
387
|
+
}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("select" | "update:show")[], "select" | "update:show", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
304
388
|
type: {
|
305
389
|
type: StringConstructor;
|
306
390
|
default: string;
|
@@ -315,22 +399,22 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
315
399
|
id: {
|
316
400
|
type: StringConstructor;
|
317
401
|
};
|
318
|
-
}>> & {
|
402
|
+
}>> & Readonly<{
|
319
403
|
onSelect?: ((...args: any[]) => any) | undefined;
|
320
404
|
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
321
|
-
}
|
405
|
+
}>, {
|
322
406
|
type: string;
|
323
407
|
show: boolean;
|
324
|
-
}>;
|
325
|
-
vFlexibleResize: {
|
408
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
409
|
+
readonly vFlexibleResize: {
|
326
410
|
mounted(el: any, { value }: any): void;
|
327
411
|
beforeUnmount(el: any): void;
|
328
412
|
};
|
329
|
-
formatTime: typeof import("./src/utils").formatTime;
|
330
|
-
isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
331
|
-
getRoleName: typeof import("./src/utils").getRoleName;
|
332
|
-
STATUS: typeof import("./src/constants").STATUS;
|
333
|
-
CDatePicker: SFCWithInstall<import("vue").DefineComponent<{
|
413
|
+
readonly formatTime: typeof import("./src/utils").formatTime;
|
414
|
+
readonly isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
415
|
+
readonly getRoleName: typeof import("./src/utils").getRoleName;
|
416
|
+
readonly STATUS: typeof import("./src/constants").STATUS;
|
417
|
+
readonly CDatePicker: SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
334
418
|
updateUnchangedValue: {
|
335
419
|
type: BooleanConstructor;
|
336
420
|
};
|
@@ -361,11 +445,11 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
361
445
|
isDateDisabled: {
|
362
446
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
363
447
|
};
|
364
|
-
}
|
448
|
+
}>, {
|
365
449
|
attrs: {
|
366
450
|
[x: string]: unknown;
|
367
451
|
};
|
368
|
-
props:
|
452
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
369
453
|
updateUnchangedValue: {
|
370
454
|
type: BooleanConstructor;
|
371
455
|
};
|
@@ -396,15 +480,15 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
396
480
|
isDateDisabled: {
|
397
481
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
398
482
|
};
|
399
|
-
}>> & {
|
483
|
+
}>> & Readonly<{
|
400
484
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
401
|
-
}
|
485
|
+
}> & {}>;
|
402
486
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
403
|
-
datePickerRef: import("vue").Ref<import("../../shared/types").AnyObject | null>;
|
404
|
-
panelInstRef: import("vue").Ref<null>;
|
405
|
-
placeholderRef: import("vue").Ref<any>;
|
406
|
-
oldValue: string;
|
407
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
487
|
+
datePickerRef: import("vue").Ref<import("../../shared/types").AnyObject | null, import("../../shared/types").AnyObject | null>;
|
488
|
+
panelInstRef: import("vue").Ref<null, null>;
|
489
|
+
placeholderRef: import("vue").Ref<any, any>;
|
490
|
+
oldValue: (string | [string, string]) | null | undefined;
|
491
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
|
408
492
|
isDateTime: import("vue").ComputedRef<boolean>;
|
409
493
|
formatRef: import("vue").ComputedRef<string>;
|
410
494
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
@@ -419,8 +503,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
419
503
|
onConfirm: (...args: any[]) => Promise<void>;
|
420
504
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
421
505
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
422
|
-
NDatePicker: any;
|
423
|
-
},
|
506
|
+
readonly NDatePicker: any;
|
507
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
424
508
|
updateUnchangedValue: {
|
425
509
|
type: BooleanConstructor;
|
426
510
|
};
|
@@ -451,31 +535,31 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
451
535
|
isDateDisabled: {
|
452
536
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
453
537
|
};
|
454
|
-
}>> & {
|
538
|
+
}>> & Readonly<{
|
455
539
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
456
|
-
}
|
540
|
+
}>, {
|
457
541
|
type: string;
|
458
542
|
updateUnchangedValue: boolean;
|
459
543
|
to: string | false | HTMLElement;
|
460
544
|
holidays: Date[];
|
461
|
-
}>>;
|
462
|
-
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<{}>>, {}>;
|
463
|
-
userItemRender: import("vue").DefineComponent<{
|
545
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
546
|
+
readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
547
|
+
readonly userItemRender: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
464
548
|
item: {
|
465
549
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
466
550
|
default: () => {};
|
467
551
|
};
|
468
|
-
}
|
552
|
+
}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "item-click"[], "item-click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
469
553
|
item: {
|
470
554
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
471
555
|
default: () => {};
|
472
556
|
};
|
473
|
-
}>> & {
|
557
|
+
}>> & Readonly<{
|
474
558
|
"onItem-click"?: ((...args: any[]) => any) | undefined;
|
475
|
-
}
|
559
|
+
}>, {
|
476
560
|
item: import("../../shared/types").AnyObject;
|
477
|
-
}>;
|
478
|
-
DefaultPage: SFCWithInstall<import("vue").DefineComponent<{
|
561
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
562
|
+
readonly DefaultPage: SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
479
563
|
type: {
|
480
564
|
type: StringConstructor;
|
481
565
|
default: string;
|
@@ -487,8 +571,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
487
571
|
content: string;
|
488
572
|
};
|
489
573
|
};
|
490
|
-
}
|
491
|
-
props:
|
574
|
+
}>, {
|
575
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
492
576
|
type: {
|
493
577
|
type: StringConstructor;
|
494
578
|
default: string;
|
@@ -500,9 +584,9 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
500
584
|
content: string;
|
501
585
|
};
|
502
586
|
};
|
503
|
-
}>> & {
|
587
|
+
}>> & Readonly<{
|
504
588
|
onReloadPage?: ((...args: any[]) => any) | undefined;
|
505
|
-
}
|
589
|
+
}> & {}>;
|
506
590
|
emit: (event: "reloadPage", ...args: any[]) => void;
|
507
591
|
configResult: import("vue").ComputedRef<{
|
508
592
|
title: string;
|
@@ -510,9 +594,9 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
510
594
|
img: string;
|
511
595
|
}>;
|
512
596
|
reloadPage: () => void;
|
513
|
-
NIcon: any;
|
514
|
-
Refresh: 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<{}>>, {}>;
|
515
|
-
},
|
597
|
+
readonly NIcon: any;
|
598
|
+
readonly Refresh: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
599
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
516
600
|
type: {
|
517
601
|
type: StringConstructor;
|
518
602
|
default: string;
|
@@ -524,20 +608,43 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
524
608
|
content: string;
|
525
609
|
};
|
526
610
|
};
|
527
|
-
}>> & {
|
611
|
+
}>> & Readonly<{
|
528
612
|
onReloadPage?: ((...args: any[]) => any) | undefined;
|
529
|
-
}
|
613
|
+
}>, {
|
530
614
|
type: string;
|
531
615
|
config: import("../../shared/types").AnyObject;
|
532
|
-
}>>;
|
533
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
616
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
617
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
534
618
|
ChatHeader: import("vue").DefineComponent<{}, {
|
535
619
|
state: {
|
536
620
|
orgId: string | number;
|
537
621
|
currentSessionItem: import("../../shared/types").AnyObject;
|
538
622
|
id: string;
|
539
623
|
userInfo: import("../../shared/types").AnyObject;
|
540
|
-
msgList:
|
624
|
+
msgList: {
|
625
|
+
[x: string]: any;
|
626
|
+
id: string;
|
627
|
+
sessionKey: string;
|
628
|
+
content: {
|
629
|
+
[x: string]: any;
|
630
|
+
chatMessageType: string;
|
631
|
+
msg: string;
|
632
|
+
referenceContent?: any;
|
633
|
+
forwardMessageList?: import("../../shared/types").AnyObject[] | undefined;
|
634
|
+
messageTemplate?: any;
|
635
|
+
messageTemplateData?: any;
|
636
|
+
fileUrl?: string | undefined;
|
637
|
+
avStatus?: string | undefined;
|
638
|
+
};
|
639
|
+
senderName: string;
|
640
|
+
sendTime: string;
|
641
|
+
sender: string;
|
642
|
+
status: string;
|
643
|
+
senderAvatar: string;
|
644
|
+
__content: string;
|
645
|
+
__time?: string | undefined;
|
646
|
+
__sendTime?: string | undefined;
|
647
|
+
}[];
|
541
648
|
currentMsg: import("../../shared/types").AnyObject;
|
542
649
|
isAppendMsg: boolean;
|
543
650
|
sessionList: import("../../shared/types").AnyObject[];
|
@@ -567,10 +674,10 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
567
674
|
setCurrentSessionItem: (item: import("../../shared/types").AnyObject) => void;
|
568
675
|
emit: (event: "template-click" | "unread-message-update" | "session-change" | "session-close", ...args: any[]) => void;
|
569
676
|
setUserDetail: (event: MouseEvent, userDetail: import("../../shared/types").AnyObject) => void;
|
570
|
-
showChatSet: import("vue").Ref<boolean>;
|
571
|
-
showChatFile: import("vue").Ref<boolean>;
|
572
|
-
chatFileType: import("vue").Ref<string>;
|
573
|
-
showChatRecord: import("vue").Ref<boolean>;
|
677
|
+
showChatSet: import("vue").Ref<boolean, boolean>;
|
678
|
+
showChatFile: import("vue").Ref<boolean, boolean>;
|
679
|
+
chatFileType: import("vue").Ref<string, string>;
|
680
|
+
showChatRecord: import("vue").Ref<boolean, boolean>;
|
574
681
|
chatAddProps: import("vue").ComputedRef<{
|
575
682
|
mode: string;
|
576
683
|
disabledIds: any[];
|
@@ -584,11 +691,11 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
584
691
|
}>;
|
585
692
|
handleOpenChatFile: (type: string) => void;
|
586
693
|
handleClose: () => Promise<void>;
|
587
|
-
NAvatar: any;
|
588
|
-
NIcon: any;
|
589
|
-
NButton: any;
|
590
|
-
NTooltip: any;
|
591
|
-
NPopconfirm: any;
|
694
|
+
readonly NAvatar: any;
|
695
|
+
readonly NIcon: any;
|
696
|
+
readonly NButton: any;
|
697
|
+
readonly NTooltip: any;
|
698
|
+
readonly NPopconfirm: any;
|
592
699
|
ChatSet: import("vue").DefineComponent<{}, {
|
593
700
|
attrs: {
|
594
701
|
[x: string]: unknown;
|
@@ -598,7 +705,30 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
598
705
|
currentSessionItem: import("../../shared/types").AnyObject;
|
599
706
|
id: string;
|
600
707
|
userInfo: import("../../shared/types").AnyObject;
|
601
|
-
msgList:
|
708
|
+
msgList: {
|
709
|
+
[x: string]: any;
|
710
|
+
id: string;
|
711
|
+
sessionKey: string;
|
712
|
+
content: {
|
713
|
+
[x: string]: any;
|
714
|
+
chatMessageType: string;
|
715
|
+
msg: string;
|
716
|
+
referenceContent?: any;
|
717
|
+
forwardMessageList?: import("../../shared/types").AnyObject[] | undefined;
|
718
|
+
messageTemplate?: any;
|
719
|
+
messageTemplateData?: any;
|
720
|
+
fileUrl?: string | undefined;
|
721
|
+
avStatus?: string | undefined;
|
722
|
+
};
|
723
|
+
senderName: string;
|
724
|
+
sendTime: string;
|
725
|
+
sender: string;
|
726
|
+
status: string;
|
727
|
+
senderAvatar: string;
|
728
|
+
__content: string;
|
729
|
+
__time?: string | undefined;
|
730
|
+
__sendTime?: string | undefined;
|
731
|
+
}[];
|
602
732
|
currentMsg: import("../../shared/types").AnyObject;
|
603
733
|
isAppendMsg: boolean;
|
604
734
|
sessionList: import("../../shared/types").AnyObject[];
|
@@ -626,10 +756,10 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
626
756
|
setUserDetail: (event: MouseEvent, userDetail: import("../../shared/types").AnyObject) => void;
|
627
757
|
isGroupChat: import("vue").ComputedRef<boolean>;
|
628
758
|
isGroupLeader: import("vue").ComputedRef<boolean>;
|
629
|
-
inputRef: import("vue").Ref<any>;
|
630
|
-
groupNameEditing: import("vue").Ref<boolean>;
|
631
|
-
groupName: import("vue").Ref<string>;
|
632
|
-
showGroupDetail: import("vue").Ref<boolean>;
|
759
|
+
inputRef: import("vue").Ref<any, any>;
|
760
|
+
groupNameEditing: import("vue").Ref<boolean, boolean>;
|
761
|
+
groupName: import("vue").Ref<string, string>;
|
762
|
+
showGroupDetail: import("vue").Ref<boolean, boolean>;
|
633
763
|
currentGroupUserIds: import("vue").ComputedRef<any[]>;
|
634
764
|
currentGroupUser: import("vue").ComputedRef<import("../../shared/types").AnyObject[]>;
|
635
765
|
handleTopping: (value: boolean) => Promise<void>;
|
@@ -639,23 +769,23 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
639
769
|
handleGroupName: () => Promise<void>;
|
640
770
|
handleAvatar: (options: import("./src/types").FileOptions) => Promise<void>;
|
641
771
|
closeChatSet: () => void;
|
642
|
-
NDrawer: any;
|
643
|
-
NDrawerContent: any;
|
644
|
-
NAvatar: any;
|
645
|
-
NIcon: any;
|
646
|
-
NSwitch: any;
|
647
|
-
NInput: any;
|
648
|
-
NSpace: any;
|
649
|
-
NButton: any;
|
650
|
-
NUploadTrigger: any;
|
651
|
-
NUpload: any;
|
652
|
-
NPopconfirm: any;
|
653
|
-
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<{}>>, {}>;
|
654
|
-
Pencil: 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<{}>>, {}>;
|
655
|
-
AddOutline: 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<{}>>, {}>;
|
656
|
-
RemoveOutline: 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<{}>>, {}>;
|
657
|
-
ChevronBackOutline: 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<{}>>, {}>;
|
658
|
-
ChatAdd: import("vue").DefineComponent<{
|
772
|
+
readonly NDrawer: any;
|
773
|
+
readonly NDrawerContent: any;
|
774
|
+
readonly NAvatar: any;
|
775
|
+
readonly NIcon: any;
|
776
|
+
readonly NSwitch: any;
|
777
|
+
readonly NInput: any;
|
778
|
+
readonly NSpace: any;
|
779
|
+
readonly NButton: any;
|
780
|
+
readonly NUploadTrigger: any;
|
781
|
+
readonly NUpload: any;
|
782
|
+
readonly NPopconfirm: any;
|
783
|
+
readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
784
|
+
readonly Pencil: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
785
|
+
readonly AddOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
786
|
+
readonly RemoveOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
787
|
+
readonly ChevronBackOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
788
|
+
ChatAdd: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
659
789
|
title: {
|
660
790
|
type: StringConstructor;
|
661
791
|
default: string;
|
@@ -679,14 +809,14 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
679
809
|
type: BooleanConstructor;
|
680
810
|
default: boolean;
|
681
811
|
};
|
682
|
-
}
|
812
|
+
}>, {
|
683
813
|
initialOptions: import("../../shared/types").AnyObject[];
|
684
814
|
tabList: {
|
685
815
|
key: string;
|
686
816
|
label: string;
|
687
817
|
}[];
|
688
818
|
orgList: import("../../shared/types").AnyObject[];
|
689
|
-
props:
|
819
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
690
820
|
title: {
|
691
821
|
type: StringConstructor;
|
692
822
|
default: string;
|
@@ -710,16 +840,39 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
710
840
|
type: BooleanConstructor;
|
711
841
|
default: boolean;
|
712
842
|
};
|
713
|
-
}>> & {
|
843
|
+
}>> & Readonly<{
|
714
844
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
715
|
-
}
|
845
|
+
}> & {}>;
|
716
846
|
emit: (event: "comfirm", ...args: any[]) => void;
|
717
847
|
state: {
|
718
848
|
orgId: string | number;
|
719
849
|
currentSessionItem: import("../../shared/types").AnyObject;
|
720
850
|
id: string;
|
721
851
|
userInfo: import("../../shared/types").AnyObject;
|
722
|
-
msgList:
|
852
|
+
msgList: {
|
853
|
+
[x: string]: any;
|
854
|
+
id: string;
|
855
|
+
sessionKey: string;
|
856
|
+
content: {
|
857
|
+
[x: string]: any;
|
858
|
+
chatMessageType: string;
|
859
|
+
msg: string;
|
860
|
+
referenceContent?: any;
|
861
|
+
forwardMessageList?: import("../../shared/types").AnyObject[] | undefined;
|
862
|
+
messageTemplate?: any;
|
863
|
+
messageTemplateData?: any;
|
864
|
+
fileUrl?: string | undefined;
|
865
|
+
avStatus?: string | undefined;
|
866
|
+
};
|
867
|
+
senderName: string;
|
868
|
+
sendTime: string;
|
869
|
+
sender: string;
|
870
|
+
status: string;
|
871
|
+
senderAvatar: string;
|
872
|
+
__content: string;
|
873
|
+
__time?: string | undefined;
|
874
|
+
__sendTime?: string | undefined;
|
875
|
+
}[];
|
723
876
|
currentMsg: import("../../shared/types").AnyObject;
|
724
877
|
isAppendMsg: boolean;
|
725
878
|
sessionList: import("../../shared/types").AnyObject[];
|
@@ -744,16 +897,16 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
744
897
|
isForward: boolean;
|
745
898
|
};
|
746
899
|
setCurrentSessionItem: (item: import("../../shared/types").AnyObject) => void;
|
747
|
-
listRef: import("vue").Ref<any>;
|
748
|
-
keyword: import("vue").Ref<string>;
|
749
|
-
showModal: import("vue").Ref<boolean>;
|
750
|
-
checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
751
|
-
groupName: import("vue").Ref<string>;
|
752
|
-
remark: import("vue").Ref<string>;
|
753
|
-
currentTab: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
754
|
-
breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
755
|
-
breadcrumbRef: import("vue").Ref<any>;
|
756
|
-
userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
900
|
+
listRef: import("vue").Ref<any, any>;
|
901
|
+
keyword: import("vue").Ref<string, string>;
|
902
|
+
showModal: import("vue").Ref<boolean, boolean>;
|
903
|
+
checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
904
|
+
groupName: import("vue").Ref<string, string>;
|
905
|
+
remark: import("vue").Ref<string, string>;
|
906
|
+
currentTab: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
907
|
+
breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
908
|
+
breadcrumbRef: import("vue").Ref<any, any>;
|
909
|
+
userList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
757
910
|
handleInput: () => void;
|
758
911
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
759
912
|
sessionList: import("vue").ComputedRef<{
|
@@ -779,8 +932,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
779
932
|
}[]>;
|
780
933
|
checkedIds: import("vue").ComputedRef<any[]>;
|
781
934
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
782
|
-
allChecked: import("vue").WritableComputedRef<boolean>;
|
783
|
-
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
935
|
+
allChecked: import("vue").WritableComputedRef<boolean, boolean>;
|
936
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[], any[]>;
|
784
937
|
currentTabKey: import("vue").ComputedRef<any>;
|
785
938
|
showAllCheckbox: import("vue").ComputedRef<boolean>;
|
786
939
|
getOrgList: () => Promise<void>;
|
@@ -795,28 +948,28 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
795
948
|
getAllUser: (tree: import("../../shared/types").AnyObject[]) => import("../../shared/types").AnyObject[];
|
796
949
|
handlePositiveClick: () => Promise<void>;
|
797
950
|
closeTag: (id: string) => void;
|
798
|
-
NModal: any;
|
799
|
-
NButton: any;
|
800
|
-
NSpace: any;
|
801
|
-
NAvatar: any;
|
802
|
-
NIcon: any;
|
803
|
-
NTag: any;
|
804
|
-
NInput: any;
|
805
|
-
NCheckbox: any;
|
806
|
-
NCheckboxGroup: any;
|
807
|
-
NTooltip: any;
|
808
|
-
NBreadcrumb: any;
|
809
|
-
NBreadcrumbItem: any;
|
810
|
-
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<{}>>, {}>;
|
811
|
-
AddOutline: 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<{}>>, {}>;
|
812
|
-
PersonOutline: 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<{}>>, {}>;
|
813
|
-
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<{}>>, {}>;
|
814
|
-
ChevronBackOutline: 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<{}>>, {}>;
|
815
|
-
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<{}>>, {}>;
|
816
|
-
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
817
|
-
isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
818
|
-
getRoleName: typeof import("./src/utils").getRoleName;
|
819
|
-
},
|
951
|
+
readonly NModal: any;
|
952
|
+
readonly NButton: any;
|
953
|
+
readonly NSpace: any;
|
954
|
+
readonly NAvatar: any;
|
955
|
+
readonly NIcon: any;
|
956
|
+
readonly NTag: any;
|
957
|
+
readonly NInput: any;
|
958
|
+
readonly NCheckbox: any;
|
959
|
+
readonly NCheckboxGroup: any;
|
960
|
+
readonly NTooltip: any;
|
961
|
+
readonly NBreadcrumb: any;
|
962
|
+
readonly NBreadcrumbItem: any;
|
963
|
+
readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
964
|
+
readonly AddOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
965
|
+
readonly PersonOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
966
|
+
readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
967
|
+
readonly ChevronBackOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
968
|
+
readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
969
|
+
readonly last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
970
|
+
readonly isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
971
|
+
readonly getRoleName: typeof import("./src/utils").getRoleName;
|
972
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
820
973
|
title: {
|
821
974
|
type: StringConstructor;
|
822
975
|
default: string;
|
@@ -840,19 +993,19 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
840
993
|
type: BooleanConstructor;
|
841
994
|
default: boolean;
|
842
995
|
};
|
843
|
-
}>> & {
|
996
|
+
}>> & Readonly<{
|
844
997
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
845
|
-
}
|
998
|
+
}>, {
|
846
999
|
title: string;
|
847
1000
|
defaultValue: import("../../shared/types").AnyObject[];
|
848
1001
|
disabled: boolean;
|
849
1002
|
mode: string;
|
850
1003
|
disabledIds: string[];
|
851
|
-
}>;
|
852
|
-
isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
853
|
-
getRoleName: typeof import("./src/utils").getRoleName;
|
854
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
855
|
-
ChatFile: import("vue").DefineComponent<{
|
1004
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1005
|
+
readonly isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
1006
|
+
readonly getRoleName: typeof import("./src/utils").getRoleName;
|
1007
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1008
|
+
ChatFile: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
856
1009
|
type: {
|
857
1010
|
type: StringConstructor;
|
858
1011
|
default: string;
|
@@ -860,8 +1013,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
860
1013
|
visible: {
|
861
1014
|
type: BooleanConstructor;
|
862
1015
|
};
|
863
|
-
}
|
864
|
-
props:
|
1016
|
+
}>, {
|
1017
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
865
1018
|
type: {
|
866
1019
|
type: StringConstructor;
|
867
1020
|
default: string;
|
@@ -869,14 +1022,37 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
869
1022
|
visible: {
|
870
1023
|
type: BooleanConstructor;
|
871
1024
|
};
|
872
|
-
}>> & {}
|
1025
|
+
}>> & Readonly<{}> & {}>;
|
873
1026
|
cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
|
874
1027
|
state: {
|
875
1028
|
orgId: string | number;
|
876
1029
|
currentSessionItem: import("../../shared/types").AnyObject;
|
877
1030
|
id: string;
|
878
1031
|
userInfo: import("../../shared/types").AnyObject;
|
879
|
-
msgList:
|
1032
|
+
msgList: {
|
1033
|
+
[x: string]: any;
|
1034
|
+
id: string;
|
1035
|
+
sessionKey: string;
|
1036
|
+
content: {
|
1037
|
+
[x: string]: any;
|
1038
|
+
chatMessageType: string;
|
1039
|
+
msg: string;
|
1040
|
+
referenceContent?: any;
|
1041
|
+
forwardMessageList?: import("../../shared/types").AnyObject[] | undefined;
|
1042
|
+
messageTemplate?: any;
|
1043
|
+
messageTemplateData?: any;
|
1044
|
+
fileUrl?: string | undefined;
|
1045
|
+
avStatus?: string | undefined;
|
1046
|
+
};
|
1047
|
+
senderName: string;
|
1048
|
+
sendTime: string;
|
1049
|
+
sender: string;
|
1050
|
+
status: string;
|
1051
|
+
senderAvatar: string;
|
1052
|
+
__content: string;
|
1053
|
+
__time?: string | undefined;
|
1054
|
+
__sendTime?: string | undefined;
|
1055
|
+
}[];
|
880
1056
|
currentMsg: import("../../shared/types").AnyObject;
|
881
1057
|
isAppendMsg: boolean;
|
882
1058
|
sessionList: import("../../shared/types").AnyObject[];
|
@@ -905,11 +1081,42 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
905
1081
|
remark: string;
|
906
1082
|
contents: import("../../shared/types").AnyObject[];
|
907
1083
|
}) => Promise<void>;
|
908
|
-
imageList: import("vue").Ref<
|
909
|
-
|
910
|
-
|
911
|
-
|
912
|
-
|
1084
|
+
imageList: import("vue").Ref<{
|
1085
|
+
label: string;
|
1086
|
+
list: {
|
1087
|
+
[x: string]: any;
|
1088
|
+
id: string;
|
1089
|
+
fileUrl: string;
|
1090
|
+
senderName: string;
|
1091
|
+
fileSize: string;
|
1092
|
+
sendTime: string;
|
1093
|
+
fileName: string;
|
1094
|
+
width?: number | undefined;
|
1095
|
+
height?: number | undefined;
|
1096
|
+
}[];
|
1097
|
+
}[], {
|
1098
|
+
label: string;
|
1099
|
+
list: import("./src/types").ImageItem[];
|
1100
|
+
}[] | {
|
1101
|
+
label: string;
|
1102
|
+
list: {
|
1103
|
+
[x: string]: any;
|
1104
|
+
id: string;
|
1105
|
+
fileUrl: string;
|
1106
|
+
senderName: string;
|
1107
|
+
fileSize: string;
|
1108
|
+
sendTime: string;
|
1109
|
+
fileName: string;
|
1110
|
+
width?: number | undefined;
|
1111
|
+
height?: number | undefined;
|
1112
|
+
}[];
|
1113
|
+
}[]>;
|
1114
|
+
fileList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
1115
|
+
imageRef: import("vue").Ref<any, any>;
|
1116
|
+
fileRef: import("vue").Ref<any, any>;
|
1117
|
+
keyword: import("vue").Ref<any, any>;
|
1118
|
+
currentImgId: import("vue").Ref<string | undefined, string | undefined>;
|
1119
|
+
showLightbox: import("vue").Ref<boolean, boolean>;
|
913
1120
|
handleInput: () => void;
|
914
1121
|
pageInfo: {
|
915
1122
|
page: number;
|
@@ -919,24 +1126,34 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
919
1126
|
handleSearch: () => Promise<void>;
|
920
1127
|
formatImageList: (data: import("../../shared/types").AnyObject[]) => {
|
921
1128
|
label: string;
|
922
|
-
list:
|
1129
|
+
list: import("./src/types").ImageItem[];
|
923
1130
|
}[];
|
924
1131
|
resetAndSearch: () => void;
|
1132
|
+
previewImg: (fileUrl: string) => void;
|
925
1133
|
title: import("vue").ComputedRef<"聊天图片" | "聊天文件">;
|
926
|
-
|
927
|
-
|
928
|
-
|
929
|
-
|
930
|
-
|
931
|
-
|
932
|
-
|
933
|
-
|
934
|
-
|
935
|
-
|
936
|
-
|
937
|
-
|
938
|
-
|
939
|
-
|
1134
|
+
images: import("vue").ComputedRef<{
|
1135
|
+
[x: string]: any;
|
1136
|
+
id: string;
|
1137
|
+
fileUrl: string;
|
1138
|
+
senderName: string;
|
1139
|
+
fileSize: string;
|
1140
|
+
sendTime: string;
|
1141
|
+
fileName: string;
|
1142
|
+
width?: number | undefined;
|
1143
|
+
height?: number | undefined;
|
1144
|
+
}[]>;
|
1145
|
+
readonly NModal: any;
|
1146
|
+
readonly NInput: any;
|
1147
|
+
readonly NIcon: any;
|
1148
|
+
readonly NTooltip: any;
|
1149
|
+
readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1150
|
+
readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1151
|
+
readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1152
|
+
readonly downloadFile: typeof import("./src/utils").downloadFile;
|
1153
|
+
readonly formatJsonstr: typeof import("./src/utils").formatJsonstr;
|
1154
|
+
readonly getFileType: typeof import("./src/utils").getFileType;
|
1155
|
+
readonly getDetail: typeof import("./src/utils").getDetail;
|
1156
|
+
ChatAdd: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
940
1157
|
title: {
|
941
1158
|
type: StringConstructor;
|
942
1159
|
default: string;
|
@@ -960,14 +1177,14 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
960
1177
|
type: BooleanConstructor;
|
961
1178
|
default: boolean;
|
962
1179
|
};
|
963
|
-
}
|
1180
|
+
}>, {
|
964
1181
|
initialOptions: import("../../shared/types").AnyObject[];
|
965
1182
|
tabList: {
|
966
1183
|
key: string;
|
967
1184
|
label: string;
|
968
1185
|
}[];
|
969
1186
|
orgList: import("../../shared/types").AnyObject[];
|
970
|
-
props:
|
1187
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
971
1188
|
title: {
|
972
1189
|
type: StringConstructor;
|
973
1190
|
default: string;
|
@@ -991,16 +1208,39 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
991
1208
|
type: BooleanConstructor;
|
992
1209
|
default: boolean;
|
993
1210
|
};
|
994
|
-
}>> & {
|
1211
|
+
}>> & Readonly<{
|
995
1212
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
996
|
-
}
|
1213
|
+
}> & {}>;
|
997
1214
|
emit: (event: "comfirm", ...args: any[]) => void;
|
998
1215
|
state: {
|
999
1216
|
orgId: string | number;
|
1000
1217
|
currentSessionItem: import("../../shared/types").AnyObject;
|
1001
1218
|
id: string;
|
1002
1219
|
userInfo: import("../../shared/types").AnyObject;
|
1003
|
-
msgList:
|
1220
|
+
msgList: {
|
1221
|
+
[x: string]: any;
|
1222
|
+
id: string;
|
1223
|
+
sessionKey: string;
|
1224
|
+
content: {
|
1225
|
+
[x: string]: any;
|
1226
|
+
chatMessageType: string;
|
1227
|
+
msg: string;
|
1228
|
+
referenceContent?: any;
|
1229
|
+
forwardMessageList?: import("../../shared/types").AnyObject[] | undefined;
|
1230
|
+
messageTemplate?: any;
|
1231
|
+
messageTemplateData?: any;
|
1232
|
+
fileUrl?: string | undefined;
|
1233
|
+
avStatus?: string | undefined;
|
1234
|
+
};
|
1235
|
+
senderName: string;
|
1236
|
+
sendTime: string;
|
1237
|
+
sender: string;
|
1238
|
+
status: string;
|
1239
|
+
senderAvatar: string;
|
1240
|
+
__content: string;
|
1241
|
+
__time?: string | undefined;
|
1242
|
+
__sendTime?: string | undefined;
|
1243
|
+
}[];
|
1004
1244
|
currentMsg: import("../../shared/types").AnyObject;
|
1005
1245
|
isAppendMsg: boolean;
|
1006
1246
|
sessionList: import("../../shared/types").AnyObject[];
|
@@ -1025,16 +1265,16 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1025
1265
|
isForward: boolean;
|
1026
1266
|
};
|
1027
1267
|
setCurrentSessionItem: (item: import("../../shared/types").AnyObject) => void;
|
1028
|
-
listRef: import("vue").Ref<any>;
|
1029
|
-
keyword: import("vue").Ref<string>;
|
1030
|
-
showModal: import("vue").Ref<boolean>;
|
1031
|
-
checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1032
|
-
groupName: import("vue").Ref<string>;
|
1033
|
-
remark: import("vue").Ref<string>;
|
1034
|
-
currentTab: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1035
|
-
breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1036
|
-
breadcrumbRef: import("vue").Ref<any>;
|
1037
|
-
userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1268
|
+
listRef: import("vue").Ref<any, any>;
|
1269
|
+
keyword: import("vue").Ref<string, string>;
|
1270
|
+
showModal: import("vue").Ref<boolean, boolean>;
|
1271
|
+
checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
1272
|
+
groupName: import("vue").Ref<string, string>;
|
1273
|
+
remark: import("vue").Ref<string, string>;
|
1274
|
+
currentTab: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
1275
|
+
breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
1276
|
+
breadcrumbRef: import("vue").Ref<any, any>;
|
1277
|
+
userList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
1038
1278
|
handleInput: () => void;
|
1039
1279
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
1040
1280
|
sessionList: import("vue").ComputedRef<{
|
@@ -1060,8 +1300,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1060
1300
|
}[]>;
|
1061
1301
|
checkedIds: import("vue").ComputedRef<any[]>;
|
1062
1302
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
1063
|
-
allChecked: import("vue").WritableComputedRef<boolean>;
|
1064
|
-
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
1303
|
+
allChecked: import("vue").WritableComputedRef<boolean, boolean>;
|
1304
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[], any[]>;
|
1065
1305
|
currentTabKey: import("vue").ComputedRef<any>;
|
1066
1306
|
showAllCheckbox: import("vue").ComputedRef<boolean>;
|
1067
1307
|
getOrgList: () => Promise<void>;
|
@@ -1076,28 +1316,28 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1076
1316
|
getAllUser: (tree: import("../../shared/types").AnyObject[]) => import("../../shared/types").AnyObject[];
|
1077
1317
|
handlePositiveClick: () => Promise<void>;
|
1078
1318
|
closeTag: (id: string) => void;
|
1079
|
-
NModal: any;
|
1080
|
-
NButton: any;
|
1081
|
-
NSpace: any;
|
1082
|
-
NAvatar: any;
|
1083
|
-
NIcon: any;
|
1084
|
-
NTag: any;
|
1085
|
-
NInput: any;
|
1086
|
-
NCheckbox: any;
|
1087
|
-
NCheckboxGroup: any;
|
1088
|
-
NTooltip: any;
|
1089
|
-
NBreadcrumb: any;
|
1090
|
-
NBreadcrumbItem: any;
|
1091
|
-
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<{}>>, {}>;
|
1092
|
-
AddOutline: 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<{}>>, {}>;
|
1093
|
-
PersonOutline: 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<{}>>, {}>;
|
1094
|
-
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<{}>>, {}>;
|
1095
|
-
ChevronBackOutline: 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<{}>>, {}>;
|
1096
|
-
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<{}>>, {}>;
|
1097
|
-
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
1098
|
-
isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
1099
|
-
getRoleName: typeof import("./src/utils").getRoleName;
|
1100
|
-
},
|
1319
|
+
readonly NModal: any;
|
1320
|
+
readonly NButton: any;
|
1321
|
+
readonly NSpace: any;
|
1322
|
+
readonly NAvatar: any;
|
1323
|
+
readonly NIcon: any;
|
1324
|
+
readonly NTag: any;
|
1325
|
+
readonly NInput: any;
|
1326
|
+
readonly NCheckbox: any;
|
1327
|
+
readonly NCheckboxGroup: any;
|
1328
|
+
readonly NTooltip: any;
|
1329
|
+
readonly NBreadcrumb: any;
|
1330
|
+
readonly NBreadcrumbItem: any;
|
1331
|
+
readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1332
|
+
readonly AddOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1333
|
+
readonly PersonOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1334
|
+
readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1335
|
+
readonly ChevronBackOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1336
|
+
readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1337
|
+
readonly last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
1338
|
+
readonly isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
1339
|
+
readonly getRoleName: typeof import("./src/utils").getRoleName;
|
1340
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1101
1341
|
title: {
|
1102
1342
|
type: StringConstructor;
|
1103
1343
|
default: string;
|
@@ -1121,16 +1361,135 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1121
1361
|
type: BooleanConstructor;
|
1122
1362
|
default: boolean;
|
1123
1363
|
};
|
1124
|
-
}>> & {
|
1364
|
+
}>> & Readonly<{
|
1125
1365
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
1126
|
-
}
|
1366
|
+
}>, {
|
1127
1367
|
title: string;
|
1128
1368
|
defaultValue: import("../../shared/types").AnyObject[];
|
1129
1369
|
disabled: boolean;
|
1130
1370
|
mode: string;
|
1131
1371
|
disabledIds: string[];
|
1132
|
-
}>;
|
1133
|
-
|
1372
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1373
|
+
ImageLightbox: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1374
|
+
images: {
|
1375
|
+
type: import("vue").PropType<import("./src/types").ImageItem[]>;
|
1376
|
+
default: () => never[];
|
1377
|
+
};
|
1378
|
+
visible: {
|
1379
|
+
type: BooleanConstructor;
|
1380
|
+
};
|
1381
|
+
currentId: {
|
1382
|
+
type: StringConstructor;
|
1383
|
+
default: string;
|
1384
|
+
};
|
1385
|
+
}>, {
|
1386
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1387
|
+
images: {
|
1388
|
+
type: import("vue").PropType<import("./src/types").ImageItem[]>;
|
1389
|
+
default: () => never[];
|
1390
|
+
};
|
1391
|
+
visible: {
|
1392
|
+
type: BooleanConstructor;
|
1393
|
+
};
|
1394
|
+
currentId: {
|
1395
|
+
type: StringConstructor;
|
1396
|
+
default: string;
|
1397
|
+
};
|
1398
|
+
}>> & Readonly<{
|
1399
|
+
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
1400
|
+
"onUpdate:currentId"?: ((...args: any[]) => any) | undefined;
|
1401
|
+
}> & {}>;
|
1402
|
+
emit: (event: "update:visible" | "update:currentId", ...args: any[]) => void;
|
1403
|
+
imageEl: import("vue").Ref<HTMLImageElement | null, HTMLImageElement | null>;
|
1404
|
+
naturalSize: import("vue").Ref<{
|
1405
|
+
width: number;
|
1406
|
+
height: number;
|
1407
|
+
}, {
|
1408
|
+
width: number;
|
1409
|
+
height: number;
|
1410
|
+
} | {
|
1411
|
+
width: number;
|
1412
|
+
height: number;
|
1413
|
+
}>;
|
1414
|
+
scale: import("vue").Ref<number, number>;
|
1415
|
+
rotation: import("vue").Ref<number, number>;
|
1416
|
+
isDragging: import("vue").Ref<boolean, boolean>;
|
1417
|
+
offset: import("vue").Ref<{
|
1418
|
+
x: number;
|
1419
|
+
y: number;
|
1420
|
+
}, {
|
1421
|
+
x: number;
|
1422
|
+
y: number;
|
1423
|
+
} | {
|
1424
|
+
x: number;
|
1425
|
+
y: number;
|
1426
|
+
}>;
|
1427
|
+
lastMouse: import("vue").Ref<{
|
1428
|
+
x: number;
|
1429
|
+
y: number;
|
1430
|
+
}, {
|
1431
|
+
x: number;
|
1432
|
+
y: number;
|
1433
|
+
} | {
|
1434
|
+
x: number;
|
1435
|
+
y: number;
|
1436
|
+
}>;
|
1437
|
+
idToIndexMap: import("vue").ComputedRef<Map<string, number>>;
|
1438
|
+
currentIndex: import("vue").ComputedRef<number>;
|
1439
|
+
currentImageData: import("vue").ComputedRef<import("./src/types").ImageItem>;
|
1440
|
+
hasNext: import("vue").ComputedRef<boolean>;
|
1441
|
+
hasPrev: import("vue").ComputedRef<boolean>;
|
1442
|
+
imageStyle: import("vue").ComputedRef<{
|
1443
|
+
left: string;
|
1444
|
+
top: string;
|
1445
|
+
transform: string;
|
1446
|
+
cursor: string;
|
1447
|
+
transition: string;
|
1448
|
+
}>;
|
1449
|
+
resetImageState: () => void;
|
1450
|
+
close: () => void;
|
1451
|
+
nextImage: () => void;
|
1452
|
+
prevImage: () => void;
|
1453
|
+
rotate: (degrees: number) => void;
|
1454
|
+
zoomIn: () => void;
|
1455
|
+
zoomOut: () => void;
|
1456
|
+
resetZoom: () => void;
|
1457
|
+
startDrag: (e: MouseEvent) => void;
|
1458
|
+
onDragMove: (e: MouseEvent) => void;
|
1459
|
+
endDrag: () => void;
|
1460
|
+
handleWheel: (e: WheelEvent) => void;
|
1461
|
+
handleImageLoad: () => void;
|
1462
|
+
download: () => void;
|
1463
|
+
readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1464
|
+
readonly PlaySkipBackOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1465
|
+
readonly PlaySkipForwardOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1466
|
+
readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1467
|
+
readonly RefreshOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1468
|
+
readonly AddOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1469
|
+
readonly RemoveSharp: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1470
|
+
readonly NButton: any;
|
1471
|
+
readonly NIcon: any;
|
1472
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:visible" | "update:currentId")[], "update:visible" | "update:currentId", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1473
|
+
images: {
|
1474
|
+
type: import("vue").PropType<import("./src/types").ImageItem[]>;
|
1475
|
+
default: () => never[];
|
1476
|
+
};
|
1477
|
+
visible: {
|
1478
|
+
type: BooleanConstructor;
|
1479
|
+
};
|
1480
|
+
currentId: {
|
1481
|
+
type: StringConstructor;
|
1482
|
+
default: string;
|
1483
|
+
};
|
1484
|
+
}>> & Readonly<{
|
1485
|
+
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
1486
|
+
"onUpdate:currentId"?: ((...args: any[]) => any) | undefined;
|
1487
|
+
}>, {
|
1488
|
+
visible: boolean;
|
1489
|
+
images: import("./src/types").ImageItem[];
|
1490
|
+
currentId: string;
|
1491
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1492
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1134
1493
|
type: {
|
1135
1494
|
type: StringConstructor;
|
1136
1495
|
default: string;
|
@@ -1138,30 +1497,53 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1138
1497
|
visible: {
|
1139
1498
|
type: BooleanConstructor;
|
1140
1499
|
};
|
1141
|
-
}
|
1500
|
+
}>> & Readonly<{}>, {
|
1142
1501
|
type: string;
|
1143
1502
|
visible: boolean;
|
1144
|
-
}>;
|
1145
|
-
ChatRecord: import("vue").DefineComponent<{
|
1503
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1504
|
+
ChatRecord: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1146
1505
|
visible: {
|
1147
1506
|
type: BooleanConstructor;
|
1148
1507
|
};
|
1149
|
-
}
|
1508
|
+
}>, {
|
1150
1509
|
tagColor: {
|
1151
1510
|
color: string;
|
1152
1511
|
textColor: string;
|
1153
1512
|
};
|
1154
|
-
props:
|
1513
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1155
1514
|
visible: {
|
1156
1515
|
type: BooleanConstructor;
|
1157
1516
|
};
|
1158
|
-
}>> & {}
|
1517
|
+
}>> & Readonly<{}> & {}>;
|
1159
1518
|
state: {
|
1160
1519
|
orgId: string | number;
|
1161
1520
|
currentSessionItem: import("../../shared/types").AnyObject;
|
1162
1521
|
id: string;
|
1163
1522
|
userInfo: import("../../shared/types").AnyObject;
|
1164
|
-
msgList:
|
1523
|
+
msgList: {
|
1524
|
+
[x: string]: any;
|
1525
|
+
id: string;
|
1526
|
+
sessionKey: string;
|
1527
|
+
content: {
|
1528
|
+
[x: string]: any;
|
1529
|
+
chatMessageType: string;
|
1530
|
+
msg: string;
|
1531
|
+
referenceContent?: any;
|
1532
|
+
forwardMessageList?: import("../../shared/types").AnyObject[] | undefined;
|
1533
|
+
messageTemplate?: any;
|
1534
|
+
messageTemplateData?: any;
|
1535
|
+
fileUrl?: string | undefined;
|
1536
|
+
avStatus?: string | undefined;
|
1537
|
+
};
|
1538
|
+
senderName: string;
|
1539
|
+
sendTime: string;
|
1540
|
+
sender: string;
|
1541
|
+
status: string;
|
1542
|
+
senderAvatar: string;
|
1543
|
+
__content: string;
|
1544
|
+
__time?: string | undefined;
|
1545
|
+
__sendTime?: string | undefined;
|
1546
|
+
}[];
|
1165
1547
|
currentMsg: import("../../shared/types").AnyObject;
|
1166
1548
|
isAppendMsg: boolean;
|
1167
1549
|
sessionList: import("../../shared/types").AnyObject[];
|
@@ -1186,12 +1568,12 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1186
1568
|
isForward: boolean;
|
1187
1569
|
};
|
1188
1570
|
cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
|
1189
|
-
recordRef: import("vue").Ref<any>;
|
1190
|
-
recordList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1191
|
-
keyword: import("vue").Ref<any>;
|
1192
|
-
memberList: import("vue").Ref<never[]>;
|
1193
|
-
startTime: import("vue").Ref<any>;
|
1194
|
-
endTime: import("vue").Ref<any>;
|
1571
|
+
recordRef: import("vue").Ref<any, any>;
|
1572
|
+
recordList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
1573
|
+
keyword: import("vue").Ref<any, any>;
|
1574
|
+
memberList: import("vue").Ref<never[], never[]>;
|
1575
|
+
startTime: import("vue").Ref<any, any>;
|
1576
|
+
endTime: import("vue").Ref<any, any>;
|
1195
1577
|
handleInput: () => void;
|
1196
1578
|
pageInfo: {
|
1197
1579
|
page: number;
|
@@ -1205,19 +1587,19 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1205
1587
|
resetInfo: () => void;
|
1206
1588
|
formatEndTime: () => string;
|
1207
1589
|
handleCloseTag: (type: "start" | "end" | "member") => void;
|
1208
|
-
getPrefixCondition: () =>
|
1209
|
-
renderLabel: (option: import("../../shared/types").AnyObject) =>
|
1210
|
-
NModal: any;
|
1211
|
-
NTag: any;
|
1212
|
-
NInput: any;
|
1213
|
-
NIcon: any;
|
1214
|
-
NSelect: any;
|
1215
|
-
NAvatar: any;
|
1216
|
-
NPopover: any;
|
1217
|
-
NInputGroup: any;
|
1218
|
-
CallOutline: 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<{}>>, {}>;
|
1219
|
-
VideocamOutline: 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<{}>>, {}>;
|
1220
|
-
DatePicker: SFCWithInstall<import("vue").DefineComponent<{
|
1590
|
+
getPrefixCondition: () => any[];
|
1591
|
+
renderLabel: (option: import("../../shared/types").AnyObject) => any;
|
1592
|
+
readonly NModal: any;
|
1593
|
+
readonly NTag: any;
|
1594
|
+
readonly NInput: any;
|
1595
|
+
readonly NIcon: any;
|
1596
|
+
readonly NSelect: any;
|
1597
|
+
readonly NAvatar: any;
|
1598
|
+
readonly NPopover: any;
|
1599
|
+
readonly NInputGroup: any;
|
1600
|
+
readonly CallOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1601
|
+
readonly VideocamOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1602
|
+
readonly DatePicker: SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1221
1603
|
updateUnchangedValue: {
|
1222
1604
|
type: BooleanConstructor;
|
1223
1605
|
};
|
@@ -1248,11 +1630,11 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1248
1630
|
isDateDisabled: {
|
1249
1631
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1250
1632
|
};
|
1251
|
-
}
|
1633
|
+
}>, {
|
1252
1634
|
attrs: {
|
1253
1635
|
[x: string]: unknown;
|
1254
1636
|
};
|
1255
|
-
props:
|
1637
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1256
1638
|
updateUnchangedValue: {
|
1257
1639
|
type: BooleanConstructor;
|
1258
1640
|
};
|
@@ -1283,15 +1665,15 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1283
1665
|
isDateDisabled: {
|
1284
1666
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1285
1667
|
};
|
1286
|
-
}>> & {
|
1668
|
+
}>> & Readonly<{
|
1287
1669
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1288
|
-
}
|
1670
|
+
}> & {}>;
|
1289
1671
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
1290
|
-
datePickerRef: import("vue").Ref<import("../../shared/types").AnyObject | null>;
|
1291
|
-
panelInstRef: import("vue").Ref<null>;
|
1292
|
-
placeholderRef: import("vue").Ref<any>;
|
1293
|
-
oldValue: string;
|
1294
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
1672
|
+
datePickerRef: import("vue").Ref<import("../../shared/types").AnyObject | null, import("../../shared/types").AnyObject | null>;
|
1673
|
+
panelInstRef: import("vue").Ref<null, null>;
|
1674
|
+
placeholderRef: import("vue").Ref<any, any>;
|
1675
|
+
oldValue: (string | [string, string]) | null | undefined;
|
1676
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
|
1295
1677
|
isDateTime: import("vue").ComputedRef<boolean>;
|
1296
1678
|
formatRef: import("vue").ComputedRef<string>;
|
1297
1679
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
@@ -1306,8 +1688,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1306
1688
|
onConfirm: (...args: any[]) => Promise<void>;
|
1307
1689
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
1308
1690
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
1309
|
-
NDatePicker: any;
|
1310
|
-
},
|
1691
|
+
readonly NDatePicker: any;
|
1692
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1311
1693
|
updateUnchangedValue: {
|
1312
1694
|
type: BooleanConstructor;
|
1313
1695
|
};
|
@@ -1338,50 +1720,73 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1338
1720
|
isDateDisabled: {
|
1339
1721
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1340
1722
|
};
|
1341
|
-
}>> & {
|
1723
|
+
}>> & Readonly<{
|
1342
1724
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1343
|
-
}
|
1725
|
+
}>, {
|
1344
1726
|
type: string;
|
1345
1727
|
updateUnchangedValue: boolean;
|
1346
1728
|
to: string | false | HTMLElement;
|
1347
1729
|
holidays: Date[];
|
1348
|
-
}>>;
|
1349
|
-
isArray: {
|
1730
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
1731
|
+
readonly isArray: {
|
1350
1732
|
(value?: any): value is any[];
|
1351
1733
|
<T_1>(value?: any): value is any[];
|
1352
1734
|
};
|
1353
|
-
formatTime: typeof import("./src/utils").formatTime;
|
1354
|
-
isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
1355
|
-
getRoleName: typeof import("./src/utils").getRoleName;
|
1356
|
-
|
1357
|
-
getFileType: typeof import("./src/utils").getFileType;
|
1358
|
-
getDetail: typeof import("./src/utils").getDetail;
|
1359
|
-
showAudioAndVideoRecord: typeof import("./src/utils").showAudioAndVideoRecord;
|
1360
|
-
getForwardTitle: typeof import("./src/utils").getForwardTitle;
|
1361
|
-
simplifyMessage: typeof import("./src/utils").simplifyMessage;
|
1362
|
-
MESSAGE_TYPE: typeof import("./src/constants").MESSAGE_TYPE;
|
1363
|
-
emojis: {
|
1735
|
+
readonly formatTime: typeof import("./src/utils").formatTime;
|
1736
|
+
readonly isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
1737
|
+
readonly getRoleName: typeof import("./src/utils").getRoleName;
|
1738
|
+
readonly formatJsonstr: typeof import("./src/utils").formatJsonstr;
|
1739
|
+
readonly getFileType: typeof import("./src/utils").getFileType;
|
1740
|
+
readonly getDetail: typeof import("./src/utils").getDetail;
|
1741
|
+
readonly showAudioAndVideoRecord: typeof import("./src/utils").showAudioAndVideoRecord;
|
1742
|
+
readonly getForwardTitle: typeof import("./src/utils").getForwardTitle;
|
1743
|
+
readonly simplifyMessage: typeof import("./src/utils").simplifyMessage;
|
1744
|
+
readonly MESSAGE_TYPE: typeof import("./src/constants").MESSAGE_TYPE;
|
1745
|
+
readonly emojis: {
|
1364
1746
|
default: string[][];
|
1365
|
-
findEmoji(name: string):
|
1747
|
+
findEmoji(name: string): string | undefined;
|
1366
1748
|
};
|
1367
|
-
MessageEvent: import("vue").DefineComponent<{
|
1749
|
+
MessageEvent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1368
1750
|
data: {
|
1369
1751
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
1370
1752
|
required: true;
|
1371
1753
|
};
|
1372
|
-
}
|
1373
|
-
props:
|
1754
|
+
}>, {
|
1755
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1374
1756
|
data: {
|
1375
1757
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
1376
1758
|
required: true;
|
1377
1759
|
};
|
1378
|
-
}>> & {}
|
1760
|
+
}>> & Readonly<{}> & {}>;
|
1379
1761
|
state: {
|
1380
1762
|
orgId: string | number;
|
1381
1763
|
currentSessionItem: import("../../shared/types").AnyObject;
|
1382
1764
|
id: string;
|
1383
1765
|
userInfo: import("../../shared/types").AnyObject;
|
1384
|
-
msgList:
|
1766
|
+
msgList: {
|
1767
|
+
[x: string]: any;
|
1768
|
+
id: string;
|
1769
|
+
sessionKey: string;
|
1770
|
+
content: {
|
1771
|
+
[x: string]: any;
|
1772
|
+
chatMessageType: string;
|
1773
|
+
msg: string;
|
1774
|
+
referenceContent?: any;
|
1775
|
+
forwardMessageList?: import("../../shared/types").AnyObject[] | undefined;
|
1776
|
+
messageTemplate?: any;
|
1777
|
+
messageTemplateData?: any;
|
1778
|
+
fileUrl?: string | undefined;
|
1779
|
+
avStatus?: string | undefined;
|
1780
|
+
};
|
1781
|
+
senderName: string;
|
1782
|
+
sendTime: string;
|
1783
|
+
sender: string;
|
1784
|
+
status: string;
|
1785
|
+
senderAvatar: string;
|
1786
|
+
__content: string;
|
1787
|
+
__time?: string | undefined;
|
1788
|
+
__sendTime?: string | undefined;
|
1789
|
+
}[];
|
1385
1790
|
currentMsg: import("../../shared/types").AnyObject;
|
1386
1791
|
isAppendMsg: boolean;
|
1387
1792
|
sessionList: import("../../shared/types").AnyObject[];
|
@@ -1406,26 +1811,26 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1406
1811
|
isForward: boolean;
|
1407
1812
|
};
|
1408
1813
|
setUserDetail: (event: MouseEvent, userDetail: import("../../shared/types").AnyObject) => void;
|
1409
|
-
inviter: import("vue").Ref<any>;
|
1410
|
-
invitee: import("vue").Ref<any[]>;
|
1814
|
+
inviter: import("vue").Ref<any, any>;
|
1815
|
+
invitee: import("vue").Ref<any[], any[]>;
|
1411
1816
|
isValidJSON: (str: string) => boolean;
|
1412
1817
|
getTask: (_id: string | number, arrRes: import("../../shared/types").AnyObject[]) => () => Promise<unknown>;
|
1413
1818
|
getEventContent: (data: import("../../shared/types").AnyObject) => Promise<void>;
|
1414
|
-
NButton: any;
|
1415
|
-
},
|
1819
|
+
readonly NButton: any;
|
1820
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1416
1821
|
data: {
|
1417
1822
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
1418
1823
|
required: true;
|
1419
1824
|
};
|
1420
|
-
}
|
1421
|
-
},
|
1825
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1826
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1422
1827
|
visible: {
|
1423
1828
|
type: BooleanConstructor;
|
1424
1829
|
};
|
1425
|
-
}
|
1830
|
+
}>> & Readonly<{}>, {
|
1426
1831
|
visible: boolean;
|
1427
|
-
}>;
|
1428
|
-
ChatAdd: import("vue").DefineComponent<{
|
1832
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1833
|
+
ChatAdd: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1429
1834
|
title: {
|
1430
1835
|
type: StringConstructor;
|
1431
1836
|
default: string;
|
@@ -1449,14 +1854,14 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1449
1854
|
type: BooleanConstructor;
|
1450
1855
|
default: boolean;
|
1451
1856
|
};
|
1452
|
-
}
|
1857
|
+
}>, {
|
1453
1858
|
initialOptions: import("../../shared/types").AnyObject[];
|
1454
1859
|
tabList: {
|
1455
1860
|
key: string;
|
1456
1861
|
label: string;
|
1457
1862
|
}[];
|
1458
1863
|
orgList: import("../../shared/types").AnyObject[];
|
1459
|
-
props:
|
1864
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1460
1865
|
title: {
|
1461
1866
|
type: StringConstructor;
|
1462
1867
|
default: string;
|
@@ -1480,16 +1885,39 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1480
1885
|
type: BooleanConstructor;
|
1481
1886
|
default: boolean;
|
1482
1887
|
};
|
1483
|
-
}>> & {
|
1888
|
+
}>> & Readonly<{
|
1484
1889
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
1485
|
-
}
|
1890
|
+
}> & {}>;
|
1486
1891
|
emit: (event: "comfirm", ...args: any[]) => void;
|
1487
1892
|
state: {
|
1488
1893
|
orgId: string | number;
|
1489
1894
|
currentSessionItem: import("../../shared/types").AnyObject;
|
1490
1895
|
id: string;
|
1491
1896
|
userInfo: import("../../shared/types").AnyObject;
|
1492
|
-
msgList:
|
1897
|
+
msgList: {
|
1898
|
+
[x: string]: any;
|
1899
|
+
id: string;
|
1900
|
+
sessionKey: string;
|
1901
|
+
content: {
|
1902
|
+
[x: string]: any;
|
1903
|
+
chatMessageType: string;
|
1904
|
+
msg: string;
|
1905
|
+
referenceContent?: any;
|
1906
|
+
forwardMessageList?: import("../../shared/types").AnyObject[] | undefined;
|
1907
|
+
messageTemplate?: any;
|
1908
|
+
messageTemplateData?: any;
|
1909
|
+
fileUrl?: string | undefined;
|
1910
|
+
avStatus?: string | undefined;
|
1911
|
+
};
|
1912
|
+
senderName: string;
|
1913
|
+
sendTime: string;
|
1914
|
+
sender: string;
|
1915
|
+
status: string;
|
1916
|
+
senderAvatar: string;
|
1917
|
+
__content: string;
|
1918
|
+
__time?: string | undefined;
|
1919
|
+
__sendTime?: string | undefined;
|
1920
|
+
}[];
|
1493
1921
|
currentMsg: import("../../shared/types").AnyObject;
|
1494
1922
|
isAppendMsg: boolean;
|
1495
1923
|
sessionList: import("../../shared/types").AnyObject[];
|
@@ -1514,16 +1942,16 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1514
1942
|
isForward: boolean;
|
1515
1943
|
};
|
1516
1944
|
setCurrentSessionItem: (item: import("../../shared/types").AnyObject) => void;
|
1517
|
-
listRef: import("vue").Ref<any>;
|
1518
|
-
keyword: import("vue").Ref<string>;
|
1519
|
-
showModal: import("vue").Ref<boolean>;
|
1520
|
-
checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1521
|
-
groupName: import("vue").Ref<string>;
|
1522
|
-
remark: import("vue").Ref<string>;
|
1523
|
-
currentTab: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1524
|
-
breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1525
|
-
breadcrumbRef: import("vue").Ref<any>;
|
1526
|
-
userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1945
|
+
listRef: import("vue").Ref<any, any>;
|
1946
|
+
keyword: import("vue").Ref<string, string>;
|
1947
|
+
showModal: import("vue").Ref<boolean, boolean>;
|
1948
|
+
checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
1949
|
+
groupName: import("vue").Ref<string, string>;
|
1950
|
+
remark: import("vue").Ref<string, string>;
|
1951
|
+
currentTab: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
1952
|
+
breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
1953
|
+
breadcrumbRef: import("vue").Ref<any, any>;
|
1954
|
+
userList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
1527
1955
|
handleInput: () => void;
|
1528
1956
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
1529
1957
|
sessionList: import("vue").ComputedRef<{
|
@@ -1549,8 +1977,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1549
1977
|
}[]>;
|
1550
1978
|
checkedIds: import("vue").ComputedRef<any[]>;
|
1551
1979
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
1552
|
-
allChecked: import("vue").WritableComputedRef<boolean>;
|
1553
|
-
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
1980
|
+
allChecked: import("vue").WritableComputedRef<boolean, boolean>;
|
1981
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[], any[]>;
|
1554
1982
|
currentTabKey: import("vue").ComputedRef<any>;
|
1555
1983
|
showAllCheckbox: import("vue").ComputedRef<boolean>;
|
1556
1984
|
getOrgList: () => Promise<void>;
|
@@ -1565,28 +1993,28 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1565
1993
|
getAllUser: (tree: import("../../shared/types").AnyObject[]) => import("../../shared/types").AnyObject[];
|
1566
1994
|
handlePositiveClick: () => Promise<void>;
|
1567
1995
|
closeTag: (id: string) => void;
|
1568
|
-
NModal: any;
|
1569
|
-
NButton: any;
|
1570
|
-
NSpace: any;
|
1571
|
-
NAvatar: any;
|
1572
|
-
NIcon: any;
|
1573
|
-
NTag: any;
|
1574
|
-
NInput: any;
|
1575
|
-
NCheckbox: any;
|
1576
|
-
NCheckboxGroup: any;
|
1577
|
-
NTooltip: any;
|
1578
|
-
NBreadcrumb: any;
|
1579
|
-
NBreadcrumbItem: any;
|
1580
|
-
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<{}>>, {}>;
|
1581
|
-
AddOutline: 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<{}>>, {}>;
|
1582
|
-
PersonOutline: 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<{}>>, {}>;
|
1583
|
-
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<{}>>, {}>;
|
1584
|
-
ChevronBackOutline: 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<{}>>, {}>;
|
1585
|
-
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<{}>>, {}>;
|
1586
|
-
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
1587
|
-
isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
1588
|
-
getRoleName: typeof import("./src/utils").getRoleName;
|
1589
|
-
},
|
1996
|
+
readonly NModal: any;
|
1997
|
+
readonly NButton: any;
|
1998
|
+
readonly NSpace: any;
|
1999
|
+
readonly NAvatar: any;
|
2000
|
+
readonly NIcon: any;
|
2001
|
+
readonly NTag: any;
|
2002
|
+
readonly NInput: any;
|
2003
|
+
readonly NCheckbox: any;
|
2004
|
+
readonly NCheckboxGroup: any;
|
2005
|
+
readonly NTooltip: any;
|
2006
|
+
readonly NBreadcrumb: any;
|
2007
|
+
readonly NBreadcrumbItem: any;
|
2008
|
+
readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2009
|
+
readonly AddOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2010
|
+
readonly PersonOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2011
|
+
readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2012
|
+
readonly ChevronBackOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2013
|
+
readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2014
|
+
readonly last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
2015
|
+
readonly isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
2016
|
+
readonly getRoleName: typeof import("./src/utils").getRoleName;
|
2017
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1590
2018
|
title: {
|
1591
2019
|
type: StringConstructor;
|
1592
2020
|
default: string;
|
@@ -1610,26 +2038,53 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1610
2038
|
type: BooleanConstructor;
|
1611
2039
|
default: boolean;
|
1612
2040
|
};
|
1613
|
-
}>> & {
|
2041
|
+
}>> & Readonly<{
|
1614
2042
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
1615
|
-
}
|
2043
|
+
}>, {
|
1616
2044
|
title: string;
|
1617
2045
|
defaultValue: import("../../shared/types").AnyObject[];
|
1618
2046
|
disabled: boolean;
|
1619
2047
|
mode: string;
|
1620
2048
|
disabledIds: string[];
|
1621
|
-
}>;
|
1622
|
-
PersonAddOutline: 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<{}>>, {}>;
|
1623
|
-
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<{}>>, {}>;
|
1624
|
-
|
2049
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2050
|
+
readonly PersonAddOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2051
|
+
readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2052
|
+
readonly FolderOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2053
|
+
readonly ImageOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2054
|
+
readonly SettingsOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2055
|
+
readonly SearchLocate: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2056
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1625
2057
|
ChatMain: import("vue").DefineComponent<{}, {
|
1626
|
-
chatMainRef: import("vue").Ref<HTMLElement | undefined>;
|
2058
|
+
chatMainRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
1627
2059
|
state: {
|
1628
2060
|
orgId: string | number;
|
1629
2061
|
currentSessionItem: import("../../shared/types").AnyObject;
|
1630
2062
|
id: string;
|
1631
2063
|
userInfo: import("../../shared/types").AnyObject;
|
1632
|
-
msgList:
|
2064
|
+
msgList: {
|
2065
|
+
[x: string]: any;
|
2066
|
+
id: string;
|
2067
|
+
sessionKey: string;
|
2068
|
+
content: {
|
2069
|
+
[x: string]: any;
|
2070
|
+
chatMessageType: string;
|
2071
|
+
msg: string;
|
2072
|
+
referenceContent?: any;
|
2073
|
+
forwardMessageList?: import("../../shared/types").AnyObject[] | undefined;
|
2074
|
+
messageTemplate?: any;
|
2075
|
+
messageTemplateData?: any;
|
2076
|
+
fileUrl?: string | undefined;
|
2077
|
+
avStatus?: string | undefined;
|
2078
|
+
};
|
2079
|
+
senderName: string;
|
2080
|
+
sendTime: string;
|
2081
|
+
sender: string;
|
2082
|
+
status: string;
|
2083
|
+
senderAvatar: string;
|
2084
|
+
__content: string;
|
2085
|
+
__time?: string | undefined;
|
2086
|
+
__sendTime?: string | undefined;
|
2087
|
+
}[];
|
1633
2088
|
currentMsg: import("../../shared/types").AnyObject;
|
1634
2089
|
isAppendMsg: boolean;
|
1635
2090
|
sessionList: import("../../shared/types").AnyObject[];
|
@@ -1653,7 +2108,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1653
2108
|
};
|
1654
2109
|
isForward: boolean;
|
1655
2110
|
};
|
1656
|
-
setMsgList: (list?: import("../../shared/types").AnyObject[]) => void;
|
2111
|
+
setMsgList: (list?: import("../../shared/types").AnyObject[] | import("./src/types").MsgListItem) => void;
|
1657
2112
|
relayMessage: (param: {
|
1658
2113
|
checkedIds: string[];
|
1659
2114
|
remark: string;
|
@@ -1667,17 +2122,19 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1667
2122
|
}) => void;
|
1668
2123
|
setUserDetail: (event: MouseEvent, userDetail: import("../../shared/types").AnyObject) => void;
|
1669
2124
|
isGroupChat: import("vue").ComputedRef<boolean>;
|
1670
|
-
contextmenuRef: import("vue").Ref<any>;
|
1671
|
-
showMenu: import("vue").Ref<boolean>;
|
1672
|
-
menuPosition: any
|
1673
|
-
menuMsgId: import("vue").Ref<any>;
|
1674
|
-
relayTriggerRef: import("vue").Ref<any>;
|
1675
|
-
showLabel: import("vue").Ref<boolean>;
|
2125
|
+
contextmenuRef: import("vue").Ref<any, any>;
|
2126
|
+
showMenu: import("vue").Ref<boolean, boolean>;
|
2127
|
+
menuPosition: import("vue").Ref<any, any>;
|
2128
|
+
menuMsgId: import("vue").Ref<any, any>;
|
2129
|
+
relayTriggerRef: import("vue").Ref<any, any>;
|
2130
|
+
showLabel: import("vue").Ref<boolean, boolean>;
|
1676
2131
|
labelPosition: {
|
1677
2132
|
x: number;
|
1678
2133
|
y: number;
|
1679
2134
|
};
|
1680
|
-
showForwardDetail: import("vue").Ref<boolean>;
|
2135
|
+
showForwardDetail: import("vue").Ref<boolean, boolean>;
|
2136
|
+
currentImgId: import("vue").Ref<string | undefined, string | undefined>;
|
2137
|
+
showLightbox: import("vue").Ref<boolean, boolean>;
|
1681
2138
|
pageInfo: {
|
1682
2139
|
page: number;
|
1683
2140
|
hasMore: boolean;
|
@@ -1687,10 +2144,9 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1687
2144
|
'--c-tip-top': string;
|
1688
2145
|
'--c-tip-gap': string;
|
1689
2146
|
}>;
|
1690
|
-
|
1691
|
-
|
1692
|
-
|
1693
|
-
formatImage: (obj: string | import("../../shared/types").AnyObject, type: string) => any;
|
2147
|
+
images: import("vue").ComputedRef<import("./src/types").ImageItem[]>;
|
2148
|
+
addImageItem: (list: import("./src/types").ImageItem[], item: import("../../shared/types").AnyObject) => void;
|
2149
|
+
processBlendContent: (list: import("./src/types").ImageItem[], item: import("../../shared/types").AnyObject) => void;
|
1694
2150
|
getHistoryRecord: () => Promise<void>;
|
1695
2151
|
handleSelectLabel: (event: MouseEvent, msgId: string) => void;
|
1696
2152
|
handleContextmenu: (event: MouseEvent, msgId: string) => Promise<void>;
|
@@ -1712,32 +2168,30 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1712
2168
|
}) => void;
|
1713
2169
|
reEdit: (item: import("../../shared/types").AnyObject) => void;
|
1714
2170
|
clickMergeMsg: (item: import("../../shared/types").AnyObject) => void;
|
1715
|
-
NAvatar: any;
|
1716
|
-
|
1717
|
-
|
1718
|
-
|
1719
|
-
|
1720
|
-
|
1721
|
-
|
1722
|
-
NCheckbox: any;
|
1723
|
-
isArray: {
|
2171
|
+
readonly NAvatar: any;
|
2172
|
+
readonly NIcon: any;
|
2173
|
+
readonly NButtonGroup: any;
|
2174
|
+
readonly NButton: any;
|
2175
|
+
readonly NSpace: any;
|
2176
|
+
readonly NCheckbox: any;
|
2177
|
+
readonly isArray: {
|
1724
2178
|
(value?: any): value is any[];
|
1725
2179
|
<T_1>(value?: any): value is any[];
|
1726
2180
|
};
|
1727
|
-
MessageTemplate: import("vue").DefineComponent<{
|
2181
|
+
MessageTemplate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1728
2182
|
data: {
|
1729
2183
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
1730
2184
|
required: true;
|
1731
2185
|
};
|
1732
|
-
}
|
1733
|
-
props:
|
2186
|
+
}>, {
|
2187
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1734
2188
|
data: {
|
1735
2189
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
1736
2190
|
required: true;
|
1737
2191
|
};
|
1738
|
-
}>> & {}
|
1739
|
-
describeBodyRef: import("vue").Ref<any>;
|
1740
|
-
showMore: import("vue").Ref<boolean>;
|
2192
|
+
}>> & Readonly<{}> & {}>;
|
2193
|
+
describeBodyRef: import("vue").Ref<any, any>;
|
2194
|
+
showMore: import("vue").Ref<boolean, boolean>;
|
1741
2195
|
emit: (event: "template-click" | "unread-message-update" | "session-change" | "session-close", ...args: any[]) => void;
|
1742
2196
|
isOverflow: import("vue").ComputedRef<boolean>;
|
1743
2197
|
setting: import("vue").ComputedRef<any>;
|
@@ -1750,11 +2204,11 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1750
2204
|
messageTemplateData: import("vue").ComputedRef<any>;
|
1751
2205
|
getSystemMsgContent: () => any;
|
1752
2206
|
handleTemplateClick: (data: import("../../shared/types").AnyObject) => void;
|
1753
|
-
NButton: any;
|
1754
|
-
NIcon: any;
|
1755
|
-
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<{}>>, {}>;
|
1756
|
-
AlertCircleSharp: 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<{}>>, {}>;
|
1757
|
-
SvgIcon: import("vue").DefineComponent<{
|
2207
|
+
readonly NButton: any;
|
2208
|
+
readonly NIcon: any;
|
2209
|
+
readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2210
|
+
readonly AlertCircleSharp: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2211
|
+
readonly SvgIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1758
2212
|
iconClass: {
|
1759
2213
|
type: StringConstructor;
|
1760
2214
|
required: true;
|
@@ -1769,15 +2223,11 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1769
2223
|
type: StringConstructor;
|
1770
2224
|
required: false;
|
1771
2225
|
};
|
1772
|
-
}
|
1773
|
-
props:
|
1774
|
-
iconClass: string;
|
1775
|
-
title: string;
|
1776
|
-
className?: string | undefined;
|
1777
|
-
};
|
2226
|
+
}>, {
|
2227
|
+
props: any;
|
1778
2228
|
iconName: import("vue").ComputedRef<string>;
|
1779
2229
|
svgClass: import("vue").ComputedRef<string>;
|
1780
|
-
},
|
2230
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1781
2231
|
iconClass: {
|
1782
2232
|
type: StringConstructor;
|
1783
2233
|
required: true;
|
@@ -1792,34 +2242,57 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1792
2242
|
type: StringConstructor;
|
1793
2243
|
required: false;
|
1794
2244
|
};
|
1795
|
-
}
|
2245
|
+
}>> & Readonly<{}>, {
|
1796
2246
|
title: string;
|
1797
2247
|
iconClass: string;
|
1798
|
-
}>;
|
1799
|
-
},
|
2248
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2249
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1800
2250
|
data: {
|
1801
2251
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
1802
2252
|
required: true;
|
1803
2253
|
};
|
1804
|
-
}
|
1805
|
-
MessageEvent: import("vue").DefineComponent<{
|
2254
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2255
|
+
MessageEvent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1806
2256
|
data: {
|
1807
2257
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
1808
2258
|
required: true;
|
1809
2259
|
};
|
1810
|
-
}
|
1811
|
-
props:
|
2260
|
+
}>, {
|
2261
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1812
2262
|
data: {
|
1813
2263
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
1814
2264
|
required: true;
|
1815
2265
|
};
|
1816
|
-
}>> & {}
|
2266
|
+
}>> & Readonly<{}> & {}>;
|
1817
2267
|
state: {
|
1818
2268
|
orgId: string | number;
|
1819
2269
|
currentSessionItem: import("../../shared/types").AnyObject;
|
1820
2270
|
id: string;
|
1821
2271
|
userInfo: import("../../shared/types").AnyObject;
|
1822
|
-
msgList:
|
2272
|
+
msgList: {
|
2273
|
+
[x: string]: any;
|
2274
|
+
id: string;
|
2275
|
+
sessionKey: string;
|
2276
|
+
content: {
|
2277
|
+
[x: string]: any;
|
2278
|
+
chatMessageType: string;
|
2279
|
+
msg: string;
|
2280
|
+
referenceContent?: any;
|
2281
|
+
forwardMessageList?: import("../../shared/types").AnyObject[] | undefined;
|
2282
|
+
messageTemplate?: any;
|
2283
|
+
messageTemplateData?: any;
|
2284
|
+
fileUrl?: string | undefined;
|
2285
|
+
avStatus?: string | undefined;
|
2286
|
+
};
|
2287
|
+
senderName: string;
|
2288
|
+
sendTime: string;
|
2289
|
+
sender: string;
|
2290
|
+
status: string;
|
2291
|
+
senderAvatar: string;
|
2292
|
+
__content: string;
|
2293
|
+
__time?: string | undefined;
|
2294
|
+
__sendTime?: string | undefined;
|
2295
|
+
}[];
|
1823
2296
|
currentMsg: import("../../shared/types").AnyObject;
|
1824
2297
|
isAppendMsg: boolean;
|
1825
2298
|
sessionList: import("../../shared/types").AnyObject[];
|
@@ -1844,34 +2317,57 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1844
2317
|
isForward: boolean;
|
1845
2318
|
};
|
1846
2319
|
setUserDetail: (event: MouseEvent, userDetail: import("../../shared/types").AnyObject) => void;
|
1847
|
-
inviter: import("vue").Ref<any>;
|
1848
|
-
invitee: import("vue").Ref<any[]>;
|
2320
|
+
inviter: import("vue").Ref<any, any>;
|
2321
|
+
invitee: import("vue").Ref<any[], any[]>;
|
1849
2322
|
isValidJSON: (str: string) => boolean;
|
1850
2323
|
getTask: (_id: string | number, arrRes: import("../../shared/types").AnyObject[]) => () => Promise<unknown>;
|
1851
2324
|
getEventContent: (data: import("../../shared/types").AnyObject) => Promise<void>;
|
1852
|
-
NButton: any;
|
1853
|
-
},
|
2325
|
+
readonly NButton: any;
|
2326
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1854
2327
|
data: {
|
1855
2328
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
1856
2329
|
required: true;
|
1857
2330
|
};
|
1858
|
-
}
|
1859
|
-
MessageMergeForward: import("vue").DefineComponent<{
|
2331
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2332
|
+
MessageMergeForward: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1860
2333
|
id: {
|
1861
2334
|
type: StringConstructor;
|
1862
2335
|
};
|
1863
|
-
}
|
1864
|
-
props:
|
2336
|
+
}>, {
|
2337
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1865
2338
|
id: {
|
1866
2339
|
type: StringConstructor;
|
1867
2340
|
};
|
1868
|
-
}>> & {}
|
2341
|
+
}>> & Readonly<{}> & {}>;
|
1869
2342
|
state: {
|
1870
2343
|
orgId: string | number;
|
1871
2344
|
currentSessionItem: import("../../shared/types").AnyObject;
|
1872
2345
|
id: string;
|
1873
2346
|
userInfo: import("../../shared/types").AnyObject;
|
1874
|
-
msgList:
|
2347
|
+
msgList: {
|
2348
|
+
[x: string]: any;
|
2349
|
+
id: string;
|
2350
|
+
sessionKey: string;
|
2351
|
+
content: {
|
2352
|
+
[x: string]: any;
|
2353
|
+
chatMessageType: string;
|
2354
|
+
msg: string;
|
2355
|
+
referenceContent?: any;
|
2356
|
+
forwardMessageList?: import("../../shared/types").AnyObject[] | undefined;
|
2357
|
+
messageTemplate?: any;
|
2358
|
+
messageTemplateData?: any;
|
2359
|
+
fileUrl?: string | undefined;
|
2360
|
+
avStatus?: string | undefined;
|
2361
|
+
};
|
2362
|
+
senderName: string;
|
2363
|
+
sendTime: string;
|
2364
|
+
sender: string;
|
2365
|
+
status: string;
|
2366
|
+
senderAvatar: string;
|
2367
|
+
__content: string;
|
2368
|
+
__time?: string | undefined;
|
2369
|
+
__sendTime?: string | undefined;
|
2370
|
+
}[];
|
1875
2371
|
currentMsg: import("../../shared/types").AnyObject;
|
1876
2372
|
isAppendMsg: boolean;
|
1877
2373
|
sessionList: import("../../shared/types").AnyObject[];
|
@@ -1896,47 +2392,70 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1896
2392
|
isForward: boolean;
|
1897
2393
|
};
|
1898
2394
|
cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
|
1899
|
-
msgItem: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
|
2395
|
+
msgItem: import("vue").ComputedRef<import("../../shared/types").AnyObject | import("./src/types").MsgListItem>;
|
1900
2396
|
msgList: import("vue").ComputedRef<any>;
|
1901
|
-
NModal: any;
|
1902
|
-
NAvatar: any;
|
1903
|
-
NIcon: any;
|
1904
|
-
isArray: {
|
2397
|
+
readonly NModal: any;
|
2398
|
+
readonly NAvatar: any;
|
2399
|
+
readonly NIcon: any;
|
2400
|
+
readonly isArray: {
|
1905
2401
|
(value?: any): value is any[];
|
1906
2402
|
<T_1>(value?: any): value is any[];
|
1907
2403
|
};
|
1908
|
-
formatTime: typeof import("./src/utils").formatTime;
|
1909
|
-
getForwardTitle: typeof import("./src/utils").getForwardTitle;
|
1910
|
-
isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
1911
|
-
getRoleName: typeof import("./src/utils").getRoleName;
|
1912
|
-
|
1913
|
-
getFileType: typeof import("./src/utils").getFileType;
|
1914
|
-
getDetail: typeof import("./src/utils").getDetail;
|
1915
|
-
showAudioAndVideoRecord: typeof import("./src/utils").showAudioAndVideoRecord;
|
1916
|
-
simplifyMessage: typeof import("./src/utils").simplifyMessage;
|
1917
|
-
MESSAGE_TYPE: typeof import("./src/constants").MESSAGE_TYPE;
|
1918
|
-
emojis: {
|
2404
|
+
readonly formatTime: typeof import("./src/utils").formatTime;
|
2405
|
+
readonly getForwardTitle: typeof import("./src/utils").getForwardTitle;
|
2406
|
+
readonly isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
2407
|
+
readonly getRoleName: typeof import("./src/utils").getRoleName;
|
2408
|
+
readonly formatJsonstr: typeof import("./src/utils").formatJsonstr;
|
2409
|
+
readonly getFileType: typeof import("./src/utils").getFileType;
|
2410
|
+
readonly getDetail: typeof import("./src/utils").getDetail;
|
2411
|
+
readonly showAudioAndVideoRecord: typeof import("./src/utils").showAudioAndVideoRecord;
|
2412
|
+
readonly simplifyMessage: typeof import("./src/utils").simplifyMessage;
|
2413
|
+
readonly MESSAGE_TYPE: typeof import("./src/constants").MESSAGE_TYPE;
|
2414
|
+
readonly emojis: {
|
1919
2415
|
default: string[][];
|
1920
|
-
findEmoji(name: string):
|
2416
|
+
findEmoji(name: string): string | undefined;
|
1921
2417
|
};
|
1922
|
-
MessageEvent: import("vue").DefineComponent<{
|
2418
|
+
MessageEvent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1923
2419
|
data: {
|
1924
2420
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
1925
2421
|
required: true;
|
1926
2422
|
};
|
1927
|
-
}
|
1928
|
-
props:
|
2423
|
+
}>, {
|
2424
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1929
2425
|
data: {
|
1930
2426
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
1931
2427
|
required: true;
|
1932
2428
|
};
|
1933
|
-
}>> & {}
|
2429
|
+
}>> & Readonly<{}> & {}>;
|
1934
2430
|
state: {
|
1935
2431
|
orgId: string | number;
|
1936
2432
|
currentSessionItem: import("../../shared/types").AnyObject;
|
1937
2433
|
id: string;
|
1938
2434
|
userInfo: import("../../shared/types").AnyObject;
|
1939
|
-
msgList:
|
2435
|
+
msgList: {
|
2436
|
+
[x: string]: any;
|
2437
|
+
id: string;
|
2438
|
+
sessionKey: string;
|
2439
|
+
content: {
|
2440
|
+
[x: string]: any;
|
2441
|
+
chatMessageType: string;
|
2442
|
+
msg: string;
|
2443
|
+
referenceContent?: any;
|
2444
|
+
forwardMessageList?: import("../../shared/types").AnyObject[] | undefined;
|
2445
|
+
messageTemplate?: any;
|
2446
|
+
messageTemplateData?: any;
|
2447
|
+
fileUrl?: string | undefined;
|
2448
|
+
avStatus?: string | undefined;
|
2449
|
+
};
|
2450
|
+
senderName: string;
|
2451
|
+
sendTime: string;
|
2452
|
+
sender: string;
|
2453
|
+
status: string;
|
2454
|
+
senderAvatar: string;
|
2455
|
+
__content: string;
|
2456
|
+
__time?: string | undefined;
|
2457
|
+
__sendTime?: string | undefined;
|
2458
|
+
}[];
|
1940
2459
|
currentMsg: import("../../shared/types").AnyObject;
|
1941
2460
|
isAppendMsg: boolean;
|
1942
2461
|
sessionList: import("../../shared/types").AnyObject[];
|
@@ -1961,26 +2480,26 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1961
2480
|
isForward: boolean;
|
1962
2481
|
};
|
1963
2482
|
setUserDetail: (event: MouseEvent, userDetail: import("../../shared/types").AnyObject) => void;
|
1964
|
-
inviter: import("vue").Ref<any>;
|
1965
|
-
invitee: import("vue").Ref<any[]>;
|
2483
|
+
inviter: import("vue").Ref<any, any>;
|
2484
|
+
invitee: import("vue").Ref<any[], any[]>;
|
1966
2485
|
isValidJSON: (str: string) => boolean;
|
1967
2486
|
getTask: (_id: string | number, arrRes: import("../../shared/types").AnyObject[]) => () => Promise<unknown>;
|
1968
2487
|
getEventContent: (data: import("../../shared/types").AnyObject) => Promise<void>;
|
1969
|
-
NButton: any;
|
1970
|
-
},
|
2488
|
+
readonly NButton: any;
|
2489
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1971
2490
|
data: {
|
1972
2491
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
1973
2492
|
required: true;
|
1974
2493
|
};
|
1975
|
-
}
|
1976
|
-
CallOutline: 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<{}>>, {}>;
|
1977
|
-
VideocamOutline: 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<{}>>, {}>;
|
1978
|
-
},
|
2494
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2495
|
+
readonly CallOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2496
|
+
readonly VideocamOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2497
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1979
2498
|
id: {
|
1980
2499
|
type: StringConstructor;
|
1981
2500
|
};
|
1982
|
-
}
|
1983
|
-
SelectLabel: import("vue").DefineComponent<{
|
2501
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2502
|
+
SelectLabel: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1984
2503
|
id: {
|
1985
2504
|
type: StringConstructor;
|
1986
2505
|
required: true;
|
@@ -1988,12 +2507,12 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1988
2507
|
show: {
|
1989
2508
|
type: BooleanConstructor;
|
1990
2509
|
};
|
1991
|
-
}
|
2510
|
+
}>, {
|
1992
2511
|
labelList: {
|
1993
2512
|
type: string;
|
1994
2513
|
label: string;
|
1995
2514
|
}[];
|
1996
|
-
props:
|
2515
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1997
2516
|
id: {
|
1998
2517
|
type: StringConstructor;
|
1999
2518
|
required: true;
|
@@ -2001,9 +2520,9 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2001
2520
|
show: {
|
2002
2521
|
type: BooleanConstructor;
|
2003
2522
|
};
|
2004
|
-
}>> & {
|
2523
|
+
}>> & Readonly<{
|
2005
2524
|
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
2006
|
-
}
|
2525
|
+
}> & {}>;
|
2007
2526
|
emit: (event: "update:show", ...args: any[]) => void;
|
2008
2527
|
setMessageLabel: (params: {
|
2009
2528
|
type: "text" | "emoji";
|
@@ -2011,16 +2530,16 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2011
2530
|
msgId: string;
|
2012
2531
|
}) => void;
|
2013
2532
|
handleMessageLabel: (type: "text" | "emoji", item: any) => void;
|
2014
|
-
NButton: any;
|
2015
|
-
NPopover: any;
|
2016
|
-
NTabs: any;
|
2017
|
-
NTabPane: any;
|
2018
|
-
NTooltip: any;
|
2019
|
-
emojis: {
|
2533
|
+
readonly NButton: any;
|
2534
|
+
readonly NPopover: any;
|
2535
|
+
readonly NTabs: any;
|
2536
|
+
readonly NTabPane: any;
|
2537
|
+
readonly NTooltip: any;
|
2538
|
+
readonly emojis: {
|
2020
2539
|
default: string[][];
|
2021
|
-
findEmoji(name: string):
|
2540
|
+
findEmoji(name: string): string | undefined;
|
2022
2541
|
};
|
2023
|
-
},
|
2542
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:show"[], "update:show", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2024
2543
|
id: {
|
2025
2544
|
type: StringConstructor;
|
2026
2545
|
required: true;
|
@@ -2028,16 +2547,16 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2028
2547
|
show: {
|
2029
2548
|
type: BooleanConstructor;
|
2030
2549
|
};
|
2031
|
-
}>> & {
|
2550
|
+
}>> & Readonly<{
|
2032
2551
|
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
2033
|
-
}
|
2552
|
+
}>, {
|
2034
2553
|
show: boolean;
|
2035
|
-
}>;
|
2036
|
-
emojis: {
|
2554
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2555
|
+
readonly emojis: {
|
2037
2556
|
default: string[][];
|
2038
|
-
findEmoji(name: string):
|
2557
|
+
findEmoji(name: string): string | undefined;
|
2039
2558
|
};
|
2040
|
-
ContextMenu: import("vue").DefineComponent<{
|
2559
|
+
readonly ContextMenu: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2041
2560
|
type: {
|
2042
2561
|
type: StringConstructor;
|
2043
2562
|
default: string;
|
@@ -2052,7 +2571,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2052
2571
|
id: {
|
2053
2572
|
type: StringConstructor;
|
2054
2573
|
};
|
2055
|
-
}
|
2574
|
+
}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("select" | "update:show")[], "select" | "update:show", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2056
2575
|
type: {
|
2057
2576
|
type: StringConstructor;
|
2058
2577
|
default: string;
|
@@ -2067,14 +2586,14 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2067
2586
|
id: {
|
2068
2587
|
type: StringConstructor;
|
2069
2588
|
};
|
2070
|
-
}>> & {
|
2589
|
+
}>> & Readonly<{
|
2071
2590
|
onSelect?: ((...args: any[]) => any) | undefined;
|
2072
2591
|
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
2073
|
-
}
|
2592
|
+
}>, {
|
2074
2593
|
type: string;
|
2075
2594
|
show: boolean;
|
2076
|
-
}>;
|
2077
|
-
ChatAdd: import("vue").DefineComponent<{
|
2595
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2596
|
+
ChatAdd: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2078
2597
|
title: {
|
2079
2598
|
type: StringConstructor;
|
2080
2599
|
default: string;
|
@@ -2098,14 +2617,14 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2098
2617
|
type: BooleanConstructor;
|
2099
2618
|
default: boolean;
|
2100
2619
|
};
|
2101
|
-
}
|
2620
|
+
}>, {
|
2102
2621
|
initialOptions: import("../../shared/types").AnyObject[];
|
2103
2622
|
tabList: {
|
2104
2623
|
key: string;
|
2105
2624
|
label: string;
|
2106
2625
|
}[];
|
2107
2626
|
orgList: import("../../shared/types").AnyObject[];
|
2108
|
-
props:
|
2627
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2109
2628
|
title: {
|
2110
2629
|
type: StringConstructor;
|
2111
2630
|
default: string;
|
@@ -2129,16 +2648,39 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2129
2648
|
type: BooleanConstructor;
|
2130
2649
|
default: boolean;
|
2131
2650
|
};
|
2132
|
-
}>> & {
|
2651
|
+
}>> & Readonly<{
|
2133
2652
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
2134
|
-
}
|
2653
|
+
}> & {}>;
|
2135
2654
|
emit: (event: "comfirm", ...args: any[]) => void;
|
2136
2655
|
state: {
|
2137
2656
|
orgId: string | number;
|
2138
2657
|
currentSessionItem: import("../../shared/types").AnyObject;
|
2139
2658
|
id: string;
|
2140
2659
|
userInfo: import("../../shared/types").AnyObject;
|
2141
|
-
msgList:
|
2660
|
+
msgList: {
|
2661
|
+
[x: string]: any;
|
2662
|
+
id: string;
|
2663
|
+
sessionKey: string;
|
2664
|
+
content: {
|
2665
|
+
[x: string]: any;
|
2666
|
+
chatMessageType: string;
|
2667
|
+
msg: string;
|
2668
|
+
referenceContent?: any;
|
2669
|
+
forwardMessageList?: import("../../shared/types").AnyObject[] | undefined;
|
2670
|
+
messageTemplate?: any;
|
2671
|
+
messageTemplateData?: any;
|
2672
|
+
fileUrl?: string | undefined;
|
2673
|
+
avStatus?: string | undefined;
|
2674
|
+
};
|
2675
|
+
senderName: string;
|
2676
|
+
sendTime: string;
|
2677
|
+
sender: string;
|
2678
|
+
status: string;
|
2679
|
+
senderAvatar: string;
|
2680
|
+
__content: string;
|
2681
|
+
__time?: string | undefined;
|
2682
|
+
__sendTime?: string | undefined;
|
2683
|
+
}[];
|
2142
2684
|
currentMsg: import("../../shared/types").AnyObject;
|
2143
2685
|
isAppendMsg: boolean;
|
2144
2686
|
sessionList: import("../../shared/types").AnyObject[];
|
@@ -2163,16 +2705,16 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2163
2705
|
isForward: boolean;
|
2164
2706
|
};
|
2165
2707
|
setCurrentSessionItem: (item: import("../../shared/types").AnyObject) => void;
|
2166
|
-
listRef: import("vue").Ref<any>;
|
2167
|
-
keyword: import("vue").Ref<string>;
|
2168
|
-
showModal: import("vue").Ref<boolean>;
|
2169
|
-
checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
2170
|
-
groupName: import("vue").Ref<string>;
|
2171
|
-
remark: import("vue").Ref<string>;
|
2172
|
-
currentTab: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
2173
|
-
breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
2174
|
-
breadcrumbRef: import("vue").Ref<any>;
|
2175
|
-
userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
2708
|
+
listRef: import("vue").Ref<any, any>;
|
2709
|
+
keyword: import("vue").Ref<string, string>;
|
2710
|
+
showModal: import("vue").Ref<boolean, boolean>;
|
2711
|
+
checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
2712
|
+
groupName: import("vue").Ref<string, string>;
|
2713
|
+
remark: import("vue").Ref<string, string>;
|
2714
|
+
currentTab: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
2715
|
+
breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
2716
|
+
breadcrumbRef: import("vue").Ref<any, any>;
|
2717
|
+
userList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
2176
2718
|
handleInput: () => void;
|
2177
2719
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
2178
2720
|
sessionList: import("vue").ComputedRef<{
|
@@ -2198,8 +2740,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2198
2740
|
}[]>;
|
2199
2741
|
checkedIds: import("vue").ComputedRef<any[]>;
|
2200
2742
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
2201
|
-
allChecked: import("vue").WritableComputedRef<boolean>;
|
2202
|
-
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
2743
|
+
allChecked: import("vue").WritableComputedRef<boolean, boolean>;
|
2744
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[], any[]>;
|
2203
2745
|
currentTabKey: import("vue").ComputedRef<any>;
|
2204
2746
|
showAllCheckbox: import("vue").ComputedRef<boolean>;
|
2205
2747
|
getOrgList: () => Promise<void>;
|
@@ -2214,28 +2756,28 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2214
2756
|
getAllUser: (tree: import("../../shared/types").AnyObject[]) => import("../../shared/types").AnyObject[];
|
2215
2757
|
handlePositiveClick: () => Promise<void>;
|
2216
2758
|
closeTag: (id: string) => void;
|
2217
|
-
NModal: any;
|
2218
|
-
NButton: any;
|
2219
|
-
NSpace: any;
|
2220
|
-
NAvatar: any;
|
2221
|
-
NIcon: any;
|
2222
|
-
NTag: any;
|
2223
|
-
NInput: any;
|
2224
|
-
NCheckbox: any;
|
2225
|
-
NCheckboxGroup: any;
|
2226
|
-
NTooltip: any;
|
2227
|
-
NBreadcrumb: any;
|
2228
|
-
NBreadcrumbItem: any;
|
2229
|
-
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<{}>>, {}>;
|
2230
|
-
AddOutline: 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<{}>>, {}>;
|
2231
|
-
PersonOutline: 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<{}>>, {}>;
|
2232
|
-
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<{}>>, {}>;
|
2233
|
-
ChevronBackOutline: 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<{}>>, {}>;
|
2234
|
-
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<{}>>, {}>;
|
2235
|
-
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
2236
|
-
isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
2237
|
-
getRoleName: typeof import("./src/utils").getRoleName;
|
2238
|
-
},
|
2759
|
+
readonly NModal: any;
|
2760
|
+
readonly NButton: any;
|
2761
|
+
readonly NSpace: any;
|
2762
|
+
readonly NAvatar: any;
|
2763
|
+
readonly NIcon: any;
|
2764
|
+
readonly NTag: any;
|
2765
|
+
readonly NInput: any;
|
2766
|
+
readonly NCheckbox: any;
|
2767
|
+
readonly NCheckboxGroup: any;
|
2768
|
+
readonly NTooltip: any;
|
2769
|
+
readonly NBreadcrumb: any;
|
2770
|
+
readonly NBreadcrumbItem: any;
|
2771
|
+
readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2772
|
+
readonly AddOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2773
|
+
readonly PersonOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2774
|
+
readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2775
|
+
readonly ChevronBackOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2776
|
+
readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2777
|
+
readonly last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
2778
|
+
readonly isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
2779
|
+
readonly getRoleName: typeof import("./src/utils").getRoleName;
|
2780
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2239
2781
|
title: {
|
2240
2782
|
type: StringConstructor;
|
2241
2783
|
default: string;
|
@@ -2259,36 +2801,178 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2259
2801
|
type: BooleanConstructor;
|
2260
2802
|
default: boolean;
|
2261
2803
|
};
|
2262
|
-
}>> & {
|
2804
|
+
}>> & Readonly<{
|
2263
2805
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
2264
|
-
}
|
2806
|
+
}>, {
|
2265
2807
|
title: string;
|
2266
2808
|
defaultValue: import("../../shared/types").AnyObject[];
|
2267
2809
|
disabled: boolean;
|
2268
2810
|
mode: string;
|
2269
2811
|
disabledIds: string[];
|
2270
|
-
}>;
|
2271
|
-
simplifyMessage: typeof import("./src/utils").simplifyMessage;
|
2272
|
-
isAudioOrVideoMessage: typeof import("./src/utils").isAudioOrVideoMessage;
|
2273
|
-
getAVTime: typeof import("./src/utils").getAVTime;
|
2274
|
-
getForwardTitle: typeof import("./src/utils").getForwardTitle;
|
2275
|
-
|
2276
|
-
|
2277
|
-
|
2278
|
-
|
2279
|
-
|
2280
|
-
|
2281
|
-
|
2282
|
-
|
2812
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2813
|
+
readonly simplifyMessage: typeof import("./src/utils").simplifyMessage;
|
2814
|
+
readonly isAudioOrVideoMessage: typeof import("./src/utils").isAudioOrVideoMessage;
|
2815
|
+
readonly getAVTime: typeof import("./src/utils").getAVTime;
|
2816
|
+
readonly getForwardTitle: typeof import("./src/utils").getForwardTitle;
|
2817
|
+
readonly formatJsonstr: typeof import("./src/utils").formatJsonstr;
|
2818
|
+
readonly MESSAGE_TYPE: typeof import("./src/constants").MESSAGE_TYPE;
|
2819
|
+
readonly ChatbubbleEllipsesOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2820
|
+
readonly EllipsisHorizontal: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2821
|
+
readonly CallOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2822
|
+
readonly VideocamOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2823
|
+
readonly DocumentSharp: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2824
|
+
ImageLightbox: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2825
|
+
images: {
|
2826
|
+
type: import("vue").PropType<import("./src/types").ImageItem[]>;
|
2827
|
+
default: () => never[];
|
2828
|
+
};
|
2829
|
+
visible: {
|
2830
|
+
type: BooleanConstructor;
|
2831
|
+
};
|
2832
|
+
currentId: {
|
2833
|
+
type: StringConstructor;
|
2834
|
+
default: string;
|
2835
|
+
};
|
2836
|
+
}>, {
|
2837
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2838
|
+
images: {
|
2839
|
+
type: import("vue").PropType<import("./src/types").ImageItem[]>;
|
2840
|
+
default: () => never[];
|
2841
|
+
};
|
2842
|
+
visible: {
|
2843
|
+
type: BooleanConstructor;
|
2844
|
+
};
|
2845
|
+
currentId: {
|
2846
|
+
type: StringConstructor;
|
2847
|
+
default: string;
|
2848
|
+
};
|
2849
|
+
}>> & Readonly<{
|
2850
|
+
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
2851
|
+
"onUpdate:currentId"?: ((...args: any[]) => any) | undefined;
|
2852
|
+
}> & {}>;
|
2853
|
+
emit: (event: "update:visible" | "update:currentId", ...args: any[]) => void;
|
2854
|
+
imageEl: import("vue").Ref<HTMLImageElement | null, HTMLImageElement | null>;
|
2855
|
+
naturalSize: import("vue").Ref<{
|
2856
|
+
width: number;
|
2857
|
+
height: number;
|
2858
|
+
}, {
|
2859
|
+
width: number;
|
2860
|
+
height: number;
|
2861
|
+
} | {
|
2862
|
+
width: number;
|
2863
|
+
height: number;
|
2864
|
+
}>;
|
2865
|
+
scale: import("vue").Ref<number, number>;
|
2866
|
+
rotation: import("vue").Ref<number, number>;
|
2867
|
+
isDragging: import("vue").Ref<boolean, boolean>;
|
2868
|
+
offset: import("vue").Ref<{
|
2869
|
+
x: number;
|
2870
|
+
y: number;
|
2871
|
+
}, {
|
2872
|
+
x: number;
|
2873
|
+
y: number;
|
2874
|
+
} | {
|
2875
|
+
x: number;
|
2876
|
+
y: number;
|
2877
|
+
}>;
|
2878
|
+
lastMouse: import("vue").Ref<{
|
2879
|
+
x: number;
|
2880
|
+
y: number;
|
2881
|
+
}, {
|
2882
|
+
x: number;
|
2883
|
+
y: number;
|
2884
|
+
} | {
|
2885
|
+
x: number;
|
2886
|
+
y: number;
|
2887
|
+
}>;
|
2888
|
+
idToIndexMap: import("vue").ComputedRef<Map<string, number>>;
|
2889
|
+
currentIndex: import("vue").ComputedRef<number>;
|
2890
|
+
currentImageData: import("vue").ComputedRef<import("./src/types").ImageItem>;
|
2891
|
+
hasNext: import("vue").ComputedRef<boolean>;
|
2892
|
+
hasPrev: import("vue").ComputedRef<boolean>;
|
2893
|
+
imageStyle: import("vue").ComputedRef<{
|
2894
|
+
left: string;
|
2895
|
+
top: string;
|
2896
|
+
transform: string;
|
2897
|
+
cursor: string;
|
2898
|
+
transition: string;
|
2899
|
+
}>;
|
2900
|
+
resetImageState: () => void;
|
2901
|
+
close: () => void;
|
2902
|
+
nextImage: () => void;
|
2903
|
+
prevImage: () => void;
|
2904
|
+
rotate: (degrees: number) => void;
|
2905
|
+
zoomIn: () => void;
|
2906
|
+
zoomOut: () => void;
|
2907
|
+
resetZoom: () => void;
|
2908
|
+
startDrag: (e: MouseEvent) => void;
|
2909
|
+
onDragMove: (e: MouseEvent) => void;
|
2910
|
+
endDrag: () => void;
|
2911
|
+
handleWheel: (e: WheelEvent) => void;
|
2912
|
+
handleImageLoad: () => void;
|
2913
|
+
download: () => void;
|
2914
|
+
readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2915
|
+
readonly PlaySkipBackOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2916
|
+
readonly PlaySkipForwardOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2917
|
+
readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2918
|
+
readonly RefreshOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2919
|
+
readonly AddOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2920
|
+
readonly RemoveSharp: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2921
|
+
readonly NButton: any;
|
2922
|
+
readonly NIcon: any;
|
2923
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:visible" | "update:currentId")[], "update:visible" | "update:currentId", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2924
|
+
images: {
|
2925
|
+
type: import("vue").PropType<import("./src/types").ImageItem[]>;
|
2926
|
+
default: () => never[];
|
2927
|
+
};
|
2928
|
+
visible: {
|
2929
|
+
type: BooleanConstructor;
|
2930
|
+
};
|
2931
|
+
currentId: {
|
2932
|
+
type: StringConstructor;
|
2933
|
+
default: string;
|
2934
|
+
};
|
2935
|
+
}>> & Readonly<{
|
2936
|
+
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
2937
|
+
"onUpdate:currentId"?: ((...args: any[]) => any) | undefined;
|
2938
|
+
}>, {
|
2939
|
+
visible: boolean;
|
2940
|
+
images: import("./src/types").ImageItem[];
|
2941
|
+
currentId: string;
|
2942
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2943
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2283
2944
|
ChatFooter: import("vue").DefineComponent<{}, {
|
2284
2945
|
SPACE_PLACEHOLDER: string;
|
2285
|
-
inputRef: import("vue").Ref<HTMLDivElement | undefined>;
|
2946
|
+
inputRef: import("vue").Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
|
2286
2947
|
state: {
|
2287
2948
|
orgId: string | number;
|
2288
2949
|
currentSessionItem: import("../../shared/types").AnyObject;
|
2289
2950
|
id: string;
|
2290
2951
|
userInfo: import("../../shared/types").AnyObject;
|
2291
|
-
msgList:
|
2952
|
+
msgList: {
|
2953
|
+
[x: string]: any;
|
2954
|
+
id: string;
|
2955
|
+
sessionKey: string;
|
2956
|
+
content: {
|
2957
|
+
[x: string]: any;
|
2958
|
+
chatMessageType: string;
|
2959
|
+
msg: string;
|
2960
|
+
referenceContent?: any;
|
2961
|
+
forwardMessageList?: import("../../shared/types").AnyObject[] | undefined;
|
2962
|
+
messageTemplate?: any;
|
2963
|
+
messageTemplateData?: any;
|
2964
|
+
fileUrl?: string | undefined;
|
2965
|
+
avStatus?: string | undefined;
|
2966
|
+
};
|
2967
|
+
senderName: string;
|
2968
|
+
sendTime: string;
|
2969
|
+
sender: string;
|
2970
|
+
status: string;
|
2971
|
+
senderAvatar: string;
|
2972
|
+
__content: string;
|
2973
|
+
__time?: string | undefined;
|
2974
|
+
__sendTime?: string | undefined;
|
2975
|
+
}[];
|
2292
2976
|
currentMsg: import("../../shared/types").AnyObject;
|
2293
2977
|
isAppendMsg: boolean;
|
2294
2978
|
sessionList: import("../../shared/types").AnyObject[];
|
@@ -2324,9 +3008,9 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2324
3008
|
remark: string;
|
2325
3009
|
contents: import("../../shared/types").AnyObject[];
|
2326
3010
|
}) => Promise<void>;
|
2327
|
-
showEmoji: import("vue").Ref<boolean>;
|
2328
|
-
content: import("vue").Ref<string>;
|
2329
|
-
commonEmoticons: import("vue").Ref<string[]>;
|
3011
|
+
showEmoji: import("vue").Ref<boolean, boolean>;
|
3012
|
+
content: import("vue").Ref<string, string>;
|
3013
|
+
commonEmoticons: import("vue").Ref<string[], string[]>;
|
2330
3014
|
chatAddProps: import("vue").ComputedRef<{
|
2331
3015
|
options: import("../../shared/types").AnyObject[];
|
2332
3016
|
defaultValue: import("../../shared/types").AnyObject[];
|
@@ -2340,8 +3024,13 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2340
3024
|
handleInput: () => void;
|
2341
3025
|
selectEmoji: (name: string) => void;
|
2342
3026
|
insertSpace: () => void;
|
2343
|
-
doUpdateFile: (file: File) => Promise<
|
2344
|
-
fileChange: (options: import("./src/types").FileOptions
|
3027
|
+
doUpdateFile: (file: File) => Promise<any>;
|
3028
|
+
fileChange: (options: import("./src/types").FileOptions | {
|
3029
|
+
file: {
|
3030
|
+
file: File;
|
3031
|
+
name: string;
|
3032
|
+
};
|
3033
|
+
}, chatMessageType: import("./src/constants").MESSAGE_TYPE) => Promise<void>;
|
2345
3034
|
handleMsgSend: () => Promise<void>;
|
2346
3035
|
removeSpace: () => void;
|
2347
3036
|
doSendMessage: (contentInfo: import("../../shared/types").AnyObject) => Promise<void>;
|
@@ -2351,13 +3040,14 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2351
3040
|
remark: string;
|
2352
3041
|
}, type?: string) => void;
|
2353
3042
|
handlecancelForward: () => void;
|
2354
|
-
|
2355
|
-
|
2356
|
-
|
2357
|
-
|
2358
|
-
|
2359
|
-
|
2360
|
-
|
3043
|
+
handleFilePaste: (event: ClipboardEvent) => void;
|
3044
|
+
readonly NButton: any;
|
3045
|
+
readonly NPopover: any;
|
3046
|
+
readonly NTooltip: any;
|
3047
|
+
readonly NUpload: any;
|
3048
|
+
readonly NUploadTrigger: any;
|
3049
|
+
readonly NIcon: any;
|
3050
|
+
ChatAdd: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2361
3051
|
title: {
|
2362
3052
|
type: StringConstructor;
|
2363
3053
|
default: string;
|
@@ -2381,14 +3071,14 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2381
3071
|
type: BooleanConstructor;
|
2382
3072
|
default: boolean;
|
2383
3073
|
};
|
2384
|
-
}
|
3074
|
+
}>, {
|
2385
3075
|
initialOptions: import("../../shared/types").AnyObject[];
|
2386
3076
|
tabList: {
|
2387
3077
|
key: string;
|
2388
3078
|
label: string;
|
2389
3079
|
}[];
|
2390
3080
|
orgList: import("../../shared/types").AnyObject[];
|
2391
|
-
props:
|
3081
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2392
3082
|
title: {
|
2393
3083
|
type: StringConstructor;
|
2394
3084
|
default: string;
|
@@ -2412,16 +3102,39 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2412
3102
|
type: BooleanConstructor;
|
2413
3103
|
default: boolean;
|
2414
3104
|
};
|
2415
|
-
}>> & {
|
3105
|
+
}>> & Readonly<{
|
2416
3106
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
2417
|
-
}
|
3107
|
+
}> & {}>;
|
2418
3108
|
emit: (event: "comfirm", ...args: any[]) => void;
|
2419
3109
|
state: {
|
2420
3110
|
orgId: string | number;
|
2421
3111
|
currentSessionItem: import("../../shared/types").AnyObject;
|
2422
3112
|
id: string;
|
2423
3113
|
userInfo: import("../../shared/types").AnyObject;
|
2424
|
-
msgList:
|
3114
|
+
msgList: {
|
3115
|
+
[x: string]: any;
|
3116
|
+
id: string;
|
3117
|
+
sessionKey: string;
|
3118
|
+
content: {
|
3119
|
+
[x: string]: any;
|
3120
|
+
chatMessageType: string;
|
3121
|
+
msg: string;
|
3122
|
+
referenceContent?: any;
|
3123
|
+
forwardMessageList?: import("../../shared/types").AnyObject[] | undefined;
|
3124
|
+
messageTemplate?: any;
|
3125
|
+
messageTemplateData?: any;
|
3126
|
+
fileUrl?: string | undefined;
|
3127
|
+
avStatus?: string | undefined;
|
3128
|
+
};
|
3129
|
+
senderName: string;
|
3130
|
+
sendTime: string;
|
3131
|
+
sender: string;
|
3132
|
+
status: string;
|
3133
|
+
senderAvatar: string;
|
3134
|
+
__content: string;
|
3135
|
+
__time?: string | undefined;
|
3136
|
+
__sendTime?: string | undefined;
|
3137
|
+
}[];
|
2425
3138
|
currentMsg: import("../../shared/types").AnyObject;
|
2426
3139
|
isAppendMsg: boolean;
|
2427
3140
|
sessionList: import("../../shared/types").AnyObject[];
|
@@ -2446,16 +3159,16 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2446
3159
|
isForward: boolean;
|
2447
3160
|
};
|
2448
3161
|
setCurrentSessionItem: (item: import("../../shared/types").AnyObject) => void;
|
2449
|
-
listRef: import("vue").Ref<any>;
|
2450
|
-
keyword: import("vue").Ref<string>;
|
2451
|
-
showModal: import("vue").Ref<boolean>;
|
2452
|
-
checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
2453
|
-
groupName: import("vue").Ref<string>;
|
2454
|
-
remark: import("vue").Ref<string>;
|
2455
|
-
currentTab: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
2456
|
-
breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
2457
|
-
breadcrumbRef: import("vue").Ref<any>;
|
2458
|
-
userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
3162
|
+
listRef: import("vue").Ref<any, any>;
|
3163
|
+
keyword: import("vue").Ref<string, string>;
|
3164
|
+
showModal: import("vue").Ref<boolean, boolean>;
|
3165
|
+
checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
3166
|
+
groupName: import("vue").Ref<string, string>;
|
3167
|
+
remark: import("vue").Ref<string, string>;
|
3168
|
+
currentTab: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
3169
|
+
breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
3170
|
+
breadcrumbRef: import("vue").Ref<any, any>;
|
3171
|
+
userList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
2459
3172
|
handleInput: () => void;
|
2460
3173
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
2461
3174
|
sessionList: import("vue").ComputedRef<{
|
@@ -2481,8 +3194,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2481
3194
|
}[]>;
|
2482
3195
|
checkedIds: import("vue").ComputedRef<any[]>;
|
2483
3196
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
2484
|
-
allChecked: import("vue").WritableComputedRef<boolean>;
|
2485
|
-
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
3197
|
+
allChecked: import("vue").WritableComputedRef<boolean, boolean>;
|
3198
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[], any[]>;
|
2486
3199
|
currentTabKey: import("vue").ComputedRef<any>;
|
2487
3200
|
showAllCheckbox: import("vue").ComputedRef<boolean>;
|
2488
3201
|
getOrgList: () => Promise<void>;
|
@@ -2497,28 +3210,28 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2497
3210
|
getAllUser: (tree: import("../../shared/types").AnyObject[]) => import("../../shared/types").AnyObject[];
|
2498
3211
|
handlePositiveClick: () => Promise<void>;
|
2499
3212
|
closeTag: (id: string) => void;
|
2500
|
-
NModal: any;
|
2501
|
-
NButton: any;
|
2502
|
-
NSpace: any;
|
2503
|
-
NAvatar: any;
|
2504
|
-
NIcon: any;
|
2505
|
-
NTag: any;
|
2506
|
-
NInput: any;
|
2507
|
-
NCheckbox: any;
|
2508
|
-
NCheckboxGroup: any;
|
2509
|
-
NTooltip: any;
|
2510
|
-
NBreadcrumb: any;
|
2511
|
-
NBreadcrumbItem: any;
|
2512
|
-
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<{}>>, {}>;
|
2513
|
-
AddOutline: 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<{}>>, {}>;
|
2514
|
-
PersonOutline: 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<{}>>, {}>;
|
2515
|
-
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<{}>>, {}>;
|
2516
|
-
ChevronBackOutline: 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<{}>>, {}>;
|
2517
|
-
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<{}>>, {}>;
|
2518
|
-
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
2519
|
-
isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
2520
|
-
getRoleName: typeof import("./src/utils").getRoleName;
|
2521
|
-
},
|
3213
|
+
readonly NModal: any;
|
3214
|
+
readonly NButton: any;
|
3215
|
+
readonly NSpace: any;
|
3216
|
+
readonly NAvatar: any;
|
3217
|
+
readonly NIcon: any;
|
3218
|
+
readonly NTag: any;
|
3219
|
+
readonly NInput: any;
|
3220
|
+
readonly NCheckbox: any;
|
3221
|
+
readonly NCheckboxGroup: any;
|
3222
|
+
readonly NTooltip: any;
|
3223
|
+
readonly NBreadcrumb: any;
|
3224
|
+
readonly NBreadcrumbItem: any;
|
3225
|
+
readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
3226
|
+
readonly AddOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
3227
|
+
readonly PersonOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
3228
|
+
readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
3229
|
+
readonly ChevronBackOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
3230
|
+
readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
3231
|
+
readonly last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
3232
|
+
readonly isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
3233
|
+
readonly getRoleName: typeof import("./src/utils").getRoleName;
|
3234
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2522
3235
|
title: {
|
2523
3236
|
type: StringConstructor;
|
2524
3237
|
default: string;
|
@@ -2542,39 +3255,66 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2542
3255
|
type: BooleanConstructor;
|
2543
3256
|
default: boolean;
|
2544
3257
|
};
|
2545
|
-
}>> & {
|
3258
|
+
}>> & Readonly<{
|
2546
3259
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
2547
|
-
}
|
3260
|
+
}>, {
|
2548
3261
|
title: string;
|
2549
3262
|
defaultValue: import("../../shared/types").AnyObject[];
|
2550
3263
|
disabled: boolean;
|
2551
3264
|
mode: string;
|
2552
3265
|
disabledIds: string[];
|
2553
|
-
}>;
|
2554
|
-
emojis: {
|
3266
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
3267
|
+
readonly emojis: {
|
2555
3268
|
default: string[][];
|
2556
|
-
findEmoji(name: string):
|
3269
|
+
findEmoji(name: string): string | undefined;
|
2557
3270
|
};
|
2558
|
-
MESSAGE_TYPE: typeof import("./src/constants").MESSAGE_TYPE;
|
2559
|
-
CloseCircleOutline: 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<{}>>, {}>;
|
2560
|
-
CallOutline: 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<{}>>, {}>;
|
2561
|
-
VideocamOutline: 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<{}>>, {}>;
|
2562
|
-
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<{}>>, {}>;
|
2563
|
-
|
2564
|
-
|
3271
|
+
readonly MESSAGE_TYPE: typeof import("./src/constants").MESSAGE_TYPE;
|
3272
|
+
readonly CloseCircleOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
3273
|
+
readonly CallOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
3274
|
+
readonly VideocamOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
3275
|
+
readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
3276
|
+
readonly FolderOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
3277
|
+
readonly ImageOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
3278
|
+
readonly HappyOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
3279
|
+
readonly ThumbsUp: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
3280
|
+
readonly simplifyMessage: typeof import("./src/utils").simplifyMessage;
|
3281
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2565
3282
|
ChatSearch: import("vue").DefineComponent<{}, {
|
2566
|
-
userListRef: import("vue").Ref<any>;
|
2567
|
-
patientListRef: import("vue").Ref<any>;
|
2568
|
-
inputRef: import("vue").Ref<any>;
|
2569
|
-
showSearch: import("vue").Ref<boolean>;
|
2570
|
-
keyword: import("vue").Ref<string>;
|
3283
|
+
userListRef: import("vue").Ref<any, any>;
|
3284
|
+
patientListRef: import("vue").Ref<any, any>;
|
3285
|
+
inputRef: import("vue").Ref<any, any>;
|
3286
|
+
showSearch: import("vue").Ref<boolean, boolean>;
|
3287
|
+
keyword: import("vue").Ref<string, string>;
|
2571
3288
|
cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
|
2572
3289
|
state: {
|
2573
3290
|
orgId: string | number;
|
2574
3291
|
currentSessionItem: import("../../shared/types").AnyObject;
|
2575
3292
|
id: string;
|
2576
3293
|
userInfo: import("../../shared/types").AnyObject;
|
2577
|
-
msgList:
|
3294
|
+
msgList: {
|
3295
|
+
[x: string]: any;
|
3296
|
+
id: string;
|
3297
|
+
sessionKey: string;
|
3298
|
+
content: {
|
3299
|
+
[x: string]: any;
|
3300
|
+
chatMessageType: string;
|
3301
|
+
msg: string;
|
3302
|
+
referenceContent?: any;
|
3303
|
+
forwardMessageList?: import("../../shared/types").AnyObject[] | undefined;
|
3304
|
+
messageTemplate?: any;
|
3305
|
+
messageTemplateData?: any;
|
3306
|
+
fileUrl?: string | undefined;
|
3307
|
+
avStatus?: string | undefined;
|
3308
|
+
};
|
3309
|
+
senderName: string;
|
3310
|
+
sendTime: string;
|
3311
|
+
sender: string;
|
3312
|
+
status: string;
|
3313
|
+
senderAvatar: string;
|
3314
|
+
__content: string;
|
3315
|
+
__time?: string | undefined;
|
3316
|
+
__sendTime?: string | undefined;
|
3317
|
+
}[];
|
2578
3318
|
currentMsg: import("../../shared/types").AnyObject;
|
2579
3319
|
isAppendMsg: boolean;
|
2580
3320
|
sessionList: import("../../shared/types").AnyObject[];
|
@@ -2599,12 +3339,12 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2599
3339
|
isForward: boolean;
|
2600
3340
|
};
|
2601
3341
|
openSession: (session: string | import("../../shared/types").AnyObject) => Promise<void>;
|
2602
|
-
userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
3342
|
+
userList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
2603
3343
|
handleInput: () => void;
|
2604
|
-
patientList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
3344
|
+
patientList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
2605
3345
|
handlePatientInput: () => void;
|
2606
|
-
currentTabValue: import("vue").Ref<string>;
|
2607
|
-
currentIndex: import("vue").Ref<number>;
|
3346
|
+
currentTabValue: import("vue").Ref<string, string>;
|
3347
|
+
currentIndex: import("vue").Ref<number, number>;
|
2608
3348
|
groupList: import("vue").ComputedRef<import("../../shared/types").AnyObject[]>;
|
2609
3349
|
showNoUserData: import("vue").ComputedRef<boolean>;
|
2610
3350
|
showNoPatientData: import("vue").ComputedRef<boolean>;
|
@@ -2618,15 +3358,15 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2618
3358
|
addSession: (id: string) => Promise<void>;
|
2619
3359
|
handleTabChange: () => void;
|
2620
3360
|
handleClose: () => void;
|
2621
|
-
NPopover: any;
|
2622
|
-
NButton: any;
|
2623
|
-
NInput: any;
|
2624
|
-
NIcon: any;
|
2625
|
-
NTabs: any;
|
2626
|
-
NTabPane: any;
|
2627
|
-
NDivider: any;
|
2628
|
-
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<{}>>, {}>;
|
2629
|
-
DefaultPage: SFCWithInstall<import("vue").DefineComponent<{
|
3361
|
+
readonly NPopover: any;
|
3362
|
+
readonly NButton: any;
|
3363
|
+
readonly NInput: any;
|
3364
|
+
readonly NIcon: any;
|
3365
|
+
readonly NTabs: any;
|
3366
|
+
readonly NTabPane: any;
|
3367
|
+
readonly NDivider: any;
|
3368
|
+
readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
3369
|
+
readonly DefaultPage: SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2630
3370
|
type: {
|
2631
3371
|
type: StringConstructor;
|
2632
3372
|
default: string;
|
@@ -2638,8 +3378,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2638
3378
|
content: string;
|
2639
3379
|
};
|
2640
3380
|
};
|
2641
|
-
}
|
2642
|
-
props:
|
3381
|
+
}>, {
|
3382
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2643
3383
|
type: {
|
2644
3384
|
type: StringConstructor;
|
2645
3385
|
default: string;
|
@@ -2651,9 +3391,9 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2651
3391
|
content: string;
|
2652
3392
|
};
|
2653
3393
|
};
|
2654
|
-
}>> & {
|
3394
|
+
}>> & Readonly<{
|
2655
3395
|
onReloadPage?: ((...args: any[]) => any) | undefined;
|
2656
|
-
}
|
3396
|
+
}> & {}>;
|
2657
3397
|
emit: (event: "reloadPage", ...args: any[]) => void;
|
2658
3398
|
configResult: import("vue").ComputedRef<{
|
2659
3399
|
title: string;
|
@@ -2661,9 +3401,9 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2661
3401
|
img: string;
|
2662
3402
|
}>;
|
2663
3403
|
reloadPage: () => void;
|
2664
|
-
NIcon: any;
|
2665
|
-
Refresh: 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<{}>>, {}>;
|
2666
|
-
},
|
3404
|
+
readonly NIcon: any;
|
3405
|
+
readonly Refresh: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
3406
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2667
3407
|
type: {
|
2668
3408
|
type: StringConstructor;
|
2669
3409
|
default: string;
|
@@ -2675,29 +3415,29 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2675
3415
|
content: string;
|
2676
3416
|
};
|
2677
3417
|
};
|
2678
|
-
}>> & {
|
3418
|
+
}>> & Readonly<{
|
2679
3419
|
onReloadPage?: ((...args: any[]) => any) | undefined;
|
2680
|
-
}
|
3420
|
+
}>, {
|
2681
3421
|
type: string;
|
2682
3422
|
config: import("../../shared/types").AnyObject;
|
2683
|
-
}>>;
|
2684
|
-
userItemRender: import("vue").DefineComponent<{
|
3423
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
3424
|
+
readonly userItemRender: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2685
3425
|
item: {
|
2686
3426
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
2687
3427
|
default: () => {};
|
2688
3428
|
};
|
2689
|
-
}
|
3429
|
+
}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "item-click"[], "item-click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2690
3430
|
item: {
|
2691
3431
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
2692
3432
|
default: () => {};
|
2693
3433
|
};
|
2694
|
-
}>> & {
|
3434
|
+
}>> & Readonly<{
|
2695
3435
|
"onItem-click"?: ((...args: any[]) => any) | undefined;
|
2696
|
-
}
|
3436
|
+
}>, {
|
2697
3437
|
item: import("../../shared/types").AnyObject;
|
2698
|
-
}>;
|
2699
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
2700
|
-
ChatAdd: import("vue").DefineComponent<{
|
3438
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
3439
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
3440
|
+
ChatAdd: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2701
3441
|
title: {
|
2702
3442
|
type: StringConstructor;
|
2703
3443
|
default: string;
|
@@ -2721,14 +3461,14 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2721
3461
|
type: BooleanConstructor;
|
2722
3462
|
default: boolean;
|
2723
3463
|
};
|
2724
|
-
}
|
3464
|
+
}>, {
|
2725
3465
|
initialOptions: import("../../shared/types").AnyObject[];
|
2726
3466
|
tabList: {
|
2727
3467
|
key: string;
|
2728
3468
|
label: string;
|
2729
3469
|
}[];
|
2730
3470
|
orgList: import("../../shared/types").AnyObject[];
|
2731
|
-
props:
|
3471
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2732
3472
|
title: {
|
2733
3473
|
type: StringConstructor;
|
2734
3474
|
default: string;
|
@@ -2752,16 +3492,39 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2752
3492
|
type: BooleanConstructor;
|
2753
3493
|
default: boolean;
|
2754
3494
|
};
|
2755
|
-
}>> & {
|
3495
|
+
}>> & Readonly<{
|
2756
3496
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
2757
|
-
}
|
3497
|
+
}> & {}>;
|
2758
3498
|
emit: (event: "comfirm", ...args: any[]) => void;
|
2759
3499
|
state: {
|
2760
3500
|
orgId: string | number;
|
2761
3501
|
currentSessionItem: import("../../shared/types").AnyObject;
|
2762
3502
|
id: string;
|
2763
3503
|
userInfo: import("../../shared/types").AnyObject;
|
2764
|
-
msgList:
|
3504
|
+
msgList: {
|
3505
|
+
[x: string]: any;
|
3506
|
+
id: string;
|
3507
|
+
sessionKey: string;
|
3508
|
+
content: {
|
3509
|
+
[x: string]: any;
|
3510
|
+
chatMessageType: string;
|
3511
|
+
msg: string;
|
3512
|
+
referenceContent?: any;
|
3513
|
+
forwardMessageList?: import("../../shared/types").AnyObject[] | undefined;
|
3514
|
+
messageTemplate?: any;
|
3515
|
+
messageTemplateData?: any;
|
3516
|
+
fileUrl?: string | undefined;
|
3517
|
+
avStatus?: string | undefined;
|
3518
|
+
};
|
3519
|
+
senderName: string;
|
3520
|
+
sendTime: string;
|
3521
|
+
sender: string;
|
3522
|
+
status: string;
|
3523
|
+
senderAvatar: string;
|
3524
|
+
__content: string;
|
3525
|
+
__time?: string | undefined;
|
3526
|
+
__sendTime?: string | undefined;
|
3527
|
+
}[];
|
2765
3528
|
currentMsg: import("../../shared/types").AnyObject;
|
2766
3529
|
isAppendMsg: boolean;
|
2767
3530
|
sessionList: import("../../shared/types").AnyObject[];
|
@@ -2786,16 +3549,16 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2786
3549
|
isForward: boolean;
|
2787
3550
|
};
|
2788
3551
|
setCurrentSessionItem: (item: import("../../shared/types").AnyObject) => void;
|
2789
|
-
listRef: import("vue").Ref<any>;
|
2790
|
-
keyword: import("vue").Ref<string>;
|
2791
|
-
showModal: import("vue").Ref<boolean>;
|
2792
|
-
checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
2793
|
-
groupName: import("vue").Ref<string>;
|
2794
|
-
remark: import("vue").Ref<string>;
|
2795
|
-
currentTab: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
2796
|
-
breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
2797
|
-
breadcrumbRef: import("vue").Ref<any>;
|
2798
|
-
userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
3552
|
+
listRef: import("vue").Ref<any, any>;
|
3553
|
+
keyword: import("vue").Ref<string, string>;
|
3554
|
+
showModal: import("vue").Ref<boolean, boolean>;
|
3555
|
+
checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
3556
|
+
groupName: import("vue").Ref<string, string>;
|
3557
|
+
remark: import("vue").Ref<string, string>;
|
3558
|
+
currentTab: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
3559
|
+
breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
3560
|
+
breadcrumbRef: import("vue").Ref<any, any>;
|
3561
|
+
userList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
2799
3562
|
handleInput: () => void;
|
2800
3563
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
2801
3564
|
sessionList: import("vue").ComputedRef<{
|
@@ -2821,8 +3584,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2821
3584
|
}[]>;
|
2822
3585
|
checkedIds: import("vue").ComputedRef<any[]>;
|
2823
3586
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
2824
|
-
allChecked: import("vue").WritableComputedRef<boolean>;
|
2825
|
-
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
3587
|
+
allChecked: import("vue").WritableComputedRef<boolean, boolean>;
|
3588
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[], any[]>;
|
2826
3589
|
currentTabKey: import("vue").ComputedRef<any>;
|
2827
3590
|
showAllCheckbox: import("vue").ComputedRef<boolean>;
|
2828
3591
|
getOrgList: () => Promise<void>;
|
@@ -2837,28 +3600,28 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2837
3600
|
getAllUser: (tree: import("../../shared/types").AnyObject[]) => import("../../shared/types").AnyObject[];
|
2838
3601
|
handlePositiveClick: () => Promise<void>;
|
2839
3602
|
closeTag: (id: string) => void;
|
2840
|
-
NModal: any;
|
2841
|
-
NButton: any;
|
2842
|
-
NSpace: any;
|
2843
|
-
NAvatar: any;
|
2844
|
-
NIcon: any;
|
2845
|
-
NTag: any;
|
2846
|
-
NInput: any;
|
2847
|
-
NCheckbox: any;
|
2848
|
-
NCheckboxGroup: any;
|
2849
|
-
NTooltip: any;
|
2850
|
-
NBreadcrumb: any;
|
2851
|
-
NBreadcrumbItem: any;
|
2852
|
-
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<{}>>, {}>;
|
2853
|
-
AddOutline: 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<{}>>, {}>;
|
2854
|
-
PersonOutline: 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<{}>>, {}>;
|
2855
|
-
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<{}>>, {}>;
|
2856
|
-
ChevronBackOutline: 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<{}>>, {}>;
|
2857
|
-
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<{}>>, {}>;
|
2858
|
-
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
2859
|
-
isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
2860
|
-
getRoleName: typeof import("./src/utils").getRoleName;
|
2861
|
-
},
|
3603
|
+
readonly NModal: any;
|
3604
|
+
readonly NButton: any;
|
3605
|
+
readonly NSpace: any;
|
3606
|
+
readonly NAvatar: any;
|
3607
|
+
readonly NIcon: any;
|
3608
|
+
readonly NTag: any;
|
3609
|
+
readonly NInput: any;
|
3610
|
+
readonly NCheckbox: any;
|
3611
|
+
readonly NCheckboxGroup: any;
|
3612
|
+
readonly NTooltip: any;
|
3613
|
+
readonly NBreadcrumb: any;
|
3614
|
+
readonly NBreadcrumbItem: any;
|
3615
|
+
readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
3616
|
+
readonly AddOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
3617
|
+
readonly PersonOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
3618
|
+
readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
3619
|
+
readonly ChevronBackOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
3620
|
+
readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
3621
|
+
readonly last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
3622
|
+
readonly isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
3623
|
+
readonly getRoleName: typeof import("./src/utils").getRoleName;
|
3624
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2862
3625
|
title: {
|
2863
3626
|
type: StringConstructor;
|
2864
3627
|
default: string;
|
@@ -2882,15 +3645,15 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2882
3645
|
type: BooleanConstructor;
|
2883
3646
|
default: boolean;
|
2884
3647
|
};
|
2885
|
-
}>> & {
|
3648
|
+
}>> & Readonly<{
|
2886
3649
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
2887
|
-
}
|
3650
|
+
}>, {
|
2888
3651
|
title: string;
|
2889
3652
|
defaultValue: import("../../shared/types").AnyObject[];
|
2890
3653
|
disabled: boolean;
|
2891
3654
|
mode: string;
|
2892
3655
|
disabledIds: string[];
|
2893
|
-
}>;
|
3656
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2894
3657
|
Video: import("vue").DefineComponent<{}, {
|
2895
3658
|
sendMessage: (message: {
|
2896
3659
|
chatType?: string | undefined;
|
@@ -2902,7 +3665,30 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2902
3665
|
currentSessionItem: import("../../shared/types").AnyObject;
|
2903
3666
|
id: string;
|
2904
3667
|
userInfo: import("../../shared/types").AnyObject;
|
2905
|
-
msgList:
|
3668
|
+
msgList: {
|
3669
|
+
[x: string]: any;
|
3670
|
+
id: string;
|
3671
|
+
sessionKey: string;
|
3672
|
+
content: {
|
3673
|
+
[x: string]: any;
|
3674
|
+
chatMessageType: string;
|
3675
|
+
msg: string;
|
3676
|
+
referenceContent?: any;
|
3677
|
+
forwardMessageList?: import("../../shared/types").AnyObject[] | undefined;
|
3678
|
+
messageTemplate?: any;
|
3679
|
+
messageTemplateData?: any;
|
3680
|
+
fileUrl?: string | undefined;
|
3681
|
+
avStatus?: string | undefined;
|
3682
|
+
};
|
3683
|
+
senderName: string;
|
3684
|
+
sendTime: string;
|
3685
|
+
sender: string;
|
3686
|
+
status: string;
|
3687
|
+
senderAvatar: string;
|
3688
|
+
__content: string;
|
3689
|
+
__time?: string | undefined;
|
3690
|
+
__sendTime?: string | undefined;
|
3691
|
+
}[];
|
2906
3692
|
currentMsg: import("../../shared/types").AnyObject;
|
2907
3693
|
isAppendMsg: boolean;
|
2908
3694
|
sessionList: import("../../shared/types").AnyObject[];
|
@@ -2926,37 +3712,27 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2926
3712
|
};
|
2927
3713
|
isForward: boolean;
|
2928
3714
|
};
|
2929
|
-
|
2930
|
-
|
2931
|
-
|
2932
|
-
voiceClose: import("vue").Ref<boolean>;
|
3715
|
+
trtc: import("trtc-sdk-v5").TRTC;
|
3716
|
+
timing: import("vue").Ref<string, string>;
|
3717
|
+
voiceClose: import("vue").Ref<boolean, boolean>;
|
2933
3718
|
isAudio: import("vue").ComputedRef<boolean>;
|
2934
3719
|
isCall: import("vue").ComputedRef<boolean>;
|
2935
3720
|
startTimer: () => void;
|
2936
|
-
resetTimer: () => void;
|
2937
3721
|
toggleAudio: () => Promise<void>;
|
2938
3722
|
messageTypeText: import("vue").ComputedRef<"语音" | "视频">;
|
2939
3723
|
time: {
|
2940
3724
|
timer: any;
|
2941
3725
|
seconds: number;
|
2942
3726
|
};
|
2943
|
-
installEventHandlers: (
|
2944
|
-
|
2945
|
-
|
2946
|
-
|
2947
|
-
|
2948
|
-
|
2949
|
-
|
2950
|
-
|
2951
|
-
|
2952
|
-
handleRemoteUserEnter: import("../../shared/types").AnyFn;
|
2953
|
-
handleRemoteAudioAvailable: import("../../shared/types").AnyFn;
|
2954
|
-
handleRemoteUserExit: import("../../shared/types").AnyFn;
|
2955
|
-
handleRemoteVideoAvailable: import("../../shared/types").AnyFn;
|
2956
|
-
}) => void;
|
2957
|
-
videoRef: import("vue").Ref<any>;
|
2958
|
-
selfVideoRef: import("vue").Ref<any>;
|
2959
|
-
isConnect: import("vue").Ref<boolean>;
|
3727
|
+
installEventHandlers: (handlers: import("./src/hooks").VideoEventHandlers) => void;
|
3728
|
+
uninstallEventHandlers: (handlers: import("./src/hooks").VideoEventHandlers) => void;
|
3729
|
+
enterRoom: () => Promise<boolean>;
|
3730
|
+
exitRoom: () => Promise<void>;
|
3731
|
+
startLocalMedia: (selfVideoRef?: HTMLElement | undefined) => Promise<void>;
|
3732
|
+
MAIN_STREAM_TYPE: any;
|
3733
|
+
videoRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
3734
|
+
selfVideoRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
3735
|
+
isConnect: import("vue").Ref<boolean, boolean>;
|
2960
3736
|
timeout: any;
|
2961
3737
|
info: import("vue").ComputedRef<{
|
2962
3738
|
avatar: any;
|
@@ -2970,31 +3746,55 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2970
3746
|
handleEnter: () => Promise<void>;
|
2971
3747
|
handleFinish: () => void;
|
2972
3748
|
handleExit: () => Promise<void>;
|
2973
|
-
handleRemoteVideoAvailable: (event:
|
2974
|
-
handleRemoteAudioAvailable: (event:
|
2975
|
-
handleRemoteUserEnter: () => void;
|
2976
|
-
handleRemoteUserExit: (event:
|
2977
|
-
|
2978
|
-
|
2979
|
-
|
2980
|
-
|
2981
|
-
|
2982
|
-
|
2983
|
-
|
2984
|
-
|
2985
|
-
|
3749
|
+
handleRemoteVideoAvailable: (event: import("./src/hooks").TRTCEvent) => Promise<void>;
|
3750
|
+
handleRemoteAudioAvailable: (event: import("./src/hooks").TRTCEvent) => void;
|
3751
|
+
handleRemoteUserEnter: (event: import("./src/hooks").TRTCEvent) => void;
|
3752
|
+
handleRemoteUserExit: (event: import("./src/hooks").TRTCEvent) => void;
|
3753
|
+
statusHandlers: {
|
3754
|
+
readonly IN_CALL: () => Promise<void>;
|
3755
|
+
readonly CALL_BUSY: () => void;
|
3756
|
+
readonly NO_RESPONSE: () => void;
|
3757
|
+
readonly REJECTED: () => void;
|
3758
|
+
};
|
3759
|
+
readonly NButton: any;
|
3760
|
+
readonly NAvatar: any;
|
3761
|
+
readonly NIcon: any;
|
3762
|
+
readonly Call: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
3763
|
+
readonly MicOffCircle: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
3764
|
+
readonly Mic: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
3765
|
+
readonly AV_STATUS: typeof import("./src/constants").AV_STATUS;
|
3766
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2986
3767
|
MultipleVideo: import("vue").DefineComponent<{}, {
|
2987
|
-
selfVideoRef: import("vue").Ref<
|
2988
|
-
remoteUsers: import("vue").Ref<{
|
2989
|
-
id: string;
|
2990
|
-
name: string;
|
2991
|
-
}[]>;
|
3768
|
+
selfVideoRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
2992
3769
|
state: {
|
2993
3770
|
orgId: string | number;
|
2994
3771
|
currentSessionItem: import("../../shared/types").AnyObject;
|
2995
3772
|
id: string;
|
2996
3773
|
userInfo: import("../../shared/types").AnyObject;
|
2997
|
-
msgList:
|
3774
|
+
msgList: {
|
3775
|
+
[x: string]: any;
|
3776
|
+
id: string;
|
3777
|
+
sessionKey: string;
|
3778
|
+
content: {
|
3779
|
+
[x: string]: any;
|
3780
|
+
chatMessageType: string;
|
3781
|
+
msg: string;
|
3782
|
+
referenceContent?: any;
|
3783
|
+
forwardMessageList?: import("../../shared/types").AnyObject[] | undefined;
|
3784
|
+
messageTemplate?: any;
|
3785
|
+
messageTemplateData?: any;
|
3786
|
+
fileUrl?: string | undefined;
|
3787
|
+
avStatus?: string | undefined;
|
3788
|
+
};
|
3789
|
+
senderName: string;
|
3790
|
+
sendTime: string;
|
3791
|
+
sender: string;
|
3792
|
+
status: string;
|
3793
|
+
senderAvatar: string;
|
3794
|
+
__content: string;
|
3795
|
+
__time?: string | undefined;
|
3796
|
+
__sendTime?: string | undefined;
|
3797
|
+
}[];
|
2998
3798
|
currentMsg: import("../../shared/types").AnyObject;
|
2999
3799
|
isAppendMsg: boolean;
|
3000
3800
|
sessionList: import("../../shared/types").AnyObject[];
|
@@ -3023,66 +3823,87 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3023
3823
|
content: import("../../shared/types").AnyObject;
|
3024
3824
|
receiver?: string | undefined;
|
3025
3825
|
}) => Promise<void>;
|
3026
|
-
|
3027
|
-
trtcProxy: import("vue").Ref<any>;
|
3028
|
-
voiceClose: import("vue").Ref<boolean>;
|
3826
|
+
voiceClose: import("vue").Ref<boolean, boolean>;
|
3029
3827
|
isAudio: import("vue").ComputedRef<boolean>;
|
3030
3828
|
isCall: import("vue").ComputedRef<boolean>;
|
3031
3829
|
startTimer: () => void;
|
3032
|
-
resetTimer: () => void;
|
3033
3830
|
toggleAudio: () => Promise<void>;
|
3034
3831
|
messageTypeText: import("vue").ComputedRef<"语音" | "视频">;
|
3035
|
-
timing: import("vue").Ref<string>;
|
3832
|
+
timing: import("vue").Ref<string, string>;
|
3036
3833
|
toggleVideo: () => Promise<void>;
|
3037
|
-
videocamClose: import("vue").Ref<boolean>;
|
3038
|
-
installEventHandlers: (
|
3039
|
-
|
3040
|
-
|
3041
|
-
|
3042
|
-
|
3043
|
-
|
3044
|
-
|
3045
|
-
|
3046
|
-
|
3047
|
-
|
3048
|
-
|
3049
|
-
|
3050
|
-
|
3051
|
-
}
|
3052
|
-
|
3053
|
-
|
3054
|
-
|
3055
|
-
|
3056
|
-
|
3834
|
+
videocamClose: import("vue").Ref<boolean, boolean>;
|
3835
|
+
installEventHandlers: (handlers: import("./src/hooks").VideoEventHandlers) => void;
|
3836
|
+
uninstallEventHandlers: (handlers: import("./src/hooks").VideoEventHandlers) => void;
|
3837
|
+
isConnect: import("vue").Ref<boolean, boolean>;
|
3838
|
+
remoteUsers: import("vue").Ref<{
|
3839
|
+
id: string;
|
3840
|
+
name: string;
|
3841
|
+
hasVideo?: boolean | undefined;
|
3842
|
+
hasAudio?: boolean | undefined;
|
3843
|
+
}[], import("./src/hooks").RemoteUser[] | {
|
3844
|
+
id: string;
|
3845
|
+
name: string;
|
3846
|
+
hasVideo?: boolean | undefined;
|
3847
|
+
hasAudio?: boolean | undefined;
|
3848
|
+
}[]>;
|
3849
|
+
enterRoom: () => Promise<boolean>;
|
3850
|
+
exitRoom: () => Promise<void>;
|
3851
|
+
startLocalMedia: (selfVideoRef?: HTMLElement | undefined) => Promise<void>;
|
3852
|
+
findUser: (userId: string) => import("./src/hooks").RemoteUser | undefined;
|
3853
|
+
addOrUpdateUser: (userId: string, updates: Partial<import("./src/hooks").RemoteUser>) => void;
|
3854
|
+
removeUser: (userId: string) => void;
|
3855
|
+
tryRenderRemoteVideo: (userId: string) => Promise<void>;
|
3856
|
+
stopRemoteVideo: (userId: string) => Promise<void>;
|
3857
|
+
setVideoRef: (userId: string, el: HTMLElement | null) => void;
|
3858
|
+
checkAndRenderAllVideos: () => void;
|
3859
|
+
MAIN_STREAM_TYPE: any;
|
3860
|
+
wrapperRef: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
|
3861
|
+
handleRef: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
|
3862
|
+
isMaxSize: import("vue").Ref<boolean, boolean>;
|
3863
|
+
miniWrapperRef: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
|
3057
3864
|
callUser: import("vue").ComputedRef<any>;
|
3058
3865
|
title: import("vue").ComputedRef<string>;
|
3059
3866
|
style: import("vue").Ref<{
|
3060
3867
|
left: string;
|
3061
3868
|
top: string;
|
3869
|
+
}, {
|
3870
|
+
left: string;
|
3871
|
+
top: string;
|
3872
|
+
} | {
|
3873
|
+
left: string;
|
3874
|
+
top: string;
|
3062
3875
|
}>;
|
3063
3876
|
changePosition: (position?: ("center" | "top-right") | undefined) => void;
|
3064
3877
|
miniStyle: import("vue").Ref<{
|
3065
3878
|
left: string;
|
3066
3879
|
top: string;
|
3880
|
+
}, {
|
3881
|
+
left: string;
|
3882
|
+
top: string;
|
3883
|
+
} | {
|
3884
|
+
left: string;
|
3885
|
+
top: string;
|
3067
3886
|
}>;
|
3068
3887
|
changeMiniPosition: (position?: ("center" | "top-right") | undefined) => void;
|
3069
3888
|
handleAddPerson: ({ checkedIds, checkedOptions }: {
|
3070
3889
|
checkedIds: string[];
|
3071
3890
|
checkedOptions: import("../../shared/types").AnyObject[];
|
3072
3891
|
}) => void;
|
3892
|
+
sendInvitations: (userIds: string[]) => void;
|
3073
3893
|
handleCall: () => void;
|
3074
3894
|
handleEnter: () => Promise<void>;
|
3075
3895
|
handleExit: () => Promise<void>;
|
3076
|
-
handleRemoteVideoAvailable: (event:
|
3077
|
-
|
3078
|
-
|
3079
|
-
|
3080
|
-
|
3081
|
-
|
3082
|
-
|
3083
|
-
|
3084
|
-
|
3085
|
-
|
3896
|
+
handleRemoteVideoAvailable: (event: import("./src/hooks").TRTCEvent) => Promise<void>;
|
3897
|
+
handleRemoteVideoUnavailable: (event: import("./src/hooks").TRTCEvent) => Promise<void>;
|
3898
|
+
handleRemoteAudioAvailable: (event: import("./src/hooks").TRTCEvent) => Promise<void>;
|
3899
|
+
handleRemoteUserEnter: (event: import("./src/hooks").TRTCEvent) => Promise<void>;
|
3900
|
+
getUserName: (userId: string) => Promise<string>;
|
3901
|
+
handleRemoteUserExit: (event: import("./src/hooks").TRTCEvent) => void;
|
3902
|
+
periodicCheckInterval: NodeJS.Timeout | null;
|
3903
|
+
readonly NButton: any;
|
3904
|
+
readonly NAvatar: any;
|
3905
|
+
readonly NIcon: any;
|
3906
|
+
ChatAdd: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
3086
3907
|
title: {
|
3087
3908
|
type: StringConstructor;
|
3088
3909
|
default: string;
|
@@ -3106,14 +3927,14 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3106
3927
|
type: BooleanConstructor;
|
3107
3928
|
default: boolean;
|
3108
3929
|
};
|
3109
|
-
}
|
3930
|
+
}>, {
|
3110
3931
|
initialOptions: import("../../shared/types").AnyObject[];
|
3111
3932
|
tabList: {
|
3112
3933
|
key: string;
|
3113
3934
|
label: string;
|
3114
3935
|
}[];
|
3115
3936
|
orgList: import("../../shared/types").AnyObject[];
|
3116
|
-
props:
|
3937
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
3117
3938
|
title: {
|
3118
3939
|
type: StringConstructor;
|
3119
3940
|
default: string;
|
@@ -3137,16 +3958,39 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3137
3958
|
type: BooleanConstructor;
|
3138
3959
|
default: boolean;
|
3139
3960
|
};
|
3140
|
-
}>> & {
|
3961
|
+
}>> & Readonly<{
|
3141
3962
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
3142
|
-
}
|
3963
|
+
}> & {}>;
|
3143
3964
|
emit: (event: "comfirm", ...args: any[]) => void;
|
3144
3965
|
state: {
|
3145
3966
|
orgId: string | number;
|
3146
3967
|
currentSessionItem: import("../../shared/types").AnyObject;
|
3147
3968
|
id: string;
|
3148
3969
|
userInfo: import("../../shared/types").AnyObject;
|
3149
|
-
msgList:
|
3970
|
+
msgList: {
|
3971
|
+
[x: string]: any;
|
3972
|
+
id: string;
|
3973
|
+
sessionKey: string;
|
3974
|
+
content: {
|
3975
|
+
[x: string]: any;
|
3976
|
+
chatMessageType: string;
|
3977
|
+
msg: string;
|
3978
|
+
referenceContent?: any;
|
3979
|
+
forwardMessageList?: import("../../shared/types").AnyObject[] | undefined;
|
3980
|
+
messageTemplate?: any;
|
3981
|
+
messageTemplateData?: any;
|
3982
|
+
fileUrl?: string | undefined;
|
3983
|
+
avStatus?: string | undefined;
|
3984
|
+
};
|
3985
|
+
senderName: string;
|
3986
|
+
sendTime: string;
|
3987
|
+
sender: string;
|
3988
|
+
status: string;
|
3989
|
+
senderAvatar: string;
|
3990
|
+
__content: string;
|
3991
|
+
__time?: string | undefined;
|
3992
|
+
__sendTime?: string | undefined;
|
3993
|
+
}[];
|
3150
3994
|
currentMsg: import("../../shared/types").AnyObject;
|
3151
3995
|
isAppendMsg: boolean;
|
3152
3996
|
sessionList: import("../../shared/types").AnyObject[];
|
@@ -3171,16 +4015,16 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3171
4015
|
isForward: boolean;
|
3172
4016
|
};
|
3173
4017
|
setCurrentSessionItem: (item: import("../../shared/types").AnyObject) => void;
|
3174
|
-
listRef: import("vue").Ref<any>;
|
3175
|
-
keyword: import("vue").Ref<string>;
|
3176
|
-
showModal: import("vue").Ref<boolean>;
|
3177
|
-
checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
3178
|
-
groupName: import("vue").Ref<string>;
|
3179
|
-
remark: import("vue").Ref<string>;
|
3180
|
-
currentTab: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
3181
|
-
breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
3182
|
-
breadcrumbRef: import("vue").Ref<any>;
|
3183
|
-
userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
4018
|
+
listRef: import("vue").Ref<any, any>;
|
4019
|
+
keyword: import("vue").Ref<string, string>;
|
4020
|
+
showModal: import("vue").Ref<boolean, boolean>;
|
4021
|
+
checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
4022
|
+
groupName: import("vue").Ref<string, string>;
|
4023
|
+
remark: import("vue").Ref<string, string>;
|
4024
|
+
currentTab: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
4025
|
+
breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
4026
|
+
breadcrumbRef: import("vue").Ref<any, any>;
|
4027
|
+
userList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
3184
4028
|
handleInput: () => void;
|
3185
4029
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
3186
4030
|
sessionList: import("vue").ComputedRef<{
|
@@ -3206,8 +4050,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3206
4050
|
}[]>;
|
3207
4051
|
checkedIds: import("vue").ComputedRef<any[]>;
|
3208
4052
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
3209
|
-
allChecked: import("vue").WritableComputedRef<boolean>;
|
3210
|
-
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
4053
|
+
allChecked: import("vue").WritableComputedRef<boolean, boolean>;
|
4054
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[], any[]>;
|
3211
4055
|
currentTabKey: import("vue").ComputedRef<any>;
|
3212
4056
|
showAllCheckbox: import("vue").ComputedRef<boolean>;
|
3213
4057
|
getOrgList: () => Promise<void>;
|
@@ -3222,28 +4066,28 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3222
4066
|
getAllUser: (tree: import("../../shared/types").AnyObject[]) => import("../../shared/types").AnyObject[];
|
3223
4067
|
handlePositiveClick: () => Promise<void>;
|
3224
4068
|
closeTag: (id: string) => void;
|
3225
|
-
NModal: any;
|
3226
|
-
NButton: any;
|
3227
|
-
NSpace: any;
|
3228
|
-
NAvatar: any;
|
3229
|
-
NIcon: any;
|
3230
|
-
NTag: any;
|
3231
|
-
NInput: any;
|
3232
|
-
NCheckbox: any;
|
3233
|
-
NCheckboxGroup: any;
|
3234
|
-
NTooltip: any;
|
3235
|
-
NBreadcrumb: any;
|
3236
|
-
NBreadcrumbItem: any;
|
3237
|
-
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<{}>>, {}>;
|
3238
|
-
AddOutline: 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<{}>>, {}>;
|
3239
|
-
PersonOutline: 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<{}>>, {}>;
|
3240
|
-
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<{}>>, {}>;
|
3241
|
-
ChevronBackOutline: 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<{}>>, {}>;
|
3242
|
-
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<{}>>, {}>;
|
3243
|
-
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
3244
|
-
isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
3245
|
-
getRoleName: typeof import("./src/utils").getRoleName;
|
3246
|
-
},
|
4069
|
+
readonly NModal: any;
|
4070
|
+
readonly NButton: any;
|
4071
|
+
readonly NSpace: any;
|
4072
|
+
readonly NAvatar: any;
|
4073
|
+
readonly NIcon: any;
|
4074
|
+
readonly NTag: any;
|
4075
|
+
readonly NInput: any;
|
4076
|
+
readonly NCheckbox: any;
|
4077
|
+
readonly NCheckboxGroup: any;
|
4078
|
+
readonly NTooltip: any;
|
4079
|
+
readonly NBreadcrumb: any;
|
4080
|
+
readonly NBreadcrumbItem: any;
|
4081
|
+
readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
4082
|
+
readonly AddOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
4083
|
+
readonly PersonOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
4084
|
+
readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
4085
|
+
readonly ChevronBackOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
4086
|
+
readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
4087
|
+
readonly last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
4088
|
+
readonly isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
4089
|
+
readonly getRoleName: typeof import("./src/utils").getRoleName;
|
4090
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
3247
4091
|
title: {
|
3248
4092
|
type: StringConstructor;
|
3249
4093
|
default: string;
|
@@ -3267,31 +4111,54 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3267
4111
|
type: BooleanConstructor;
|
3268
4112
|
default: boolean;
|
3269
4113
|
};
|
3270
|
-
}>> & {
|
4114
|
+
}>> & Readonly<{
|
3271
4115
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
3272
|
-
}
|
4116
|
+
}>, {
|
3273
4117
|
title: string;
|
3274
4118
|
defaultValue: import("../../shared/types").AnyObject[];
|
3275
4119
|
disabled: boolean;
|
3276
4120
|
mode: string;
|
3277
4121
|
disabledIds: string[];
|
3278
|
-
}>;
|
3279
|
-
Call: 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<{}>>, {}>;
|
3280
|
-
Videocam: 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<{}>>, {}>;
|
3281
|
-
VideocamOff: 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<{}>>, {}>;
|
3282
|
-
Mic: 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<{}>>, {}>;
|
3283
|
-
PersonAdd: 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<{}>>, {}>;
|
3284
|
-
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<{}>>, {}>;
|
3285
|
-
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<{}>>, {}>;
|
3286
|
-
ResizeOutline: 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<{}>>, {}>;
|
3287
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
4122
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
4123
|
+
readonly Call: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
4124
|
+
readonly Videocam: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
4125
|
+
readonly VideocamOff: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
4126
|
+
readonly Mic: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
4127
|
+
readonly PersonAdd: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
4128
|
+
readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
4129
|
+
readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
4130
|
+
readonly ResizeOutline: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
4131
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
3288
4132
|
PersonProfile: import("vue").DefineComponent<{}, {
|
3289
4133
|
state: {
|
3290
4134
|
orgId: string | number;
|
3291
4135
|
currentSessionItem: import("../../shared/types").AnyObject;
|
3292
4136
|
id: string;
|
3293
4137
|
userInfo: import("../../shared/types").AnyObject;
|
3294
|
-
msgList:
|
4138
|
+
msgList: {
|
4139
|
+
[x: string]: any;
|
4140
|
+
id: string;
|
4141
|
+
sessionKey: string;
|
4142
|
+
content: {
|
4143
|
+
[x: string]: any;
|
4144
|
+
chatMessageType: string;
|
4145
|
+
msg: string;
|
4146
|
+
referenceContent?: any;
|
4147
|
+
forwardMessageList?: import("../../shared/types").AnyObject[] | undefined;
|
4148
|
+
messageTemplate?: any;
|
4149
|
+
messageTemplateData?: any;
|
4150
|
+
fileUrl?: string | undefined;
|
4151
|
+
avStatus?: string | undefined;
|
4152
|
+
};
|
4153
|
+
senderName: string;
|
4154
|
+
sendTime: string;
|
4155
|
+
sender: string;
|
4156
|
+
status: string;
|
4157
|
+
senderAvatar: string;
|
4158
|
+
__content: string;
|
4159
|
+
__time?: string | undefined;
|
4160
|
+
__sendTime?: string | undefined;
|
4161
|
+
}[];
|
3295
4162
|
currentMsg: import("../../shared/types").AnyObject;
|
3296
4163
|
isAppendMsg: boolean;
|
3297
4164
|
sessionList: import("../../shared/types").AnyObject[];
|
@@ -3316,8 +4183,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3316
4183
|
isForward: boolean;
|
3317
4184
|
};
|
3318
4185
|
openSession: (session: string | import("../../shared/types").AnyObject) => Promise<void>;
|
3319
|
-
showLargeAvatar: import("vue").Ref<boolean>;
|
3320
|
-
showPhone: import("vue").Ref<boolean>;
|
4186
|
+
showLargeAvatar: import("vue").Ref<boolean, boolean>;
|
4187
|
+
showPhone: import("vue").Ref<boolean, boolean>;
|
3321
4188
|
userDetail: import("../../shared/types").AnyObject;
|
3322
4189
|
info: {
|
3323
4190
|
label: string;
|
@@ -3333,20 +4200,20 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3333
4200
|
updateShow: () => Promise<void>;
|
3334
4201
|
getContent: (info: import("../../shared/types").AnyObject) => any;
|
3335
4202
|
onChange: (options: {
|
3336
|
-
file: import("naive-ui").UploadFileInfo;
|
4203
|
+
file: import("naive-ui/es/upload").UploadFileInfo;
|
3337
4204
|
}) => Promise<void>;
|
3338
|
-
NAvatar: any;
|
3339
|
-
NPopover: any;
|
3340
|
-
NButton: any;
|
3341
|
-
NIcon: any;
|
3342
|
-
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<{}>>, {}>;
|
3343
|
-
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<{}>>, {}>;
|
3344
|
-
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<{}>>, {}>;
|
3345
|
-
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<{}>>, {}>;
|
3346
|
-
isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
3347
|
-
getRoleName: typeof import("./src/utils").getRoleName;
|
3348
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
3349
|
-
},
|
4205
|
+
readonly NAvatar: any;
|
4206
|
+
readonly NPopover: any;
|
4207
|
+
readonly NButton: any;
|
4208
|
+
readonly NIcon: any;
|
4209
|
+
readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
4210
|
+
readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
4211
|
+
readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
4212
|
+
readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
4213
|
+
readonly isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
4214
|
+
readonly getRoleName: typeof import("./src/utils").getRoleName;
|
4215
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
4216
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("template-click" | "unread-message-update" | "session-change" | "session-close")[], "template-click" | "unread-message-update" | "session-change" | "session-close", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
3350
4217
|
token: {
|
3351
4218
|
type: StringConstructor;
|
3352
4219
|
required: true;
|
@@ -3395,16 +4262,21 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3395
4262
|
iceTransportPolicy: "all" | "relay";
|
3396
4263
|
}>>;
|
3397
4264
|
};
|
3398
|
-
|
4265
|
+
videoTeleportTo: {
|
4266
|
+
type: import("vue").PropType<string | Element>;
|
4267
|
+
default: string;
|
4268
|
+
};
|
4269
|
+
}>> & Readonly<{
|
3399
4270
|
"onTemplate-click"?: ((...args: any[]) => any) | undefined;
|
3400
4271
|
"onUnread-message-update"?: ((...args: any[]) => any) | undefined;
|
3401
4272
|
"onSession-change"?: ((...args: any[]) => any) | undefined;
|
3402
4273
|
"onSession-close"?: ((...args: any[]) => any) | undefined;
|
3403
|
-
}
|
3404
|
-
show: boolean;
|
4274
|
+
}>, {
|
3405
4275
|
showHeader: boolean;
|
4276
|
+
show: boolean;
|
3406
4277
|
baseURL: string;
|
3407
4278
|
extraParams: import("../../shared/types").AnyObject;
|
3408
4279
|
filterable: boolean;
|
3409
|
-
|
4280
|
+
videoTeleportTo: string | Element;
|
4281
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
3410
4282
|
export default IhoChat;
|