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