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