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