cnhis-design-vue 3.4.0-beta.7 → 3.4.0-beta.70
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/_virtual/_virtual_i18n-methods.js +5 -1
- 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 +57 -55
- package/es/components/audio-sdk/src/Index.vue.d.ts +57 -55
- package/es/components/audio-sdk/src/Index.vue2.js +8 -7
- package/es/components/audio-sdk/src/audioSDK.d.ts +1 -1
- package/es/components/audio-sdk/src/components/form.vue.d.ts +16 -16
- package/es/components/audio-sdk/src/components/readyCountdown.vue.d.ts +10 -10
- package/es/components/audio-sdk/src/components/readyCountdown.vue2.js +5 -6
- package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +52 -50
- package/es/components/audio-sdk/src/components/recording.vue.d.ts +44 -42
- package/es/components/audio-sdk/src/components/recording.vue2.js +36 -41
- package/es/components/audio-sdk/src/hooks/useChartAudioContext.d.ts +5 -5
- package/es/components/audio-sdk/src/svgs/Close.vue.js +6 -8
- package/es/components/audio-sdk/src/svgs/Continue.vue.js +3 -5
- package/es/components/audio-sdk/src/svgs/Enlarge.vue.js +3 -5
- package/es/components/audio-sdk/src/svgs/Pause.vue.js +3 -5
- package/es/components/audio-sdk/src/svgs/WaveView.vue.js +3 -5
- package/es/components/audio-sdk/src/svgs/Zoom.vue.js +6 -8
- package/es/components/audio-sdk/src/utils/index.d.ts +1 -1
- package/es/components/audio-sdk/src/utils/recordingModal.d.ts +2 -2
- package/es/components/base-search/index.d.ts +95 -19
- package/es/components/base-search/src/index.vue.d.ts +95 -19
- package/es/components/base-search/src/index.vue2.js +39 -32
- package/es/components/big-table/index.d.ts +67 -43
- package/es/components/big-table/src/BigTable.vue.d.ts +67 -43
- package/es/components/big-table/src/BigTable.vue2.js +18 -18
- package/es/components/big-table/src/components/NoData.vue.d.ts +7 -7
- package/es/components/big-table/src/components/NoData.vue2.js +4 -4
- package/es/components/big-table/src/components/edit-form/edit-date.d.ts +7 -5
- package/es/components/big-table/src/components/edit-form/edit-input.d.ts +8 -5
- package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +12 -5
- package/es/components/big-table/src/components/edit-form/edit-select.d.ts +7 -5
- package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +47 -23
- package/es/components/big-table/src/components/edit-form/edit-separate.vue2.js +2 -1
- package/es/components/big-table/src/components/edit-form/edit-time.d.ts +7 -5
- package/es/components/big-table/src/components/edit-form/useCommon.d.ts +2 -2
- package/es/components/big-table/src/components/input-button.vue.d.ts +5 -5
- package/es/components/big-table/src/components/input-button.vue2.js +4 -3
- package/es/components/big-table/src/components/separate.vue.d.ts +31 -7
- package/es/components/big-table/src/components/separate.vue2.js +3 -4
- package/es/components/big-table/src/hooks/useAnnotation.d.ts +1 -1
- package/es/components/big-table/src/hooks/useEdit.d.ts +84 -48
- package/es/components/big-table/src/hooks/useSeparateRow.d.ts +50 -2
- package/es/components/body-select/index.d.ts +17 -17
- package/es/components/body-select/src/index.vue.d.ts +17 -17
- package/es/components/body-select/src/index.vue2.js +8 -10
- package/es/components/bpmn-workflow/index.d.ts +9 -9
- package/es/components/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +9 -9
- package/es/components/bpmn-workflow/src/BpmnWorkflow.vue2.js +1 -1
- package/es/components/branch-notice/index.d.ts +72 -49
- package/es/components/branch-notice/src/BranchNotice.vue.d.ts +70 -47
- package/es/components/branch-notice/src/BranchNotice.vue2.js +6 -5
- package/es/components/branch-notice/src/components/NoticeItem.vue.d.ts +57 -34
- package/es/components/branch-notice/src/components/NoticeItem.vue2.js +4 -4
- package/es/components/branch-notice/src/components/NoticeItemAside.vue.d.ts +12 -12
- package/es/components/branch-notice/src/components/NoticeItemAside.vue2.js +1 -2
- package/es/components/branch-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
- package/es/components/button-print/index.d.ts +233 -145
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +233 -145
- package/es/components/button-print/src/ButtonPrint.vue2.js +12 -7
- package/es/components/button-print/src/components/EditFormat.vue.d.ts +48 -18
- package/es/components/button-print/src/components/EditFormat.vue2.js +8 -8
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +72 -43
- package/es/components/button-print/src/components/IdentityVerification.vue2.js +12 -11
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +105 -75
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +156 -125
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +99 -58
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +41 -6
- package/es/components/button-print/src/components/Preview.vue.d.ts +13 -13
- package/es/components/button-print/src/components/Preview.vue2.js +3 -2
- package/es/components/button-print/src/utils/print.d.ts +2 -1
- package/es/components/button-print/src/utils/print.js +13 -8
- package/es/components/calendar/index.d.ts +32 -277
- package/es/components/calendar/src/Calendar.vue.d.ts +31 -276
- package/es/components/calendar/src/Calendar.vue2.js +5 -4
- package/es/components/callback/index.d.ts +11 -11
- package/es/components/callback/src/components/dialog/drawer.vue.d.ts +20 -21
- package/es/components/callback/src/components/dialog/drawer.vue2.js +2 -1
- package/es/components/callback/src/components/dialog/modal.vue.d.ts +22 -22
- package/es/components/callback/src/components/dialog/modal.vue2.js +2 -1
- package/es/components/callback/src/components/popup/index.vue.d.ts +6 -6
- package/es/components/callback/src/components/render/drawerIframe/index.vue.d.ts +12 -12
- package/es/components/callback/src/components/render/drawerIframe/index.vue2.js +1 -1
- package/es/components/callback/src/components/render/index.vue.d.ts +6 -6
- package/es/components/callback/src/components/render/popupMaps.d.ts +3240 -1792
- package/es/components/callback/src/index.vue.d.ts +11 -11
- package/es/components/callback/src/index.vue2.js +2 -1
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue.d.ts +12 -15
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue2.js +7 -6
- package/es/components/card-render/index.d.ts +10 -10
- package/es/components/card-render/src/CardRender.vue.d.ts +10 -10
- package/es/components/card-render/src/CardRender.vue2.js +8 -5
- package/es/components/card-render/src/components/Box.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Box.vue2.js +4 -4
- package/es/components/card-render/src/components/Button.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Button.vue2.js +5 -5
- package/es/components/card-render/src/components/Divider.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Divider.vue2.js +1 -1
- package/es/components/card-render/src/components/Field.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Field.vue2.js +21 -21
- package/es/components/card-render/src/components/FieldGroup.vue.d.ts +8 -8
- package/es/components/card-render/src/components/FieldGroup.vue2.js +12 -12
- package/es/components/card-render/src/components/Image.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Image.vue2.js +2 -2
- package/es/components/card-render/src/components/Label.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Label.vue2.js +3 -3
- package/es/components/card-render/src/components/Row.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Row.vue2.js +5 -5
- package/es/components/card-render/src/components/ScaleView.vue.d.ts +8 -8
- package/es/components/card-render/src/components/ScaleView.vue2.js +2 -2
- package/es/components/card-render/src/components/Slot.d.ts +5 -5
- package/es/components/card-render/src/components/Table.vue.d.ts +16 -16
- package/es/components/card-render/src/components/Table.vue2.js +4 -4
- package/es/components/card-render/src/components/Text.vue.d.ts +7 -7
- package/es/components/card-render/src/components/Text.vue2.js +4 -4
- package/es/components/card-render/src/components/index.d.ts +113 -113
- package/es/components/classification/index.d.ts +632 -432
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +493 -358
- package/es/components/classification/src/components/search-filter/index.vue2.js +6 -5
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +537 -402
- package/es/components/classification/src/components/set-classification/index.vue2.js +3 -2
- package/es/components/classification/src/components/table-modal/index.vue.d.ts +27 -27
- package/es/components/classification/src/components/table-modal/index.vue2.js +65 -66
- package/es/components/classification/src/index.vue.d.ts +632 -432
- package/es/components/classification/src/index.vue2.js +68 -63
- package/es/components/config-provider/index.d.ts +7 -5
- package/es/components/config-provider/src/ConfigProvider.d.ts +7 -5
- package/es/components/date-picker/index.d.ts +56 -15
- package/es/components/date-picker/src/DatePicker.vue.d.ts +56 -15
- package/es/components/date-picker/src/DatePicker.vue2.js +42 -11
- package/es/components/default-page/index.d.ts +11 -11
- package/es/components/default-page/src/index.vue.d.ts +11 -11
- package/es/components/default-page/src/index.vue2.js +14 -15
- package/es/components/editor/index.d.ts +77 -7
- package/es/components/editor/src/Editor.d.ts +78 -7
- package/es/components/expand-field/index.d.ts +509 -303
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue.d.ts +14 -14
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +7 -7
- package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +335 -225
- package/es/components/expand-field/src/components/FormItemPerson.vue2.js +4 -3
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +315 -205
- package/es/components/expand-field/src/components/PersonModal.vue2.js +4 -3
- package/es/components/expand-field/src/components/form.vue.d.ts +489 -285
- package/es/components/expand-field/src/components/form.vue2.js +65 -73
- package/es/components/expand-field/src/index.vue.d.ts +510 -304
- package/es/components/expand-field/src/index.vue2.js +26 -26
- package/es/components/fabric-chart/index.d.ts +32 -32
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +32 -32
- package/es/components/fabric-chart/src/FabricChart.vue2.js +7 -5
- package/es/components/fabric-chart/src/components/PopupMenu.d.ts +10 -10
- package/es/components/fabric-chart/src/components/PopupMenu.js +57 -39
- package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +7 -7
- package/es/components/fabric-chart/src/constants/index.d.ts +19 -5
- package/es/components/fabric-chart/src/constants/index.js +26 -11
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.d.ts +4 -3
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +119 -193
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.js +69 -117
- package/es/components/fabric-chart/src/hooks/electrocardiogram/hooks/useDetailEvent.js +18 -12
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.js +60 -32
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +11 -11
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +84 -120
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.js +1 -0
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.js +65 -113
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.d.ts +4 -3
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +63 -37
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useLeft.js +31 -14
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.d.ts +4 -3
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +21 -14
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +152 -208
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.d.ts +4 -3
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +8 -9
- package/es/components/fabric-chart/src/hooks/temperature/useBottom.js +1 -0
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.d.ts +4 -3
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +138 -229
- package/es/components/fabric-chart/src/hooks/temperature/useOther.js +12 -12
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +195 -273
- package/es/components/fabric-chart/src/hooks/temperature/useTop.js +1 -0
- package/es/components/fabric-chart/src/interface.d.ts +15 -1
- package/es/components/fabric-chart/src/utils/eventBus.d.ts +2 -0
- package/es/components/fabric-chart/src/utils/eventBus.js +5 -0
- package/es/components/fabric-chart/src/utils/index.d.ts +1 -1
- package/es/components/fabric-chart/src/utils/index.js +2 -10
- package/es/components/fabric-chart/style/index.css +1 -1
- package/es/components/field-editor/index.d.ts +51 -42
- package/es/components/field-editor/src/FieldEditor.vue.d.ts +51 -42
- package/es/components/field-editor/src/FieldEditor.vue2.js +5 -5
- package/es/components/field-set/index.d.ts +13 -13
- package/es/components/field-set/src/FieldColor.vue.d.ts +297 -153
- package/es/components/field-set/src/FieldColor.vue2.js +9 -7
- package/es/components/field-set/src/FieldFilter.vue.d.ts +76 -50
- package/es/components/field-set/src/FieldFilter.vue2.js +10 -8
- package/es/components/field-set/src/FieldSet.vue.d.ts +78 -64
- package/es/components/field-set/src/FieldSet.vue2.js +28 -24
- package/es/components/field-set/src/Index.vue.d.ts +13 -13
- package/es/components/field-set/src/Index.vue2.js +16 -13
- package/es/components/field-set/src/TableStyle.vue.d.ts +21 -13
- package/es/components/field-set/src/TableStyle.vue2.js +23 -23
- package/es/components/field-set/src/components/condition.vue.d.ts +88 -32
- package/es/components/field-set/src/components/condition.vue2.js +8 -11
- package/es/components/field-set/src/components/edit-dialog.vue.d.ts +231 -102
- package/es/components/field-set/src/components/edit-dialog.vue2.js +4 -3
- package/es/components/field-set/src/components/edit-filter.vue.d.ts +108 -43
- package/es/components/field-set/src/components/edit-filter.vue2.js +2 -1
- package/es/components/field-set/src/components/table-row.vue.d.ts +32 -32
- package/es/components/field-set/src/components/table-row.vue2.js +17 -14
- package/es/components/form-config/index.d.ts +1419 -418
- package/es/components/form-config/src/FormConfig.vue.d.ts +1419 -418
- package/es/components/form-config/src/FormConfig.vue2.js +24 -25
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +58 -49
- package/es/components/form-config/src/components/FormConfigCreator.vue2.js +4 -3
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +9 -9
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +1119 -202
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +52 -29
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +119 -81
- package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +29 -29
- package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +4 -4
- package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +11 -11
- package/es/components/form-config/src/components/renderer/CloseButton.vue2.js +1 -1
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +29 -29
- package/es/components/form-config/src/components/renderer/ComplexNode.vue2.js +4 -5
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +21 -21
- package/es/components/form-config/src/components/renderer/DefaultNode.vue2.js +5 -5
- package/es/components/form-config/src/constants/index.d.ts +2 -0
- package/es/components/form-config/src/constants/index.js +2 -0
- package/es/components/form-config/src/hooks/useConfigurationField.js +20 -3
- package/es/components/form-config/src/hooks/usePresetRenderer.d.ts +1 -1
- package/es/components/form-render/index.d.ts +49 -40
- package/es/components/form-render/src/FormRender.vue.d.ts +46 -37
- package/es/components/form-render/src/FormRender.vue2.js +5 -4
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +49 -40
- package/es/components/form-render/src/FormRenderWrapper.vue2.js +2 -2
- package/es/components/form-render/src/components/renderer/combination/combination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.js +1 -1
- package/es/components/form-render/src/components/renderer/combination/jsonCombination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/combination/jsonCombination.js +1 -0
- package/es/components/form-render/src/components/renderer/combination/tableCombination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/complex.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/date.d.ts +7 -9
- package/es/components/form-render/src/components/renderer/formItem.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/input.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/inputNumber.d.ts +7 -7
- package/es/components/form-render/src/components/renderer/levelSearchCascader/index.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +32 -31
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue2.js +6 -6
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +32 -31
- package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +18 -18
- package/es/components/form-render/src/components/renderer/radio_checkbox.js +3 -2
- 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 +7 -7
- package/es/components/form-render/src/components/renderer/textarea.js +1 -1
- package/es/components/form-render/src/components/renderer/time.d.ts +3 -3
- package/es/components/form-render/src/components/tooltipMessage.vue.d.ts +9 -9
- package/es/components/form-render/src/components/tooltipMessage.vue2.js +1 -1
- package/es/components/form-render/src/hooks/useAnchor.d.ts +9 -1
- package/es/components/form-render/src/hooks/useCommonInjection.d.ts +1 -1
- package/es/components/form-render/src/hooks/useComplexOptions.d.ts +3 -3
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +8 -6
- package/es/components/form-render/src/hooks/useFormEvent.js +1 -1
- package/es/components/form-render/src/hooks/useFormField.d.ts +1 -1
- package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +12 -12
- package/es/components/form-render/src/hooks/useNewLowCodeReactions.js +8 -0
- package/es/components/form-render/src/types/index.d.ts +1 -0
- package/es/components/form-render/src/utils/index.d.ts +4 -4
- package/es/components/form-render/src/utils/index.js +5 -2
- 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 +914 -760
- package/es/components/iho-chat/src/Index.vue.d.ts +914 -760
- package/es/components/iho-chat/src/Index.vue2.js +4 -3
- package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +42 -42
- package/es/components/iho-chat/src/components/ChatAdd.vue2.js +41 -41
- package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +122 -88
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +5 -5
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +64 -64
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +76 -70
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +347 -272
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +8 -8
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +191 -177
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +31 -13
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +102 -61
- package/es/components/iho-chat/src/components/ChatRecord.vue2.js +57 -63
- package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +34 -34
- package/es/components/iho-chat/src/components/ChatSearch.vue2.js +33 -36
- package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +65 -65
- package/es/components/iho-chat/src/components/ChatSet.vue2.js +56 -66
- package/es/components/iho-chat/src/components/ContextMenu.d.ts +5 -5
- package/es/components/iho-chat/src/components/ContextMenu.js +40 -15
- package/es/components/iho-chat/src/components/ImageLightbox.vue.d.ts +40 -22
- package/es/components/iho-chat/src/components/ImageLightbox.vue2.js +24 -21
- package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +9 -9
- package/es/components/iho-chat/src/components/MessageEvent.vue2.js +11 -13
- package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +32 -32
- package/es/components/iho-chat/src/components/MessageMergeForward.vue2.js +2 -2
- package/es/components/iho-chat/src/components/MessageTemplate.vue.d.ts +18 -22
- package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +33 -35
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +82 -64
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +41 -46
- package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +13 -13
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +2 -2
- package/es/components/iho-chat/src/components/SelectLabel.vue.d.ts +15 -15
- package/es/components/iho-chat/src/components/SelectLabel.vue2.js +3 -2
- package/es/components/iho-chat/src/components/SiderList.vue.d.ts +110 -63
- package/es/components/iho-chat/src/components/SiderList.vue2.js +2 -2
- package/es/components/iho-chat/src/components/Video.vue.d.ts +13 -13
- package/es/components/iho-chat/src/components/Video.vue2.js +8 -12
- package/es/components/iho-chat/src/components/userItemRender.d.ts +5 -5
- package/es/components/iho-chat/src/hooks/useData.d.ts +6 -6
- package/es/components/iho-chat/src/hooks/useData.js +1 -1
- package/es/components/iho-chat/src/hooks/useDraggable.d.ts +8 -2
- package/es/components/iho-chat/src/hooks/useSearchPatientList.d.ts +1 -1
- package/es/components/iho-chat/src/hooks/useSearchUserList.d.ts +1 -1
- package/es/components/iho-chat/src/hooks/useVideo.d.ts +11 -6
- package/es/components/iho-chat/src/utils/index.d.ts +1 -1
- package/es/components/iho-table/index.d.ts +3179 -1740
- package/es/components/iho-table/src/IhoTable.vue.d.ts +3180 -1741
- package/es/components/iho-table/src/IhoTable.vue2.js +31 -21
- package/es/components/iho-table/src/constants/index.d.ts +3 -3
- package/es/components/iho-table/src/constants/index.js +0 -21
- package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +39 -60
- 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/useColumnConfigAdaptor.js +1 -1
- package/es/components/iho-table/src/hooks/useTableContext.d.ts +3 -3
- package/es/components/iho-table/src/plugins/anchorPlugin/tableAnchor.d.ts +1 -1
- package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +6 -2
- package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue.d.ts +477 -207
- package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +12 -11
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +64 -25
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue2.js +22 -8
- package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue.d.ts +21 -21
- package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue2.js +14 -11
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +31 -31
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +26 -23
- package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue.d.ts +11 -11
- package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +3 -3
- package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue.d.ts +8 -8
- package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/highLightSetPlugin.js +7 -2
- package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin.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 +67 -26
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +7 -6
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.js +25 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +52 -49
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue2.js +2 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +6 -6
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +17 -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/separateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +39 -39
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +8 -7
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.d.ts +1 -1
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.js +8 -2
- package/es/components/iho-table/src/types/index.d.ts +3 -1
- package/es/components/iho-table/src/utils/index.d.ts +2 -2
- package/es/components/iho-table/src/utils/separateMap.d.ts +14 -1
- package/es/components/index.css +1 -1
- package/es/components/info-header/index.d.ts +239 -355
- package/es/components/info-header/src/InfoHeader.vue.d.ts +239 -355
- package/es/components/info-header/src/InfoHeader.vue2.js +5 -4
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +76 -46
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +26 -25
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +83 -63
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue2.js +11 -11
- package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.d.ts +34 -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 +26 -7
- package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue2.js +9 -6
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +149 -129
- package/es/components/info-header/src/components/infoDescription/index.vue2.js +9 -9
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +66 -68
- package/es/components/info-header/src/components/patientInfo/index.vue2.js +14 -12
- package/es/components/keyboard/index.d.ts +77 -65
- package/es/components/keyboard/src/Keyboard.vue.d.ts +77 -65
- package/es/components/keyboard/src/Keyboard.vue2.js +16 -16
- package/es/components/keyboard/src/components/InputNumber.vue.d.ts +16 -16
- package/es/components/keyboard/src/components/InputNumber.vue2.js +3 -2
- package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +46 -40
- package/es/components/keyboard/src/components/NumberPanel.vue2.js +12 -12
- package/es/components/map/index.d.ts +12 -12
- package/es/components/map/src/Map.vue.d.ts +12 -12
- package/es/components/map/src/Map.vue2.js +11 -11
- package/es/components/picture-clipper/index.d.ts +11 -11
- package/es/components/picture-clipper/src/PictureClipper.vue.d.ts +11 -11
- package/es/components/picture-clipper/src/PictureClipper.vue2.js +7 -6
- package/es/components/quick-search/index.d.ts +73 -32
- package/es/components/quick-search/src/index.vue.d.ts +73 -32
- package/es/components/quick-search/src/index.vue2.js +15 -15
- package/es/components/recommend-search/index.d.ts +79 -79
- package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +79 -79
- package/es/components/recommend-search/src/RecommendSearch.vue2.js +5 -4
- package/es/components/recommend-search/src/components/BaseSearch.d.ts +7 -7
- package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +34 -34
- package/es/components/recommend-search/src/components/RecommendInput.vue2.js +13 -14
- package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +9 -9
- package/es/components/recommend-search/src/components/RecommendMenu.vue2.js +13 -13
- package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +29 -29
- package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +8 -8
- package/es/components/scale-view/index.d.ts +108 -88
- package/es/components/scale-view/src/ScaleView.vue.d.ts +67 -64
- package/es/components/scale-view/src/ScaleView.vue2.js +24 -16
- package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/AnswerParse.vue2.js +8 -8
- package/es/components/scale-view/src/components/DescribeContent.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +12 -12
- package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +23 -23
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +10 -10
- package/es/components/scale-view/src/components/EvaluatePage.vue2.js +6 -5
- package/es/components/scale-view/src/components/LoadingCom.vue.js +3 -5
- package/es/components/scale-view/src/components/NoData.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/NoData.vue2.js +4 -4
- package/es/components/scale-view/src/components/ScaleScore.d.ts +5 -5
- package/es/components/scale-view/src/components/formitem/r-address.d.ts +9 -6
- package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +10 -6
- package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +11 -6
- package/es/components/scale-view/src/components/formitem/r-collection.d.ts +8 -5
- package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +9 -6
- package/es/components/scale-view/src/components/formitem/r-input.d.ts +8 -6
- package/es/components/scale-view/src/components/formitem/r-map.d.ts +70 -6
- package/es/components/scale-view/src/components/formitem/r-radio.d.ts +11 -6
- package/es/components/scale-view/src/components/formitem/r-select.d.ts +10 -6
- package/es/components/scale-view/src/components/formitem/r-sign.d.ts +155 -6
- package/es/components/scale-view/src/components/formitem/r-upload.d.ts +11 -6
- package/es/components/scale-view/src/components/formitem/sign-com.d.ts +6 -6
- package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +9 -5
- package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +9 -17
- package/es/components/scale-view/src/hooks/use-event.js +56 -22
- package/es/components/search-cascader/index.d.ts +27 -27
- package/es/components/search-cascader/src/SearchCascader.vue.d.ts +27 -27
- package/es/components/search-cascader/src/SearchCascader.vue2.js +9 -8
- package/es/components/search-cascader/src/components/ClearIcon.vue.js +15 -17
- package/es/components/search-cascader/src/components/SearchMenu.d.ts +5 -5
- package/es/components/select-label/index.d.ts +119 -155
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +26 -48
- package/es/components/select-label/src/LabelFormContent.vue2.js +23 -25
- package/es/components/select-label/src/SelectLabel.vue.d.ts +42 -64
- package/es/components/select-label/src/SelectLabel.vue2.js +11 -12
- package/es/components/select-label/src/components/label-classify.vue.d.ts +14 -24
- package/es/components/select-label/src/components/label-classify.vue2.js +26 -29
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +29 -21
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +14 -16
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +45 -37
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +6 -6
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue.d.ts +17 -9
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +10 -13
- package/es/components/select-label/src/index.vue.d.ts +93 -107
- package/es/components/select-label/src/index.vue2.js +2 -1
- package/es/components/select-person/index.d.ts +288 -190
- package/es/components/select-person/src/SelectPerson.vue.d.ts +138 -87
- package/es/components/select-person/src/SelectPerson.vue2.js +55 -22
- package/es/components/select-person/src/SelectPersonRole.vue.d.ts +80 -66
- package/es/components/select-person/src/SelectPersonRole.vue2.js +13 -13
- package/es/components/select-person/src/SelectPersonType.vue.d.ts +41 -31
- package/es/components/select-person/src/SelectPersonType.vue2.js +6 -6
- package/es/components/select-person/src/components/GroupItem.vue.d.ts +5 -5
- package/es/components/select-person/src/components/GroupItem.vue2.js +2 -1
- package/es/components/select-person/src/components/SearchGroupList.vue.d.ts +39 -39
- package/es/components/select-person/src/components/SearchGroupList.vue2.js +4 -3
- package/es/components/select-person/src/components/SearchMultiple.vue.d.ts +17 -18
- package/es/components/select-person/src/components/SearchMultiple.vue2.js +3 -2
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue.d.ts +19 -20
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +7 -6
- package/es/components/select-person/src/components/TagItem.vue.d.ts +11 -11
- package/es/components/select-person/src/components/TagItem.vue2.js +2 -1
- package/es/components/select-person/src/index.vue.d.ts +338 -240
- package/es/components/select-person/src/index.vue2.js +12 -7
- package/es/components/select-person/src/utils/index.d.ts +1 -1
- package/es/components/select-person/src/utils/index.js +11 -9
- package/es/components/shortcut-provider/index.d.ts +9 -9
- package/es/components/shortcut-provider/src/ShortcutProvider.vue.d.ts +9 -9
- package/es/components/shortcut-provider/src/hooks/useShortcutSignature.d.ts +1 -1
- package/es/components/shortcut-provider/src/hooks/useShortcuts.d.ts +3 -0
- package/es/components/shortcut-provider/src/hooks/useShortcuts.js +9 -3
- package/es/components/shortcut-setter/index.d.ts +289 -81
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +289 -81
- package/es/components/shortcut-setter/src/ShortcutSetter.vue2.js +3 -2
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +13 -23
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue2.js +11 -10
- package/es/components/slider-tree/index.d.ts +22 -22
- package/es/components/slider-tree/src/index.vue.d.ts +22 -22
- package/es/components/slider-tree/src/index.vue2.js +6 -5
- package/es/components/step-notice/index.d.ts +58 -58
- package/es/components/step-notice/src/StepNotice.vue.d.ts +57 -57
- package/es/components/step-notice/src/StepNotice.vue2.js +5 -4
- package/es/components/step-notice/src/components/NoticeConnection.vue.d.ts +12 -12
- package/es/components/step-notice/src/components/NoticeConnection.vue2.js +3 -3
- package/es/components/step-notice/src/components/NoticeItem.vue.d.ts +40 -40
- package/es/components/step-notice/src/components/NoticeItem.vue2.js +4 -4
- package/es/components/step-notice/src/components/NoticeItemAside.vue.d.ts +9 -9
- package/es/components/step-notice/src/components/NoticeItemAside.vue2.js +1 -2
- package/es/components/step-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
- package/es/components/steps-wheel/index.d.ts +17 -17
- package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +17 -17
- package/es/components/steps-wheel/src/StepsWheel.vue2.js +3 -3
- package/es/components/table-export-field/index.d.ts +88 -66
- package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +33 -27
- package/es/components/table-export-field/src/components/ExportModal.vue2.js +11 -9
- package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +25 -23
- package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +53 -21
- package/es/components/table-export-field/src/index.vue.d.ts +88 -66
- package/es/components/table-export-field/src/index.vue2.js +5 -4
- package/es/components/table-export-field/src/types/index.d.ts +1 -0
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +112 -71
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +18 -17
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +66 -25
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue2.js +7 -6
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue2.js +5 -4
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue2.js +5 -4
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.d.ts +12 -12
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue2.js +7 -6
- package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +100 -59
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +135 -94
- package/es/components/table-filter/src/components/bi-filter/index.vue2.js +33 -38
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +312 -224
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +41 -40
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.d.ts +15 -15
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue2.js +10 -9
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +85 -44
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +19 -18
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +88 -47
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +27 -26
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue.d.ts +19 -13
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +8 -7
- package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue2.js +5 -4
- package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +5 -5
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +43 -43
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +10 -9
- package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +12 -12
- package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue2.js +7 -6
- package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.d.ts +14 -14
- package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue2.js +7 -6
- package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue.d.ts +14 -14
- package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue2.js +7 -6
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +298 -210
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +335 -247
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +31 -34
- package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue.d.ts +12 -12
- package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue2.js +3 -2
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +80 -39
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +10 -9
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +70 -27
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +12 -3
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +10 -10
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +2 -1
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +80 -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 +70 -27
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +12 -3
- package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue2.js +10 -9
- package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue2.js +5 -5
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +18 -18
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +8 -9
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +14 -14
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +7 -6
- package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/render-widget/components/Select.vue2.js +5 -4
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +49 -43
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +10 -9
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +24 -24
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +8 -7
- package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue2.js +7 -6
- package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue2.js +6 -5
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +453 -279
- package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +9 -9
- 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 +440 -266
- package/es/components/table-filter/src/constants/index.d.ts +1 -0
- package/es/components/table-filter/src/constants/index.js +4 -1
- package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
- package/es/components/time-line/index.d.ts +11 -11
- package/es/components/time-line/src/TimeLine.vue.d.ts +11 -11
- package/es/components/time-picker/index.d.ts +19 -19
- package/es/components/time-picker/src/TimePicker.vue.d.ts +19 -19
- package/es/components/time-picker/src/TimePicker.vue2.js +5 -4
- package/es/components/tooth-bitmap/index.d.ts +14 -14
- package/es/components/tooth-bitmap/src/ToothBitmap.vue.d.ts +12 -12
- package/es/components/tooth-bitmap/src/ToothBitmap.vue2.js +8 -7
- package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +19 -22
- package/es/components/vertify/src/components/IdentityVerification.vue2.js +10 -9
- package/es/components/vod-chunk-upload/index.d.ts +248 -28
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +18 -18
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +24 -25
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +248 -28
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +32 -33
- package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +207 -5
- package/es/shared/components/AbbrText/AbbrText.d.ts +3 -3
- package/es/shared/components/ArrowIcon/ArrowIcon.vue.js +6 -8
- package/es/shared/components/CancelRadio/CancelRadio.d.ts +6 -6
- package/es/shared/components/CancelRadio/CancelRadio.js +3 -1
- package/es/shared/components/DateIcon/DateIcon.vue.js +11 -13
- package/es/shared/components/Ellipsis/Ellipsis.d.ts +12 -0
- package/es/shared/components/Ellipsis/Ellipsis.js +86 -0
- package/es/shared/components/Ellipsis/index.d.ts +2 -0
- package/es/shared/components/Ellipsis/index.js +2 -0
- package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +20 -5
- package/es/shared/components/InputNumberSlash/InputNumberSlash.js +24 -10
- package/es/shared/components/JSONTree/JSONTree.vue.d.ts +8 -8
- package/es/shared/components/JSONTree/JSONTree.vue2.js +1 -1
- package/es/shared/components/SelectPage/SelectPage.vue.d.ts +10 -10
- package/es/shared/components/SelectPage/SelectPage.vue2.js +2 -2
- package/es/shared/components/SlotRender/SlotRender.d.ts +3 -3
- package/es/shared/components/SvgIcon/SvgIcon.vue.d.ts +6 -10
- package/es/shared/components/SvgIcon/SvgIcon.vue2.js +5 -5
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +9 -17
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue2.js +9 -9
- package/es/shared/components/no-data/NoData.vue.d.ts +7 -7
- package/es/shared/components/no-data/NoData.vue2.js +5 -5
- package/es/shared/components/player-vod/index.vue.d.ts +1 -1
- package/es/shared/components/player-vod/player.d.ts +4 -4
- package/es/shared/components/player-vod/video-list.d.ts +77 -4
- package/es/shared/components/player-vod/video-modal.d.ts +23 -5
- package/es/shared/hooks/selectHooks/useOptionFiltered.d.ts +2 -2
- package/es/shared/hooks/selectHooks/useSearchContent.d.ts +1 -1
- package/es/shared/hooks/selectHooks/useSelectRenders.d.ts +4 -4
- package/es/shared/hooks/useLevelSearchCascader.d.ts +7 -4
- package/es/shared/package.json.js +1 -1
- package/es/shared/types/business.d.ts +3 -2
- package/es/shared/utils/business.js +16 -0
- package/es/shared/utils/ho-edge.d.ts +12 -0
- package/es/shared/utils/ho-edge.js +58 -0
- package/es/shared/utils/index.d.ts +1 -1
- package/package.json +2 -2
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
/// <reference types="node" />
|
|
1
2
|
import { type PropType } from 'vue';
|
|
2
3
|
import { AnyObject } from '../../../shared/types';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
5
|
token: {
|
|
5
6
|
type: StringConstructor;
|
|
6
7
|
required: true;
|
|
@@ -53,8 +54,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
53
54
|
type: PropType<string | Element>;
|
|
54
55
|
default: string;
|
|
55
56
|
};
|
|
56
|
-
}
|
|
57
|
-
props:
|
|
57
|
+
}>, {
|
|
58
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
58
59
|
token: {
|
|
59
60
|
type: StringConstructor;
|
|
60
61
|
required: true;
|
|
@@ -107,19 +108,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
107
108
|
type: PropType<string | Element>;
|
|
108
109
|
default: string;
|
|
109
110
|
};
|
|
110
|
-
}>> & {
|
|
111
|
+
}>> & Readonly<{
|
|
111
112
|
"onTemplate-click"?: ((...args: any[]) => any) | undefined;
|
|
112
113
|
"onUnread-message-update"?: ((...args: any[]) => any) | undefined;
|
|
113
114
|
"onSession-change"?: ((...args: any[]) => any) | undefined;
|
|
114
115
|
"onSession-close"?: ((...args: any[]) => any) | undefined;
|
|
115
|
-
}
|
|
116
|
+
}> & {}>;
|
|
116
117
|
emit: (event: "template-click" | "unread-message-update" | "session-change" | "session-close", ...args: any[]) => void;
|
|
117
|
-
loading: import("vue").Ref<boolean>;
|
|
118
|
+
loading: import("vue").Ref<boolean, boolean>;
|
|
118
119
|
data: {
|
|
119
|
-
filterable: import("vue").Ref<any>;
|
|
120
|
-
trtcProxy: import("vue").Ref<any>;
|
|
120
|
+
filterable: import("vue").Ref<any, any>;
|
|
121
|
+
trtcProxy: import("vue").Ref<any, any>;
|
|
121
122
|
cssVars: import("vue").ComputedRef<AnyObject>;
|
|
122
|
-
stompClient: import("vue").Ref<import("./utils/chatSock").ChatSock | undefined>;
|
|
123
|
+
stompClient: import("vue").Ref<import("./utils/chatSock").ChatSock | undefined, import("./utils/chatSock").ChatSock | undefined>;
|
|
123
124
|
state: {
|
|
124
125
|
orgId: string | number;
|
|
125
126
|
currentSessionItem: AnyObject;
|
|
@@ -259,10 +260,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
259
260
|
getCurrentSession: () => AnyObject | null;
|
|
260
261
|
isEnded: import("vue").ComputedRef<boolean>;
|
|
261
262
|
getUnreadData: () => AnyObject[];
|
|
262
|
-
NLayout: any;
|
|
263
|
-
NLayoutContent: any;
|
|
264
|
-
NSpin: any;
|
|
265
|
-
NConfigProvider: any;
|
|
263
|
+
readonly NLayout: any;
|
|
264
|
+
readonly NLayoutContent: any;
|
|
265
|
+
readonly NSpin: any;
|
|
266
|
+
readonly NConfigProvider: any;
|
|
266
267
|
SiderList: import("vue").DefineComponent<{}, {
|
|
267
268
|
filterKey: {
|
|
268
269
|
all: string;
|
|
@@ -270,23 +271,29 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
270
271
|
ended: string;
|
|
271
272
|
};
|
|
272
273
|
unreadSessionKeys: string[];
|
|
273
|
-
flexWidth: import("vue").Ref<number>;
|
|
274
|
-
listBoxRef: import("vue").Ref<HTMLElement | undefined>;
|
|
274
|
+
flexWidth: import("vue").Ref<number, number>;
|
|
275
|
+
listBoxRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
275
276
|
filterListByTag: import("vue").Ref<{
|
|
276
277
|
label: string;
|
|
277
278
|
key: string;
|
|
279
|
+
}[], {
|
|
280
|
+
label: string;
|
|
281
|
+
key: string;
|
|
282
|
+
}[] | {
|
|
283
|
+
label: string;
|
|
284
|
+
key: string;
|
|
278
285
|
}[]>;
|
|
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[]>;
|
|
286
|
+
contextmenuRef: import("vue").Ref<any, any>;
|
|
287
|
+
showMenu: import("vue").Ref<boolean, boolean>;
|
|
288
|
+
menuPosition: import("vue").Ref<any, any>;
|
|
289
|
+
sessionId: import("vue").Ref<any, any>;
|
|
290
|
+
currentFilterKey: import("vue").Ref<string, string>;
|
|
291
|
+
datePickerRef: import("vue").Ref<any, any>;
|
|
292
|
+
inputRef: import("vue").Ref<any, any>;
|
|
293
|
+
dateRange: import("vue").Ref<any, any>;
|
|
294
|
+
keyword: import("vue").Ref<string, string>;
|
|
295
|
+
showSearch: import("vue").Ref<boolean, boolean>;
|
|
296
|
+
filterList: import("vue").Ref<AnyObject[], AnyObject[]>;
|
|
290
297
|
handleInput: () => void;
|
|
291
298
|
state: {
|
|
292
299
|
orgId: string | number;
|
|
@@ -341,7 +348,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
341
348
|
isForward: boolean;
|
|
342
349
|
};
|
|
343
350
|
unreadTotal: import("vue").ComputedRef<number>;
|
|
344
|
-
filterable: import("vue").Ref<any>;
|
|
351
|
+
filterable: import("vue").Ref<any, any>;
|
|
345
352
|
openSession: (session: string | AnyObject) => Promise<void>;
|
|
346
353
|
setUpdateSessionItem: (item: AnyObject) => void;
|
|
347
354
|
setCurrentSessionItem: (item: AnyObject) => void;
|
|
@@ -357,13 +364,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
357
364
|
handleClickoutside: (e: Event) => void;
|
|
358
365
|
handleUpdateDate: (value: string[]) => void;
|
|
359
366
|
handleSearch: () => void;
|
|
360
|
-
NBadge: any;
|
|
361
|
-
NAvatar: any;
|
|
362
|
-
NInput: any;
|
|
363
|
-
NTag: any;
|
|
364
|
-
NIcon: any;
|
|
365
|
-
NPopover: any;
|
|
366
|
-
ContextMenu: import("vue").DefineComponent<{
|
|
367
|
+
readonly NBadge: any;
|
|
368
|
+
readonly NAvatar: any;
|
|
369
|
+
readonly NInput: any;
|
|
370
|
+
readonly NTag: any;
|
|
371
|
+
readonly NIcon: any;
|
|
372
|
+
readonly NPopover: any;
|
|
373
|
+
readonly ContextMenu: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
367
374
|
type: {
|
|
368
375
|
type: StringConstructor;
|
|
369
376
|
default: string;
|
|
@@ -378,7 +385,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
378
385
|
id: {
|
|
379
386
|
type: StringConstructor;
|
|
380
387
|
};
|
|
381
|
-
}
|
|
388
|
+
}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("select" | "update:show")[], "select" | "update:show", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
382
389
|
type: {
|
|
383
390
|
type: StringConstructor;
|
|
384
391
|
default: string;
|
|
@@ -393,22 +400,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
393
400
|
id: {
|
|
394
401
|
type: StringConstructor;
|
|
395
402
|
};
|
|
396
|
-
}>> & {
|
|
403
|
+
}>> & Readonly<{
|
|
397
404
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
398
405
|
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
399
|
-
}
|
|
406
|
+
}>, {
|
|
400
407
|
type: string;
|
|
401
408
|
show: boolean;
|
|
402
|
-
}>;
|
|
403
|
-
vFlexibleResize: {
|
|
409
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
410
|
+
readonly vFlexibleResize: {
|
|
404
411
|
mounted(el: any, { value }: any): void;
|
|
405
412
|
beforeUnmount(el: any): void;
|
|
406
413
|
};
|
|
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<{
|
|
414
|
+
readonly formatTime: typeof import("./utils").formatTime;
|
|
415
|
+
readonly isDoctorRole: typeof import("./utils").isDoctorRole;
|
|
416
|
+
readonly getRoleName: typeof import("./utils").getRoleName;
|
|
417
|
+
readonly STATUS: typeof import("./constants").STATUS;
|
|
418
|
+
readonly CDatePicker: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
412
419
|
updateUnchangedValue: {
|
|
413
420
|
type: BooleanConstructor;
|
|
414
421
|
};
|
|
@@ -436,14 +443,27 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
436
443
|
type: StringConstructor;
|
|
437
444
|
default: string;
|
|
438
445
|
};
|
|
446
|
+
updateValueOnClose: {
|
|
447
|
+
type: BooleanConstructor;
|
|
448
|
+
default: boolean;
|
|
449
|
+
};
|
|
439
450
|
isDateDisabled: {
|
|
440
451
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
441
452
|
};
|
|
442
|
-
|
|
453
|
+
propKey: {
|
|
454
|
+
type: StringConstructor;
|
|
455
|
+
};
|
|
456
|
+
shortcutListenerConfig: {
|
|
457
|
+
type: PropType<{
|
|
458
|
+
enable: boolean;
|
|
459
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
460
|
+
}>;
|
|
461
|
+
};
|
|
462
|
+
}>, {
|
|
443
463
|
attrs: {
|
|
444
464
|
[x: string]: unknown;
|
|
445
465
|
};
|
|
446
|
-
props:
|
|
466
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
447
467
|
updateUnchangedValue: {
|
|
448
468
|
type: BooleanConstructor;
|
|
449
469
|
};
|
|
@@ -471,18 +491,31 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
471
491
|
type: StringConstructor;
|
|
472
492
|
default: string;
|
|
473
493
|
};
|
|
494
|
+
updateValueOnClose: {
|
|
495
|
+
type: BooleanConstructor;
|
|
496
|
+
default: boolean;
|
|
497
|
+
};
|
|
474
498
|
isDateDisabled: {
|
|
475
499
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
476
500
|
};
|
|
477
|
-
|
|
501
|
+
propKey: {
|
|
502
|
+
type: StringConstructor;
|
|
503
|
+
};
|
|
504
|
+
shortcutListenerConfig: {
|
|
505
|
+
type: PropType<{
|
|
506
|
+
enable: boolean;
|
|
507
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
508
|
+
}>;
|
|
509
|
+
};
|
|
510
|
+
}>> & Readonly<{
|
|
478
511
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
479
|
-
}
|
|
512
|
+
}> & {}>;
|
|
480
513
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
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>;
|
|
514
|
+
datePickerRef: import("vue").Ref<AnyObject | null, AnyObject | null>;
|
|
515
|
+
panelInstRef: import("vue").Ref<null, null>;
|
|
516
|
+
placeholderRef: import("vue").Ref<any, any>;
|
|
517
|
+
oldValue: (string | [string, string]) | null | undefined;
|
|
518
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
|
|
486
519
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
487
520
|
formatRef: import("vue").ComputedRef<string>;
|
|
488
521
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -490,6 +523,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
490
523
|
focus: () => any;
|
|
491
524
|
blur: () => any;
|
|
492
525
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
526
|
+
handleShortcutClick: (event: MouseEvent) => void;
|
|
493
527
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
494
528
|
watchers: import("../../../shared/types").AnyFn[];
|
|
495
529
|
stopWatcher: () => void;
|
|
@@ -497,8 +531,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
497
531
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
498
532
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
499
533
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
|
500
|
-
NDatePicker: any;
|
|
501
|
-
},
|
|
534
|
+
readonly NDatePicker: any;
|
|
535
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
502
536
|
updateUnchangedValue: {
|
|
503
537
|
type: BooleanConstructor;
|
|
504
538
|
};
|
|
@@ -526,34 +560,48 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
526
560
|
type: StringConstructor;
|
|
527
561
|
default: string;
|
|
528
562
|
};
|
|
563
|
+
updateValueOnClose: {
|
|
564
|
+
type: BooleanConstructor;
|
|
565
|
+
default: boolean;
|
|
566
|
+
};
|
|
529
567
|
isDateDisabled: {
|
|
530
568
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
531
569
|
};
|
|
532
|
-
|
|
570
|
+
propKey: {
|
|
571
|
+
type: StringConstructor;
|
|
572
|
+
};
|
|
573
|
+
shortcutListenerConfig: {
|
|
574
|
+
type: PropType<{
|
|
575
|
+
enable: boolean;
|
|
576
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
577
|
+
}>;
|
|
578
|
+
};
|
|
579
|
+
}>> & Readonly<{
|
|
533
580
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
534
|
-
}
|
|
581
|
+
}>, {
|
|
535
582
|
type: string;
|
|
536
583
|
updateUnchangedValue: boolean;
|
|
537
584
|
to: string | false | HTMLElement;
|
|
538
585
|
holidays: Date[];
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
586
|
+
updateValueOnClose: boolean;
|
|
587
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
588
|
+
readonly SearchOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
589
|
+
readonly userItemRender: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
542
590
|
item: {
|
|
543
591
|
type: PropType<AnyObject>;
|
|
544
592
|
default: () => {};
|
|
545
593
|
};
|
|
546
|
-
}
|
|
594
|
+
}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "item-click"[], "item-click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
547
595
|
item: {
|
|
548
596
|
type: PropType<AnyObject>;
|
|
549
597
|
default: () => {};
|
|
550
598
|
};
|
|
551
|
-
}>> & {
|
|
599
|
+
}>> & Readonly<{
|
|
552
600
|
"onItem-click"?: ((...args: any[]) => any) | undefined;
|
|
553
|
-
}
|
|
601
|
+
}>, {
|
|
554
602
|
item: AnyObject;
|
|
555
|
-
}>;
|
|
556
|
-
DefaultPage: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
|
603
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
604
|
+
readonly DefaultPage: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
557
605
|
type: {
|
|
558
606
|
type: StringConstructor;
|
|
559
607
|
default: string;
|
|
@@ -565,8 +613,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
565
613
|
content: string;
|
|
566
614
|
};
|
|
567
615
|
};
|
|
568
|
-
}
|
|
569
|
-
props:
|
|
616
|
+
}>, {
|
|
617
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
570
618
|
type: {
|
|
571
619
|
type: StringConstructor;
|
|
572
620
|
default: string;
|
|
@@ -578,9 +626,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
578
626
|
content: string;
|
|
579
627
|
};
|
|
580
628
|
};
|
|
581
|
-
}>> & {
|
|
629
|
+
}>> & Readonly<{
|
|
582
630
|
onReloadPage?: ((...args: any[]) => any) | undefined;
|
|
583
|
-
}
|
|
631
|
+
}> & {}>;
|
|
584
632
|
emit: (event: "reloadPage", ...args: any[]) => void;
|
|
585
633
|
configResult: import("vue").ComputedRef<{
|
|
586
634
|
title: string;
|
|
@@ -588,9 +636,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
588
636
|
img: string;
|
|
589
637
|
}>;
|
|
590
638
|
reloadPage: () => void;
|
|
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
|
-
},
|
|
639
|
+
readonly NIcon: any;
|
|
640
|
+
readonly Refresh: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
641
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
594
642
|
type: {
|
|
595
643
|
type: StringConstructor;
|
|
596
644
|
default: string;
|
|
@@ -602,13 +650,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
602
650
|
content: string;
|
|
603
651
|
};
|
|
604
652
|
};
|
|
605
|
-
}>> & {
|
|
653
|
+
}>> & Readonly<{
|
|
606
654
|
onReloadPage?: ((...args: any[]) => any) | undefined;
|
|
607
|
-
}
|
|
655
|
+
}>, {
|
|
608
656
|
type: string;
|
|
609
657
|
config: AnyObject;
|
|
610
|
-
}>>;
|
|
611
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
658
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
659
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
612
660
|
ChatHeader: import("vue").DefineComponent<{}, {
|
|
613
661
|
state: {
|
|
614
662
|
orgId: string | number;
|
|
@@ -668,10 +716,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
668
716
|
setCurrentSessionItem: (item: AnyObject) => void;
|
|
669
717
|
emit: (event: "template-click" | "unread-message-update" | "session-change" | "session-close", ...args: any[]) => void;
|
|
670
718
|
setUserDetail: (event: MouseEvent, userDetail: AnyObject) => void;
|
|
671
|
-
showChatSet: import("vue").Ref<boolean>;
|
|
672
|
-
showChatFile: import("vue").Ref<boolean>;
|
|
673
|
-
chatFileType: import("vue").Ref<string>;
|
|
674
|
-
showChatRecord: import("vue").Ref<boolean>;
|
|
719
|
+
showChatSet: import("vue").Ref<boolean, boolean>;
|
|
720
|
+
showChatFile: import("vue").Ref<boolean, boolean>;
|
|
721
|
+
chatFileType: import("vue").Ref<string, string>;
|
|
722
|
+
showChatRecord: import("vue").Ref<boolean, boolean>;
|
|
675
723
|
chatAddProps: import("vue").ComputedRef<{
|
|
676
724
|
mode: string;
|
|
677
725
|
disabledIds: any[];
|
|
@@ -685,11 +733,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
685
733
|
}>;
|
|
686
734
|
handleOpenChatFile: (type: string) => void;
|
|
687
735
|
handleClose: () => Promise<void>;
|
|
688
|
-
NAvatar: any;
|
|
689
|
-
NIcon: any;
|
|
690
|
-
NButton: any;
|
|
691
|
-
NTooltip: any;
|
|
692
|
-
NPopconfirm: any;
|
|
736
|
+
readonly NAvatar: any;
|
|
737
|
+
readonly NIcon: any;
|
|
738
|
+
readonly NButton: any;
|
|
739
|
+
readonly NTooltip: any;
|
|
740
|
+
readonly NPopconfirm: any;
|
|
693
741
|
ChatSet: import("vue").DefineComponent<{}, {
|
|
694
742
|
attrs: {
|
|
695
743
|
[x: string]: unknown;
|
|
@@ -750,10 +798,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
750
798
|
setUserDetail: (event: MouseEvent, userDetail: AnyObject) => void;
|
|
751
799
|
isGroupChat: import("vue").ComputedRef<boolean>;
|
|
752
800
|
isGroupLeader: import("vue").ComputedRef<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>;
|
|
801
|
+
inputRef: import("vue").Ref<any, any>;
|
|
802
|
+
groupNameEditing: import("vue").Ref<boolean, boolean>;
|
|
803
|
+
groupName: import("vue").Ref<string, string>;
|
|
804
|
+
showGroupDetail: import("vue").Ref<boolean, boolean>;
|
|
757
805
|
currentGroupUserIds: import("vue").ComputedRef<any[]>;
|
|
758
806
|
currentGroupUser: import("vue").ComputedRef<AnyObject[]>;
|
|
759
807
|
handleTopping: (value: boolean) => Promise<void>;
|
|
@@ -763,23 +811,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
763
811
|
handleGroupName: () => Promise<void>;
|
|
764
812
|
handleAvatar: (options: import("./types").FileOptions) => Promise<void>;
|
|
765
813
|
closeChatSet: () => void;
|
|
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<{
|
|
814
|
+
readonly NDrawer: any;
|
|
815
|
+
readonly NDrawerContent: any;
|
|
816
|
+
readonly NAvatar: any;
|
|
817
|
+
readonly NIcon: any;
|
|
818
|
+
readonly NSwitch: any;
|
|
819
|
+
readonly NInput: any;
|
|
820
|
+
readonly NSpace: any;
|
|
821
|
+
readonly NButton: any;
|
|
822
|
+
readonly NUploadTrigger: any;
|
|
823
|
+
readonly NUpload: any;
|
|
824
|
+
readonly NPopconfirm: any;
|
|
825
|
+
readonly ChevronForwardOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
826
|
+
readonly Pencil: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
827
|
+
readonly AddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
828
|
+
readonly RemoveOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
829
|
+
readonly ChevronBackOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
830
|
+
ChatAdd: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
783
831
|
title: {
|
|
784
832
|
type: StringConstructor;
|
|
785
833
|
default: string;
|
|
@@ -803,14 +851,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
803
851
|
type: BooleanConstructor;
|
|
804
852
|
default: boolean;
|
|
805
853
|
};
|
|
806
|
-
}
|
|
854
|
+
}>, {
|
|
807
855
|
initialOptions: AnyObject[];
|
|
808
856
|
tabList: {
|
|
809
857
|
key: string;
|
|
810
858
|
label: string;
|
|
811
859
|
}[];
|
|
812
860
|
orgList: AnyObject[];
|
|
813
|
-
props:
|
|
861
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
814
862
|
title: {
|
|
815
863
|
type: StringConstructor;
|
|
816
864
|
default: string;
|
|
@@ -834,9 +882,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
834
882
|
type: BooleanConstructor;
|
|
835
883
|
default: boolean;
|
|
836
884
|
};
|
|
837
|
-
}>> & {
|
|
885
|
+
}>> & Readonly<{
|
|
838
886
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
|
839
|
-
}
|
|
887
|
+
}> & {}>;
|
|
840
888
|
emit: (event: "comfirm", ...args: any[]) => void;
|
|
841
889
|
state: {
|
|
842
890
|
orgId: string | number;
|
|
@@ -891,16 +939,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
891
939
|
isForward: boolean;
|
|
892
940
|
};
|
|
893
941
|
setCurrentSessionItem: (item: AnyObject) => void;
|
|
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[]>;
|
|
942
|
+
listRef: import("vue").Ref<any, any>;
|
|
943
|
+
keyword: import("vue").Ref<string, string>;
|
|
944
|
+
showModal: import("vue").Ref<boolean, boolean>;
|
|
945
|
+
checkedOptions: import("vue").Ref<AnyObject[], AnyObject[]>;
|
|
946
|
+
groupName: import("vue").Ref<string, string>;
|
|
947
|
+
remark: import("vue").Ref<string, string>;
|
|
948
|
+
currentTab: import("vue").Ref<AnyObject[], AnyObject[]>;
|
|
949
|
+
breadcrumbList: import("vue").Ref<AnyObject[], AnyObject[]>;
|
|
950
|
+
breadcrumbRef: import("vue").Ref<any, any>;
|
|
951
|
+
userList: import("vue").Ref<AnyObject[], AnyObject[]>;
|
|
904
952
|
handleInput: () => void;
|
|
905
953
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
|
906
954
|
sessionList: import("vue").ComputedRef<{
|
|
@@ -926,8 +974,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
926
974
|
}[]>;
|
|
927
975
|
checkedIds: import("vue").ComputedRef<any[]>;
|
|
928
976
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
|
929
|
-
allChecked: import("vue").WritableComputedRef<boolean>;
|
|
930
|
-
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
|
977
|
+
allChecked: import("vue").WritableComputedRef<boolean, boolean>;
|
|
978
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[], any[]>;
|
|
931
979
|
currentTabKey: import("vue").ComputedRef<any>;
|
|
932
980
|
showAllCheckbox: import("vue").ComputedRef<boolean>;
|
|
933
981
|
getOrgList: () => Promise<void>;
|
|
@@ -942,28 +990,28 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
942
990
|
getAllUser: (tree: AnyObject[]) => AnyObject[];
|
|
943
991
|
handlePositiveClick: () => Promise<void>;
|
|
944
992
|
closeTag: (id: string) => void;
|
|
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
|
-
},
|
|
993
|
+
readonly NModal: any;
|
|
994
|
+
readonly NButton: any;
|
|
995
|
+
readonly NSpace: any;
|
|
996
|
+
readonly NAvatar: any;
|
|
997
|
+
readonly NIcon: any;
|
|
998
|
+
readonly NTag: any;
|
|
999
|
+
readonly NInput: any;
|
|
1000
|
+
readonly NCheckbox: any;
|
|
1001
|
+
readonly NCheckboxGroup: any;
|
|
1002
|
+
readonly NTooltip: any;
|
|
1003
|
+
readonly NBreadcrumb: any;
|
|
1004
|
+
readonly NBreadcrumbItem: any;
|
|
1005
|
+
readonly SearchOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1006
|
+
readonly AddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1007
|
+
readonly PersonOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1008
|
+
readonly PeopleOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1009
|
+
readonly ChevronBackOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1010
|
+
readonly ChevronForwardOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1011
|
+
readonly last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
|
1012
|
+
readonly isDoctorRole: typeof import("./utils").isDoctorRole;
|
|
1013
|
+
readonly getRoleName: typeof import("./utils").getRoleName;
|
|
1014
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
967
1015
|
title: {
|
|
968
1016
|
type: StringConstructor;
|
|
969
1017
|
default: string;
|
|
@@ -987,19 +1035,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
987
1035
|
type: BooleanConstructor;
|
|
988
1036
|
default: boolean;
|
|
989
1037
|
};
|
|
990
|
-
}>> & {
|
|
1038
|
+
}>> & Readonly<{
|
|
991
1039
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
|
992
|
-
}
|
|
1040
|
+
}>, {
|
|
993
1041
|
title: string;
|
|
994
1042
|
defaultValue: AnyObject[];
|
|
995
1043
|
disabled: boolean;
|
|
996
1044
|
mode: string;
|
|
997
1045
|
disabledIds: string[];
|
|
998
|
-
}>;
|
|
999
|
-
isDoctorRole: typeof import("./utils").isDoctorRole;
|
|
1000
|
-
getRoleName: typeof import("./utils").getRoleName;
|
|
1001
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1002
|
-
ChatFile: import("vue").DefineComponent<{
|
|
1046
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1047
|
+
readonly isDoctorRole: typeof import("./utils").isDoctorRole;
|
|
1048
|
+
readonly getRoleName: typeof import("./utils").getRoleName;
|
|
1049
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1050
|
+
ChatFile: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1003
1051
|
type: {
|
|
1004
1052
|
type: StringConstructor;
|
|
1005
1053
|
default: string;
|
|
@@ -1007,8 +1055,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1007
1055
|
visible: {
|
|
1008
1056
|
type: BooleanConstructor;
|
|
1009
1057
|
};
|
|
1010
|
-
}
|
|
1011
|
-
props:
|
|
1058
|
+
}>, {
|
|
1059
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1012
1060
|
type: {
|
|
1013
1061
|
type: StringConstructor;
|
|
1014
1062
|
default: string;
|
|
@@ -1016,7 +1064,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1016
1064
|
visible: {
|
|
1017
1065
|
type: BooleanConstructor;
|
|
1018
1066
|
};
|
|
1019
|
-
}>> & {}
|
|
1067
|
+
}>> & Readonly<{}> & {}>;
|
|
1020
1068
|
cssVars: import("vue").ComputedRef<AnyObject>;
|
|
1021
1069
|
state: {
|
|
1022
1070
|
orgId: string | number;
|
|
@@ -1088,13 +1136,29 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1088
1136
|
width?: number | undefined;
|
|
1089
1137
|
height?: number | undefined;
|
|
1090
1138
|
}[];
|
|
1139
|
+
}[], {
|
|
1140
|
+
label: string;
|
|
1141
|
+
list: import("./types").ImageItem[];
|
|
1142
|
+
}[] | {
|
|
1143
|
+
label: string;
|
|
1144
|
+
list: {
|
|
1145
|
+
[x: string]: any;
|
|
1146
|
+
id: string;
|
|
1147
|
+
fileUrl: string;
|
|
1148
|
+
senderName: string;
|
|
1149
|
+
fileSize: string;
|
|
1150
|
+
sendTime: string;
|
|
1151
|
+
fileName: string;
|
|
1152
|
+
width?: number | undefined;
|
|
1153
|
+
height?: number | undefined;
|
|
1154
|
+
}[];
|
|
1091
1155
|
}[]>;
|
|
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>;
|
|
1156
|
+
fileList: import("vue").Ref<AnyObject[], AnyObject[]>;
|
|
1157
|
+
imageRef: import("vue").Ref<any, any>;
|
|
1158
|
+
fileRef: import("vue").Ref<any, any>;
|
|
1159
|
+
keyword: import("vue").Ref<any, any>;
|
|
1160
|
+
currentImgId: import("vue").Ref<string | undefined, string | undefined>;
|
|
1161
|
+
showLightbox: import("vue").Ref<boolean, boolean>;
|
|
1098
1162
|
handleInput: () => void;
|
|
1099
1163
|
pageInfo: {
|
|
1100
1164
|
page: number;
|
|
@@ -1120,18 +1184,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1120
1184
|
width?: number | undefined;
|
|
1121
1185
|
height?: number | undefined;
|
|
1122
1186
|
}[]>;
|
|
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<{
|
|
1187
|
+
readonly NModal: any;
|
|
1188
|
+
readonly NInput: any;
|
|
1189
|
+
readonly NIcon: any;
|
|
1190
|
+
readonly NTooltip: any;
|
|
1191
|
+
readonly SearchOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1192
|
+
readonly OpenOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1193
|
+
readonly DownloadOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1194
|
+
readonly downloadFile: typeof import("./utils").downloadFile;
|
|
1195
|
+
readonly formatJsonstr: typeof import("./utils").formatJsonstr;
|
|
1196
|
+
readonly getFileType: typeof import("./utils").getFileType;
|
|
1197
|
+
readonly getDetail: typeof import("./utils").getDetail;
|
|
1198
|
+
ChatAdd: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1135
1199
|
title: {
|
|
1136
1200
|
type: StringConstructor;
|
|
1137
1201
|
default: string;
|
|
@@ -1155,14 +1219,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1155
1219
|
type: BooleanConstructor;
|
|
1156
1220
|
default: boolean;
|
|
1157
1221
|
};
|
|
1158
|
-
}
|
|
1222
|
+
}>, {
|
|
1159
1223
|
initialOptions: AnyObject[];
|
|
1160
1224
|
tabList: {
|
|
1161
1225
|
key: string;
|
|
1162
1226
|
label: string;
|
|
1163
1227
|
}[];
|
|
1164
1228
|
orgList: AnyObject[];
|
|
1165
|
-
props:
|
|
1229
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1166
1230
|
title: {
|
|
1167
1231
|
type: StringConstructor;
|
|
1168
1232
|
default: string;
|
|
@@ -1186,9 +1250,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1186
1250
|
type: BooleanConstructor;
|
|
1187
1251
|
default: boolean;
|
|
1188
1252
|
};
|
|
1189
|
-
}>> & {
|
|
1253
|
+
}>> & Readonly<{
|
|
1190
1254
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
|
1191
|
-
}
|
|
1255
|
+
}> & {}>;
|
|
1192
1256
|
emit: (event: "comfirm", ...args: any[]) => void;
|
|
1193
1257
|
state: {
|
|
1194
1258
|
orgId: string | number;
|
|
@@ -1243,16 +1307,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1243
1307
|
isForward: boolean;
|
|
1244
1308
|
};
|
|
1245
1309
|
setCurrentSessionItem: (item: AnyObject) => void;
|
|
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[]>;
|
|
1310
|
+
listRef: import("vue").Ref<any, any>;
|
|
1311
|
+
keyword: import("vue").Ref<string, string>;
|
|
1312
|
+
showModal: import("vue").Ref<boolean, boolean>;
|
|
1313
|
+
checkedOptions: import("vue").Ref<AnyObject[], AnyObject[]>;
|
|
1314
|
+
groupName: import("vue").Ref<string, string>;
|
|
1315
|
+
remark: import("vue").Ref<string, string>;
|
|
1316
|
+
currentTab: import("vue").Ref<AnyObject[], AnyObject[]>;
|
|
1317
|
+
breadcrumbList: import("vue").Ref<AnyObject[], AnyObject[]>;
|
|
1318
|
+
breadcrumbRef: import("vue").Ref<any, any>;
|
|
1319
|
+
userList: import("vue").Ref<AnyObject[], AnyObject[]>;
|
|
1256
1320
|
handleInput: () => void;
|
|
1257
1321
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
|
1258
1322
|
sessionList: import("vue").ComputedRef<{
|
|
@@ -1278,8 +1342,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1278
1342
|
}[]>;
|
|
1279
1343
|
checkedIds: import("vue").ComputedRef<any[]>;
|
|
1280
1344
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
|
1281
|
-
allChecked: import("vue").WritableComputedRef<boolean>;
|
|
1282
|
-
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
|
1345
|
+
allChecked: import("vue").WritableComputedRef<boolean, boolean>;
|
|
1346
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[], any[]>;
|
|
1283
1347
|
currentTabKey: import("vue").ComputedRef<any>;
|
|
1284
1348
|
showAllCheckbox: import("vue").ComputedRef<boolean>;
|
|
1285
1349
|
getOrgList: () => Promise<void>;
|
|
@@ -1294,28 +1358,28 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1294
1358
|
getAllUser: (tree: AnyObject[]) => AnyObject[];
|
|
1295
1359
|
handlePositiveClick: () => Promise<void>;
|
|
1296
1360
|
closeTag: (id: string) => void;
|
|
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
|
-
},
|
|
1361
|
+
readonly NModal: any;
|
|
1362
|
+
readonly NButton: any;
|
|
1363
|
+
readonly NSpace: any;
|
|
1364
|
+
readonly NAvatar: any;
|
|
1365
|
+
readonly NIcon: any;
|
|
1366
|
+
readonly NTag: any;
|
|
1367
|
+
readonly NInput: any;
|
|
1368
|
+
readonly NCheckbox: any;
|
|
1369
|
+
readonly NCheckboxGroup: any;
|
|
1370
|
+
readonly NTooltip: any;
|
|
1371
|
+
readonly NBreadcrumb: any;
|
|
1372
|
+
readonly NBreadcrumbItem: any;
|
|
1373
|
+
readonly SearchOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1374
|
+
readonly AddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1375
|
+
readonly PersonOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1376
|
+
readonly PeopleOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1377
|
+
readonly ChevronBackOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1378
|
+
readonly ChevronForwardOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1379
|
+
readonly last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
|
1380
|
+
readonly isDoctorRole: typeof import("./utils").isDoctorRole;
|
|
1381
|
+
readonly getRoleName: typeof import("./utils").getRoleName;
|
|
1382
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1319
1383
|
title: {
|
|
1320
1384
|
type: StringConstructor;
|
|
1321
1385
|
default: string;
|
|
@@ -1339,16 +1403,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1339
1403
|
type: BooleanConstructor;
|
|
1340
1404
|
default: boolean;
|
|
1341
1405
|
};
|
|
1342
|
-
}>> & {
|
|
1406
|
+
}>> & Readonly<{
|
|
1343
1407
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
|
1344
|
-
}
|
|
1408
|
+
}>, {
|
|
1345
1409
|
title: string;
|
|
1346
1410
|
defaultValue: AnyObject[];
|
|
1347
1411
|
disabled: boolean;
|
|
1348
1412
|
mode: string;
|
|
1349
1413
|
disabledIds: string[];
|
|
1350
|
-
}>;
|
|
1351
|
-
ImageLightbox: import("vue").DefineComponent<{
|
|
1414
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1415
|
+
ImageLightbox: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1352
1416
|
images: {
|
|
1353
1417
|
type: PropType<import("./types").ImageItem[]>;
|
|
1354
1418
|
default: () => never[];
|
|
@@ -1360,8 +1424,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1360
1424
|
type: StringConstructor;
|
|
1361
1425
|
default: string;
|
|
1362
1426
|
};
|
|
1363
|
-
}
|
|
1364
|
-
props:
|
|
1427
|
+
}>, {
|
|
1428
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1365
1429
|
images: {
|
|
1366
1430
|
type: PropType<import("./types").ImageItem[]>;
|
|
1367
1431
|
default: () => never[];
|
|
@@ -1373,26 +1437,44 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1373
1437
|
type: StringConstructor;
|
|
1374
1438
|
default: string;
|
|
1375
1439
|
};
|
|
1376
|
-
}>> & {
|
|
1440
|
+
}>> & Readonly<{
|
|
1377
1441
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
1378
1442
|
"onUpdate:currentId"?: ((...args: any[]) => any) | undefined;
|
|
1379
|
-
}
|
|
1443
|
+
}> & {}>;
|
|
1380
1444
|
emit: (event: "update:visible" | "update:currentId", ...args: any[]) => void;
|
|
1381
|
-
imageEl: import("vue").Ref<HTMLImageElement | null>;
|
|
1445
|
+
imageEl: import("vue").Ref<HTMLImageElement | null, HTMLImageElement | null>;
|
|
1382
1446
|
naturalSize: import("vue").Ref<{
|
|
1383
1447
|
width: number;
|
|
1384
1448
|
height: number;
|
|
1449
|
+
}, {
|
|
1450
|
+
width: number;
|
|
1451
|
+
height: number;
|
|
1452
|
+
} | {
|
|
1453
|
+
width: number;
|
|
1454
|
+
height: number;
|
|
1385
1455
|
}>;
|
|
1386
|
-
scale: import("vue").Ref<number>;
|
|
1387
|
-
rotation: import("vue").Ref<number>;
|
|
1388
|
-
isDragging: import("vue").Ref<boolean>;
|
|
1456
|
+
scale: import("vue").Ref<number, number>;
|
|
1457
|
+
rotation: import("vue").Ref<number, number>;
|
|
1458
|
+
isDragging: import("vue").Ref<boolean, boolean>;
|
|
1389
1459
|
offset: import("vue").Ref<{
|
|
1390
1460
|
x: number;
|
|
1391
1461
|
y: number;
|
|
1462
|
+
}, {
|
|
1463
|
+
x: number;
|
|
1464
|
+
y: number;
|
|
1465
|
+
} | {
|
|
1466
|
+
x: number;
|
|
1467
|
+
y: number;
|
|
1392
1468
|
}>;
|
|
1393
1469
|
lastMouse: import("vue").Ref<{
|
|
1394
1470
|
x: number;
|
|
1395
1471
|
y: number;
|
|
1472
|
+
}, {
|
|
1473
|
+
x: number;
|
|
1474
|
+
y: number;
|
|
1475
|
+
} | {
|
|
1476
|
+
x: number;
|
|
1477
|
+
y: number;
|
|
1396
1478
|
}>;
|
|
1397
1479
|
idToIndexMap: import("vue").ComputedRef<Map<string, number>>;
|
|
1398
1480
|
currentIndex: import("vue").ComputedRef<number>;
|
|
@@ -1420,16 +1502,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1420
1502
|
handleWheel: (e: WheelEvent) => void;
|
|
1421
1503
|
handleImageLoad: () => void;
|
|
1422
1504
|
download: () => void;
|
|
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
|
-
},
|
|
1505
|
+
readonly Close: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1506
|
+
readonly PlaySkipBackOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1507
|
+
readonly PlaySkipForwardOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1508
|
+
readonly DownloadOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1509
|
+
readonly RefreshOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1510
|
+
readonly AddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1511
|
+
readonly RemoveSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1512
|
+
readonly NButton: any;
|
|
1513
|
+
readonly NIcon: any;
|
|
1514
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:visible" | "update:currentId")[], "update:visible" | "update:currentId", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1433
1515
|
images: {
|
|
1434
1516
|
type: PropType<import("./types").ImageItem[]>;
|
|
1435
1517
|
default: () => never[];
|
|
@@ -1441,15 +1523,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1441
1523
|
type: StringConstructor;
|
|
1442
1524
|
default: string;
|
|
1443
1525
|
};
|
|
1444
|
-
}>> & {
|
|
1526
|
+
}>> & Readonly<{
|
|
1445
1527
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
1446
1528
|
"onUpdate:currentId"?: ((...args: any[]) => any) | undefined;
|
|
1447
|
-
}
|
|
1529
|
+
}>, {
|
|
1448
1530
|
visible: boolean;
|
|
1449
1531
|
images: import("./types").ImageItem[];
|
|
1450
1532
|
currentId: string;
|
|
1451
|
-
}>;
|
|
1452
|
-
},
|
|
1533
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1534
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1453
1535
|
type: {
|
|
1454
1536
|
type: StringConstructor;
|
|
1455
1537
|
default: string;
|
|
@@ -1457,24 +1539,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1457
1539
|
visible: {
|
|
1458
1540
|
type: BooleanConstructor;
|
|
1459
1541
|
};
|
|
1460
|
-
}
|
|
1542
|
+
}>> & Readonly<{}>, {
|
|
1461
1543
|
type: string;
|
|
1462
1544
|
visible: boolean;
|
|
1463
|
-
}>;
|
|
1464
|
-
ChatRecord: import("vue").DefineComponent<{
|
|
1545
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1546
|
+
ChatRecord: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1465
1547
|
visible: {
|
|
1466
1548
|
type: BooleanConstructor;
|
|
1467
1549
|
};
|
|
1468
|
-
}
|
|
1550
|
+
}>, {
|
|
1469
1551
|
tagColor: {
|
|
1470
1552
|
color: string;
|
|
1471
1553
|
textColor: string;
|
|
1472
1554
|
};
|
|
1473
|
-
props:
|
|
1555
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1474
1556
|
visible: {
|
|
1475
1557
|
type: BooleanConstructor;
|
|
1476
1558
|
};
|
|
1477
|
-
}>> & {}
|
|
1559
|
+
}>> & Readonly<{}> & {}>;
|
|
1478
1560
|
state: {
|
|
1479
1561
|
orgId: string | number;
|
|
1480
1562
|
currentSessionItem: AnyObject;
|
|
@@ -1528,12 +1610,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1528
1610
|
isForward: boolean;
|
|
1529
1611
|
};
|
|
1530
1612
|
cssVars: import("vue").ComputedRef<AnyObject>;
|
|
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>;
|
|
1613
|
+
recordRef: import("vue").Ref<any, any>;
|
|
1614
|
+
recordList: import("vue").Ref<AnyObject[], AnyObject[]>;
|
|
1615
|
+
keyword: import("vue").Ref<any, any>;
|
|
1616
|
+
memberList: import("vue").Ref<never[], never[]>;
|
|
1617
|
+
startTime: import("vue").Ref<any, any>;
|
|
1618
|
+
endTime: import("vue").Ref<any, any>;
|
|
1537
1619
|
handleInput: () => void;
|
|
1538
1620
|
pageInfo: {
|
|
1539
1621
|
page: number;
|
|
@@ -1547,19 +1629,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1547
1629
|
resetInfo: () => void;
|
|
1548
1630
|
formatEndTime: () => string;
|
|
1549
1631
|
handleCloseTag: (type: "start" | "end" | "member") => void;
|
|
1550
|
-
getPrefixCondition: () =>
|
|
1551
|
-
renderLabel: (option: AnyObject) =>
|
|
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<{
|
|
1632
|
+
getPrefixCondition: () => any[];
|
|
1633
|
+
renderLabel: (option: AnyObject) => any;
|
|
1634
|
+
readonly NModal: any;
|
|
1635
|
+
readonly NTag: any;
|
|
1636
|
+
readonly NInput: any;
|
|
1637
|
+
readonly NIcon: any;
|
|
1638
|
+
readonly NSelect: any;
|
|
1639
|
+
readonly NAvatar: any;
|
|
1640
|
+
readonly NPopover: any;
|
|
1641
|
+
readonly NInputGroup: any;
|
|
1642
|
+
readonly CallOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1643
|
+
readonly VideocamOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1644
|
+
readonly DatePicker: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1563
1645
|
updateUnchangedValue: {
|
|
1564
1646
|
type: BooleanConstructor;
|
|
1565
1647
|
};
|
|
@@ -1587,14 +1669,27 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1587
1669
|
type: StringConstructor;
|
|
1588
1670
|
default: string;
|
|
1589
1671
|
};
|
|
1672
|
+
updateValueOnClose: {
|
|
1673
|
+
type: BooleanConstructor;
|
|
1674
|
+
default: boolean;
|
|
1675
|
+
};
|
|
1590
1676
|
isDateDisabled: {
|
|
1591
1677
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1592
1678
|
};
|
|
1593
|
-
|
|
1679
|
+
propKey: {
|
|
1680
|
+
type: StringConstructor;
|
|
1681
|
+
};
|
|
1682
|
+
shortcutListenerConfig: {
|
|
1683
|
+
type: PropType<{
|
|
1684
|
+
enable: boolean;
|
|
1685
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1686
|
+
}>;
|
|
1687
|
+
};
|
|
1688
|
+
}>, {
|
|
1594
1689
|
attrs: {
|
|
1595
1690
|
[x: string]: unknown;
|
|
1596
1691
|
};
|
|
1597
|
-
props:
|
|
1692
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1598
1693
|
updateUnchangedValue: {
|
|
1599
1694
|
type: BooleanConstructor;
|
|
1600
1695
|
};
|
|
@@ -1622,18 +1717,31 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1622
1717
|
type: StringConstructor;
|
|
1623
1718
|
default: string;
|
|
1624
1719
|
};
|
|
1720
|
+
updateValueOnClose: {
|
|
1721
|
+
type: BooleanConstructor;
|
|
1722
|
+
default: boolean;
|
|
1723
|
+
};
|
|
1625
1724
|
isDateDisabled: {
|
|
1626
1725
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1627
1726
|
};
|
|
1628
|
-
|
|
1727
|
+
propKey: {
|
|
1728
|
+
type: StringConstructor;
|
|
1729
|
+
};
|
|
1730
|
+
shortcutListenerConfig: {
|
|
1731
|
+
type: PropType<{
|
|
1732
|
+
enable: boolean;
|
|
1733
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1734
|
+
}>;
|
|
1735
|
+
};
|
|
1736
|
+
}>> & Readonly<{
|
|
1629
1737
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1630
|
-
}
|
|
1738
|
+
}> & {}>;
|
|
1631
1739
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
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>;
|
|
1740
|
+
datePickerRef: import("vue").Ref<AnyObject | null, AnyObject | null>;
|
|
1741
|
+
panelInstRef: import("vue").Ref<null, null>;
|
|
1742
|
+
placeholderRef: import("vue").Ref<any, any>;
|
|
1743
|
+
oldValue: (string | [string, string]) | null | undefined;
|
|
1744
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
|
|
1637
1745
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
1638
1746
|
formatRef: import("vue").ComputedRef<string>;
|
|
1639
1747
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -1641,6 +1749,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1641
1749
|
focus: () => any;
|
|
1642
1750
|
blur: () => any;
|
|
1643
1751
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
1752
|
+
handleShortcutClick: (event: MouseEvent) => void;
|
|
1644
1753
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
1645
1754
|
watchers: import("../../../shared/types").AnyFn[];
|
|
1646
1755
|
stopWatcher: () => void;
|
|
@@ -1648,8 +1757,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1648
1757
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
1649
1758
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
1650
1759
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
|
1651
|
-
NDatePicker: any;
|
|
1652
|
-
},
|
|
1760
|
+
readonly NDatePicker: any;
|
|
1761
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1653
1762
|
updateUnchangedValue: {
|
|
1654
1763
|
type: BooleanConstructor;
|
|
1655
1764
|
};
|
|
@@ -1677,47 +1786,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1677
1786
|
type: StringConstructor;
|
|
1678
1787
|
default: string;
|
|
1679
1788
|
};
|
|
1789
|
+
updateValueOnClose: {
|
|
1790
|
+
type: BooleanConstructor;
|
|
1791
|
+
default: boolean;
|
|
1792
|
+
};
|
|
1680
1793
|
isDateDisabled: {
|
|
1681
1794
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1682
1795
|
};
|
|
1683
|
-
|
|
1796
|
+
propKey: {
|
|
1797
|
+
type: StringConstructor;
|
|
1798
|
+
};
|
|
1799
|
+
shortcutListenerConfig: {
|
|
1800
|
+
type: PropType<{
|
|
1801
|
+
enable: boolean;
|
|
1802
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1803
|
+
}>;
|
|
1804
|
+
};
|
|
1805
|
+
}>> & Readonly<{
|
|
1684
1806
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1685
|
-
}
|
|
1807
|
+
}>, {
|
|
1686
1808
|
type: string;
|
|
1687
1809
|
updateUnchangedValue: boolean;
|
|
1688
1810
|
to: string | false | HTMLElement;
|
|
1689
1811
|
holidays: Date[];
|
|
1690
|
-
|
|
1691
|
-
|
|
1812
|
+
updateValueOnClose: boolean;
|
|
1813
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
1814
|
+
readonly isArray: {
|
|
1692
1815
|
(value?: any): value is any[];
|
|
1693
1816
|
<T_1>(value?: any): value is any[];
|
|
1694
1817
|
};
|
|
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: {
|
|
1818
|
+
readonly formatTime: typeof import("./utils").formatTime;
|
|
1819
|
+
readonly isDoctorRole: typeof import("./utils").isDoctorRole;
|
|
1820
|
+
readonly getRoleName: typeof import("./utils").getRoleName;
|
|
1821
|
+
readonly formatJsonstr: typeof import("./utils").formatJsonstr;
|
|
1822
|
+
readonly getFileType: typeof import("./utils").getFileType;
|
|
1823
|
+
readonly getDetail: typeof import("./utils").getDetail;
|
|
1824
|
+
readonly showAudioAndVideoRecord: typeof import("./utils").showAudioAndVideoRecord;
|
|
1825
|
+
readonly getForwardTitle: typeof import("./utils").getForwardTitle;
|
|
1826
|
+
readonly simplifyMessage: typeof import("./utils").simplifyMessage;
|
|
1827
|
+
readonly MESSAGE_TYPE: typeof import("./constants").MESSAGE_TYPE;
|
|
1828
|
+
readonly emojis: {
|
|
1706
1829
|
default: string[][];
|
|
1707
1830
|
findEmoji(name: string): string | undefined;
|
|
1708
1831
|
};
|
|
1709
|
-
MessageEvent: import("vue").DefineComponent<{
|
|
1832
|
+
MessageEvent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1710
1833
|
data: {
|
|
1711
1834
|
type: PropType<AnyObject>;
|
|
1712
1835
|
required: true;
|
|
1713
1836
|
};
|
|
1714
|
-
}
|
|
1715
|
-
props:
|
|
1837
|
+
}>, {
|
|
1838
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1716
1839
|
data: {
|
|
1717
1840
|
type: PropType<AnyObject>;
|
|
1718
1841
|
required: true;
|
|
1719
1842
|
};
|
|
1720
|
-
}>> & {}
|
|
1843
|
+
}>> & Readonly<{}> & {}>;
|
|
1721
1844
|
state: {
|
|
1722
1845
|
orgId: string | number;
|
|
1723
1846
|
currentSessionItem: AnyObject;
|
|
@@ -1771,26 +1894,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1771
1894
|
isForward: boolean;
|
|
1772
1895
|
};
|
|
1773
1896
|
setUserDetail: (event: MouseEvent, userDetail: AnyObject) => void;
|
|
1774
|
-
inviter: import("vue").Ref<any>;
|
|
1775
|
-
invitee: import("vue").Ref<any[]>;
|
|
1897
|
+
inviter: import("vue").Ref<any, any>;
|
|
1898
|
+
invitee: import("vue").Ref<any[], any[]>;
|
|
1776
1899
|
isValidJSON: (str: string) => boolean;
|
|
1777
1900
|
getTask: (_id: string | number, arrRes: AnyObject[]) => () => Promise<unknown>;
|
|
1778
1901
|
getEventContent: (data: AnyObject) => Promise<void>;
|
|
1779
|
-
NButton: any;
|
|
1780
|
-
},
|
|
1902
|
+
readonly NButton: any;
|
|
1903
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1781
1904
|
data: {
|
|
1782
1905
|
type: PropType<AnyObject>;
|
|
1783
1906
|
required: true;
|
|
1784
1907
|
};
|
|
1785
|
-
}
|
|
1786
|
-
},
|
|
1908
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1909
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1787
1910
|
visible: {
|
|
1788
1911
|
type: BooleanConstructor;
|
|
1789
1912
|
};
|
|
1790
|
-
}
|
|
1913
|
+
}>> & Readonly<{}>, {
|
|
1791
1914
|
visible: boolean;
|
|
1792
|
-
}>;
|
|
1793
|
-
ChatAdd: import("vue").DefineComponent<{
|
|
1915
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1916
|
+
ChatAdd: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1794
1917
|
title: {
|
|
1795
1918
|
type: StringConstructor;
|
|
1796
1919
|
default: string;
|
|
@@ -1814,14 +1937,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1814
1937
|
type: BooleanConstructor;
|
|
1815
1938
|
default: boolean;
|
|
1816
1939
|
};
|
|
1817
|
-
}
|
|
1940
|
+
}>, {
|
|
1818
1941
|
initialOptions: AnyObject[];
|
|
1819
1942
|
tabList: {
|
|
1820
1943
|
key: string;
|
|
1821
1944
|
label: string;
|
|
1822
1945
|
}[];
|
|
1823
1946
|
orgList: AnyObject[];
|
|
1824
|
-
props:
|
|
1947
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1825
1948
|
title: {
|
|
1826
1949
|
type: StringConstructor;
|
|
1827
1950
|
default: string;
|
|
@@ -1845,9 +1968,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1845
1968
|
type: BooleanConstructor;
|
|
1846
1969
|
default: boolean;
|
|
1847
1970
|
};
|
|
1848
|
-
}>> & {
|
|
1971
|
+
}>> & Readonly<{
|
|
1849
1972
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
|
1850
|
-
}
|
|
1973
|
+
}> & {}>;
|
|
1851
1974
|
emit: (event: "comfirm", ...args: any[]) => void;
|
|
1852
1975
|
state: {
|
|
1853
1976
|
orgId: string | number;
|
|
@@ -1902,16 +2025,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1902
2025
|
isForward: boolean;
|
|
1903
2026
|
};
|
|
1904
2027
|
setCurrentSessionItem: (item: AnyObject) => void;
|
|
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[]>;
|
|
2028
|
+
listRef: import("vue").Ref<any, any>;
|
|
2029
|
+
keyword: import("vue").Ref<string, string>;
|
|
2030
|
+
showModal: import("vue").Ref<boolean, boolean>;
|
|
2031
|
+
checkedOptions: import("vue").Ref<AnyObject[], AnyObject[]>;
|
|
2032
|
+
groupName: import("vue").Ref<string, string>;
|
|
2033
|
+
remark: import("vue").Ref<string, string>;
|
|
2034
|
+
currentTab: import("vue").Ref<AnyObject[], AnyObject[]>;
|
|
2035
|
+
breadcrumbList: import("vue").Ref<AnyObject[], AnyObject[]>;
|
|
2036
|
+
breadcrumbRef: import("vue").Ref<any, any>;
|
|
2037
|
+
userList: import("vue").Ref<AnyObject[], AnyObject[]>;
|
|
1915
2038
|
handleInput: () => void;
|
|
1916
2039
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
|
1917
2040
|
sessionList: import("vue").ComputedRef<{
|
|
@@ -1937,8 +2060,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1937
2060
|
}[]>;
|
|
1938
2061
|
checkedIds: import("vue").ComputedRef<any[]>;
|
|
1939
2062
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
|
1940
|
-
allChecked: import("vue").WritableComputedRef<boolean>;
|
|
1941
|
-
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
|
2063
|
+
allChecked: import("vue").WritableComputedRef<boolean, boolean>;
|
|
2064
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[], any[]>;
|
|
1942
2065
|
currentTabKey: import("vue").ComputedRef<any>;
|
|
1943
2066
|
showAllCheckbox: import("vue").ComputedRef<boolean>;
|
|
1944
2067
|
getOrgList: () => Promise<void>;
|
|
@@ -1953,28 +2076,28 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1953
2076
|
getAllUser: (tree: AnyObject[]) => AnyObject[];
|
|
1954
2077
|
handlePositiveClick: () => Promise<void>;
|
|
1955
2078
|
closeTag: (id: string) => void;
|
|
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
|
-
},
|
|
2079
|
+
readonly NModal: any;
|
|
2080
|
+
readonly NButton: any;
|
|
2081
|
+
readonly NSpace: any;
|
|
2082
|
+
readonly NAvatar: any;
|
|
2083
|
+
readonly NIcon: any;
|
|
2084
|
+
readonly NTag: any;
|
|
2085
|
+
readonly NInput: any;
|
|
2086
|
+
readonly NCheckbox: any;
|
|
2087
|
+
readonly NCheckboxGroup: any;
|
|
2088
|
+
readonly NTooltip: any;
|
|
2089
|
+
readonly NBreadcrumb: any;
|
|
2090
|
+
readonly NBreadcrumbItem: any;
|
|
2091
|
+
readonly SearchOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2092
|
+
readonly AddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2093
|
+
readonly PersonOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2094
|
+
readonly PeopleOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2095
|
+
readonly ChevronBackOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2096
|
+
readonly ChevronForwardOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2097
|
+
readonly last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
|
2098
|
+
readonly isDoctorRole: typeof import("./utils").isDoctorRole;
|
|
2099
|
+
readonly getRoleName: typeof import("./utils").getRoleName;
|
|
2100
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1978
2101
|
title: {
|
|
1979
2102
|
type: StringConstructor;
|
|
1980
2103
|
default: string;
|
|
@@ -1998,24 +2121,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1998
2121
|
type: BooleanConstructor;
|
|
1999
2122
|
default: boolean;
|
|
2000
2123
|
};
|
|
2001
|
-
}>> & {
|
|
2124
|
+
}>> & Readonly<{
|
|
2002
2125
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
|
2003
|
-
}
|
|
2126
|
+
}>, {
|
|
2004
2127
|
title: string;
|
|
2005
2128
|
defaultValue: AnyObject[];
|
|
2006
2129
|
disabled: boolean;
|
|
2007
2130
|
mode: string;
|
|
2008
2131
|
disabledIds: string[];
|
|
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").
|
|
2132
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2133
|
+
readonly PersonAddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2134
|
+
readonly CloseOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2135
|
+
readonly FolderOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2136
|
+
readonly ImageOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2137
|
+
readonly SettingsOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2138
|
+
readonly SearchLocate: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2139
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2017
2140
|
ChatMain: import("vue").DefineComponent<{}, {
|
|
2018
|
-
chatMainRef: import("vue").Ref<HTMLElement | undefined>;
|
|
2141
|
+
chatMainRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
2019
2142
|
state: {
|
|
2020
2143
|
orgId: string | number;
|
|
2021
2144
|
currentSessionItem: AnyObject;
|
|
@@ -2082,19 +2205,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2082
2205
|
}) => void;
|
|
2083
2206
|
setUserDetail: (event: MouseEvent, userDetail: AnyObject) => void;
|
|
2084
2207
|
isGroupChat: import("vue").ComputedRef<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>;
|
|
2208
|
+
contextmenuRef: import("vue").Ref<any, any>;
|
|
2209
|
+
showMenu: import("vue").Ref<boolean, boolean>;
|
|
2210
|
+
menuPosition: import("vue").Ref<any, any>;
|
|
2211
|
+
menuMsgId: import("vue").Ref<any, any>;
|
|
2212
|
+
relayTriggerRef: import("vue").Ref<any, any>;
|
|
2213
|
+
showLabel: import("vue").Ref<boolean, boolean>;
|
|
2091
2214
|
labelPosition: {
|
|
2092
2215
|
x: number;
|
|
2093
2216
|
y: number;
|
|
2094
2217
|
};
|
|
2095
|
-
showForwardDetail: import("vue").Ref<boolean>;
|
|
2096
|
-
currentImgId: import("vue").Ref<string | undefined>;
|
|
2097
|
-
showLightbox: import("vue").Ref<boolean>;
|
|
2218
|
+
showForwardDetail: import("vue").Ref<boolean, boolean>;
|
|
2219
|
+
currentImgId: import("vue").Ref<string | undefined, string | undefined>;
|
|
2220
|
+
showLightbox: import("vue").Ref<boolean, boolean>;
|
|
2098
2221
|
pageInfo: {
|
|
2099
2222
|
page: number;
|
|
2100
2223
|
hasMore: boolean;
|
|
@@ -2128,30 +2251,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2128
2251
|
}) => void;
|
|
2129
2252
|
reEdit: (item: AnyObject) => void;
|
|
2130
2253
|
clickMergeMsg: (item: AnyObject) => void;
|
|
2131
|
-
NAvatar: any;
|
|
2132
|
-
NIcon: any;
|
|
2133
|
-
NButtonGroup: any;
|
|
2134
|
-
NButton: any;
|
|
2135
|
-
NSpace: any;
|
|
2136
|
-
NCheckbox: any;
|
|
2137
|
-
isArray: {
|
|
2254
|
+
readonly NAvatar: any;
|
|
2255
|
+
readonly NIcon: any;
|
|
2256
|
+
readonly NButtonGroup: any;
|
|
2257
|
+
readonly NButton: any;
|
|
2258
|
+
readonly NSpace: any;
|
|
2259
|
+
readonly NCheckbox: any;
|
|
2260
|
+
readonly isArray: {
|
|
2138
2261
|
(value?: any): value is any[];
|
|
2139
2262
|
<T_1>(value?: any): value is any[];
|
|
2140
2263
|
};
|
|
2141
|
-
MessageTemplate: import("vue").DefineComponent<{
|
|
2264
|
+
MessageTemplate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2142
2265
|
data: {
|
|
2143
2266
|
type: PropType<AnyObject>;
|
|
2144
2267
|
required: true;
|
|
2145
2268
|
};
|
|
2146
|
-
}
|
|
2147
|
-
props:
|
|
2269
|
+
}>, {
|
|
2270
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2148
2271
|
data: {
|
|
2149
2272
|
type: PropType<AnyObject>;
|
|
2150
2273
|
required: true;
|
|
2151
2274
|
};
|
|
2152
|
-
}>> & {}
|
|
2153
|
-
describeBodyRef: import("vue").Ref<any>;
|
|
2154
|
-
showMore: import("vue").Ref<boolean>;
|
|
2275
|
+
}>> & Readonly<{}> & {}>;
|
|
2276
|
+
describeBodyRef: import("vue").Ref<any, any>;
|
|
2277
|
+
showMore: import("vue").Ref<boolean, boolean>;
|
|
2155
2278
|
emit: (event: "template-click" | "unread-message-update" | "session-change" | "session-close", ...args: any[]) => void;
|
|
2156
2279
|
isOverflow: import("vue").ComputedRef<boolean>;
|
|
2157
2280
|
setting: import("vue").ComputedRef<any>;
|
|
@@ -2164,11 +2287,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2164
2287
|
messageTemplateData: import("vue").ComputedRef<any>;
|
|
2165
2288
|
getSystemMsgContent: () => any;
|
|
2166
2289
|
handleTemplateClick: (data: AnyObject) => void;
|
|
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<{
|
|
2290
|
+
readonly NButton: any;
|
|
2291
|
+
readonly NIcon: any;
|
|
2292
|
+
readonly ChevronForwardOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2293
|
+
readonly AlertCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2294
|
+
readonly SvgIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2172
2295
|
iconClass: {
|
|
2173
2296
|
type: StringConstructor;
|
|
2174
2297
|
required: true;
|
|
@@ -2183,15 +2306,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2183
2306
|
type: StringConstructor;
|
|
2184
2307
|
required: false;
|
|
2185
2308
|
};
|
|
2186
|
-
}
|
|
2187
|
-
props:
|
|
2188
|
-
iconClass: string;
|
|
2189
|
-
title: string;
|
|
2190
|
-
className?: string | undefined;
|
|
2191
|
-
};
|
|
2309
|
+
}>, {
|
|
2310
|
+
props: any;
|
|
2192
2311
|
iconName: import("vue").ComputedRef<string>;
|
|
2193
2312
|
svgClass: import("vue").ComputedRef<string>;
|
|
2194
|
-
},
|
|
2313
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2195
2314
|
iconClass: {
|
|
2196
2315
|
type: StringConstructor;
|
|
2197
2316
|
required: true;
|
|
@@ -2206,28 +2325,28 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2206
2325
|
type: StringConstructor;
|
|
2207
2326
|
required: false;
|
|
2208
2327
|
};
|
|
2209
|
-
}
|
|
2328
|
+
}>> & Readonly<{}>, {
|
|
2210
2329
|
title: string;
|
|
2211
2330
|
iconClass: string;
|
|
2212
|
-
}>;
|
|
2213
|
-
},
|
|
2331
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2332
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2214
2333
|
data: {
|
|
2215
2334
|
type: PropType<AnyObject>;
|
|
2216
2335
|
required: true;
|
|
2217
2336
|
};
|
|
2218
|
-
}
|
|
2219
|
-
MessageEvent: import("vue").DefineComponent<{
|
|
2337
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2338
|
+
MessageEvent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2220
2339
|
data: {
|
|
2221
2340
|
type: PropType<AnyObject>;
|
|
2222
2341
|
required: true;
|
|
2223
2342
|
};
|
|
2224
|
-
}
|
|
2225
|
-
props:
|
|
2343
|
+
}>, {
|
|
2344
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2226
2345
|
data: {
|
|
2227
2346
|
type: PropType<AnyObject>;
|
|
2228
2347
|
required: true;
|
|
2229
2348
|
};
|
|
2230
|
-
}>> & {}
|
|
2349
|
+
}>> & Readonly<{}> & {}>;
|
|
2231
2350
|
state: {
|
|
2232
2351
|
orgId: string | number;
|
|
2233
2352
|
currentSessionItem: AnyObject;
|
|
@@ -2281,28 +2400,28 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2281
2400
|
isForward: boolean;
|
|
2282
2401
|
};
|
|
2283
2402
|
setUserDetail: (event: MouseEvent, userDetail: AnyObject) => void;
|
|
2284
|
-
inviter: import("vue").Ref<any>;
|
|
2285
|
-
invitee: import("vue").Ref<any[]>;
|
|
2403
|
+
inviter: import("vue").Ref<any, any>;
|
|
2404
|
+
invitee: import("vue").Ref<any[], any[]>;
|
|
2286
2405
|
isValidJSON: (str: string) => boolean;
|
|
2287
2406
|
getTask: (_id: string | number, arrRes: AnyObject[]) => () => Promise<unknown>;
|
|
2288
2407
|
getEventContent: (data: AnyObject) => Promise<void>;
|
|
2289
|
-
NButton: any;
|
|
2290
|
-
},
|
|
2408
|
+
readonly NButton: any;
|
|
2409
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2291
2410
|
data: {
|
|
2292
2411
|
type: PropType<AnyObject>;
|
|
2293
2412
|
required: true;
|
|
2294
2413
|
};
|
|
2295
|
-
}
|
|
2296
|
-
MessageMergeForward: import("vue").DefineComponent<{
|
|
2414
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2415
|
+
MessageMergeForward: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2297
2416
|
id: {
|
|
2298
2417
|
type: StringConstructor;
|
|
2299
2418
|
};
|
|
2300
|
-
}
|
|
2301
|
-
props:
|
|
2419
|
+
}>, {
|
|
2420
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2302
2421
|
id: {
|
|
2303
2422
|
type: StringConstructor;
|
|
2304
2423
|
};
|
|
2305
|
-
}>> & {}
|
|
2424
|
+
}>> & Readonly<{}> & {}>;
|
|
2306
2425
|
state: {
|
|
2307
2426
|
orgId: string | number;
|
|
2308
2427
|
currentSessionItem: AnyObject;
|
|
@@ -2358,39 +2477,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2358
2477
|
cssVars: import("vue").ComputedRef<AnyObject>;
|
|
2359
2478
|
msgItem: import("vue").ComputedRef<AnyObject | import("./types").MsgListItem>;
|
|
2360
2479
|
msgList: import("vue").ComputedRef<any>;
|
|
2361
|
-
NModal: any;
|
|
2362
|
-
NAvatar: any;
|
|
2363
|
-
NIcon: any;
|
|
2364
|
-
isArray: {
|
|
2480
|
+
readonly NModal: any;
|
|
2481
|
+
readonly NAvatar: any;
|
|
2482
|
+
readonly NIcon: any;
|
|
2483
|
+
readonly isArray: {
|
|
2365
2484
|
(value?: any): value is any[];
|
|
2366
2485
|
<T_1>(value?: any): value is any[];
|
|
2367
2486
|
};
|
|
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: {
|
|
2487
|
+
readonly formatTime: typeof import("./utils").formatTime;
|
|
2488
|
+
readonly getForwardTitle: typeof import("./utils").getForwardTitle;
|
|
2489
|
+
readonly isDoctorRole: typeof import("./utils").isDoctorRole;
|
|
2490
|
+
readonly getRoleName: typeof import("./utils").getRoleName;
|
|
2491
|
+
readonly formatJsonstr: typeof import("./utils").formatJsonstr;
|
|
2492
|
+
readonly getFileType: typeof import("./utils").getFileType;
|
|
2493
|
+
readonly getDetail: typeof import("./utils").getDetail;
|
|
2494
|
+
readonly showAudioAndVideoRecord: typeof import("./utils").showAudioAndVideoRecord;
|
|
2495
|
+
readonly simplifyMessage: typeof import("./utils").simplifyMessage;
|
|
2496
|
+
readonly MESSAGE_TYPE: typeof import("./constants").MESSAGE_TYPE;
|
|
2497
|
+
readonly emojis: {
|
|
2379
2498
|
default: string[][];
|
|
2380
2499
|
findEmoji(name: string): string | undefined;
|
|
2381
2500
|
};
|
|
2382
|
-
MessageEvent: import("vue").DefineComponent<{
|
|
2501
|
+
MessageEvent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2383
2502
|
data: {
|
|
2384
2503
|
type: PropType<AnyObject>;
|
|
2385
2504
|
required: true;
|
|
2386
2505
|
};
|
|
2387
|
-
}
|
|
2388
|
-
props:
|
|
2506
|
+
}>, {
|
|
2507
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2389
2508
|
data: {
|
|
2390
2509
|
type: PropType<AnyObject>;
|
|
2391
2510
|
required: true;
|
|
2392
2511
|
};
|
|
2393
|
-
}>> & {}
|
|
2512
|
+
}>> & Readonly<{}> & {}>;
|
|
2394
2513
|
state: {
|
|
2395
2514
|
orgId: string | number;
|
|
2396
2515
|
currentSessionItem: AnyObject;
|
|
@@ -2444,26 +2563,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2444
2563
|
isForward: boolean;
|
|
2445
2564
|
};
|
|
2446
2565
|
setUserDetail: (event: MouseEvent, userDetail: AnyObject) => void;
|
|
2447
|
-
inviter: import("vue").Ref<any>;
|
|
2448
|
-
invitee: import("vue").Ref<any[]>;
|
|
2566
|
+
inviter: import("vue").Ref<any, any>;
|
|
2567
|
+
invitee: import("vue").Ref<any[], any[]>;
|
|
2449
2568
|
isValidJSON: (str: string) => boolean;
|
|
2450
2569
|
getTask: (_id: string | number, arrRes: AnyObject[]) => () => Promise<unknown>;
|
|
2451
2570
|
getEventContent: (data: AnyObject) => Promise<void>;
|
|
2452
|
-
NButton: any;
|
|
2453
|
-
},
|
|
2571
|
+
readonly NButton: any;
|
|
2572
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2454
2573
|
data: {
|
|
2455
2574
|
type: PropType<AnyObject>;
|
|
2456
2575
|
required: true;
|
|
2457
2576
|
};
|
|
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
|
-
},
|
|
2577
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2578
|
+
readonly CallOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2579
|
+
readonly VideocamOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2580
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2462
2581
|
id: {
|
|
2463
2582
|
type: StringConstructor;
|
|
2464
2583
|
};
|
|
2465
|
-
}
|
|
2466
|
-
SelectLabel: import("vue").DefineComponent<{
|
|
2584
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2585
|
+
SelectLabel: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2467
2586
|
id: {
|
|
2468
2587
|
type: StringConstructor;
|
|
2469
2588
|
required: true;
|
|
@@ -2471,12 +2590,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2471
2590
|
show: {
|
|
2472
2591
|
type: BooleanConstructor;
|
|
2473
2592
|
};
|
|
2474
|
-
}
|
|
2593
|
+
}>, {
|
|
2475
2594
|
labelList: {
|
|
2476
2595
|
type: string;
|
|
2477
2596
|
label: string;
|
|
2478
2597
|
}[];
|
|
2479
|
-
props:
|
|
2598
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2480
2599
|
id: {
|
|
2481
2600
|
type: StringConstructor;
|
|
2482
2601
|
required: true;
|
|
@@ -2484,9 +2603,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2484
2603
|
show: {
|
|
2485
2604
|
type: BooleanConstructor;
|
|
2486
2605
|
};
|
|
2487
|
-
}>> & {
|
|
2606
|
+
}>> & Readonly<{
|
|
2488
2607
|
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
2489
|
-
}
|
|
2608
|
+
}> & {}>;
|
|
2490
2609
|
emit: (event: "update:show", ...args: any[]) => void;
|
|
2491
2610
|
setMessageLabel: (params: {
|
|
2492
2611
|
type: "text" | "emoji";
|
|
@@ -2494,16 +2613,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2494
2613
|
msgId: string;
|
|
2495
2614
|
}) => void;
|
|
2496
2615
|
handleMessageLabel: (type: "text" | "emoji", item: any) => void;
|
|
2497
|
-
NButton: any;
|
|
2498
|
-
NPopover: any;
|
|
2499
|
-
NTabs: any;
|
|
2500
|
-
NTabPane: any;
|
|
2501
|
-
NTooltip: any;
|
|
2502
|
-
emojis: {
|
|
2616
|
+
readonly NButton: any;
|
|
2617
|
+
readonly NPopover: any;
|
|
2618
|
+
readonly NTabs: any;
|
|
2619
|
+
readonly NTabPane: any;
|
|
2620
|
+
readonly NTooltip: any;
|
|
2621
|
+
readonly emojis: {
|
|
2503
2622
|
default: string[][];
|
|
2504
2623
|
findEmoji(name: string): string | undefined;
|
|
2505
2624
|
};
|
|
2506
|
-
},
|
|
2625
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:show"[], "update:show", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2507
2626
|
id: {
|
|
2508
2627
|
type: StringConstructor;
|
|
2509
2628
|
required: true;
|
|
@@ -2511,16 +2630,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2511
2630
|
show: {
|
|
2512
2631
|
type: BooleanConstructor;
|
|
2513
2632
|
};
|
|
2514
|
-
}>> & {
|
|
2633
|
+
}>> & Readonly<{
|
|
2515
2634
|
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
2516
|
-
}
|
|
2635
|
+
}>, {
|
|
2517
2636
|
show: boolean;
|
|
2518
|
-
}>;
|
|
2519
|
-
emojis: {
|
|
2637
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2638
|
+
readonly emojis: {
|
|
2520
2639
|
default: string[][];
|
|
2521
2640
|
findEmoji(name: string): string | undefined;
|
|
2522
2641
|
};
|
|
2523
|
-
ContextMenu: import("vue").DefineComponent<{
|
|
2642
|
+
readonly ContextMenu: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2524
2643
|
type: {
|
|
2525
2644
|
type: StringConstructor;
|
|
2526
2645
|
default: string;
|
|
@@ -2535,7 +2654,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2535
2654
|
id: {
|
|
2536
2655
|
type: StringConstructor;
|
|
2537
2656
|
};
|
|
2538
|
-
}
|
|
2657
|
+
}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("select" | "update:show")[], "select" | "update:show", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2539
2658
|
type: {
|
|
2540
2659
|
type: StringConstructor;
|
|
2541
2660
|
default: string;
|
|
@@ -2550,14 +2669,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2550
2669
|
id: {
|
|
2551
2670
|
type: StringConstructor;
|
|
2552
2671
|
};
|
|
2553
|
-
}>> & {
|
|
2672
|
+
}>> & Readonly<{
|
|
2554
2673
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
2555
2674
|
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
2556
|
-
}
|
|
2675
|
+
}>, {
|
|
2557
2676
|
type: string;
|
|
2558
2677
|
show: boolean;
|
|
2559
|
-
}>;
|
|
2560
|
-
ChatAdd: import("vue").DefineComponent<{
|
|
2678
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2679
|
+
ChatAdd: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2561
2680
|
title: {
|
|
2562
2681
|
type: StringConstructor;
|
|
2563
2682
|
default: string;
|
|
@@ -2581,14 +2700,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2581
2700
|
type: BooleanConstructor;
|
|
2582
2701
|
default: boolean;
|
|
2583
2702
|
};
|
|
2584
|
-
}
|
|
2703
|
+
}>, {
|
|
2585
2704
|
initialOptions: AnyObject[];
|
|
2586
2705
|
tabList: {
|
|
2587
2706
|
key: string;
|
|
2588
2707
|
label: string;
|
|
2589
2708
|
}[];
|
|
2590
2709
|
orgList: AnyObject[];
|
|
2591
|
-
props:
|
|
2710
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2592
2711
|
title: {
|
|
2593
2712
|
type: StringConstructor;
|
|
2594
2713
|
default: string;
|
|
@@ -2612,9 +2731,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2612
2731
|
type: BooleanConstructor;
|
|
2613
2732
|
default: boolean;
|
|
2614
2733
|
};
|
|
2615
|
-
}>> & {
|
|
2734
|
+
}>> & Readonly<{
|
|
2616
2735
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
|
2617
|
-
}
|
|
2736
|
+
}> & {}>;
|
|
2618
2737
|
emit: (event: "comfirm", ...args: any[]) => void;
|
|
2619
2738
|
state: {
|
|
2620
2739
|
orgId: string | number;
|
|
@@ -2669,16 +2788,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2669
2788
|
isForward: boolean;
|
|
2670
2789
|
};
|
|
2671
2790
|
setCurrentSessionItem: (item: AnyObject) => void;
|
|
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[]>;
|
|
2791
|
+
listRef: import("vue").Ref<any, any>;
|
|
2792
|
+
keyword: import("vue").Ref<string, string>;
|
|
2793
|
+
showModal: import("vue").Ref<boolean, boolean>;
|
|
2794
|
+
checkedOptions: import("vue").Ref<AnyObject[], AnyObject[]>;
|
|
2795
|
+
groupName: import("vue").Ref<string, string>;
|
|
2796
|
+
remark: import("vue").Ref<string, string>;
|
|
2797
|
+
currentTab: import("vue").Ref<AnyObject[], AnyObject[]>;
|
|
2798
|
+
breadcrumbList: import("vue").Ref<AnyObject[], AnyObject[]>;
|
|
2799
|
+
breadcrumbRef: import("vue").Ref<any, any>;
|
|
2800
|
+
userList: import("vue").Ref<AnyObject[], AnyObject[]>;
|
|
2682
2801
|
handleInput: () => void;
|
|
2683
2802
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
|
2684
2803
|
sessionList: import("vue").ComputedRef<{
|
|
@@ -2704,8 +2823,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2704
2823
|
}[]>;
|
|
2705
2824
|
checkedIds: import("vue").ComputedRef<any[]>;
|
|
2706
2825
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
|
2707
|
-
allChecked: import("vue").WritableComputedRef<boolean>;
|
|
2708
|
-
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
|
2826
|
+
allChecked: import("vue").WritableComputedRef<boolean, boolean>;
|
|
2827
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[], any[]>;
|
|
2709
2828
|
currentTabKey: import("vue").ComputedRef<any>;
|
|
2710
2829
|
showAllCheckbox: import("vue").ComputedRef<boolean>;
|
|
2711
2830
|
getOrgList: () => Promise<void>;
|
|
@@ -2720,28 +2839,28 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2720
2839
|
getAllUser: (tree: AnyObject[]) => AnyObject[];
|
|
2721
2840
|
handlePositiveClick: () => Promise<void>;
|
|
2722
2841
|
closeTag: (id: string) => void;
|
|
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
|
-
},
|
|
2842
|
+
readonly NModal: any;
|
|
2843
|
+
readonly NButton: any;
|
|
2844
|
+
readonly NSpace: any;
|
|
2845
|
+
readonly NAvatar: any;
|
|
2846
|
+
readonly NIcon: any;
|
|
2847
|
+
readonly NTag: any;
|
|
2848
|
+
readonly NInput: any;
|
|
2849
|
+
readonly NCheckbox: any;
|
|
2850
|
+
readonly NCheckboxGroup: any;
|
|
2851
|
+
readonly NTooltip: any;
|
|
2852
|
+
readonly NBreadcrumb: any;
|
|
2853
|
+
readonly NBreadcrumbItem: any;
|
|
2854
|
+
readonly SearchOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2855
|
+
readonly AddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2856
|
+
readonly PersonOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2857
|
+
readonly PeopleOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2858
|
+
readonly ChevronBackOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2859
|
+
readonly ChevronForwardOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2860
|
+
readonly last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
|
2861
|
+
readonly isDoctorRole: typeof import("./utils").isDoctorRole;
|
|
2862
|
+
readonly getRoleName: typeof import("./utils").getRoleName;
|
|
2863
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2745
2864
|
title: {
|
|
2746
2865
|
type: StringConstructor;
|
|
2747
2866
|
default: string;
|
|
@@ -2765,27 +2884,27 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2765
2884
|
type: BooleanConstructor;
|
|
2766
2885
|
default: boolean;
|
|
2767
2886
|
};
|
|
2768
|
-
}>> & {
|
|
2887
|
+
}>> & Readonly<{
|
|
2769
2888
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
|
2770
|
-
}
|
|
2889
|
+
}>, {
|
|
2771
2890
|
title: string;
|
|
2772
2891
|
defaultValue: AnyObject[];
|
|
2773
2892
|
disabled: boolean;
|
|
2774
2893
|
mode: string;
|
|
2775
2894
|
disabledIds: string[];
|
|
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<{
|
|
2895
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2896
|
+
readonly simplifyMessage: typeof import("./utils").simplifyMessage;
|
|
2897
|
+
readonly isAudioOrVideoMessage: typeof import("./utils").isAudioOrVideoMessage;
|
|
2898
|
+
readonly getAVTime: typeof import("./utils").getAVTime;
|
|
2899
|
+
readonly getForwardTitle: typeof import("./utils").getForwardTitle;
|
|
2900
|
+
readonly formatJsonstr: typeof import("./utils").formatJsonstr;
|
|
2901
|
+
readonly MESSAGE_TYPE: typeof import("./constants").MESSAGE_TYPE;
|
|
2902
|
+
readonly ChatbubbleEllipsesOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2903
|
+
readonly EllipsisHorizontal: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2904
|
+
readonly CallOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2905
|
+
readonly VideocamOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2906
|
+
readonly DocumentSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2907
|
+
ImageLightbox: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2789
2908
|
images: {
|
|
2790
2909
|
type: PropType<import("./types").ImageItem[]>;
|
|
2791
2910
|
default: () => never[];
|
|
@@ -2797,8 +2916,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2797
2916
|
type: StringConstructor;
|
|
2798
2917
|
default: string;
|
|
2799
2918
|
};
|
|
2800
|
-
}
|
|
2801
|
-
props:
|
|
2919
|
+
}>, {
|
|
2920
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2802
2921
|
images: {
|
|
2803
2922
|
type: PropType<import("./types").ImageItem[]>;
|
|
2804
2923
|
default: () => never[];
|
|
@@ -2810,26 +2929,44 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2810
2929
|
type: StringConstructor;
|
|
2811
2930
|
default: string;
|
|
2812
2931
|
};
|
|
2813
|
-
}>> & {
|
|
2932
|
+
}>> & Readonly<{
|
|
2814
2933
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
2815
2934
|
"onUpdate:currentId"?: ((...args: any[]) => any) | undefined;
|
|
2816
|
-
}
|
|
2935
|
+
}> & {}>;
|
|
2817
2936
|
emit: (event: "update:visible" | "update:currentId", ...args: any[]) => void;
|
|
2818
|
-
imageEl: import("vue").Ref<HTMLImageElement | null>;
|
|
2937
|
+
imageEl: import("vue").Ref<HTMLImageElement | null, HTMLImageElement | null>;
|
|
2819
2938
|
naturalSize: import("vue").Ref<{
|
|
2820
2939
|
width: number;
|
|
2821
2940
|
height: number;
|
|
2941
|
+
}, {
|
|
2942
|
+
width: number;
|
|
2943
|
+
height: number;
|
|
2944
|
+
} | {
|
|
2945
|
+
width: number;
|
|
2946
|
+
height: number;
|
|
2822
2947
|
}>;
|
|
2823
|
-
scale: import("vue").Ref<number>;
|
|
2824
|
-
rotation: import("vue").Ref<number>;
|
|
2825
|
-
isDragging: import("vue").Ref<boolean>;
|
|
2948
|
+
scale: import("vue").Ref<number, number>;
|
|
2949
|
+
rotation: import("vue").Ref<number, number>;
|
|
2950
|
+
isDragging: import("vue").Ref<boolean, boolean>;
|
|
2826
2951
|
offset: import("vue").Ref<{
|
|
2827
2952
|
x: number;
|
|
2828
2953
|
y: number;
|
|
2954
|
+
}, {
|
|
2955
|
+
x: number;
|
|
2956
|
+
y: number;
|
|
2957
|
+
} | {
|
|
2958
|
+
x: number;
|
|
2959
|
+
y: number;
|
|
2829
2960
|
}>;
|
|
2830
2961
|
lastMouse: import("vue").Ref<{
|
|
2831
2962
|
x: number;
|
|
2832
2963
|
y: number;
|
|
2964
|
+
}, {
|
|
2965
|
+
x: number;
|
|
2966
|
+
y: number;
|
|
2967
|
+
} | {
|
|
2968
|
+
x: number;
|
|
2969
|
+
y: number;
|
|
2833
2970
|
}>;
|
|
2834
2971
|
idToIndexMap: import("vue").ComputedRef<Map<string, number>>;
|
|
2835
2972
|
currentIndex: import("vue").ComputedRef<number>;
|
|
@@ -2857,16 +2994,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2857
2994
|
handleWheel: (e: WheelEvent) => void;
|
|
2858
2995
|
handleImageLoad: () => void;
|
|
2859
2996
|
download: () => void;
|
|
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
|
-
},
|
|
2997
|
+
readonly Close: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2998
|
+
readonly PlaySkipBackOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2999
|
+
readonly PlaySkipForwardOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3000
|
+
readonly DownloadOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3001
|
+
readonly RefreshOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3002
|
+
readonly AddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3003
|
+
readonly RemoveSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3004
|
+
readonly NButton: any;
|
|
3005
|
+
readonly NIcon: any;
|
|
3006
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:visible" | "update:currentId")[], "update:visible" | "update:currentId", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2870
3007
|
images: {
|
|
2871
3008
|
type: PropType<import("./types").ImageItem[]>;
|
|
2872
3009
|
default: () => never[];
|
|
@@ -2878,18 +3015,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2878
3015
|
type: StringConstructor;
|
|
2879
3016
|
default: string;
|
|
2880
3017
|
};
|
|
2881
|
-
}>> & {
|
|
3018
|
+
}>> & Readonly<{
|
|
2882
3019
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
2883
3020
|
"onUpdate:currentId"?: ((...args: any[]) => any) | undefined;
|
|
2884
|
-
}
|
|
3021
|
+
}>, {
|
|
2885
3022
|
visible: boolean;
|
|
2886
3023
|
images: import("./types").ImageItem[];
|
|
2887
3024
|
currentId: string;
|
|
2888
|
-
}>;
|
|
2889
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
3025
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3026
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2890
3027
|
ChatFooter: import("vue").DefineComponent<{}, {
|
|
2891
3028
|
SPACE_PLACEHOLDER: string;
|
|
2892
|
-
inputRef: import("vue").Ref<HTMLDivElement | undefined>;
|
|
3029
|
+
inputRef: import("vue").Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
|
|
2893
3030
|
state: {
|
|
2894
3031
|
orgId: string | number;
|
|
2895
3032
|
currentSessionItem: AnyObject;
|
|
@@ -2954,9 +3091,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2954
3091
|
remark: string;
|
|
2955
3092
|
contents: AnyObject[];
|
|
2956
3093
|
}) => Promise<void>;
|
|
2957
|
-
showEmoji: import("vue").Ref<boolean>;
|
|
2958
|
-
content: import("vue").Ref<string>;
|
|
2959
|
-
commonEmoticons: import("vue").Ref<string[]>;
|
|
3094
|
+
showEmoji: import("vue").Ref<boolean, boolean>;
|
|
3095
|
+
content: import("vue").Ref<string, string>;
|
|
3096
|
+
commonEmoticons: import("vue").Ref<string[], string[]>;
|
|
2960
3097
|
chatAddProps: import("vue").ComputedRef<{
|
|
2961
3098
|
options: AnyObject[];
|
|
2962
3099
|
defaultValue: AnyObject[];
|
|
@@ -2989,13 +3126,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2989
3126
|
handlecancelForward: () => void;
|
|
2990
3127
|
insertImageFromFile: (file: File) => void;
|
|
2991
3128
|
handleFilePaste: (event: ClipboardEvent) => void;
|
|
2992
|
-
NButton: any;
|
|
2993
|
-
NPopover: any;
|
|
2994
|
-
NTooltip: any;
|
|
2995
|
-
NUpload: any;
|
|
2996
|
-
NUploadTrigger: any;
|
|
2997
|
-
NIcon: any;
|
|
2998
|
-
ChatAdd: import("vue").DefineComponent<{
|
|
3129
|
+
readonly NButton: any;
|
|
3130
|
+
readonly NPopover: any;
|
|
3131
|
+
readonly NTooltip: any;
|
|
3132
|
+
readonly NUpload: any;
|
|
3133
|
+
readonly NUploadTrigger: any;
|
|
3134
|
+
readonly NIcon: any;
|
|
3135
|
+
ChatAdd: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2999
3136
|
title: {
|
|
3000
3137
|
type: StringConstructor;
|
|
3001
3138
|
default: string;
|
|
@@ -3019,14 +3156,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3019
3156
|
type: BooleanConstructor;
|
|
3020
3157
|
default: boolean;
|
|
3021
3158
|
};
|
|
3022
|
-
}
|
|
3159
|
+
}>, {
|
|
3023
3160
|
initialOptions: AnyObject[];
|
|
3024
3161
|
tabList: {
|
|
3025
3162
|
key: string;
|
|
3026
3163
|
label: string;
|
|
3027
3164
|
}[];
|
|
3028
3165
|
orgList: AnyObject[];
|
|
3029
|
-
props:
|
|
3166
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
3030
3167
|
title: {
|
|
3031
3168
|
type: StringConstructor;
|
|
3032
3169
|
default: string;
|
|
@@ -3050,9 +3187,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3050
3187
|
type: BooleanConstructor;
|
|
3051
3188
|
default: boolean;
|
|
3052
3189
|
};
|
|
3053
|
-
}>> & {
|
|
3190
|
+
}>> & Readonly<{
|
|
3054
3191
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
|
3055
|
-
}
|
|
3192
|
+
}> & {}>;
|
|
3056
3193
|
emit: (event: "comfirm", ...args: any[]) => void;
|
|
3057
3194
|
state: {
|
|
3058
3195
|
orgId: string | number;
|
|
@@ -3107,16 +3244,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3107
3244
|
isForward: boolean;
|
|
3108
3245
|
};
|
|
3109
3246
|
setCurrentSessionItem: (item: AnyObject) => void;
|
|
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[]>;
|
|
3247
|
+
listRef: import("vue").Ref<any, any>;
|
|
3248
|
+
keyword: import("vue").Ref<string, string>;
|
|
3249
|
+
showModal: import("vue").Ref<boolean, boolean>;
|
|
3250
|
+
checkedOptions: import("vue").Ref<AnyObject[], AnyObject[]>;
|
|
3251
|
+
groupName: import("vue").Ref<string, string>;
|
|
3252
|
+
remark: import("vue").Ref<string, string>;
|
|
3253
|
+
currentTab: import("vue").Ref<AnyObject[], AnyObject[]>;
|
|
3254
|
+
breadcrumbList: import("vue").Ref<AnyObject[], AnyObject[]>;
|
|
3255
|
+
breadcrumbRef: import("vue").Ref<any, any>;
|
|
3256
|
+
userList: import("vue").Ref<AnyObject[], AnyObject[]>;
|
|
3120
3257
|
handleInput: () => void;
|
|
3121
3258
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
|
3122
3259
|
sessionList: import("vue").ComputedRef<{
|
|
@@ -3142,8 +3279,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3142
3279
|
}[]>;
|
|
3143
3280
|
checkedIds: import("vue").ComputedRef<any[]>;
|
|
3144
3281
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
|
3145
|
-
allChecked: import("vue").WritableComputedRef<boolean>;
|
|
3146
|
-
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
|
3282
|
+
allChecked: import("vue").WritableComputedRef<boolean, boolean>;
|
|
3283
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[], any[]>;
|
|
3147
3284
|
currentTabKey: import("vue").ComputedRef<any>;
|
|
3148
3285
|
showAllCheckbox: import("vue").ComputedRef<boolean>;
|
|
3149
3286
|
getOrgList: () => Promise<void>;
|
|
@@ -3158,28 +3295,28 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3158
3295
|
getAllUser: (tree: AnyObject[]) => AnyObject[];
|
|
3159
3296
|
handlePositiveClick: () => Promise<void>;
|
|
3160
3297
|
closeTag: (id: string) => void;
|
|
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
|
-
},
|
|
3298
|
+
readonly NModal: any;
|
|
3299
|
+
readonly NButton: any;
|
|
3300
|
+
readonly NSpace: any;
|
|
3301
|
+
readonly NAvatar: any;
|
|
3302
|
+
readonly NIcon: any;
|
|
3303
|
+
readonly NTag: any;
|
|
3304
|
+
readonly NInput: any;
|
|
3305
|
+
readonly NCheckbox: any;
|
|
3306
|
+
readonly NCheckboxGroup: any;
|
|
3307
|
+
readonly NTooltip: any;
|
|
3308
|
+
readonly NBreadcrumb: any;
|
|
3309
|
+
readonly NBreadcrumbItem: any;
|
|
3310
|
+
readonly SearchOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3311
|
+
readonly AddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3312
|
+
readonly PersonOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3313
|
+
readonly PeopleOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3314
|
+
readonly ChevronBackOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3315
|
+
readonly ChevronForwardOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3316
|
+
readonly last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
|
3317
|
+
readonly isDoctorRole: typeof import("./utils").isDoctorRole;
|
|
3318
|
+
readonly getRoleName: typeof import("./utils").getRoleName;
|
|
3319
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3183
3320
|
title: {
|
|
3184
3321
|
type: StringConstructor;
|
|
3185
3322
|
default: string;
|
|
@@ -3203,36 +3340,36 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3203
3340
|
type: BooleanConstructor;
|
|
3204
3341
|
default: boolean;
|
|
3205
3342
|
};
|
|
3206
|
-
}>> & {
|
|
3343
|
+
}>> & Readonly<{
|
|
3207
3344
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
|
3208
|
-
}
|
|
3345
|
+
}>, {
|
|
3209
3346
|
title: string;
|
|
3210
3347
|
defaultValue: AnyObject[];
|
|
3211
3348
|
disabled: boolean;
|
|
3212
3349
|
mode: string;
|
|
3213
3350
|
disabledIds: string[];
|
|
3214
|
-
}>;
|
|
3215
|
-
emojis: {
|
|
3351
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3352
|
+
readonly emojis: {
|
|
3216
3353
|
default: string[][];
|
|
3217
3354
|
findEmoji(name: string): string | undefined;
|
|
3218
3355
|
};
|
|
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").
|
|
3356
|
+
readonly MESSAGE_TYPE: typeof import("./constants").MESSAGE_TYPE;
|
|
3357
|
+
readonly CloseCircleOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3358
|
+
readonly CallOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3359
|
+
readonly VideocamOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3360
|
+
readonly CloseOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3361
|
+
readonly FolderOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3362
|
+
readonly ImageOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3363
|
+
readonly HappyOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3364
|
+
readonly ThumbsUp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3365
|
+
readonly simplifyMessage: typeof import("./utils").simplifyMessage;
|
|
3366
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3230
3367
|
ChatSearch: import("vue").DefineComponent<{}, {
|
|
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>;
|
|
3368
|
+
userListRef: import("vue").Ref<any, any>;
|
|
3369
|
+
patientListRef: import("vue").Ref<any, any>;
|
|
3370
|
+
inputRef: import("vue").Ref<any, any>;
|
|
3371
|
+
showSearch: import("vue").Ref<boolean, boolean>;
|
|
3372
|
+
keyword: import("vue").Ref<string, string>;
|
|
3236
3373
|
cssVars: import("vue").ComputedRef<AnyObject>;
|
|
3237
3374
|
state: {
|
|
3238
3375
|
orgId: string | number;
|
|
@@ -3287,12 +3424,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3287
3424
|
isForward: boolean;
|
|
3288
3425
|
};
|
|
3289
3426
|
openSession: (session: string | AnyObject) => Promise<void>;
|
|
3290
|
-
userList: import("vue").Ref<AnyObject[]>;
|
|
3427
|
+
userList: import("vue").Ref<AnyObject[], AnyObject[]>;
|
|
3291
3428
|
handleInput: () => void;
|
|
3292
|
-
patientList: import("vue").Ref<AnyObject[]>;
|
|
3429
|
+
patientList: import("vue").Ref<AnyObject[], AnyObject[]>;
|
|
3293
3430
|
handlePatientInput: () => void;
|
|
3294
|
-
currentTabValue: import("vue").Ref<string>;
|
|
3295
|
-
currentIndex: import("vue").Ref<number>;
|
|
3431
|
+
currentTabValue: import("vue").Ref<string, string>;
|
|
3432
|
+
currentIndex: import("vue").Ref<number, number>;
|
|
3296
3433
|
groupList: import("vue").ComputedRef<AnyObject[]>;
|
|
3297
3434
|
showNoUserData: import("vue").ComputedRef<boolean>;
|
|
3298
3435
|
showNoPatientData: import("vue").ComputedRef<boolean>;
|
|
@@ -3306,15 +3443,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3306
3443
|
addSession: (id: string) => Promise<void>;
|
|
3307
3444
|
handleTabChange: () => void;
|
|
3308
3445
|
handleClose: () => void;
|
|
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<{
|
|
3446
|
+
readonly NPopover: any;
|
|
3447
|
+
readonly NButton: any;
|
|
3448
|
+
readonly NInput: any;
|
|
3449
|
+
readonly NIcon: any;
|
|
3450
|
+
readonly NTabs: any;
|
|
3451
|
+
readonly NTabPane: any;
|
|
3452
|
+
readonly NDivider: any;
|
|
3453
|
+
readonly SearchOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3454
|
+
readonly DefaultPage: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3318
3455
|
type: {
|
|
3319
3456
|
type: StringConstructor;
|
|
3320
3457
|
default: string;
|
|
@@ -3326,8 +3463,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3326
3463
|
content: string;
|
|
3327
3464
|
};
|
|
3328
3465
|
};
|
|
3329
|
-
}
|
|
3330
|
-
props:
|
|
3466
|
+
}>, {
|
|
3467
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
3331
3468
|
type: {
|
|
3332
3469
|
type: StringConstructor;
|
|
3333
3470
|
default: string;
|
|
@@ -3339,9 +3476,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3339
3476
|
content: string;
|
|
3340
3477
|
};
|
|
3341
3478
|
};
|
|
3342
|
-
}>> & {
|
|
3479
|
+
}>> & Readonly<{
|
|
3343
3480
|
onReloadPage?: ((...args: any[]) => any) | undefined;
|
|
3344
|
-
}
|
|
3481
|
+
}> & {}>;
|
|
3345
3482
|
emit: (event: "reloadPage", ...args: any[]) => void;
|
|
3346
3483
|
configResult: import("vue").ComputedRef<{
|
|
3347
3484
|
title: string;
|
|
@@ -3349,9 +3486,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3349
3486
|
img: string;
|
|
3350
3487
|
}>;
|
|
3351
3488
|
reloadPage: () => void;
|
|
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
|
-
},
|
|
3489
|
+
readonly NIcon: any;
|
|
3490
|
+
readonly Refresh: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3491
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3355
3492
|
type: {
|
|
3356
3493
|
type: StringConstructor;
|
|
3357
3494
|
default: string;
|
|
@@ -3363,29 +3500,29 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3363
3500
|
content: string;
|
|
3364
3501
|
};
|
|
3365
3502
|
};
|
|
3366
|
-
}>> & {
|
|
3503
|
+
}>> & Readonly<{
|
|
3367
3504
|
onReloadPage?: ((...args: any[]) => any) | undefined;
|
|
3368
|
-
}
|
|
3505
|
+
}>, {
|
|
3369
3506
|
type: string;
|
|
3370
3507
|
config: AnyObject;
|
|
3371
|
-
}>>;
|
|
3372
|
-
userItemRender: import("vue").DefineComponent<{
|
|
3508
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
3509
|
+
readonly userItemRender: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3373
3510
|
item: {
|
|
3374
3511
|
type: PropType<AnyObject>;
|
|
3375
3512
|
default: () => {};
|
|
3376
3513
|
};
|
|
3377
|
-
}
|
|
3514
|
+
}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "item-click"[], "item-click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3378
3515
|
item: {
|
|
3379
3516
|
type: PropType<AnyObject>;
|
|
3380
3517
|
default: () => {};
|
|
3381
3518
|
};
|
|
3382
|
-
}>> & {
|
|
3519
|
+
}>> & Readonly<{
|
|
3383
3520
|
"onItem-click"?: ((...args: any[]) => any) | undefined;
|
|
3384
|
-
}
|
|
3521
|
+
}>, {
|
|
3385
3522
|
item: AnyObject;
|
|
3386
|
-
}>;
|
|
3387
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
3388
|
-
ChatAdd: import("vue").DefineComponent<{
|
|
3523
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3524
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3525
|
+
ChatAdd: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3389
3526
|
title: {
|
|
3390
3527
|
type: StringConstructor;
|
|
3391
3528
|
default: string;
|
|
@@ -3409,14 +3546,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3409
3546
|
type: BooleanConstructor;
|
|
3410
3547
|
default: boolean;
|
|
3411
3548
|
};
|
|
3412
|
-
}
|
|
3549
|
+
}>, {
|
|
3413
3550
|
initialOptions: AnyObject[];
|
|
3414
3551
|
tabList: {
|
|
3415
3552
|
key: string;
|
|
3416
3553
|
label: string;
|
|
3417
3554
|
}[];
|
|
3418
3555
|
orgList: AnyObject[];
|
|
3419
|
-
props:
|
|
3556
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
3420
3557
|
title: {
|
|
3421
3558
|
type: StringConstructor;
|
|
3422
3559
|
default: string;
|
|
@@ -3440,9 +3577,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3440
3577
|
type: BooleanConstructor;
|
|
3441
3578
|
default: boolean;
|
|
3442
3579
|
};
|
|
3443
|
-
}>> & {
|
|
3580
|
+
}>> & Readonly<{
|
|
3444
3581
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
|
3445
|
-
}
|
|
3582
|
+
}> & {}>;
|
|
3446
3583
|
emit: (event: "comfirm", ...args: any[]) => void;
|
|
3447
3584
|
state: {
|
|
3448
3585
|
orgId: string | number;
|
|
@@ -3497,16 +3634,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3497
3634
|
isForward: boolean;
|
|
3498
3635
|
};
|
|
3499
3636
|
setCurrentSessionItem: (item: AnyObject) => void;
|
|
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[]>;
|
|
3637
|
+
listRef: import("vue").Ref<any, any>;
|
|
3638
|
+
keyword: import("vue").Ref<string, string>;
|
|
3639
|
+
showModal: import("vue").Ref<boolean, boolean>;
|
|
3640
|
+
checkedOptions: import("vue").Ref<AnyObject[], AnyObject[]>;
|
|
3641
|
+
groupName: import("vue").Ref<string, string>;
|
|
3642
|
+
remark: import("vue").Ref<string, string>;
|
|
3643
|
+
currentTab: import("vue").Ref<AnyObject[], AnyObject[]>;
|
|
3644
|
+
breadcrumbList: import("vue").Ref<AnyObject[], AnyObject[]>;
|
|
3645
|
+
breadcrumbRef: import("vue").Ref<any, any>;
|
|
3646
|
+
userList: import("vue").Ref<AnyObject[], AnyObject[]>;
|
|
3510
3647
|
handleInput: () => void;
|
|
3511
3648
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
|
3512
3649
|
sessionList: import("vue").ComputedRef<{
|
|
@@ -3532,8 +3669,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3532
3669
|
}[]>;
|
|
3533
3670
|
checkedIds: import("vue").ComputedRef<any[]>;
|
|
3534
3671
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
|
3535
|
-
allChecked: import("vue").WritableComputedRef<boolean>;
|
|
3536
|
-
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
|
3672
|
+
allChecked: import("vue").WritableComputedRef<boolean, boolean>;
|
|
3673
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[], any[]>;
|
|
3537
3674
|
currentTabKey: import("vue").ComputedRef<any>;
|
|
3538
3675
|
showAllCheckbox: import("vue").ComputedRef<boolean>;
|
|
3539
3676
|
getOrgList: () => Promise<void>;
|
|
@@ -3548,28 +3685,28 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3548
3685
|
getAllUser: (tree: AnyObject[]) => AnyObject[];
|
|
3549
3686
|
handlePositiveClick: () => Promise<void>;
|
|
3550
3687
|
closeTag: (id: string) => void;
|
|
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
|
-
},
|
|
3688
|
+
readonly NModal: any;
|
|
3689
|
+
readonly NButton: any;
|
|
3690
|
+
readonly NSpace: any;
|
|
3691
|
+
readonly NAvatar: any;
|
|
3692
|
+
readonly NIcon: any;
|
|
3693
|
+
readonly NTag: any;
|
|
3694
|
+
readonly NInput: any;
|
|
3695
|
+
readonly NCheckbox: any;
|
|
3696
|
+
readonly NCheckboxGroup: any;
|
|
3697
|
+
readonly NTooltip: any;
|
|
3698
|
+
readonly NBreadcrumb: any;
|
|
3699
|
+
readonly NBreadcrumbItem: any;
|
|
3700
|
+
readonly SearchOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3701
|
+
readonly AddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3702
|
+
readonly PersonOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3703
|
+
readonly PeopleOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3704
|
+
readonly ChevronBackOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3705
|
+
readonly ChevronForwardOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3706
|
+
readonly last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
|
3707
|
+
readonly isDoctorRole: typeof import("./utils").isDoctorRole;
|
|
3708
|
+
readonly getRoleName: typeof import("./utils").getRoleName;
|
|
3709
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3573
3710
|
title: {
|
|
3574
3711
|
type: StringConstructor;
|
|
3575
3712
|
default: string;
|
|
@@ -3593,15 +3730,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3593
3730
|
type: BooleanConstructor;
|
|
3594
3731
|
default: boolean;
|
|
3595
3732
|
};
|
|
3596
|
-
}>> & {
|
|
3733
|
+
}>> & Readonly<{
|
|
3597
3734
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
|
3598
|
-
}
|
|
3735
|
+
}>, {
|
|
3599
3736
|
title: string;
|
|
3600
3737
|
defaultValue: AnyObject[];
|
|
3601
3738
|
disabled: boolean;
|
|
3602
3739
|
mode: string;
|
|
3603
3740
|
disabledIds: string[];
|
|
3604
|
-
}>;
|
|
3741
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3605
3742
|
Video: import("vue").DefineComponent<{}, {
|
|
3606
3743
|
sendMessage: (message: {
|
|
3607
3744
|
chatType?: string | undefined;
|
|
@@ -3661,8 +3798,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3661
3798
|
isForward: boolean;
|
|
3662
3799
|
};
|
|
3663
3800
|
trtc: import("trtc-sdk-v5").TRTC;
|
|
3664
|
-
timing: import("vue").Ref<string>;
|
|
3665
|
-
voiceClose: import("vue").Ref<boolean>;
|
|
3801
|
+
timing: import("vue").Ref<string, string>;
|
|
3802
|
+
voiceClose: import("vue").Ref<boolean, boolean>;
|
|
3666
3803
|
isAudio: import("vue").ComputedRef<boolean>;
|
|
3667
3804
|
isCall: import("vue").ComputedRef<boolean>;
|
|
3668
3805
|
startTimer: () => void;
|
|
@@ -3678,9 +3815,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3678
3815
|
exitRoom: () => Promise<void>;
|
|
3679
3816
|
startLocalMedia: (selfVideoRef?: HTMLElement | undefined) => Promise<void>;
|
|
3680
3817
|
MAIN_STREAM_TYPE: any;
|
|
3681
|
-
videoRef: import("vue").Ref<HTMLElement | undefined>;
|
|
3682
|
-
selfVideoRef: import("vue").Ref<HTMLElement | undefined>;
|
|
3683
|
-
isConnect: import("vue").Ref<boolean>;
|
|
3818
|
+
videoRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
3819
|
+
selfVideoRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
3820
|
+
isConnect: import("vue").Ref<boolean, boolean>;
|
|
3684
3821
|
timeout: any;
|
|
3685
3822
|
info: import("vue").ComputedRef<{
|
|
3686
3823
|
avatar: any;
|
|
@@ -3704,16 +3841,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3704
3841
|
readonly NO_RESPONSE: () => void;
|
|
3705
3842
|
readonly REJECTED: () => void;
|
|
3706
3843
|
};
|
|
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").
|
|
3844
|
+
readonly NButton: any;
|
|
3845
|
+
readonly NAvatar: any;
|
|
3846
|
+
readonly NIcon: any;
|
|
3847
|
+
readonly Call: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3848
|
+
readonly MicOffCircle: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3849
|
+
readonly Mic: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3850
|
+
readonly AV_STATUS: typeof import("./constants").AV_STATUS;
|
|
3851
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3715
3852
|
MultipleVideo: import("vue").DefineComponent<{}, {
|
|
3716
|
-
selfVideoRef: import("vue").Ref<HTMLElement | undefined>;
|
|
3853
|
+
selfVideoRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
3717
3854
|
state: {
|
|
3718
3855
|
orgId: string | number;
|
|
3719
3856
|
currentSessionItem: AnyObject;
|
|
@@ -3771,23 +3908,28 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3771
3908
|
content: AnyObject;
|
|
3772
3909
|
receiver?: string | undefined;
|
|
3773
3910
|
}) => Promise<void>;
|
|
3774
|
-
voiceClose: import("vue").Ref<boolean>;
|
|
3911
|
+
voiceClose: import("vue").Ref<boolean, boolean>;
|
|
3775
3912
|
isAudio: import("vue").ComputedRef<boolean>;
|
|
3776
3913
|
isCall: import("vue").ComputedRef<boolean>;
|
|
3777
3914
|
startTimer: () => void;
|
|
3778
3915
|
toggleAudio: () => Promise<void>;
|
|
3779
3916
|
messageTypeText: import("vue").ComputedRef<"语音" | "视频">;
|
|
3780
|
-
timing: import("vue").Ref<string>;
|
|
3917
|
+
timing: import("vue").Ref<string, string>;
|
|
3781
3918
|
toggleVideo: () => Promise<void>;
|
|
3782
|
-
videocamClose: import("vue").Ref<boolean>;
|
|
3919
|
+
videocamClose: import("vue").Ref<boolean, boolean>;
|
|
3783
3920
|
installEventHandlers: (handlers: import("./hooks").VideoEventHandlers) => void;
|
|
3784
3921
|
uninstallEventHandlers: (handlers: import("./hooks").VideoEventHandlers) => void;
|
|
3785
|
-
isConnect: import("vue").Ref<boolean>;
|
|
3922
|
+
isConnect: import("vue").Ref<boolean, boolean>;
|
|
3786
3923
|
remoteUsers: import("vue").Ref<{
|
|
3787
3924
|
id: string;
|
|
3788
3925
|
name: string;
|
|
3789
3926
|
hasVideo?: boolean | undefined;
|
|
3790
3927
|
hasAudio?: boolean | undefined;
|
|
3928
|
+
}[], import("./hooks").RemoteUser[] | {
|
|
3929
|
+
id: string;
|
|
3930
|
+
name: string;
|
|
3931
|
+
hasVideo?: boolean | undefined;
|
|
3932
|
+
hasAudio?: boolean | undefined;
|
|
3791
3933
|
}[]>;
|
|
3792
3934
|
enterRoom: () => Promise<boolean>;
|
|
3793
3935
|
exitRoom: () => Promise<void>;
|
|
@@ -3800,20 +3942,32 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3800
3942
|
setVideoRef: (userId: string, el: HTMLElement | null) => void;
|
|
3801
3943
|
checkAndRenderAllVideos: () => void;
|
|
3802
3944
|
MAIN_STREAM_TYPE: any;
|
|
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>;
|
|
3945
|
+
wrapperRef: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
|
|
3946
|
+
handleRef: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
|
|
3947
|
+
isMaxSize: import("vue").Ref<boolean, boolean>;
|
|
3948
|
+
miniWrapperRef: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
|
|
3807
3949
|
callUser: import("vue").ComputedRef<any>;
|
|
3808
3950
|
title: import("vue").ComputedRef<string>;
|
|
3809
3951
|
style: import("vue").Ref<{
|
|
3810
3952
|
left: string;
|
|
3811
3953
|
top: string;
|
|
3954
|
+
}, {
|
|
3955
|
+
left: string;
|
|
3956
|
+
top: string;
|
|
3957
|
+
} | {
|
|
3958
|
+
left: string;
|
|
3959
|
+
top: string;
|
|
3812
3960
|
}>;
|
|
3813
3961
|
changePosition: (position?: ("center" | "top-right") | undefined) => void;
|
|
3814
3962
|
miniStyle: import("vue").Ref<{
|
|
3815
3963
|
left: string;
|
|
3816
3964
|
top: string;
|
|
3965
|
+
}, {
|
|
3966
|
+
left: string;
|
|
3967
|
+
top: string;
|
|
3968
|
+
} | {
|
|
3969
|
+
left: string;
|
|
3970
|
+
top: string;
|
|
3817
3971
|
}>;
|
|
3818
3972
|
changeMiniPosition: (position?: ("center" | "top-right") | undefined) => void;
|
|
3819
3973
|
handleAddPerson: ({ checkedIds, checkedOptions }: {
|
|
@@ -3830,11 +3984,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3830
3984
|
handleRemoteUserEnter: (event: import("./hooks").TRTCEvent) => Promise<void>;
|
|
3831
3985
|
getUserName: (userId: string) => Promise<string>;
|
|
3832
3986
|
handleRemoteUserExit: (event: import("./hooks").TRTCEvent) => void;
|
|
3833
|
-
periodicCheckInterval: null;
|
|
3834
|
-
NButton: any;
|
|
3835
|
-
NAvatar: any;
|
|
3836
|
-
NIcon: any;
|
|
3837
|
-
ChatAdd: import("vue").DefineComponent<{
|
|
3987
|
+
periodicCheckInterval: NodeJS.Timeout | null;
|
|
3988
|
+
readonly NButton: any;
|
|
3989
|
+
readonly NAvatar: any;
|
|
3990
|
+
readonly NIcon: any;
|
|
3991
|
+
ChatAdd: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3838
3992
|
title: {
|
|
3839
3993
|
type: StringConstructor;
|
|
3840
3994
|
default: string;
|
|
@@ -3858,14 +4012,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3858
4012
|
type: BooleanConstructor;
|
|
3859
4013
|
default: boolean;
|
|
3860
4014
|
};
|
|
3861
|
-
}
|
|
4015
|
+
}>, {
|
|
3862
4016
|
initialOptions: AnyObject[];
|
|
3863
4017
|
tabList: {
|
|
3864
4018
|
key: string;
|
|
3865
4019
|
label: string;
|
|
3866
4020
|
}[];
|
|
3867
4021
|
orgList: AnyObject[];
|
|
3868
|
-
props:
|
|
4022
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
3869
4023
|
title: {
|
|
3870
4024
|
type: StringConstructor;
|
|
3871
4025
|
default: string;
|
|
@@ -3889,9 +4043,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3889
4043
|
type: BooleanConstructor;
|
|
3890
4044
|
default: boolean;
|
|
3891
4045
|
};
|
|
3892
|
-
}>> & {
|
|
4046
|
+
}>> & Readonly<{
|
|
3893
4047
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
|
3894
|
-
}
|
|
4048
|
+
}> & {}>;
|
|
3895
4049
|
emit: (event: "comfirm", ...args: any[]) => void;
|
|
3896
4050
|
state: {
|
|
3897
4051
|
orgId: string | number;
|
|
@@ -3946,16 +4100,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3946
4100
|
isForward: boolean;
|
|
3947
4101
|
};
|
|
3948
4102
|
setCurrentSessionItem: (item: AnyObject) => void;
|
|
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[]>;
|
|
4103
|
+
listRef: import("vue").Ref<any, any>;
|
|
4104
|
+
keyword: import("vue").Ref<string, string>;
|
|
4105
|
+
showModal: import("vue").Ref<boolean, boolean>;
|
|
4106
|
+
checkedOptions: import("vue").Ref<AnyObject[], AnyObject[]>;
|
|
4107
|
+
groupName: import("vue").Ref<string, string>;
|
|
4108
|
+
remark: import("vue").Ref<string, string>;
|
|
4109
|
+
currentTab: import("vue").Ref<AnyObject[], AnyObject[]>;
|
|
4110
|
+
breadcrumbList: import("vue").Ref<AnyObject[], AnyObject[]>;
|
|
4111
|
+
breadcrumbRef: import("vue").Ref<any, any>;
|
|
4112
|
+
userList: import("vue").Ref<AnyObject[], AnyObject[]>;
|
|
3959
4113
|
handleInput: () => void;
|
|
3960
4114
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
|
3961
4115
|
sessionList: import("vue").ComputedRef<{
|
|
@@ -3981,8 +4135,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3981
4135
|
}[]>;
|
|
3982
4136
|
checkedIds: import("vue").ComputedRef<any[]>;
|
|
3983
4137
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
|
3984
|
-
allChecked: import("vue").WritableComputedRef<boolean>;
|
|
3985
|
-
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
|
4138
|
+
allChecked: import("vue").WritableComputedRef<boolean, boolean>;
|
|
4139
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[], any[]>;
|
|
3986
4140
|
currentTabKey: import("vue").ComputedRef<any>;
|
|
3987
4141
|
showAllCheckbox: import("vue").ComputedRef<boolean>;
|
|
3988
4142
|
getOrgList: () => Promise<void>;
|
|
@@ -3997,28 +4151,28 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3997
4151
|
getAllUser: (tree: AnyObject[]) => AnyObject[];
|
|
3998
4152
|
handlePositiveClick: () => Promise<void>;
|
|
3999
4153
|
closeTag: (id: string) => void;
|
|
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
|
-
},
|
|
4154
|
+
readonly NModal: any;
|
|
4155
|
+
readonly NButton: any;
|
|
4156
|
+
readonly NSpace: any;
|
|
4157
|
+
readonly NAvatar: any;
|
|
4158
|
+
readonly NIcon: any;
|
|
4159
|
+
readonly NTag: any;
|
|
4160
|
+
readonly NInput: any;
|
|
4161
|
+
readonly NCheckbox: any;
|
|
4162
|
+
readonly NCheckboxGroup: any;
|
|
4163
|
+
readonly NTooltip: any;
|
|
4164
|
+
readonly NBreadcrumb: any;
|
|
4165
|
+
readonly NBreadcrumbItem: any;
|
|
4166
|
+
readonly SearchOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4167
|
+
readonly AddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4168
|
+
readonly PersonOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4169
|
+
readonly PeopleOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4170
|
+
readonly ChevronBackOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4171
|
+
readonly ChevronForwardOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4172
|
+
readonly last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
|
4173
|
+
readonly isDoctorRole: typeof import("./utils").isDoctorRole;
|
|
4174
|
+
readonly getRoleName: typeof import("./utils").getRoleName;
|
|
4175
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4022
4176
|
title: {
|
|
4023
4177
|
type: StringConstructor;
|
|
4024
4178
|
default: string;
|
|
@@ -4042,24 +4196,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4042
4196
|
type: BooleanConstructor;
|
|
4043
4197
|
default: boolean;
|
|
4044
4198
|
};
|
|
4045
|
-
}>> & {
|
|
4199
|
+
}>> & Readonly<{
|
|
4046
4200
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
|
4047
|
-
}
|
|
4201
|
+
}>, {
|
|
4048
4202
|
title: string;
|
|
4049
4203
|
defaultValue: AnyObject[];
|
|
4050
4204
|
disabled: boolean;
|
|
4051
4205
|
mode: string;
|
|
4052
4206
|
disabledIds: string[];
|
|
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").
|
|
4207
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4208
|
+
readonly Call: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4209
|
+
readonly Videocam: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4210
|
+
readonly VideocamOff: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4211
|
+
readonly Mic: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4212
|
+
readonly PersonAdd: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4213
|
+
readonly MicOff: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4214
|
+
readonly Close: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4215
|
+
readonly ResizeOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4216
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4063
4217
|
PersonProfile: import("vue").DefineComponent<{}, {
|
|
4064
4218
|
state: {
|
|
4065
4219
|
orgId: string | number;
|
|
@@ -4114,8 +4268,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4114
4268
|
isForward: boolean;
|
|
4115
4269
|
};
|
|
4116
4270
|
openSession: (session: string | AnyObject) => Promise<void>;
|
|
4117
|
-
showLargeAvatar: import("vue").Ref<boolean>;
|
|
4118
|
-
showPhone: import("vue").Ref<boolean>;
|
|
4271
|
+
showLargeAvatar: import("vue").Ref<boolean, boolean>;
|
|
4272
|
+
showPhone: import("vue").Ref<boolean, boolean>;
|
|
4119
4273
|
userDetail: AnyObject;
|
|
4120
4274
|
info: {
|
|
4121
4275
|
label: string;
|
|
@@ -4133,18 +4287,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4133
4287
|
onChange: (options: {
|
|
4134
4288
|
file: import("naive-ui/es/upload").UploadFileInfo;
|
|
4135
4289
|
}) => Promise<void>;
|
|
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").
|
|
4147
|
-
},
|
|
4290
|
+
readonly NAvatar: any;
|
|
4291
|
+
readonly NPopover: any;
|
|
4292
|
+
readonly NButton: any;
|
|
4293
|
+
readonly NIcon: any;
|
|
4294
|
+
readonly ChatbubbleEllipses: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4295
|
+
readonly Close: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4296
|
+
readonly EyeOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4297
|
+
readonly EyeOffOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4298
|
+
readonly isDoctorRole: typeof import("./utils").isDoctorRole;
|
|
4299
|
+
readonly getRoleName: typeof import("./utils").getRoleName;
|
|
4300
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4301
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("template-click" | "unread-message-update" | "session-change" | "session-close")[], "template-click" | "unread-message-update" | "session-change" | "session-close", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4148
4302
|
token: {
|
|
4149
4303
|
type: StringConstructor;
|
|
4150
4304
|
required: true;
|
|
@@ -4197,17 +4351,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4197
4351
|
type: PropType<string | Element>;
|
|
4198
4352
|
default: string;
|
|
4199
4353
|
};
|
|
4200
|
-
}>> & {
|
|
4354
|
+
}>> & Readonly<{
|
|
4201
4355
|
"onTemplate-click"?: ((...args: any[]) => any) | undefined;
|
|
4202
4356
|
"onUnread-message-update"?: ((...args: any[]) => any) | undefined;
|
|
4203
4357
|
"onSession-change"?: ((...args: any[]) => any) | undefined;
|
|
4204
4358
|
"onSession-close"?: ((...args: any[]) => any) | undefined;
|
|
4205
|
-
}
|
|
4206
|
-
show: boolean;
|
|
4359
|
+
}>, {
|
|
4207
4360
|
showHeader: boolean;
|
|
4361
|
+
show: boolean;
|
|
4208
4362
|
baseURL: string;
|
|
4209
4363
|
extraParams: AnyObject;
|
|
4210
4364
|
filterable: boolean;
|
|
4211
4365
|
videoTeleportTo: string | Element;
|
|
4212
|
-
}>;
|
|
4366
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4213
4367
|
export default _default;
|