cnhis-design-vue 3.4.0-beta.7 → 3.4.0-beta.9
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 +8 -7
- 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 +36 -41
- package/es/components/audio-sdk/src/hooks/useChartAudioContext.d.ts +5 -5
- package/es/components/audio-sdk/src/svgs/Close.vue.js +6 -8
- package/es/components/audio-sdk/src/svgs/Continue.vue.js +3 -5
- package/es/components/audio-sdk/src/svgs/Enlarge.vue.js +3 -5
- package/es/components/audio-sdk/src/svgs/Pause.vue.js +3 -5
- package/es/components/audio-sdk/src/svgs/WaveView.vue.js +3 -5
- package/es/components/audio-sdk/src/svgs/Zoom.vue.js +6 -8
- package/es/components/audio-sdk/src/utils/index.d.ts +1 -1
- 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 +30 -31
- 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 +4 -3
- package/es/components/big-table/src/components/separate.vue.d.ts +31 -7
- package/es/components/big-table/src/components/separate.vue2.js +3 -4
- package/es/components/big-table/src/hooks/useAnnotation.d.ts +1 -1
- 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 +8 -10
- package/es/components/bpmn-workflow/index.d.ts +9 -9
- 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/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 +1 -2
- package/es/components/branch-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
- package/es/components/button-print/index.d.ts +205 -145
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +205 -145
- package/es/components/button-print/src/ButtonPrint.vue2.js +8 -7
- package/es/components/button-print/src/components/EditFormat.vue.d.ts +48 -18
- package/es/components/button-print/src/components/EditFormat.vue2.js +8 -8
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +72 -43
- package/es/components/button-print/src/components/IdentityVerification.vue2.js +12 -11
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +105 -75
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +135 -124
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +88 -58
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +6 -6
- 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/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 +5 -4
- 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 +3162 -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 +4 -4
- package/es/components/card-render/src/components/Button.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Button.vue2.js +5 -5
- 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 +21 -21
- 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 +5 -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 +113 -113
- package/es/components/classification/index.d.ts +509 -432
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +370 -358
- package/es/components/classification/src/components/search-filter/index.vue2.js +6 -5
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +414 -402
- package/es/components/classification/src/components/set-classification/index.vue2.js +3 -2
- package/es/components/classification/src/components/table-modal/index.vue.d.ts +27 -27
- package/es/components/classification/src/components/table-modal/index.vue2.js +65 -66
- package/es/components/classification/src/index.vue.d.ts +509 -432
- package/es/components/classification/src/index.vue2.js +61 -63
- 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 +9 -8
- 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 +14 -15
- 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 +7 -7
- package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +304 -225
- package/es/components/expand-field/src/components/FormItemPerson.vue2.js +4 -3
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +284 -205
- package/es/components/expand-field/src/components/PersonModal.vue2.js +4 -3
- package/es/components/expand-field/src/components/form.vue.d.ts +458 -285
- package/es/components/expand-field/src/components/form.vue2.js +65 -73
- package/es/components/expand-field/src/index.vue.d.ts +479 -304
- package/es/components/expand-field/src/index.vue2.js +26 -26
- 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 +6 -5
- package/es/components/fabric-chart/src/components/PopupMenu.d.ts +6 -6
- package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +7 -7
- 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/useTemperatureChart.d.ts +9 -9
- package/es/components/field-editor/index.d.ts +50 -42
- package/es/components/field-editor/src/FieldEditor.vue.d.ts +50 -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 +215 -153
- package/es/components/field-set/src/FieldColor.vue2.js +7 -6
- package/es/components/field-set/src/FieldFilter.vue.d.ts +76 -50
- package/es/components/field-set/src/FieldFilter.vue2.js +8 -7
- package/es/components/field-set/src/FieldSet.vue.d.ts +77 -63
- package/es/components/field-set/src/FieldSet.vue2.js +24 -23
- 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 +23 -23
- package/es/components/field-set/src/components/condition.vue.d.ts +47 -32
- package/es/components/field-set/src/components/condition.vue2.js +8 -11
- 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 +32 -32
- package/es/components/field-set/src/components/table-row.vue2.js +16 -14
- package/es/components/form-config/index.d.ts +1399 -422
- package/es/components/form-config/src/FormConfig.vue.d.ts +1399 -422
- package/es/components/form-config/src/FormConfig.vue2.js +24 -25
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +57 -49
- package/es/components/form-config/src/components/FormConfigCreator.vue2.js +4 -3
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +9 -9
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +1100 -202
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +5 -6
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +118 -81
- package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +29 -29
- 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/hooks/usePresetRenderer.d.ts +1 -1
- package/es/components/form-render/index.d.ts +48 -40
- package/es/components/form-render/src/FormRender.vue.d.ts +45 -37
- package/es/components/form-render/src/FormRender.vue2.js +5 -4
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +48 -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 -9
- package/es/components/form-render/src/components/renderer/formItem.d.ts +5 -5
- 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/lineBar/FormCollapse.vue.d.ts +31 -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 +31 -31
- package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +18 -18
- 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/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/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/useFieldNormalize.d.ts +6 -6
- 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/utils/index.d.ts +3 -3
- 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 +832 -760
- package/es/components/iho-chat/src/Index.vue.d.ts +832 -760
- package/es/components/iho-chat/src/Index.vue2.js +4 -3
- package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +42 -42
- package/es/components/iho-chat/src/components/ChatAdd.vue2.js +41 -41
- package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +122 -88
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +5 -5
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +64 -64
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +73 -70
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +306 -272
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +8 -8
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +191 -177
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +32 -14
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +61 -61
- package/es/components/iho-chat/src/components/ChatRecord.vue2.js +57 -63
- package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +34 -34
- package/es/components/iho-chat/src/components/ChatSearch.vue2.js +33 -36
- package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +65 -65
- package/es/components/iho-chat/src/components/ChatSet.vue2.js +56 -66
- package/es/components/iho-chat/src/components/ContextMenu.d.ts +5 -5
- package/es/components/iho-chat/src/components/ContextMenu.js +40 -15
- package/es/components/iho-chat/src/components/ImageLightbox.vue.d.ts +40 -22
- package/es/components/iho-chat/src/components/ImageLightbox.vue2.js +24 -21
- package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +9 -9
- package/es/components/iho-chat/src/components/MessageEvent.vue2.js +11 -13
- package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +32 -32
- package/es/components/iho-chat/src/components/MessageMergeForward.vue2.js +2 -2
- package/es/components/iho-chat/src/components/MessageTemplate.vue.d.ts +18 -22
- package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +33 -35
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +82 -64
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +39 -45
- package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +13 -13
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +3 -3
- package/es/components/iho-chat/src/components/SelectLabel.vue.d.ts +15 -15
- package/es/components/iho-chat/src/components/SelectLabel.vue2.js +3 -2
- package/es/components/iho-chat/src/components/SiderList.vue.d.ts +69 -63
- package/es/components/iho-chat/src/components/SiderList.vue2.js +2 -2
- package/es/components/iho-chat/src/components/Video.vue.d.ts +13 -13
- package/es/components/iho-chat/src/components/Video.vue2.js +8 -12
- package/es/components/iho-chat/src/components/userItemRender.d.ts +5 -5
- package/es/components/iho-chat/src/hooks/useData.d.ts +6 -6
- 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 +11 -6
- package/es/components/iho-chat/src/utils/index.d.ts +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 +8 -7
- 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 +12 -11
- 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 +14 -11
- 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 +26 -23
- 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 +3 -3
- 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/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/hooks/useSelectOption.d.ts +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/selectRendererPlugin/editSelect.d.ts +6 -6
- 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/timeRendererPlugin/editTime.vue.d.ts +39 -39
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +8 -7
- 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/info-header/index.d.ts +195 -355
- package/es/components/info-header/src/InfoHeader.vue.d.ts +195 -355
- package/es/components/info-header/src/InfoHeader.vue2.js +5 -4
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +37 -46
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +24 -24
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +44 -63
- 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 +109 -129
- package/es/components/info-header/src/components/infoDescription/index.vue2.js +8 -8
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +65 -68
- package/es/components/info-header/src/components/patientInfo/index.vue2.js +14 -12
- package/es/components/keyboard/index.d.ts +77 -65
- package/es/components/keyboard/src/Keyboard.vue.d.ts +77 -65
- package/es/components/keyboard/src/Keyboard.vue2.js +16 -16
- package/es/components/keyboard/src/components/InputNumber.vue.d.ts +16 -16
- package/es/components/keyboard/src/components/InputNumber.vue2.js +3 -2
- package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +46 -40
- package/es/components/keyboard/src/components/NumberPanel.vue2.js +12 -12
- 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 +11 -11
- 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 +7 -6
- 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 +15 -15
- 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 +5 -4
- 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 +13 -14
- package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +9 -9
- package/es/components/recommend-search/src/components/RecommendMenu.vue2.js +13 -13
- package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +29 -29
- package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +8 -8
- package/es/components/scale-view/index.d.ts +107 -87
- package/es/components/scale-view/src/ScaleView.vue.d.ts +66 -63
- package/es/components/scale-view/src/ScaleView.vue2.js +15 -13
- package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/AnswerParse.vue2.js +8 -8
- 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 +23 -23
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +10 -10
- package/es/components/scale-view/src/components/EvaluatePage.vue2.js +6 -5
- package/es/components/scale-view/src/components/LoadingCom.vue.js +3 -5
- 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/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 +15 -17
- package/es/components/search-cascader/src/components/SearchMenu.d.ts +5 -5
- 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 +23 -25
- package/es/components/select-label/src/SelectLabel.vue.d.ts +42 -64
- package/es/components/select-label/src/SelectLabel.vue2.js +11 -12
- 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 +26 -29
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +29 -21
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +14 -16
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +45 -37
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +6 -6
- 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 +10 -13
- 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 +21 -17
- package/es/components/select-person/src/SelectPersonRole.vue.d.ts +80 -66
- package/es/components/select-person/src/SelectPersonRole.vue2.js +13 -13
- package/es/components/select-person/src/SelectPersonType.vue.d.ts +41 -31
- package/es/components/select-person/src/SelectPersonType.vue2.js +6 -6
- 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-setter/index.d.ts +287 -81
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +287 -81
- package/es/components/shortcut-setter/src/ShortcutSetter.vue2.js +3 -2
- 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 +5 -4
- 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 +1 -2
- 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 +3 -3
- 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 +10 -9
- 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 +6 -5
- package/es/components/table-export-field/src/index.vue.d.ts +82 -66
- package/es/components/table-export-field/src/index.vue2.js +5 -4
- 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 +33 -38
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +230 -224
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +41 -40
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.d.ts +15 -15
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue2.js +10 -9
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +44 -44
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +19 -18
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +47 -47
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +27 -26
- 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 +216 -210
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +253 -247
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +31 -34
- 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 +39 -39
- 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 +27 -27
- 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 +2 -1
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +39 -39
- 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 +10 -9
- 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 +8 -9
- 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 +8 -7
- 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 +285 -279
- 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 +272 -266
- package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -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 +19 -19
- package/es/components/time-picker/src/TimePicker.vue.d.ts +19 -19
- package/es/components/time-picker/src/TimePicker.vue2.js +5 -4
- 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 +8 -7
- package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +19 -22
- package/es/components/vertify/src/components/IdentityVerification.vue2.js +10 -9
- package/es/components/vod-chunk-upload/index.d.ts +248 -28
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +18 -18
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +24 -25
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +248 -28
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +32 -33
- package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +207 -5
- package/es/env.d.ts +25 -25
- package/es/shared/components/AbbrText/AbbrText.d.ts +3 -3
- 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/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/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/useLevelSearchCascader.d.ts +7 -4
- package/es/shared/package.json.js +1 -1
- package/es/shared/utils/index.d.ts +1 -1
- package/package.json +2 -2
@@ -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;
|
@@ -52,8 +53,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
52
53
|
type: import("vue").PropType<string | Element>;
|
53
54
|
default: string;
|
54
55
|
};
|
55
|
-
}
|
56
|
-
props:
|
56
|
+
}>, {
|
57
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
57
58
|
token: {
|
58
59
|
type: StringConstructor;
|
59
60
|
required: true;
|
@@ -106,19 +107,19 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
106
107
|
type: import("vue").PropType<string | Element>;
|
107
108
|
default: string;
|
108
109
|
};
|
109
|
-
}>> & {
|
110
|
+
}>> & Readonly<{
|
110
111
|
"onTemplate-click"?: ((...args: any[]) => any) | undefined;
|
111
112
|
"onUnread-message-update"?: ((...args: any[]) => any) | undefined;
|
112
113
|
"onSession-change"?: ((...args: any[]) => any) | undefined;
|
113
114
|
"onSession-close"?: ((...args: any[]) => any) | undefined;
|
114
|
-
}
|
115
|
+
}> & {}>;
|
115
116
|
emit: (event: "template-click" | "unread-message-update" | "session-change" | "session-close", ...args: any[]) => void;
|
116
|
-
loading: import("vue").Ref<boolean>;
|
117
|
+
loading: import("vue").Ref<boolean, boolean>;
|
117
118
|
data: {
|
118
|
-
filterable: import("vue").Ref<any>;
|
119
|
-
trtcProxy: import("vue").Ref<any>;
|
119
|
+
filterable: import("vue").Ref<any, any>;
|
120
|
+
trtcProxy: import("vue").Ref<any, any>;
|
120
121
|
cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
|
121
|
-
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>;
|
122
123
|
state: {
|
123
124
|
orgId: string | number;
|
124
125
|
currentSessionItem: import("../../shared/types").AnyObject;
|
@@ -258,10 +259,10 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
258
259
|
getCurrentSession: () => import("../../shared/types").AnyObject | null;
|
259
260
|
isEnded: import("vue").ComputedRef<boolean>;
|
260
261
|
getUnreadData: () => import("../../shared/types").AnyObject[];
|
261
|
-
NLayout: any;
|
262
|
-
NLayoutContent: any;
|
263
|
-
NSpin: any;
|
264
|
-
NConfigProvider: any;
|
262
|
+
readonly NLayout: any;
|
263
|
+
readonly NLayoutContent: any;
|
264
|
+
readonly NSpin: any;
|
265
|
+
readonly NConfigProvider: any;
|
265
266
|
SiderList: import("vue").DefineComponent<{}, {
|
266
267
|
filterKey: {
|
267
268
|
all: string;
|
@@ -269,23 +270,29 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
269
270
|
ended: string;
|
270
271
|
};
|
271
272
|
unreadSessionKeys: string[];
|
272
|
-
flexWidth: import("vue").Ref<number>;
|
273
|
-
listBoxRef: import("vue").Ref<HTMLElement | undefined>;
|
273
|
+
flexWidth: import("vue").Ref<number, number>;
|
274
|
+
listBoxRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
274
275
|
filterListByTag: import("vue").Ref<{
|
275
276
|
label: string;
|
276
277
|
key: string;
|
278
|
+
}[], {
|
279
|
+
label: string;
|
280
|
+
key: string;
|
281
|
+
}[] | {
|
282
|
+
label: string;
|
283
|
+
key: string;
|
277
284
|
}[]>;
|
278
|
-
contextmenuRef: import("vue").Ref<any>;
|
279
|
-
showMenu: import("vue").Ref<boolean>;
|
280
|
-
menuPosition: any
|
281
|
-
sessionId: import("vue").Ref<any>;
|
282
|
-
currentFilterKey: import("vue").Ref<string>;
|
283
|
-
datePickerRef: import("vue").Ref<any>;
|
284
|
-
inputRef: import("vue").Ref<any>;
|
285
|
-
dateRange: import("vue").Ref<any>;
|
286
|
-
keyword: import("vue").Ref<string>;
|
287
|
-
showSearch: import("vue").Ref<boolean>;
|
288
|
-
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[]>;
|
289
296
|
handleInput: () => void;
|
290
297
|
state: {
|
291
298
|
orgId: string | number;
|
@@ -340,7 +347,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
340
347
|
isForward: boolean;
|
341
348
|
};
|
342
349
|
unreadTotal: import("vue").ComputedRef<number>;
|
343
|
-
filterable: import("vue").Ref<any>;
|
350
|
+
filterable: import("vue").Ref<any, any>;
|
344
351
|
openSession: (session: string | import("../../shared/types").AnyObject) => Promise<void>;
|
345
352
|
setUpdateSessionItem: (item: import("../../shared/types").AnyObject) => void;
|
346
353
|
setCurrentSessionItem: (item: import("../../shared/types").AnyObject) => void;
|
@@ -356,13 +363,13 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
356
363
|
handleClickoutside: (e: Event) => void;
|
357
364
|
handleUpdateDate: (value: string[]) => void;
|
358
365
|
handleSearch: () => void;
|
359
|
-
NBadge: any;
|
360
|
-
NAvatar: any;
|
361
|
-
NInput: any;
|
362
|
-
NTag: any;
|
363
|
-
NIcon: any;
|
364
|
-
NPopover: any;
|
365
|
-
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<{
|
366
373
|
type: {
|
367
374
|
type: StringConstructor;
|
368
375
|
default: string;
|
@@ -377,7 +384,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
377
384
|
id: {
|
378
385
|
type: StringConstructor;
|
379
386
|
};
|
380
|
-
}
|
387
|
+
}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("select" | "update:show")[], "select" | "update:show", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
381
388
|
type: {
|
382
389
|
type: StringConstructor;
|
383
390
|
default: string;
|
@@ -392,22 +399,22 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
392
399
|
id: {
|
393
400
|
type: StringConstructor;
|
394
401
|
};
|
395
|
-
}>> & {
|
402
|
+
}>> & Readonly<{
|
396
403
|
onSelect?: ((...args: any[]) => any) | undefined;
|
397
404
|
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
398
|
-
}
|
405
|
+
}>, {
|
399
406
|
type: string;
|
400
407
|
show: boolean;
|
401
|
-
}>;
|
402
|
-
vFlexibleResize: {
|
408
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
409
|
+
readonly vFlexibleResize: {
|
403
410
|
mounted(el: any, { value }: any): void;
|
404
411
|
beforeUnmount(el: any): void;
|
405
412
|
};
|
406
|
-
formatTime: typeof import("./src/utils").formatTime;
|
407
|
-
isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
408
|
-
getRoleName: typeof import("./src/utils").getRoleName;
|
409
|
-
STATUS: typeof import("./src/constants").STATUS;
|
410
|
-
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<{
|
411
418
|
updateUnchangedValue: {
|
412
419
|
type: BooleanConstructor;
|
413
420
|
};
|
@@ -438,11 +445,11 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
438
445
|
isDateDisabled: {
|
439
446
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
440
447
|
};
|
441
|
-
}
|
448
|
+
}>, {
|
442
449
|
attrs: {
|
443
450
|
[x: string]: unknown;
|
444
451
|
};
|
445
|
-
props:
|
452
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
446
453
|
updateUnchangedValue: {
|
447
454
|
type: BooleanConstructor;
|
448
455
|
};
|
@@ -473,15 +480,15 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
473
480
|
isDateDisabled: {
|
474
481
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
475
482
|
};
|
476
|
-
}>> & {
|
483
|
+
}>> & Readonly<{
|
477
484
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
478
|
-
}
|
485
|
+
}> & {}>;
|
479
486
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
480
|
-
datePickerRef: import("vue").Ref<import("../../shared/types").AnyObject | null>;
|
481
|
-
panelInstRef: import("vue").Ref<null>;
|
482
|
-
placeholderRef: import("vue").Ref<any>;
|
483
|
-
oldValue: string;
|
484
|
-
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>;
|
485
492
|
isDateTime: import("vue").ComputedRef<boolean>;
|
486
493
|
formatRef: import("vue").ComputedRef<string>;
|
487
494
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
@@ -496,8 +503,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
496
503
|
onConfirm: (...args: any[]) => Promise<void>;
|
497
504
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
498
505
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
499
|
-
NDatePicker: any;
|
500
|
-
},
|
506
|
+
readonly NDatePicker: any;
|
507
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
501
508
|
updateUnchangedValue: {
|
502
509
|
type: BooleanConstructor;
|
503
510
|
};
|
@@ -528,31 +535,31 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
528
535
|
isDateDisabled: {
|
529
536
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
530
537
|
};
|
531
|
-
}>> & {
|
538
|
+
}>> & Readonly<{
|
532
539
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
533
|
-
}
|
540
|
+
}>, {
|
534
541
|
type: string;
|
535
542
|
updateUnchangedValue: boolean;
|
536
543
|
to: string | false | HTMLElement;
|
537
544
|
holidays: Date[];
|
538
|
-
}>>;
|
539
|
-
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<{}>>, {}>;
|
540
|
-
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<{
|
541
548
|
item: {
|
542
549
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
543
550
|
default: () => {};
|
544
551
|
};
|
545
|
-
}
|
552
|
+
}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "item-click"[], "item-click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
546
553
|
item: {
|
547
554
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
548
555
|
default: () => {};
|
549
556
|
};
|
550
|
-
}>> & {
|
557
|
+
}>> & Readonly<{
|
551
558
|
"onItem-click"?: ((...args: any[]) => any) | undefined;
|
552
|
-
}
|
559
|
+
}>, {
|
553
560
|
item: import("../../shared/types").AnyObject;
|
554
|
-
}>;
|
555
|
-
DefaultPage: SFCWithInstall<import("vue").DefineComponent<{
|
561
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
562
|
+
readonly DefaultPage: SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
556
563
|
type: {
|
557
564
|
type: StringConstructor;
|
558
565
|
default: string;
|
@@ -564,8 +571,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
564
571
|
content: string;
|
565
572
|
};
|
566
573
|
};
|
567
|
-
}
|
568
|
-
props:
|
574
|
+
}>, {
|
575
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
569
576
|
type: {
|
570
577
|
type: StringConstructor;
|
571
578
|
default: string;
|
@@ -577,9 +584,9 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
577
584
|
content: string;
|
578
585
|
};
|
579
586
|
};
|
580
|
-
}>> & {
|
587
|
+
}>> & Readonly<{
|
581
588
|
onReloadPage?: ((...args: any[]) => any) | undefined;
|
582
|
-
}
|
589
|
+
}> & {}>;
|
583
590
|
emit: (event: "reloadPage", ...args: any[]) => void;
|
584
591
|
configResult: import("vue").ComputedRef<{
|
585
592
|
title: string;
|
@@ -587,9 +594,9 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
587
594
|
img: string;
|
588
595
|
}>;
|
589
596
|
reloadPage: () => void;
|
590
|
-
NIcon: any;
|
591
|
-
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<{}>>, {}>;
|
592
|
-
},
|
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<{
|
593
600
|
type: {
|
594
601
|
type: StringConstructor;
|
595
602
|
default: string;
|
@@ -601,13 +608,13 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
601
608
|
content: string;
|
602
609
|
};
|
603
610
|
};
|
604
|
-
}>> & {
|
611
|
+
}>> & Readonly<{
|
605
612
|
onReloadPage?: ((...args: any[]) => any) | undefined;
|
606
|
-
}
|
613
|
+
}>, {
|
607
614
|
type: string;
|
608
615
|
config: import("../../shared/types").AnyObject;
|
609
|
-
}>>;
|
610
|
-
}, {}, {}, {}, 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>;
|
611
618
|
ChatHeader: import("vue").DefineComponent<{}, {
|
612
619
|
state: {
|
613
620
|
orgId: string | number;
|
@@ -667,10 +674,10 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
667
674
|
setCurrentSessionItem: (item: import("../../shared/types").AnyObject) => void;
|
668
675
|
emit: (event: "template-click" | "unread-message-update" | "session-change" | "session-close", ...args: any[]) => void;
|
669
676
|
setUserDetail: (event: MouseEvent, userDetail: import("../../shared/types").AnyObject) => void;
|
670
|
-
showChatSet: import("vue").Ref<boolean>;
|
671
|
-
showChatFile: import("vue").Ref<boolean>;
|
672
|
-
chatFileType: import("vue").Ref<string>;
|
673
|
-
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>;
|
674
681
|
chatAddProps: import("vue").ComputedRef<{
|
675
682
|
mode: string;
|
676
683
|
disabledIds: any[];
|
@@ -684,11 +691,11 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
684
691
|
}>;
|
685
692
|
handleOpenChatFile: (type: string) => void;
|
686
693
|
handleClose: () => Promise<void>;
|
687
|
-
NAvatar: any;
|
688
|
-
NIcon: any;
|
689
|
-
NButton: any;
|
690
|
-
NTooltip: any;
|
691
|
-
NPopconfirm: any;
|
694
|
+
readonly NAvatar: any;
|
695
|
+
readonly NIcon: any;
|
696
|
+
readonly NButton: any;
|
697
|
+
readonly NTooltip: any;
|
698
|
+
readonly NPopconfirm: any;
|
692
699
|
ChatSet: import("vue").DefineComponent<{}, {
|
693
700
|
attrs: {
|
694
701
|
[x: string]: unknown;
|
@@ -749,10 +756,10 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
749
756
|
setUserDetail: (event: MouseEvent, userDetail: import("../../shared/types").AnyObject) => void;
|
750
757
|
isGroupChat: import("vue").ComputedRef<boolean>;
|
751
758
|
isGroupLeader: import("vue").ComputedRef<boolean>;
|
752
|
-
inputRef: import("vue").Ref<any>;
|
753
|
-
groupNameEditing: import("vue").Ref<boolean>;
|
754
|
-
groupName: import("vue").Ref<string>;
|
755
|
-
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>;
|
756
763
|
currentGroupUserIds: import("vue").ComputedRef<any[]>;
|
757
764
|
currentGroupUser: import("vue").ComputedRef<import("../../shared/types").AnyObject[]>;
|
758
765
|
handleTopping: (value: boolean) => Promise<void>;
|
@@ -762,23 +769,23 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
762
769
|
handleGroupName: () => Promise<void>;
|
763
770
|
handleAvatar: (options: import("./src/types").FileOptions) => Promise<void>;
|
764
771
|
closeChatSet: () => void;
|
765
|
-
NDrawer: any;
|
766
|
-
NDrawerContent: any;
|
767
|
-
NAvatar: any;
|
768
|
-
NIcon: any;
|
769
|
-
NSwitch: any;
|
770
|
-
NInput: any;
|
771
|
-
NSpace: any;
|
772
|
-
NButton: any;
|
773
|
-
NUploadTrigger: any;
|
774
|
-
NUpload: any;
|
775
|
-
NPopconfirm: any;
|
776
|
-
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<{}>>, {}>;
|
777
|
-
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<{}>>, {}>;
|
778
|
-
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<{}>>, {}>;
|
779
|
-
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<{}>>, {}>;
|
780
|
-
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<{}>>, {}>;
|
781
|
-
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<{
|
782
789
|
title: {
|
783
790
|
type: StringConstructor;
|
784
791
|
default: string;
|
@@ -802,14 +809,14 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
802
809
|
type: BooleanConstructor;
|
803
810
|
default: boolean;
|
804
811
|
};
|
805
|
-
}
|
812
|
+
}>, {
|
806
813
|
initialOptions: import("../../shared/types").AnyObject[];
|
807
814
|
tabList: {
|
808
815
|
key: string;
|
809
816
|
label: string;
|
810
817
|
}[];
|
811
818
|
orgList: import("../../shared/types").AnyObject[];
|
812
|
-
props:
|
819
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
813
820
|
title: {
|
814
821
|
type: StringConstructor;
|
815
822
|
default: string;
|
@@ -833,9 +840,9 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
833
840
|
type: BooleanConstructor;
|
834
841
|
default: boolean;
|
835
842
|
};
|
836
|
-
}>> & {
|
843
|
+
}>> & Readonly<{
|
837
844
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
838
|
-
}
|
845
|
+
}> & {}>;
|
839
846
|
emit: (event: "comfirm", ...args: any[]) => void;
|
840
847
|
state: {
|
841
848
|
orgId: string | number;
|
@@ -890,16 +897,16 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
890
897
|
isForward: boolean;
|
891
898
|
};
|
892
899
|
setCurrentSessionItem: (item: import("../../shared/types").AnyObject) => void;
|
893
|
-
listRef: import("vue").Ref<any>;
|
894
|
-
keyword: import("vue").Ref<string>;
|
895
|
-
showModal: import("vue").Ref<boolean>;
|
896
|
-
checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
897
|
-
groupName: import("vue").Ref<string>;
|
898
|
-
remark: import("vue").Ref<string>;
|
899
|
-
currentTab: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
900
|
-
breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
901
|
-
breadcrumbRef: import("vue").Ref<any>;
|
902
|
-
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[]>;
|
903
910
|
handleInput: () => void;
|
904
911
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
905
912
|
sessionList: import("vue").ComputedRef<{
|
@@ -925,8 +932,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
925
932
|
}[]>;
|
926
933
|
checkedIds: import("vue").ComputedRef<any[]>;
|
927
934
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
928
|
-
allChecked: import("vue").WritableComputedRef<boolean>;
|
929
|
-
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
935
|
+
allChecked: import("vue").WritableComputedRef<boolean, boolean>;
|
936
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[], any[]>;
|
930
937
|
currentTabKey: import("vue").ComputedRef<any>;
|
931
938
|
showAllCheckbox: import("vue").ComputedRef<boolean>;
|
932
939
|
getOrgList: () => Promise<void>;
|
@@ -941,28 +948,28 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
941
948
|
getAllUser: (tree: import("../../shared/types").AnyObject[]) => import("../../shared/types").AnyObject[];
|
942
949
|
handlePositiveClick: () => Promise<void>;
|
943
950
|
closeTag: (id: string) => void;
|
944
|
-
NModal: any;
|
945
|
-
NButton: any;
|
946
|
-
NSpace: any;
|
947
|
-
NAvatar: any;
|
948
|
-
NIcon: any;
|
949
|
-
NTag: any;
|
950
|
-
NInput: any;
|
951
|
-
NCheckbox: any;
|
952
|
-
NCheckboxGroup: any;
|
953
|
-
NTooltip: any;
|
954
|
-
NBreadcrumb: any;
|
955
|
-
NBreadcrumbItem: any;
|
956
|
-
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<{}>>, {}>;
|
957
|
-
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<{}>>, {}>;
|
958
|
-
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<{}>>, {}>;
|
959
|
-
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<{}>>, {}>;
|
960
|
-
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<{}>>, {}>;
|
961
|
-
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<{}>>, {}>;
|
962
|
-
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
963
|
-
isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
964
|
-
getRoleName: typeof import("./src/utils").getRoleName;
|
965
|
-
},
|
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<{
|
966
973
|
title: {
|
967
974
|
type: StringConstructor;
|
968
975
|
default: string;
|
@@ -986,19 +993,19 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
986
993
|
type: BooleanConstructor;
|
987
994
|
default: boolean;
|
988
995
|
};
|
989
|
-
}>> & {
|
996
|
+
}>> & Readonly<{
|
990
997
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
991
|
-
}
|
998
|
+
}>, {
|
992
999
|
title: string;
|
993
1000
|
defaultValue: import("../../shared/types").AnyObject[];
|
994
1001
|
disabled: boolean;
|
995
1002
|
mode: string;
|
996
1003
|
disabledIds: string[];
|
997
|
-
}>;
|
998
|
-
isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
999
|
-
getRoleName: typeof import("./src/utils").getRoleName;
|
1000
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
1001
|
-
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<{
|
1002
1009
|
type: {
|
1003
1010
|
type: StringConstructor;
|
1004
1011
|
default: string;
|
@@ -1006,8 +1013,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1006
1013
|
visible: {
|
1007
1014
|
type: BooleanConstructor;
|
1008
1015
|
};
|
1009
|
-
}
|
1010
|
-
props:
|
1016
|
+
}>, {
|
1017
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1011
1018
|
type: {
|
1012
1019
|
type: StringConstructor;
|
1013
1020
|
default: string;
|
@@ -1015,7 +1022,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1015
1022
|
visible: {
|
1016
1023
|
type: BooleanConstructor;
|
1017
1024
|
};
|
1018
|
-
}>> & {}
|
1025
|
+
}>> & Readonly<{}> & {}>;
|
1019
1026
|
cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
|
1020
1027
|
state: {
|
1021
1028
|
orgId: string | number;
|
@@ -1087,13 +1094,29 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1087
1094
|
width?: number | undefined;
|
1088
1095
|
height?: number | undefined;
|
1089
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
|
+
}[];
|
1090
1113
|
}[]>;
|
1091
|
-
fileList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1092
|
-
imageRef: import("vue").Ref<any>;
|
1093
|
-
fileRef: import("vue").Ref<any>;
|
1094
|
-
keyword: import("vue").Ref<any>;
|
1095
|
-
currentImgId: import("vue").Ref<string | undefined>;
|
1096
|
-
showLightbox: import("vue").Ref<boolean>;
|
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>;
|
1097
1120
|
handleInput: () => void;
|
1098
1121
|
pageInfo: {
|
1099
1122
|
page: number;
|
@@ -1119,18 +1142,18 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1119
1142
|
width?: number | undefined;
|
1120
1143
|
height?: number | undefined;
|
1121
1144
|
}[]>;
|
1122
|
-
NModal: any;
|
1123
|
-
NInput: any;
|
1124
|
-
NIcon: any;
|
1125
|
-
NTooltip: any;
|
1126
|
-
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<{}>>, {}>;
|
1127
|
-
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<{}>>, {}>;
|
1128
|
-
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<{}>>, {}>;
|
1129
|
-
downloadFile: typeof import("./src/utils").downloadFile;
|
1130
|
-
formatJsonstr: typeof import("./src/utils").formatJsonstr;
|
1131
|
-
getFileType: typeof import("./src/utils").getFileType;
|
1132
|
-
getDetail: typeof import("./src/utils").getDetail;
|
1133
|
-
ChatAdd: import("vue").DefineComponent<{
|
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<{
|
1134
1157
|
title: {
|
1135
1158
|
type: StringConstructor;
|
1136
1159
|
default: string;
|
@@ -1154,14 +1177,14 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1154
1177
|
type: BooleanConstructor;
|
1155
1178
|
default: boolean;
|
1156
1179
|
};
|
1157
|
-
}
|
1180
|
+
}>, {
|
1158
1181
|
initialOptions: import("../../shared/types").AnyObject[];
|
1159
1182
|
tabList: {
|
1160
1183
|
key: string;
|
1161
1184
|
label: string;
|
1162
1185
|
}[];
|
1163
1186
|
orgList: import("../../shared/types").AnyObject[];
|
1164
|
-
props:
|
1187
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1165
1188
|
title: {
|
1166
1189
|
type: StringConstructor;
|
1167
1190
|
default: string;
|
@@ -1185,9 +1208,9 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1185
1208
|
type: BooleanConstructor;
|
1186
1209
|
default: boolean;
|
1187
1210
|
};
|
1188
|
-
}>> & {
|
1211
|
+
}>> & Readonly<{
|
1189
1212
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
1190
|
-
}
|
1213
|
+
}> & {}>;
|
1191
1214
|
emit: (event: "comfirm", ...args: any[]) => void;
|
1192
1215
|
state: {
|
1193
1216
|
orgId: string | number;
|
@@ -1242,16 +1265,16 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1242
1265
|
isForward: boolean;
|
1243
1266
|
};
|
1244
1267
|
setCurrentSessionItem: (item: import("../../shared/types").AnyObject) => void;
|
1245
|
-
listRef: import("vue").Ref<any>;
|
1246
|
-
keyword: import("vue").Ref<string>;
|
1247
|
-
showModal: import("vue").Ref<boolean>;
|
1248
|
-
checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1249
|
-
groupName: import("vue").Ref<string>;
|
1250
|
-
remark: import("vue").Ref<string>;
|
1251
|
-
currentTab: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1252
|
-
breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1253
|
-
breadcrumbRef: import("vue").Ref<any>;
|
1254
|
-
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[]>;
|
1255
1278
|
handleInput: () => void;
|
1256
1279
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
1257
1280
|
sessionList: import("vue").ComputedRef<{
|
@@ -1277,8 +1300,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1277
1300
|
}[]>;
|
1278
1301
|
checkedIds: import("vue").ComputedRef<any[]>;
|
1279
1302
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
1280
|
-
allChecked: import("vue").WritableComputedRef<boolean>;
|
1281
|
-
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
1303
|
+
allChecked: import("vue").WritableComputedRef<boolean, boolean>;
|
1304
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[], any[]>;
|
1282
1305
|
currentTabKey: import("vue").ComputedRef<any>;
|
1283
1306
|
showAllCheckbox: import("vue").ComputedRef<boolean>;
|
1284
1307
|
getOrgList: () => Promise<void>;
|
@@ -1293,28 +1316,28 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1293
1316
|
getAllUser: (tree: import("../../shared/types").AnyObject[]) => import("../../shared/types").AnyObject[];
|
1294
1317
|
handlePositiveClick: () => Promise<void>;
|
1295
1318
|
closeTag: (id: string) => void;
|
1296
|
-
NModal: any;
|
1297
|
-
NButton: any;
|
1298
|
-
NSpace: any;
|
1299
|
-
NAvatar: any;
|
1300
|
-
NIcon: any;
|
1301
|
-
NTag: any;
|
1302
|
-
NInput: any;
|
1303
|
-
NCheckbox: any;
|
1304
|
-
NCheckboxGroup: any;
|
1305
|
-
NTooltip: any;
|
1306
|
-
NBreadcrumb: any;
|
1307
|
-
NBreadcrumbItem: any;
|
1308
|
-
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<{}>>, {}>;
|
1309
|
-
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<{}>>, {}>;
|
1310
|
-
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<{}>>, {}>;
|
1311
|
-
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<{}>>, {}>;
|
1312
|
-
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<{}>>, {}>;
|
1313
|
-
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<{}>>, {}>;
|
1314
|
-
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
1315
|
-
isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
1316
|
-
getRoleName: typeof import("./src/utils").getRoleName;
|
1317
|
-
},
|
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<{
|
1318
1341
|
title: {
|
1319
1342
|
type: StringConstructor;
|
1320
1343
|
default: string;
|
@@ -1338,16 +1361,16 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1338
1361
|
type: BooleanConstructor;
|
1339
1362
|
default: boolean;
|
1340
1363
|
};
|
1341
|
-
}>> & {
|
1364
|
+
}>> & Readonly<{
|
1342
1365
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
1343
|
-
}
|
1366
|
+
}>, {
|
1344
1367
|
title: string;
|
1345
1368
|
defaultValue: import("../../shared/types").AnyObject[];
|
1346
1369
|
disabled: boolean;
|
1347
1370
|
mode: string;
|
1348
1371
|
disabledIds: string[];
|
1349
|
-
}>;
|
1350
|
-
ImageLightbox: import("vue").DefineComponent<{
|
1372
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1373
|
+
ImageLightbox: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1351
1374
|
images: {
|
1352
1375
|
type: import("vue").PropType<import("./src/types").ImageItem[]>;
|
1353
1376
|
default: () => never[];
|
@@ -1359,8 +1382,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1359
1382
|
type: StringConstructor;
|
1360
1383
|
default: string;
|
1361
1384
|
};
|
1362
|
-
}
|
1363
|
-
props:
|
1385
|
+
}>, {
|
1386
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1364
1387
|
images: {
|
1365
1388
|
type: import("vue").PropType<import("./src/types").ImageItem[]>;
|
1366
1389
|
default: () => never[];
|
@@ -1372,26 +1395,44 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1372
1395
|
type: StringConstructor;
|
1373
1396
|
default: string;
|
1374
1397
|
};
|
1375
|
-
}>> & {
|
1398
|
+
}>> & Readonly<{
|
1376
1399
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
1377
1400
|
"onUpdate:currentId"?: ((...args: any[]) => any) | undefined;
|
1378
|
-
}
|
1401
|
+
}> & {}>;
|
1379
1402
|
emit: (event: "update:visible" | "update:currentId", ...args: any[]) => void;
|
1380
|
-
imageEl: import("vue").Ref<HTMLImageElement | null>;
|
1403
|
+
imageEl: import("vue").Ref<HTMLImageElement | null, HTMLImageElement | null>;
|
1381
1404
|
naturalSize: import("vue").Ref<{
|
1382
1405
|
width: number;
|
1383
1406
|
height: number;
|
1407
|
+
}, {
|
1408
|
+
width: number;
|
1409
|
+
height: number;
|
1410
|
+
} | {
|
1411
|
+
width: number;
|
1412
|
+
height: number;
|
1384
1413
|
}>;
|
1385
|
-
scale: import("vue").Ref<number>;
|
1386
|
-
rotation: import("vue").Ref<number>;
|
1387
|
-
isDragging: import("vue").Ref<boolean>;
|
1414
|
+
scale: import("vue").Ref<number, number>;
|
1415
|
+
rotation: import("vue").Ref<number, number>;
|
1416
|
+
isDragging: import("vue").Ref<boolean, boolean>;
|
1388
1417
|
offset: import("vue").Ref<{
|
1389
1418
|
x: number;
|
1390
1419
|
y: number;
|
1420
|
+
}, {
|
1421
|
+
x: number;
|
1422
|
+
y: number;
|
1423
|
+
} | {
|
1424
|
+
x: number;
|
1425
|
+
y: number;
|
1391
1426
|
}>;
|
1392
1427
|
lastMouse: import("vue").Ref<{
|
1393
1428
|
x: number;
|
1394
1429
|
y: number;
|
1430
|
+
}, {
|
1431
|
+
x: number;
|
1432
|
+
y: number;
|
1433
|
+
} | {
|
1434
|
+
x: number;
|
1435
|
+
y: number;
|
1395
1436
|
}>;
|
1396
1437
|
idToIndexMap: import("vue").ComputedRef<Map<string, number>>;
|
1397
1438
|
currentIndex: import("vue").ComputedRef<number>;
|
@@ -1419,16 +1460,16 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1419
1460
|
handleWheel: (e: WheelEvent) => void;
|
1420
1461
|
handleImageLoad: () => void;
|
1421
1462
|
download: () => void;
|
1422
|
-
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<{}>>, {}>;
|
1423
|
-
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<{}>>, {}>;
|
1424
|
-
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<{}>>, {}>;
|
1425
|
-
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<{}>>, {}>;
|
1426
|
-
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<{}>>, {}>;
|
1427
|
-
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<{}>>, {}>;
|
1428
|
-
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<{}>>, {}>;
|
1429
|
-
NButton: any;
|
1430
|
-
NIcon: any;
|
1431
|
-
},
|
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<{
|
1432
1473
|
images: {
|
1433
1474
|
type: import("vue").PropType<import("./src/types").ImageItem[]>;
|
1434
1475
|
default: () => never[];
|
@@ -1440,15 +1481,15 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1440
1481
|
type: StringConstructor;
|
1441
1482
|
default: string;
|
1442
1483
|
};
|
1443
|
-
}>> & {
|
1484
|
+
}>> & Readonly<{
|
1444
1485
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
1445
1486
|
"onUpdate:currentId"?: ((...args: any[]) => any) | undefined;
|
1446
|
-
}
|
1487
|
+
}>, {
|
1447
1488
|
visible: boolean;
|
1448
1489
|
images: import("./src/types").ImageItem[];
|
1449
1490
|
currentId: string;
|
1450
|
-
}>;
|
1451
|
-
},
|
1491
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1492
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1452
1493
|
type: {
|
1453
1494
|
type: StringConstructor;
|
1454
1495
|
default: string;
|
@@ -1456,24 +1497,24 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1456
1497
|
visible: {
|
1457
1498
|
type: BooleanConstructor;
|
1458
1499
|
};
|
1459
|
-
}
|
1500
|
+
}>> & Readonly<{}>, {
|
1460
1501
|
type: string;
|
1461
1502
|
visible: boolean;
|
1462
|
-
}>;
|
1463
|
-
ChatRecord: import("vue").DefineComponent<{
|
1503
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1504
|
+
ChatRecord: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1464
1505
|
visible: {
|
1465
1506
|
type: BooleanConstructor;
|
1466
1507
|
};
|
1467
|
-
}
|
1508
|
+
}>, {
|
1468
1509
|
tagColor: {
|
1469
1510
|
color: string;
|
1470
1511
|
textColor: string;
|
1471
1512
|
};
|
1472
|
-
props:
|
1513
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1473
1514
|
visible: {
|
1474
1515
|
type: BooleanConstructor;
|
1475
1516
|
};
|
1476
|
-
}>> & {}
|
1517
|
+
}>> & Readonly<{}> & {}>;
|
1477
1518
|
state: {
|
1478
1519
|
orgId: string | number;
|
1479
1520
|
currentSessionItem: import("../../shared/types").AnyObject;
|
@@ -1527,12 +1568,12 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1527
1568
|
isForward: boolean;
|
1528
1569
|
};
|
1529
1570
|
cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
|
1530
|
-
recordRef: import("vue").Ref<any>;
|
1531
|
-
recordList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1532
|
-
keyword: import("vue").Ref<any>;
|
1533
|
-
memberList: import("vue").Ref<never[]>;
|
1534
|
-
startTime: import("vue").Ref<any>;
|
1535
|
-
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>;
|
1536
1577
|
handleInput: () => void;
|
1537
1578
|
pageInfo: {
|
1538
1579
|
page: number;
|
@@ -1546,19 +1587,19 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1546
1587
|
resetInfo: () => void;
|
1547
1588
|
formatEndTime: () => string;
|
1548
1589
|
handleCloseTag: (type: "start" | "end" | "member") => void;
|
1549
|
-
getPrefixCondition: () =>
|
1550
|
-
renderLabel: (option: import("../../shared/types").AnyObject) =>
|
1551
|
-
NModal: any;
|
1552
|
-
NTag: any;
|
1553
|
-
NInput: any;
|
1554
|
-
NIcon: any;
|
1555
|
-
NSelect: any;
|
1556
|
-
NAvatar: any;
|
1557
|
-
NPopover: any;
|
1558
|
-
NInputGroup: any;
|
1559
|
-
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<{}>>, {}>;
|
1560
|
-
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<{}>>, {}>;
|
1561
|
-
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<{
|
1562
1603
|
updateUnchangedValue: {
|
1563
1604
|
type: BooleanConstructor;
|
1564
1605
|
};
|
@@ -1589,11 +1630,11 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1589
1630
|
isDateDisabled: {
|
1590
1631
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1591
1632
|
};
|
1592
|
-
}
|
1633
|
+
}>, {
|
1593
1634
|
attrs: {
|
1594
1635
|
[x: string]: unknown;
|
1595
1636
|
};
|
1596
|
-
props:
|
1637
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1597
1638
|
updateUnchangedValue: {
|
1598
1639
|
type: BooleanConstructor;
|
1599
1640
|
};
|
@@ -1624,15 +1665,15 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1624
1665
|
isDateDisabled: {
|
1625
1666
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1626
1667
|
};
|
1627
|
-
}>> & {
|
1668
|
+
}>> & Readonly<{
|
1628
1669
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1629
|
-
}
|
1670
|
+
}> & {}>;
|
1630
1671
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
1631
|
-
datePickerRef: import("vue").Ref<import("../../shared/types").AnyObject | null>;
|
1632
|
-
panelInstRef: import("vue").Ref<null>;
|
1633
|
-
placeholderRef: import("vue").Ref<any>;
|
1634
|
-
oldValue: string;
|
1635
|
-
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>;
|
1636
1677
|
isDateTime: import("vue").ComputedRef<boolean>;
|
1637
1678
|
formatRef: import("vue").ComputedRef<string>;
|
1638
1679
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
@@ -1647,8 +1688,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1647
1688
|
onConfirm: (...args: any[]) => Promise<void>;
|
1648
1689
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
1649
1690
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
1650
|
-
NDatePicker: any;
|
1651
|
-
},
|
1691
|
+
readonly NDatePicker: any;
|
1692
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1652
1693
|
updateUnchangedValue: {
|
1653
1694
|
type: BooleanConstructor;
|
1654
1695
|
};
|
@@ -1679,44 +1720,44 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1679
1720
|
isDateDisabled: {
|
1680
1721
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1681
1722
|
};
|
1682
|
-
}>> & {
|
1723
|
+
}>> & Readonly<{
|
1683
1724
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1684
|
-
}
|
1725
|
+
}>, {
|
1685
1726
|
type: string;
|
1686
1727
|
updateUnchangedValue: boolean;
|
1687
1728
|
to: string | false | HTMLElement;
|
1688
1729
|
holidays: Date[];
|
1689
|
-
}>>;
|
1690
|
-
isArray: {
|
1730
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
1731
|
+
readonly isArray: {
|
1691
1732
|
(value?: any): value is any[];
|
1692
1733
|
<T_1>(value?: any): value is any[];
|
1693
1734
|
};
|
1694
|
-
formatTime: typeof import("./src/utils").formatTime;
|
1695
|
-
isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
1696
|
-
getRoleName: typeof import("./src/utils").getRoleName;
|
1697
|
-
formatJsonstr: typeof import("./src/utils").formatJsonstr;
|
1698
|
-
getFileType: typeof import("./src/utils").getFileType;
|
1699
|
-
getDetail: typeof import("./src/utils").getDetail;
|
1700
|
-
showAudioAndVideoRecord: typeof import("./src/utils").showAudioAndVideoRecord;
|
1701
|
-
getForwardTitle: typeof import("./src/utils").getForwardTitle;
|
1702
|
-
simplifyMessage: typeof import("./src/utils").simplifyMessage;
|
1703
|
-
MESSAGE_TYPE: typeof import("./src/constants").MESSAGE_TYPE;
|
1704
|
-
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: {
|
1705
1746
|
default: string[][];
|
1706
1747
|
findEmoji(name: string): string | undefined;
|
1707
1748
|
};
|
1708
|
-
MessageEvent: import("vue").DefineComponent<{
|
1749
|
+
MessageEvent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1709
1750
|
data: {
|
1710
1751
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
1711
1752
|
required: true;
|
1712
1753
|
};
|
1713
|
-
}
|
1714
|
-
props:
|
1754
|
+
}>, {
|
1755
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1715
1756
|
data: {
|
1716
1757
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
1717
1758
|
required: true;
|
1718
1759
|
};
|
1719
|
-
}>> & {}
|
1760
|
+
}>> & Readonly<{}> & {}>;
|
1720
1761
|
state: {
|
1721
1762
|
orgId: string | number;
|
1722
1763
|
currentSessionItem: import("../../shared/types").AnyObject;
|
@@ -1770,26 +1811,26 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1770
1811
|
isForward: boolean;
|
1771
1812
|
};
|
1772
1813
|
setUserDetail: (event: MouseEvent, userDetail: import("../../shared/types").AnyObject) => void;
|
1773
|
-
inviter: import("vue").Ref<any>;
|
1774
|
-
invitee: import("vue").Ref<any[]>;
|
1814
|
+
inviter: import("vue").Ref<any, any>;
|
1815
|
+
invitee: import("vue").Ref<any[], any[]>;
|
1775
1816
|
isValidJSON: (str: string) => boolean;
|
1776
1817
|
getTask: (_id: string | number, arrRes: import("../../shared/types").AnyObject[]) => () => Promise<unknown>;
|
1777
1818
|
getEventContent: (data: import("../../shared/types").AnyObject) => Promise<void>;
|
1778
|
-
NButton: any;
|
1779
|
-
},
|
1819
|
+
readonly NButton: any;
|
1820
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1780
1821
|
data: {
|
1781
1822
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
1782
1823
|
required: true;
|
1783
1824
|
};
|
1784
|
-
}
|
1785
|
-
},
|
1825
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1826
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1786
1827
|
visible: {
|
1787
1828
|
type: BooleanConstructor;
|
1788
1829
|
};
|
1789
|
-
}
|
1830
|
+
}>> & Readonly<{}>, {
|
1790
1831
|
visible: boolean;
|
1791
|
-
}>;
|
1792
|
-
ChatAdd: import("vue").DefineComponent<{
|
1832
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1833
|
+
ChatAdd: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1793
1834
|
title: {
|
1794
1835
|
type: StringConstructor;
|
1795
1836
|
default: string;
|
@@ -1813,14 +1854,14 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1813
1854
|
type: BooleanConstructor;
|
1814
1855
|
default: boolean;
|
1815
1856
|
};
|
1816
|
-
}
|
1857
|
+
}>, {
|
1817
1858
|
initialOptions: import("../../shared/types").AnyObject[];
|
1818
1859
|
tabList: {
|
1819
1860
|
key: string;
|
1820
1861
|
label: string;
|
1821
1862
|
}[];
|
1822
1863
|
orgList: import("../../shared/types").AnyObject[];
|
1823
|
-
props:
|
1864
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1824
1865
|
title: {
|
1825
1866
|
type: StringConstructor;
|
1826
1867
|
default: string;
|
@@ -1844,9 +1885,9 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1844
1885
|
type: BooleanConstructor;
|
1845
1886
|
default: boolean;
|
1846
1887
|
};
|
1847
|
-
}>> & {
|
1888
|
+
}>> & Readonly<{
|
1848
1889
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
1849
|
-
}
|
1890
|
+
}> & {}>;
|
1850
1891
|
emit: (event: "comfirm", ...args: any[]) => void;
|
1851
1892
|
state: {
|
1852
1893
|
orgId: string | number;
|
@@ -1901,16 +1942,16 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1901
1942
|
isForward: boolean;
|
1902
1943
|
};
|
1903
1944
|
setCurrentSessionItem: (item: import("../../shared/types").AnyObject) => void;
|
1904
|
-
listRef: import("vue").Ref<any>;
|
1905
|
-
keyword: import("vue").Ref<string>;
|
1906
|
-
showModal: import("vue").Ref<boolean>;
|
1907
|
-
checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1908
|
-
groupName: import("vue").Ref<string>;
|
1909
|
-
remark: import("vue").Ref<string>;
|
1910
|
-
currentTab: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1911
|
-
breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1912
|
-
breadcrumbRef: import("vue").Ref<any>;
|
1913
|
-
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[]>;
|
1914
1955
|
handleInput: () => void;
|
1915
1956
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
1916
1957
|
sessionList: import("vue").ComputedRef<{
|
@@ -1936,8 +1977,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1936
1977
|
}[]>;
|
1937
1978
|
checkedIds: import("vue").ComputedRef<any[]>;
|
1938
1979
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
1939
|
-
allChecked: import("vue").WritableComputedRef<boolean>;
|
1940
|
-
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
1980
|
+
allChecked: import("vue").WritableComputedRef<boolean, boolean>;
|
1981
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[], any[]>;
|
1941
1982
|
currentTabKey: import("vue").ComputedRef<any>;
|
1942
1983
|
showAllCheckbox: import("vue").ComputedRef<boolean>;
|
1943
1984
|
getOrgList: () => Promise<void>;
|
@@ -1952,28 +1993,28 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1952
1993
|
getAllUser: (tree: import("../../shared/types").AnyObject[]) => import("../../shared/types").AnyObject[];
|
1953
1994
|
handlePositiveClick: () => Promise<void>;
|
1954
1995
|
closeTag: (id: string) => void;
|
1955
|
-
NModal: any;
|
1956
|
-
NButton: any;
|
1957
|
-
NSpace: any;
|
1958
|
-
NAvatar: any;
|
1959
|
-
NIcon: any;
|
1960
|
-
NTag: any;
|
1961
|
-
NInput: any;
|
1962
|
-
NCheckbox: any;
|
1963
|
-
NCheckboxGroup: any;
|
1964
|
-
NTooltip: any;
|
1965
|
-
NBreadcrumb: any;
|
1966
|
-
NBreadcrumbItem: any;
|
1967
|
-
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<{}>>, {}>;
|
1968
|
-
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<{}>>, {}>;
|
1969
|
-
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<{}>>, {}>;
|
1970
|
-
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<{}>>, {}>;
|
1971
|
-
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<{}>>, {}>;
|
1972
|
-
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<{}>>, {}>;
|
1973
|
-
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
1974
|
-
isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
1975
|
-
getRoleName: typeof import("./src/utils").getRoleName;
|
1976
|
-
},
|
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<{
|
1977
2018
|
title: {
|
1978
2019
|
type: StringConstructor;
|
1979
2020
|
default: string;
|
@@ -1997,24 +2038,24 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1997
2038
|
type: BooleanConstructor;
|
1998
2039
|
default: boolean;
|
1999
2040
|
};
|
2000
|
-
}>> & {
|
2041
|
+
}>> & Readonly<{
|
2001
2042
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
2002
|
-
}
|
2043
|
+
}>, {
|
2003
2044
|
title: string;
|
2004
2045
|
defaultValue: import("../../shared/types").AnyObject[];
|
2005
2046
|
disabled: boolean;
|
2006
2047
|
mode: string;
|
2007
2048
|
disabledIds: string[];
|
2008
|
-
}>;
|
2009
|
-
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<{}>>, {}>;
|
2010
|
-
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<{}>>, {}>;
|
2011
|
-
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<{}>>, {}>;
|
2012
|
-
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<{}>>, {}>;
|
2013
|
-
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<{}>>, {}>;
|
2014
|
-
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<{}>>, {}>;
|
2015
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
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>;
|
2016
2057
|
ChatMain: import("vue").DefineComponent<{}, {
|
2017
|
-
chatMainRef: import("vue").Ref<HTMLElement | undefined>;
|
2058
|
+
chatMainRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
2018
2059
|
state: {
|
2019
2060
|
orgId: string | number;
|
2020
2061
|
currentSessionItem: import("../../shared/types").AnyObject;
|
@@ -2081,19 +2122,19 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2081
2122
|
}) => void;
|
2082
2123
|
setUserDetail: (event: MouseEvent, userDetail: import("../../shared/types").AnyObject) => void;
|
2083
2124
|
isGroupChat: import("vue").ComputedRef<boolean>;
|
2084
|
-
contextmenuRef: import("vue").Ref<any>;
|
2085
|
-
showMenu: import("vue").Ref<boolean>;
|
2086
|
-
menuPosition: any
|
2087
|
-
menuMsgId: import("vue").Ref<any>;
|
2088
|
-
relayTriggerRef: import("vue").Ref<any>;
|
2089
|
-
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>;
|
2090
2131
|
labelPosition: {
|
2091
2132
|
x: number;
|
2092
2133
|
y: number;
|
2093
2134
|
};
|
2094
|
-
showForwardDetail: import("vue").Ref<boolean>;
|
2095
|
-
currentImgId: import("vue").Ref<string | undefined>;
|
2096
|
-
showLightbox: 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>;
|
2097
2138
|
pageInfo: {
|
2098
2139
|
page: number;
|
2099
2140
|
hasMore: boolean;
|
@@ -2127,30 +2168,30 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2127
2168
|
}) => void;
|
2128
2169
|
reEdit: (item: import("../../shared/types").AnyObject) => void;
|
2129
2170
|
clickMergeMsg: (item: import("../../shared/types").AnyObject) => void;
|
2130
|
-
NAvatar: any;
|
2131
|
-
NIcon: any;
|
2132
|
-
NButtonGroup: any;
|
2133
|
-
NButton: any;
|
2134
|
-
NSpace: any;
|
2135
|
-
NCheckbox: any;
|
2136
|
-
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: {
|
2137
2178
|
(value?: any): value is any[];
|
2138
2179
|
<T_1>(value?: any): value is any[];
|
2139
2180
|
};
|
2140
|
-
MessageTemplate: import("vue").DefineComponent<{
|
2181
|
+
MessageTemplate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2141
2182
|
data: {
|
2142
2183
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
2143
2184
|
required: true;
|
2144
2185
|
};
|
2145
|
-
}
|
2146
|
-
props:
|
2186
|
+
}>, {
|
2187
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2147
2188
|
data: {
|
2148
2189
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
2149
2190
|
required: true;
|
2150
2191
|
};
|
2151
|
-
}>> & {}
|
2152
|
-
describeBodyRef: import("vue").Ref<any>;
|
2153
|
-
showMore: import("vue").Ref<boolean>;
|
2192
|
+
}>> & Readonly<{}> & {}>;
|
2193
|
+
describeBodyRef: import("vue").Ref<any, any>;
|
2194
|
+
showMore: import("vue").Ref<boolean, boolean>;
|
2154
2195
|
emit: (event: "template-click" | "unread-message-update" | "session-change" | "session-close", ...args: any[]) => void;
|
2155
2196
|
isOverflow: import("vue").ComputedRef<boolean>;
|
2156
2197
|
setting: import("vue").ComputedRef<any>;
|
@@ -2163,11 +2204,11 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2163
2204
|
messageTemplateData: import("vue").ComputedRef<any>;
|
2164
2205
|
getSystemMsgContent: () => any;
|
2165
2206
|
handleTemplateClick: (data: import("../../shared/types").AnyObject) => void;
|
2166
|
-
NButton: any;
|
2167
|
-
NIcon: any;
|
2168
|
-
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<{}>>, {}>;
|
2169
|
-
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<{}>>, {}>;
|
2170
|
-
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<{
|
2171
2212
|
iconClass: {
|
2172
2213
|
type: StringConstructor;
|
2173
2214
|
required: true;
|
@@ -2182,15 +2223,11 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2182
2223
|
type: StringConstructor;
|
2183
2224
|
required: false;
|
2184
2225
|
};
|
2185
|
-
}
|
2186
|
-
props:
|
2187
|
-
iconClass: string;
|
2188
|
-
title: string;
|
2189
|
-
className?: string | undefined;
|
2190
|
-
};
|
2226
|
+
}>, {
|
2227
|
+
props: any;
|
2191
2228
|
iconName: import("vue").ComputedRef<string>;
|
2192
2229
|
svgClass: import("vue").ComputedRef<string>;
|
2193
|
-
},
|
2230
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2194
2231
|
iconClass: {
|
2195
2232
|
type: StringConstructor;
|
2196
2233
|
required: true;
|
@@ -2205,28 +2242,28 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2205
2242
|
type: StringConstructor;
|
2206
2243
|
required: false;
|
2207
2244
|
};
|
2208
|
-
}
|
2245
|
+
}>> & Readonly<{}>, {
|
2209
2246
|
title: string;
|
2210
2247
|
iconClass: string;
|
2211
|
-
}>;
|
2212
|
-
},
|
2248
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2249
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2213
2250
|
data: {
|
2214
2251
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
2215
2252
|
required: true;
|
2216
2253
|
};
|
2217
|
-
}
|
2218
|
-
MessageEvent: import("vue").DefineComponent<{
|
2254
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2255
|
+
MessageEvent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2219
2256
|
data: {
|
2220
2257
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
2221
2258
|
required: true;
|
2222
2259
|
};
|
2223
|
-
}
|
2224
|
-
props:
|
2260
|
+
}>, {
|
2261
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2225
2262
|
data: {
|
2226
2263
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
2227
2264
|
required: true;
|
2228
2265
|
};
|
2229
|
-
}>> & {}
|
2266
|
+
}>> & Readonly<{}> & {}>;
|
2230
2267
|
state: {
|
2231
2268
|
orgId: string | number;
|
2232
2269
|
currentSessionItem: import("../../shared/types").AnyObject;
|
@@ -2280,28 +2317,28 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2280
2317
|
isForward: boolean;
|
2281
2318
|
};
|
2282
2319
|
setUserDetail: (event: MouseEvent, userDetail: import("../../shared/types").AnyObject) => void;
|
2283
|
-
inviter: import("vue").Ref<any>;
|
2284
|
-
invitee: import("vue").Ref<any[]>;
|
2320
|
+
inviter: import("vue").Ref<any, any>;
|
2321
|
+
invitee: import("vue").Ref<any[], any[]>;
|
2285
2322
|
isValidJSON: (str: string) => boolean;
|
2286
2323
|
getTask: (_id: string | number, arrRes: import("../../shared/types").AnyObject[]) => () => Promise<unknown>;
|
2287
2324
|
getEventContent: (data: import("../../shared/types").AnyObject) => Promise<void>;
|
2288
|
-
NButton: any;
|
2289
|
-
},
|
2325
|
+
readonly NButton: any;
|
2326
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2290
2327
|
data: {
|
2291
2328
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
2292
2329
|
required: true;
|
2293
2330
|
};
|
2294
|
-
}
|
2295
|
-
MessageMergeForward: import("vue").DefineComponent<{
|
2331
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2332
|
+
MessageMergeForward: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2296
2333
|
id: {
|
2297
2334
|
type: StringConstructor;
|
2298
2335
|
};
|
2299
|
-
}
|
2300
|
-
props:
|
2336
|
+
}>, {
|
2337
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2301
2338
|
id: {
|
2302
2339
|
type: StringConstructor;
|
2303
2340
|
};
|
2304
|
-
}>> & {}
|
2341
|
+
}>> & Readonly<{}> & {}>;
|
2305
2342
|
state: {
|
2306
2343
|
orgId: string | number;
|
2307
2344
|
currentSessionItem: import("../../shared/types").AnyObject;
|
@@ -2357,39 +2394,39 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2357
2394
|
cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
|
2358
2395
|
msgItem: import("vue").ComputedRef<import("../../shared/types").AnyObject | import("./src/types").MsgListItem>;
|
2359
2396
|
msgList: import("vue").ComputedRef<any>;
|
2360
|
-
NModal: any;
|
2361
|
-
NAvatar: any;
|
2362
|
-
NIcon: any;
|
2363
|
-
isArray: {
|
2397
|
+
readonly NModal: any;
|
2398
|
+
readonly NAvatar: any;
|
2399
|
+
readonly NIcon: any;
|
2400
|
+
readonly isArray: {
|
2364
2401
|
(value?: any): value is any[];
|
2365
2402
|
<T_1>(value?: any): value is any[];
|
2366
2403
|
};
|
2367
|
-
formatTime: typeof import("./src/utils").formatTime;
|
2368
|
-
getForwardTitle: typeof import("./src/utils").getForwardTitle;
|
2369
|
-
isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
2370
|
-
getRoleName: typeof import("./src/utils").getRoleName;
|
2371
|
-
formatJsonstr: typeof import("./src/utils").formatJsonstr;
|
2372
|
-
getFileType: typeof import("./src/utils").getFileType;
|
2373
|
-
getDetail: typeof import("./src/utils").getDetail;
|
2374
|
-
showAudioAndVideoRecord: typeof import("./src/utils").showAudioAndVideoRecord;
|
2375
|
-
simplifyMessage: typeof import("./src/utils").simplifyMessage;
|
2376
|
-
MESSAGE_TYPE: typeof import("./src/constants").MESSAGE_TYPE;
|
2377
|
-
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: {
|
2378
2415
|
default: string[][];
|
2379
2416
|
findEmoji(name: string): string | undefined;
|
2380
2417
|
};
|
2381
|
-
MessageEvent: import("vue").DefineComponent<{
|
2418
|
+
MessageEvent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2382
2419
|
data: {
|
2383
2420
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
2384
2421
|
required: true;
|
2385
2422
|
};
|
2386
|
-
}
|
2387
|
-
props:
|
2423
|
+
}>, {
|
2424
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2388
2425
|
data: {
|
2389
2426
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
2390
2427
|
required: true;
|
2391
2428
|
};
|
2392
|
-
}>> & {}
|
2429
|
+
}>> & Readonly<{}> & {}>;
|
2393
2430
|
state: {
|
2394
2431
|
orgId: string | number;
|
2395
2432
|
currentSessionItem: import("../../shared/types").AnyObject;
|
@@ -2443,26 +2480,26 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2443
2480
|
isForward: boolean;
|
2444
2481
|
};
|
2445
2482
|
setUserDetail: (event: MouseEvent, userDetail: import("../../shared/types").AnyObject) => void;
|
2446
|
-
inviter: import("vue").Ref<any>;
|
2447
|
-
invitee: import("vue").Ref<any[]>;
|
2483
|
+
inviter: import("vue").Ref<any, any>;
|
2484
|
+
invitee: import("vue").Ref<any[], any[]>;
|
2448
2485
|
isValidJSON: (str: string) => boolean;
|
2449
2486
|
getTask: (_id: string | number, arrRes: import("../../shared/types").AnyObject[]) => () => Promise<unknown>;
|
2450
2487
|
getEventContent: (data: import("../../shared/types").AnyObject) => Promise<void>;
|
2451
|
-
NButton: any;
|
2452
|
-
},
|
2488
|
+
readonly NButton: any;
|
2489
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2453
2490
|
data: {
|
2454
2491
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
2455
2492
|
required: true;
|
2456
2493
|
};
|
2457
|
-
}
|
2458
|
-
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<{}>>, {}>;
|
2459
|
-
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<{}>>, {}>;
|
2460
|
-
},
|
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<{
|
2461
2498
|
id: {
|
2462
2499
|
type: StringConstructor;
|
2463
2500
|
};
|
2464
|
-
}
|
2465
|
-
SelectLabel: import("vue").DefineComponent<{
|
2501
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2502
|
+
SelectLabel: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2466
2503
|
id: {
|
2467
2504
|
type: StringConstructor;
|
2468
2505
|
required: true;
|
@@ -2470,12 +2507,12 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2470
2507
|
show: {
|
2471
2508
|
type: BooleanConstructor;
|
2472
2509
|
};
|
2473
|
-
}
|
2510
|
+
}>, {
|
2474
2511
|
labelList: {
|
2475
2512
|
type: string;
|
2476
2513
|
label: string;
|
2477
2514
|
}[];
|
2478
|
-
props:
|
2515
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2479
2516
|
id: {
|
2480
2517
|
type: StringConstructor;
|
2481
2518
|
required: true;
|
@@ -2483,9 +2520,9 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2483
2520
|
show: {
|
2484
2521
|
type: BooleanConstructor;
|
2485
2522
|
};
|
2486
|
-
}>> & {
|
2523
|
+
}>> & Readonly<{
|
2487
2524
|
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
2488
|
-
}
|
2525
|
+
}> & {}>;
|
2489
2526
|
emit: (event: "update:show", ...args: any[]) => void;
|
2490
2527
|
setMessageLabel: (params: {
|
2491
2528
|
type: "text" | "emoji";
|
@@ -2493,16 +2530,16 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2493
2530
|
msgId: string;
|
2494
2531
|
}) => void;
|
2495
2532
|
handleMessageLabel: (type: "text" | "emoji", item: any) => void;
|
2496
|
-
NButton: any;
|
2497
|
-
NPopover: any;
|
2498
|
-
NTabs: any;
|
2499
|
-
NTabPane: any;
|
2500
|
-
NTooltip: any;
|
2501
|
-
emojis: {
|
2533
|
+
readonly NButton: any;
|
2534
|
+
readonly NPopover: any;
|
2535
|
+
readonly NTabs: any;
|
2536
|
+
readonly NTabPane: any;
|
2537
|
+
readonly NTooltip: any;
|
2538
|
+
readonly emojis: {
|
2502
2539
|
default: string[][];
|
2503
2540
|
findEmoji(name: string): string | undefined;
|
2504
2541
|
};
|
2505
|
-
},
|
2542
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:show"[], "update:show", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2506
2543
|
id: {
|
2507
2544
|
type: StringConstructor;
|
2508
2545
|
required: true;
|
@@ -2510,16 +2547,16 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2510
2547
|
show: {
|
2511
2548
|
type: BooleanConstructor;
|
2512
2549
|
};
|
2513
|
-
}>> & {
|
2550
|
+
}>> & Readonly<{
|
2514
2551
|
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
2515
|
-
}
|
2552
|
+
}>, {
|
2516
2553
|
show: boolean;
|
2517
|
-
}>;
|
2518
|
-
emojis: {
|
2554
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2555
|
+
readonly emojis: {
|
2519
2556
|
default: string[][];
|
2520
2557
|
findEmoji(name: string): string | undefined;
|
2521
2558
|
};
|
2522
|
-
ContextMenu: import("vue").DefineComponent<{
|
2559
|
+
readonly ContextMenu: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2523
2560
|
type: {
|
2524
2561
|
type: StringConstructor;
|
2525
2562
|
default: string;
|
@@ -2534,7 +2571,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2534
2571
|
id: {
|
2535
2572
|
type: StringConstructor;
|
2536
2573
|
};
|
2537
|
-
}
|
2574
|
+
}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("select" | "update:show")[], "select" | "update:show", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2538
2575
|
type: {
|
2539
2576
|
type: StringConstructor;
|
2540
2577
|
default: string;
|
@@ -2549,14 +2586,14 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2549
2586
|
id: {
|
2550
2587
|
type: StringConstructor;
|
2551
2588
|
};
|
2552
|
-
}>> & {
|
2589
|
+
}>> & Readonly<{
|
2553
2590
|
onSelect?: ((...args: any[]) => any) | undefined;
|
2554
2591
|
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
2555
|
-
}
|
2592
|
+
}>, {
|
2556
2593
|
type: string;
|
2557
2594
|
show: boolean;
|
2558
|
-
}>;
|
2559
|
-
ChatAdd: import("vue").DefineComponent<{
|
2595
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2596
|
+
ChatAdd: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2560
2597
|
title: {
|
2561
2598
|
type: StringConstructor;
|
2562
2599
|
default: string;
|
@@ -2580,14 +2617,14 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2580
2617
|
type: BooleanConstructor;
|
2581
2618
|
default: boolean;
|
2582
2619
|
};
|
2583
|
-
}
|
2620
|
+
}>, {
|
2584
2621
|
initialOptions: import("../../shared/types").AnyObject[];
|
2585
2622
|
tabList: {
|
2586
2623
|
key: string;
|
2587
2624
|
label: string;
|
2588
2625
|
}[];
|
2589
2626
|
orgList: import("../../shared/types").AnyObject[];
|
2590
|
-
props:
|
2627
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2591
2628
|
title: {
|
2592
2629
|
type: StringConstructor;
|
2593
2630
|
default: string;
|
@@ -2611,9 +2648,9 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2611
2648
|
type: BooleanConstructor;
|
2612
2649
|
default: boolean;
|
2613
2650
|
};
|
2614
|
-
}>> & {
|
2651
|
+
}>> & Readonly<{
|
2615
2652
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
2616
|
-
}
|
2653
|
+
}> & {}>;
|
2617
2654
|
emit: (event: "comfirm", ...args: any[]) => void;
|
2618
2655
|
state: {
|
2619
2656
|
orgId: string | number;
|
@@ -2668,16 +2705,16 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2668
2705
|
isForward: boolean;
|
2669
2706
|
};
|
2670
2707
|
setCurrentSessionItem: (item: import("../../shared/types").AnyObject) => void;
|
2671
|
-
listRef: import("vue").Ref<any>;
|
2672
|
-
keyword: import("vue").Ref<string>;
|
2673
|
-
showModal: import("vue").Ref<boolean>;
|
2674
|
-
checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
2675
|
-
groupName: import("vue").Ref<string>;
|
2676
|
-
remark: import("vue").Ref<string>;
|
2677
|
-
currentTab: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
2678
|
-
breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
2679
|
-
breadcrumbRef: import("vue").Ref<any>;
|
2680
|
-
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[]>;
|
2681
2718
|
handleInput: () => void;
|
2682
2719
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
2683
2720
|
sessionList: import("vue").ComputedRef<{
|
@@ -2703,8 +2740,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2703
2740
|
}[]>;
|
2704
2741
|
checkedIds: import("vue").ComputedRef<any[]>;
|
2705
2742
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
2706
|
-
allChecked: import("vue").WritableComputedRef<boolean>;
|
2707
|
-
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
2743
|
+
allChecked: import("vue").WritableComputedRef<boolean, boolean>;
|
2744
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[], any[]>;
|
2708
2745
|
currentTabKey: import("vue").ComputedRef<any>;
|
2709
2746
|
showAllCheckbox: import("vue").ComputedRef<boolean>;
|
2710
2747
|
getOrgList: () => Promise<void>;
|
@@ -2719,28 +2756,28 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2719
2756
|
getAllUser: (tree: import("../../shared/types").AnyObject[]) => import("../../shared/types").AnyObject[];
|
2720
2757
|
handlePositiveClick: () => Promise<void>;
|
2721
2758
|
closeTag: (id: string) => void;
|
2722
|
-
NModal: any;
|
2723
|
-
NButton: any;
|
2724
|
-
NSpace: any;
|
2725
|
-
NAvatar: any;
|
2726
|
-
NIcon: any;
|
2727
|
-
NTag: any;
|
2728
|
-
NInput: any;
|
2729
|
-
NCheckbox: any;
|
2730
|
-
NCheckboxGroup: any;
|
2731
|
-
NTooltip: any;
|
2732
|
-
NBreadcrumb: any;
|
2733
|
-
NBreadcrumbItem: any;
|
2734
|
-
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<{}>>, {}>;
|
2735
|
-
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<{}>>, {}>;
|
2736
|
-
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<{}>>, {}>;
|
2737
|
-
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<{}>>, {}>;
|
2738
|
-
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<{}>>, {}>;
|
2739
|
-
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<{}>>, {}>;
|
2740
|
-
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
2741
|
-
isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
2742
|
-
getRoleName: typeof import("./src/utils").getRoleName;
|
2743
|
-
},
|
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<{
|
2744
2781
|
title: {
|
2745
2782
|
type: StringConstructor;
|
2746
2783
|
default: string;
|
@@ -2764,27 +2801,27 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2764
2801
|
type: BooleanConstructor;
|
2765
2802
|
default: boolean;
|
2766
2803
|
};
|
2767
|
-
}>> & {
|
2804
|
+
}>> & Readonly<{
|
2768
2805
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
2769
|
-
}
|
2806
|
+
}>, {
|
2770
2807
|
title: string;
|
2771
2808
|
defaultValue: import("../../shared/types").AnyObject[];
|
2772
2809
|
disabled: boolean;
|
2773
2810
|
mode: string;
|
2774
2811
|
disabledIds: string[];
|
2775
|
-
}>;
|
2776
|
-
simplifyMessage: typeof import("./src/utils").simplifyMessage;
|
2777
|
-
isAudioOrVideoMessage: typeof import("./src/utils").isAudioOrVideoMessage;
|
2778
|
-
getAVTime: typeof import("./src/utils").getAVTime;
|
2779
|
-
getForwardTitle: typeof import("./src/utils").getForwardTitle;
|
2780
|
-
formatJsonstr: typeof import("./src/utils").formatJsonstr;
|
2781
|
-
MESSAGE_TYPE: typeof import("./src/constants").MESSAGE_TYPE;
|
2782
|
-
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<{}>>, {}>;
|
2783
|
-
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<{}>>, {}>;
|
2784
|
-
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<{}>>, {}>;
|
2785
|
-
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<{}>>, {}>;
|
2786
|
-
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<{}>>, {}>;
|
2787
|
-
ImageLightbox: import("vue").DefineComponent<{
|
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<{
|
2788
2825
|
images: {
|
2789
2826
|
type: import("vue").PropType<import("./src/types").ImageItem[]>;
|
2790
2827
|
default: () => never[];
|
@@ -2796,8 +2833,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2796
2833
|
type: StringConstructor;
|
2797
2834
|
default: string;
|
2798
2835
|
};
|
2799
|
-
}
|
2800
|
-
props:
|
2836
|
+
}>, {
|
2837
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2801
2838
|
images: {
|
2802
2839
|
type: import("vue").PropType<import("./src/types").ImageItem[]>;
|
2803
2840
|
default: () => never[];
|
@@ -2809,26 +2846,44 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2809
2846
|
type: StringConstructor;
|
2810
2847
|
default: string;
|
2811
2848
|
};
|
2812
|
-
}>> & {
|
2849
|
+
}>> & Readonly<{
|
2813
2850
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
2814
2851
|
"onUpdate:currentId"?: ((...args: any[]) => any) | undefined;
|
2815
|
-
}
|
2852
|
+
}> & {}>;
|
2816
2853
|
emit: (event: "update:visible" | "update:currentId", ...args: any[]) => void;
|
2817
|
-
imageEl: import("vue").Ref<HTMLImageElement | null>;
|
2854
|
+
imageEl: import("vue").Ref<HTMLImageElement | null, HTMLImageElement | null>;
|
2818
2855
|
naturalSize: import("vue").Ref<{
|
2819
2856
|
width: number;
|
2820
2857
|
height: number;
|
2858
|
+
}, {
|
2859
|
+
width: number;
|
2860
|
+
height: number;
|
2861
|
+
} | {
|
2862
|
+
width: number;
|
2863
|
+
height: number;
|
2821
2864
|
}>;
|
2822
|
-
scale: import("vue").Ref<number>;
|
2823
|
-
rotation: import("vue").Ref<number>;
|
2824
|
-
isDragging: import("vue").Ref<boolean>;
|
2865
|
+
scale: import("vue").Ref<number, number>;
|
2866
|
+
rotation: import("vue").Ref<number, number>;
|
2867
|
+
isDragging: import("vue").Ref<boolean, boolean>;
|
2825
2868
|
offset: import("vue").Ref<{
|
2826
2869
|
x: number;
|
2827
2870
|
y: number;
|
2871
|
+
}, {
|
2872
|
+
x: number;
|
2873
|
+
y: number;
|
2874
|
+
} | {
|
2875
|
+
x: number;
|
2876
|
+
y: number;
|
2828
2877
|
}>;
|
2829
2878
|
lastMouse: import("vue").Ref<{
|
2830
2879
|
x: number;
|
2831
2880
|
y: number;
|
2881
|
+
}, {
|
2882
|
+
x: number;
|
2883
|
+
y: number;
|
2884
|
+
} | {
|
2885
|
+
x: number;
|
2886
|
+
y: number;
|
2832
2887
|
}>;
|
2833
2888
|
idToIndexMap: import("vue").ComputedRef<Map<string, number>>;
|
2834
2889
|
currentIndex: import("vue").ComputedRef<number>;
|
@@ -2856,16 +2911,16 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2856
2911
|
handleWheel: (e: WheelEvent) => void;
|
2857
2912
|
handleImageLoad: () => void;
|
2858
2913
|
download: () => void;
|
2859
|
-
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<{}>>, {}>;
|
2860
|
-
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<{}>>, {}>;
|
2861
|
-
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<{}>>, {}>;
|
2862
|
-
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<{}>>, {}>;
|
2863
|
-
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<{}>>, {}>;
|
2864
|
-
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<{}>>, {}>;
|
2865
|
-
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<{}>>, {}>;
|
2866
|
-
NButton: any;
|
2867
|
-
NIcon: any;
|
2868
|
-
},
|
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<{
|
2869
2924
|
images: {
|
2870
2925
|
type: import("vue").PropType<import("./src/types").ImageItem[]>;
|
2871
2926
|
default: () => never[];
|
@@ -2877,18 +2932,18 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2877
2932
|
type: StringConstructor;
|
2878
2933
|
default: string;
|
2879
2934
|
};
|
2880
|
-
}>> & {
|
2935
|
+
}>> & Readonly<{
|
2881
2936
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
2882
2937
|
"onUpdate:currentId"?: ((...args: any[]) => any) | undefined;
|
2883
|
-
}
|
2938
|
+
}>, {
|
2884
2939
|
visible: boolean;
|
2885
2940
|
images: import("./src/types").ImageItem[];
|
2886
2941
|
currentId: string;
|
2887
|
-
}>;
|
2888
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
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>;
|
2889
2944
|
ChatFooter: import("vue").DefineComponent<{}, {
|
2890
2945
|
SPACE_PLACEHOLDER: string;
|
2891
|
-
inputRef: import("vue").Ref<HTMLDivElement | undefined>;
|
2946
|
+
inputRef: import("vue").Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
|
2892
2947
|
state: {
|
2893
2948
|
orgId: string | number;
|
2894
2949
|
currentSessionItem: import("../../shared/types").AnyObject;
|
@@ -2953,9 +3008,9 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2953
3008
|
remark: string;
|
2954
3009
|
contents: import("../../shared/types").AnyObject[];
|
2955
3010
|
}) => Promise<void>;
|
2956
|
-
showEmoji: import("vue").Ref<boolean>;
|
2957
|
-
content: import("vue").Ref<string>;
|
2958
|
-
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[]>;
|
2959
3014
|
chatAddProps: import("vue").ComputedRef<{
|
2960
3015
|
options: import("../../shared/types").AnyObject[];
|
2961
3016
|
defaultValue: import("../../shared/types").AnyObject[];
|
@@ -2988,13 +3043,13 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2988
3043
|
handlecancelForward: () => void;
|
2989
3044
|
insertImageFromFile: (file: File) => void;
|
2990
3045
|
handleFilePaste: (event: ClipboardEvent) => void;
|
2991
|
-
NButton: any;
|
2992
|
-
NPopover: any;
|
2993
|
-
NTooltip: any;
|
2994
|
-
NUpload: any;
|
2995
|
-
NUploadTrigger: any;
|
2996
|
-
NIcon: any;
|
2997
|
-
ChatAdd: import("vue").DefineComponent<{
|
3046
|
+
readonly NButton: any;
|
3047
|
+
readonly NPopover: any;
|
3048
|
+
readonly NTooltip: any;
|
3049
|
+
readonly NUpload: any;
|
3050
|
+
readonly NUploadTrigger: any;
|
3051
|
+
readonly NIcon: any;
|
3052
|
+
ChatAdd: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2998
3053
|
title: {
|
2999
3054
|
type: StringConstructor;
|
3000
3055
|
default: string;
|
@@ -3018,14 +3073,14 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3018
3073
|
type: BooleanConstructor;
|
3019
3074
|
default: boolean;
|
3020
3075
|
};
|
3021
|
-
}
|
3076
|
+
}>, {
|
3022
3077
|
initialOptions: import("../../shared/types").AnyObject[];
|
3023
3078
|
tabList: {
|
3024
3079
|
key: string;
|
3025
3080
|
label: string;
|
3026
3081
|
}[];
|
3027
3082
|
orgList: import("../../shared/types").AnyObject[];
|
3028
|
-
props:
|
3083
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
3029
3084
|
title: {
|
3030
3085
|
type: StringConstructor;
|
3031
3086
|
default: string;
|
@@ -3049,9 +3104,9 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3049
3104
|
type: BooleanConstructor;
|
3050
3105
|
default: boolean;
|
3051
3106
|
};
|
3052
|
-
}>> & {
|
3107
|
+
}>> & Readonly<{
|
3053
3108
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
3054
|
-
}
|
3109
|
+
}> & {}>;
|
3055
3110
|
emit: (event: "comfirm", ...args: any[]) => void;
|
3056
3111
|
state: {
|
3057
3112
|
orgId: string | number;
|
@@ -3106,16 +3161,16 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3106
3161
|
isForward: boolean;
|
3107
3162
|
};
|
3108
3163
|
setCurrentSessionItem: (item: import("../../shared/types").AnyObject) => void;
|
3109
|
-
listRef: import("vue").Ref<any>;
|
3110
|
-
keyword: import("vue").Ref<string>;
|
3111
|
-
showModal: import("vue").Ref<boolean>;
|
3112
|
-
checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
3113
|
-
groupName: import("vue").Ref<string>;
|
3114
|
-
remark: import("vue").Ref<string>;
|
3115
|
-
currentTab: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
3116
|
-
breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
3117
|
-
breadcrumbRef: import("vue").Ref<any>;
|
3118
|
-
userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
3164
|
+
listRef: import("vue").Ref<any, any>;
|
3165
|
+
keyword: import("vue").Ref<string, string>;
|
3166
|
+
showModal: import("vue").Ref<boolean, boolean>;
|
3167
|
+
checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
3168
|
+
groupName: import("vue").Ref<string, string>;
|
3169
|
+
remark: import("vue").Ref<string, string>;
|
3170
|
+
currentTab: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
3171
|
+
breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
3172
|
+
breadcrumbRef: import("vue").Ref<any, any>;
|
3173
|
+
userList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
3119
3174
|
handleInput: () => void;
|
3120
3175
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
3121
3176
|
sessionList: import("vue").ComputedRef<{
|
@@ -3141,8 +3196,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3141
3196
|
}[]>;
|
3142
3197
|
checkedIds: import("vue").ComputedRef<any[]>;
|
3143
3198
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
3144
|
-
allChecked: import("vue").WritableComputedRef<boolean>;
|
3145
|
-
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
3199
|
+
allChecked: import("vue").WritableComputedRef<boolean, boolean>;
|
3200
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[], any[]>;
|
3146
3201
|
currentTabKey: import("vue").ComputedRef<any>;
|
3147
3202
|
showAllCheckbox: import("vue").ComputedRef<boolean>;
|
3148
3203
|
getOrgList: () => Promise<void>;
|
@@ -3157,28 +3212,28 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3157
3212
|
getAllUser: (tree: import("../../shared/types").AnyObject[]) => import("../../shared/types").AnyObject[];
|
3158
3213
|
handlePositiveClick: () => Promise<void>;
|
3159
3214
|
closeTag: (id: string) => void;
|
3160
|
-
NModal: any;
|
3161
|
-
NButton: any;
|
3162
|
-
NSpace: any;
|
3163
|
-
NAvatar: any;
|
3164
|
-
NIcon: any;
|
3165
|
-
NTag: any;
|
3166
|
-
NInput: any;
|
3167
|
-
NCheckbox: any;
|
3168
|
-
NCheckboxGroup: any;
|
3169
|
-
NTooltip: any;
|
3170
|
-
NBreadcrumb: any;
|
3171
|
-
NBreadcrumbItem: any;
|
3172
|
-
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<{}>>, {}>;
|
3173
|
-
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<{}>>, {}>;
|
3174
|
-
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<{}>>, {}>;
|
3175
|
-
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<{}>>, {}>;
|
3176
|
-
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<{}>>, {}>;
|
3177
|
-
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<{}>>, {}>;
|
3178
|
-
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
3179
|
-
isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
3180
|
-
getRoleName: typeof import("./src/utils").getRoleName;
|
3181
|
-
},
|
3215
|
+
readonly NModal: any;
|
3216
|
+
readonly NButton: any;
|
3217
|
+
readonly NSpace: any;
|
3218
|
+
readonly NAvatar: any;
|
3219
|
+
readonly NIcon: any;
|
3220
|
+
readonly NTag: any;
|
3221
|
+
readonly NInput: any;
|
3222
|
+
readonly NCheckbox: any;
|
3223
|
+
readonly NCheckboxGroup: any;
|
3224
|
+
readonly NTooltip: any;
|
3225
|
+
readonly NBreadcrumb: any;
|
3226
|
+
readonly NBreadcrumbItem: any;
|
3227
|
+
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>;
|
3228
|
+
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>;
|
3229
|
+
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>;
|
3230
|
+
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>;
|
3231
|
+
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>;
|
3232
|
+
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>;
|
3233
|
+
readonly last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
3234
|
+
readonly isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
3235
|
+
readonly getRoleName: typeof import("./src/utils").getRoleName;
|
3236
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
3182
3237
|
title: {
|
3183
3238
|
type: StringConstructor;
|
3184
3239
|
default: string;
|
@@ -3202,36 +3257,36 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3202
3257
|
type: BooleanConstructor;
|
3203
3258
|
default: boolean;
|
3204
3259
|
};
|
3205
|
-
}>> & {
|
3260
|
+
}>> & Readonly<{
|
3206
3261
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
3207
|
-
}
|
3262
|
+
}>, {
|
3208
3263
|
title: string;
|
3209
3264
|
defaultValue: import("../../shared/types").AnyObject[];
|
3210
3265
|
disabled: boolean;
|
3211
3266
|
mode: string;
|
3212
3267
|
disabledIds: string[];
|
3213
|
-
}>;
|
3214
|
-
emojis: {
|
3268
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
3269
|
+
readonly emojis: {
|
3215
3270
|
default: string[][];
|
3216
3271
|
findEmoji(name: string): string | undefined;
|
3217
3272
|
};
|
3218
|
-
MESSAGE_TYPE: typeof import("./src/constants").MESSAGE_TYPE;
|
3219
|
-
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<{}>>, {}>;
|
3220
|
-
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<{}>>, {}>;
|
3221
|
-
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<{}>>, {}>;
|
3222
|
-
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<{}>>, {}>;
|
3223
|
-
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<{}>>, {}>;
|
3224
|
-
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<{}>>, {}>;
|
3225
|
-
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<{}>>, {}>;
|
3226
|
-
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<{}>>, {}>;
|
3227
|
-
simplifyMessage: typeof import("./src/utils").simplifyMessage;
|
3228
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
3273
|
+
readonly MESSAGE_TYPE: typeof import("./src/constants").MESSAGE_TYPE;
|
3274
|
+
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>;
|
3275
|
+
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>;
|
3276
|
+
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>;
|
3277
|
+
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>;
|
3278
|
+
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>;
|
3279
|
+
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>;
|
3280
|
+
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>;
|
3281
|
+
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>;
|
3282
|
+
readonly simplifyMessage: typeof import("./src/utils").simplifyMessage;
|
3283
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
3229
3284
|
ChatSearch: import("vue").DefineComponent<{}, {
|
3230
|
-
userListRef: import("vue").Ref<any>;
|
3231
|
-
patientListRef: import("vue").Ref<any>;
|
3232
|
-
inputRef: import("vue").Ref<any>;
|
3233
|
-
showSearch: import("vue").Ref<boolean>;
|
3234
|
-
keyword: import("vue").Ref<string>;
|
3285
|
+
userListRef: import("vue").Ref<any, any>;
|
3286
|
+
patientListRef: import("vue").Ref<any, any>;
|
3287
|
+
inputRef: import("vue").Ref<any, any>;
|
3288
|
+
showSearch: import("vue").Ref<boolean, boolean>;
|
3289
|
+
keyword: import("vue").Ref<string, string>;
|
3235
3290
|
cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
|
3236
3291
|
state: {
|
3237
3292
|
orgId: string | number;
|
@@ -3286,12 +3341,12 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3286
3341
|
isForward: boolean;
|
3287
3342
|
};
|
3288
3343
|
openSession: (session: string | import("../../shared/types").AnyObject) => Promise<void>;
|
3289
|
-
userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
3344
|
+
userList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
3290
3345
|
handleInput: () => void;
|
3291
|
-
patientList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
3346
|
+
patientList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
3292
3347
|
handlePatientInput: () => void;
|
3293
|
-
currentTabValue: import("vue").Ref<string>;
|
3294
|
-
currentIndex: import("vue").Ref<number>;
|
3348
|
+
currentTabValue: import("vue").Ref<string, string>;
|
3349
|
+
currentIndex: import("vue").Ref<number, number>;
|
3295
3350
|
groupList: import("vue").ComputedRef<import("../../shared/types").AnyObject[]>;
|
3296
3351
|
showNoUserData: import("vue").ComputedRef<boolean>;
|
3297
3352
|
showNoPatientData: import("vue").ComputedRef<boolean>;
|
@@ -3305,15 +3360,15 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3305
3360
|
addSession: (id: string) => Promise<void>;
|
3306
3361
|
handleTabChange: () => void;
|
3307
3362
|
handleClose: () => void;
|
3308
|
-
NPopover: any;
|
3309
|
-
NButton: any;
|
3310
|
-
NInput: any;
|
3311
|
-
NIcon: any;
|
3312
|
-
NTabs: any;
|
3313
|
-
NTabPane: any;
|
3314
|
-
NDivider: any;
|
3315
|
-
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<{}>>, {}>;
|
3316
|
-
DefaultPage: SFCWithInstall<import("vue").DefineComponent<{
|
3363
|
+
readonly NPopover: any;
|
3364
|
+
readonly NButton: any;
|
3365
|
+
readonly NInput: any;
|
3366
|
+
readonly NIcon: any;
|
3367
|
+
readonly NTabs: any;
|
3368
|
+
readonly NTabPane: any;
|
3369
|
+
readonly NDivider: any;
|
3370
|
+
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>;
|
3371
|
+
readonly DefaultPage: SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
3317
3372
|
type: {
|
3318
3373
|
type: StringConstructor;
|
3319
3374
|
default: string;
|
@@ -3325,8 +3380,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3325
3380
|
content: string;
|
3326
3381
|
};
|
3327
3382
|
};
|
3328
|
-
}
|
3329
|
-
props:
|
3383
|
+
}>, {
|
3384
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
3330
3385
|
type: {
|
3331
3386
|
type: StringConstructor;
|
3332
3387
|
default: string;
|
@@ -3338,9 +3393,9 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3338
3393
|
content: string;
|
3339
3394
|
};
|
3340
3395
|
};
|
3341
|
-
}>> & {
|
3396
|
+
}>> & Readonly<{
|
3342
3397
|
onReloadPage?: ((...args: any[]) => any) | undefined;
|
3343
|
-
}
|
3398
|
+
}> & {}>;
|
3344
3399
|
emit: (event: "reloadPage", ...args: any[]) => void;
|
3345
3400
|
configResult: import("vue").ComputedRef<{
|
3346
3401
|
title: string;
|
@@ -3348,9 +3403,9 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3348
3403
|
img: string;
|
3349
3404
|
}>;
|
3350
3405
|
reloadPage: () => void;
|
3351
|
-
NIcon: any;
|
3352
|
-
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<{}>>, {}>;
|
3353
|
-
},
|
3406
|
+
readonly NIcon: any;
|
3407
|
+
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>;
|
3408
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
3354
3409
|
type: {
|
3355
3410
|
type: StringConstructor;
|
3356
3411
|
default: string;
|
@@ -3362,29 +3417,29 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3362
3417
|
content: string;
|
3363
3418
|
};
|
3364
3419
|
};
|
3365
|
-
}>> & {
|
3420
|
+
}>> & Readonly<{
|
3366
3421
|
onReloadPage?: ((...args: any[]) => any) | undefined;
|
3367
|
-
}
|
3422
|
+
}>, {
|
3368
3423
|
type: string;
|
3369
3424
|
config: import("../../shared/types").AnyObject;
|
3370
|
-
}>>;
|
3371
|
-
userItemRender: import("vue").DefineComponent<{
|
3425
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
3426
|
+
readonly userItemRender: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
3372
3427
|
item: {
|
3373
3428
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
3374
3429
|
default: () => {};
|
3375
3430
|
};
|
3376
|
-
}
|
3431
|
+
}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "item-click"[], "item-click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
3377
3432
|
item: {
|
3378
3433
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
3379
3434
|
default: () => {};
|
3380
3435
|
};
|
3381
|
-
}>> & {
|
3436
|
+
}>> & Readonly<{
|
3382
3437
|
"onItem-click"?: ((...args: any[]) => any) | undefined;
|
3383
|
-
}
|
3438
|
+
}>, {
|
3384
3439
|
item: import("../../shared/types").AnyObject;
|
3385
|
-
}>;
|
3386
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
3387
|
-
ChatAdd: import("vue").DefineComponent<{
|
3440
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
3441
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
3442
|
+
ChatAdd: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
3388
3443
|
title: {
|
3389
3444
|
type: StringConstructor;
|
3390
3445
|
default: string;
|
@@ -3408,14 +3463,14 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3408
3463
|
type: BooleanConstructor;
|
3409
3464
|
default: boolean;
|
3410
3465
|
};
|
3411
|
-
}
|
3466
|
+
}>, {
|
3412
3467
|
initialOptions: import("../../shared/types").AnyObject[];
|
3413
3468
|
tabList: {
|
3414
3469
|
key: string;
|
3415
3470
|
label: string;
|
3416
3471
|
}[];
|
3417
3472
|
orgList: import("../../shared/types").AnyObject[];
|
3418
|
-
props:
|
3473
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
3419
3474
|
title: {
|
3420
3475
|
type: StringConstructor;
|
3421
3476
|
default: string;
|
@@ -3439,9 +3494,9 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3439
3494
|
type: BooleanConstructor;
|
3440
3495
|
default: boolean;
|
3441
3496
|
};
|
3442
|
-
}>> & {
|
3497
|
+
}>> & Readonly<{
|
3443
3498
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
3444
|
-
}
|
3499
|
+
}> & {}>;
|
3445
3500
|
emit: (event: "comfirm", ...args: any[]) => void;
|
3446
3501
|
state: {
|
3447
3502
|
orgId: string | number;
|
@@ -3496,16 +3551,16 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3496
3551
|
isForward: boolean;
|
3497
3552
|
};
|
3498
3553
|
setCurrentSessionItem: (item: import("../../shared/types").AnyObject) => void;
|
3499
|
-
listRef: import("vue").Ref<any>;
|
3500
|
-
keyword: import("vue").Ref<string>;
|
3501
|
-
showModal: import("vue").Ref<boolean>;
|
3502
|
-
checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
3503
|
-
groupName: import("vue").Ref<string>;
|
3504
|
-
remark: import("vue").Ref<string>;
|
3505
|
-
currentTab: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
3506
|
-
breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
3507
|
-
breadcrumbRef: import("vue").Ref<any>;
|
3508
|
-
userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
3554
|
+
listRef: import("vue").Ref<any, any>;
|
3555
|
+
keyword: import("vue").Ref<string, string>;
|
3556
|
+
showModal: import("vue").Ref<boolean, boolean>;
|
3557
|
+
checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
3558
|
+
groupName: import("vue").Ref<string, string>;
|
3559
|
+
remark: import("vue").Ref<string, string>;
|
3560
|
+
currentTab: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
3561
|
+
breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
3562
|
+
breadcrumbRef: import("vue").Ref<any, any>;
|
3563
|
+
userList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
3509
3564
|
handleInput: () => void;
|
3510
3565
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
3511
3566
|
sessionList: import("vue").ComputedRef<{
|
@@ -3531,8 +3586,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3531
3586
|
}[]>;
|
3532
3587
|
checkedIds: import("vue").ComputedRef<any[]>;
|
3533
3588
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
3534
|
-
allChecked: import("vue").WritableComputedRef<boolean>;
|
3535
|
-
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
3589
|
+
allChecked: import("vue").WritableComputedRef<boolean, boolean>;
|
3590
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[], any[]>;
|
3536
3591
|
currentTabKey: import("vue").ComputedRef<any>;
|
3537
3592
|
showAllCheckbox: import("vue").ComputedRef<boolean>;
|
3538
3593
|
getOrgList: () => Promise<void>;
|
@@ -3547,28 +3602,28 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3547
3602
|
getAllUser: (tree: import("../../shared/types").AnyObject[]) => import("../../shared/types").AnyObject[];
|
3548
3603
|
handlePositiveClick: () => Promise<void>;
|
3549
3604
|
closeTag: (id: string) => void;
|
3550
|
-
NModal: any;
|
3551
|
-
NButton: any;
|
3552
|
-
NSpace: any;
|
3553
|
-
NAvatar: any;
|
3554
|
-
NIcon: any;
|
3555
|
-
NTag: any;
|
3556
|
-
NInput: any;
|
3557
|
-
NCheckbox: any;
|
3558
|
-
NCheckboxGroup: any;
|
3559
|
-
NTooltip: any;
|
3560
|
-
NBreadcrumb: any;
|
3561
|
-
NBreadcrumbItem: any;
|
3562
|
-
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<{}>>, {}>;
|
3563
|
-
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<{}>>, {}>;
|
3564
|
-
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<{}>>, {}>;
|
3565
|
-
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<{}>>, {}>;
|
3566
|
-
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<{}>>, {}>;
|
3567
|
-
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<{}>>, {}>;
|
3568
|
-
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
3569
|
-
isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
3570
|
-
getRoleName: typeof import("./src/utils").getRoleName;
|
3571
|
-
},
|
3605
|
+
readonly NModal: any;
|
3606
|
+
readonly NButton: any;
|
3607
|
+
readonly NSpace: any;
|
3608
|
+
readonly NAvatar: any;
|
3609
|
+
readonly NIcon: any;
|
3610
|
+
readonly NTag: any;
|
3611
|
+
readonly NInput: any;
|
3612
|
+
readonly NCheckbox: any;
|
3613
|
+
readonly NCheckboxGroup: any;
|
3614
|
+
readonly NTooltip: any;
|
3615
|
+
readonly NBreadcrumb: any;
|
3616
|
+
readonly NBreadcrumbItem: any;
|
3617
|
+
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>;
|
3618
|
+
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>;
|
3619
|
+
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>;
|
3620
|
+
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>;
|
3621
|
+
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>;
|
3622
|
+
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>;
|
3623
|
+
readonly last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
3624
|
+
readonly isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
3625
|
+
readonly getRoleName: typeof import("./src/utils").getRoleName;
|
3626
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
3572
3627
|
title: {
|
3573
3628
|
type: StringConstructor;
|
3574
3629
|
default: string;
|
@@ -3592,15 +3647,15 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3592
3647
|
type: BooleanConstructor;
|
3593
3648
|
default: boolean;
|
3594
3649
|
};
|
3595
|
-
}>> & {
|
3650
|
+
}>> & Readonly<{
|
3596
3651
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
3597
|
-
}
|
3652
|
+
}>, {
|
3598
3653
|
title: string;
|
3599
3654
|
defaultValue: import("../../shared/types").AnyObject[];
|
3600
3655
|
disabled: boolean;
|
3601
3656
|
mode: string;
|
3602
3657
|
disabledIds: string[];
|
3603
|
-
}>;
|
3658
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
3604
3659
|
Video: import("vue").DefineComponent<{}, {
|
3605
3660
|
sendMessage: (message: {
|
3606
3661
|
chatType?: string | undefined;
|
@@ -3660,8 +3715,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3660
3715
|
isForward: boolean;
|
3661
3716
|
};
|
3662
3717
|
trtc: import("trtc-sdk-v5").TRTC;
|
3663
|
-
timing: import("vue").Ref<string>;
|
3664
|
-
voiceClose: import("vue").Ref<boolean>;
|
3718
|
+
timing: import("vue").Ref<string, string>;
|
3719
|
+
voiceClose: import("vue").Ref<boolean, boolean>;
|
3665
3720
|
isAudio: import("vue").ComputedRef<boolean>;
|
3666
3721
|
isCall: import("vue").ComputedRef<boolean>;
|
3667
3722
|
startTimer: () => void;
|
@@ -3677,9 +3732,9 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3677
3732
|
exitRoom: () => Promise<void>;
|
3678
3733
|
startLocalMedia: (selfVideoRef?: HTMLElement | undefined) => Promise<void>;
|
3679
3734
|
MAIN_STREAM_TYPE: any;
|
3680
|
-
videoRef: import("vue").Ref<HTMLElement | undefined>;
|
3681
|
-
selfVideoRef: import("vue").Ref<HTMLElement | undefined>;
|
3682
|
-
isConnect: import("vue").Ref<boolean>;
|
3735
|
+
videoRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
3736
|
+
selfVideoRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
3737
|
+
isConnect: import("vue").Ref<boolean, boolean>;
|
3683
3738
|
timeout: any;
|
3684
3739
|
info: import("vue").ComputedRef<{
|
3685
3740
|
avatar: any;
|
@@ -3703,16 +3758,16 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3703
3758
|
readonly NO_RESPONSE: () => void;
|
3704
3759
|
readonly REJECTED: () => void;
|
3705
3760
|
};
|
3706
|
-
NButton: any;
|
3707
|
-
NAvatar: any;
|
3708
|
-
NIcon: any;
|
3709
|
-
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<{}>>, {}>;
|
3710
|
-
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<{}>>, {}>;
|
3711
|
-
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<{}>>, {}>;
|
3712
|
-
AV_STATUS: typeof import("./src/constants").AV_STATUS;
|
3713
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
3761
|
+
readonly NButton: any;
|
3762
|
+
readonly NAvatar: any;
|
3763
|
+
readonly NIcon: any;
|
3764
|
+
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>;
|
3765
|
+
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>;
|
3766
|
+
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>;
|
3767
|
+
readonly AV_STATUS: typeof import("./src/constants").AV_STATUS;
|
3768
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
3714
3769
|
MultipleVideo: import("vue").DefineComponent<{}, {
|
3715
|
-
selfVideoRef: import("vue").Ref<HTMLElement | undefined>;
|
3770
|
+
selfVideoRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
3716
3771
|
state: {
|
3717
3772
|
orgId: string | number;
|
3718
3773
|
currentSessionItem: import("../../shared/types").AnyObject;
|
@@ -3770,23 +3825,28 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3770
3825
|
content: import("../../shared/types").AnyObject;
|
3771
3826
|
receiver?: string | undefined;
|
3772
3827
|
}) => Promise<void>;
|
3773
|
-
voiceClose: import("vue").Ref<boolean>;
|
3828
|
+
voiceClose: import("vue").Ref<boolean, boolean>;
|
3774
3829
|
isAudio: import("vue").ComputedRef<boolean>;
|
3775
3830
|
isCall: import("vue").ComputedRef<boolean>;
|
3776
3831
|
startTimer: () => void;
|
3777
3832
|
toggleAudio: () => Promise<void>;
|
3778
3833
|
messageTypeText: import("vue").ComputedRef<"语音" | "视频">;
|
3779
|
-
timing: import("vue").Ref<string>;
|
3834
|
+
timing: import("vue").Ref<string, string>;
|
3780
3835
|
toggleVideo: () => Promise<void>;
|
3781
|
-
videocamClose: import("vue").Ref<boolean>;
|
3836
|
+
videocamClose: import("vue").Ref<boolean, boolean>;
|
3782
3837
|
installEventHandlers: (handlers: import("./src/hooks").VideoEventHandlers) => void;
|
3783
3838
|
uninstallEventHandlers: (handlers: import("./src/hooks").VideoEventHandlers) => void;
|
3784
|
-
isConnect: import("vue").Ref<boolean>;
|
3839
|
+
isConnect: import("vue").Ref<boolean, boolean>;
|
3785
3840
|
remoteUsers: import("vue").Ref<{
|
3786
3841
|
id: string;
|
3787
3842
|
name: string;
|
3788
3843
|
hasVideo?: boolean | undefined;
|
3789
3844
|
hasAudio?: boolean | undefined;
|
3845
|
+
}[], import("./src/hooks").RemoteUser[] | {
|
3846
|
+
id: string;
|
3847
|
+
name: string;
|
3848
|
+
hasVideo?: boolean | undefined;
|
3849
|
+
hasAudio?: boolean | undefined;
|
3790
3850
|
}[]>;
|
3791
3851
|
enterRoom: () => Promise<boolean>;
|
3792
3852
|
exitRoom: () => Promise<void>;
|
@@ -3799,20 +3859,32 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3799
3859
|
setVideoRef: (userId: string, el: HTMLElement | null) => void;
|
3800
3860
|
checkAndRenderAllVideos: () => void;
|
3801
3861
|
MAIN_STREAM_TYPE: any;
|
3802
|
-
wrapperRef: import("vue").Ref<HTMLElement | null>;
|
3803
|
-
handleRef: import("vue").Ref<HTMLElement | null>;
|
3804
|
-
isMaxSize: import("vue").Ref<boolean>;
|
3805
|
-
miniWrapperRef: import("vue").Ref<HTMLElement | null>;
|
3862
|
+
wrapperRef: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
|
3863
|
+
handleRef: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
|
3864
|
+
isMaxSize: import("vue").Ref<boolean, boolean>;
|
3865
|
+
miniWrapperRef: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
|
3806
3866
|
callUser: import("vue").ComputedRef<any>;
|
3807
3867
|
title: import("vue").ComputedRef<string>;
|
3808
3868
|
style: import("vue").Ref<{
|
3809
3869
|
left: string;
|
3810
3870
|
top: string;
|
3871
|
+
}, {
|
3872
|
+
left: string;
|
3873
|
+
top: string;
|
3874
|
+
} | {
|
3875
|
+
left: string;
|
3876
|
+
top: string;
|
3811
3877
|
}>;
|
3812
3878
|
changePosition: (position?: ("center" | "top-right") | undefined) => void;
|
3813
3879
|
miniStyle: import("vue").Ref<{
|
3814
3880
|
left: string;
|
3815
3881
|
top: string;
|
3882
|
+
}, {
|
3883
|
+
left: string;
|
3884
|
+
top: string;
|
3885
|
+
} | {
|
3886
|
+
left: string;
|
3887
|
+
top: string;
|
3816
3888
|
}>;
|
3817
3889
|
changeMiniPosition: (position?: ("center" | "top-right") | undefined) => void;
|
3818
3890
|
handleAddPerson: ({ checkedIds, checkedOptions }: {
|
@@ -3829,11 +3901,11 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3829
3901
|
handleRemoteUserEnter: (event: import("./src/hooks").TRTCEvent) => Promise<void>;
|
3830
3902
|
getUserName: (userId: string) => Promise<string>;
|
3831
3903
|
handleRemoteUserExit: (event: import("./src/hooks").TRTCEvent) => void;
|
3832
|
-
periodicCheckInterval: null;
|
3833
|
-
NButton: any;
|
3834
|
-
NAvatar: any;
|
3835
|
-
NIcon: any;
|
3836
|
-
ChatAdd: import("vue").DefineComponent<{
|
3904
|
+
periodicCheckInterval: NodeJS.Timeout | null;
|
3905
|
+
readonly NButton: any;
|
3906
|
+
readonly NAvatar: any;
|
3907
|
+
readonly NIcon: any;
|
3908
|
+
ChatAdd: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
3837
3909
|
title: {
|
3838
3910
|
type: StringConstructor;
|
3839
3911
|
default: string;
|
@@ -3857,14 +3929,14 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3857
3929
|
type: BooleanConstructor;
|
3858
3930
|
default: boolean;
|
3859
3931
|
};
|
3860
|
-
}
|
3932
|
+
}>, {
|
3861
3933
|
initialOptions: import("../../shared/types").AnyObject[];
|
3862
3934
|
tabList: {
|
3863
3935
|
key: string;
|
3864
3936
|
label: string;
|
3865
3937
|
}[];
|
3866
3938
|
orgList: import("../../shared/types").AnyObject[];
|
3867
|
-
props:
|
3939
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
3868
3940
|
title: {
|
3869
3941
|
type: StringConstructor;
|
3870
3942
|
default: string;
|
@@ -3888,9 +3960,9 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3888
3960
|
type: BooleanConstructor;
|
3889
3961
|
default: boolean;
|
3890
3962
|
};
|
3891
|
-
}>> & {
|
3963
|
+
}>> & Readonly<{
|
3892
3964
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
3893
|
-
}
|
3965
|
+
}> & {}>;
|
3894
3966
|
emit: (event: "comfirm", ...args: any[]) => void;
|
3895
3967
|
state: {
|
3896
3968
|
orgId: string | number;
|
@@ -3945,16 +4017,16 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3945
4017
|
isForward: boolean;
|
3946
4018
|
};
|
3947
4019
|
setCurrentSessionItem: (item: import("../../shared/types").AnyObject) => void;
|
3948
|
-
listRef: import("vue").Ref<any>;
|
3949
|
-
keyword: import("vue").Ref<string>;
|
3950
|
-
showModal: import("vue").Ref<boolean>;
|
3951
|
-
checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
3952
|
-
groupName: import("vue").Ref<string>;
|
3953
|
-
remark: import("vue").Ref<string>;
|
3954
|
-
currentTab: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
3955
|
-
breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
3956
|
-
breadcrumbRef: import("vue").Ref<any>;
|
3957
|
-
userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
4020
|
+
listRef: import("vue").Ref<any, any>;
|
4021
|
+
keyword: import("vue").Ref<string, string>;
|
4022
|
+
showModal: import("vue").Ref<boolean, boolean>;
|
4023
|
+
checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
4024
|
+
groupName: import("vue").Ref<string, string>;
|
4025
|
+
remark: import("vue").Ref<string, string>;
|
4026
|
+
currentTab: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
4027
|
+
breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
4028
|
+
breadcrumbRef: import("vue").Ref<any, any>;
|
4029
|
+
userList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
3958
4030
|
handleInput: () => void;
|
3959
4031
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
3960
4032
|
sessionList: import("vue").ComputedRef<{
|
@@ -3980,8 +4052,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3980
4052
|
}[]>;
|
3981
4053
|
checkedIds: import("vue").ComputedRef<any[]>;
|
3982
4054
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
3983
|
-
allChecked: import("vue").WritableComputedRef<boolean>;
|
3984
|
-
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
4055
|
+
allChecked: import("vue").WritableComputedRef<boolean, boolean>;
|
4056
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[], any[]>;
|
3985
4057
|
currentTabKey: import("vue").ComputedRef<any>;
|
3986
4058
|
showAllCheckbox: import("vue").ComputedRef<boolean>;
|
3987
4059
|
getOrgList: () => Promise<void>;
|
@@ -3996,28 +4068,28 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3996
4068
|
getAllUser: (tree: import("../../shared/types").AnyObject[]) => import("../../shared/types").AnyObject[];
|
3997
4069
|
handlePositiveClick: () => Promise<void>;
|
3998
4070
|
closeTag: (id: string) => void;
|
3999
|
-
NModal: any;
|
4000
|
-
NButton: any;
|
4001
|
-
NSpace: any;
|
4002
|
-
NAvatar: any;
|
4003
|
-
NIcon: any;
|
4004
|
-
NTag: any;
|
4005
|
-
NInput: any;
|
4006
|
-
NCheckbox: any;
|
4007
|
-
NCheckboxGroup: any;
|
4008
|
-
NTooltip: any;
|
4009
|
-
NBreadcrumb: any;
|
4010
|
-
NBreadcrumbItem: any;
|
4011
|
-
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<{}>>, {}>;
|
4012
|
-
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<{}>>, {}>;
|
4013
|
-
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<{}>>, {}>;
|
4014
|
-
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<{}>>, {}>;
|
4015
|
-
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<{}>>, {}>;
|
4016
|
-
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<{}>>, {}>;
|
4017
|
-
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
4018
|
-
isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
4019
|
-
getRoleName: typeof import("./src/utils").getRoleName;
|
4020
|
-
},
|
4071
|
+
readonly NModal: any;
|
4072
|
+
readonly NButton: any;
|
4073
|
+
readonly NSpace: any;
|
4074
|
+
readonly NAvatar: any;
|
4075
|
+
readonly NIcon: any;
|
4076
|
+
readonly NTag: any;
|
4077
|
+
readonly NInput: any;
|
4078
|
+
readonly NCheckbox: any;
|
4079
|
+
readonly NCheckboxGroup: any;
|
4080
|
+
readonly NTooltip: any;
|
4081
|
+
readonly NBreadcrumb: any;
|
4082
|
+
readonly NBreadcrumbItem: any;
|
4083
|
+
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>;
|
4084
|
+
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>;
|
4085
|
+
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>;
|
4086
|
+
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>;
|
4087
|
+
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>;
|
4088
|
+
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>;
|
4089
|
+
readonly last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
4090
|
+
readonly isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
4091
|
+
readonly getRoleName: typeof import("./src/utils").getRoleName;
|
4092
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
4021
4093
|
title: {
|
4022
4094
|
type: StringConstructor;
|
4023
4095
|
default: string;
|
@@ -4041,24 +4113,24 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
4041
4113
|
type: BooleanConstructor;
|
4042
4114
|
default: boolean;
|
4043
4115
|
};
|
4044
|
-
}>> & {
|
4116
|
+
}>> & Readonly<{
|
4045
4117
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
4046
|
-
}
|
4118
|
+
}>, {
|
4047
4119
|
title: string;
|
4048
4120
|
defaultValue: import("../../shared/types").AnyObject[];
|
4049
4121
|
disabled: boolean;
|
4050
4122
|
mode: string;
|
4051
4123
|
disabledIds: string[];
|
4052
|
-
}>;
|
4053
|
-
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<{}>>, {}>;
|
4054
|
-
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<{}>>, {}>;
|
4055
|
-
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<{}>>, {}>;
|
4056
|
-
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<{}>>, {}>;
|
4057
|
-
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<{}>>, {}>;
|
4058
|
-
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<{}>>, {}>;
|
4059
|
-
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<{}>>, {}>;
|
4060
|
-
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<{}>>, {}>;
|
4061
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
4124
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
4125
|
+
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>;
|
4126
|
+
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>;
|
4127
|
+
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>;
|
4128
|
+
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>;
|
4129
|
+
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>;
|
4130
|
+
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>;
|
4131
|
+
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>;
|
4132
|
+
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>;
|
4133
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
4062
4134
|
PersonProfile: import("vue").DefineComponent<{}, {
|
4063
4135
|
state: {
|
4064
4136
|
orgId: string | number;
|
@@ -4113,8 +4185,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
4113
4185
|
isForward: boolean;
|
4114
4186
|
};
|
4115
4187
|
openSession: (session: string | import("../../shared/types").AnyObject) => Promise<void>;
|
4116
|
-
showLargeAvatar: import("vue").Ref<boolean>;
|
4117
|
-
showPhone: import("vue").Ref<boolean>;
|
4188
|
+
showLargeAvatar: import("vue").Ref<boolean, boolean>;
|
4189
|
+
showPhone: import("vue").Ref<boolean, boolean>;
|
4118
4190
|
userDetail: import("../../shared/types").AnyObject;
|
4119
4191
|
info: {
|
4120
4192
|
label: string;
|
@@ -4132,18 +4204,18 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
4132
4204
|
onChange: (options: {
|
4133
4205
|
file: import("naive-ui/es/upload").UploadFileInfo;
|
4134
4206
|
}) => Promise<void>;
|
4135
|
-
NAvatar: any;
|
4136
|
-
NPopover: any;
|
4137
|
-
NButton: any;
|
4138
|
-
NIcon: any;
|
4139
|
-
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<{}>>, {}>;
|
4140
|
-
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<{}>>, {}>;
|
4141
|
-
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<{}>>, {}>;
|
4142
|
-
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<{}>>, {}>;
|
4143
|
-
isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
4144
|
-
getRoleName: typeof import("./src/utils").getRoleName;
|
4145
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
4146
|
-
},
|
4207
|
+
readonly NAvatar: any;
|
4208
|
+
readonly NPopover: any;
|
4209
|
+
readonly NButton: any;
|
4210
|
+
readonly NIcon: any;
|
4211
|
+
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>;
|
4212
|
+
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>;
|
4213
|
+
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>;
|
4214
|
+
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>;
|
4215
|
+
readonly isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
4216
|
+
readonly getRoleName: typeof import("./src/utils").getRoleName;
|
4217
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
4218
|
+
}, {}, {}, {}, 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<{
|
4147
4219
|
token: {
|
4148
4220
|
type: StringConstructor;
|
4149
4221
|
required: true;
|
@@ -4196,17 +4268,17 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
4196
4268
|
type: import("vue").PropType<string | Element>;
|
4197
4269
|
default: string;
|
4198
4270
|
};
|
4199
|
-
}>> & {
|
4271
|
+
}>> & Readonly<{
|
4200
4272
|
"onTemplate-click"?: ((...args: any[]) => any) | undefined;
|
4201
4273
|
"onUnread-message-update"?: ((...args: any[]) => any) | undefined;
|
4202
4274
|
"onSession-change"?: ((...args: any[]) => any) | undefined;
|
4203
4275
|
"onSession-close"?: ((...args: any[]) => any) | undefined;
|
4204
|
-
}
|
4205
|
-
show: boolean;
|
4276
|
+
}>, {
|
4206
4277
|
showHeader: boolean;
|
4278
|
+
show: boolean;
|
4207
4279
|
baseURL: string;
|
4208
4280
|
extraParams: import("../../shared/types").AnyObject;
|
4209
4281
|
filterable: boolean;
|
4210
4282
|
videoTeleportTo: string | Element;
|
4211
|
-
}>>;
|
4283
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
4212
4284
|
export default IhoChat;
|