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