cnhis-design-vue 3.4.0-beta.3 → 3.4.0-beta.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +87 -87
- package/es/_virtual/_virtual_i18n-methods.js +10 -0
- package/es/components/annotation-edit/index.d.ts +5 -5
- package/es/components/annotation-edit/src/AnnotationEdit.d.ts +5 -5
- package/es/components/audio-sdk/index.d.ts +54 -52
- package/es/components/audio-sdk/src/Index.vue.d.ts +54 -52
- package/es/components/audio-sdk/src/Index.vue2.js +62 -92
- package/es/components/audio-sdk/src/audioSDK.d.ts +1 -1
- package/es/components/audio-sdk/src/audioSDK.js +16 -16
- package/es/components/audio-sdk/src/components/form.vue.d.ts +16 -16
- package/es/components/audio-sdk/src/components/readyCountdown.vue.d.ts +10 -10
- package/es/components/audio-sdk/src/components/readyCountdown.vue2.js +5 -6
- package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +49 -47
- package/es/components/audio-sdk/src/components/recording.vue.d.ts +41 -39
- package/es/components/audio-sdk/src/components/recording.vue2.js +37 -69
- package/es/components/audio-sdk/src/hooks/useChartAudioContext.d.ts +5 -5
- package/es/components/audio-sdk/src/hooks/useChartAudioContext.js +10 -16
- package/es/components/audio-sdk/src/svgs/Close.vue.js +6 -6
- package/es/components/audio-sdk/src/svgs/Continue.vue.js +3 -3
- package/es/components/audio-sdk/src/svgs/Enlarge.vue.js +3 -3
- package/es/components/audio-sdk/src/svgs/Pause.vue.js +3 -3
- package/es/components/audio-sdk/src/svgs/WaveView.vue.js +3 -3
- package/es/components/audio-sdk/src/svgs/Zoom.vue.js +6 -6
- package/es/components/audio-sdk/src/utils/index.d.ts +1 -1
- package/es/components/audio-sdk/src/utils/index.js +5 -19
- package/es/components/audio-sdk/src/utils/recordingModal.d.ts +2 -2
- package/es/components/base-search/index.d.ts +61 -19
- package/es/components/base-search/src/index.vue.d.ts +61 -19
- package/es/components/base-search/src/index.vue2.js +29 -50
- 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 +30 -113
- package/es/components/big-table/src/bigTableEmits.js +51 -1
- package/es/components/big-table/src/bigTableProps.js +33 -131
- package/es/components/big-table/src/bigTableState.js +2 -9
- package/es/components/big-table/src/components/NoData.vue.d.ts +7 -7
- package/es/components/big-table/src/components/NoData.vue2.js +8 -28
- 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-date.js +2 -8
- 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-input.js +2 -8
- 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-select.js +2 -8
- 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 +30 -38
- package/es/components/big-table/src/components/edit-form/edit-time.d.ts +7 -5
- package/es/components/big-table/src/components/edit-form/edit-time.js +2 -8
- package/es/components/big-table/src/components/edit-form/useCommon.d.ts +2 -2
- package/es/components/big-table/src/components/input-button.vue.d.ts +5 -5
- package/es/components/big-table/src/components/input-button.vue2.js +5 -10
- package/es/components/big-table/src/components/separate.vue.d.ts +31 -7
- package/es/components/big-table/src/components/separate.vue2.js +9 -19
- package/es/components/big-table/src/hooks/useAnchor.js +2 -9
- package/es/components/big-table/src/hooks/useAnnotation.d.ts +1 -1
- package/es/components/big-table/src/hooks/useBatchEditing.js +64 -65
- package/es/components/big-table/src/hooks/useEdit.d.ts +84 -48
- package/es/components/big-table/src/hooks/useEdit.js +4 -15
- package/es/components/big-table/src/hooks/useEvent.js +6 -26
- package/es/components/big-table/src/hooks/useFormat.js +16 -27
- package/es/components/big-table/src/hooks/useNestTable.js +3 -16
- package/es/components/big-table/src/hooks/useSeparateRow.d.ts +50 -2
- package/es/components/big-table/src/hooks/useSeparateRow.js +48 -80
- package/es/components/big-table/src/hooks/useTableParse.js +4 -24
- package/es/components/big-table/src/utils.js +21 -55
- package/es/components/body-select/index.d.ts +17 -17
- package/es/components/body-select/src/hooks/renderCanvas.js +1 -4
- package/es/components/body-select/src/index.vue.d.ts +17 -17
- package/es/components/body-select/src/index.vue2.js +9 -31
- 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 +48 -52
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.js +91 -119
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.js +4 -4
- 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 +22 -28
- package/es/components/branch-notice/src/components/NoticeItem.vue.d.ts +57 -34
- package/es/components/branch-notice/src/components/NoticeItem.vue2.js +73 -57
- package/es/components/branch-notice/src/components/NoticeItemAside.vue.d.ts +12 -12
- package/es/components/branch-notice/src/components/NoticeItemAside.vue2.js +44 -34
- package/es/components/branch-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
- package/es/components/branch-notice/src/components/NoticeOperationList.vue2.js +43 -37
- package/es/components/branch-notice/src/drawLine.js +157 -140
- package/es/components/button-print/index.d.ts +235 -145
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +235 -145
- package/es/components/button-print/src/ButtonPrint.vue2.js +19 -55
- package/es/components/button-print/src/api.js +2 -8
- package/es/components/button-print/src/components/EditFormat.vue.d.ts +48 -18
- package/es/components/button-print/src/components/EditFormat.vue2.js +9 -22
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +72 -43
- package/es/components/button-print/src/components/IdentityVerification.vue2.js +20 -81
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +118 -75
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +212 -351
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +88 -58
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +15 -70
- package/es/components/button-print/src/components/Preview.vue.d.ts +13 -13
- package/es/components/button-print/src/components/Preview.vue2.js +5 -10
- package/es/components/button-print/src/utils/browserPrint.js +1 -3
- package/es/components/button-print/src/utils/dialog.js +4 -24
- package/es/components/button-print/src/utils/print.d.ts +1 -0
- package/es/components/button-print/src/utils/print.js +21 -101
- 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 +50 -67
- package/es/components/callback/src/components/dialog/modal.vue.d.ts +22 -22
- package/es/components/callback/src/components/dialog/modal.vue2.js +57 -66
- package/es/components/callback/src/components/popup/index.vue.d.ts +6 -6
- package/es/components/callback/src/components/popup/index.vue.js +7 -13
- 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 +31 -34
- package/es/components/callback/src/components/render/index.vue.d.ts +6 -6
- package/es/components/callback/src/components/render/index.vue.js +14 -33
- package/es/components/callback/src/components/render/popupMaps.d.ts +3441 -2006
- package/es/components/callback/src/components/render/popupMaps.js +29 -20
- package/es/components/callback/src/index.vue.d.ts +11 -11
- package/es/components/callback/src/index.vue2.js +2 -3
- package/es/components/card-reader-sdk/src/cardReaderSDK.js +7 -31
- 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 +9 -14
- package/es/components/card-reader-sdk/src/insuranceSDK.js +5 -20
- package/es/components/card-reader-sdk/src/utils/ensureUID2IdCard.js +3 -15
- package/es/components/card-reader-sdk/src/utils/readHealthCard.js +3 -16
- package/es/components/card-reader-sdk-cn/src/henan/index.js +6 -40
- 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 +26 -40
- package/es/components/card-render/src/components/Button.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Button.vue2.js +27 -34
- package/es/components/card-render/src/components/Divider.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Divider.vue2.js +3 -9
- package/es/components/card-render/src/components/Field.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Field.vue2.js +59 -77
- package/es/components/card-render/src/components/FieldGroup.vue.d.ts +8 -8
- package/es/components/card-render/src/components/FieldGroup.vue2.js +36 -51
- package/es/components/card-render/src/components/Image.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Image.vue2.js +8 -22
- package/es/components/card-render/src/components/Label.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Label.vue2.js +19 -30
- package/es/components/card-render/src/components/Row.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Row.vue2.js +35 -49
- package/es/components/card-render/src/components/ScaleView.vue.d.ts +8 -8
- package/es/components/card-render/src/components/ScaleView.vue2.js +31 -34
- 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 +72 -75
- package/es/components/card-render/src/components/Text.vue.d.ts +7 -7
- package/es/components/card-render/src/components/Text.vue2.js +8 -21
- package/es/components/card-render/src/components/index.d.ts +113 -113
- package/es/components/card-render/src/hooks/useCommon.js +4 -8
- package/es/components/card-render/src/utils/index.js +1 -3
- package/es/components/classification/index.d.ts +548 -432
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +409 -358
- package/es/components/classification/src/components/search-filter/index.vue2.js +8 -27
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +453 -402
- package/es/components/classification/src/components/set-classification/index.vue2.js +6 -25
- 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 +75 -278
- package/es/components/classification/src/index.vue.d.ts +548 -432
- package/es/components/classification/src/index.vue2.js +76 -287
- 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 +28 -15
- package/es/components/date-picker/src/DatePicker.vue.d.ts +28 -15
- package/es/components/date-picker/src/DatePicker.vue2.js +19 -19
- package/es/components/default-page/index.d.ts +11 -11
- package/es/components/default-page/src/constants/index.js +19 -144
- package/es/components/default-page/src/index.vue.d.ts +11 -11
- package/es/components/default-page/src/index.vue2.js +15 -22
- package/es/components/drag-scroll/src/index.js +48 -58
- package/es/components/editor/index.d.ts +77 -7
- package/es/components/editor/src/Editor.d.ts +78 -7
- package/es/components/expand-field/index.d.ts +478 -303
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue.d.ts +14 -14
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +9 -43
- package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +304 -225
- package/es/components/expand-field/src/components/FormItemPerson.vue2.js +6 -18
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +284 -205
- package/es/components/expand-field/src/components/PersonModal.vue2.js +6 -25
- package/es/components/expand-field/src/components/form.vue.d.ts +458 -285
- package/es/components/expand-field/src/components/form.vue2.js +115 -563
- package/es/components/expand-field/src/constants/index.js +3 -1
- package/es/components/expand-field/src/index.vue.d.ts +479 -304
- package/es/components/expand-field/src/index.vue2.js +35 -111
- package/es/components/expand-field/src/utils/constant.js +13 -88
- package/es/components/expand-field/src/utils/index.js +8 -1
- package/es/components/fabric-chart/index.d.ts +29 -29
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +29 -29
- package/es/components/fabric-chart/src/FabricChart.vue2.js +24 -43
- package/es/components/fabric-chart/src/components/PopupMenu.d.ts +6 -6
- package/es/components/fabric-chart/src/components/PopupMenu.js +3 -23
- package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +7 -7
- package/es/components/fabric-chart/src/components/PopupTip.vue2.js +17 -35
- package/es/components/fabric-chart/src/components/useStyle.js +2 -8
- package/es/components/fabric-chart/src/constants/index.js +11 -72
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +3 -16
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.js +39 -63
- package/es/components/fabric-chart/src/hooks/electrocardiogram/hooks/useDetailEvent.js +21 -26
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.js +60 -58
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +30 -72
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.js +58 -245
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcess.js +2 -8
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.js +38 -51
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +5 -32
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useLeft.js +51 -74
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +106 -282
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +81 -101
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +2 -8
- package/es/components/fabric-chart/src/hooks/temperature/useBottom.js +35 -25
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +35 -18
- package/es/components/fabric-chart/src/hooks/temperature/useLeft.js +45 -58
- package/es/components/fabric-chart/src/hooks/temperature/useOther.js +14 -27
- package/es/components/fabric-chart/src/hooks/temperature/useRight.js +2 -9
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +82 -125
- package/es/components/fabric-chart/src/hooks/temperature/useTop.js +88 -72
- package/es/components/fabric-chart/src/hooks/useCommon.js +5 -24
- package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +10 -56
- package/es/components/fabric-chart/src/hooks/useDraw.js +52 -116
- package/es/components/fabric-chart/src/hooks/useEvent.js +56 -49
- package/es/components/fabric-chart/src/hooks/useGrid.js +4 -15
- package/es/components/fabric-chart/src/hooks/useScaleColumn.js +2 -10
- package/es/components/fabric-chart/src/hooks/useShadow.js +7 -4
- package/es/components/fabric-chart/src/interface.d.ts +1 -0
- package/es/components/fabric-chart/src/utils/index.js +2 -12
- 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 +11 -15
- package/es/components/field-editor/src/fields.js +31 -232
- package/es/components/field-set/index.d.ts +13 -13
- package/es/components/field-set/src/FieldColor.vue.d.ts +245 -157
- package/es/components/field-set/src/FieldColor.vue2.js +18 -92
- package/es/components/field-set/src/FieldFilter.vue.d.ts +80 -54
- package/es/components/field-set/src/FieldFilter.vue2.js +11 -36
- package/es/components/field-set/src/FieldSet.vue.d.ts +83 -69
- package/es/components/field-set/src/FieldSet.vue2.js +47 -212
- package/es/components/field-set/src/Index.vue.d.ts +13 -13
- package/es/components/field-set/src/Index.vue2.js +22 -53
- package/es/components/field-set/src/TableStyle.vue.d.ts +21 -13
- package/es/components/field-set/src/TableStyle.vue2.js +28 -69
- package/es/components/field-set/src/components/condition.vue.d.ts +60 -32
- package/es/components/field-set/src/components/condition.vue2.js +10 -33
- package/es/components/field-set/src/components/edit-dialog.vue.d.ts +175 -102
- package/es/components/field-set/src/components/edit-dialog.vue2.js +18 -114
- package/es/components/field-set/src/components/edit-filter.vue.d.ts +80 -43
- package/es/components/field-set/src/components/edit-filter.vue2.js +6 -25
- package/es/components/field-set/src/components/table-row.vue.d.ts +36 -36
- package/es/components/field-set/src/components/table-row.vue2.js +29 -123
- package/es/components/field-set/src/constants/filter.js +43 -328
- package/es/components/field-set/src/constants/index.js +65 -504
- package/es/components/field-set/src/utils/index.js +6 -18
- package/es/components/form-config/index.d.ts +1409 -427
- package/es/components/form-config/index.js +0 -1
- package/es/components/form-config/src/FormConfig.vue.d.ts +1409 -427
- package/es/components/form-config/src/FormConfig.vue2.js +25 -26
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +58 -51
- package/es/components/form-config/src/components/FormConfigCreator.vue2.js +17 -12
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +9 -9
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue2.js +12 -21
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +1104 -204
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +37 -32
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +124 -86
- package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +36 -104
- 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 +5 -8
- 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 +30 -31
- 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 +35 -36
- package/es/components/form-config/src/constants/index.d.ts +1 -0
- package/es/components/form-config/src/constants/index.js +30 -176
- package/es/components/form-config/src/hooks/useConfigurationField.js +33 -23
- package/es/components/form-config/src/hooks/useDataNormalize.js +2 -8
- package/es/components/form-config/src/hooks/usePresetRenderer.d.ts +1 -1
- package/es/components/form-config/src/hooks/useSortalbeConfig.js +4 -21
- package/es/components/form-config/src/utils/index.js +10 -6
- 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 +119 -243
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +49 -40
- package/es/components/form-render/src/FormRenderWrapper.vue2.js +18 -6
- 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 +2 -8
- package/es/components/form-render/src/components/renderer/combination/hooks/useDeepValidate.js +17 -16
- 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 +2 -8
- package/es/components/form-render/src/components/renderer/combination/tableCombination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/combination/tableCombination.js +2 -8
- 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/formItem.js +2 -8
- package/es/components/form-render/src/components/renderer/input.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/inputGroup.js +6 -8
- 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 +49 -71
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +32 -31
- package/es/components/form-render/src/components/renderer/lineBar/index.js +6 -6
- 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 +2 -8
- package/es/components/form-render/src/components/renderer/remoteSearch.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/remoteSearch.js +2 -8
- 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/switch.js +4 -24
- 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 +14 -18
- package/es/components/form-render/src/constants/index.js +6 -2
- package/es/components/form-render/src/hooks/useAnchor.d.ts +9 -1
- package/es/components/form-render/src/hooks/useAnchor.js +12 -10
- package/es/components/form-render/src/hooks/useBusinessBinding.js +18 -20
- package/es/components/form-render/src/hooks/useChangeContext.js +1 -3
- package/es/components/form-render/src/hooks/useCommonInjection.d.ts +1 -1
- package/es/components/form-render/src/hooks/useCommonInjection.js +6 -21
- package/es/components/form-render/src/hooks/useCommonLog.js +4 -4
- package/es/components/form-render/src/hooks/useComplexOptions.d.ts +3 -3
- package/es/components/form-render/src/hooks/useFieldListAdaptor.js +60 -66
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +8 -6
- package/es/components/form-render/src/hooks/useFieldNormalize.js +110 -97
- package/es/components/form-render/src/hooks/useFieldVisitor.js +1 -3
- package/es/components/form-render/src/hooks/useFormContext.js +27 -27
- package/es/components/form-render/src/hooks/useFormEvent.js +36 -50
- package/es/components/form-render/src/hooks/useFormField.d.ts +1 -1
- package/es/components/form-render/src/hooks/useFormGraph.js +1 -5
- package/es/components/form-render/src/hooks/useFormItemDeps.js +4 -15
- package/es/components/form-render/src/hooks/useFormRenderLifeCycle.js +1 -3
- package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +12 -12
- package/es/components/form-render/src/hooks/useFormRenderOptions.js +75 -138
- package/es/components/form-render/src/hooks/useFormValidator.js +2 -8
- package/es/components/form-render/src/hooks/useLowCodeEvent.js +2 -8
- package/es/components/form-render/src/hooks/useLowCodeReactions.js +1 -4
- package/es/components/form-render/src/hooks/useNewLowCodeReactions.js +29 -22
- package/es/components/form-render/src/hooks/useNuiThemeOverrides.js +2 -7
- package/es/components/form-render/src/hooks/useOperationalForm.js +26 -24
- package/es/components/form-render/src/hooks/usePresetScope.js +3 -1
- package/es/components/form-render/src/hooks/useSelectedSetting.js +1 -3
- package/es/components/form-render/src/hooks/useWordbookSetting.js +1 -3
- package/es/components/form-render/src/types/index.d.ts +1 -0
- package/es/components/form-render/src/utils/business.js +38 -48
- package/es/components/form-render/src/utils/dom.js +5 -9
- package/es/components/form-render/src/utils/index.d.ts +3 -3
- package/es/components/form-render/src/utils/schema.js +4 -24
- package/es/components/form-render/src/utils/valueFormatter.js +6 -5
- package/es/components/grid/index.d.ts +1 -1
- package/es/components/grid/src/Grid.d.ts +1 -1
- package/es/components/grid/src/hooks.js +151 -1
- package/es/components/guide/src/renderer.d.ts +5 -5
- package/es/components/guide/src/utils/index.js +121 -184
- package/es/components/iho-chat/index.d.ts +860 -760
- package/es/components/iho-chat/src/Index.vue.d.ts +860 -760
- package/es/components/iho-chat/src/Index.vue2.js +6 -11
- package/es/components/iho-chat/src/api/index.js +1 -3
- package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +42 -42
- package/es/components/iho-chat/src/components/ChatAdd.vue2.js +49 -125
- package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +122 -88
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +11 -66
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +66 -64
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +104 -193
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +319 -272
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +9 -43
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +191 -177
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +36 -52
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +74 -61
- package/es/components/iho-chat/src/components/ChatRecord.vue2.js +60 -107
- package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +34 -34
- package/es/components/iho-chat/src/components/ChatSearch.vue2.js +40 -112
- package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +65 -65
- package/es/components/iho-chat/src/components/ChatSet.vue2.js +61 -182
- package/es/components/iho-chat/src/components/ContextMenu.d.ts +5 -5
- package/es/components/iho-chat/src/components/ContextMenu.js +47 -63
- package/es/components/iho-chat/src/components/ImageLightbox.vue.d.ts +40 -22
- package/es/components/iho-chat/src/components/ImageLightbox.vue2.js +25 -28
- package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +9 -9
- package/es/components/iho-chat/src/components/MessageEvent.vue2.js +13 -28
- 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 +34 -42
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +82 -64
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +41 -137
- package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +13 -13
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +12 -67
- package/es/components/iho-chat/src/components/SelectLabel.vue.d.ts +15 -15
- package/es/components/iho-chat/src/components/SelectLabel.vue2.js +5 -10
- package/es/components/iho-chat/src/components/SiderList.vue.d.ts +82 -63
- package/es/components/iho-chat/src/components/SiderList.vue2.js +8 -42
- package/es/components/iho-chat/src/components/Video.vue.d.ts +13 -13
- package/es/components/iho-chat/src/components/Video.vue2.js +9 -40
- 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 +83 -123
- package/es/components/iho-chat/src/hooks/useDraggable.d.ts +8 -2
- package/es/components/iho-chat/src/hooks/useDraggable.js +14 -54
- package/es/components/iho-chat/src/hooks/useSearchPatientList.d.ts +1 -1
- package/es/components/iho-chat/src/hooks/useSearchPatientList.js +1 -3
- package/es/components/iho-chat/src/hooks/useSearchUserList.d.ts +1 -1
- package/es/components/iho-chat/src/hooks/useSearchUserList.js +1 -3
- package/es/components/iho-chat/src/hooks/useVideo.d.ts +11 -6
- package/es/components/iho-chat/src/hooks/useVideo.js +2 -15
- package/es/components/iho-chat/src/hooks/useWebSocket.js +49 -71
- package/es/components/iho-chat/src/utils/chatSock.js +17 -18
- package/es/components/iho-chat/src/utils/index.d.ts +1 -1
- package/es/components/iho-chat/src/utils/index.js +10 -79
- package/es/components/iho-table/index.d.ts +3155 -1729
- package/es/components/iho-table/index.js +27 -5
- package/es/components/iho-table/src/IhoTable.vue.d.ts +3156 -1730
- package/es/components/iho-table/src/IhoTable.vue2.js +114 -150
- package/es/components/iho-table/src/constants/index.d.ts +3 -3
- package/es/components/iho-table/src/constants/index.js +56 -3
- package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +39 -60
- package/es/components/iho-table/src/hooks/tapHooks/index.js +57 -36
- package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.js +11 -5
- package/es/components/iho-table/src/hooks/tapHooks/useDataHooks.js +1 -3
- package/es/components/iho-table/src/hooks/tapHooks/useDomInsertHooks.js +1 -3
- package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.js +233 -50
- package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.js +1 -3
- package/es/components/iho-table/src/hooks/tapHooks/useFieldHooks.js +12 -5
- package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.js +6 -4
- package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.js +2 -8
- package/es/components/iho-table/src/hooks/useTableContext.d.ts +3 -3
- package/es/components/iho-table/src/hooks/useTableContext.js +1 -9
- package/es/components/iho-table/src/hooks/useTablePlugin.js +3 -11
- 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/anchorPlugin/useAnchor.js +9 -17
- package/es/components/iho-table/src/plugins/bindEventSettingPlugin.js +2 -8
- package/es/components/iho-table/src/plugins/colorAndIconPlugin.js +1 -4
- package/es/components/iho-table/src/plugins/copyPastePlugin.js +12 -32
- package/es/components/iho-table/src/plugins/crossHeaderPlugin.js +8 -35
- package/es/components/iho-table/src/plugins/defaultConfigPlugin.js +26 -46
- package/es/components/iho-table/src/plugins/defaultValuePlugin.js +19 -18
- package/es/components/iho-table/src/plugins/dragScrollPlugin.js +23 -37
- 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 +13 -46
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +34 -21
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue2.js +2 -4
- 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 +15 -46
- 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 +27 -72
- 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 +4 -17
- package/es/components/iho-table/src/plugins/filterVisibleEventPlugin.js +2 -8
- package/es/components/iho-table/src/plugins/forceArrowKeyPlugin.js +15 -22
- 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 +15 -18
- package/es/components/iho-table/src/plugins/keyboardEventPlugin.js +45 -55
- package/es/components/iho-table/src/plugins/maxCheckSizePlugin.js +2 -6
- package/es/components/iho-table/src/plugins/operationalFormPlugin.js +25 -23
- package/es/components/iho-table/src/plugins/pagerScrollPlugin/index.js +32 -50
- package/es/components/iho-table/src/plugins/pagerScrollPlugin/utils.d.ts +9 -9
- package/es/components/iho-table/src/plugins/pagerScrollPlugin/utils.js +2 -8
- package/es/components/iho-table/src/plugins/pluginHooks/useFilter.d.ts +2 -2
- package/es/components/iho-table/src/plugins/pluginHooks/useFilter.js +3 -14
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +39 -26
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +28 -80
- 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 +26 -3
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +50 -47
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue2.js +18 -60
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +3 -9
- 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/editSelect.js +2 -8
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/selectUtils.js +1 -5
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +15 -13
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue2.js +31 -49
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/separateUtils.js +14 -13
- 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 +10 -15
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rowClickPlugin.js +2 -10
- package/es/components/iho-table/src/plugins/rowDragPlugin.js +23 -52
- package/es/components/iho-table/src/plugins/rowGroupSettingPlugin/index.js +18 -13
- package/es/components/iho-table/src/plugins/rowGroupSettingPlugin/rowGroupUtils.js +4 -5
- package/es/components/iho-table/src/plugins/verticalTablePlugin/index.js +16 -16
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useColumn2Data.js +3 -10
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useCurrentColumn.js +4 -12
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useData2Column.js +43 -43
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useEditCell.js +14 -37
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useEventConvert.js +1 -5
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useHeaderCSS.js +7 -23
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useRowClassName.js +4 -12
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useRowHeight.js +2 -7
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useTriggerRow.js +3 -9
- 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 +54 -64
- package/es/components/iho-table/src/plugins/virtualTreePlugin.js +27 -44
- package/es/components/iho-table/src/plugins/wordbookSettingPlugin.js +1 -6
- 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.js +1 -5
- package/es/components/info-header/index.d.ts +201 -355
- package/es/components/info-header/src/InfoHeader.vue.d.ts +201 -355
- package/es/components/info-header/src/InfoHeader.vue2.js +83 -96
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +38 -46
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +81 -107
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +45 -63
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue2.js +31 -45
- package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.d.ts +15 -15
- package/es/components/info-header/src/components/infoDescription/HiddenContent.vue2.js +34 -43
- package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.d.ts +7 -7
- package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue2.js +22 -24
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +111 -129
- package/es/components/info-header/src/components/infoDescription/index.vue2.js +77 -87
- 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 +33 -170
- package/es/components/info-header/src/hooks/useThemeOverrides.js +2 -6
- 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 +17 -30
- package/es/components/keyboard/src/components/InputNumber.vue.d.ts +16 -16
- package/es/components/keyboard/src/components/InputNumber.vue2.js +33 -36
- package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +46 -40
- package/es/components/keyboard/src/components/NumberPanel.vue2.js +16 -36
- package/es/components/map/index.d.ts +12 -12
- package/es/components/map/src/Map.vue.d.ts +12 -12
- package/es/components/map/src/Map.vue2.js +12 -18
- package/es/components/picture-clipper/index.d.ts +11 -11
- package/es/components/picture-clipper/src/PictureClipper.vue.d.ts +11 -11
- package/es/components/picture-clipper/src/PictureClipper.vue2.js +8 -20
- 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 +23 -85
- 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 +21 -56
- package/es/components/recommend-search/src/components/BaseSearch.d.ts +7 -7
- package/es/components/recommend-search/src/components/BaseSearch.js +2 -8
- package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +34 -34
- package/es/components/recommend-search/src/components/RecommendInput.vue2.js +15 -36
- package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +9 -9
- package/es/components/recommend-search/src/components/RecommendMenu.vue2.js +55 -55
- package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +29 -29
- package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +10 -23
- package/es/components/recommend-search/src/constant/index.js +3 -1
- package/es/components/scale-view/index.d.ts +107 -87
- package/es/components/scale-view/src/ScaleView.vue.d.ts +66 -63
- package/es/components/scale-view/src/ScaleView.vue2.js +19 -58
- package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/AnswerParse.vue2.js +13 -75
- package/es/components/scale-view/src/components/DescribeContent.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/DescribeContent.vue2.js +10 -13
- package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +12 -12
- package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +24 -44
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +10 -10
- package/es/components/scale-view/src/components/EvaluatePage.vue2.js +7 -26
- package/es/components/scale-view/src/components/LoadingCom.vue.js +3 -3
- package/es/components/scale-view/src/components/NoData.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/NoData.vue2.js +8 -28
- package/es/components/scale-view/src/components/ScaleScore.d.ts +5 -5
- package/es/components/scale-view/src/components/ScaleScore.js +4 -45
- 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-cascader.js +2 -8
- package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +11 -6
- package/es/components/scale-view/src/components/formitem/r-checkbox.js +6 -40
- 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-input.js +2 -8
- package/es/components/scale-view/src/components/formitem/r-map.d.ts +70 -6
- package/es/components/scale-view/src/components/formitem/r-map.js +2 -8
- package/es/components/scale-view/src/components/formitem/r-radio.d.ts +11 -6
- package/es/components/scale-view/src/components/formitem/r-radio.js +4 -24
- package/es/components/scale-view/src/components/formitem/r-select.d.ts +10 -6
- package/es/components/scale-view/src/components/formitem/r-select.js +2 -8
- package/es/components/scale-view/src/components/formitem/r-sign.d.ts +155 -6
- package/es/components/scale-view/src/components/formitem/r-sign.js +9 -64
- package/es/components/scale-view/src/components/formitem/r-upload.d.ts +11 -6
- package/es/components/scale-view/src/components/formitem/r-upload.js +8 -56
- package/es/components/scale-view/src/components/formitem/sign-com.d.ts +6 -6
- package/es/components/scale-view/src/components/formitem/sign-com.js +2 -8
- package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +9 -5
- package/es/components/scale-view/src/components/formitem/standard-modal.js +3 -16
- package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +9 -17
- package/es/components/scale-view/src/directive/drag-move.js +5 -40
- package/es/components/scale-view/src/hooks/scaleview-computed.js +5 -39
- package/es/components/scale-view/src/hooks/scaleview-init.js +4 -24
- package/es/components/scale-view/src/hooks/scaleview-methods.js +8 -56
- package/es/components/scale-view/src/hooks/scaleview-props.js +30 -132
- package/es/components/scale-view/src/hooks/scaleview-state.js +1 -3
- package/es/components/scale-view/src/hooks/scaleview-submit.js +11 -80
- package/es/components/scale-view/src/hooks/scaleview-validate.js +14 -104
- package/es/components/scale-view/src/hooks/use-evaluate.js +3 -16
- package/es/components/scale-view/src/hooks/use-event.js +6 -23
- package/es/components/scale-view/src/hooks/use-noData.js +5 -32
- package/es/components/scale-view/src/utils/judge-types.js +8 -6
- 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 +11 -16
- package/es/components/search-cascader/src/components/ClearIcon.vue.js +16 -18
- package/es/components/search-cascader/src/components/SearchMenu.d.ts +5 -5
- package/es/components/search-cascader/src/constants/index.js +12 -4
- 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 +25 -61
- package/es/components/select-label/src/SelectLabel.vue.d.ts +42 -64
- package/es/components/select-label/src/SelectLabel.vue2.js +14 -49
- 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 +27 -50
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +29 -21
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +15 -30
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +45 -37
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +9 -36
- 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 +11 -27
- package/es/components/select-label/src/index.vue.d.ts +93 -107
- package/es/components/select-label/src/index.vue2.js +2 -1
- package/es/components/select-person/index.d.ts +257 -190
- package/es/components/select-person/src/SelectPerson.vue.d.ts +124 -87
- package/es/components/select-person/src/SelectPerson.vue2.js +28 -64
- package/es/components/select-person/src/SelectPersonRole.vue.d.ts +80 -66
- package/es/components/select-person/src/SelectPersonRole.vue2.js +24 -107
- package/es/components/select-person/src/SelectPersonType.vue.d.ts +41 -31
- package/es/components/select-person/src/SelectPersonType.vue2.js +11 -45
- 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 +103 -104
- 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 +9 -14
- package/es/components/select-person/src/components/TagItem.vue.d.ts +11 -11
- package/es/components/select-person/src/components/TagItem.vue2.js +2 -1
- package/es/components/select-person/src/index.vue.d.ts +307 -240
- package/es/components/select-person/src/index.vue2.js +11 -23
- 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/ShortcutProvider.vue2.js +6 -8
- package/es/components/shortcut-provider/src/hooks/useShortcutSignature.d.ts +1 -1
- package/es/components/shortcut-provider/src/hooks/useShortcutSignature.js +1 -4
- package/es/components/shortcut-provider/src/hooks/useShortcuts.d.ts +3 -0
- package/es/components/shortcut-provider/src/hooks/useShortcuts.js +18 -26
- package/es/components/shortcut-provider/src/utils/index.js +5 -27
- 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 +8 -23
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +13 -23
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue2.js +28 -50
- 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 +9 -21
- 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 +43 -53
- package/es/components/step-notice/src/components/NoticeConnection.vue.d.ts +12 -12
- package/es/components/step-notice/src/components/NoticeConnection.vue2.js +27 -27
- package/es/components/step-notice/src/components/NoticeItem.vue.d.ts +40 -40
- package/es/components/step-notice/src/components/NoticeItem.vue2.js +80 -54
- package/es/components/step-notice/src/components/NoticeItemAside.vue.d.ts +9 -9
- package/es/components/step-notice/src/components/NoticeItemAside.vue2.js +44 -34
- package/es/components/step-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
- package/es/components/step-notice/src/components/NoticeOperationList.vue2.js +43 -37
- 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 +221 -208
- 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 +22 -110
- 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 +63 -107
- package/es/components/table-export-field/src/constants/index.js +3 -1
- package/es/components/table-export-field/src/index.vue.d.ts +88 -66
- package/es/components/table-export-field/src/index.vue2.js +8 -27
- 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 +84 -71
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +20 -46
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +38 -25
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue2.js +10 -9
- 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 +9 -10
- 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 +8 -7
- 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 +11 -12
- package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +72 -59
- package/es/components/table-filter/src/components/bi-filter/helpers/options.js +34 -264
- package/es/components/table-filter/src/components/bi-filter/hooks/useBiConditions.js +4 -15
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +107 -94
- package/es/components/table-filter/src/components/bi-filter/index.vue2.js +43 -138
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +256 -224
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +42 -54
- 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 +21 -89
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +57 -44
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +22 -34
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +60 -47
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +32 -72
- 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 +11 -23
- 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 +8 -7
- 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 +8 -21
- 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 +55 -77
- 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 +11 -12
- 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 +19 -38
- 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 +16 -36
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +242 -210
- package/es/components/table-filter/src/components/classify-filter/helpers/options.js +9 -64
- package/es/components/table-filter/src/components/classify-filter/hooks/useDisplayCategory.js +2 -8
- package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.js +4 -15
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +279 -247
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +40 -119
- 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 +15 -12
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +52 -39
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +14 -33
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +40 -27
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +4 -9
- 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 +17 -17
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +52 -39
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +19 -46
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +40 -27
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +5 -17
- package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue2.js +11 -16
- 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 +8 -21
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +18 -18
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +9 -23
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +14 -14
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +19 -38
- 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 +19 -22
- 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 +59 -92
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +24 -24
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +10 -29
- 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 +12 -15
- 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 +15 -36
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +337 -279
- package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.js +211 -1680
- package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +194 -39
- package/es/components/table-filter/src/components/render-widget/helpers/selectExtraMap.js +2 -8
- package/es/components/table-filter/src/components/render-widget/helpers/setDefaultValue.js +5 -22
- package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +5 -5
- package/es/components/table-filter/src/components/render-widget/index.vue.js +26 -64
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +324 -266
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +3 -16
- package/es/components/table-filter/src/constants/index.js +12 -4
- package/es/components/table-filter/src/hooks/useAdvanced.js +21 -31
- package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
- package/es/components/table-filter/src/hooks/useMixins.js +2 -8
- package/es/components/table-filter/src/hooks/useRenderWidget.js +15 -33
- package/es/components/table-filter/src/tool/baseOptions.js +20 -152
- package/es/components/table-filter/src/tool/date.js +5 -10
- package/es/components/table-filter/src/tool/transformData.js +5 -26
- 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-line/src/TimeLine.vue2.js +49 -44
- 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 +58 -60
- 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 +9 -35
- package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +19 -22
- package/es/components/vertify/src/components/IdentityVerification.vue2.js +18 -79
- package/es/components/vertify/src/utils/dialog.js +3 -16
- 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 +35 -126
- package/es/components/vod-chunk-upload/src/hooks/upload-computed.js +2 -36
- package/es/components/vod-chunk-upload/src/hooks/upload-data.js +11 -72
- package/es/components/vod-chunk-upload/src/hooks/vod-computed.js +5 -17
- 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 +33 -103
- package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +207 -5
- package/es/components/vod-chunk-upload/src/vod-upload-modal.js +3 -16
- package/es/env.d.ts +25 -25
- package/es/shared/components/AbbrText/AbbrText.d.ts +3 -3
- package/es/shared/components/ArrowIcon/ArrowIcon.vue.js +6 -8
- package/es/shared/components/CancelRadio/CancelRadio.d.ts +6 -6
- package/es/shared/components/CancelRadio/CancelRadio.js +3 -1
- package/es/shared/components/DateIcon/DateIcon.vue.js +11 -13
- package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +5 -5
- package/es/shared/components/JSONTree/JSONTree.vue.d.ts +8 -8
- package/es/shared/components/JSONTree/JSONTree.vue2.js +1 -1
- package/es/shared/components/SelectPage/SelectPage.vue.d.ts +10 -10
- package/es/shared/components/SelectPage/SelectPage.vue2.js +2 -2
- package/es/shared/components/SlotRender/SlotRender.d.ts +3 -3
- package/es/shared/components/SvgIcon/SvgIcon.vue.d.ts +6 -10
- package/es/shared/components/SvgIcon/SvgIcon.vue2.js +5 -5
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +9 -17
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue2.js +9 -9
- package/es/shared/components/no-data/NoData.vue.d.ts +7 -7
- package/es/shared/components/no-data/NoData.vue2.js +5 -5
- package/es/shared/components/player-vod/index.vue.d.ts +1 -1
- package/es/shared/components/player-vod/player.d.ts +4 -4
- package/es/shared/components/player-vod/video-list.d.ts +77 -4
- package/es/shared/components/player-vod/video-modal.d.ts +23 -5
- package/es/shared/hooks/selectHooks/useOptionFiltered.d.ts +2 -2
- package/es/shared/hooks/selectHooks/useSearchContent.d.ts +1 -1
- package/es/shared/hooks/selectHooks/useSelectRenders.d.ts +4 -4
- package/es/shared/hooks/useLevelSearchCascader.d.ts +7 -4
- package/es/shared/package.json.js +1 -1
- package/es/shared/utils/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/es/shared/utils/index.js +1 -14
- package/package.json +2 -2
- package/es/components/form-config/src/hooks/useLocale.d.ts +0 -60
- package/es/components/form-config/src/hooks/useLocale.js +0 -307
@@ -1,5 +1,6 @@
|
|
1
|
+
/// <reference types="node" />
|
1
2
|
import { SFCWithInstall } from '../../shared/types';
|
2
|
-
declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
3
|
+
declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
3
4
|
token: {
|
4
5
|
type: StringConstructor;
|
5
6
|
required: true;
|
@@ -52,8 +53,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
52
53
|
type: import("vue").PropType<string | Element>;
|
53
54
|
default: string;
|
54
55
|
};
|
55
|
-
}
|
56
|
-
props:
|
56
|
+
}>, {
|
57
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
57
58
|
token: {
|
58
59
|
type: StringConstructor;
|
59
60
|
required: true;
|
@@ -106,19 +107,19 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
106
107
|
type: import("vue").PropType<string | Element>;
|
107
108
|
default: string;
|
108
109
|
};
|
109
|
-
}>> & {
|
110
|
+
}>> & Readonly<{
|
110
111
|
"onTemplate-click"?: ((...args: any[]) => any) | undefined;
|
111
112
|
"onUnread-message-update"?: ((...args: any[]) => any) | undefined;
|
112
113
|
"onSession-change"?: ((...args: any[]) => any) | undefined;
|
113
114
|
"onSession-close"?: ((...args: any[]) => any) | undefined;
|
114
|
-
}
|
115
|
+
}> & {}>;
|
115
116
|
emit: (event: "template-click" | "unread-message-update" | "session-change" | "session-close", ...args: any[]) => void;
|
116
|
-
loading: import("vue").Ref<boolean>;
|
117
|
+
loading: import("vue").Ref<boolean, boolean>;
|
117
118
|
data: {
|
118
|
-
filterable: import("vue").Ref<any>;
|
119
|
-
trtcProxy: import("vue").Ref<any>;
|
119
|
+
filterable: import("vue").Ref<any, any>;
|
120
|
+
trtcProxy: import("vue").Ref<any, any>;
|
120
121
|
cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
|
121
|
-
stompClient: import("vue").Ref<import("./src/utils/chatSock").ChatSock | undefined>;
|
122
|
+
stompClient: import("vue").Ref<import("./src/utils/chatSock").ChatSock | undefined, import("./src/utils/chatSock").ChatSock | undefined>;
|
122
123
|
state: {
|
123
124
|
orgId: string | number;
|
124
125
|
currentSessionItem: import("../../shared/types").AnyObject;
|
@@ -258,10 +259,10 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
258
259
|
getCurrentSession: () => import("../../shared/types").AnyObject | null;
|
259
260
|
isEnded: import("vue").ComputedRef<boolean>;
|
260
261
|
getUnreadData: () => import("../../shared/types").AnyObject[];
|
261
|
-
NLayout: any;
|
262
|
-
NLayoutContent: any;
|
263
|
-
NSpin: any;
|
264
|
-
NConfigProvider: any;
|
262
|
+
readonly NLayout: any;
|
263
|
+
readonly NLayoutContent: any;
|
264
|
+
readonly NSpin: any;
|
265
|
+
readonly NConfigProvider: any;
|
265
266
|
SiderList: import("vue").DefineComponent<{}, {
|
266
267
|
filterKey: {
|
267
268
|
all: string;
|
@@ -269,23 +270,29 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
269
270
|
ended: string;
|
270
271
|
};
|
271
272
|
unreadSessionKeys: string[];
|
272
|
-
flexWidth: import("vue").Ref<number>;
|
273
|
-
listBoxRef: import("vue").Ref<HTMLElement | undefined>;
|
273
|
+
flexWidth: import("vue").Ref<number, number>;
|
274
|
+
listBoxRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
274
275
|
filterListByTag: import("vue").Ref<{
|
275
276
|
label: string;
|
276
277
|
key: string;
|
278
|
+
}[], {
|
279
|
+
label: string;
|
280
|
+
key: string;
|
281
|
+
}[] | {
|
282
|
+
label: string;
|
283
|
+
key: string;
|
277
284
|
}[]>;
|
278
|
-
contextmenuRef: import("vue").Ref<any>;
|
279
|
-
showMenu: import("vue").Ref<boolean>;
|
280
|
-
menuPosition: any
|
281
|
-
sessionId: import("vue").Ref<any>;
|
282
|
-
currentFilterKey: import("vue").Ref<string>;
|
283
|
-
datePickerRef: import("vue").Ref<any>;
|
284
|
-
inputRef: import("vue").Ref<any>;
|
285
|
-
dateRange: import("vue").Ref<any>;
|
286
|
-
keyword: import("vue").Ref<string>;
|
287
|
-
showSearch: import("vue").Ref<boolean>;
|
288
|
-
filterList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
285
|
+
contextmenuRef: import("vue").Ref<any, any>;
|
286
|
+
showMenu: import("vue").Ref<boolean, boolean>;
|
287
|
+
menuPosition: import("vue").Ref<any, any>;
|
288
|
+
sessionId: import("vue").Ref<any, any>;
|
289
|
+
currentFilterKey: import("vue").Ref<string, string>;
|
290
|
+
datePickerRef: import("vue").Ref<any, any>;
|
291
|
+
inputRef: import("vue").Ref<any, any>;
|
292
|
+
dateRange: import("vue").Ref<any, any>;
|
293
|
+
keyword: import("vue").Ref<string, string>;
|
294
|
+
showSearch: import("vue").Ref<boolean, boolean>;
|
295
|
+
filterList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
289
296
|
handleInput: () => void;
|
290
297
|
state: {
|
291
298
|
orgId: string | number;
|
@@ -340,7 +347,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
340
347
|
isForward: boolean;
|
341
348
|
};
|
342
349
|
unreadTotal: import("vue").ComputedRef<number>;
|
343
|
-
filterable: import("vue").Ref<any>;
|
350
|
+
filterable: import("vue").Ref<any, any>;
|
344
351
|
openSession: (session: string | import("../../shared/types").AnyObject) => Promise<void>;
|
345
352
|
setUpdateSessionItem: (item: import("../../shared/types").AnyObject) => void;
|
346
353
|
setCurrentSessionItem: (item: import("../../shared/types").AnyObject) => void;
|
@@ -356,13 +363,13 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
356
363
|
handleClickoutside: (e: Event) => void;
|
357
364
|
handleUpdateDate: (value: string[]) => void;
|
358
365
|
handleSearch: () => void;
|
359
|
-
NBadge: any;
|
360
|
-
NAvatar: any;
|
361
|
-
NInput: any;
|
362
|
-
NTag: any;
|
363
|
-
NIcon: any;
|
364
|
-
NPopover: any;
|
365
|
-
ContextMenu: import("vue").DefineComponent<{
|
366
|
+
readonly NBadge: any;
|
367
|
+
readonly NAvatar: any;
|
368
|
+
readonly NInput: any;
|
369
|
+
readonly NTag: any;
|
370
|
+
readonly NIcon: any;
|
371
|
+
readonly NPopover: any;
|
372
|
+
readonly ContextMenu: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
366
373
|
type: {
|
367
374
|
type: StringConstructor;
|
368
375
|
default: string;
|
@@ -377,7 +384,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
377
384
|
id: {
|
378
385
|
type: StringConstructor;
|
379
386
|
};
|
380
|
-
}
|
387
|
+
}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("select" | "update:show")[], "select" | "update:show", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
381
388
|
type: {
|
382
389
|
type: StringConstructor;
|
383
390
|
default: string;
|
@@ -392,22 +399,22 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
392
399
|
id: {
|
393
400
|
type: StringConstructor;
|
394
401
|
};
|
395
|
-
}>> & {
|
402
|
+
}>> & Readonly<{
|
396
403
|
onSelect?: ((...args: any[]) => any) | undefined;
|
397
404
|
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
398
|
-
}
|
405
|
+
}>, {
|
399
406
|
type: string;
|
400
407
|
show: boolean;
|
401
|
-
}>;
|
402
|
-
vFlexibleResize: {
|
408
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
409
|
+
readonly vFlexibleResize: {
|
403
410
|
mounted(el: any, { value }: any): void;
|
404
411
|
beforeUnmount(el: any): void;
|
405
412
|
};
|
406
|
-
formatTime: typeof import("./src/utils").formatTime;
|
407
|
-
isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
408
|
-
getRoleName: typeof import("./src/utils").getRoleName;
|
409
|
-
STATUS: typeof import("./src/constants").STATUS;
|
410
|
-
CDatePicker: SFCWithInstall<import("vue").DefineComponent<{
|
413
|
+
readonly formatTime: typeof import("./src/utils").formatTime;
|
414
|
+
readonly isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
415
|
+
readonly getRoleName: typeof import("./src/utils").getRoleName;
|
416
|
+
readonly STATUS: typeof import("./src/constants").STATUS;
|
417
|
+
readonly CDatePicker: SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
411
418
|
updateUnchangedValue: {
|
412
419
|
type: BooleanConstructor;
|
413
420
|
};
|
@@ -435,14 +442,18 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
435
442
|
type: StringConstructor;
|
436
443
|
default: string;
|
437
444
|
};
|
445
|
+
updateValueOnClose: {
|
446
|
+
type: BooleanConstructor;
|
447
|
+
default: boolean;
|
448
|
+
};
|
438
449
|
isDateDisabled: {
|
439
450
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
440
451
|
};
|
441
|
-
}
|
452
|
+
}>, {
|
442
453
|
attrs: {
|
443
454
|
[x: string]: unknown;
|
444
455
|
};
|
445
|
-
props:
|
456
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
446
457
|
updateUnchangedValue: {
|
447
458
|
type: BooleanConstructor;
|
448
459
|
};
|
@@ -470,18 +481,22 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
470
481
|
type: StringConstructor;
|
471
482
|
default: string;
|
472
483
|
};
|
484
|
+
updateValueOnClose: {
|
485
|
+
type: BooleanConstructor;
|
486
|
+
default: boolean;
|
487
|
+
};
|
473
488
|
isDateDisabled: {
|
474
489
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
475
490
|
};
|
476
|
-
}>> & {
|
491
|
+
}>> & Readonly<{
|
477
492
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
478
|
-
}
|
493
|
+
}> & {}>;
|
479
494
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
480
|
-
datePickerRef: import("vue").Ref<import("../../shared/types").AnyObject | null>;
|
481
|
-
panelInstRef: import("vue").Ref<null>;
|
482
|
-
placeholderRef: import("vue").Ref<any>;
|
483
|
-
oldValue: string;
|
484
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
495
|
+
datePickerRef: import("vue").Ref<import("../../shared/types").AnyObject | null, import("../../shared/types").AnyObject | null>;
|
496
|
+
panelInstRef: import("vue").Ref<null, null>;
|
497
|
+
placeholderRef: import("vue").Ref<any, any>;
|
498
|
+
oldValue: (string | [string, string]) | null | undefined;
|
499
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
|
485
500
|
isDateTime: import("vue").ComputedRef<boolean>;
|
486
501
|
formatRef: import("vue").ComputedRef<string>;
|
487
502
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
@@ -496,8 +511,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
496
511
|
onConfirm: (...args: any[]) => Promise<void>;
|
497
512
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
498
513
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
499
|
-
NDatePicker: any;
|
500
|
-
},
|
514
|
+
readonly NDatePicker: any;
|
515
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
501
516
|
updateUnchangedValue: {
|
502
517
|
type: BooleanConstructor;
|
503
518
|
};
|
@@ -525,34 +540,39 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
525
540
|
type: StringConstructor;
|
526
541
|
default: string;
|
527
542
|
};
|
543
|
+
updateValueOnClose: {
|
544
|
+
type: BooleanConstructor;
|
545
|
+
default: boolean;
|
546
|
+
};
|
528
547
|
isDateDisabled: {
|
529
548
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
530
549
|
};
|
531
|
-
}>> & {
|
550
|
+
}>> & Readonly<{
|
532
551
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
533
|
-
}
|
552
|
+
}>, {
|
534
553
|
type: string;
|
535
554
|
updateUnchangedValue: boolean;
|
536
555
|
to: string | false | HTMLElement;
|
537
556
|
holidays: Date[];
|
538
|
-
|
539
|
-
|
540
|
-
|
557
|
+
updateValueOnClose: boolean;
|
558
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
559
|
+
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>;
|
560
|
+
readonly userItemRender: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
541
561
|
item: {
|
542
562
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
543
563
|
default: () => {};
|
544
564
|
};
|
545
|
-
}
|
565
|
+
}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "item-click"[], "item-click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
546
566
|
item: {
|
547
567
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
548
568
|
default: () => {};
|
549
569
|
};
|
550
|
-
}>> & {
|
570
|
+
}>> & Readonly<{
|
551
571
|
"onItem-click"?: ((...args: any[]) => any) | undefined;
|
552
|
-
}
|
572
|
+
}>, {
|
553
573
|
item: import("../../shared/types").AnyObject;
|
554
|
-
}>;
|
555
|
-
DefaultPage: SFCWithInstall<import("vue").DefineComponent<{
|
574
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
575
|
+
readonly DefaultPage: SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
556
576
|
type: {
|
557
577
|
type: StringConstructor;
|
558
578
|
default: string;
|
@@ -564,8 +584,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
564
584
|
content: string;
|
565
585
|
};
|
566
586
|
};
|
567
|
-
}
|
568
|
-
props:
|
587
|
+
}>, {
|
588
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
569
589
|
type: {
|
570
590
|
type: StringConstructor;
|
571
591
|
default: string;
|
@@ -577,9 +597,9 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
577
597
|
content: string;
|
578
598
|
};
|
579
599
|
};
|
580
|
-
}>> & {
|
600
|
+
}>> & Readonly<{
|
581
601
|
onReloadPage?: ((...args: any[]) => any) | undefined;
|
582
|
-
}
|
602
|
+
}> & {}>;
|
583
603
|
emit: (event: "reloadPage", ...args: any[]) => void;
|
584
604
|
configResult: import("vue").ComputedRef<{
|
585
605
|
title: string;
|
@@ -587,9 +607,9 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
587
607
|
img: string;
|
588
608
|
}>;
|
589
609
|
reloadPage: () => void;
|
590
|
-
NIcon: any;
|
591
|
-
Refresh: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
592
|
-
},
|
610
|
+
readonly NIcon: any;
|
611
|
+
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>;
|
612
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
593
613
|
type: {
|
594
614
|
type: StringConstructor;
|
595
615
|
default: string;
|
@@ -601,13 +621,13 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
601
621
|
content: string;
|
602
622
|
};
|
603
623
|
};
|
604
|
-
}>> & {
|
624
|
+
}>> & Readonly<{
|
605
625
|
onReloadPage?: ((...args: any[]) => any) | undefined;
|
606
|
-
}
|
626
|
+
}>, {
|
607
627
|
type: string;
|
608
628
|
config: import("../../shared/types").AnyObject;
|
609
|
-
}>>;
|
610
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
629
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
630
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
611
631
|
ChatHeader: import("vue").DefineComponent<{}, {
|
612
632
|
state: {
|
613
633
|
orgId: string | number;
|
@@ -667,10 +687,10 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
667
687
|
setCurrentSessionItem: (item: import("../../shared/types").AnyObject) => void;
|
668
688
|
emit: (event: "template-click" | "unread-message-update" | "session-change" | "session-close", ...args: any[]) => void;
|
669
689
|
setUserDetail: (event: MouseEvent, userDetail: import("../../shared/types").AnyObject) => void;
|
670
|
-
showChatSet: import("vue").Ref<boolean>;
|
671
|
-
showChatFile: import("vue").Ref<boolean>;
|
672
|
-
chatFileType: import("vue").Ref<string>;
|
673
|
-
showChatRecord: import("vue").Ref<boolean>;
|
690
|
+
showChatSet: import("vue").Ref<boolean, boolean>;
|
691
|
+
showChatFile: import("vue").Ref<boolean, boolean>;
|
692
|
+
chatFileType: import("vue").Ref<string, string>;
|
693
|
+
showChatRecord: import("vue").Ref<boolean, boolean>;
|
674
694
|
chatAddProps: import("vue").ComputedRef<{
|
675
695
|
mode: string;
|
676
696
|
disabledIds: any[];
|
@@ -684,11 +704,11 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
684
704
|
}>;
|
685
705
|
handleOpenChatFile: (type: string) => void;
|
686
706
|
handleClose: () => Promise<void>;
|
687
|
-
NAvatar: any;
|
688
|
-
NIcon: any;
|
689
|
-
NButton: any;
|
690
|
-
NTooltip: any;
|
691
|
-
NPopconfirm: any;
|
707
|
+
readonly NAvatar: any;
|
708
|
+
readonly NIcon: any;
|
709
|
+
readonly NButton: any;
|
710
|
+
readonly NTooltip: any;
|
711
|
+
readonly NPopconfirm: any;
|
692
712
|
ChatSet: import("vue").DefineComponent<{}, {
|
693
713
|
attrs: {
|
694
714
|
[x: string]: unknown;
|
@@ -749,10 +769,10 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
749
769
|
setUserDetail: (event: MouseEvent, userDetail: import("../../shared/types").AnyObject) => void;
|
750
770
|
isGroupChat: import("vue").ComputedRef<boolean>;
|
751
771
|
isGroupLeader: import("vue").ComputedRef<boolean>;
|
752
|
-
inputRef: import("vue").Ref<any>;
|
753
|
-
groupNameEditing: import("vue").Ref<boolean>;
|
754
|
-
groupName: import("vue").Ref<string>;
|
755
|
-
showGroupDetail: import("vue").Ref<boolean>;
|
772
|
+
inputRef: import("vue").Ref<any, any>;
|
773
|
+
groupNameEditing: import("vue").Ref<boolean, boolean>;
|
774
|
+
groupName: import("vue").Ref<string, string>;
|
775
|
+
showGroupDetail: import("vue").Ref<boolean, boolean>;
|
756
776
|
currentGroupUserIds: import("vue").ComputedRef<any[]>;
|
757
777
|
currentGroupUser: import("vue").ComputedRef<import("../../shared/types").AnyObject[]>;
|
758
778
|
handleTopping: (value: boolean) => Promise<void>;
|
@@ -762,23 +782,23 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
762
782
|
handleGroupName: () => Promise<void>;
|
763
783
|
handleAvatar: (options: import("./src/types").FileOptions) => Promise<void>;
|
764
784
|
closeChatSet: () => void;
|
765
|
-
NDrawer: any;
|
766
|
-
NDrawerContent: any;
|
767
|
-
NAvatar: any;
|
768
|
-
NIcon: any;
|
769
|
-
NSwitch: any;
|
770
|
-
NInput: any;
|
771
|
-
NSpace: any;
|
772
|
-
NButton: any;
|
773
|
-
NUploadTrigger: any;
|
774
|
-
NUpload: any;
|
775
|
-
NPopconfirm: any;
|
776
|
-
ChevronForwardOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
777
|
-
Pencil: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
778
|
-
AddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
779
|
-
RemoveOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
780
|
-
ChevronBackOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
781
|
-
ChatAdd: import("vue").DefineComponent<{
|
785
|
+
readonly NDrawer: any;
|
786
|
+
readonly NDrawerContent: any;
|
787
|
+
readonly NAvatar: any;
|
788
|
+
readonly NIcon: any;
|
789
|
+
readonly NSwitch: any;
|
790
|
+
readonly NInput: any;
|
791
|
+
readonly NSpace: any;
|
792
|
+
readonly NButton: any;
|
793
|
+
readonly NUploadTrigger: any;
|
794
|
+
readonly NUpload: any;
|
795
|
+
readonly NPopconfirm: any;
|
796
|
+
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>;
|
797
|
+
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>;
|
798
|
+
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>;
|
799
|
+
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>;
|
800
|
+
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>;
|
801
|
+
ChatAdd: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
782
802
|
title: {
|
783
803
|
type: StringConstructor;
|
784
804
|
default: string;
|
@@ -802,14 +822,14 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
802
822
|
type: BooleanConstructor;
|
803
823
|
default: boolean;
|
804
824
|
};
|
805
|
-
}
|
825
|
+
}>, {
|
806
826
|
initialOptions: import("../../shared/types").AnyObject[];
|
807
827
|
tabList: {
|
808
828
|
key: string;
|
809
829
|
label: string;
|
810
830
|
}[];
|
811
831
|
orgList: import("../../shared/types").AnyObject[];
|
812
|
-
props:
|
832
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
813
833
|
title: {
|
814
834
|
type: StringConstructor;
|
815
835
|
default: string;
|
@@ -833,9 +853,9 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
833
853
|
type: BooleanConstructor;
|
834
854
|
default: boolean;
|
835
855
|
};
|
836
|
-
}>> & {
|
856
|
+
}>> & Readonly<{
|
837
857
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
838
|
-
}
|
858
|
+
}> & {}>;
|
839
859
|
emit: (event: "comfirm", ...args: any[]) => void;
|
840
860
|
state: {
|
841
861
|
orgId: string | number;
|
@@ -890,16 +910,16 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
890
910
|
isForward: boolean;
|
891
911
|
};
|
892
912
|
setCurrentSessionItem: (item: import("../../shared/types").AnyObject) => void;
|
893
|
-
listRef: import("vue").Ref<any>;
|
894
|
-
keyword: import("vue").Ref<string>;
|
895
|
-
showModal: import("vue").Ref<boolean>;
|
896
|
-
checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
897
|
-
groupName: import("vue").Ref<string>;
|
898
|
-
remark: import("vue").Ref<string>;
|
899
|
-
currentTab: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
900
|
-
breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
901
|
-
breadcrumbRef: import("vue").Ref<any>;
|
902
|
-
userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
913
|
+
listRef: import("vue").Ref<any, any>;
|
914
|
+
keyword: import("vue").Ref<string, string>;
|
915
|
+
showModal: import("vue").Ref<boolean, boolean>;
|
916
|
+
checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
917
|
+
groupName: import("vue").Ref<string, string>;
|
918
|
+
remark: import("vue").Ref<string, string>;
|
919
|
+
currentTab: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
920
|
+
breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
921
|
+
breadcrumbRef: import("vue").Ref<any, any>;
|
922
|
+
userList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
903
923
|
handleInput: () => void;
|
904
924
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
905
925
|
sessionList: import("vue").ComputedRef<{
|
@@ -925,8 +945,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
925
945
|
}[]>;
|
926
946
|
checkedIds: import("vue").ComputedRef<any[]>;
|
927
947
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
928
|
-
allChecked: import("vue").WritableComputedRef<boolean>;
|
929
|
-
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
948
|
+
allChecked: import("vue").WritableComputedRef<boolean, boolean>;
|
949
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[], any[]>;
|
930
950
|
currentTabKey: import("vue").ComputedRef<any>;
|
931
951
|
showAllCheckbox: import("vue").ComputedRef<boolean>;
|
932
952
|
getOrgList: () => Promise<void>;
|
@@ -941,28 +961,28 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
941
961
|
getAllUser: (tree: import("../../shared/types").AnyObject[]) => import("../../shared/types").AnyObject[];
|
942
962
|
handlePositiveClick: () => Promise<void>;
|
943
963
|
closeTag: (id: string) => void;
|
944
|
-
NModal: any;
|
945
|
-
NButton: any;
|
946
|
-
NSpace: any;
|
947
|
-
NAvatar: any;
|
948
|
-
NIcon: any;
|
949
|
-
NTag: any;
|
950
|
-
NInput: any;
|
951
|
-
NCheckbox: any;
|
952
|
-
NCheckboxGroup: any;
|
953
|
-
NTooltip: any;
|
954
|
-
NBreadcrumb: any;
|
955
|
-
NBreadcrumbItem: any;
|
956
|
-
SearchOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
957
|
-
AddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
958
|
-
PersonOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
959
|
-
PeopleOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
960
|
-
ChevronBackOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
961
|
-
ChevronForwardOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
962
|
-
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
963
|
-
isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
964
|
-
getRoleName: typeof import("./src/utils").getRoleName;
|
965
|
-
},
|
964
|
+
readonly NModal: any;
|
965
|
+
readonly NButton: any;
|
966
|
+
readonly NSpace: any;
|
967
|
+
readonly NAvatar: any;
|
968
|
+
readonly NIcon: any;
|
969
|
+
readonly NTag: any;
|
970
|
+
readonly NInput: any;
|
971
|
+
readonly NCheckbox: any;
|
972
|
+
readonly NCheckboxGroup: any;
|
973
|
+
readonly NTooltip: any;
|
974
|
+
readonly NBreadcrumb: any;
|
975
|
+
readonly NBreadcrumbItem: any;
|
976
|
+
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>;
|
977
|
+
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>;
|
978
|
+
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>;
|
979
|
+
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>;
|
980
|
+
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>;
|
981
|
+
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>;
|
982
|
+
readonly last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
983
|
+
readonly isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
984
|
+
readonly getRoleName: typeof import("./src/utils").getRoleName;
|
985
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
966
986
|
title: {
|
967
987
|
type: StringConstructor;
|
968
988
|
default: string;
|
@@ -986,19 +1006,19 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
986
1006
|
type: BooleanConstructor;
|
987
1007
|
default: boolean;
|
988
1008
|
};
|
989
|
-
}>> & {
|
1009
|
+
}>> & Readonly<{
|
990
1010
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
991
|
-
}
|
1011
|
+
}>, {
|
992
1012
|
title: string;
|
993
1013
|
defaultValue: import("../../shared/types").AnyObject[];
|
994
1014
|
disabled: boolean;
|
995
1015
|
mode: string;
|
996
1016
|
disabledIds: string[];
|
997
|
-
}>;
|
998
|
-
isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
999
|
-
getRoleName: typeof import("./src/utils").getRoleName;
|
1000
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
1001
|
-
ChatFile: import("vue").DefineComponent<{
|
1017
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1018
|
+
readonly isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
1019
|
+
readonly getRoleName: typeof import("./src/utils").getRoleName;
|
1020
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1021
|
+
ChatFile: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1002
1022
|
type: {
|
1003
1023
|
type: StringConstructor;
|
1004
1024
|
default: string;
|
@@ -1006,8 +1026,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1006
1026
|
visible: {
|
1007
1027
|
type: BooleanConstructor;
|
1008
1028
|
};
|
1009
|
-
}
|
1010
|
-
props:
|
1029
|
+
}>, {
|
1030
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1011
1031
|
type: {
|
1012
1032
|
type: StringConstructor;
|
1013
1033
|
default: string;
|
@@ -1015,7 +1035,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1015
1035
|
visible: {
|
1016
1036
|
type: BooleanConstructor;
|
1017
1037
|
};
|
1018
|
-
}>> & {}
|
1038
|
+
}>> & Readonly<{}> & {}>;
|
1019
1039
|
cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
|
1020
1040
|
state: {
|
1021
1041
|
orgId: string | number;
|
@@ -1087,13 +1107,29 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1087
1107
|
width?: number | undefined;
|
1088
1108
|
height?: number | undefined;
|
1089
1109
|
}[];
|
1110
|
+
}[], {
|
1111
|
+
label: string;
|
1112
|
+
list: import("./src/types").ImageItem[];
|
1113
|
+
}[] | {
|
1114
|
+
label: string;
|
1115
|
+
list: {
|
1116
|
+
[x: string]: any;
|
1117
|
+
id: string;
|
1118
|
+
fileUrl: string;
|
1119
|
+
senderName: string;
|
1120
|
+
fileSize: string;
|
1121
|
+
sendTime: string;
|
1122
|
+
fileName: string;
|
1123
|
+
width?: number | undefined;
|
1124
|
+
height?: number | undefined;
|
1125
|
+
}[];
|
1090
1126
|
}[]>;
|
1091
|
-
fileList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1092
|
-
imageRef: import("vue").Ref<any>;
|
1093
|
-
fileRef: import("vue").Ref<any>;
|
1094
|
-
keyword: import("vue").Ref<any>;
|
1095
|
-
currentImgId: import("vue").Ref<string | undefined>;
|
1096
|
-
showLightbox: import("vue").Ref<boolean>;
|
1127
|
+
fileList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
1128
|
+
imageRef: import("vue").Ref<any, any>;
|
1129
|
+
fileRef: import("vue").Ref<any, any>;
|
1130
|
+
keyword: import("vue").Ref<any, any>;
|
1131
|
+
currentImgId: import("vue").Ref<string | undefined, string | undefined>;
|
1132
|
+
showLightbox: import("vue").Ref<boolean, boolean>;
|
1097
1133
|
handleInput: () => void;
|
1098
1134
|
pageInfo: {
|
1099
1135
|
page: number;
|
@@ -1119,18 +1155,18 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1119
1155
|
width?: number | undefined;
|
1120
1156
|
height?: number | undefined;
|
1121
1157
|
}[]>;
|
1122
|
-
NModal: any;
|
1123
|
-
NInput: any;
|
1124
|
-
NIcon: any;
|
1125
|
-
NTooltip: any;
|
1126
|
-
SearchOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1127
|
-
OpenOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1128
|
-
DownloadOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1129
|
-
downloadFile: typeof import("./src/utils").downloadFile;
|
1130
|
-
formatJsonstr: typeof import("./src/utils").formatJsonstr;
|
1131
|
-
getFileType: typeof import("./src/utils").getFileType;
|
1132
|
-
getDetail: typeof import("./src/utils").getDetail;
|
1133
|
-
ChatAdd: import("vue").DefineComponent<{
|
1158
|
+
readonly NModal: any;
|
1159
|
+
readonly NInput: any;
|
1160
|
+
readonly NIcon: any;
|
1161
|
+
readonly NTooltip: any;
|
1162
|
+
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>;
|
1163
|
+
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>;
|
1164
|
+
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>;
|
1165
|
+
readonly downloadFile: typeof import("./src/utils").downloadFile;
|
1166
|
+
readonly formatJsonstr: typeof import("./src/utils").formatJsonstr;
|
1167
|
+
readonly getFileType: typeof import("./src/utils").getFileType;
|
1168
|
+
readonly getDetail: typeof import("./src/utils").getDetail;
|
1169
|
+
ChatAdd: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1134
1170
|
title: {
|
1135
1171
|
type: StringConstructor;
|
1136
1172
|
default: string;
|
@@ -1154,14 +1190,14 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1154
1190
|
type: BooleanConstructor;
|
1155
1191
|
default: boolean;
|
1156
1192
|
};
|
1157
|
-
}
|
1193
|
+
}>, {
|
1158
1194
|
initialOptions: import("../../shared/types").AnyObject[];
|
1159
1195
|
tabList: {
|
1160
1196
|
key: string;
|
1161
1197
|
label: string;
|
1162
1198
|
}[];
|
1163
1199
|
orgList: import("../../shared/types").AnyObject[];
|
1164
|
-
props:
|
1200
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1165
1201
|
title: {
|
1166
1202
|
type: StringConstructor;
|
1167
1203
|
default: string;
|
@@ -1185,9 +1221,9 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1185
1221
|
type: BooleanConstructor;
|
1186
1222
|
default: boolean;
|
1187
1223
|
};
|
1188
|
-
}>> & {
|
1224
|
+
}>> & Readonly<{
|
1189
1225
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
1190
|
-
}
|
1226
|
+
}> & {}>;
|
1191
1227
|
emit: (event: "comfirm", ...args: any[]) => void;
|
1192
1228
|
state: {
|
1193
1229
|
orgId: string | number;
|
@@ -1242,16 +1278,16 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1242
1278
|
isForward: boolean;
|
1243
1279
|
};
|
1244
1280
|
setCurrentSessionItem: (item: import("../../shared/types").AnyObject) => void;
|
1245
|
-
listRef: import("vue").Ref<any>;
|
1246
|
-
keyword: import("vue").Ref<string>;
|
1247
|
-
showModal: import("vue").Ref<boolean>;
|
1248
|
-
checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1249
|
-
groupName: import("vue").Ref<string>;
|
1250
|
-
remark: import("vue").Ref<string>;
|
1251
|
-
currentTab: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1252
|
-
breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1253
|
-
breadcrumbRef: import("vue").Ref<any>;
|
1254
|
-
userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1281
|
+
listRef: import("vue").Ref<any, any>;
|
1282
|
+
keyword: import("vue").Ref<string, string>;
|
1283
|
+
showModal: import("vue").Ref<boolean, boolean>;
|
1284
|
+
checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
1285
|
+
groupName: import("vue").Ref<string, string>;
|
1286
|
+
remark: import("vue").Ref<string, string>;
|
1287
|
+
currentTab: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
1288
|
+
breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
1289
|
+
breadcrumbRef: import("vue").Ref<any, any>;
|
1290
|
+
userList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
1255
1291
|
handleInput: () => void;
|
1256
1292
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
1257
1293
|
sessionList: import("vue").ComputedRef<{
|
@@ -1277,8 +1313,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1277
1313
|
}[]>;
|
1278
1314
|
checkedIds: import("vue").ComputedRef<any[]>;
|
1279
1315
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
1280
|
-
allChecked: import("vue").WritableComputedRef<boolean>;
|
1281
|
-
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
1316
|
+
allChecked: import("vue").WritableComputedRef<boolean, boolean>;
|
1317
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[], any[]>;
|
1282
1318
|
currentTabKey: import("vue").ComputedRef<any>;
|
1283
1319
|
showAllCheckbox: import("vue").ComputedRef<boolean>;
|
1284
1320
|
getOrgList: () => Promise<void>;
|
@@ -1293,28 +1329,28 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1293
1329
|
getAllUser: (tree: import("../../shared/types").AnyObject[]) => import("../../shared/types").AnyObject[];
|
1294
1330
|
handlePositiveClick: () => Promise<void>;
|
1295
1331
|
closeTag: (id: string) => void;
|
1296
|
-
NModal: any;
|
1297
|
-
NButton: any;
|
1298
|
-
NSpace: any;
|
1299
|
-
NAvatar: any;
|
1300
|
-
NIcon: any;
|
1301
|
-
NTag: any;
|
1302
|
-
NInput: any;
|
1303
|
-
NCheckbox: any;
|
1304
|
-
NCheckboxGroup: any;
|
1305
|
-
NTooltip: any;
|
1306
|
-
NBreadcrumb: any;
|
1307
|
-
NBreadcrumbItem: any;
|
1308
|
-
SearchOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1309
|
-
AddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1310
|
-
PersonOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1311
|
-
PeopleOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1312
|
-
ChevronBackOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1313
|
-
ChevronForwardOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1314
|
-
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
1315
|
-
isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
1316
|
-
getRoleName: typeof import("./src/utils").getRoleName;
|
1317
|
-
},
|
1332
|
+
readonly NModal: any;
|
1333
|
+
readonly NButton: any;
|
1334
|
+
readonly NSpace: any;
|
1335
|
+
readonly NAvatar: any;
|
1336
|
+
readonly NIcon: any;
|
1337
|
+
readonly NTag: any;
|
1338
|
+
readonly NInput: any;
|
1339
|
+
readonly NCheckbox: any;
|
1340
|
+
readonly NCheckboxGroup: any;
|
1341
|
+
readonly NTooltip: any;
|
1342
|
+
readonly NBreadcrumb: any;
|
1343
|
+
readonly NBreadcrumbItem: any;
|
1344
|
+
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>;
|
1345
|
+
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>;
|
1346
|
+
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>;
|
1347
|
+
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>;
|
1348
|
+
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>;
|
1349
|
+
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>;
|
1350
|
+
readonly last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
1351
|
+
readonly isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
1352
|
+
readonly getRoleName: typeof import("./src/utils").getRoleName;
|
1353
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1318
1354
|
title: {
|
1319
1355
|
type: StringConstructor;
|
1320
1356
|
default: string;
|
@@ -1338,16 +1374,16 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1338
1374
|
type: BooleanConstructor;
|
1339
1375
|
default: boolean;
|
1340
1376
|
};
|
1341
|
-
}>> & {
|
1377
|
+
}>> & Readonly<{
|
1342
1378
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
1343
|
-
}
|
1379
|
+
}>, {
|
1344
1380
|
title: string;
|
1345
1381
|
defaultValue: import("../../shared/types").AnyObject[];
|
1346
1382
|
disabled: boolean;
|
1347
1383
|
mode: string;
|
1348
1384
|
disabledIds: string[];
|
1349
|
-
}>;
|
1350
|
-
ImageLightbox: import("vue").DefineComponent<{
|
1385
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1386
|
+
ImageLightbox: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1351
1387
|
images: {
|
1352
1388
|
type: import("vue").PropType<import("./src/types").ImageItem[]>;
|
1353
1389
|
default: () => never[];
|
@@ -1359,8 +1395,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1359
1395
|
type: StringConstructor;
|
1360
1396
|
default: string;
|
1361
1397
|
};
|
1362
|
-
}
|
1363
|
-
props:
|
1398
|
+
}>, {
|
1399
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1364
1400
|
images: {
|
1365
1401
|
type: import("vue").PropType<import("./src/types").ImageItem[]>;
|
1366
1402
|
default: () => never[];
|
@@ -1372,26 +1408,44 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1372
1408
|
type: StringConstructor;
|
1373
1409
|
default: string;
|
1374
1410
|
};
|
1375
|
-
}>> & {
|
1411
|
+
}>> & Readonly<{
|
1376
1412
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
1377
1413
|
"onUpdate:currentId"?: ((...args: any[]) => any) | undefined;
|
1378
|
-
}
|
1414
|
+
}> & {}>;
|
1379
1415
|
emit: (event: "update:visible" | "update:currentId", ...args: any[]) => void;
|
1380
|
-
imageEl: import("vue").Ref<HTMLImageElement | null>;
|
1416
|
+
imageEl: import("vue").Ref<HTMLImageElement | null, HTMLImageElement | null>;
|
1381
1417
|
naturalSize: import("vue").Ref<{
|
1382
1418
|
width: number;
|
1383
1419
|
height: number;
|
1420
|
+
}, {
|
1421
|
+
width: number;
|
1422
|
+
height: number;
|
1423
|
+
} | {
|
1424
|
+
width: number;
|
1425
|
+
height: number;
|
1384
1426
|
}>;
|
1385
|
-
scale: import("vue").Ref<number>;
|
1386
|
-
rotation: import("vue").Ref<number>;
|
1387
|
-
isDragging: import("vue").Ref<boolean>;
|
1427
|
+
scale: import("vue").Ref<number, number>;
|
1428
|
+
rotation: import("vue").Ref<number, number>;
|
1429
|
+
isDragging: import("vue").Ref<boolean, boolean>;
|
1388
1430
|
offset: import("vue").Ref<{
|
1389
1431
|
x: number;
|
1390
1432
|
y: number;
|
1433
|
+
}, {
|
1434
|
+
x: number;
|
1435
|
+
y: number;
|
1436
|
+
} | {
|
1437
|
+
x: number;
|
1438
|
+
y: number;
|
1391
1439
|
}>;
|
1392
1440
|
lastMouse: import("vue").Ref<{
|
1393
1441
|
x: number;
|
1394
1442
|
y: number;
|
1443
|
+
}, {
|
1444
|
+
x: number;
|
1445
|
+
y: number;
|
1446
|
+
} | {
|
1447
|
+
x: number;
|
1448
|
+
y: number;
|
1395
1449
|
}>;
|
1396
1450
|
idToIndexMap: import("vue").ComputedRef<Map<string, number>>;
|
1397
1451
|
currentIndex: import("vue").ComputedRef<number>;
|
@@ -1419,16 +1473,16 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1419
1473
|
handleWheel: (e: WheelEvent) => void;
|
1420
1474
|
handleImageLoad: () => void;
|
1421
1475
|
download: () => void;
|
1422
|
-
Close: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1423
|
-
PlaySkipBackOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1424
|
-
PlaySkipForwardOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1425
|
-
DownloadOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1426
|
-
RefreshOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1427
|
-
AddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1428
|
-
RemoveSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1429
|
-
NButton: any;
|
1430
|
-
NIcon: any;
|
1431
|
-
},
|
1476
|
+
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>;
|
1477
|
+
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>;
|
1478
|
+
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>;
|
1479
|
+
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>;
|
1480
|
+
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>;
|
1481
|
+
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>;
|
1482
|
+
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>;
|
1483
|
+
readonly NButton: any;
|
1484
|
+
readonly NIcon: any;
|
1485
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:visible" | "update:currentId")[], "update:visible" | "update:currentId", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1432
1486
|
images: {
|
1433
1487
|
type: import("vue").PropType<import("./src/types").ImageItem[]>;
|
1434
1488
|
default: () => never[];
|
@@ -1440,15 +1494,15 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1440
1494
|
type: StringConstructor;
|
1441
1495
|
default: string;
|
1442
1496
|
};
|
1443
|
-
}>> & {
|
1497
|
+
}>> & Readonly<{
|
1444
1498
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
1445
1499
|
"onUpdate:currentId"?: ((...args: any[]) => any) | undefined;
|
1446
|
-
}
|
1500
|
+
}>, {
|
1447
1501
|
visible: boolean;
|
1448
1502
|
images: import("./src/types").ImageItem[];
|
1449
1503
|
currentId: string;
|
1450
|
-
}>;
|
1451
|
-
},
|
1504
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1505
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1452
1506
|
type: {
|
1453
1507
|
type: StringConstructor;
|
1454
1508
|
default: string;
|
@@ -1456,24 +1510,24 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1456
1510
|
visible: {
|
1457
1511
|
type: BooleanConstructor;
|
1458
1512
|
};
|
1459
|
-
}
|
1513
|
+
}>> & Readonly<{}>, {
|
1460
1514
|
type: string;
|
1461
1515
|
visible: boolean;
|
1462
|
-
}>;
|
1463
|
-
ChatRecord: import("vue").DefineComponent<{
|
1516
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1517
|
+
ChatRecord: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1464
1518
|
visible: {
|
1465
1519
|
type: BooleanConstructor;
|
1466
1520
|
};
|
1467
|
-
}
|
1521
|
+
}>, {
|
1468
1522
|
tagColor: {
|
1469
1523
|
color: string;
|
1470
1524
|
textColor: string;
|
1471
1525
|
};
|
1472
|
-
props:
|
1526
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1473
1527
|
visible: {
|
1474
1528
|
type: BooleanConstructor;
|
1475
1529
|
};
|
1476
|
-
}>> & {}
|
1530
|
+
}>> & Readonly<{}> & {}>;
|
1477
1531
|
state: {
|
1478
1532
|
orgId: string | number;
|
1479
1533
|
currentSessionItem: import("../../shared/types").AnyObject;
|
@@ -1527,12 +1581,12 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1527
1581
|
isForward: boolean;
|
1528
1582
|
};
|
1529
1583
|
cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
|
1530
|
-
recordRef: import("vue").Ref<any>;
|
1531
|
-
recordList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1532
|
-
keyword: import("vue").Ref<any>;
|
1533
|
-
memberList: import("vue").Ref<never[]>;
|
1534
|
-
startTime: import("vue").Ref<any>;
|
1535
|
-
endTime: import("vue").Ref<any>;
|
1584
|
+
recordRef: import("vue").Ref<any, any>;
|
1585
|
+
recordList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
1586
|
+
keyword: import("vue").Ref<any, any>;
|
1587
|
+
memberList: import("vue").Ref<never[], never[]>;
|
1588
|
+
startTime: import("vue").Ref<any, any>;
|
1589
|
+
endTime: import("vue").Ref<any, any>;
|
1536
1590
|
handleInput: () => void;
|
1537
1591
|
pageInfo: {
|
1538
1592
|
page: number;
|
@@ -1546,19 +1600,19 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1546
1600
|
resetInfo: () => void;
|
1547
1601
|
formatEndTime: () => string;
|
1548
1602
|
handleCloseTag: (type: "start" | "end" | "member") => void;
|
1549
|
-
getPrefixCondition: () =>
|
1550
|
-
renderLabel: (option: import("../../shared/types").AnyObject) =>
|
1551
|
-
NModal: any;
|
1552
|
-
NTag: any;
|
1553
|
-
NInput: any;
|
1554
|
-
NIcon: any;
|
1555
|
-
NSelect: any;
|
1556
|
-
NAvatar: any;
|
1557
|
-
NPopover: any;
|
1558
|
-
NInputGroup: any;
|
1559
|
-
CallOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1560
|
-
VideocamOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1561
|
-
DatePicker: SFCWithInstall<import("vue").DefineComponent<{
|
1603
|
+
getPrefixCondition: () => any[];
|
1604
|
+
renderLabel: (option: import("../../shared/types").AnyObject) => any;
|
1605
|
+
readonly NModal: any;
|
1606
|
+
readonly NTag: any;
|
1607
|
+
readonly NInput: any;
|
1608
|
+
readonly NIcon: any;
|
1609
|
+
readonly NSelect: any;
|
1610
|
+
readonly NAvatar: any;
|
1611
|
+
readonly NPopover: any;
|
1612
|
+
readonly NInputGroup: any;
|
1613
|
+
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>;
|
1614
|
+
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>;
|
1615
|
+
readonly DatePicker: SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1562
1616
|
updateUnchangedValue: {
|
1563
1617
|
type: BooleanConstructor;
|
1564
1618
|
};
|
@@ -1586,14 +1640,18 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1586
1640
|
type: StringConstructor;
|
1587
1641
|
default: string;
|
1588
1642
|
};
|
1643
|
+
updateValueOnClose: {
|
1644
|
+
type: BooleanConstructor;
|
1645
|
+
default: boolean;
|
1646
|
+
};
|
1589
1647
|
isDateDisabled: {
|
1590
1648
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1591
1649
|
};
|
1592
|
-
}
|
1650
|
+
}>, {
|
1593
1651
|
attrs: {
|
1594
1652
|
[x: string]: unknown;
|
1595
1653
|
};
|
1596
|
-
props:
|
1654
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1597
1655
|
updateUnchangedValue: {
|
1598
1656
|
type: BooleanConstructor;
|
1599
1657
|
};
|
@@ -1621,18 +1679,22 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1621
1679
|
type: StringConstructor;
|
1622
1680
|
default: string;
|
1623
1681
|
};
|
1682
|
+
updateValueOnClose: {
|
1683
|
+
type: BooleanConstructor;
|
1684
|
+
default: boolean;
|
1685
|
+
};
|
1624
1686
|
isDateDisabled: {
|
1625
1687
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1626
1688
|
};
|
1627
|
-
}>> & {
|
1689
|
+
}>> & Readonly<{
|
1628
1690
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1629
|
-
}
|
1691
|
+
}> & {}>;
|
1630
1692
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
1631
|
-
datePickerRef: import("vue").Ref<import("../../shared/types").AnyObject | null>;
|
1632
|
-
panelInstRef: import("vue").Ref<null>;
|
1633
|
-
placeholderRef: import("vue").Ref<any>;
|
1634
|
-
oldValue: string;
|
1635
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
1693
|
+
datePickerRef: import("vue").Ref<import("../../shared/types").AnyObject | null, import("../../shared/types").AnyObject | null>;
|
1694
|
+
panelInstRef: import("vue").Ref<null, null>;
|
1695
|
+
placeholderRef: import("vue").Ref<any, any>;
|
1696
|
+
oldValue: (string | [string, string]) | null | undefined;
|
1697
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
|
1636
1698
|
isDateTime: import("vue").ComputedRef<boolean>;
|
1637
1699
|
formatRef: import("vue").ComputedRef<string>;
|
1638
1700
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
@@ -1647,8 +1709,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1647
1709
|
onConfirm: (...args: any[]) => Promise<void>;
|
1648
1710
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
1649
1711
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
1650
|
-
NDatePicker: any;
|
1651
|
-
},
|
1712
|
+
readonly NDatePicker: any;
|
1713
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1652
1714
|
updateUnchangedValue: {
|
1653
1715
|
type: BooleanConstructor;
|
1654
1716
|
};
|
@@ -1676,47 +1738,52 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1676
1738
|
type: StringConstructor;
|
1677
1739
|
default: string;
|
1678
1740
|
};
|
1741
|
+
updateValueOnClose: {
|
1742
|
+
type: BooleanConstructor;
|
1743
|
+
default: boolean;
|
1744
|
+
};
|
1679
1745
|
isDateDisabled: {
|
1680
1746
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1681
1747
|
};
|
1682
|
-
}>> & {
|
1748
|
+
}>> & Readonly<{
|
1683
1749
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1684
|
-
}
|
1750
|
+
}>, {
|
1685
1751
|
type: string;
|
1686
1752
|
updateUnchangedValue: boolean;
|
1687
1753
|
to: string | false | HTMLElement;
|
1688
1754
|
holidays: Date[];
|
1689
|
-
|
1690
|
-
|
1755
|
+
updateValueOnClose: boolean;
|
1756
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
1757
|
+
readonly isArray: {
|
1691
1758
|
(value?: any): value is any[];
|
1692
1759
|
<T_1>(value?: any): value is any[];
|
1693
1760
|
};
|
1694
|
-
formatTime: typeof import("./src/utils").formatTime;
|
1695
|
-
isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
1696
|
-
getRoleName: typeof import("./src/utils").getRoleName;
|
1697
|
-
formatJsonstr: typeof import("./src/utils").formatJsonstr;
|
1698
|
-
getFileType: typeof import("./src/utils").getFileType;
|
1699
|
-
getDetail: typeof import("./src/utils").getDetail;
|
1700
|
-
showAudioAndVideoRecord: typeof import("./src/utils").showAudioAndVideoRecord;
|
1701
|
-
getForwardTitle: typeof import("./src/utils").getForwardTitle;
|
1702
|
-
simplifyMessage: typeof import("./src/utils").simplifyMessage;
|
1703
|
-
MESSAGE_TYPE: typeof import("./src/constants").MESSAGE_TYPE;
|
1704
|
-
emojis: {
|
1761
|
+
readonly formatTime: typeof import("./src/utils").formatTime;
|
1762
|
+
readonly isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
1763
|
+
readonly getRoleName: typeof import("./src/utils").getRoleName;
|
1764
|
+
readonly formatJsonstr: typeof import("./src/utils").formatJsonstr;
|
1765
|
+
readonly getFileType: typeof import("./src/utils").getFileType;
|
1766
|
+
readonly getDetail: typeof import("./src/utils").getDetail;
|
1767
|
+
readonly showAudioAndVideoRecord: typeof import("./src/utils").showAudioAndVideoRecord;
|
1768
|
+
readonly getForwardTitle: typeof import("./src/utils").getForwardTitle;
|
1769
|
+
readonly simplifyMessage: typeof import("./src/utils").simplifyMessage;
|
1770
|
+
readonly MESSAGE_TYPE: typeof import("./src/constants").MESSAGE_TYPE;
|
1771
|
+
readonly emojis: {
|
1705
1772
|
default: string[][];
|
1706
1773
|
findEmoji(name: string): string | undefined;
|
1707
1774
|
};
|
1708
|
-
MessageEvent: import("vue").DefineComponent<{
|
1775
|
+
MessageEvent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1709
1776
|
data: {
|
1710
1777
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
1711
1778
|
required: true;
|
1712
1779
|
};
|
1713
|
-
}
|
1714
|
-
props:
|
1780
|
+
}>, {
|
1781
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1715
1782
|
data: {
|
1716
1783
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
1717
1784
|
required: true;
|
1718
1785
|
};
|
1719
|
-
}>> & {}
|
1786
|
+
}>> & Readonly<{}> & {}>;
|
1720
1787
|
state: {
|
1721
1788
|
orgId: string | number;
|
1722
1789
|
currentSessionItem: import("../../shared/types").AnyObject;
|
@@ -1770,26 +1837,26 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1770
1837
|
isForward: boolean;
|
1771
1838
|
};
|
1772
1839
|
setUserDetail: (event: MouseEvent, userDetail: import("../../shared/types").AnyObject) => void;
|
1773
|
-
inviter: import("vue").Ref<any>;
|
1774
|
-
invitee: import("vue").Ref<any[]>;
|
1840
|
+
inviter: import("vue").Ref<any, any>;
|
1841
|
+
invitee: import("vue").Ref<any[], any[]>;
|
1775
1842
|
isValidJSON: (str: string) => boolean;
|
1776
1843
|
getTask: (_id: string | number, arrRes: import("../../shared/types").AnyObject[]) => () => Promise<unknown>;
|
1777
1844
|
getEventContent: (data: import("../../shared/types").AnyObject) => Promise<void>;
|
1778
|
-
NButton: any;
|
1779
|
-
},
|
1845
|
+
readonly NButton: any;
|
1846
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1780
1847
|
data: {
|
1781
1848
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
1782
1849
|
required: true;
|
1783
1850
|
};
|
1784
|
-
}
|
1785
|
-
},
|
1851
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1852
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1786
1853
|
visible: {
|
1787
1854
|
type: BooleanConstructor;
|
1788
1855
|
};
|
1789
|
-
}
|
1856
|
+
}>> & Readonly<{}>, {
|
1790
1857
|
visible: boolean;
|
1791
|
-
}>;
|
1792
|
-
ChatAdd: import("vue").DefineComponent<{
|
1858
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1859
|
+
ChatAdd: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1793
1860
|
title: {
|
1794
1861
|
type: StringConstructor;
|
1795
1862
|
default: string;
|
@@ -1813,14 +1880,14 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1813
1880
|
type: BooleanConstructor;
|
1814
1881
|
default: boolean;
|
1815
1882
|
};
|
1816
|
-
}
|
1883
|
+
}>, {
|
1817
1884
|
initialOptions: import("../../shared/types").AnyObject[];
|
1818
1885
|
tabList: {
|
1819
1886
|
key: string;
|
1820
1887
|
label: string;
|
1821
1888
|
}[];
|
1822
1889
|
orgList: import("../../shared/types").AnyObject[];
|
1823
|
-
props:
|
1890
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1824
1891
|
title: {
|
1825
1892
|
type: StringConstructor;
|
1826
1893
|
default: string;
|
@@ -1844,9 +1911,9 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1844
1911
|
type: BooleanConstructor;
|
1845
1912
|
default: boolean;
|
1846
1913
|
};
|
1847
|
-
}>> & {
|
1914
|
+
}>> & Readonly<{
|
1848
1915
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
1849
|
-
}
|
1916
|
+
}> & {}>;
|
1850
1917
|
emit: (event: "comfirm", ...args: any[]) => void;
|
1851
1918
|
state: {
|
1852
1919
|
orgId: string | number;
|
@@ -1901,16 +1968,16 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1901
1968
|
isForward: boolean;
|
1902
1969
|
};
|
1903
1970
|
setCurrentSessionItem: (item: import("../../shared/types").AnyObject) => void;
|
1904
|
-
listRef: import("vue").Ref<any>;
|
1905
|
-
keyword: import("vue").Ref<string>;
|
1906
|
-
showModal: import("vue").Ref<boolean>;
|
1907
|
-
checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1908
|
-
groupName: import("vue").Ref<string>;
|
1909
|
-
remark: import("vue").Ref<string>;
|
1910
|
-
currentTab: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1911
|
-
breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1912
|
-
breadcrumbRef: import("vue").Ref<any>;
|
1913
|
-
userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1971
|
+
listRef: import("vue").Ref<any, any>;
|
1972
|
+
keyword: import("vue").Ref<string, string>;
|
1973
|
+
showModal: import("vue").Ref<boolean, boolean>;
|
1974
|
+
checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
1975
|
+
groupName: import("vue").Ref<string, string>;
|
1976
|
+
remark: import("vue").Ref<string, string>;
|
1977
|
+
currentTab: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
1978
|
+
breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
1979
|
+
breadcrumbRef: import("vue").Ref<any, any>;
|
1980
|
+
userList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
1914
1981
|
handleInput: () => void;
|
1915
1982
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
1916
1983
|
sessionList: import("vue").ComputedRef<{
|
@@ -1936,8 +2003,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1936
2003
|
}[]>;
|
1937
2004
|
checkedIds: import("vue").ComputedRef<any[]>;
|
1938
2005
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
1939
|
-
allChecked: import("vue").WritableComputedRef<boolean>;
|
1940
|
-
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
2006
|
+
allChecked: import("vue").WritableComputedRef<boolean, boolean>;
|
2007
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[], any[]>;
|
1941
2008
|
currentTabKey: import("vue").ComputedRef<any>;
|
1942
2009
|
showAllCheckbox: import("vue").ComputedRef<boolean>;
|
1943
2010
|
getOrgList: () => Promise<void>;
|
@@ -1952,28 +2019,28 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1952
2019
|
getAllUser: (tree: import("../../shared/types").AnyObject[]) => import("../../shared/types").AnyObject[];
|
1953
2020
|
handlePositiveClick: () => Promise<void>;
|
1954
2021
|
closeTag: (id: string) => void;
|
1955
|
-
NModal: any;
|
1956
|
-
NButton: any;
|
1957
|
-
NSpace: any;
|
1958
|
-
NAvatar: any;
|
1959
|
-
NIcon: any;
|
1960
|
-
NTag: any;
|
1961
|
-
NInput: any;
|
1962
|
-
NCheckbox: any;
|
1963
|
-
NCheckboxGroup: any;
|
1964
|
-
NTooltip: any;
|
1965
|
-
NBreadcrumb: any;
|
1966
|
-
NBreadcrumbItem: any;
|
1967
|
-
SearchOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1968
|
-
AddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1969
|
-
PersonOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1970
|
-
PeopleOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1971
|
-
ChevronBackOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1972
|
-
ChevronForwardOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1973
|
-
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
1974
|
-
isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
1975
|
-
getRoleName: typeof import("./src/utils").getRoleName;
|
1976
|
-
},
|
2022
|
+
readonly NModal: any;
|
2023
|
+
readonly NButton: any;
|
2024
|
+
readonly NSpace: any;
|
2025
|
+
readonly NAvatar: any;
|
2026
|
+
readonly NIcon: any;
|
2027
|
+
readonly NTag: any;
|
2028
|
+
readonly NInput: any;
|
2029
|
+
readonly NCheckbox: any;
|
2030
|
+
readonly NCheckboxGroup: any;
|
2031
|
+
readonly NTooltip: any;
|
2032
|
+
readonly NBreadcrumb: any;
|
2033
|
+
readonly NBreadcrumbItem: any;
|
2034
|
+
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>;
|
2035
|
+
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>;
|
2036
|
+
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>;
|
2037
|
+
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>;
|
2038
|
+
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>;
|
2039
|
+
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>;
|
2040
|
+
readonly last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
2041
|
+
readonly isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
2042
|
+
readonly getRoleName: typeof import("./src/utils").getRoleName;
|
2043
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1977
2044
|
title: {
|
1978
2045
|
type: StringConstructor;
|
1979
2046
|
default: string;
|
@@ -1997,24 +2064,24 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1997
2064
|
type: BooleanConstructor;
|
1998
2065
|
default: boolean;
|
1999
2066
|
};
|
2000
|
-
}>> & {
|
2067
|
+
}>> & Readonly<{
|
2001
2068
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
2002
|
-
}
|
2069
|
+
}>, {
|
2003
2070
|
title: string;
|
2004
2071
|
defaultValue: import("../../shared/types").AnyObject[];
|
2005
2072
|
disabled: boolean;
|
2006
2073
|
mode: string;
|
2007
2074
|
disabledIds: string[];
|
2008
|
-
}>;
|
2009
|
-
PersonAddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2010
|
-
CloseOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2011
|
-
FolderOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2012
|
-
ImageOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2013
|
-
SettingsOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2014
|
-
SearchLocate: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2015
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
2075
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2076
|
+
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>;
|
2077
|
+
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>;
|
2078
|
+
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>;
|
2079
|
+
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>;
|
2080
|
+
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>;
|
2081
|
+
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>;
|
2082
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2016
2083
|
ChatMain: import("vue").DefineComponent<{}, {
|
2017
|
-
chatMainRef: import("vue").Ref<HTMLElement | undefined>;
|
2084
|
+
chatMainRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
2018
2085
|
state: {
|
2019
2086
|
orgId: string | number;
|
2020
2087
|
currentSessionItem: import("../../shared/types").AnyObject;
|
@@ -2081,19 +2148,19 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2081
2148
|
}) => void;
|
2082
2149
|
setUserDetail: (event: MouseEvent, userDetail: import("../../shared/types").AnyObject) => void;
|
2083
2150
|
isGroupChat: import("vue").ComputedRef<boolean>;
|
2084
|
-
contextmenuRef: import("vue").Ref<any>;
|
2085
|
-
showMenu: import("vue").Ref<boolean>;
|
2086
|
-
menuPosition: any
|
2087
|
-
menuMsgId: import("vue").Ref<any>;
|
2088
|
-
relayTriggerRef: import("vue").Ref<any>;
|
2089
|
-
showLabel: import("vue").Ref<boolean>;
|
2151
|
+
contextmenuRef: import("vue").Ref<any, any>;
|
2152
|
+
showMenu: import("vue").Ref<boolean, boolean>;
|
2153
|
+
menuPosition: import("vue").Ref<any, any>;
|
2154
|
+
menuMsgId: import("vue").Ref<any, any>;
|
2155
|
+
relayTriggerRef: import("vue").Ref<any, any>;
|
2156
|
+
showLabel: import("vue").Ref<boolean, boolean>;
|
2090
2157
|
labelPosition: {
|
2091
2158
|
x: number;
|
2092
2159
|
y: number;
|
2093
2160
|
};
|
2094
|
-
showForwardDetail: import("vue").Ref<boolean>;
|
2095
|
-
currentImgId: import("vue").Ref<string | undefined>;
|
2096
|
-
showLightbox: import("vue").Ref<boolean>;
|
2161
|
+
showForwardDetail: import("vue").Ref<boolean, boolean>;
|
2162
|
+
currentImgId: import("vue").Ref<string | undefined, string | undefined>;
|
2163
|
+
showLightbox: import("vue").Ref<boolean, boolean>;
|
2097
2164
|
pageInfo: {
|
2098
2165
|
page: number;
|
2099
2166
|
hasMore: boolean;
|
@@ -2127,30 +2194,30 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2127
2194
|
}) => void;
|
2128
2195
|
reEdit: (item: import("../../shared/types").AnyObject) => void;
|
2129
2196
|
clickMergeMsg: (item: import("../../shared/types").AnyObject) => void;
|
2130
|
-
NAvatar: any;
|
2131
|
-
NIcon: any;
|
2132
|
-
NButtonGroup: any;
|
2133
|
-
NButton: any;
|
2134
|
-
NSpace: any;
|
2135
|
-
NCheckbox: any;
|
2136
|
-
isArray: {
|
2197
|
+
readonly NAvatar: any;
|
2198
|
+
readonly NIcon: any;
|
2199
|
+
readonly NButtonGroup: any;
|
2200
|
+
readonly NButton: any;
|
2201
|
+
readonly NSpace: any;
|
2202
|
+
readonly NCheckbox: any;
|
2203
|
+
readonly isArray: {
|
2137
2204
|
(value?: any): value is any[];
|
2138
2205
|
<T_1>(value?: any): value is any[];
|
2139
2206
|
};
|
2140
|
-
MessageTemplate: import("vue").DefineComponent<{
|
2207
|
+
MessageTemplate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2141
2208
|
data: {
|
2142
2209
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
2143
2210
|
required: true;
|
2144
2211
|
};
|
2145
|
-
}
|
2146
|
-
props:
|
2212
|
+
}>, {
|
2213
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2147
2214
|
data: {
|
2148
2215
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
2149
2216
|
required: true;
|
2150
2217
|
};
|
2151
|
-
}>> & {}
|
2152
|
-
describeBodyRef: import("vue").Ref<any>;
|
2153
|
-
showMore: import("vue").Ref<boolean>;
|
2218
|
+
}>> & Readonly<{}> & {}>;
|
2219
|
+
describeBodyRef: import("vue").Ref<any, any>;
|
2220
|
+
showMore: import("vue").Ref<boolean, boolean>;
|
2154
2221
|
emit: (event: "template-click" | "unread-message-update" | "session-change" | "session-close", ...args: any[]) => void;
|
2155
2222
|
isOverflow: import("vue").ComputedRef<boolean>;
|
2156
2223
|
setting: import("vue").ComputedRef<any>;
|
@@ -2163,11 +2230,11 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2163
2230
|
messageTemplateData: import("vue").ComputedRef<any>;
|
2164
2231
|
getSystemMsgContent: () => any;
|
2165
2232
|
handleTemplateClick: (data: import("../../shared/types").AnyObject) => void;
|
2166
|
-
NButton: any;
|
2167
|
-
NIcon: any;
|
2168
|
-
ChevronForwardOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2169
|
-
AlertCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2170
|
-
SvgIcon: import("vue").DefineComponent<{
|
2233
|
+
readonly NButton: any;
|
2234
|
+
readonly NIcon: any;
|
2235
|
+
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>;
|
2236
|
+
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>;
|
2237
|
+
readonly SvgIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2171
2238
|
iconClass: {
|
2172
2239
|
type: StringConstructor;
|
2173
2240
|
required: true;
|
@@ -2182,15 +2249,11 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2182
2249
|
type: StringConstructor;
|
2183
2250
|
required: false;
|
2184
2251
|
};
|
2185
|
-
}
|
2186
|
-
props:
|
2187
|
-
iconClass: string;
|
2188
|
-
title: string;
|
2189
|
-
className?: string | undefined;
|
2190
|
-
};
|
2252
|
+
}>, {
|
2253
|
+
props: any;
|
2191
2254
|
iconName: import("vue").ComputedRef<string>;
|
2192
2255
|
svgClass: import("vue").ComputedRef<string>;
|
2193
|
-
},
|
2256
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2194
2257
|
iconClass: {
|
2195
2258
|
type: StringConstructor;
|
2196
2259
|
required: true;
|
@@ -2205,28 +2268,28 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2205
2268
|
type: StringConstructor;
|
2206
2269
|
required: false;
|
2207
2270
|
};
|
2208
|
-
}
|
2271
|
+
}>> & Readonly<{}>, {
|
2209
2272
|
title: string;
|
2210
2273
|
iconClass: string;
|
2211
|
-
}>;
|
2212
|
-
},
|
2274
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2275
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2213
2276
|
data: {
|
2214
2277
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
2215
2278
|
required: true;
|
2216
2279
|
};
|
2217
|
-
}
|
2218
|
-
MessageEvent: import("vue").DefineComponent<{
|
2280
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2281
|
+
MessageEvent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2219
2282
|
data: {
|
2220
2283
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
2221
2284
|
required: true;
|
2222
2285
|
};
|
2223
|
-
}
|
2224
|
-
props:
|
2286
|
+
}>, {
|
2287
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2225
2288
|
data: {
|
2226
2289
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
2227
2290
|
required: true;
|
2228
2291
|
};
|
2229
|
-
}>> & {}
|
2292
|
+
}>> & Readonly<{}> & {}>;
|
2230
2293
|
state: {
|
2231
2294
|
orgId: string | number;
|
2232
2295
|
currentSessionItem: import("../../shared/types").AnyObject;
|
@@ -2280,28 +2343,28 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2280
2343
|
isForward: boolean;
|
2281
2344
|
};
|
2282
2345
|
setUserDetail: (event: MouseEvent, userDetail: import("../../shared/types").AnyObject) => void;
|
2283
|
-
inviter: import("vue").Ref<any>;
|
2284
|
-
invitee: import("vue").Ref<any[]>;
|
2346
|
+
inviter: import("vue").Ref<any, any>;
|
2347
|
+
invitee: import("vue").Ref<any[], any[]>;
|
2285
2348
|
isValidJSON: (str: string) => boolean;
|
2286
2349
|
getTask: (_id: string | number, arrRes: import("../../shared/types").AnyObject[]) => () => Promise<unknown>;
|
2287
2350
|
getEventContent: (data: import("../../shared/types").AnyObject) => Promise<void>;
|
2288
|
-
NButton: any;
|
2289
|
-
},
|
2351
|
+
readonly NButton: any;
|
2352
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2290
2353
|
data: {
|
2291
2354
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
2292
2355
|
required: true;
|
2293
2356
|
};
|
2294
|
-
}
|
2295
|
-
MessageMergeForward: import("vue").DefineComponent<{
|
2357
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2358
|
+
MessageMergeForward: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2296
2359
|
id: {
|
2297
2360
|
type: StringConstructor;
|
2298
2361
|
};
|
2299
|
-
}
|
2300
|
-
props:
|
2362
|
+
}>, {
|
2363
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2301
2364
|
id: {
|
2302
2365
|
type: StringConstructor;
|
2303
2366
|
};
|
2304
|
-
}>> & {}
|
2367
|
+
}>> & Readonly<{}> & {}>;
|
2305
2368
|
state: {
|
2306
2369
|
orgId: string | number;
|
2307
2370
|
currentSessionItem: import("../../shared/types").AnyObject;
|
@@ -2357,39 +2420,39 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2357
2420
|
cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
|
2358
2421
|
msgItem: import("vue").ComputedRef<import("../../shared/types").AnyObject | import("./src/types").MsgListItem>;
|
2359
2422
|
msgList: import("vue").ComputedRef<any>;
|
2360
|
-
NModal: any;
|
2361
|
-
NAvatar: any;
|
2362
|
-
NIcon: any;
|
2363
|
-
isArray: {
|
2423
|
+
readonly NModal: any;
|
2424
|
+
readonly NAvatar: any;
|
2425
|
+
readonly NIcon: any;
|
2426
|
+
readonly isArray: {
|
2364
2427
|
(value?: any): value is any[];
|
2365
2428
|
<T_1>(value?: any): value is any[];
|
2366
2429
|
};
|
2367
|
-
formatTime: typeof import("./src/utils").formatTime;
|
2368
|
-
getForwardTitle: typeof import("./src/utils").getForwardTitle;
|
2369
|
-
isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
2370
|
-
getRoleName: typeof import("./src/utils").getRoleName;
|
2371
|
-
formatJsonstr: typeof import("./src/utils").formatJsonstr;
|
2372
|
-
getFileType: typeof import("./src/utils").getFileType;
|
2373
|
-
getDetail: typeof import("./src/utils").getDetail;
|
2374
|
-
showAudioAndVideoRecord: typeof import("./src/utils").showAudioAndVideoRecord;
|
2375
|
-
simplifyMessage: typeof import("./src/utils").simplifyMessage;
|
2376
|
-
MESSAGE_TYPE: typeof import("./src/constants").MESSAGE_TYPE;
|
2377
|
-
emojis: {
|
2430
|
+
readonly formatTime: typeof import("./src/utils").formatTime;
|
2431
|
+
readonly getForwardTitle: typeof import("./src/utils").getForwardTitle;
|
2432
|
+
readonly isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
2433
|
+
readonly getRoleName: typeof import("./src/utils").getRoleName;
|
2434
|
+
readonly formatJsonstr: typeof import("./src/utils").formatJsonstr;
|
2435
|
+
readonly getFileType: typeof import("./src/utils").getFileType;
|
2436
|
+
readonly getDetail: typeof import("./src/utils").getDetail;
|
2437
|
+
readonly showAudioAndVideoRecord: typeof import("./src/utils").showAudioAndVideoRecord;
|
2438
|
+
readonly simplifyMessage: typeof import("./src/utils").simplifyMessage;
|
2439
|
+
readonly MESSAGE_TYPE: typeof import("./src/constants").MESSAGE_TYPE;
|
2440
|
+
readonly emojis: {
|
2378
2441
|
default: string[][];
|
2379
2442
|
findEmoji(name: string): string | undefined;
|
2380
2443
|
};
|
2381
|
-
MessageEvent: import("vue").DefineComponent<{
|
2444
|
+
MessageEvent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2382
2445
|
data: {
|
2383
2446
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
2384
2447
|
required: true;
|
2385
2448
|
};
|
2386
|
-
}
|
2387
|
-
props:
|
2449
|
+
}>, {
|
2450
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2388
2451
|
data: {
|
2389
2452
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
2390
2453
|
required: true;
|
2391
2454
|
};
|
2392
|
-
}>> & {}
|
2455
|
+
}>> & Readonly<{}> & {}>;
|
2393
2456
|
state: {
|
2394
2457
|
orgId: string | number;
|
2395
2458
|
currentSessionItem: import("../../shared/types").AnyObject;
|
@@ -2443,26 +2506,26 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2443
2506
|
isForward: boolean;
|
2444
2507
|
};
|
2445
2508
|
setUserDetail: (event: MouseEvent, userDetail: import("../../shared/types").AnyObject) => void;
|
2446
|
-
inviter: import("vue").Ref<any>;
|
2447
|
-
invitee: import("vue").Ref<any[]>;
|
2509
|
+
inviter: import("vue").Ref<any, any>;
|
2510
|
+
invitee: import("vue").Ref<any[], any[]>;
|
2448
2511
|
isValidJSON: (str: string) => boolean;
|
2449
2512
|
getTask: (_id: string | number, arrRes: import("../../shared/types").AnyObject[]) => () => Promise<unknown>;
|
2450
2513
|
getEventContent: (data: import("../../shared/types").AnyObject) => Promise<void>;
|
2451
|
-
NButton: any;
|
2452
|
-
},
|
2514
|
+
readonly NButton: any;
|
2515
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2453
2516
|
data: {
|
2454
2517
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
2455
2518
|
required: true;
|
2456
2519
|
};
|
2457
|
-
}
|
2458
|
-
CallOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2459
|
-
VideocamOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2460
|
-
},
|
2520
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2521
|
+
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>;
|
2522
|
+
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>;
|
2523
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2461
2524
|
id: {
|
2462
2525
|
type: StringConstructor;
|
2463
2526
|
};
|
2464
|
-
}
|
2465
|
-
SelectLabel: import("vue").DefineComponent<{
|
2527
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2528
|
+
SelectLabel: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2466
2529
|
id: {
|
2467
2530
|
type: StringConstructor;
|
2468
2531
|
required: true;
|
@@ -2470,12 +2533,12 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2470
2533
|
show: {
|
2471
2534
|
type: BooleanConstructor;
|
2472
2535
|
};
|
2473
|
-
}
|
2536
|
+
}>, {
|
2474
2537
|
labelList: {
|
2475
2538
|
type: string;
|
2476
2539
|
label: string;
|
2477
2540
|
}[];
|
2478
|
-
props:
|
2541
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2479
2542
|
id: {
|
2480
2543
|
type: StringConstructor;
|
2481
2544
|
required: true;
|
@@ -2483,9 +2546,9 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2483
2546
|
show: {
|
2484
2547
|
type: BooleanConstructor;
|
2485
2548
|
};
|
2486
|
-
}>> & {
|
2549
|
+
}>> & Readonly<{
|
2487
2550
|
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
2488
|
-
}
|
2551
|
+
}> & {}>;
|
2489
2552
|
emit: (event: "update:show", ...args: any[]) => void;
|
2490
2553
|
setMessageLabel: (params: {
|
2491
2554
|
type: "text" | "emoji";
|
@@ -2493,16 +2556,16 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2493
2556
|
msgId: string;
|
2494
2557
|
}) => void;
|
2495
2558
|
handleMessageLabel: (type: "text" | "emoji", item: any) => void;
|
2496
|
-
NButton: any;
|
2497
|
-
NPopover: any;
|
2498
|
-
NTabs: any;
|
2499
|
-
NTabPane: any;
|
2500
|
-
NTooltip: any;
|
2501
|
-
emojis: {
|
2559
|
+
readonly NButton: any;
|
2560
|
+
readonly NPopover: any;
|
2561
|
+
readonly NTabs: any;
|
2562
|
+
readonly NTabPane: any;
|
2563
|
+
readonly NTooltip: any;
|
2564
|
+
readonly emojis: {
|
2502
2565
|
default: string[][];
|
2503
2566
|
findEmoji(name: string): string | undefined;
|
2504
2567
|
};
|
2505
|
-
},
|
2568
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:show"[], "update:show", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2506
2569
|
id: {
|
2507
2570
|
type: StringConstructor;
|
2508
2571
|
required: true;
|
@@ -2510,16 +2573,16 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2510
2573
|
show: {
|
2511
2574
|
type: BooleanConstructor;
|
2512
2575
|
};
|
2513
|
-
}>> & {
|
2576
|
+
}>> & Readonly<{
|
2514
2577
|
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
2515
|
-
}
|
2578
|
+
}>, {
|
2516
2579
|
show: boolean;
|
2517
|
-
}>;
|
2518
|
-
emojis: {
|
2580
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2581
|
+
readonly emojis: {
|
2519
2582
|
default: string[][];
|
2520
2583
|
findEmoji(name: string): string | undefined;
|
2521
2584
|
};
|
2522
|
-
ContextMenu: import("vue").DefineComponent<{
|
2585
|
+
readonly ContextMenu: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2523
2586
|
type: {
|
2524
2587
|
type: StringConstructor;
|
2525
2588
|
default: string;
|
@@ -2534,7 +2597,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2534
2597
|
id: {
|
2535
2598
|
type: StringConstructor;
|
2536
2599
|
};
|
2537
|
-
}
|
2600
|
+
}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("select" | "update:show")[], "select" | "update:show", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2538
2601
|
type: {
|
2539
2602
|
type: StringConstructor;
|
2540
2603
|
default: string;
|
@@ -2549,14 +2612,14 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2549
2612
|
id: {
|
2550
2613
|
type: StringConstructor;
|
2551
2614
|
};
|
2552
|
-
}>> & {
|
2615
|
+
}>> & Readonly<{
|
2553
2616
|
onSelect?: ((...args: any[]) => any) | undefined;
|
2554
2617
|
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
2555
|
-
}
|
2618
|
+
}>, {
|
2556
2619
|
type: string;
|
2557
2620
|
show: boolean;
|
2558
|
-
}>;
|
2559
|
-
ChatAdd: import("vue").DefineComponent<{
|
2621
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2622
|
+
ChatAdd: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2560
2623
|
title: {
|
2561
2624
|
type: StringConstructor;
|
2562
2625
|
default: string;
|
@@ -2580,14 +2643,14 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2580
2643
|
type: BooleanConstructor;
|
2581
2644
|
default: boolean;
|
2582
2645
|
};
|
2583
|
-
}
|
2646
|
+
}>, {
|
2584
2647
|
initialOptions: import("../../shared/types").AnyObject[];
|
2585
2648
|
tabList: {
|
2586
2649
|
key: string;
|
2587
2650
|
label: string;
|
2588
2651
|
}[];
|
2589
2652
|
orgList: import("../../shared/types").AnyObject[];
|
2590
|
-
props:
|
2653
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2591
2654
|
title: {
|
2592
2655
|
type: StringConstructor;
|
2593
2656
|
default: string;
|
@@ -2611,9 +2674,9 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2611
2674
|
type: BooleanConstructor;
|
2612
2675
|
default: boolean;
|
2613
2676
|
};
|
2614
|
-
}>> & {
|
2677
|
+
}>> & Readonly<{
|
2615
2678
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
2616
|
-
}
|
2679
|
+
}> & {}>;
|
2617
2680
|
emit: (event: "comfirm", ...args: any[]) => void;
|
2618
2681
|
state: {
|
2619
2682
|
orgId: string | number;
|
@@ -2668,16 +2731,16 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2668
2731
|
isForward: boolean;
|
2669
2732
|
};
|
2670
2733
|
setCurrentSessionItem: (item: import("../../shared/types").AnyObject) => void;
|
2671
|
-
listRef: import("vue").Ref<any>;
|
2672
|
-
keyword: import("vue").Ref<string>;
|
2673
|
-
showModal: import("vue").Ref<boolean>;
|
2674
|
-
checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
2675
|
-
groupName: import("vue").Ref<string>;
|
2676
|
-
remark: import("vue").Ref<string>;
|
2677
|
-
currentTab: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
2678
|
-
breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
2679
|
-
breadcrumbRef: import("vue").Ref<any>;
|
2680
|
-
userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
2734
|
+
listRef: import("vue").Ref<any, any>;
|
2735
|
+
keyword: import("vue").Ref<string, string>;
|
2736
|
+
showModal: import("vue").Ref<boolean, boolean>;
|
2737
|
+
checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
2738
|
+
groupName: import("vue").Ref<string, string>;
|
2739
|
+
remark: import("vue").Ref<string, string>;
|
2740
|
+
currentTab: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
2741
|
+
breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
2742
|
+
breadcrumbRef: import("vue").Ref<any, any>;
|
2743
|
+
userList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
2681
2744
|
handleInput: () => void;
|
2682
2745
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
2683
2746
|
sessionList: import("vue").ComputedRef<{
|
@@ -2703,8 +2766,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2703
2766
|
}[]>;
|
2704
2767
|
checkedIds: import("vue").ComputedRef<any[]>;
|
2705
2768
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
2706
|
-
allChecked: import("vue").WritableComputedRef<boolean>;
|
2707
|
-
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
2769
|
+
allChecked: import("vue").WritableComputedRef<boolean, boolean>;
|
2770
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[], any[]>;
|
2708
2771
|
currentTabKey: import("vue").ComputedRef<any>;
|
2709
2772
|
showAllCheckbox: import("vue").ComputedRef<boolean>;
|
2710
2773
|
getOrgList: () => Promise<void>;
|
@@ -2719,28 +2782,28 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2719
2782
|
getAllUser: (tree: import("../../shared/types").AnyObject[]) => import("../../shared/types").AnyObject[];
|
2720
2783
|
handlePositiveClick: () => Promise<void>;
|
2721
2784
|
closeTag: (id: string) => void;
|
2722
|
-
NModal: any;
|
2723
|
-
NButton: any;
|
2724
|
-
NSpace: any;
|
2725
|
-
NAvatar: any;
|
2726
|
-
NIcon: any;
|
2727
|
-
NTag: any;
|
2728
|
-
NInput: any;
|
2729
|
-
NCheckbox: any;
|
2730
|
-
NCheckboxGroup: any;
|
2731
|
-
NTooltip: any;
|
2732
|
-
NBreadcrumb: any;
|
2733
|
-
NBreadcrumbItem: any;
|
2734
|
-
SearchOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2735
|
-
AddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2736
|
-
PersonOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2737
|
-
PeopleOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2738
|
-
ChevronBackOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2739
|
-
ChevronForwardOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2740
|
-
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
2741
|
-
isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
2742
|
-
getRoleName: typeof import("./src/utils").getRoleName;
|
2743
|
-
},
|
2785
|
+
readonly NModal: any;
|
2786
|
+
readonly NButton: any;
|
2787
|
+
readonly NSpace: any;
|
2788
|
+
readonly NAvatar: any;
|
2789
|
+
readonly NIcon: any;
|
2790
|
+
readonly NTag: any;
|
2791
|
+
readonly NInput: any;
|
2792
|
+
readonly NCheckbox: any;
|
2793
|
+
readonly NCheckboxGroup: any;
|
2794
|
+
readonly NTooltip: any;
|
2795
|
+
readonly NBreadcrumb: any;
|
2796
|
+
readonly NBreadcrumbItem: any;
|
2797
|
+
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>;
|
2798
|
+
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>;
|
2799
|
+
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>;
|
2800
|
+
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>;
|
2801
|
+
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>;
|
2802
|
+
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>;
|
2803
|
+
readonly last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
2804
|
+
readonly isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
2805
|
+
readonly getRoleName: typeof import("./src/utils").getRoleName;
|
2806
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2744
2807
|
title: {
|
2745
2808
|
type: StringConstructor;
|
2746
2809
|
default: string;
|
@@ -2764,27 +2827,27 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2764
2827
|
type: BooleanConstructor;
|
2765
2828
|
default: boolean;
|
2766
2829
|
};
|
2767
|
-
}>> & {
|
2830
|
+
}>> & Readonly<{
|
2768
2831
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
2769
|
-
}
|
2832
|
+
}>, {
|
2770
2833
|
title: string;
|
2771
2834
|
defaultValue: import("../../shared/types").AnyObject[];
|
2772
2835
|
disabled: boolean;
|
2773
2836
|
mode: string;
|
2774
2837
|
disabledIds: string[];
|
2775
|
-
}>;
|
2776
|
-
simplifyMessage: typeof import("./src/utils").simplifyMessage;
|
2777
|
-
isAudioOrVideoMessage: typeof import("./src/utils").isAudioOrVideoMessage;
|
2778
|
-
getAVTime: typeof import("./src/utils").getAVTime;
|
2779
|
-
getForwardTitle: typeof import("./src/utils").getForwardTitle;
|
2780
|
-
formatJsonstr: typeof import("./src/utils").formatJsonstr;
|
2781
|
-
MESSAGE_TYPE: typeof import("./src/constants").MESSAGE_TYPE;
|
2782
|
-
ChatbubbleEllipsesOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2783
|
-
EllipsisHorizontal: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2784
|
-
CallOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2785
|
-
VideocamOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2786
|
-
DocumentSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2787
|
-
ImageLightbox: import("vue").DefineComponent<{
|
2838
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2839
|
+
readonly simplifyMessage: typeof import("./src/utils").simplifyMessage;
|
2840
|
+
readonly isAudioOrVideoMessage: typeof import("./src/utils").isAudioOrVideoMessage;
|
2841
|
+
readonly getAVTime: typeof import("./src/utils").getAVTime;
|
2842
|
+
readonly getForwardTitle: typeof import("./src/utils").getForwardTitle;
|
2843
|
+
readonly formatJsonstr: typeof import("./src/utils").formatJsonstr;
|
2844
|
+
readonly MESSAGE_TYPE: typeof import("./src/constants").MESSAGE_TYPE;
|
2845
|
+
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>;
|
2846
|
+
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>;
|
2847
|
+
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>;
|
2848
|
+
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>;
|
2849
|
+
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>;
|
2850
|
+
ImageLightbox: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2788
2851
|
images: {
|
2789
2852
|
type: import("vue").PropType<import("./src/types").ImageItem[]>;
|
2790
2853
|
default: () => never[];
|
@@ -2796,8 +2859,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2796
2859
|
type: StringConstructor;
|
2797
2860
|
default: string;
|
2798
2861
|
};
|
2799
|
-
}
|
2800
|
-
props:
|
2862
|
+
}>, {
|
2863
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2801
2864
|
images: {
|
2802
2865
|
type: import("vue").PropType<import("./src/types").ImageItem[]>;
|
2803
2866
|
default: () => never[];
|
@@ -2809,26 +2872,44 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2809
2872
|
type: StringConstructor;
|
2810
2873
|
default: string;
|
2811
2874
|
};
|
2812
|
-
}>> & {
|
2875
|
+
}>> & Readonly<{
|
2813
2876
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
2814
2877
|
"onUpdate:currentId"?: ((...args: any[]) => any) | undefined;
|
2815
|
-
}
|
2878
|
+
}> & {}>;
|
2816
2879
|
emit: (event: "update:visible" | "update:currentId", ...args: any[]) => void;
|
2817
|
-
imageEl: import("vue").Ref<HTMLImageElement | null>;
|
2880
|
+
imageEl: import("vue").Ref<HTMLImageElement | null, HTMLImageElement | null>;
|
2818
2881
|
naturalSize: import("vue").Ref<{
|
2819
2882
|
width: number;
|
2820
2883
|
height: number;
|
2884
|
+
}, {
|
2885
|
+
width: number;
|
2886
|
+
height: number;
|
2887
|
+
} | {
|
2888
|
+
width: number;
|
2889
|
+
height: number;
|
2821
2890
|
}>;
|
2822
|
-
scale: import("vue").Ref<number>;
|
2823
|
-
rotation: import("vue").Ref<number>;
|
2824
|
-
isDragging: import("vue").Ref<boolean>;
|
2891
|
+
scale: import("vue").Ref<number, number>;
|
2892
|
+
rotation: import("vue").Ref<number, number>;
|
2893
|
+
isDragging: import("vue").Ref<boolean, boolean>;
|
2825
2894
|
offset: import("vue").Ref<{
|
2826
2895
|
x: number;
|
2827
2896
|
y: number;
|
2897
|
+
}, {
|
2898
|
+
x: number;
|
2899
|
+
y: number;
|
2900
|
+
} | {
|
2901
|
+
x: number;
|
2902
|
+
y: number;
|
2828
2903
|
}>;
|
2829
2904
|
lastMouse: import("vue").Ref<{
|
2830
2905
|
x: number;
|
2831
2906
|
y: number;
|
2907
|
+
}, {
|
2908
|
+
x: number;
|
2909
|
+
y: number;
|
2910
|
+
} | {
|
2911
|
+
x: number;
|
2912
|
+
y: number;
|
2832
2913
|
}>;
|
2833
2914
|
idToIndexMap: import("vue").ComputedRef<Map<string, number>>;
|
2834
2915
|
currentIndex: import("vue").ComputedRef<number>;
|
@@ -2856,16 +2937,16 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2856
2937
|
handleWheel: (e: WheelEvent) => void;
|
2857
2938
|
handleImageLoad: () => void;
|
2858
2939
|
download: () => void;
|
2859
|
-
Close: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2860
|
-
PlaySkipBackOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2861
|
-
PlaySkipForwardOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2862
|
-
DownloadOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2863
|
-
RefreshOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2864
|
-
AddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2865
|
-
RemoveSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2866
|
-
NButton: any;
|
2867
|
-
NIcon: any;
|
2868
|
-
},
|
2940
|
+
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>;
|
2941
|
+
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>;
|
2942
|
+
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>;
|
2943
|
+
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>;
|
2944
|
+
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>;
|
2945
|
+
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>;
|
2946
|
+
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>;
|
2947
|
+
readonly NButton: any;
|
2948
|
+
readonly NIcon: any;
|
2949
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:visible" | "update:currentId")[], "update:visible" | "update:currentId", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2869
2950
|
images: {
|
2870
2951
|
type: import("vue").PropType<import("./src/types").ImageItem[]>;
|
2871
2952
|
default: () => never[];
|
@@ -2877,18 +2958,18 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2877
2958
|
type: StringConstructor;
|
2878
2959
|
default: string;
|
2879
2960
|
};
|
2880
|
-
}>> & {
|
2961
|
+
}>> & Readonly<{
|
2881
2962
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
2882
2963
|
"onUpdate:currentId"?: ((...args: any[]) => any) | undefined;
|
2883
|
-
}
|
2964
|
+
}>, {
|
2884
2965
|
visible: boolean;
|
2885
2966
|
images: import("./src/types").ImageItem[];
|
2886
2967
|
currentId: string;
|
2887
|
-
}>;
|
2888
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
2968
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2969
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2889
2970
|
ChatFooter: import("vue").DefineComponent<{}, {
|
2890
2971
|
SPACE_PLACEHOLDER: string;
|
2891
|
-
inputRef: import("vue").Ref<HTMLDivElement | undefined>;
|
2972
|
+
inputRef: import("vue").Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
|
2892
2973
|
state: {
|
2893
2974
|
orgId: string | number;
|
2894
2975
|
currentSessionItem: import("../../shared/types").AnyObject;
|
@@ -2953,9 +3034,9 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2953
3034
|
remark: string;
|
2954
3035
|
contents: import("../../shared/types").AnyObject[];
|
2955
3036
|
}) => Promise<void>;
|
2956
|
-
showEmoji: import("vue").Ref<boolean>;
|
2957
|
-
content: import("vue").Ref<string>;
|
2958
|
-
commonEmoticons: import("vue").Ref<string[]>;
|
3037
|
+
showEmoji: import("vue").Ref<boolean, boolean>;
|
3038
|
+
content: import("vue").Ref<string, string>;
|
3039
|
+
commonEmoticons: import("vue").Ref<string[], string[]>;
|
2959
3040
|
chatAddProps: import("vue").ComputedRef<{
|
2960
3041
|
options: import("../../shared/types").AnyObject[];
|
2961
3042
|
defaultValue: import("../../shared/types").AnyObject[];
|
@@ -2967,6 +3048,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2967
3048
|
handleKeyDown: (event: KeyboardEvent) => void;
|
2968
3049
|
isWrap: (event: KeyboardEvent) => boolean;
|
2969
3050
|
handleInput: () => void;
|
3051
|
+
insertHTMLAtCursor: (html: string) => void;
|
2970
3052
|
selectEmoji: (name: string) => void;
|
2971
3053
|
insertSpace: () => void;
|
2972
3054
|
doUpdateFile: (file: File) => Promise<any>;
|
@@ -2985,14 +3067,15 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2985
3067
|
remark: string;
|
2986
3068
|
}, type?: string) => void;
|
2987
3069
|
handlecancelForward: () => void;
|
3070
|
+
insertImageFromFile: (file: File) => void;
|
2988
3071
|
handleFilePaste: (event: ClipboardEvent) => void;
|
2989
|
-
NButton: any;
|
2990
|
-
NPopover: any;
|
2991
|
-
NTooltip: any;
|
2992
|
-
NUpload: any;
|
2993
|
-
NUploadTrigger: any;
|
2994
|
-
NIcon: any;
|
2995
|
-
ChatAdd: import("vue").DefineComponent<{
|
3072
|
+
readonly NButton: any;
|
3073
|
+
readonly NPopover: any;
|
3074
|
+
readonly NTooltip: any;
|
3075
|
+
readonly NUpload: any;
|
3076
|
+
readonly NUploadTrigger: any;
|
3077
|
+
readonly NIcon: any;
|
3078
|
+
ChatAdd: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2996
3079
|
title: {
|
2997
3080
|
type: StringConstructor;
|
2998
3081
|
default: string;
|
@@ -3016,14 +3099,14 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3016
3099
|
type: BooleanConstructor;
|
3017
3100
|
default: boolean;
|
3018
3101
|
};
|
3019
|
-
}
|
3102
|
+
}>, {
|
3020
3103
|
initialOptions: import("../../shared/types").AnyObject[];
|
3021
3104
|
tabList: {
|
3022
3105
|
key: string;
|
3023
3106
|
label: string;
|
3024
3107
|
}[];
|
3025
3108
|
orgList: import("../../shared/types").AnyObject[];
|
3026
|
-
props:
|
3109
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
3027
3110
|
title: {
|
3028
3111
|
type: StringConstructor;
|
3029
3112
|
default: string;
|
@@ -3047,9 +3130,9 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3047
3130
|
type: BooleanConstructor;
|
3048
3131
|
default: boolean;
|
3049
3132
|
};
|
3050
|
-
}>> & {
|
3133
|
+
}>> & Readonly<{
|
3051
3134
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
3052
|
-
}
|
3135
|
+
}> & {}>;
|
3053
3136
|
emit: (event: "comfirm", ...args: any[]) => void;
|
3054
3137
|
state: {
|
3055
3138
|
orgId: string | number;
|
@@ -3104,16 +3187,16 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3104
3187
|
isForward: boolean;
|
3105
3188
|
};
|
3106
3189
|
setCurrentSessionItem: (item: import("../../shared/types").AnyObject) => void;
|
3107
|
-
listRef: import("vue").Ref<any>;
|
3108
|
-
keyword: import("vue").Ref<string>;
|
3109
|
-
showModal: import("vue").Ref<boolean>;
|
3110
|
-
checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
3111
|
-
groupName: import("vue").Ref<string>;
|
3112
|
-
remark: import("vue").Ref<string>;
|
3113
|
-
currentTab: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
3114
|
-
breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
3115
|
-
breadcrumbRef: import("vue").Ref<any>;
|
3116
|
-
userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
3190
|
+
listRef: import("vue").Ref<any, any>;
|
3191
|
+
keyword: import("vue").Ref<string, string>;
|
3192
|
+
showModal: import("vue").Ref<boolean, boolean>;
|
3193
|
+
checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
3194
|
+
groupName: import("vue").Ref<string, string>;
|
3195
|
+
remark: import("vue").Ref<string, string>;
|
3196
|
+
currentTab: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
3197
|
+
breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
3198
|
+
breadcrumbRef: import("vue").Ref<any, any>;
|
3199
|
+
userList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
3117
3200
|
handleInput: () => void;
|
3118
3201
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
3119
3202
|
sessionList: import("vue").ComputedRef<{
|
@@ -3139,8 +3222,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3139
3222
|
}[]>;
|
3140
3223
|
checkedIds: import("vue").ComputedRef<any[]>;
|
3141
3224
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
3142
|
-
allChecked: import("vue").WritableComputedRef<boolean>;
|
3143
|
-
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
3225
|
+
allChecked: import("vue").WritableComputedRef<boolean, boolean>;
|
3226
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[], any[]>;
|
3144
3227
|
currentTabKey: import("vue").ComputedRef<any>;
|
3145
3228
|
showAllCheckbox: import("vue").ComputedRef<boolean>;
|
3146
3229
|
getOrgList: () => Promise<void>;
|
@@ -3155,28 +3238,28 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3155
3238
|
getAllUser: (tree: import("../../shared/types").AnyObject[]) => import("../../shared/types").AnyObject[];
|
3156
3239
|
handlePositiveClick: () => Promise<void>;
|
3157
3240
|
closeTag: (id: string) => void;
|
3158
|
-
NModal: any;
|
3159
|
-
NButton: any;
|
3160
|
-
NSpace: any;
|
3161
|
-
NAvatar: any;
|
3162
|
-
NIcon: any;
|
3163
|
-
NTag: any;
|
3164
|
-
NInput: any;
|
3165
|
-
NCheckbox: any;
|
3166
|
-
NCheckboxGroup: any;
|
3167
|
-
NTooltip: any;
|
3168
|
-
NBreadcrumb: any;
|
3169
|
-
NBreadcrumbItem: any;
|
3170
|
-
SearchOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
3171
|
-
AddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
3172
|
-
PersonOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
3173
|
-
PeopleOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
3174
|
-
ChevronBackOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
3175
|
-
ChevronForwardOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
3176
|
-
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
3177
|
-
isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
3178
|
-
getRoleName: typeof import("./src/utils").getRoleName;
|
3179
|
-
},
|
3241
|
+
readonly NModal: any;
|
3242
|
+
readonly NButton: any;
|
3243
|
+
readonly NSpace: any;
|
3244
|
+
readonly NAvatar: any;
|
3245
|
+
readonly NIcon: any;
|
3246
|
+
readonly NTag: any;
|
3247
|
+
readonly NInput: any;
|
3248
|
+
readonly NCheckbox: any;
|
3249
|
+
readonly NCheckboxGroup: any;
|
3250
|
+
readonly NTooltip: any;
|
3251
|
+
readonly NBreadcrumb: any;
|
3252
|
+
readonly NBreadcrumbItem: any;
|
3253
|
+
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>;
|
3254
|
+
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>;
|
3255
|
+
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>;
|
3256
|
+
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>;
|
3257
|
+
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>;
|
3258
|
+
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>;
|
3259
|
+
readonly last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
3260
|
+
readonly isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
3261
|
+
readonly getRoleName: typeof import("./src/utils").getRoleName;
|
3262
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
3180
3263
|
title: {
|
3181
3264
|
type: StringConstructor;
|
3182
3265
|
default: string;
|
@@ -3200,36 +3283,36 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3200
3283
|
type: BooleanConstructor;
|
3201
3284
|
default: boolean;
|
3202
3285
|
};
|
3203
|
-
}>> & {
|
3286
|
+
}>> & Readonly<{
|
3204
3287
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
3205
|
-
}
|
3288
|
+
}>, {
|
3206
3289
|
title: string;
|
3207
3290
|
defaultValue: import("../../shared/types").AnyObject[];
|
3208
3291
|
disabled: boolean;
|
3209
3292
|
mode: string;
|
3210
3293
|
disabledIds: string[];
|
3211
|
-
}>;
|
3212
|
-
emojis: {
|
3294
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
3295
|
+
readonly emojis: {
|
3213
3296
|
default: string[][];
|
3214
3297
|
findEmoji(name: string): string | undefined;
|
3215
3298
|
};
|
3216
|
-
MESSAGE_TYPE: typeof import("./src/constants").MESSAGE_TYPE;
|
3217
|
-
CloseCircleOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
3218
|
-
CallOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
3219
|
-
VideocamOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
3220
|
-
CloseOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
3221
|
-
FolderOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
3222
|
-
ImageOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
3223
|
-
HappyOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
3224
|
-
ThumbsUp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
3225
|
-
simplifyMessage: typeof import("./src/utils").simplifyMessage;
|
3226
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
3299
|
+
readonly MESSAGE_TYPE: typeof import("./src/constants").MESSAGE_TYPE;
|
3300
|
+
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>;
|
3301
|
+
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>;
|
3302
|
+
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>;
|
3303
|
+
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>;
|
3304
|
+
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>;
|
3305
|
+
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>;
|
3306
|
+
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>;
|
3307
|
+
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>;
|
3308
|
+
readonly simplifyMessage: typeof import("./src/utils").simplifyMessage;
|
3309
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
3227
3310
|
ChatSearch: import("vue").DefineComponent<{}, {
|
3228
|
-
userListRef: import("vue").Ref<any>;
|
3229
|
-
patientListRef: import("vue").Ref<any>;
|
3230
|
-
inputRef: import("vue").Ref<any>;
|
3231
|
-
showSearch: import("vue").Ref<boolean>;
|
3232
|
-
keyword: import("vue").Ref<string>;
|
3311
|
+
userListRef: import("vue").Ref<any, any>;
|
3312
|
+
patientListRef: import("vue").Ref<any, any>;
|
3313
|
+
inputRef: import("vue").Ref<any, any>;
|
3314
|
+
showSearch: import("vue").Ref<boolean, boolean>;
|
3315
|
+
keyword: import("vue").Ref<string, string>;
|
3233
3316
|
cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
|
3234
3317
|
state: {
|
3235
3318
|
orgId: string | number;
|
@@ -3284,12 +3367,12 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3284
3367
|
isForward: boolean;
|
3285
3368
|
};
|
3286
3369
|
openSession: (session: string | import("../../shared/types").AnyObject) => Promise<void>;
|
3287
|
-
userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
3370
|
+
userList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
3288
3371
|
handleInput: () => void;
|
3289
|
-
patientList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
3372
|
+
patientList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
3290
3373
|
handlePatientInput: () => void;
|
3291
|
-
currentTabValue: import("vue").Ref<string>;
|
3292
|
-
currentIndex: import("vue").Ref<number>;
|
3374
|
+
currentTabValue: import("vue").Ref<string, string>;
|
3375
|
+
currentIndex: import("vue").Ref<number, number>;
|
3293
3376
|
groupList: import("vue").ComputedRef<import("../../shared/types").AnyObject[]>;
|
3294
3377
|
showNoUserData: import("vue").ComputedRef<boolean>;
|
3295
3378
|
showNoPatientData: import("vue").ComputedRef<boolean>;
|
@@ -3303,15 +3386,15 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3303
3386
|
addSession: (id: string) => Promise<void>;
|
3304
3387
|
handleTabChange: () => void;
|
3305
3388
|
handleClose: () => void;
|
3306
|
-
NPopover: any;
|
3307
|
-
NButton: any;
|
3308
|
-
NInput: any;
|
3309
|
-
NIcon: any;
|
3310
|
-
NTabs: any;
|
3311
|
-
NTabPane: any;
|
3312
|
-
NDivider: any;
|
3313
|
-
SearchOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
3314
|
-
DefaultPage: SFCWithInstall<import("vue").DefineComponent<{
|
3389
|
+
readonly NPopover: any;
|
3390
|
+
readonly NButton: any;
|
3391
|
+
readonly NInput: any;
|
3392
|
+
readonly NIcon: any;
|
3393
|
+
readonly NTabs: any;
|
3394
|
+
readonly NTabPane: any;
|
3395
|
+
readonly NDivider: any;
|
3396
|
+
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>;
|
3397
|
+
readonly DefaultPage: SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
3315
3398
|
type: {
|
3316
3399
|
type: StringConstructor;
|
3317
3400
|
default: string;
|
@@ -3323,8 +3406,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3323
3406
|
content: string;
|
3324
3407
|
};
|
3325
3408
|
};
|
3326
|
-
}
|
3327
|
-
props:
|
3409
|
+
}>, {
|
3410
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
3328
3411
|
type: {
|
3329
3412
|
type: StringConstructor;
|
3330
3413
|
default: string;
|
@@ -3336,9 +3419,9 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3336
3419
|
content: string;
|
3337
3420
|
};
|
3338
3421
|
};
|
3339
|
-
}>> & {
|
3422
|
+
}>> & Readonly<{
|
3340
3423
|
onReloadPage?: ((...args: any[]) => any) | undefined;
|
3341
|
-
}
|
3424
|
+
}> & {}>;
|
3342
3425
|
emit: (event: "reloadPage", ...args: any[]) => void;
|
3343
3426
|
configResult: import("vue").ComputedRef<{
|
3344
3427
|
title: string;
|
@@ -3346,9 +3429,9 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3346
3429
|
img: string;
|
3347
3430
|
}>;
|
3348
3431
|
reloadPage: () => void;
|
3349
|
-
NIcon: any;
|
3350
|
-
Refresh: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
3351
|
-
},
|
3432
|
+
readonly NIcon: any;
|
3433
|
+
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>;
|
3434
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
3352
3435
|
type: {
|
3353
3436
|
type: StringConstructor;
|
3354
3437
|
default: string;
|
@@ -3360,29 +3443,29 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3360
3443
|
content: string;
|
3361
3444
|
};
|
3362
3445
|
};
|
3363
|
-
}>> & {
|
3446
|
+
}>> & Readonly<{
|
3364
3447
|
onReloadPage?: ((...args: any[]) => any) | undefined;
|
3365
|
-
}
|
3448
|
+
}>, {
|
3366
3449
|
type: string;
|
3367
3450
|
config: import("../../shared/types").AnyObject;
|
3368
|
-
}>>;
|
3369
|
-
userItemRender: import("vue").DefineComponent<{
|
3451
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
3452
|
+
readonly userItemRender: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
3370
3453
|
item: {
|
3371
3454
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
3372
3455
|
default: () => {};
|
3373
3456
|
};
|
3374
|
-
}
|
3457
|
+
}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "item-click"[], "item-click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
3375
3458
|
item: {
|
3376
3459
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
3377
3460
|
default: () => {};
|
3378
3461
|
};
|
3379
|
-
}>> & {
|
3462
|
+
}>> & Readonly<{
|
3380
3463
|
"onItem-click"?: ((...args: any[]) => any) | undefined;
|
3381
|
-
}
|
3464
|
+
}>, {
|
3382
3465
|
item: import("../../shared/types").AnyObject;
|
3383
|
-
}>;
|
3384
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
3385
|
-
ChatAdd: import("vue").DefineComponent<{
|
3466
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
3467
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
3468
|
+
ChatAdd: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
3386
3469
|
title: {
|
3387
3470
|
type: StringConstructor;
|
3388
3471
|
default: string;
|
@@ -3406,14 +3489,14 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3406
3489
|
type: BooleanConstructor;
|
3407
3490
|
default: boolean;
|
3408
3491
|
};
|
3409
|
-
}
|
3492
|
+
}>, {
|
3410
3493
|
initialOptions: import("../../shared/types").AnyObject[];
|
3411
3494
|
tabList: {
|
3412
3495
|
key: string;
|
3413
3496
|
label: string;
|
3414
3497
|
}[];
|
3415
3498
|
orgList: import("../../shared/types").AnyObject[];
|
3416
|
-
props:
|
3499
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
3417
3500
|
title: {
|
3418
3501
|
type: StringConstructor;
|
3419
3502
|
default: string;
|
@@ -3437,9 +3520,9 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3437
3520
|
type: BooleanConstructor;
|
3438
3521
|
default: boolean;
|
3439
3522
|
};
|
3440
|
-
}>> & {
|
3523
|
+
}>> & Readonly<{
|
3441
3524
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
3442
|
-
}
|
3525
|
+
}> & {}>;
|
3443
3526
|
emit: (event: "comfirm", ...args: any[]) => void;
|
3444
3527
|
state: {
|
3445
3528
|
orgId: string | number;
|
@@ -3494,16 +3577,16 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3494
3577
|
isForward: boolean;
|
3495
3578
|
};
|
3496
3579
|
setCurrentSessionItem: (item: import("../../shared/types").AnyObject) => void;
|
3497
|
-
listRef: import("vue").Ref<any>;
|
3498
|
-
keyword: import("vue").Ref<string>;
|
3499
|
-
showModal: import("vue").Ref<boolean>;
|
3500
|
-
checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
3501
|
-
groupName: import("vue").Ref<string>;
|
3502
|
-
remark: import("vue").Ref<string>;
|
3503
|
-
currentTab: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
3504
|
-
breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
3505
|
-
breadcrumbRef: import("vue").Ref<any>;
|
3506
|
-
userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
3580
|
+
listRef: import("vue").Ref<any, any>;
|
3581
|
+
keyword: import("vue").Ref<string, string>;
|
3582
|
+
showModal: import("vue").Ref<boolean, boolean>;
|
3583
|
+
checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
3584
|
+
groupName: import("vue").Ref<string, string>;
|
3585
|
+
remark: import("vue").Ref<string, string>;
|
3586
|
+
currentTab: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
3587
|
+
breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
3588
|
+
breadcrumbRef: import("vue").Ref<any, any>;
|
3589
|
+
userList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
3507
3590
|
handleInput: () => void;
|
3508
3591
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
3509
3592
|
sessionList: import("vue").ComputedRef<{
|
@@ -3529,8 +3612,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3529
3612
|
}[]>;
|
3530
3613
|
checkedIds: import("vue").ComputedRef<any[]>;
|
3531
3614
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
3532
|
-
allChecked: import("vue").WritableComputedRef<boolean>;
|
3533
|
-
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
3615
|
+
allChecked: import("vue").WritableComputedRef<boolean, boolean>;
|
3616
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[], any[]>;
|
3534
3617
|
currentTabKey: import("vue").ComputedRef<any>;
|
3535
3618
|
showAllCheckbox: import("vue").ComputedRef<boolean>;
|
3536
3619
|
getOrgList: () => Promise<void>;
|
@@ -3545,28 +3628,28 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3545
3628
|
getAllUser: (tree: import("../../shared/types").AnyObject[]) => import("../../shared/types").AnyObject[];
|
3546
3629
|
handlePositiveClick: () => Promise<void>;
|
3547
3630
|
closeTag: (id: string) => void;
|
3548
|
-
NModal: any;
|
3549
|
-
NButton: any;
|
3550
|
-
NSpace: any;
|
3551
|
-
NAvatar: any;
|
3552
|
-
NIcon: any;
|
3553
|
-
NTag: any;
|
3554
|
-
NInput: any;
|
3555
|
-
NCheckbox: any;
|
3556
|
-
NCheckboxGroup: any;
|
3557
|
-
NTooltip: any;
|
3558
|
-
NBreadcrumb: any;
|
3559
|
-
NBreadcrumbItem: any;
|
3560
|
-
SearchOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
3561
|
-
AddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
3562
|
-
PersonOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
3563
|
-
PeopleOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
3564
|
-
ChevronBackOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
3565
|
-
ChevronForwardOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
3566
|
-
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
3567
|
-
isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
3568
|
-
getRoleName: typeof import("./src/utils").getRoleName;
|
3569
|
-
},
|
3631
|
+
readonly NModal: any;
|
3632
|
+
readonly NButton: any;
|
3633
|
+
readonly NSpace: any;
|
3634
|
+
readonly NAvatar: any;
|
3635
|
+
readonly NIcon: any;
|
3636
|
+
readonly NTag: any;
|
3637
|
+
readonly NInput: any;
|
3638
|
+
readonly NCheckbox: any;
|
3639
|
+
readonly NCheckboxGroup: any;
|
3640
|
+
readonly NTooltip: any;
|
3641
|
+
readonly NBreadcrumb: any;
|
3642
|
+
readonly NBreadcrumbItem: any;
|
3643
|
+
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>;
|
3644
|
+
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>;
|
3645
|
+
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>;
|
3646
|
+
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>;
|
3647
|
+
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>;
|
3648
|
+
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>;
|
3649
|
+
readonly last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
3650
|
+
readonly isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
3651
|
+
readonly getRoleName: typeof import("./src/utils").getRoleName;
|
3652
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
3570
3653
|
title: {
|
3571
3654
|
type: StringConstructor;
|
3572
3655
|
default: string;
|
@@ -3590,15 +3673,15 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3590
3673
|
type: BooleanConstructor;
|
3591
3674
|
default: boolean;
|
3592
3675
|
};
|
3593
|
-
}>> & {
|
3676
|
+
}>> & Readonly<{
|
3594
3677
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
3595
|
-
}
|
3678
|
+
}>, {
|
3596
3679
|
title: string;
|
3597
3680
|
defaultValue: import("../../shared/types").AnyObject[];
|
3598
3681
|
disabled: boolean;
|
3599
3682
|
mode: string;
|
3600
3683
|
disabledIds: string[];
|
3601
|
-
}>;
|
3684
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
3602
3685
|
Video: import("vue").DefineComponent<{}, {
|
3603
3686
|
sendMessage: (message: {
|
3604
3687
|
chatType?: string | undefined;
|
@@ -3658,8 +3741,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3658
3741
|
isForward: boolean;
|
3659
3742
|
};
|
3660
3743
|
trtc: import("trtc-sdk-v5").TRTC;
|
3661
|
-
timing: import("vue").Ref<string>;
|
3662
|
-
voiceClose: import("vue").Ref<boolean>;
|
3744
|
+
timing: import("vue").Ref<string, string>;
|
3745
|
+
voiceClose: import("vue").Ref<boolean, boolean>;
|
3663
3746
|
isAudio: import("vue").ComputedRef<boolean>;
|
3664
3747
|
isCall: import("vue").ComputedRef<boolean>;
|
3665
3748
|
startTimer: () => void;
|
@@ -3675,9 +3758,9 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3675
3758
|
exitRoom: () => Promise<void>;
|
3676
3759
|
startLocalMedia: (selfVideoRef?: HTMLElement | undefined) => Promise<void>;
|
3677
3760
|
MAIN_STREAM_TYPE: any;
|
3678
|
-
videoRef: import("vue").Ref<HTMLElement | undefined>;
|
3679
|
-
selfVideoRef: import("vue").Ref<HTMLElement | undefined>;
|
3680
|
-
isConnect: import("vue").Ref<boolean>;
|
3761
|
+
videoRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
3762
|
+
selfVideoRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
3763
|
+
isConnect: import("vue").Ref<boolean, boolean>;
|
3681
3764
|
timeout: any;
|
3682
3765
|
info: import("vue").ComputedRef<{
|
3683
3766
|
avatar: any;
|
@@ -3701,16 +3784,16 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3701
3784
|
readonly NO_RESPONSE: () => void;
|
3702
3785
|
readonly REJECTED: () => void;
|
3703
3786
|
};
|
3704
|
-
NButton: any;
|
3705
|
-
NAvatar: any;
|
3706
|
-
NIcon: any;
|
3707
|
-
Call: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
3708
|
-
MicOffCircle: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
3709
|
-
Mic: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
3710
|
-
AV_STATUS: typeof import("./src/constants").AV_STATUS;
|
3711
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
3787
|
+
readonly NButton: any;
|
3788
|
+
readonly NAvatar: any;
|
3789
|
+
readonly NIcon: any;
|
3790
|
+
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>;
|
3791
|
+
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>;
|
3792
|
+
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>;
|
3793
|
+
readonly AV_STATUS: typeof import("./src/constants").AV_STATUS;
|
3794
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
3712
3795
|
MultipleVideo: import("vue").DefineComponent<{}, {
|
3713
|
-
selfVideoRef: import("vue").Ref<HTMLElement | undefined>;
|
3796
|
+
selfVideoRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
3714
3797
|
state: {
|
3715
3798
|
orgId: string | number;
|
3716
3799
|
currentSessionItem: import("../../shared/types").AnyObject;
|
@@ -3768,23 +3851,28 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3768
3851
|
content: import("../../shared/types").AnyObject;
|
3769
3852
|
receiver?: string | undefined;
|
3770
3853
|
}) => Promise<void>;
|
3771
|
-
voiceClose: import("vue").Ref<boolean>;
|
3854
|
+
voiceClose: import("vue").Ref<boolean, boolean>;
|
3772
3855
|
isAudio: import("vue").ComputedRef<boolean>;
|
3773
3856
|
isCall: import("vue").ComputedRef<boolean>;
|
3774
3857
|
startTimer: () => void;
|
3775
3858
|
toggleAudio: () => Promise<void>;
|
3776
3859
|
messageTypeText: import("vue").ComputedRef<"语音" | "视频">;
|
3777
|
-
timing: import("vue").Ref<string>;
|
3860
|
+
timing: import("vue").Ref<string, string>;
|
3778
3861
|
toggleVideo: () => Promise<void>;
|
3779
|
-
videocamClose: import("vue").Ref<boolean>;
|
3862
|
+
videocamClose: import("vue").Ref<boolean, boolean>;
|
3780
3863
|
installEventHandlers: (handlers: import("./src/hooks").VideoEventHandlers) => void;
|
3781
3864
|
uninstallEventHandlers: (handlers: import("./src/hooks").VideoEventHandlers) => void;
|
3782
|
-
isConnect: import("vue").Ref<boolean>;
|
3865
|
+
isConnect: import("vue").Ref<boolean, boolean>;
|
3783
3866
|
remoteUsers: import("vue").Ref<{
|
3784
3867
|
id: string;
|
3785
3868
|
name: string;
|
3786
3869
|
hasVideo?: boolean | undefined;
|
3787
3870
|
hasAudio?: boolean | undefined;
|
3871
|
+
}[], import("./src/hooks").RemoteUser[] | {
|
3872
|
+
id: string;
|
3873
|
+
name: string;
|
3874
|
+
hasVideo?: boolean | undefined;
|
3875
|
+
hasAudio?: boolean | undefined;
|
3788
3876
|
}[]>;
|
3789
3877
|
enterRoom: () => Promise<boolean>;
|
3790
3878
|
exitRoom: () => Promise<void>;
|
@@ -3797,20 +3885,32 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3797
3885
|
setVideoRef: (userId: string, el: HTMLElement | null) => void;
|
3798
3886
|
checkAndRenderAllVideos: () => void;
|
3799
3887
|
MAIN_STREAM_TYPE: any;
|
3800
|
-
wrapperRef: import("vue").Ref<HTMLElement | null>;
|
3801
|
-
handleRef: import("vue").Ref<HTMLElement | null>;
|
3802
|
-
isMaxSize: import("vue").Ref<boolean>;
|
3803
|
-
miniWrapperRef: import("vue").Ref<HTMLElement | null>;
|
3888
|
+
wrapperRef: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
|
3889
|
+
handleRef: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
|
3890
|
+
isMaxSize: import("vue").Ref<boolean, boolean>;
|
3891
|
+
miniWrapperRef: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
|
3804
3892
|
callUser: import("vue").ComputedRef<any>;
|
3805
3893
|
title: import("vue").ComputedRef<string>;
|
3806
3894
|
style: import("vue").Ref<{
|
3807
3895
|
left: string;
|
3808
3896
|
top: string;
|
3897
|
+
}, {
|
3898
|
+
left: string;
|
3899
|
+
top: string;
|
3900
|
+
} | {
|
3901
|
+
left: string;
|
3902
|
+
top: string;
|
3809
3903
|
}>;
|
3810
3904
|
changePosition: (position?: ("center" | "top-right") | undefined) => void;
|
3811
3905
|
miniStyle: import("vue").Ref<{
|
3812
3906
|
left: string;
|
3813
3907
|
top: string;
|
3908
|
+
}, {
|
3909
|
+
left: string;
|
3910
|
+
top: string;
|
3911
|
+
} | {
|
3912
|
+
left: string;
|
3913
|
+
top: string;
|
3814
3914
|
}>;
|
3815
3915
|
changeMiniPosition: (position?: ("center" | "top-right") | undefined) => void;
|
3816
3916
|
handleAddPerson: ({ checkedIds, checkedOptions }: {
|
@@ -3827,11 +3927,11 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3827
3927
|
handleRemoteUserEnter: (event: import("./src/hooks").TRTCEvent) => Promise<void>;
|
3828
3928
|
getUserName: (userId: string) => Promise<string>;
|
3829
3929
|
handleRemoteUserExit: (event: import("./src/hooks").TRTCEvent) => void;
|
3830
|
-
periodicCheckInterval: null;
|
3831
|
-
NButton: any;
|
3832
|
-
NAvatar: any;
|
3833
|
-
NIcon: any;
|
3834
|
-
ChatAdd: import("vue").DefineComponent<{
|
3930
|
+
periodicCheckInterval: NodeJS.Timeout | null;
|
3931
|
+
readonly NButton: any;
|
3932
|
+
readonly NAvatar: any;
|
3933
|
+
readonly NIcon: any;
|
3934
|
+
ChatAdd: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
3835
3935
|
title: {
|
3836
3936
|
type: StringConstructor;
|
3837
3937
|
default: string;
|
@@ -3855,14 +3955,14 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3855
3955
|
type: BooleanConstructor;
|
3856
3956
|
default: boolean;
|
3857
3957
|
};
|
3858
|
-
}
|
3958
|
+
}>, {
|
3859
3959
|
initialOptions: import("../../shared/types").AnyObject[];
|
3860
3960
|
tabList: {
|
3861
3961
|
key: string;
|
3862
3962
|
label: string;
|
3863
3963
|
}[];
|
3864
3964
|
orgList: import("../../shared/types").AnyObject[];
|
3865
|
-
props:
|
3965
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
3866
3966
|
title: {
|
3867
3967
|
type: StringConstructor;
|
3868
3968
|
default: string;
|
@@ -3886,9 +3986,9 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3886
3986
|
type: BooleanConstructor;
|
3887
3987
|
default: boolean;
|
3888
3988
|
};
|
3889
|
-
}>> & {
|
3989
|
+
}>> & Readonly<{
|
3890
3990
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
3891
|
-
}
|
3991
|
+
}> & {}>;
|
3892
3992
|
emit: (event: "comfirm", ...args: any[]) => void;
|
3893
3993
|
state: {
|
3894
3994
|
orgId: string | number;
|
@@ -3943,16 +4043,16 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3943
4043
|
isForward: boolean;
|
3944
4044
|
};
|
3945
4045
|
setCurrentSessionItem: (item: import("../../shared/types").AnyObject) => void;
|
3946
|
-
listRef: import("vue").Ref<any>;
|
3947
|
-
keyword: import("vue").Ref<string>;
|
3948
|
-
showModal: import("vue").Ref<boolean>;
|
3949
|
-
checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
3950
|
-
groupName: import("vue").Ref<string>;
|
3951
|
-
remark: import("vue").Ref<string>;
|
3952
|
-
currentTab: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
3953
|
-
breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
3954
|
-
breadcrumbRef: import("vue").Ref<any>;
|
3955
|
-
userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
4046
|
+
listRef: import("vue").Ref<any, any>;
|
4047
|
+
keyword: import("vue").Ref<string, string>;
|
4048
|
+
showModal: import("vue").Ref<boolean, boolean>;
|
4049
|
+
checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
4050
|
+
groupName: import("vue").Ref<string, string>;
|
4051
|
+
remark: import("vue").Ref<string, string>;
|
4052
|
+
currentTab: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
4053
|
+
breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
4054
|
+
breadcrumbRef: import("vue").Ref<any, any>;
|
4055
|
+
userList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
3956
4056
|
handleInput: () => void;
|
3957
4057
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
3958
4058
|
sessionList: import("vue").ComputedRef<{
|
@@ -3978,8 +4078,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3978
4078
|
}[]>;
|
3979
4079
|
checkedIds: import("vue").ComputedRef<any[]>;
|
3980
4080
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
3981
|
-
allChecked: import("vue").WritableComputedRef<boolean>;
|
3982
|
-
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
4081
|
+
allChecked: import("vue").WritableComputedRef<boolean, boolean>;
|
4082
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[], any[]>;
|
3983
4083
|
currentTabKey: import("vue").ComputedRef<any>;
|
3984
4084
|
showAllCheckbox: import("vue").ComputedRef<boolean>;
|
3985
4085
|
getOrgList: () => Promise<void>;
|
@@ -3994,28 +4094,28 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
3994
4094
|
getAllUser: (tree: import("../../shared/types").AnyObject[]) => import("../../shared/types").AnyObject[];
|
3995
4095
|
handlePositiveClick: () => Promise<void>;
|
3996
4096
|
closeTag: (id: string) => void;
|
3997
|
-
NModal: any;
|
3998
|
-
NButton: any;
|
3999
|
-
NSpace: any;
|
4000
|
-
NAvatar: any;
|
4001
|
-
NIcon: any;
|
4002
|
-
NTag: any;
|
4003
|
-
NInput: any;
|
4004
|
-
NCheckbox: any;
|
4005
|
-
NCheckboxGroup: any;
|
4006
|
-
NTooltip: any;
|
4007
|
-
NBreadcrumb: any;
|
4008
|
-
NBreadcrumbItem: any;
|
4009
|
-
SearchOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
4010
|
-
AddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
4011
|
-
PersonOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
4012
|
-
PeopleOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
4013
|
-
ChevronBackOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
4014
|
-
ChevronForwardOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
4015
|
-
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
4016
|
-
isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
4017
|
-
getRoleName: typeof import("./src/utils").getRoleName;
|
4018
|
-
},
|
4097
|
+
readonly NModal: any;
|
4098
|
+
readonly NButton: any;
|
4099
|
+
readonly NSpace: any;
|
4100
|
+
readonly NAvatar: any;
|
4101
|
+
readonly NIcon: any;
|
4102
|
+
readonly NTag: any;
|
4103
|
+
readonly NInput: any;
|
4104
|
+
readonly NCheckbox: any;
|
4105
|
+
readonly NCheckboxGroup: any;
|
4106
|
+
readonly NTooltip: any;
|
4107
|
+
readonly NBreadcrumb: any;
|
4108
|
+
readonly NBreadcrumbItem: any;
|
4109
|
+
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>;
|
4110
|
+
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>;
|
4111
|
+
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>;
|
4112
|
+
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>;
|
4113
|
+
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>;
|
4114
|
+
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>;
|
4115
|
+
readonly last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
4116
|
+
readonly isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
4117
|
+
readonly getRoleName: typeof import("./src/utils").getRoleName;
|
4118
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
4019
4119
|
title: {
|
4020
4120
|
type: StringConstructor;
|
4021
4121
|
default: string;
|
@@ -4039,24 +4139,24 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
4039
4139
|
type: BooleanConstructor;
|
4040
4140
|
default: boolean;
|
4041
4141
|
};
|
4042
|
-
}>> & {
|
4142
|
+
}>> & Readonly<{
|
4043
4143
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
4044
|
-
}
|
4144
|
+
}>, {
|
4045
4145
|
title: string;
|
4046
4146
|
defaultValue: import("../../shared/types").AnyObject[];
|
4047
4147
|
disabled: boolean;
|
4048
4148
|
mode: string;
|
4049
4149
|
disabledIds: string[];
|
4050
|
-
}>;
|
4051
|
-
Call: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
4052
|
-
Videocam: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
4053
|
-
VideocamOff: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
4054
|
-
Mic: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
4055
|
-
PersonAdd: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
4056
|
-
MicOff: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
4057
|
-
Close: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
4058
|
-
ResizeOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
4059
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
4150
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
4151
|
+
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>;
|
4152
|
+
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>;
|
4153
|
+
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>;
|
4154
|
+
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>;
|
4155
|
+
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>;
|
4156
|
+
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>;
|
4157
|
+
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>;
|
4158
|
+
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>;
|
4159
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
4060
4160
|
PersonProfile: import("vue").DefineComponent<{}, {
|
4061
4161
|
state: {
|
4062
4162
|
orgId: string | number;
|
@@ -4111,8 +4211,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
4111
4211
|
isForward: boolean;
|
4112
4212
|
};
|
4113
4213
|
openSession: (session: string | import("../../shared/types").AnyObject) => Promise<void>;
|
4114
|
-
showLargeAvatar: import("vue").Ref<boolean>;
|
4115
|
-
showPhone: import("vue").Ref<boolean>;
|
4214
|
+
showLargeAvatar: import("vue").Ref<boolean, boolean>;
|
4215
|
+
showPhone: import("vue").Ref<boolean, boolean>;
|
4116
4216
|
userDetail: import("../../shared/types").AnyObject;
|
4117
4217
|
info: {
|
4118
4218
|
label: string;
|
@@ -4130,18 +4230,18 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
4130
4230
|
onChange: (options: {
|
4131
4231
|
file: import("naive-ui/es/upload").UploadFileInfo;
|
4132
4232
|
}) => Promise<void>;
|
4133
|
-
NAvatar: any;
|
4134
|
-
NPopover: any;
|
4135
|
-
NButton: any;
|
4136
|
-
NIcon: any;
|
4137
|
-
ChatbubbleEllipses: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
4138
|
-
Close: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
4139
|
-
EyeOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
4140
|
-
EyeOffOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
4141
|
-
isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
4142
|
-
getRoleName: typeof import("./src/utils").getRoleName;
|
4143
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
4144
|
-
},
|
4233
|
+
readonly NAvatar: any;
|
4234
|
+
readonly NPopover: any;
|
4235
|
+
readonly NButton: any;
|
4236
|
+
readonly NIcon: any;
|
4237
|
+
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>;
|
4238
|
+
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>;
|
4239
|
+
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>;
|
4240
|
+
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>;
|
4241
|
+
readonly isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
4242
|
+
readonly getRoleName: typeof import("./src/utils").getRoleName;
|
4243
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
4244
|
+
}, {}, {}, {}, 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<{
|
4145
4245
|
token: {
|
4146
4246
|
type: StringConstructor;
|
4147
4247
|
required: true;
|
@@ -4194,17 +4294,17 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
4194
4294
|
type: import("vue").PropType<string | Element>;
|
4195
4295
|
default: string;
|
4196
4296
|
};
|
4197
|
-
}>> & {
|
4297
|
+
}>> & Readonly<{
|
4198
4298
|
"onTemplate-click"?: ((...args: any[]) => any) | undefined;
|
4199
4299
|
"onUnread-message-update"?: ((...args: any[]) => any) | undefined;
|
4200
4300
|
"onSession-change"?: ((...args: any[]) => any) | undefined;
|
4201
4301
|
"onSession-close"?: ((...args: any[]) => any) | undefined;
|
4202
|
-
}
|
4203
|
-
show: boolean;
|
4302
|
+
}>, {
|
4204
4303
|
showHeader: boolean;
|
4304
|
+
show: boolean;
|
4205
4305
|
baseURL: string;
|
4206
4306
|
extraParams: import("../../shared/types").AnyObject;
|
4207
4307
|
filterable: boolean;
|
4208
4308
|
videoTeleportTo: string | Element;
|
4209
|
-
}>>;
|
4309
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
4210
4310
|
export default IhoChat;
|