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