cnhis-design-vue 3.4.0-beta.11 → 3.4.0-beta.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +87 -87
- package/es/components/annotation-edit/index.d.ts +5 -5
- package/es/components/annotation-edit/src/AnnotationEdit.d.ts +5 -5
- package/es/components/audio-sdk/index.d.ts +54 -52
- package/es/components/audio-sdk/src/Index.vue.d.ts +54 -52
- package/es/components/audio-sdk/src/Index.vue2.js +8 -7
- package/es/components/audio-sdk/src/audioSDK.d.ts +1 -1
- package/es/components/audio-sdk/src/components/form.vue.d.ts +16 -16
- package/es/components/audio-sdk/src/components/readyCountdown.vue.d.ts +10 -10
- package/es/components/audio-sdk/src/components/readyCountdown.vue2.js +5 -6
- package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +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 +36 -41
- package/es/components/audio-sdk/src/hooks/useChartAudioContext.d.ts +5 -5
- package/es/components/audio-sdk/src/svgs/Close.vue.js +6 -8
- package/es/components/audio-sdk/src/svgs/Continue.vue.js +3 -5
- package/es/components/audio-sdk/src/svgs/Enlarge.vue.js +3 -5
- package/es/components/audio-sdk/src/svgs/Pause.vue.js +3 -5
- package/es/components/audio-sdk/src/svgs/WaveView.vue.js +3 -5
- package/es/components/audio-sdk/src/svgs/Zoom.vue.js +6 -8
- package/es/components/audio-sdk/src/utils/index.d.ts +1 -1
- package/es/components/audio-sdk/src/utils/recordingModal.d.ts +2 -2
- package/es/components/base-search/index.d.ts +61 -19
- package/es/components/base-search/src/index.vue.d.ts +61 -19
- package/es/components/base-search/src/index.vue2.js +30 -31
- package/es/components/big-table/index.d.ts +67 -43
- package/es/components/big-table/src/BigTable.vue.d.ts +67 -43
- package/es/components/big-table/src/BigTable.vue2.js +18 -18
- package/es/components/big-table/src/components/NoData.vue.d.ts +7 -7
- package/es/components/big-table/src/components/NoData.vue2.js +4 -4
- package/es/components/big-table/src/components/edit-form/edit-date.d.ts +7 -5
- package/es/components/big-table/src/components/edit-form/edit-input.d.ts +8 -5
- package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +12 -5
- package/es/components/big-table/src/components/edit-form/edit-select.d.ts +7 -5
- package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +47 -23
- package/es/components/big-table/src/components/edit-form/edit-separate.vue2.js +2 -1
- package/es/components/big-table/src/components/edit-form/edit-time.d.ts +7 -5
- package/es/components/big-table/src/components/edit-form/useCommon.d.ts +2 -2
- package/es/components/big-table/src/components/input-button.vue.d.ts +5 -5
- package/es/components/big-table/src/components/input-button.vue2.js +4 -3
- package/es/components/big-table/src/components/separate.vue.d.ts +31 -7
- package/es/components/big-table/src/components/separate.vue2.js +3 -4
- package/es/components/big-table/src/hooks/useAnnotation.d.ts +1 -1
- package/es/components/big-table/src/hooks/useEdit.d.ts +84 -48
- package/es/components/big-table/src/hooks/useSeparateRow.d.ts +50 -2
- package/es/components/body-select/index.d.ts +17 -17
- package/es/components/body-select/src/index.vue.d.ts +17 -17
- package/es/components/body-select/src/index.vue2.js +8 -10
- package/es/components/bpmn-workflow/index.d.ts +9 -9
- package/es/components/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +9 -9
- package/es/components/bpmn-workflow/src/BpmnWorkflow.vue2.js +1 -1
- package/es/components/branch-notice/index.d.ts +72 -49
- package/es/components/branch-notice/src/BranchNotice.vue.d.ts +70 -47
- package/es/components/branch-notice/src/BranchNotice.vue2.js +6 -5
- package/es/components/branch-notice/src/components/NoticeItem.vue.d.ts +57 -34
- package/es/components/branch-notice/src/components/NoticeItem.vue2.js +4 -4
- package/es/components/branch-notice/src/components/NoticeItemAside.vue.d.ts +12 -12
- package/es/components/branch-notice/src/components/NoticeItemAside.vue2.js +1 -2
- package/es/components/branch-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
- package/es/components/button-print/index.d.ts +201 -141
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +201 -141
- package/es/components/button-print/src/ButtonPrint.vue2.js +8 -7
- package/es/components/button-print/src/components/EditFormat.vue.d.ts +48 -18
- package/es/components/button-print/src/components/EditFormat.vue2.js +8 -8
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +72 -43
- package/es/components/button-print/src/components/IdentityVerification.vue2.js +12 -11
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +101 -71
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +71 -70
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +88 -58
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +6 -6
- package/es/components/button-print/src/components/Preview.vue.d.ts +13 -13
- package/es/components/button-print/src/components/Preview.vue2.js +3 -2
- package/es/components/calendar/index.d.ts +32 -277
- package/es/components/calendar/src/Calendar.vue.d.ts +31 -276
- package/es/components/calendar/src/Calendar.vue2.js +5 -4
- package/es/components/callback/index.d.ts +11 -11
- package/es/components/callback/src/components/dialog/drawer.vue.d.ts +20 -21
- package/es/components/callback/src/components/dialog/drawer.vue2.js +2 -1
- package/es/components/callback/src/components/dialog/modal.vue.d.ts +22 -22
- package/es/components/callback/src/components/dialog/modal.vue2.js +2 -1
- package/es/components/callback/src/components/popup/index.vue.d.ts +6 -6
- package/es/components/callback/src/components/render/drawerIframe/index.vue.d.ts +12 -12
- package/es/components/callback/src/components/render/drawerIframe/index.vue2.js +1 -1
- package/es/components/callback/src/components/render/index.vue.d.ts +6 -6
- package/es/components/callback/src/components/render/popupMaps.d.ts +3162 -1602
- package/es/components/callback/src/index.vue.d.ts +11 -11
- package/es/components/callback/src/index.vue2.js +2 -1
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue.d.ts +12 -15
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue2.js +7 -6
- package/es/components/card-render/index.d.ts +10 -10
- package/es/components/card-render/src/CardRender.vue.d.ts +10 -10
- package/es/components/card-render/src/CardRender.vue2.js +8 -5
- package/es/components/card-render/src/components/Box.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Box.vue2.js +4 -4
- package/es/components/card-render/src/components/Button.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Button.vue2.js +5 -5
- package/es/components/card-render/src/components/Divider.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Divider.vue2.js +1 -1
- package/es/components/card-render/src/components/Field.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Field.vue2.js +21 -21
- package/es/components/card-render/src/components/FieldGroup.vue.d.ts +8 -8
- package/es/components/card-render/src/components/FieldGroup.vue2.js +12 -12
- package/es/components/card-render/src/components/Image.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Image.vue2.js +2 -2
- package/es/components/card-render/src/components/Label.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Label.vue2.js +3 -3
- package/es/components/card-render/src/components/Row.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Row.vue2.js +5 -5
- package/es/components/card-render/src/components/ScaleView.vue.d.ts +8 -8
- package/es/components/card-render/src/components/ScaleView.vue2.js +2 -2
- package/es/components/card-render/src/components/Slot.d.ts +5 -5
- package/es/components/card-render/src/components/Table.vue.d.ts +16 -16
- package/es/components/card-render/src/components/Table.vue2.js +4 -4
- package/es/components/card-render/src/components/Text.vue.d.ts +7 -7
- package/es/components/card-render/src/components/Text.vue2.js +4 -4
- package/es/components/card-render/src/components/index.d.ts +113 -113
- package/es/components/classification/index.d.ts +509 -432
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +370 -358
- package/es/components/classification/src/components/search-filter/index.vue2.js +6 -5
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +414 -402
- package/es/components/classification/src/components/set-classification/index.vue2.js +3 -2
- package/es/components/classification/src/components/table-modal/index.vue.d.ts +27 -27
- package/es/components/classification/src/components/table-modal/index.vue2.js +65 -66
- package/es/components/classification/src/index.vue.d.ts +509 -432
- package/es/components/classification/src/index.vue2.js +61 -63
- package/es/components/config-provider/index.d.ts +7 -5
- package/es/components/config-provider/src/ConfigProvider.d.ts +7 -5
- package/es/components/date-picker/index.d.ts +15 -15
- package/es/components/date-picker/src/DatePicker.vue.d.ts +15 -15
- package/es/components/date-picker/src/DatePicker.vue2.js +9 -8
- package/es/components/default-page/index.d.ts +11 -11
- package/es/components/default-page/src/index.vue.d.ts +11 -11
- package/es/components/default-page/src/index.vue2.js +14 -15
- package/es/components/editor/index.d.ts +77 -7
- package/es/components/editor/src/Editor.d.ts +78 -7
- package/es/components/expand-field/index.d.ts +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 +7 -7
- package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +304 -225
- package/es/components/expand-field/src/components/FormItemPerson.vue2.js +4 -3
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +284 -205
- package/es/components/expand-field/src/components/PersonModal.vue2.js +4 -3
- package/es/components/expand-field/src/components/form.vue.d.ts +458 -285
- package/es/components/expand-field/src/components/form.vue2.js +65 -73
- package/es/components/expand-field/src/index.vue.d.ts +479 -304
- package/es/components/expand-field/src/index.vue2.js +26 -26
- package/es/components/fabric-chart/index.d.ts +29 -29
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +29 -29
- package/es/components/fabric-chart/src/FabricChart.vue2.js +6 -5
- package/es/components/fabric-chart/src/components/PopupMenu.d.ts +6 -6
- package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +7 -7
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +15 -7
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +9 -9
- package/es/components/field-editor/index.d.ts +50 -42
- package/es/components/field-editor/src/FieldEditor.vue.d.ts +50 -42
- package/es/components/field-editor/src/FieldEditor.vue2.js +5 -5
- package/es/components/field-set/index.d.ts +13 -13
- package/es/components/field-set/src/FieldColor.vue.d.ts +216 -154
- package/es/components/field-set/src/FieldColor.vue2.js +7 -6
- package/es/components/field-set/src/FieldFilter.vue.d.ts +77 -51
- package/es/components/field-set/src/FieldFilter.vue2.js +8 -7
- package/es/components/field-set/src/FieldSet.vue.d.ts +78 -64
- package/es/components/field-set/src/FieldSet.vue2.js +24 -23
- package/es/components/field-set/src/Index.vue.d.ts +13 -13
- package/es/components/field-set/src/Index.vue2.js +16 -13
- package/es/components/field-set/src/TableStyle.vue.d.ts +21 -13
- package/es/components/field-set/src/TableStyle.vue2.js +23 -23
- package/es/components/field-set/src/components/condition.vue.d.ts +47 -32
- package/es/components/field-set/src/components/condition.vue2.js +8 -11
- package/es/components/field-set/src/components/edit-dialog.vue.d.ts +149 -102
- package/es/components/field-set/src/components/edit-dialog.vue2.js +4 -3
- package/es/components/field-set/src/components/edit-filter.vue.d.ts +67 -43
- package/es/components/field-set/src/components/edit-filter.vue2.js +2 -1
- package/es/components/field-set/src/components/table-row.vue.d.ts +33 -33
- package/es/components/field-set/src/components/table-row.vue2.js +16 -14
- package/es/components/form-config/index.d.ts +1399 -422
- package/es/components/form-config/src/FormConfig.vue.d.ts +1399 -422
- package/es/components/form-config/src/FormConfig.vue2.js +24 -25
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +57 -49
- package/es/components/form-config/src/components/FormConfigCreator.vue2.js +4 -3
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +9 -9
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +1100 -202
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +5 -6
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +118 -81
- package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +29 -29
- package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +4 -4
- package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +11 -11
- package/es/components/form-config/src/components/renderer/CloseButton.vue2.js +1 -1
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +29 -29
- package/es/components/form-config/src/components/renderer/ComplexNode.vue2.js +4 -5
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +21 -21
- package/es/components/form-config/src/components/renderer/DefaultNode.vue2.js +5 -5
- package/es/components/form-config/src/hooks/usePresetRenderer.d.ts +1 -1
- package/es/components/form-render/index.d.ts +48 -40
- package/es/components/form-render/src/FormRender.vue.d.ts +45 -37
- package/es/components/form-render/src/FormRender.vue2.js +5 -4
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +48 -40
- package/es/components/form-render/src/FormRenderWrapper.vue2.js +2 -2
- package/es/components/form-render/src/components/renderer/combination/combination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/combination/jsonCombination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/combination/tableCombination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/complex.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/date.d.ts +7 -9
- package/es/components/form-render/src/components/renderer/formItem.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/input.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/inputNumber.d.ts +7 -7
- package/es/components/form-render/src/components/renderer/levelSearchCascader/index.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +31 -31
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue2.js +6 -6
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +31 -31
- package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +18 -18
- package/es/components/form-render/src/components/renderer/remoteSearch.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/searchCascade.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/select.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/simpleComponent.d.ts +2 -2
- package/es/components/form-render/src/components/renderer/slider.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/switch.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/text.d.ts +3 -3
- package/es/components/form-render/src/components/renderer/textarea.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/time.d.ts +3 -3
- package/es/components/form-render/src/components/tooltipMessage.vue.d.ts +9 -9
- package/es/components/form-render/src/components/tooltipMessage.vue2.js +1 -1
- package/es/components/form-render/src/hooks/useAnchor.d.ts +9 -1
- package/es/components/form-render/src/hooks/useCommonInjection.d.ts +1 -1
- package/es/components/form-render/src/hooks/useComplexOptions.d.ts +3 -3
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +6 -6
- package/es/components/form-render/src/hooks/useFormField.d.ts +1 -1
- package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +12 -12
- package/es/components/form-render/src/utils/index.d.ts +3 -3
- package/es/components/grid/index.d.ts +1 -1
- package/es/components/grid/src/Grid.d.ts +1 -1
- package/es/components/guide/src/renderer.d.ts +5 -5
- package/es/components/iho-chat/index.d.ts +832 -760
- package/es/components/iho-chat/src/Index.vue.d.ts +832 -760
- package/es/components/iho-chat/src/Index.vue2.js +4 -3
- package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +42 -42
- package/es/components/iho-chat/src/components/ChatAdd.vue2.js +41 -41
- package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +122 -88
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +5 -5
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +64 -64
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +48 -55
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +306 -272
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +8 -8
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +191 -177
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +5 -5
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +61 -61
- package/es/components/iho-chat/src/components/ChatRecord.vue2.js +57 -63
- package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +34 -34
- package/es/components/iho-chat/src/components/ChatSearch.vue2.js +33 -36
- package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +65 -65
- package/es/components/iho-chat/src/components/ChatSet.vue2.js +56 -66
- package/es/components/iho-chat/src/components/ContextMenu.d.ts +5 -5
- package/es/components/iho-chat/src/components/ImageLightbox.vue.d.ts +40 -22
- package/es/components/iho-chat/src/components/ImageLightbox.vue2.js +19 -20
- package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +9 -9
- package/es/components/iho-chat/src/components/MessageEvent.vue2.js +11 -13
- package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +32 -32
- package/es/components/iho-chat/src/components/MessageMergeForward.vue2.js +2 -2
- package/es/components/iho-chat/src/components/MessageTemplate.vue.d.ts +18 -22
- package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +33 -35
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +82 -64
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +39 -45
- package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +13 -13
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +3 -3
- package/es/components/iho-chat/src/components/SelectLabel.vue.d.ts +15 -15
- package/es/components/iho-chat/src/components/SelectLabel.vue2.js +3 -2
- package/es/components/iho-chat/src/components/SiderList.vue.d.ts +69 -63
- package/es/components/iho-chat/src/components/SiderList.vue2.js +2 -2
- package/es/components/iho-chat/src/components/Video.vue.d.ts +13 -13
- package/es/components/iho-chat/src/components/Video.vue2.js +8 -12
- package/es/components/iho-chat/src/components/userItemRender.d.ts +5 -5
- package/es/components/iho-chat/src/hooks/useData.d.ts +6 -6
- package/es/components/iho-chat/src/hooks/useDraggable.d.ts +8 -2
- package/es/components/iho-chat/src/hooks/useSearchPatientList.d.ts +1 -1
- package/es/components/iho-chat/src/hooks/useSearchUserList.d.ts +1 -1
- package/es/components/iho-chat/src/hooks/useVideo.d.ts +11 -6
- package/es/components/iho-chat/src/utils/index.d.ts +1 -1
- package/es/components/iho-table/index.d.ts +3102 -1550
- package/es/components/iho-table/src/IhoTable.vue.d.ts +3103 -1551
- package/es/components/iho-table/src/IhoTable.vue2.js +8 -7
- package/es/components/iho-table/src/constants/index.d.ts +2 -2
- package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +2 -2
- package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/useTableContext.d.ts +3 -3
- package/es/components/iho-table/src/plugins/anchorPlugin/tableAnchor.d.ts +1 -1
- package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +6 -2
- package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue.d.ts +477 -207
- package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +12 -11
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +21 -21
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue.d.ts +21 -21
- package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue2.js +14 -11
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +31 -31
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +26 -23
- package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue.d.ts +11 -11
- package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +3 -3
- package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue.d.ts +8 -8
- package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/pagerScrollPlugin/utils.d.ts +9 -9
- package/es/components/iho-table/src/plugins/pluginHooks/useFilter.d.ts +2 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +26 -26
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +7 -6
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +50 -47
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue2.js +2 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +6 -6
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +15 -13
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue2.js +4 -4
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +39 -39
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +8 -7
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.d.ts +1 -1
- package/es/components/iho-table/src/utils/index.d.ts +2 -2
- package/es/components/iho-table/src/utils/separateMap.d.ts +14 -1
- package/es/components/info-header/index.d.ts +195 -355
- package/es/components/info-header/src/InfoHeader.vue.d.ts +195 -355
- package/es/components/info-header/src/InfoHeader.vue2.js +5 -4
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +37 -46
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +24 -24
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +44 -63
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue2.js +11 -11
- package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.d.ts +15 -15
- package/es/components/info-header/src/components/infoDescription/HiddenContent.vue2.js +4 -4
- package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.d.ts +7 -7
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +109 -129
- package/es/components/info-header/src/components/infoDescription/index.vue2.js +8 -8
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +65 -68
- package/es/components/info-header/src/components/patientInfo/index.vue2.js +14 -12
- package/es/components/keyboard/index.d.ts +77 -65
- package/es/components/keyboard/src/Keyboard.vue.d.ts +77 -65
- package/es/components/keyboard/src/Keyboard.vue2.js +16 -16
- package/es/components/keyboard/src/components/InputNumber.vue.d.ts +16 -16
- package/es/components/keyboard/src/components/InputNumber.vue2.js +3 -2
- package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +46 -40
- package/es/components/keyboard/src/components/NumberPanel.vue2.js +12 -12
- package/es/components/map/index.d.ts +12 -12
- package/es/components/map/src/Map.vue.d.ts +12 -12
- package/es/components/map/src/Map.vue2.js +11 -11
- package/es/components/picture-clipper/index.d.ts +11 -11
- package/es/components/picture-clipper/src/PictureClipper.vue.d.ts +11 -11
- package/es/components/picture-clipper/src/PictureClipper.vue2.js +7 -6
- package/es/components/quick-search/index.d.ts +73 -32
- package/es/components/quick-search/src/index.vue.d.ts +73 -32
- package/es/components/quick-search/src/index.vue2.js +15 -15
- package/es/components/recommend-search/index.d.ts +79 -79
- package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +79 -79
- package/es/components/recommend-search/src/RecommendSearch.vue2.js +5 -4
- package/es/components/recommend-search/src/components/BaseSearch.d.ts +7 -7
- package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +34 -34
- package/es/components/recommend-search/src/components/RecommendInput.vue2.js +13 -14
- package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +9 -9
- package/es/components/recommend-search/src/components/RecommendMenu.vue2.js +13 -13
- package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +29 -29
- package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +8 -8
- package/es/components/scale-view/index.d.ts +107 -87
- package/es/components/scale-view/src/ScaleView.vue.d.ts +66 -63
- package/es/components/scale-view/src/ScaleView.vue2.js +15 -13
- package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/AnswerParse.vue2.js +8 -8
- package/es/components/scale-view/src/components/DescribeContent.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +12 -12
- package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +23 -23
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +10 -10
- package/es/components/scale-view/src/components/EvaluatePage.vue2.js +6 -5
- package/es/components/scale-view/src/components/LoadingCom.vue.js +3 -5
- package/es/components/scale-view/src/components/NoData.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/NoData.vue2.js +4 -4
- package/es/components/scale-view/src/components/ScaleScore.d.ts +5 -5
- package/es/components/scale-view/src/components/formitem/r-address.d.ts +9 -6
- package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +10 -6
- package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +11 -6
- package/es/components/scale-view/src/components/formitem/r-collection.d.ts +8 -5
- package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +9 -6
- package/es/components/scale-view/src/components/formitem/r-input.d.ts +8 -6
- package/es/components/scale-view/src/components/formitem/r-map.d.ts +70 -6
- package/es/components/scale-view/src/components/formitem/r-radio.d.ts +11 -6
- package/es/components/scale-view/src/components/formitem/r-select.d.ts +10 -6
- package/es/components/scale-view/src/components/formitem/r-sign.d.ts +155 -6
- package/es/components/scale-view/src/components/formitem/r-upload.d.ts +11 -6
- package/es/components/scale-view/src/components/formitem/sign-com.d.ts +6 -6
- package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +9 -5
- package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +9 -17
- package/es/components/search-cascader/index.d.ts +27 -27
- package/es/components/search-cascader/src/SearchCascader.vue.d.ts +27 -27
- package/es/components/search-cascader/src/SearchCascader.vue2.js +9 -8
- package/es/components/search-cascader/src/components/ClearIcon.vue.js +15 -17
- package/es/components/search-cascader/src/components/SearchMenu.d.ts +5 -5
- package/es/components/select-label/index.d.ts +119 -155
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +26 -48
- package/es/components/select-label/src/LabelFormContent.vue2.js +23 -25
- package/es/components/select-label/src/SelectLabel.vue.d.ts +42 -64
- package/es/components/select-label/src/SelectLabel.vue2.js +11 -12
- package/es/components/select-label/src/components/label-classify.vue.d.ts +14 -24
- package/es/components/select-label/src/components/label-classify.vue2.js +26 -29
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +29 -21
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +14 -16
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +45 -37
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +6 -6
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue.d.ts +17 -9
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +10 -13
- package/es/components/select-label/src/index.vue.d.ts +93 -107
- package/es/components/select-label/src/index.vue2.js +2 -1
- package/es/components/select-person/index.d.ts +257 -190
- package/es/components/select-person/src/SelectPerson.vue.d.ts +124 -87
- package/es/components/select-person/src/SelectPerson.vue2.js +21 -17
- package/es/components/select-person/src/SelectPersonRole.vue.d.ts +80 -66
- package/es/components/select-person/src/SelectPersonRole.vue2.js +13 -13
- package/es/components/select-person/src/SelectPersonType.vue.d.ts +41 -31
- package/es/components/select-person/src/SelectPersonType.vue2.js +6 -6
- package/es/components/select-person/src/components/GroupItem.vue.d.ts +5 -5
- package/es/components/select-person/src/components/GroupItem.vue2.js +2 -1
- package/es/components/select-person/src/components/SearchGroupList.vue.d.ts +39 -39
- package/es/components/select-person/src/components/SearchGroupList.vue2.js +4 -3
- package/es/components/select-person/src/components/SearchMultiple.vue.d.ts +17 -18
- package/es/components/select-person/src/components/SearchMultiple.vue2.js +3 -2
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue.d.ts +19 -20
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +7 -6
- package/es/components/select-person/src/components/TagItem.vue.d.ts +11 -11
- package/es/components/select-person/src/components/TagItem.vue2.js +2 -1
- package/es/components/select-person/src/index.vue.d.ts +307 -240
- package/es/components/select-person/src/index.vue2.js +8 -7
- package/es/components/select-person/src/utils/index.d.ts +1 -1
- package/es/components/shortcut-provider/index.d.ts +9 -9
- package/es/components/shortcut-provider/src/ShortcutProvider.vue.d.ts +9 -9
- package/es/components/shortcut-provider/src/hooks/useShortcutSignature.d.ts +1 -1
- package/es/components/shortcut-setter/index.d.ts +287 -81
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +287 -81
- package/es/components/shortcut-setter/src/ShortcutSetter.vue2.js +3 -2
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +13 -23
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue2.js +11 -10
- package/es/components/slider-tree/index.d.ts +22 -22
- package/es/components/slider-tree/src/index.vue.d.ts +22 -22
- package/es/components/slider-tree/src/index.vue2.js +6 -5
- package/es/components/step-notice/index.d.ts +58 -58
- package/es/components/step-notice/src/StepNotice.vue.d.ts +57 -57
- package/es/components/step-notice/src/StepNotice.vue2.js +5 -4
- package/es/components/step-notice/src/components/NoticeConnection.vue.d.ts +12 -12
- package/es/components/step-notice/src/components/NoticeConnection.vue2.js +3 -3
- package/es/components/step-notice/src/components/NoticeItem.vue.d.ts +40 -40
- package/es/components/step-notice/src/components/NoticeItem.vue2.js +4 -4
- package/es/components/step-notice/src/components/NoticeItemAside.vue.d.ts +9 -9
- package/es/components/step-notice/src/components/NoticeItemAside.vue2.js +1 -2
- package/es/components/step-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
- package/es/components/steps-wheel/index.d.ts +17 -17
- package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +17 -17
- package/es/components/steps-wheel/src/StepsWheel.vue2.js +3 -3
- package/es/components/table-export-field/index.d.ts +82 -66
- package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +33 -27
- package/es/components/table-export-field/src/components/ExportModal.vue2.js +10 -9
- package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +23 -23
- package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +6 -5
- package/es/components/table-export-field/src/index.vue.d.ts +82 -66
- package/es/components/table-export-field/src/index.vue2.js +5 -4
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +71 -71
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +18 -17
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +25 -25
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue2.js +7 -6
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue2.js +5 -4
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue2.js +5 -4
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.d.ts +12 -12
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue2.js +7 -6
- package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +59 -59
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +94 -94
- package/es/components/table-filter/src/components/bi-filter/index.vue2.js +33 -38
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +230 -224
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +41 -40
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.d.ts +15 -15
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue2.js +10 -9
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +44 -44
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +19 -18
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +47 -47
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +27 -26
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue.d.ts +19 -13
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +8 -7
- package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue2.js +5 -4
- package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +5 -5
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +43 -43
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +10 -9
- package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +12 -12
- package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue2.js +7 -6
- package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.d.ts +14 -14
- package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue2.js +7 -6
- package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue.d.ts +14 -14
- package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue2.js +7 -6
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +216 -210
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +253 -247
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +31 -34
- package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue.d.ts +12 -12
- package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue2.js +3 -2
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +39 -39
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +10 -9
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +27 -27
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +2 -1
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +10 -10
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +2 -1
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +39 -39
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +14 -14
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +27 -27
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +2 -1
- package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue2.js +10 -9
- package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue2.js +5 -5
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +18 -18
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +8 -9
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +14 -14
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +7 -6
- package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/render-widget/components/Select.vue2.js +5 -4
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +49 -43
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +10 -9
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +24 -24
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +8 -7
- package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue2.js +7 -6
- package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue2.js +6 -5
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +285 -279
- package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +5 -5
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +272 -266
- package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
- package/es/components/time-line/index.d.ts +11 -11
- package/es/components/time-line/src/TimeLine.vue.d.ts +11 -11
- package/es/components/time-picker/index.d.ts +19 -19
- package/es/components/time-picker/src/TimePicker.vue.d.ts +19 -19
- package/es/components/time-picker/src/TimePicker.vue2.js +5 -4
- package/es/components/tooth-bitmap/index.d.ts +14 -14
- package/es/components/tooth-bitmap/src/ToothBitmap.vue.d.ts +12 -12
- package/es/components/tooth-bitmap/src/ToothBitmap.vue2.js +8 -7
- package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +19 -22
- package/es/components/vertify/src/components/IdentityVerification.vue2.js +10 -9
- package/es/components/vod-chunk-upload/index.d.ts +248 -28
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +18 -18
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +24 -25
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +248 -28
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +32 -33
- package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +207 -5
- package/es/env.d.ts +25 -25
- package/es/shared/components/AbbrText/AbbrText.d.ts +3 -3
- package/es/shared/components/ArrowIcon/ArrowIcon.vue.js +6 -8
- package/es/shared/components/CancelRadio/CancelRadio.d.ts +6 -6
- package/es/shared/components/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/index.d.ts +1 -1
- package/package.json +2 -2
@@ -58,10 +58,10 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
58
58
|
setCurrentSessionItem: (item: AnyObject) => void;
|
59
59
|
emit: (event: "template-click" | "unread-message-update" | "session-change" | "session-close", ...args: any[]) => void;
|
60
60
|
setUserDetail: (event: MouseEvent, userDetail: AnyObject) => void;
|
61
|
-
showChatSet: import("vue").Ref<boolean>;
|
62
|
-
showChatFile: import("vue").Ref<boolean>;
|
63
|
-
chatFileType: import("vue").Ref<string>;
|
64
|
-
showChatRecord: import("vue").Ref<boolean>;
|
61
|
+
showChatSet: import("vue").Ref<boolean, boolean>;
|
62
|
+
showChatFile: import("vue").Ref<boolean, boolean>;
|
63
|
+
chatFileType: import("vue").Ref<string, string>;
|
64
|
+
showChatRecord: import("vue").Ref<boolean, boolean>;
|
65
65
|
chatAddProps: import("vue").ComputedRef<{
|
66
66
|
mode: string;
|
67
67
|
disabledIds: any[];
|
@@ -75,11 +75,11 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
75
75
|
}>;
|
76
76
|
handleOpenChatFile: (type: string) => void;
|
77
77
|
handleClose: () => Promise<void>;
|
78
|
-
NAvatar: any;
|
79
|
-
NIcon: any;
|
80
|
-
NButton: any;
|
81
|
-
NTooltip: any;
|
82
|
-
NPopconfirm: any;
|
78
|
+
readonly NAvatar: any;
|
79
|
+
readonly NIcon: any;
|
80
|
+
readonly NButton: any;
|
81
|
+
readonly NTooltip: any;
|
82
|
+
readonly NPopconfirm: any;
|
83
83
|
ChatSet: import("vue").DefineComponent<{}, {
|
84
84
|
attrs: {
|
85
85
|
[x: string]: unknown;
|
@@ -140,10 +140,10 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
140
140
|
setUserDetail: (event: MouseEvent, userDetail: AnyObject) => void;
|
141
141
|
isGroupChat: import("vue").ComputedRef<boolean>;
|
142
142
|
isGroupLeader: import("vue").ComputedRef<boolean>;
|
143
|
-
inputRef: import("vue").Ref<any>;
|
144
|
-
groupNameEditing: import("vue").Ref<boolean>;
|
145
|
-
groupName: import("vue").Ref<string>;
|
146
|
-
showGroupDetail: import("vue").Ref<boolean>;
|
143
|
+
inputRef: import("vue").Ref<any, any>;
|
144
|
+
groupNameEditing: import("vue").Ref<boolean, boolean>;
|
145
|
+
groupName: import("vue").Ref<string, string>;
|
146
|
+
showGroupDetail: import("vue").Ref<boolean, boolean>;
|
147
147
|
currentGroupUserIds: import("vue").ComputedRef<any[]>;
|
148
148
|
currentGroupUser: import("vue").ComputedRef<AnyObject[]>;
|
149
149
|
handleTopping: (value: boolean) => Promise<void>;
|
@@ -153,23 +153,23 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
153
153
|
handleGroupName: () => Promise<void>;
|
154
154
|
handleAvatar: (options: import("../types").FileOptions) => Promise<void>;
|
155
155
|
closeChatSet: () => void;
|
156
|
-
NDrawer: any;
|
157
|
-
NDrawerContent: any;
|
158
|
-
NAvatar: any;
|
159
|
-
NIcon: any;
|
160
|
-
NSwitch: any;
|
161
|
-
NInput: any;
|
162
|
-
NSpace: any;
|
163
|
-
NButton: any;
|
164
|
-
NUploadTrigger: any;
|
165
|
-
NUpload: any;
|
166
|
-
NPopconfirm: any;
|
167
|
-
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<{}>>, {}>;
|
168
|
-
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<{}>>, {}>;
|
169
|
-
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<{}>>, {}>;
|
170
|
-
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<{}>>, {}>;
|
171
|
-
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<{}>>, {}>;
|
172
|
-
ChatAdd: import("vue").DefineComponent<{
|
156
|
+
readonly NDrawer: any;
|
157
|
+
readonly NDrawerContent: any;
|
158
|
+
readonly NAvatar: any;
|
159
|
+
readonly NIcon: any;
|
160
|
+
readonly NSwitch: any;
|
161
|
+
readonly NInput: any;
|
162
|
+
readonly NSpace: any;
|
163
|
+
readonly NButton: any;
|
164
|
+
readonly NUploadTrigger: any;
|
165
|
+
readonly NUpload: any;
|
166
|
+
readonly NPopconfirm: any;
|
167
|
+
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>;
|
168
|
+
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>;
|
169
|
+
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>;
|
170
|
+
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>;
|
171
|
+
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>;
|
172
|
+
ChatAdd: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
173
173
|
title: {
|
174
174
|
type: StringConstructor;
|
175
175
|
default: string;
|
@@ -193,14 +193,14 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
193
193
|
type: BooleanConstructor;
|
194
194
|
default: boolean;
|
195
195
|
};
|
196
|
-
}
|
196
|
+
}>, {
|
197
197
|
initialOptions: AnyObject[];
|
198
198
|
tabList: {
|
199
199
|
key: string;
|
200
200
|
label: string;
|
201
201
|
}[];
|
202
202
|
orgList: AnyObject[];
|
203
|
-
props:
|
203
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
204
204
|
title: {
|
205
205
|
type: StringConstructor;
|
206
206
|
default: string;
|
@@ -224,9 +224,9 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
224
224
|
type: BooleanConstructor;
|
225
225
|
default: boolean;
|
226
226
|
};
|
227
|
-
}>> & {
|
227
|
+
}>> & Readonly<{
|
228
228
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
229
|
-
}
|
229
|
+
}> & {}>;
|
230
230
|
emit: (event: "comfirm", ...args: any[]) => void;
|
231
231
|
state: {
|
232
232
|
orgId: string | number;
|
@@ -281,16 +281,16 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
281
281
|
isForward: boolean;
|
282
282
|
};
|
283
283
|
setCurrentSessionItem: (item: AnyObject) => void;
|
284
|
-
listRef: import("vue").Ref<any>;
|
285
|
-
keyword: import("vue").Ref<string>;
|
286
|
-
showModal: import("vue").Ref<boolean>;
|
287
|
-
checkedOptions: import("vue").Ref<AnyObject[]>;
|
288
|
-
groupName: import("vue").Ref<string>;
|
289
|
-
remark: import("vue").Ref<string>;
|
290
|
-
currentTab: import("vue").Ref<AnyObject[]>;
|
291
|
-
breadcrumbList: import("vue").Ref<AnyObject[]>;
|
292
|
-
breadcrumbRef: import("vue").Ref<any>;
|
293
|
-
userList: import("vue").Ref<AnyObject[]>;
|
284
|
+
listRef: import("vue").Ref<any, any>;
|
285
|
+
keyword: import("vue").Ref<string, string>;
|
286
|
+
showModal: import("vue").Ref<boolean, boolean>;
|
287
|
+
checkedOptions: import("vue").Ref<AnyObject[], AnyObject[]>;
|
288
|
+
groupName: import("vue").Ref<string, string>;
|
289
|
+
remark: import("vue").Ref<string, string>;
|
290
|
+
currentTab: import("vue").Ref<AnyObject[], AnyObject[]>;
|
291
|
+
breadcrumbList: import("vue").Ref<AnyObject[], AnyObject[]>;
|
292
|
+
breadcrumbRef: import("vue").Ref<any, any>;
|
293
|
+
userList: import("vue").Ref<AnyObject[], AnyObject[]>;
|
294
294
|
handleInput: () => void;
|
295
295
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
296
296
|
sessionList: import("vue").ComputedRef<{
|
@@ -316,8 +316,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
316
316
|
}[]>;
|
317
317
|
checkedIds: import("vue").ComputedRef<any[]>;
|
318
318
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
319
|
-
allChecked: import("vue").WritableComputedRef<boolean>;
|
320
|
-
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
319
|
+
allChecked: import("vue").WritableComputedRef<boolean, boolean>;
|
320
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[], any[]>;
|
321
321
|
currentTabKey: import("vue").ComputedRef<any>;
|
322
322
|
showAllCheckbox: import("vue").ComputedRef<boolean>;
|
323
323
|
getOrgList: () => Promise<void>;
|
@@ -332,28 +332,28 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
332
332
|
getAllUser: (tree: AnyObject[]) => AnyObject[];
|
333
333
|
handlePositiveClick: () => Promise<void>;
|
334
334
|
closeTag: (id: string) => void;
|
335
|
-
NModal: any;
|
336
|
-
NButton: any;
|
337
|
-
NSpace: any;
|
338
|
-
NAvatar: any;
|
339
|
-
NIcon: any;
|
340
|
-
NTag: any;
|
341
|
-
NInput: any;
|
342
|
-
NCheckbox: any;
|
343
|
-
NCheckboxGroup: any;
|
344
|
-
NTooltip: any;
|
345
|
-
NBreadcrumb: any;
|
346
|
-
NBreadcrumbItem: any;
|
347
|
-
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<{}>>, {}>;
|
348
|
-
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<{}>>, {}>;
|
349
|
-
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<{}>>, {}>;
|
350
|
-
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<{}>>, {}>;
|
351
|
-
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<{}>>, {}>;
|
352
|
-
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<{}>>, {}>;
|
353
|
-
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
354
|
-
isDoctorRole: typeof import("../utils").isDoctorRole;
|
355
|
-
getRoleName: typeof import("../utils").getRoleName;
|
356
|
-
},
|
335
|
+
readonly NModal: any;
|
336
|
+
readonly NButton: any;
|
337
|
+
readonly NSpace: any;
|
338
|
+
readonly NAvatar: any;
|
339
|
+
readonly NIcon: any;
|
340
|
+
readonly NTag: any;
|
341
|
+
readonly NInput: any;
|
342
|
+
readonly NCheckbox: any;
|
343
|
+
readonly NCheckboxGroup: any;
|
344
|
+
readonly NTooltip: any;
|
345
|
+
readonly NBreadcrumb: any;
|
346
|
+
readonly NBreadcrumbItem: any;
|
347
|
+
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>;
|
348
|
+
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>;
|
349
|
+
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>;
|
350
|
+
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>;
|
351
|
+
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>;
|
352
|
+
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>;
|
353
|
+
readonly last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
354
|
+
readonly isDoctorRole: typeof import("../utils").isDoctorRole;
|
355
|
+
readonly getRoleName: typeof import("../utils").getRoleName;
|
356
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
357
357
|
title: {
|
358
358
|
type: StringConstructor;
|
359
359
|
default: string;
|
@@ -377,19 +377,19 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
377
377
|
type: BooleanConstructor;
|
378
378
|
default: boolean;
|
379
379
|
};
|
380
|
-
}>> & {
|
380
|
+
}>> & Readonly<{
|
381
381
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
382
|
-
}
|
382
|
+
}>, {
|
383
383
|
title: string;
|
384
384
|
defaultValue: AnyObject[];
|
385
385
|
disabled: boolean;
|
386
386
|
mode: string;
|
387
387
|
disabledIds: string[];
|
388
|
-
}>;
|
389
|
-
isDoctorRole: typeof import("../utils").isDoctorRole;
|
390
|
-
getRoleName: typeof import("../utils").getRoleName;
|
391
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
392
|
-
ChatFile: import("vue").DefineComponent<{
|
388
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
389
|
+
readonly isDoctorRole: typeof import("../utils").isDoctorRole;
|
390
|
+
readonly getRoleName: typeof import("../utils").getRoleName;
|
391
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
392
|
+
ChatFile: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
393
393
|
type: {
|
394
394
|
type: StringConstructor;
|
395
395
|
default: string;
|
@@ -397,8 +397,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
397
397
|
visible: {
|
398
398
|
type: BooleanConstructor;
|
399
399
|
};
|
400
|
-
}
|
401
|
-
props:
|
400
|
+
}>, {
|
401
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
402
402
|
type: {
|
403
403
|
type: StringConstructor;
|
404
404
|
default: string;
|
@@ -406,7 +406,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
406
406
|
visible: {
|
407
407
|
type: BooleanConstructor;
|
408
408
|
};
|
409
|
-
}>> & {}
|
409
|
+
}>> & Readonly<{}> & {}>;
|
410
410
|
cssVars: import("vue").ComputedRef<AnyObject>;
|
411
411
|
state: {
|
412
412
|
orgId: string | number;
|
@@ -478,13 +478,29 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
478
478
|
width?: number | undefined;
|
479
479
|
height?: number | undefined;
|
480
480
|
}[];
|
481
|
+
}[], {
|
482
|
+
label: string;
|
483
|
+
list: import("../types").ImageItem[];
|
484
|
+
}[] | {
|
485
|
+
label: string;
|
486
|
+
list: {
|
487
|
+
[x: string]: any;
|
488
|
+
id: string;
|
489
|
+
fileUrl: string;
|
490
|
+
senderName: string;
|
491
|
+
fileSize: string;
|
492
|
+
sendTime: string;
|
493
|
+
fileName: string;
|
494
|
+
width?: number | undefined;
|
495
|
+
height?: number | undefined;
|
496
|
+
}[];
|
481
497
|
}[]>;
|
482
|
-
fileList: import("vue").Ref<AnyObject[]>;
|
483
|
-
imageRef: import("vue").Ref<any>;
|
484
|
-
fileRef: import("vue").Ref<any>;
|
485
|
-
keyword: import("vue").Ref<any>;
|
486
|
-
currentImgId: import("vue").Ref<string | undefined>;
|
487
|
-
showLightbox: import("vue").Ref<boolean>;
|
498
|
+
fileList: import("vue").Ref<AnyObject[], AnyObject[]>;
|
499
|
+
imageRef: import("vue").Ref<any, any>;
|
500
|
+
fileRef: import("vue").Ref<any, any>;
|
501
|
+
keyword: import("vue").Ref<any, any>;
|
502
|
+
currentImgId: import("vue").Ref<string | undefined, string | undefined>;
|
503
|
+
showLightbox: import("vue").Ref<boolean, boolean>;
|
488
504
|
handleInput: () => void;
|
489
505
|
pageInfo: {
|
490
506
|
page: number;
|
@@ -510,18 +526,18 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
510
526
|
width?: number | undefined;
|
511
527
|
height?: number | undefined;
|
512
528
|
}[]>;
|
513
|
-
NModal: any;
|
514
|
-
NInput: any;
|
515
|
-
NIcon: any;
|
516
|
-
NTooltip: any;
|
517
|
-
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<{}>>, {}>;
|
518
|
-
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<{}>>, {}>;
|
519
|
-
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<{}>>, {}>;
|
520
|
-
downloadFile: typeof import("../utils").downloadFile;
|
521
|
-
formatJsonstr: typeof import("../utils").formatJsonstr;
|
522
|
-
getFileType: typeof import("../utils").getFileType;
|
523
|
-
getDetail: typeof import("../utils").getDetail;
|
524
|
-
ChatAdd: import("vue").DefineComponent<{
|
529
|
+
readonly NModal: any;
|
530
|
+
readonly NInput: any;
|
531
|
+
readonly NIcon: any;
|
532
|
+
readonly NTooltip: any;
|
533
|
+
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>;
|
534
|
+
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>;
|
535
|
+
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>;
|
536
|
+
readonly downloadFile: typeof import("../utils").downloadFile;
|
537
|
+
readonly formatJsonstr: typeof import("../utils").formatJsonstr;
|
538
|
+
readonly getFileType: typeof import("../utils").getFileType;
|
539
|
+
readonly getDetail: typeof import("../utils").getDetail;
|
540
|
+
ChatAdd: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
525
541
|
title: {
|
526
542
|
type: StringConstructor;
|
527
543
|
default: string;
|
@@ -545,14 +561,14 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
545
561
|
type: BooleanConstructor;
|
546
562
|
default: boolean;
|
547
563
|
};
|
548
|
-
}
|
564
|
+
}>, {
|
549
565
|
initialOptions: AnyObject[];
|
550
566
|
tabList: {
|
551
567
|
key: string;
|
552
568
|
label: string;
|
553
569
|
}[];
|
554
570
|
orgList: AnyObject[];
|
555
|
-
props:
|
571
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
556
572
|
title: {
|
557
573
|
type: StringConstructor;
|
558
574
|
default: string;
|
@@ -576,9 +592,9 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
576
592
|
type: BooleanConstructor;
|
577
593
|
default: boolean;
|
578
594
|
};
|
579
|
-
}>> & {
|
595
|
+
}>> & Readonly<{
|
580
596
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
581
|
-
}
|
597
|
+
}> & {}>;
|
582
598
|
emit: (event: "comfirm", ...args: any[]) => void;
|
583
599
|
state: {
|
584
600
|
orgId: string | number;
|
@@ -633,16 +649,16 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
633
649
|
isForward: boolean;
|
634
650
|
};
|
635
651
|
setCurrentSessionItem: (item: AnyObject) => void;
|
636
|
-
listRef: import("vue").Ref<any>;
|
637
|
-
keyword: import("vue").Ref<string>;
|
638
|
-
showModal: import("vue").Ref<boolean>;
|
639
|
-
checkedOptions: import("vue").Ref<AnyObject[]>;
|
640
|
-
groupName: import("vue").Ref<string>;
|
641
|
-
remark: import("vue").Ref<string>;
|
642
|
-
currentTab: import("vue").Ref<AnyObject[]>;
|
643
|
-
breadcrumbList: import("vue").Ref<AnyObject[]>;
|
644
|
-
breadcrumbRef: import("vue").Ref<any>;
|
645
|
-
userList: import("vue").Ref<AnyObject[]>;
|
652
|
+
listRef: import("vue").Ref<any, any>;
|
653
|
+
keyword: import("vue").Ref<string, string>;
|
654
|
+
showModal: import("vue").Ref<boolean, boolean>;
|
655
|
+
checkedOptions: import("vue").Ref<AnyObject[], AnyObject[]>;
|
656
|
+
groupName: import("vue").Ref<string, string>;
|
657
|
+
remark: import("vue").Ref<string, string>;
|
658
|
+
currentTab: import("vue").Ref<AnyObject[], AnyObject[]>;
|
659
|
+
breadcrumbList: import("vue").Ref<AnyObject[], AnyObject[]>;
|
660
|
+
breadcrumbRef: import("vue").Ref<any, any>;
|
661
|
+
userList: import("vue").Ref<AnyObject[], AnyObject[]>;
|
646
662
|
handleInput: () => void;
|
647
663
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
648
664
|
sessionList: import("vue").ComputedRef<{
|
@@ -668,8 +684,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
668
684
|
}[]>;
|
669
685
|
checkedIds: import("vue").ComputedRef<any[]>;
|
670
686
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
671
|
-
allChecked: import("vue").WritableComputedRef<boolean>;
|
672
|
-
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
687
|
+
allChecked: import("vue").WritableComputedRef<boolean, boolean>;
|
688
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[], any[]>;
|
673
689
|
currentTabKey: import("vue").ComputedRef<any>;
|
674
690
|
showAllCheckbox: import("vue").ComputedRef<boolean>;
|
675
691
|
getOrgList: () => Promise<void>;
|
@@ -684,28 +700,28 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
684
700
|
getAllUser: (tree: AnyObject[]) => AnyObject[];
|
685
701
|
handlePositiveClick: () => Promise<void>;
|
686
702
|
closeTag: (id: string) => void;
|
687
|
-
NModal: any;
|
688
|
-
NButton: any;
|
689
|
-
NSpace: any;
|
690
|
-
NAvatar: any;
|
691
|
-
NIcon: any;
|
692
|
-
NTag: any;
|
693
|
-
NInput: any;
|
694
|
-
NCheckbox: any;
|
695
|
-
NCheckboxGroup: any;
|
696
|
-
NTooltip: any;
|
697
|
-
NBreadcrumb: any;
|
698
|
-
NBreadcrumbItem: any;
|
699
|
-
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<{}>>, {}>;
|
700
|
-
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<{}>>, {}>;
|
701
|
-
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<{}>>, {}>;
|
702
|
-
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<{}>>, {}>;
|
703
|
-
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<{}>>, {}>;
|
704
|
-
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<{}>>, {}>;
|
705
|
-
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
706
|
-
isDoctorRole: typeof import("../utils").isDoctorRole;
|
707
|
-
getRoleName: typeof import("../utils").getRoleName;
|
708
|
-
},
|
703
|
+
readonly NModal: any;
|
704
|
+
readonly NButton: any;
|
705
|
+
readonly NSpace: any;
|
706
|
+
readonly NAvatar: any;
|
707
|
+
readonly NIcon: any;
|
708
|
+
readonly NTag: any;
|
709
|
+
readonly NInput: any;
|
710
|
+
readonly NCheckbox: any;
|
711
|
+
readonly NCheckboxGroup: any;
|
712
|
+
readonly NTooltip: any;
|
713
|
+
readonly NBreadcrumb: any;
|
714
|
+
readonly NBreadcrumbItem: any;
|
715
|
+
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>;
|
716
|
+
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>;
|
717
|
+
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>;
|
718
|
+
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>;
|
719
|
+
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>;
|
720
|
+
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>;
|
721
|
+
readonly last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
722
|
+
readonly isDoctorRole: typeof import("../utils").isDoctorRole;
|
723
|
+
readonly getRoleName: typeof import("../utils").getRoleName;
|
724
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
709
725
|
title: {
|
710
726
|
type: StringConstructor;
|
711
727
|
default: string;
|
@@ -729,16 +745,16 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
729
745
|
type: BooleanConstructor;
|
730
746
|
default: boolean;
|
731
747
|
};
|
732
|
-
}>> & {
|
748
|
+
}>> & Readonly<{
|
733
749
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
734
|
-
}
|
750
|
+
}>, {
|
735
751
|
title: string;
|
736
752
|
defaultValue: AnyObject[];
|
737
753
|
disabled: boolean;
|
738
754
|
mode: string;
|
739
755
|
disabledIds: string[];
|
740
|
-
}>;
|
741
|
-
ImageLightbox: import("vue").DefineComponent<{
|
756
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
757
|
+
ImageLightbox: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
742
758
|
images: {
|
743
759
|
type: import("vue").PropType<import("../types").ImageItem[]>;
|
744
760
|
default: () => never[];
|
@@ -750,8 +766,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
750
766
|
type: StringConstructor;
|
751
767
|
default: string;
|
752
768
|
};
|
753
|
-
}
|
754
|
-
props:
|
769
|
+
}>, {
|
770
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
755
771
|
images: {
|
756
772
|
type: import("vue").PropType<import("../types").ImageItem[]>;
|
757
773
|
default: () => never[];
|
@@ -763,26 +779,44 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
763
779
|
type: StringConstructor;
|
764
780
|
default: string;
|
765
781
|
};
|
766
|
-
}>> & {
|
782
|
+
}>> & Readonly<{
|
767
783
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
768
784
|
"onUpdate:currentId"?: ((...args: any[]) => any) | undefined;
|
769
|
-
}
|
785
|
+
}> & {}>;
|
770
786
|
emit: (event: "update:visible" | "update:currentId", ...args: any[]) => void;
|
771
|
-
imageEl: import("vue").Ref<HTMLImageElement | null>;
|
787
|
+
imageEl: import("vue").Ref<HTMLImageElement | null, HTMLImageElement | null>;
|
772
788
|
naturalSize: import("vue").Ref<{
|
773
789
|
width: number;
|
774
790
|
height: number;
|
791
|
+
}, {
|
792
|
+
width: number;
|
793
|
+
height: number;
|
794
|
+
} | {
|
795
|
+
width: number;
|
796
|
+
height: number;
|
775
797
|
}>;
|
776
|
-
scale: import("vue").Ref<number>;
|
777
|
-
rotation: import("vue").Ref<number>;
|
778
|
-
isDragging: import("vue").Ref<boolean>;
|
798
|
+
scale: import("vue").Ref<number, number>;
|
799
|
+
rotation: import("vue").Ref<number, number>;
|
800
|
+
isDragging: import("vue").Ref<boolean, boolean>;
|
779
801
|
offset: import("vue").Ref<{
|
780
802
|
x: number;
|
781
803
|
y: number;
|
804
|
+
}, {
|
805
|
+
x: number;
|
806
|
+
y: number;
|
807
|
+
} | {
|
808
|
+
x: number;
|
809
|
+
y: number;
|
782
810
|
}>;
|
783
811
|
lastMouse: import("vue").Ref<{
|
784
812
|
x: number;
|
785
813
|
y: number;
|
814
|
+
}, {
|
815
|
+
x: number;
|
816
|
+
y: number;
|
817
|
+
} | {
|
818
|
+
x: number;
|
819
|
+
y: number;
|
786
820
|
}>;
|
787
821
|
idToIndexMap: import("vue").ComputedRef<Map<string, number>>;
|
788
822
|
currentIndex: import("vue").ComputedRef<number>;
|
@@ -810,16 +844,16 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
810
844
|
handleWheel: (e: WheelEvent) => void;
|
811
845
|
handleImageLoad: () => void;
|
812
846
|
download: () => void;
|
813
|
-
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<{}>>, {}>;
|
814
|
-
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<{}>>, {}>;
|
815
|
-
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<{}>>, {}>;
|
816
|
-
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<{}>>, {}>;
|
817
|
-
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<{}>>, {}>;
|
818
|
-
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<{}>>, {}>;
|
819
|
-
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<{}>>, {}>;
|
820
|
-
NButton: any;
|
821
|
-
NIcon: any;
|
822
|
-
},
|
847
|
+
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>;
|
848
|
+
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>;
|
849
|
+
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>;
|
850
|
+
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>;
|
851
|
+
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>;
|
852
|
+
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>;
|
853
|
+
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>;
|
854
|
+
readonly NButton: any;
|
855
|
+
readonly NIcon: any;
|
856
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:visible" | "update:currentId")[], "update:visible" | "update:currentId", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
823
857
|
images: {
|
824
858
|
type: import("vue").PropType<import("../types").ImageItem[]>;
|
825
859
|
default: () => never[];
|
@@ -831,15 +865,15 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
831
865
|
type: StringConstructor;
|
832
866
|
default: string;
|
833
867
|
};
|
834
|
-
}>> & {
|
868
|
+
}>> & Readonly<{
|
835
869
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
836
870
|
"onUpdate:currentId"?: ((...args: any[]) => any) | undefined;
|
837
|
-
}
|
871
|
+
}>, {
|
838
872
|
visible: boolean;
|
839
873
|
images: import("../types").ImageItem[];
|
840
874
|
currentId: string;
|
841
|
-
}>;
|
842
|
-
},
|
875
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
876
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
843
877
|
type: {
|
844
878
|
type: StringConstructor;
|
845
879
|
default: string;
|
@@ -847,24 +881,24 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
847
881
|
visible: {
|
848
882
|
type: BooleanConstructor;
|
849
883
|
};
|
850
|
-
}
|
884
|
+
}>> & Readonly<{}>, {
|
851
885
|
type: string;
|
852
886
|
visible: boolean;
|
853
|
-
}>;
|
854
|
-
ChatRecord: import("vue").DefineComponent<{
|
887
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
888
|
+
ChatRecord: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
855
889
|
visible: {
|
856
890
|
type: BooleanConstructor;
|
857
891
|
};
|
858
|
-
}
|
892
|
+
}>, {
|
859
893
|
tagColor: {
|
860
894
|
color: string;
|
861
895
|
textColor: string;
|
862
896
|
};
|
863
|
-
props:
|
897
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
864
898
|
visible: {
|
865
899
|
type: BooleanConstructor;
|
866
900
|
};
|
867
|
-
}>> & {}
|
901
|
+
}>> & Readonly<{}> & {}>;
|
868
902
|
state: {
|
869
903
|
orgId: string | number;
|
870
904
|
currentSessionItem: AnyObject;
|
@@ -918,12 +952,12 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
918
952
|
isForward: boolean;
|
919
953
|
};
|
920
954
|
cssVars: import("vue").ComputedRef<AnyObject>;
|
921
|
-
recordRef: import("vue").Ref<any>;
|
922
|
-
recordList: import("vue").Ref<AnyObject[]>;
|
923
|
-
keyword: import("vue").Ref<any>;
|
924
|
-
memberList: import("vue").Ref<never[]>;
|
925
|
-
startTime: import("vue").Ref<any>;
|
926
|
-
endTime: import("vue").Ref<any>;
|
955
|
+
recordRef: import("vue").Ref<any, any>;
|
956
|
+
recordList: import("vue").Ref<AnyObject[], AnyObject[]>;
|
957
|
+
keyword: import("vue").Ref<any, any>;
|
958
|
+
memberList: import("vue").Ref<never[], never[]>;
|
959
|
+
startTime: import("vue").Ref<any, any>;
|
960
|
+
endTime: import("vue").Ref<any, any>;
|
927
961
|
handleInput: () => void;
|
928
962
|
pageInfo: {
|
929
963
|
page: number;
|
@@ -937,19 +971,19 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
937
971
|
resetInfo: () => void;
|
938
972
|
formatEndTime: () => string;
|
939
973
|
handleCloseTag: (type: "start" | "end" | "member") => void;
|
940
|
-
getPrefixCondition: () =>
|
941
|
-
renderLabel: (option: AnyObject) =>
|
942
|
-
NModal: any;
|
943
|
-
NTag: any;
|
944
|
-
NInput: any;
|
945
|
-
NIcon: any;
|
946
|
-
NSelect: any;
|
947
|
-
NAvatar: any;
|
948
|
-
NPopover: any;
|
949
|
-
NInputGroup: any;
|
950
|
-
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<{}>>, {}>;
|
951
|
-
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<{}>>, {}>;
|
952
|
-
DatePicker: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
974
|
+
getPrefixCondition: () => any[];
|
975
|
+
renderLabel: (option: AnyObject) => any;
|
976
|
+
readonly NModal: any;
|
977
|
+
readonly NTag: any;
|
978
|
+
readonly NInput: any;
|
979
|
+
readonly NIcon: any;
|
980
|
+
readonly NSelect: any;
|
981
|
+
readonly NAvatar: any;
|
982
|
+
readonly NPopover: any;
|
983
|
+
readonly NInputGroup: any;
|
984
|
+
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>;
|
985
|
+
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>;
|
986
|
+
readonly DatePicker: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
953
987
|
updateUnchangedValue: {
|
954
988
|
type: BooleanConstructor;
|
955
989
|
};
|
@@ -980,11 +1014,11 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
980
1014
|
isDateDisabled: {
|
981
1015
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
982
1016
|
};
|
983
|
-
}
|
1017
|
+
}>, {
|
984
1018
|
attrs: {
|
985
1019
|
[x: string]: unknown;
|
986
1020
|
};
|
987
|
-
props:
|
1021
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
988
1022
|
updateUnchangedValue: {
|
989
1023
|
type: BooleanConstructor;
|
990
1024
|
};
|
@@ -1015,15 +1049,15 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
1015
1049
|
isDateDisabled: {
|
1016
1050
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1017
1051
|
};
|
1018
|
-
}>> & {
|
1052
|
+
}>> & Readonly<{
|
1019
1053
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1020
|
-
}
|
1054
|
+
}> & {}>;
|
1021
1055
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
1022
|
-
datePickerRef: import("vue").Ref<AnyObject | null>;
|
1023
|
-
panelInstRef: import("vue").Ref<null>;
|
1024
|
-
placeholderRef: import("vue").Ref<any>;
|
1025
|
-
oldValue: string;
|
1026
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
1056
|
+
datePickerRef: import("vue").Ref<AnyObject | null, AnyObject | null>;
|
1057
|
+
panelInstRef: import("vue").Ref<null, null>;
|
1058
|
+
placeholderRef: import("vue").Ref<any, any>;
|
1059
|
+
oldValue: (string | [string, string]) | null | undefined;
|
1060
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
|
1027
1061
|
isDateTime: import("vue").ComputedRef<boolean>;
|
1028
1062
|
formatRef: import("vue").ComputedRef<string>;
|
1029
1063
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
@@ -1038,8 +1072,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
1038
1072
|
onConfirm: (...args: any[]) => Promise<void>;
|
1039
1073
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
1040
1074
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
1041
|
-
NDatePicker: any;
|
1042
|
-
},
|
1075
|
+
readonly NDatePicker: any;
|
1076
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1043
1077
|
updateUnchangedValue: {
|
1044
1078
|
type: BooleanConstructor;
|
1045
1079
|
};
|
@@ -1070,44 +1104,44 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
1070
1104
|
isDateDisabled: {
|
1071
1105
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1072
1106
|
};
|
1073
|
-
}>> & {
|
1107
|
+
}>> & Readonly<{
|
1074
1108
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1075
|
-
}
|
1109
|
+
}>, {
|
1076
1110
|
type: string;
|
1077
1111
|
updateUnchangedValue: boolean;
|
1078
1112
|
to: string | false | HTMLElement;
|
1079
1113
|
holidays: Date[];
|
1080
|
-
}>>;
|
1081
|
-
isArray: {
|
1114
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
1115
|
+
readonly isArray: {
|
1082
1116
|
(value?: any): value is any[];
|
1083
1117
|
<T_1>(value?: any): value is any[];
|
1084
1118
|
};
|
1085
|
-
formatTime: typeof import("../utils").formatTime;
|
1086
|
-
isDoctorRole: typeof import("../utils").isDoctorRole;
|
1087
|
-
getRoleName: typeof import("../utils").getRoleName;
|
1088
|
-
formatJsonstr: typeof import("../utils").formatJsonstr;
|
1089
|
-
getFileType: typeof import("../utils").getFileType;
|
1090
|
-
getDetail: typeof import("../utils").getDetail;
|
1091
|
-
showAudioAndVideoRecord: typeof import("../utils").showAudioAndVideoRecord;
|
1092
|
-
getForwardTitle: typeof import("../utils").getForwardTitle;
|
1093
|
-
simplifyMessage: typeof import("../utils").simplifyMessage;
|
1094
|
-
MESSAGE_TYPE: typeof import("../constants").MESSAGE_TYPE;
|
1095
|
-
emojis: {
|
1119
|
+
readonly formatTime: typeof import("../utils").formatTime;
|
1120
|
+
readonly isDoctorRole: typeof import("../utils").isDoctorRole;
|
1121
|
+
readonly getRoleName: typeof import("../utils").getRoleName;
|
1122
|
+
readonly formatJsonstr: typeof import("../utils").formatJsonstr;
|
1123
|
+
readonly getFileType: typeof import("../utils").getFileType;
|
1124
|
+
readonly getDetail: typeof import("../utils").getDetail;
|
1125
|
+
readonly showAudioAndVideoRecord: typeof import("../utils").showAudioAndVideoRecord;
|
1126
|
+
readonly getForwardTitle: typeof import("../utils").getForwardTitle;
|
1127
|
+
readonly simplifyMessage: typeof import("../utils").simplifyMessage;
|
1128
|
+
readonly MESSAGE_TYPE: typeof import("../constants").MESSAGE_TYPE;
|
1129
|
+
readonly emojis: {
|
1096
1130
|
default: string[][];
|
1097
1131
|
findEmoji(name: string): string | undefined;
|
1098
1132
|
};
|
1099
|
-
MessageEvent: import("vue").DefineComponent<{
|
1133
|
+
MessageEvent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1100
1134
|
data: {
|
1101
1135
|
type: import("vue").PropType<AnyObject>;
|
1102
1136
|
required: true;
|
1103
1137
|
};
|
1104
|
-
}
|
1105
|
-
props:
|
1138
|
+
}>, {
|
1139
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1106
1140
|
data: {
|
1107
1141
|
type: import("vue").PropType<AnyObject>;
|
1108
1142
|
required: true;
|
1109
1143
|
};
|
1110
|
-
}>> & {}
|
1144
|
+
}>> & Readonly<{}> & {}>;
|
1111
1145
|
state: {
|
1112
1146
|
orgId: string | number;
|
1113
1147
|
currentSessionItem: AnyObject;
|
@@ -1161,26 +1195,26 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
1161
1195
|
isForward: boolean;
|
1162
1196
|
};
|
1163
1197
|
setUserDetail: (event: MouseEvent, userDetail: AnyObject) => void;
|
1164
|
-
inviter: import("vue").Ref<any>;
|
1165
|
-
invitee: import("vue").Ref<any[]>;
|
1198
|
+
inviter: import("vue").Ref<any, any>;
|
1199
|
+
invitee: import("vue").Ref<any[], any[]>;
|
1166
1200
|
isValidJSON: (str: string) => boolean;
|
1167
1201
|
getTask: (_id: string | number, arrRes: AnyObject[]) => () => Promise<unknown>;
|
1168
1202
|
getEventContent: (data: AnyObject) => Promise<void>;
|
1169
|
-
NButton: any;
|
1170
|
-
},
|
1203
|
+
readonly NButton: any;
|
1204
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1171
1205
|
data: {
|
1172
1206
|
type: import("vue").PropType<AnyObject>;
|
1173
1207
|
required: true;
|
1174
1208
|
};
|
1175
|
-
}
|
1176
|
-
},
|
1209
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1210
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1177
1211
|
visible: {
|
1178
1212
|
type: BooleanConstructor;
|
1179
1213
|
};
|
1180
|
-
}
|
1214
|
+
}>> & Readonly<{}>, {
|
1181
1215
|
visible: boolean;
|
1182
|
-
}>;
|
1183
|
-
ChatAdd: import("vue").DefineComponent<{
|
1216
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1217
|
+
ChatAdd: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1184
1218
|
title: {
|
1185
1219
|
type: StringConstructor;
|
1186
1220
|
default: string;
|
@@ -1204,14 +1238,14 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
1204
1238
|
type: BooleanConstructor;
|
1205
1239
|
default: boolean;
|
1206
1240
|
};
|
1207
|
-
}
|
1241
|
+
}>, {
|
1208
1242
|
initialOptions: AnyObject[];
|
1209
1243
|
tabList: {
|
1210
1244
|
key: string;
|
1211
1245
|
label: string;
|
1212
1246
|
}[];
|
1213
1247
|
orgList: AnyObject[];
|
1214
|
-
props:
|
1248
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1215
1249
|
title: {
|
1216
1250
|
type: StringConstructor;
|
1217
1251
|
default: string;
|
@@ -1235,9 +1269,9 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
1235
1269
|
type: BooleanConstructor;
|
1236
1270
|
default: boolean;
|
1237
1271
|
};
|
1238
|
-
}>> & {
|
1272
|
+
}>> & Readonly<{
|
1239
1273
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
1240
|
-
}
|
1274
|
+
}> & {}>;
|
1241
1275
|
emit: (event: "comfirm", ...args: any[]) => void;
|
1242
1276
|
state: {
|
1243
1277
|
orgId: string | number;
|
@@ -1292,16 +1326,16 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
1292
1326
|
isForward: boolean;
|
1293
1327
|
};
|
1294
1328
|
setCurrentSessionItem: (item: AnyObject) => void;
|
1295
|
-
listRef: import("vue").Ref<any>;
|
1296
|
-
keyword: import("vue").Ref<string>;
|
1297
|
-
showModal: import("vue").Ref<boolean>;
|
1298
|
-
checkedOptions: import("vue").Ref<AnyObject[]>;
|
1299
|
-
groupName: import("vue").Ref<string>;
|
1300
|
-
remark: import("vue").Ref<string>;
|
1301
|
-
currentTab: import("vue").Ref<AnyObject[]>;
|
1302
|
-
breadcrumbList: import("vue").Ref<AnyObject[]>;
|
1303
|
-
breadcrumbRef: import("vue").Ref<any>;
|
1304
|
-
userList: import("vue").Ref<AnyObject[]>;
|
1329
|
+
listRef: import("vue").Ref<any, any>;
|
1330
|
+
keyword: import("vue").Ref<string, string>;
|
1331
|
+
showModal: import("vue").Ref<boolean, boolean>;
|
1332
|
+
checkedOptions: import("vue").Ref<AnyObject[], AnyObject[]>;
|
1333
|
+
groupName: import("vue").Ref<string, string>;
|
1334
|
+
remark: import("vue").Ref<string, string>;
|
1335
|
+
currentTab: import("vue").Ref<AnyObject[], AnyObject[]>;
|
1336
|
+
breadcrumbList: import("vue").Ref<AnyObject[], AnyObject[]>;
|
1337
|
+
breadcrumbRef: import("vue").Ref<any, any>;
|
1338
|
+
userList: import("vue").Ref<AnyObject[], AnyObject[]>;
|
1305
1339
|
handleInput: () => void;
|
1306
1340
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
1307
1341
|
sessionList: import("vue").ComputedRef<{
|
@@ -1327,8 +1361,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
1327
1361
|
}[]>;
|
1328
1362
|
checkedIds: import("vue").ComputedRef<any[]>;
|
1329
1363
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
1330
|
-
allChecked: import("vue").WritableComputedRef<boolean>;
|
1331
|
-
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
1364
|
+
allChecked: import("vue").WritableComputedRef<boolean, boolean>;
|
1365
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[], any[]>;
|
1332
1366
|
currentTabKey: import("vue").ComputedRef<any>;
|
1333
1367
|
showAllCheckbox: import("vue").ComputedRef<boolean>;
|
1334
1368
|
getOrgList: () => Promise<void>;
|
@@ -1343,28 +1377,28 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
1343
1377
|
getAllUser: (tree: AnyObject[]) => AnyObject[];
|
1344
1378
|
handlePositiveClick: () => Promise<void>;
|
1345
1379
|
closeTag: (id: string) => void;
|
1346
|
-
NModal: any;
|
1347
|
-
NButton: any;
|
1348
|
-
NSpace: any;
|
1349
|
-
NAvatar: any;
|
1350
|
-
NIcon: any;
|
1351
|
-
NTag: any;
|
1352
|
-
NInput: any;
|
1353
|
-
NCheckbox: any;
|
1354
|
-
NCheckboxGroup: any;
|
1355
|
-
NTooltip: any;
|
1356
|
-
NBreadcrumb: any;
|
1357
|
-
NBreadcrumbItem: any;
|
1358
|
-
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<{}>>, {}>;
|
1359
|
-
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<{}>>, {}>;
|
1360
|
-
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<{}>>, {}>;
|
1361
|
-
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<{}>>, {}>;
|
1362
|
-
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<{}>>, {}>;
|
1363
|
-
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<{}>>, {}>;
|
1364
|
-
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
1365
|
-
isDoctorRole: typeof import("../utils").isDoctorRole;
|
1366
|
-
getRoleName: typeof import("../utils").getRoleName;
|
1367
|
-
},
|
1380
|
+
readonly NModal: any;
|
1381
|
+
readonly NButton: any;
|
1382
|
+
readonly NSpace: any;
|
1383
|
+
readonly NAvatar: any;
|
1384
|
+
readonly NIcon: any;
|
1385
|
+
readonly NTag: any;
|
1386
|
+
readonly NInput: any;
|
1387
|
+
readonly NCheckbox: any;
|
1388
|
+
readonly NCheckboxGroup: any;
|
1389
|
+
readonly NTooltip: any;
|
1390
|
+
readonly NBreadcrumb: any;
|
1391
|
+
readonly NBreadcrumbItem: any;
|
1392
|
+
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>;
|
1393
|
+
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>;
|
1394
|
+
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>;
|
1395
|
+
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>;
|
1396
|
+
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>;
|
1397
|
+
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>;
|
1398
|
+
readonly last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
1399
|
+
readonly isDoctorRole: typeof import("../utils").isDoctorRole;
|
1400
|
+
readonly getRoleName: typeof import("../utils").getRoleName;
|
1401
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1368
1402
|
title: {
|
1369
1403
|
type: StringConstructor;
|
1370
1404
|
default: string;
|
@@ -1388,20 +1422,20 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
1388
1422
|
type: BooleanConstructor;
|
1389
1423
|
default: boolean;
|
1390
1424
|
};
|
1391
|
-
}>> & {
|
1425
|
+
}>> & Readonly<{
|
1392
1426
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
1393
|
-
}
|
1427
|
+
}>, {
|
1394
1428
|
title: string;
|
1395
1429
|
defaultValue: AnyObject[];
|
1396
1430
|
disabled: boolean;
|
1397
1431
|
mode: string;
|
1398
1432
|
disabledIds: string[];
|
1399
|
-
}>;
|
1400
|
-
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<{}>>, {}>;
|
1401
|
-
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<{}>>, {}>;
|
1402
|
-
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<{}>>, {}>;
|
1403
|
-
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<{}>>, {}>;
|
1404
|
-
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<{}>>, {}>;
|
1405
|
-
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<{}>>, {}>;
|
1406
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
1433
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1434
|
+
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>;
|
1435
|
+
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>;
|
1436
|
+
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>;
|
1437
|
+
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>;
|
1438
|
+
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>;
|
1439
|
+
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>;
|
1440
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1407
1441
|
export default _default;
|