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