cnhis-design-vue 3.3.3-release.9 → 3.4.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/annotation-edit/index.d.ts +5 -5
- package/es/components/annotation-edit/src/AnnotationEdit.d.ts +5 -5
- package/es/components/audio-sdk/index.d.ts +54 -52
- package/es/components/audio-sdk/src/Index.vue.d.ts +54 -52
- package/es/components/audio-sdk/src/Index.vue2.js +9 -8
- package/es/components/audio-sdk/src/audioSDK.d.ts +1 -1
- package/es/components/audio-sdk/src/components/form.vue.d.ts +16 -16
- package/es/components/audio-sdk/src/components/readyCountdown.vue.d.ts +10 -10
- package/es/components/audio-sdk/src/components/readyCountdown.vue2.js +5 -6
- package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +49 -47
- package/es/components/audio-sdk/src/components/recording.vue.d.ts +41 -39
- package/es/components/audio-sdk/src/components/recording.vue2.js +52 -57
- package/es/components/audio-sdk/src/hooks/useChartAudioContext.d.ts +5 -5
- package/es/components/audio-sdk/src/svgs/Close.vue.js +4 -6
- package/es/components/audio-sdk/src/svgs/Continue.vue.js +1 -3
- package/es/components/audio-sdk/src/svgs/Enlarge.vue.js +1 -3
- package/es/components/audio-sdk/src/svgs/Pause.vue.js +1 -3
- package/es/components/audio-sdk/src/svgs/WaveView.vue.js +1 -3
- package/es/components/audio-sdk/src/svgs/Zoom.vue.js +4 -6
- package/es/components/audio-sdk/src/utils/index.d.ts +1 -1
- package/es/components/audio-sdk/src/utils/recordingModal.d.ts +2 -2
- package/es/components/base-search/index.d.ts +61 -19
- package/es/components/base-search/src/index.vue.d.ts +61 -19
- package/es/components/base-search/src/index.vue2.js +33 -34
- 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 +5 -4
- package/es/components/big-table/src/components/separate.vue.d.ts +31 -7
- package/es/components/big-table/src/components/separate.vue2.js +4 -5
- package/es/components/big-table/src/hooks/useAnnotation.d.ts +1 -1
- package/es/components/big-table/src/hooks/useBatchEditing.js +25 -24
- 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 +29 -31
- package/es/components/bpmn-workflow/index.d.ts +9 -9
- package/es/components/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +9 -9
- package/es/components/bpmn-workflow/src/BpmnWorkflow.vue2.js +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 +3 -4
- package/es/components/branch-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
- package/es/components/button-print/index.d.ts +270 -143
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +270 -143
- package/es/components/button-print/src/ButtonPrint.vue2.js +14 -7
- package/es/components/button-print/src/components/EditFormat.vue.d.ts +48 -18
- package/es/components/button-print/src/components/EditFormat.vue2.js +10 -10
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +74 -44
- package/es/components/button-print/src/components/IdentityVerification.vue2.js +12 -11
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +126 -72
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +211 -90
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +108 -59
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +40 -11
- 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 +7 -5
- package/es/components/button-print/src/utils/print.js +183 -7
- package/es/components/button-print/style/index.css +1 -1
- 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 +20 -9
- 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 +3167 -1602
- package/es/components/callback/src/index.vue.d.ts +11 -11
- package/es/components/callback/src/index.vue2.js +2 -1
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue.d.ts +12 -15
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue2.js +7 -6
- package/es/components/card-render/index.d.ts +10 -10
- package/es/components/card-render/src/CardRender.vue.d.ts +10 -10
- package/es/components/card-render/src/CardRender.vue2.js +8 -5
- package/es/components/card-render/src/components/Box.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Box.vue2.js +6 -4
- package/es/components/card-render/src/components/Button.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Button.vue2.js +6 -4
- 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 +18 -18
- 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 +7 -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 +734 -404
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +595 -330
- package/es/components/classification/src/components/search-filter/index.vue2.js +8 -7
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +639 -374
- package/es/components/classification/src/components/set-classification/index.vue2.js +4 -3
- package/es/components/classification/src/components/table-modal/index.vue.d.ts +27 -27
- package/es/components/classification/src/components/table-modal/index.vue2.js +143 -144
- package/es/components/classification/src/index.vue.d.ts +734 -404
- package/es/components/classification/src/index.vue2.js +71 -73
- package/es/components/config-provider/index.d.ts +7 -5
- package/es/components/config-provider/src/ConfigProvider.d.ts +7 -5
- package/es/components/date-picker/index.d.ts +15 -15
- package/es/components/date-picker/src/DatePicker.vue.d.ts +15 -15
- package/es/components/date-picker/src/DatePicker.vue2.js +9 -8
- package/es/components/default-page/index.d.ts +11 -11
- package/es/components/default-page/src/index.vue.d.ts +11 -11
- package/es/components/default-page/src/index.vue2.js +21 -22
- package/es/components/editor/index.d.ts +77 -7
- package/es/components/editor/src/Editor.d.ts +78 -7
- package/es/components/expand-field/index.d.ts +478 -303
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue.d.ts +14 -14
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +19 -19
- package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +304 -225
- package/es/components/expand-field/src/components/FormItemPerson.vue2.js +5 -4
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +284 -205
- package/es/components/expand-field/src/components/PersonModal.vue2.js +6 -5
- package/es/components/expand-field/src/components/form.vue.d.ts +458 -285
- package/es/components/expand-field/src/components/form.vue2.js +114 -122
- package/es/components/expand-field/src/index.vue.d.ts +479 -304
- package/es/components/expand-field/src/index.vue2.js +29 -29
- package/es/components/fabric-chart/index.d.ts +29 -29
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +29 -29
- package/es/components/fabric-chart/src/FabricChart.vue2.js +7 -6
- package/es/components/fabric-chart/src/components/PopupMenu.d.ts +6 -6
- package/es/components/fabric-chart/src/components/PopupMenu.js +1 -1
- package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +7 -7
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +6 -2
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/temperature/useLeft.js +3 -2
- package/es/components/fabric-chart/src/hooks/temperature/useOther.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useOther.js +58 -15
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +4 -3
- package/es/components/field-editor/index.d.ts +55 -42
- package/es/components/field-editor/src/FieldEditor.vue.d.ts +55 -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 +219 -154
- package/es/components/field-set/src/FieldColor.vue2.js +10 -9
- package/es/components/field-set/src/FieldFilter.vue.d.ts +80 -51
- package/es/components/field-set/src/FieldFilter.vue2.js +12 -11
- package/es/components/field-set/src/FieldSet.vue.d.ts +81 -64
- package/es/components/field-set/src/FieldSet.vue2.js +35 -34
- 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 +25 -25
- package/es/components/field-set/src/components/condition.vue.d.ts +47 -32
- package/es/components/field-set/src/components/condition.vue2.js +16 -19
- package/es/components/field-set/src/components/edit-dialog.vue.d.ts +149 -102
- package/es/components/field-set/src/components/edit-dialog.vue2.js +4 -3
- package/es/components/field-set/src/components/edit-filter.vue.d.ts +67 -43
- package/es/components/field-set/src/components/edit-filter.vue2.js +2 -1
- package/es/components/field-set/src/components/table-row.vue.d.ts +34 -33
- package/es/components/field-set/src/components/table-row.vue2.js +48 -31
- package/es/components/field-set/src/constants/index.js +4 -4
- package/es/components/field-set/src/types/index.d.ts +2 -1
- package/es/components/form-config/index.d.ts +1543 -507
- package/es/components/form-config/src/FormConfig.vue.d.ts +1543 -507
- package/es/components/form-config/src/FormConfig.vue2.js +13 -12
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +63 -50
- package/es/components/form-config/src/components/FormConfigCreator.vue2.js +2 -1
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +9 -9
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +1141 -197
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +6 -6
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +123 -81
- package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +41 -41
- 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 +31 -1
- package/es/components/form-config/src/constants/index.js +150 -1
- package/es/components/form-config/src/hooks/useConfigurationField.d.ts +2 -2
- package/es/components/form-config/src/hooks/useConfigurationField.js +53 -6
- package/es/components/form-config/src/hooks/useLocale.d.ts +6 -0
- package/es/components/form-config/src/hooks/useLocale.js +34 -0
- package/es/components/form-config/src/hooks/usePresetRenderer.d.ts +1 -1
- package/es/components/form-config/src/types/index.d.ts +12 -0
- package/es/components/form-render/index.d.ts +53 -40
- package/es/components/form-render/src/FormRender.vue.d.ts +50 -37
- package/es/components/form-render/src/FormRender.vue2.js +7 -5
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +53 -40
- package/es/components/form-render/src/FormRenderWrapper.vue2.js +2 -2
- package/es/components/form-render/src/components/renderer/combination/combination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/combination/jsonCombination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/combination/tableCombination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/complex.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/date.d.ts +7 -7
- package/es/components/form-render/src/components/renderer/date.js +12 -10
- package/es/components/form-render/src/components/renderer/formItem.d.ts +7 -5
- package/es/components/form-render/src/components/renderer/formItem.js +10 -3
- 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/levelSearchCascader/index.js +4 -2
- 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 +9 -3
- package/es/components/form-render/src/components/renderer/remoteSearch.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/searchCascade.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/select.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/simpleComponent.d.ts +2 -2
- package/es/components/form-render/src/components/renderer/slider.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/switch.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/text.d.ts +3 -3
- package/es/components/form-render/src/components/renderer/textarea.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/time.d.ts +3 -3
- package/es/components/form-render/src/components/tooltipMessage.vue.d.ts +9 -9
- package/es/components/form-render/src/components/tooltipMessage.vue2.js +1 -1
- package/es/components/form-render/src/constants/index.d.ts +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/useFieldListAdaptor.js +5 -2
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +8 -6
- package/es/components/form-render/src/hooks/useFieldNormalize.js +15 -0
- 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/useNuiThemeOverrides.d.ts +1 -2
- package/es/components/form-render/src/types/index.d.ts +1 -0
- package/es/components/form-render/src/utils/index.d.ts +3 -3
- package/es/components/form-render/style/index.css +1 -1
- 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 +1669 -797
- package/es/components/iho-chat/src/Index.vue.d.ts +1669 -797
- package/es/components/iho-chat/src/Index.vue2.js +18 -9
- package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +66 -43
- package/es/components/iho-chat/src/components/ChatAdd.vue2.js +51 -51
- package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +277 -70
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +53 -33
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +121 -65
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +163 -108
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +605 -257
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +31 -30
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +399 -170
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +300 -273
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +110 -64
- package/es/components/iho-chat/src/components/ChatRecord.vue2.js +71 -77
- package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +58 -35
- package/es/components/iho-chat/src/components/ChatSearch.vue2.js +42 -45
- package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +113 -67
- package/es/components/iho-chat/src/components/ChatSet.vue2.js +128 -138
- package/es/components/iho-chat/src/components/ContextMenu.d.ts +5 -5
- package/es/components/iho-chat/src/components/ContextMenu.js +33 -18
- package/es/components/iho-chat/src/components/ImageLightbox.vue.d.ts +122 -0
- package/es/components/iho-chat/src/components/ImageLightbox.vue.js +6 -0
- package/es/components/iho-chat/src/components/ImageLightbox.vue2.js +306 -0
- package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +33 -10
- package/es/components/iho-chat/src/components/MessageEvent.vue2.js +11 -13
- package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +83 -36
- package/es/components/iho-chat/src/components/MessageMergeForward.vue2.js +2 -2
- package/es/components/iho-chat/src/components/MessageTemplate.vue.d.ts +18 -22
- package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +34 -36
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +157 -93
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +305 -186
- package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +37 -14
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +2 -2
- package/es/components/iho-chat/src/components/SelectLabel.vue.d.ts +16 -16
- package/es/components/iho-chat/src/components/SelectLabel.vue2.js +3 -2
- package/es/components/iho-chat/src/components/SiderList.vue.d.ts +93 -64
- package/es/components/iho-chat/src/components/SiderList.vue2.js +2 -2
- package/es/components/iho-chat/src/components/Video.vue.d.ts +55 -37
- package/es/components/iho-chat/src/components/Video.vue2.js +92 -89
- package/es/components/iho-chat/src/components/userItemRender.d.ts +5 -5
- package/es/components/iho-chat/src/hooks/useData.d.ts +57 -10
- 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 +88 -16
- package/es/components/iho-chat/src/hooks/useVideo.js +439 -43
- package/es/components/iho-chat/src/types/index.d.ts +37 -1
- package/es/components/iho-chat/src/utils/emoji.d.ts +1 -1
- package/es/components/iho-chat/src/utils/emoji.js +1 -1
- package/es/components/iho-chat/src/utils/index.d.ts +3 -1
- package/es/components/iho-chat/src/utils/index.js +14 -1
- package/es/components/iho-chat/style/index.css +1 -1
- package/es/components/iho-table/index.d.ts +3102 -1550
- package/es/components/iho-table/src/IhoTable.vue.d.ts +3103 -1551
- package/es/components/iho-table/src/IhoTable.vue2.js +9 -8
- package/es/components/iho-table/src/constants/index.d.ts +2 -2
- package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +2 -2
- package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/useTableContext.d.ts +3 -3
- package/es/components/iho-table/src/plugins/anchorPlugin/tableAnchor.d.ts +1 -1
- package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +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 +17 -16
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +21 -21
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue.d.ts +21 -21
- package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue2.js +19 -16
- 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 +32 -29
- 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 +5 -5
- package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue.d.ts +8 -8
- package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/pagerScrollPlugin/utils.d.ts +9 -9
- package/es/components/iho-table/src/plugins/pluginHooks/useFilter.d.ts +2 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +26 -26
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +7 -6
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.js +0 -22
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +50 -47
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue2.js +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 +15 -13
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue2.js +4 -4
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +61 -29
- 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/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/index.d.ts +2 -0
- package/es/components/index.js +2 -1
- package/es/components/info-header/index.d.ts +216 -369
- package/es/components/info-header/src/InfoHeader.vue.d.ts +216 -369
- package/es/components/info-header/src/InfoHeader.vue2.js +7 -6
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +38 -46
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +78 -44
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +48 -65
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue2.js +11 -11
- package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.d.ts +15 -15
- package/es/components/info-header/src/components/infoDescription/HiddenContent.vue2.js +4 -4
- package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.d.ts +7 -7
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +122 -144
- 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 +70 -68
- package/es/components/info-header/src/components/patientInfo/index.vue2.js +16 -14
- package/es/components/info-header/src/constants/index.d.ts +1 -1
- package/es/components/info-header/src/hooks/useThemeOverrides.d.ts +1 -2
- package/es/components/keyboard/index.d.ts +83 -62
- package/es/components/keyboard/src/Keyboard.vue.d.ts +83 -62
- package/es/components/keyboard/src/Keyboard.vue2.js +56 -32
- package/es/components/keyboard/src/components/InputNumber.vue.d.ts +16 -16
- package/es/components/keyboard/src/components/InputNumber.vue2.js +4 -3
- package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +49 -39
- package/es/components/keyboard/src/components/NumberPanel.vue2.js +59 -26
- package/es/components/keyboard/src/types.d.ts +17 -0
- package/es/components/keyboard/src/types.js +1 -0
- package/es/components/map/index.d.ts +12 -12
- package/es/components/map/src/Map.vue.d.ts +12 -12
- package/es/components/map/src/Map.vue2.js +12 -12
- 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 +9 -8
- 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 +17 -17
- 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 +6 -5
- package/es/components/recommend-search/src/components/BaseSearch.d.ts +7 -7
- package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +34 -34
- package/es/components/recommend-search/src/components/RecommendInput.vue2.js +27 -28
- package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +9 -9
- package/es/components/recommend-search/src/components/RecommendMenu.vue2.js +8 -8
- package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +29 -29
- package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +15 -15
- package/es/components/scale-view/index.d.ts +120 -87
- package/es/components/scale-view/src/ScaleView.vue.d.ts +79 -63
- package/es/components/scale-view/src/ScaleView.vue2.js +18 -16
- package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/AnswerParse.vue2.js +36 -36
- 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 +44 -44
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +10 -10
- package/es/components/scale-view/src/components/EvaluatePage.vue2.js +27 -26
- package/es/components/scale-view/src/components/LoadingCom.vue.js +1 -3
- package/es/components/scale-view/src/components/NoData.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/NoData.vue2.js +4 -4
- package/es/components/scale-view/src/components/ScaleScore.d.ts +5 -5
- package/es/components/scale-view/src/components/formitem/r-address.d.ts +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/scaleview-computed.js +2 -1
- package/es/components/scale-view/src/hooks/scaleview-props.d.ts +4 -0
- package/es/components/scale-view/src/hooks/scaleview-props.js +4 -0
- 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 +11 -13
- package/es/components/search-cascader/src/components/SearchMenu.d.ts +5 -5
- package/es/components/search-cascader/src/utils/index.d.ts +1 -1
- 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 +38 -40
- package/es/components/select-label/src/SelectLabel.vue.d.ts +42 -64
- package/es/components/select-label/src/SelectLabel.vue2.js +26 -27
- 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 +41 -44
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +29 -21
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +28 -30
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +45 -37
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +14 -14
- 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 +24 -27
- package/es/components/select-label/src/index.vue.d.ts +93 -107
- package/es/components/select-label/src/index.vue2.js +2 -1
- package/es/components/select-person/index.d.ts +257 -190
- package/es/components/select-person/src/SelectPerson.vue.d.ts +124 -87
- package/es/components/select-person/src/SelectPerson.vue2.js +29 -18
- package/es/components/select-person/src/SelectPersonRole.vue.d.ts +80 -66
- package/es/components/select-person/src/SelectPersonRole.vue2.js +14 -14
- package/es/components/select-person/src/SelectPersonType.vue.d.ts +41 -31
- package/es/components/select-person/src/SelectPersonType.vue2.js +7 -7
- package/es/components/select-person/src/components/GroupItem.vue.d.ts +5 -5
- package/es/components/select-person/src/components/GroupItem.vue2.js +2 -1
- package/es/components/select-person/src/components/SearchGroupList.vue.d.ts +39 -39
- package/es/components/select-person/src/components/SearchGroupList.vue2.js +4 -3
- package/es/components/select-person/src/components/SearchMultiple.vue.d.ts +17 -18
- package/es/components/select-person/src/components/SearchMultiple.vue2.js +3 -2
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue.d.ts +19 -20
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +7 -6
- package/es/components/select-person/src/components/TagItem.vue.d.ts +11 -11
- package/es/components/select-person/src/components/TagItem.vue2.js +2 -1
- package/es/components/select-person/src/index.vue.d.ts +307 -240
- package/es/components/select-person/src/index.vue2.js +8 -7
- package/es/components/select-person/src/utils/index.d.ts +1 -1
- package/es/components/shortcut-provider/index.d.ts +9 -9
- package/es/components/shortcut-provider/src/ShortcutProvider.vue.d.ts +9 -9
- package/es/components/shortcut-provider/src/hooks/useShortcutSignature.d.ts +1 -1
- package/es/components/shortcut-provider/src/hooks/useShortcuts.js +1 -1
- package/es/components/shortcut-provider/src/types/index.d.ts +1 -0
- package/es/components/shortcut-provider/src/utils/index.d.ts +1 -1
- package/es/components/shortcut-provider/src/utils/index.js +3 -1
- package/es/components/shortcut-setter/index.d.ts +291 -81
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +291 -81
- package/es/components/shortcut-setter/src/ShortcutSetter.vue2.js +4 -3
- 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 +6 -5
- package/es/components/step-notice/src/components/NoticeConnection.vue.d.ts +12 -12
- package/es/components/step-notice/src/components/NoticeConnection.vue2.js +3 -3
- package/es/components/step-notice/src/components/NoticeItem.vue.d.ts +40 -40
- package/es/components/step-notice/src/components/NoticeItem.vue2.js +4 -4
- package/es/components/step-notice/src/components/NoticeItemAside.vue.d.ts +9 -9
- package/es/components/step-notice/src/components/NoticeItemAside.vue2.js +3 -4
- 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 +4 -4
- package/es/components/table-export-field/index.d.ts +82 -66
- package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +33 -27
- package/es/components/table-export-field/src/components/ExportModal.vue2.js +13 -12
- package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +23 -23
- package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +8 -7
- package/es/components/table-export-field/src/index.vue.d.ts +82 -66
- package/es/components/table-export-field/src/index.vue2.js +6 -5
- package/es/components/table-filter/index.js +1 -1
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +71 -71
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +18 -17
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +25 -25
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue2.js +7 -6
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue2.js +5 -4
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue2.js +5 -4
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.d.ts +12 -12
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue2.js +7 -6
- package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +59 -59
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +94 -94
- package/es/components/table-filter/src/components/bi-filter/index.vue2.js +49 -54
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +443 -192
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +47 -40
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.d.ts +104 -0
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.js +6 -0
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue2.js +251 -0
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +144 -28
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +53 -13
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +147 -31
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +63 -25
- 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 +416 -178
- package/es/components/table-filter/src/components/classify-filter/helpers/options.d.ts +5 -1
- package/es/components/table-filter/src/components/classify-filter/helpers/options.js +74 -2
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +478 -219
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +55 -49
- 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 +38 -38
- 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 +26 -26
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +2 -1
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +10 -10
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +3 -2
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +38 -38
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +14 -14
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +27 -27
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +2 -1
- package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue2.js +11 -10
- package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue2.js +5 -5
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +18 -18
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +22 -23
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +14 -14
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +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 +10 -9
- 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 +282 -276
- package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.js +32 -4
- package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.d.ts +1 -0
- package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +38 -2
- 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 +269 -263
- package/es/components/table-filter/src/hooks/useAdvanced.js +5 -4
- package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
- package/es/components/table-filter/src/tool/baseOptions.js +8 -1
- package/es/components/table-filter/src/types/enums.d.ts +5 -0
- package/es/components/table-filter/src/types/enums.js +6 -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 +41 -9
- package/es/components/time-picker/src/TimePicker.vue.d.ts +41 -9
- package/es/components/time-picker/src/TimePicker.vue2.js +100 -14
- 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 +12 -11
- package/es/components/vertify/index.d.ts +1 -0
- package/es/components/vertify/index.js +1 -0
- package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +86 -0
- package/es/components/vertify/src/components/IdentityVerification.vue.js +6 -0
- package/es/components/vertify/src/components/IdentityVerification.vue2.js +257 -0
- package/es/components/vertify/src/utils/dialog.d.ts +7 -0
- package/es/components/vertify/src/utils/dialog.js +73 -0
- package/es/components/vertify/src/utils/index.d.ts +11 -0
- package/es/components/vertify/src/utils/index.js +24 -0
- package/es/components/vod-chunk-upload/index.d.ts +261 -28
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +37 -20
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +143 -115
- package/es/components/vod-chunk-upload/src/hooks/upload-computed.d.ts +1 -0
- package/es/components/vod-chunk-upload/src/hooks/upload-computed.js +20 -3
- package/es/components/vod-chunk-upload/src/hooks/upload-data.d.ts +4 -0
- package/es/components/vod-chunk-upload/src/hooks/upload-data.js +6 -2
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +261 -28
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +69 -65
- package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +207 -5
- package/es/components/vod-chunk-upload/style/index.css +1 -1
- package/es/shared/assets/img/defaultCover/10review_successful.png.js +1 -1
- package/es/shared/assets/img/defaultCover/11review_fail.png.js +1 -1
- package/es/shared/assets/img/defaultCover/12no_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/13no_menu_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/14no_call_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/15no_use_tag.png.js +1 -1
- package/es/shared/assets/img/defaultCover/16no_table_data.png.js +1 -1
- package/es/shared/assets/img/defaultCover/1location.png.js +1 -1
- package/es/shared/assets/img/defaultCover/2notfound.png.js +1 -1
- package/es/shared/assets/img/defaultCover/3loading.png.js +1 -1
- package/es/shared/assets/img/defaultCover/4no_permission.png.js +1 -1
- package/es/shared/assets/img/defaultCover/5no_data.png.js +1 -1
- package/es/shared/assets/img/defaultCover/6no_network.png.js +1 -1
- package/es/shared/assets/img/defaultCover/7no_doctor.png.js +1 -1
- package/es/shared/assets/img/defaultCover/8system_error.png.js +1 -1
- package/es/shared/assets/img/defaultCover/9system_upgrade.png.js +1 -1
- package/es/shared/components/ArrowIcon/ArrowIcon.vue.js +6 -8
- package/es/shared/components/CancelRadio/CancelRadio.d.ts +6 -6
- package/es/shared/components/DateIcon/DateIcon.vue.js +11 -13
- package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +5 -5
- package/es/shared/components/InputNumberSlash/InputNumberSlash.js +1 -1
- 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/useDateTime.d.ts +1 -1
- package/es/shared/hooks/useDateTime.js +1 -1
- package/es/shared/hooks/useLevelSearchCascader.d.ts +7 -4
- package/es/shared/hooks/useLevelSearchCascader.js +3 -3
- package/es/shared/package.json.js +2 -2
- package/es/shared/utils/fabricjs/index.js +1 -1
- package/es/shared/utils/index.d.ts +1 -1
- package/package.json +5 -5
@@ -5,7 +5,30 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
5
5
|
currentSessionItem: AnyObject;
|
6
6
|
id: string;
|
7
7
|
userInfo: AnyObject;
|
8
|
-
msgList:
|
8
|
+
msgList: {
|
9
|
+
[x: string]: any;
|
10
|
+
id: string;
|
11
|
+
sessionKey: string;
|
12
|
+
content: {
|
13
|
+
[x: string]: any;
|
14
|
+
chatMessageType: string;
|
15
|
+
msg: string;
|
16
|
+
referenceContent?: any;
|
17
|
+
forwardMessageList?: AnyObject[] | undefined;
|
18
|
+
messageTemplate?: any;
|
19
|
+
messageTemplateData?: any;
|
20
|
+
fileUrl?: string | undefined;
|
21
|
+
avStatus?: string | undefined;
|
22
|
+
};
|
23
|
+
senderName: string;
|
24
|
+
sendTime: string;
|
25
|
+
sender: string;
|
26
|
+
status: string;
|
27
|
+
senderAvatar: string;
|
28
|
+
__content: string;
|
29
|
+
__time?: string | undefined;
|
30
|
+
__sendTime?: string | undefined;
|
31
|
+
}[];
|
9
32
|
currentMsg: AnyObject;
|
10
33
|
isAppendMsg: boolean;
|
11
34
|
sessionList: AnyObject[];
|
@@ -35,10 +58,10 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
35
58
|
setCurrentSessionItem: (item: AnyObject) => void;
|
36
59
|
emit: (event: "template-click" | "unread-message-update" | "session-change" | "session-close", ...args: any[]) => void;
|
37
60
|
setUserDetail: (event: MouseEvent, userDetail: AnyObject) => void;
|
38
|
-
showChatSet: import("vue").Ref<boolean>;
|
39
|
-
showChatFile: import("vue").Ref<boolean>;
|
40
|
-
chatFileType: import("vue").Ref<string>;
|
41
|
-
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>;
|
42
65
|
chatAddProps: import("vue").ComputedRef<{
|
43
66
|
mode: string;
|
44
67
|
disabledIds: any[];
|
@@ -52,11 +75,11 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
52
75
|
}>;
|
53
76
|
handleOpenChatFile: (type: string) => void;
|
54
77
|
handleClose: () => Promise<void>;
|
55
|
-
NAvatar: any;
|
56
|
-
NIcon: any;
|
57
|
-
NButton: any;
|
58
|
-
NTooltip: any;
|
59
|
-
NPopconfirm: any;
|
78
|
+
readonly NAvatar: any;
|
79
|
+
readonly NIcon: any;
|
80
|
+
readonly NButton: any;
|
81
|
+
readonly NTooltip: any;
|
82
|
+
readonly NPopconfirm: any;
|
60
83
|
ChatSet: import("vue").DefineComponent<{}, {
|
61
84
|
attrs: {
|
62
85
|
[x: string]: unknown;
|
@@ -66,7 +89,30 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
66
89
|
currentSessionItem: AnyObject;
|
67
90
|
id: string;
|
68
91
|
userInfo: AnyObject;
|
69
|
-
msgList:
|
92
|
+
msgList: {
|
93
|
+
[x: string]: any;
|
94
|
+
id: string;
|
95
|
+
sessionKey: string;
|
96
|
+
content: {
|
97
|
+
[x: string]: any;
|
98
|
+
chatMessageType: string;
|
99
|
+
msg: string;
|
100
|
+
referenceContent?: any;
|
101
|
+
forwardMessageList?: AnyObject[] | undefined;
|
102
|
+
messageTemplate?: any;
|
103
|
+
messageTemplateData?: any;
|
104
|
+
fileUrl?: string | undefined;
|
105
|
+
avStatus?: string | undefined;
|
106
|
+
};
|
107
|
+
senderName: string;
|
108
|
+
sendTime: string;
|
109
|
+
sender: string;
|
110
|
+
status: string;
|
111
|
+
senderAvatar: string;
|
112
|
+
__content: string;
|
113
|
+
__time?: string | undefined;
|
114
|
+
__sendTime?: string | undefined;
|
115
|
+
}[];
|
70
116
|
currentMsg: AnyObject;
|
71
117
|
isAppendMsg: boolean;
|
72
118
|
sessionList: AnyObject[];
|
@@ -94,10 +140,10 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
94
140
|
setUserDetail: (event: MouseEvent, userDetail: AnyObject) => void;
|
95
141
|
isGroupChat: import("vue").ComputedRef<boolean>;
|
96
142
|
isGroupLeader: import("vue").ComputedRef<boolean>;
|
97
|
-
inputRef: import("vue").Ref<any>;
|
98
|
-
groupNameEditing: import("vue").Ref<boolean>;
|
99
|
-
groupName: import("vue").Ref<string>;
|
100
|
-
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>;
|
101
147
|
currentGroupUserIds: import("vue").ComputedRef<any[]>;
|
102
148
|
currentGroupUser: import("vue").ComputedRef<AnyObject[]>;
|
103
149
|
handleTopping: (value: boolean) => Promise<void>;
|
@@ -107,23 +153,23 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
107
153
|
handleGroupName: () => Promise<void>;
|
108
154
|
handleAvatar: (options: import("../types").FileOptions) => Promise<void>;
|
109
155
|
closeChatSet: () => void;
|
110
|
-
NDrawer: any;
|
111
|
-
NDrawerContent: any;
|
112
|
-
NAvatar: any;
|
113
|
-
NIcon: any;
|
114
|
-
NSwitch: any;
|
115
|
-
NInput: any;
|
116
|
-
NSpace: any;
|
117
|
-
NButton: any;
|
118
|
-
NUploadTrigger: any;
|
119
|
-
NUpload: any;
|
120
|
-
NPopconfirm: any;
|
121
|
-
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<{}>>, {}>;
|
122
|
-
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<{}>>, {}>;
|
123
|
-
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<{}>>, {}>;
|
124
|
-
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<{}>>, {}>;
|
125
|
-
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<{}>>, {}>;
|
126
|
-
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<{
|
127
173
|
title: {
|
128
174
|
type: StringConstructor;
|
129
175
|
default: string;
|
@@ -147,14 +193,14 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
147
193
|
type: BooleanConstructor;
|
148
194
|
default: boolean;
|
149
195
|
};
|
150
|
-
}
|
196
|
+
}>, {
|
151
197
|
initialOptions: AnyObject[];
|
152
198
|
tabList: {
|
153
199
|
key: string;
|
154
200
|
label: string;
|
155
201
|
}[];
|
156
202
|
orgList: AnyObject[];
|
157
|
-
props:
|
203
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
158
204
|
title: {
|
159
205
|
type: StringConstructor;
|
160
206
|
default: string;
|
@@ -178,16 +224,39 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
178
224
|
type: BooleanConstructor;
|
179
225
|
default: boolean;
|
180
226
|
};
|
181
|
-
}>> & {
|
227
|
+
}>> & Readonly<{
|
182
228
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
183
|
-
}
|
229
|
+
}> & {}>;
|
184
230
|
emit: (event: "comfirm", ...args: any[]) => void;
|
185
231
|
state: {
|
186
232
|
orgId: string | number;
|
187
233
|
currentSessionItem: AnyObject;
|
188
234
|
id: string;
|
189
235
|
userInfo: AnyObject;
|
190
|
-
msgList:
|
236
|
+
msgList: {
|
237
|
+
[x: string]: any;
|
238
|
+
id: string;
|
239
|
+
sessionKey: string;
|
240
|
+
content: {
|
241
|
+
[x: string]: any;
|
242
|
+
chatMessageType: string;
|
243
|
+
msg: string;
|
244
|
+
referenceContent?: any;
|
245
|
+
forwardMessageList?: AnyObject[] | undefined;
|
246
|
+
messageTemplate?: any;
|
247
|
+
messageTemplateData?: any;
|
248
|
+
fileUrl?: string | undefined;
|
249
|
+
avStatus?: string | undefined;
|
250
|
+
};
|
251
|
+
senderName: string;
|
252
|
+
sendTime: string;
|
253
|
+
sender: string;
|
254
|
+
status: string;
|
255
|
+
senderAvatar: string;
|
256
|
+
__content: string;
|
257
|
+
__time?: string | undefined;
|
258
|
+
__sendTime?: string | undefined;
|
259
|
+
}[];
|
191
260
|
currentMsg: AnyObject;
|
192
261
|
isAppendMsg: boolean;
|
193
262
|
sessionList: AnyObject[];
|
@@ -212,16 +281,16 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
212
281
|
isForward: boolean;
|
213
282
|
};
|
214
283
|
setCurrentSessionItem: (item: AnyObject) => void;
|
215
|
-
listRef: import("vue").Ref<any>;
|
216
|
-
keyword: import("vue").Ref<string>;
|
217
|
-
showModal: import("vue").Ref<boolean>;
|
218
|
-
checkedOptions: import("vue").Ref<AnyObject[]>;
|
219
|
-
groupName: import("vue").Ref<string>;
|
220
|
-
remark: import("vue").Ref<string>;
|
221
|
-
currentTab: import("vue").Ref<AnyObject[]>;
|
222
|
-
breadcrumbList: import("vue").Ref<AnyObject[]>;
|
223
|
-
breadcrumbRef: import("vue").Ref<any>;
|
224
|
-
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[]>;
|
225
294
|
handleInput: () => void;
|
226
295
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
227
296
|
sessionList: import("vue").ComputedRef<{
|
@@ -247,8 +316,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
247
316
|
}[]>;
|
248
317
|
checkedIds: import("vue").ComputedRef<any[]>;
|
249
318
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
250
|
-
allChecked: import("vue").WritableComputedRef<boolean>;
|
251
|
-
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
319
|
+
allChecked: import("vue").WritableComputedRef<boolean, boolean>;
|
320
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[], any[]>;
|
252
321
|
currentTabKey: import("vue").ComputedRef<any>;
|
253
322
|
showAllCheckbox: import("vue").ComputedRef<boolean>;
|
254
323
|
getOrgList: () => Promise<void>;
|
@@ -263,28 +332,28 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
263
332
|
getAllUser: (tree: AnyObject[]) => AnyObject[];
|
264
333
|
handlePositiveClick: () => Promise<void>;
|
265
334
|
closeTag: (id: string) => void;
|
266
|
-
NModal: any;
|
267
|
-
NButton: any;
|
268
|
-
NSpace: any;
|
269
|
-
NAvatar: any;
|
270
|
-
NIcon: any;
|
271
|
-
NTag: any;
|
272
|
-
NInput: any;
|
273
|
-
NCheckbox: any;
|
274
|
-
NCheckboxGroup: any;
|
275
|
-
NTooltip: any;
|
276
|
-
NBreadcrumb: any;
|
277
|
-
NBreadcrumbItem: any;
|
278
|
-
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<{}>>, {}>;
|
279
|
-
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<{}>>, {}>;
|
280
|
-
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<{}>>, {}>;
|
281
|
-
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<{}>>, {}>;
|
282
|
-
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<{}>>, {}>;
|
283
|
-
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<{}>>, {}>;
|
284
|
-
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
285
|
-
isDoctorRole: typeof import("../utils").isDoctorRole;
|
286
|
-
getRoleName: typeof import("../utils").getRoleName;
|
287
|
-
},
|
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<{
|
288
357
|
title: {
|
289
358
|
type: StringConstructor;
|
290
359
|
default: string;
|
@@ -308,19 +377,19 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
308
377
|
type: BooleanConstructor;
|
309
378
|
default: boolean;
|
310
379
|
};
|
311
|
-
}>> & {
|
380
|
+
}>> & Readonly<{
|
312
381
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
313
|
-
}
|
382
|
+
}>, {
|
314
383
|
title: string;
|
315
384
|
defaultValue: AnyObject[];
|
316
385
|
disabled: boolean;
|
317
386
|
mode: string;
|
318
387
|
disabledIds: string[];
|
319
|
-
}>;
|
320
|
-
isDoctorRole: typeof import("../utils").isDoctorRole;
|
321
|
-
getRoleName: typeof import("../utils").getRoleName;
|
322
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
323
|
-
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<{
|
324
393
|
type: {
|
325
394
|
type: StringConstructor;
|
326
395
|
default: string;
|
@@ -328,8 +397,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
328
397
|
visible: {
|
329
398
|
type: BooleanConstructor;
|
330
399
|
};
|
331
|
-
}
|
332
|
-
props:
|
400
|
+
}>, {
|
401
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
333
402
|
type: {
|
334
403
|
type: StringConstructor;
|
335
404
|
default: string;
|
@@ -337,14 +406,37 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
337
406
|
visible: {
|
338
407
|
type: BooleanConstructor;
|
339
408
|
};
|
340
|
-
}>> & {}
|
409
|
+
}>> & Readonly<{}> & {}>;
|
341
410
|
cssVars: import("vue").ComputedRef<AnyObject>;
|
342
411
|
state: {
|
343
412
|
orgId: string | number;
|
344
413
|
currentSessionItem: AnyObject;
|
345
414
|
id: string;
|
346
415
|
userInfo: AnyObject;
|
347
|
-
msgList:
|
416
|
+
msgList: {
|
417
|
+
[x: string]: any;
|
418
|
+
id: string;
|
419
|
+
sessionKey: string;
|
420
|
+
content: {
|
421
|
+
[x: string]: any;
|
422
|
+
chatMessageType: string;
|
423
|
+
msg: string;
|
424
|
+
referenceContent?: any;
|
425
|
+
forwardMessageList?: AnyObject[] | undefined;
|
426
|
+
messageTemplate?: any;
|
427
|
+
messageTemplateData?: any;
|
428
|
+
fileUrl?: string | undefined;
|
429
|
+
avStatus?: string | undefined;
|
430
|
+
};
|
431
|
+
senderName: string;
|
432
|
+
sendTime: string;
|
433
|
+
sender: string;
|
434
|
+
status: string;
|
435
|
+
senderAvatar: string;
|
436
|
+
__content: string;
|
437
|
+
__time?: string | undefined;
|
438
|
+
__sendTime?: string | undefined;
|
439
|
+
}[];
|
348
440
|
currentMsg: AnyObject;
|
349
441
|
isAppendMsg: boolean;
|
350
442
|
sessionList: AnyObject[];
|
@@ -373,11 +465,42 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
373
465
|
remark: string;
|
374
466
|
contents: AnyObject[];
|
375
467
|
}) => Promise<void>;
|
376
|
-
imageList: import("vue").Ref<
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
468
|
+
imageList: import("vue").Ref<{
|
469
|
+
label: string;
|
470
|
+
list: {
|
471
|
+
[x: string]: any;
|
472
|
+
id: string;
|
473
|
+
fileUrl: string;
|
474
|
+
senderName: string;
|
475
|
+
fileSize: string;
|
476
|
+
sendTime: string;
|
477
|
+
fileName: string;
|
478
|
+
width?: number | undefined;
|
479
|
+
height?: number | undefined;
|
480
|
+
}[];
|
481
|
+
}[], {
|
482
|
+
label: string;
|
483
|
+
list: import("../types").ImageItem[];
|
484
|
+
}[] | {
|
485
|
+
label: string;
|
486
|
+
list: {
|
487
|
+
[x: string]: any;
|
488
|
+
id: string;
|
489
|
+
fileUrl: string;
|
490
|
+
senderName: string;
|
491
|
+
fileSize: string;
|
492
|
+
sendTime: string;
|
493
|
+
fileName: string;
|
494
|
+
width?: number | undefined;
|
495
|
+
height?: number | undefined;
|
496
|
+
}[];
|
497
|
+
}[]>;
|
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>;
|
381
504
|
handleInput: () => void;
|
382
505
|
pageInfo: {
|
383
506
|
page: number;
|
@@ -387,24 +510,34 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
387
510
|
handleSearch: () => Promise<void>;
|
388
511
|
formatImageList: (data: AnyObject[]) => {
|
389
512
|
label: string;
|
390
|
-
list:
|
513
|
+
list: import("../types").ImageItem[];
|
391
514
|
}[];
|
392
515
|
resetAndSearch: () => void;
|
516
|
+
previewImg: (fileUrl: string) => void;
|
393
517
|
title: import("vue").ComputedRef<"聊天图片" | "聊天文件">;
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
518
|
+
images: import("vue").ComputedRef<{
|
519
|
+
[x: string]: any;
|
520
|
+
id: string;
|
521
|
+
fileUrl: string;
|
522
|
+
senderName: string;
|
523
|
+
fileSize: string;
|
524
|
+
sendTime: string;
|
525
|
+
fileName: string;
|
526
|
+
width?: number | undefined;
|
527
|
+
height?: number | undefined;
|
528
|
+
}[]>;
|
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<{
|
408
541
|
title: {
|
409
542
|
type: StringConstructor;
|
410
543
|
default: string;
|
@@ -428,14 +561,14 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
428
561
|
type: BooleanConstructor;
|
429
562
|
default: boolean;
|
430
563
|
};
|
431
|
-
}
|
564
|
+
}>, {
|
432
565
|
initialOptions: AnyObject[];
|
433
566
|
tabList: {
|
434
567
|
key: string;
|
435
568
|
label: string;
|
436
569
|
}[];
|
437
570
|
orgList: AnyObject[];
|
438
|
-
props:
|
571
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
439
572
|
title: {
|
440
573
|
type: StringConstructor;
|
441
574
|
default: string;
|
@@ -459,16 +592,39 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
459
592
|
type: BooleanConstructor;
|
460
593
|
default: boolean;
|
461
594
|
};
|
462
|
-
}>> & {
|
595
|
+
}>> & Readonly<{
|
463
596
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
464
|
-
}
|
597
|
+
}> & {}>;
|
465
598
|
emit: (event: "comfirm", ...args: any[]) => void;
|
466
599
|
state: {
|
467
600
|
orgId: string | number;
|
468
601
|
currentSessionItem: AnyObject;
|
469
602
|
id: string;
|
470
603
|
userInfo: AnyObject;
|
471
|
-
msgList:
|
604
|
+
msgList: {
|
605
|
+
[x: string]: any;
|
606
|
+
id: string;
|
607
|
+
sessionKey: string;
|
608
|
+
content: {
|
609
|
+
[x: string]: any;
|
610
|
+
chatMessageType: string;
|
611
|
+
msg: string;
|
612
|
+
referenceContent?: any;
|
613
|
+
forwardMessageList?: AnyObject[] | undefined;
|
614
|
+
messageTemplate?: any;
|
615
|
+
messageTemplateData?: any;
|
616
|
+
fileUrl?: string | undefined;
|
617
|
+
avStatus?: string | undefined;
|
618
|
+
};
|
619
|
+
senderName: string;
|
620
|
+
sendTime: string;
|
621
|
+
sender: string;
|
622
|
+
status: string;
|
623
|
+
senderAvatar: string;
|
624
|
+
__content: string;
|
625
|
+
__time?: string | undefined;
|
626
|
+
__sendTime?: string | undefined;
|
627
|
+
}[];
|
472
628
|
currentMsg: AnyObject;
|
473
629
|
isAppendMsg: boolean;
|
474
630
|
sessionList: AnyObject[];
|
@@ -493,16 +649,16 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
493
649
|
isForward: boolean;
|
494
650
|
};
|
495
651
|
setCurrentSessionItem: (item: AnyObject) => void;
|
496
|
-
listRef: import("vue").Ref<any>;
|
497
|
-
keyword: import("vue").Ref<string>;
|
498
|
-
showModal: import("vue").Ref<boolean>;
|
499
|
-
checkedOptions: import("vue").Ref<AnyObject[]>;
|
500
|
-
groupName: import("vue").Ref<string>;
|
501
|
-
remark: import("vue").Ref<string>;
|
502
|
-
currentTab: import("vue").Ref<AnyObject[]>;
|
503
|
-
breadcrumbList: import("vue").Ref<AnyObject[]>;
|
504
|
-
breadcrumbRef: import("vue").Ref<any>;
|
505
|
-
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[]>;
|
506
662
|
handleInput: () => void;
|
507
663
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
508
664
|
sessionList: import("vue").ComputedRef<{
|
@@ -528,8 +684,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
528
684
|
}[]>;
|
529
685
|
checkedIds: import("vue").ComputedRef<any[]>;
|
530
686
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
531
|
-
allChecked: import("vue").WritableComputedRef<boolean>;
|
532
|
-
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
687
|
+
allChecked: import("vue").WritableComputedRef<boolean, boolean>;
|
688
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[], any[]>;
|
533
689
|
currentTabKey: import("vue").ComputedRef<any>;
|
534
690
|
showAllCheckbox: import("vue").ComputedRef<boolean>;
|
535
691
|
getOrgList: () => Promise<void>;
|
@@ -544,28 +700,28 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
544
700
|
getAllUser: (tree: AnyObject[]) => AnyObject[];
|
545
701
|
handlePositiveClick: () => Promise<void>;
|
546
702
|
closeTag: (id: string) => void;
|
547
|
-
NModal: any;
|
548
|
-
NButton: any;
|
549
|
-
NSpace: any;
|
550
|
-
NAvatar: any;
|
551
|
-
NIcon: any;
|
552
|
-
NTag: any;
|
553
|
-
NInput: any;
|
554
|
-
NCheckbox: any;
|
555
|
-
NCheckboxGroup: any;
|
556
|
-
NTooltip: any;
|
557
|
-
NBreadcrumb: any;
|
558
|
-
NBreadcrumbItem: any;
|
559
|
-
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<{}>>, {}>;
|
560
|
-
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<{}>>, {}>;
|
561
|
-
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<{}>>, {}>;
|
562
|
-
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<{}>>, {}>;
|
563
|
-
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<{}>>, {}>;
|
564
|
-
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<{}>>, {}>;
|
565
|
-
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
566
|
-
isDoctorRole: typeof import("../utils").isDoctorRole;
|
567
|
-
getRoleName: typeof import("../utils").getRoleName;
|
568
|
-
},
|
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<{
|
569
725
|
title: {
|
570
726
|
type: StringConstructor;
|
571
727
|
default: string;
|
@@ -589,16 +745,135 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
589
745
|
type: BooleanConstructor;
|
590
746
|
default: boolean;
|
591
747
|
};
|
592
|
-
}>> & {
|
748
|
+
}>> & Readonly<{
|
593
749
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
594
|
-
}
|
750
|
+
}>, {
|
595
751
|
title: string;
|
596
752
|
defaultValue: AnyObject[];
|
597
753
|
disabled: boolean;
|
598
754
|
mode: string;
|
599
755
|
disabledIds: string[];
|
600
|
-
}>;
|
601
|
-
|
756
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
757
|
+
ImageLightbox: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
758
|
+
images: {
|
759
|
+
type: import("vue").PropType<import("../types").ImageItem[]>;
|
760
|
+
default: () => never[];
|
761
|
+
};
|
762
|
+
visible: {
|
763
|
+
type: BooleanConstructor;
|
764
|
+
};
|
765
|
+
currentId: {
|
766
|
+
type: StringConstructor;
|
767
|
+
default: string;
|
768
|
+
};
|
769
|
+
}>, {
|
770
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
771
|
+
images: {
|
772
|
+
type: import("vue").PropType<import("../types").ImageItem[]>;
|
773
|
+
default: () => never[];
|
774
|
+
};
|
775
|
+
visible: {
|
776
|
+
type: BooleanConstructor;
|
777
|
+
};
|
778
|
+
currentId: {
|
779
|
+
type: StringConstructor;
|
780
|
+
default: string;
|
781
|
+
};
|
782
|
+
}>> & Readonly<{
|
783
|
+
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
784
|
+
"onUpdate:currentId"?: ((...args: any[]) => any) | undefined;
|
785
|
+
}> & {}>;
|
786
|
+
emit: (event: "update:visible" | "update:currentId", ...args: any[]) => void;
|
787
|
+
imageEl: import("vue").Ref<HTMLImageElement | null, HTMLImageElement | null>;
|
788
|
+
naturalSize: import("vue").Ref<{
|
789
|
+
width: number;
|
790
|
+
height: number;
|
791
|
+
}, {
|
792
|
+
width: number;
|
793
|
+
height: number;
|
794
|
+
} | {
|
795
|
+
width: number;
|
796
|
+
height: number;
|
797
|
+
}>;
|
798
|
+
scale: import("vue").Ref<number, number>;
|
799
|
+
rotation: import("vue").Ref<number, number>;
|
800
|
+
isDragging: import("vue").Ref<boolean, boolean>;
|
801
|
+
offset: import("vue").Ref<{
|
802
|
+
x: number;
|
803
|
+
y: number;
|
804
|
+
}, {
|
805
|
+
x: number;
|
806
|
+
y: number;
|
807
|
+
} | {
|
808
|
+
x: number;
|
809
|
+
y: number;
|
810
|
+
}>;
|
811
|
+
lastMouse: import("vue").Ref<{
|
812
|
+
x: number;
|
813
|
+
y: number;
|
814
|
+
}, {
|
815
|
+
x: number;
|
816
|
+
y: number;
|
817
|
+
} | {
|
818
|
+
x: number;
|
819
|
+
y: number;
|
820
|
+
}>;
|
821
|
+
idToIndexMap: import("vue").ComputedRef<Map<string, number>>;
|
822
|
+
currentIndex: import("vue").ComputedRef<number>;
|
823
|
+
currentImageData: import("vue").ComputedRef<import("../types").ImageItem>;
|
824
|
+
hasNext: import("vue").ComputedRef<boolean>;
|
825
|
+
hasPrev: import("vue").ComputedRef<boolean>;
|
826
|
+
imageStyle: import("vue").ComputedRef<{
|
827
|
+
left: string;
|
828
|
+
top: string;
|
829
|
+
transform: string;
|
830
|
+
cursor: string;
|
831
|
+
transition: string;
|
832
|
+
}>;
|
833
|
+
resetImageState: () => void;
|
834
|
+
close: () => void;
|
835
|
+
nextImage: () => void;
|
836
|
+
prevImage: () => void;
|
837
|
+
rotate: (degrees: number) => void;
|
838
|
+
zoomIn: () => void;
|
839
|
+
zoomOut: () => void;
|
840
|
+
resetZoom: () => void;
|
841
|
+
startDrag: (e: MouseEvent) => void;
|
842
|
+
onDragMove: (e: MouseEvent) => void;
|
843
|
+
endDrag: () => void;
|
844
|
+
handleWheel: (e: WheelEvent) => void;
|
845
|
+
handleImageLoad: () => void;
|
846
|
+
download: () => void;
|
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<{
|
857
|
+
images: {
|
858
|
+
type: import("vue").PropType<import("../types").ImageItem[]>;
|
859
|
+
default: () => never[];
|
860
|
+
};
|
861
|
+
visible: {
|
862
|
+
type: BooleanConstructor;
|
863
|
+
};
|
864
|
+
currentId: {
|
865
|
+
type: StringConstructor;
|
866
|
+
default: string;
|
867
|
+
};
|
868
|
+
}>> & Readonly<{
|
869
|
+
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
870
|
+
"onUpdate:currentId"?: ((...args: any[]) => any) | undefined;
|
871
|
+
}>, {
|
872
|
+
visible: boolean;
|
873
|
+
images: import("../types").ImageItem[];
|
874
|
+
currentId: string;
|
875
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
876
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
602
877
|
type: {
|
603
878
|
type: StringConstructor;
|
604
879
|
default: string;
|
@@ -606,30 +881,53 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
606
881
|
visible: {
|
607
882
|
type: BooleanConstructor;
|
608
883
|
};
|
609
|
-
}
|
884
|
+
}>> & Readonly<{}>, {
|
610
885
|
type: string;
|
611
886
|
visible: boolean;
|
612
|
-
}>;
|
613
|
-
ChatRecord: import("vue").DefineComponent<{
|
887
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
888
|
+
ChatRecord: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
614
889
|
visible: {
|
615
890
|
type: BooleanConstructor;
|
616
891
|
};
|
617
|
-
}
|
892
|
+
}>, {
|
618
893
|
tagColor: {
|
619
894
|
color: string;
|
620
895
|
textColor: string;
|
621
896
|
};
|
622
|
-
props:
|
897
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
623
898
|
visible: {
|
624
899
|
type: BooleanConstructor;
|
625
900
|
};
|
626
|
-
}>> & {}
|
901
|
+
}>> & Readonly<{}> & {}>;
|
627
902
|
state: {
|
628
903
|
orgId: string | number;
|
629
904
|
currentSessionItem: AnyObject;
|
630
905
|
id: string;
|
631
906
|
userInfo: AnyObject;
|
632
|
-
msgList:
|
907
|
+
msgList: {
|
908
|
+
[x: string]: any;
|
909
|
+
id: string;
|
910
|
+
sessionKey: string;
|
911
|
+
content: {
|
912
|
+
[x: string]: any;
|
913
|
+
chatMessageType: string;
|
914
|
+
msg: string;
|
915
|
+
referenceContent?: any;
|
916
|
+
forwardMessageList?: AnyObject[] | undefined;
|
917
|
+
messageTemplate?: any;
|
918
|
+
messageTemplateData?: any;
|
919
|
+
fileUrl?: string | undefined;
|
920
|
+
avStatus?: string | undefined;
|
921
|
+
};
|
922
|
+
senderName: string;
|
923
|
+
sendTime: string;
|
924
|
+
sender: string;
|
925
|
+
status: string;
|
926
|
+
senderAvatar: string;
|
927
|
+
__content: string;
|
928
|
+
__time?: string | undefined;
|
929
|
+
__sendTime?: string | undefined;
|
930
|
+
}[];
|
633
931
|
currentMsg: AnyObject;
|
634
932
|
isAppendMsg: boolean;
|
635
933
|
sessionList: AnyObject[];
|
@@ -654,12 +952,12 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
654
952
|
isForward: boolean;
|
655
953
|
};
|
656
954
|
cssVars: import("vue").ComputedRef<AnyObject>;
|
657
|
-
recordRef: import("vue").Ref<any>;
|
658
|
-
recordList: import("vue").Ref<AnyObject[]>;
|
659
|
-
keyword: import("vue").Ref<any>;
|
660
|
-
memberList: import("vue").Ref<never[]>;
|
661
|
-
startTime: import("vue").Ref<any>;
|
662
|
-
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>;
|
663
961
|
handleInput: () => void;
|
664
962
|
pageInfo: {
|
665
963
|
page: number;
|
@@ -673,19 +971,19 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
673
971
|
resetInfo: () => void;
|
674
972
|
formatEndTime: () => string;
|
675
973
|
handleCloseTag: (type: "start" | "end" | "member") => void;
|
676
|
-
getPrefixCondition: () =>
|
677
|
-
renderLabel: (option: AnyObject) =>
|
678
|
-
NModal: any;
|
679
|
-
NTag: any;
|
680
|
-
NInput: any;
|
681
|
-
NIcon: any;
|
682
|
-
NSelect: any;
|
683
|
-
NAvatar: any;
|
684
|
-
NPopover: any;
|
685
|
-
NInputGroup: any;
|
686
|
-
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<{}>>, {}>;
|
687
|
-
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<{}>>, {}>;
|
688
|
-
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<{
|
689
987
|
updateUnchangedValue: {
|
690
988
|
type: BooleanConstructor;
|
691
989
|
};
|
@@ -716,11 +1014,11 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
716
1014
|
isDateDisabled: {
|
717
1015
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
718
1016
|
};
|
719
|
-
}
|
1017
|
+
}>, {
|
720
1018
|
attrs: {
|
721
1019
|
[x: string]: unknown;
|
722
1020
|
};
|
723
|
-
props:
|
1021
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
724
1022
|
updateUnchangedValue: {
|
725
1023
|
type: BooleanConstructor;
|
726
1024
|
};
|
@@ -751,15 +1049,15 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
751
1049
|
isDateDisabled: {
|
752
1050
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
753
1051
|
};
|
754
|
-
}>> & {
|
1052
|
+
}>> & Readonly<{
|
755
1053
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
756
|
-
}
|
1054
|
+
}> & {}>;
|
757
1055
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
758
|
-
datePickerRef: import("vue").Ref<AnyObject | null>;
|
759
|
-
panelInstRef: import("vue").Ref<null>;
|
760
|
-
placeholderRef: import("vue").Ref<any>;
|
761
|
-
oldValue: string;
|
762
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
1056
|
+
datePickerRef: import("vue").Ref<AnyObject | null, AnyObject | null>;
|
1057
|
+
panelInstRef: import("vue").Ref<null, null>;
|
1058
|
+
placeholderRef: import("vue").Ref<any, any>;
|
1059
|
+
oldValue: (string | [string, string]) | null | undefined;
|
1060
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
|
763
1061
|
isDateTime: import("vue").ComputedRef<boolean>;
|
764
1062
|
formatRef: import("vue").ComputedRef<string>;
|
765
1063
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
@@ -774,8 +1072,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
774
1072
|
onConfirm: (...args: any[]) => Promise<void>;
|
775
1073
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
776
1074
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
777
|
-
NDatePicker: any;
|
778
|
-
},
|
1075
|
+
readonly NDatePicker: any;
|
1076
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
779
1077
|
updateUnchangedValue: {
|
780
1078
|
type: BooleanConstructor;
|
781
1079
|
};
|
@@ -806,50 +1104,73 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
806
1104
|
isDateDisabled: {
|
807
1105
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
808
1106
|
};
|
809
|
-
}>> & {
|
1107
|
+
}>> & Readonly<{
|
810
1108
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
811
|
-
}
|
1109
|
+
}>, {
|
812
1110
|
type: string;
|
813
1111
|
updateUnchangedValue: boolean;
|
814
1112
|
to: string | false | HTMLElement;
|
815
1113
|
holidays: Date[];
|
816
|
-
}>>;
|
817
|
-
isArray: {
|
1114
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
1115
|
+
readonly isArray: {
|
818
1116
|
(value?: any): value is any[];
|
819
1117
|
<T_1>(value?: any): value is any[];
|
820
1118
|
};
|
821
|
-
formatTime: typeof import("../utils").formatTime;
|
822
|
-
isDoctorRole: typeof import("../utils").isDoctorRole;
|
823
|
-
getRoleName: typeof import("../utils").getRoleName;
|
824
|
-
formatJsonstr: typeof import("../utils").formatJsonstr;
|
825
|
-
getFileType: typeof import("../utils").getFileType;
|
826
|
-
getDetail: typeof import("../utils").getDetail;
|
827
|
-
showAudioAndVideoRecord: typeof import("../utils").showAudioAndVideoRecord;
|
828
|
-
getForwardTitle: typeof import("../utils").getForwardTitle;
|
829
|
-
simplifyMessage: typeof import("../utils").simplifyMessage;
|
830
|
-
MESSAGE_TYPE: typeof import("../constants").MESSAGE_TYPE;
|
831
|
-
emojis: {
|
1119
|
+
readonly formatTime: typeof import("../utils").formatTime;
|
1120
|
+
readonly isDoctorRole: typeof import("../utils").isDoctorRole;
|
1121
|
+
readonly getRoleName: typeof import("../utils").getRoleName;
|
1122
|
+
readonly formatJsonstr: typeof import("../utils").formatJsonstr;
|
1123
|
+
readonly getFileType: typeof import("../utils").getFileType;
|
1124
|
+
readonly getDetail: typeof import("../utils").getDetail;
|
1125
|
+
readonly showAudioAndVideoRecord: typeof import("../utils").showAudioAndVideoRecord;
|
1126
|
+
readonly getForwardTitle: typeof import("../utils").getForwardTitle;
|
1127
|
+
readonly simplifyMessage: typeof import("../utils").simplifyMessage;
|
1128
|
+
readonly MESSAGE_TYPE: typeof import("../constants").MESSAGE_TYPE;
|
1129
|
+
readonly emojis: {
|
832
1130
|
default: string[][];
|
833
|
-
findEmoji(name: string):
|
1131
|
+
findEmoji(name: string): string | undefined;
|
834
1132
|
};
|
835
|
-
MessageEvent: import("vue").DefineComponent<{
|
1133
|
+
MessageEvent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
836
1134
|
data: {
|
837
1135
|
type: import("vue").PropType<AnyObject>;
|
838
1136
|
required: true;
|
839
1137
|
};
|
840
|
-
}
|
841
|
-
props:
|
1138
|
+
}>, {
|
1139
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
842
1140
|
data: {
|
843
1141
|
type: import("vue").PropType<AnyObject>;
|
844
1142
|
required: true;
|
845
1143
|
};
|
846
|
-
}>> & {}
|
1144
|
+
}>> & Readonly<{}> & {}>;
|
847
1145
|
state: {
|
848
1146
|
orgId: string | number;
|
849
1147
|
currentSessionItem: AnyObject;
|
850
1148
|
id: string;
|
851
1149
|
userInfo: AnyObject;
|
852
|
-
msgList:
|
1150
|
+
msgList: {
|
1151
|
+
[x: string]: any;
|
1152
|
+
id: string;
|
1153
|
+
sessionKey: string;
|
1154
|
+
content: {
|
1155
|
+
[x: string]: any;
|
1156
|
+
chatMessageType: string;
|
1157
|
+
msg: string;
|
1158
|
+
referenceContent?: any;
|
1159
|
+
forwardMessageList?: AnyObject[] | undefined;
|
1160
|
+
messageTemplate?: any;
|
1161
|
+
messageTemplateData?: any;
|
1162
|
+
fileUrl?: string | undefined;
|
1163
|
+
avStatus?: string | undefined;
|
1164
|
+
};
|
1165
|
+
senderName: string;
|
1166
|
+
sendTime: string;
|
1167
|
+
sender: string;
|
1168
|
+
status: string;
|
1169
|
+
senderAvatar: string;
|
1170
|
+
__content: string;
|
1171
|
+
__time?: string | undefined;
|
1172
|
+
__sendTime?: string | undefined;
|
1173
|
+
}[];
|
853
1174
|
currentMsg: AnyObject;
|
854
1175
|
isAppendMsg: boolean;
|
855
1176
|
sessionList: AnyObject[];
|
@@ -874,26 +1195,26 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
874
1195
|
isForward: boolean;
|
875
1196
|
};
|
876
1197
|
setUserDetail: (event: MouseEvent, userDetail: AnyObject) => void;
|
877
|
-
inviter: import("vue").Ref<any>;
|
878
|
-
invitee: import("vue").Ref<any[]>;
|
1198
|
+
inviter: import("vue").Ref<any, any>;
|
1199
|
+
invitee: import("vue").Ref<any[], any[]>;
|
879
1200
|
isValidJSON: (str: string) => boolean;
|
880
1201
|
getTask: (_id: string | number, arrRes: AnyObject[]) => () => Promise<unknown>;
|
881
1202
|
getEventContent: (data: AnyObject) => Promise<void>;
|
882
|
-
NButton: any;
|
883
|
-
},
|
1203
|
+
readonly NButton: any;
|
1204
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
884
1205
|
data: {
|
885
1206
|
type: import("vue").PropType<AnyObject>;
|
886
1207
|
required: true;
|
887
1208
|
};
|
888
|
-
}
|
889
|
-
},
|
1209
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1210
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
890
1211
|
visible: {
|
891
1212
|
type: BooleanConstructor;
|
892
1213
|
};
|
893
|
-
}
|
1214
|
+
}>> & Readonly<{}>, {
|
894
1215
|
visible: boolean;
|
895
|
-
}>;
|
896
|
-
ChatAdd: import("vue").DefineComponent<{
|
1216
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1217
|
+
ChatAdd: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
897
1218
|
title: {
|
898
1219
|
type: StringConstructor;
|
899
1220
|
default: string;
|
@@ -917,14 +1238,14 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
917
1238
|
type: BooleanConstructor;
|
918
1239
|
default: boolean;
|
919
1240
|
};
|
920
|
-
}
|
1241
|
+
}>, {
|
921
1242
|
initialOptions: AnyObject[];
|
922
1243
|
tabList: {
|
923
1244
|
key: string;
|
924
1245
|
label: string;
|
925
1246
|
}[];
|
926
1247
|
orgList: AnyObject[];
|
927
|
-
props:
|
1248
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
928
1249
|
title: {
|
929
1250
|
type: StringConstructor;
|
930
1251
|
default: string;
|
@@ -948,16 +1269,39 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
948
1269
|
type: BooleanConstructor;
|
949
1270
|
default: boolean;
|
950
1271
|
};
|
951
|
-
}>> & {
|
1272
|
+
}>> & Readonly<{
|
952
1273
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
953
|
-
}
|
1274
|
+
}> & {}>;
|
954
1275
|
emit: (event: "comfirm", ...args: any[]) => void;
|
955
1276
|
state: {
|
956
1277
|
orgId: string | number;
|
957
1278
|
currentSessionItem: AnyObject;
|
958
1279
|
id: string;
|
959
1280
|
userInfo: AnyObject;
|
960
|
-
msgList:
|
1281
|
+
msgList: {
|
1282
|
+
[x: string]: any;
|
1283
|
+
id: string;
|
1284
|
+
sessionKey: string;
|
1285
|
+
content: {
|
1286
|
+
[x: string]: any;
|
1287
|
+
chatMessageType: string;
|
1288
|
+
msg: string;
|
1289
|
+
referenceContent?: any;
|
1290
|
+
forwardMessageList?: AnyObject[] | undefined;
|
1291
|
+
messageTemplate?: any;
|
1292
|
+
messageTemplateData?: any;
|
1293
|
+
fileUrl?: string | undefined;
|
1294
|
+
avStatus?: string | undefined;
|
1295
|
+
};
|
1296
|
+
senderName: string;
|
1297
|
+
sendTime: string;
|
1298
|
+
sender: string;
|
1299
|
+
status: string;
|
1300
|
+
senderAvatar: string;
|
1301
|
+
__content: string;
|
1302
|
+
__time?: string | undefined;
|
1303
|
+
__sendTime?: string | undefined;
|
1304
|
+
}[];
|
961
1305
|
currentMsg: AnyObject;
|
962
1306
|
isAppendMsg: boolean;
|
963
1307
|
sessionList: AnyObject[];
|
@@ -982,16 +1326,16 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
982
1326
|
isForward: boolean;
|
983
1327
|
};
|
984
1328
|
setCurrentSessionItem: (item: AnyObject) => void;
|
985
|
-
listRef: import("vue").Ref<any>;
|
986
|
-
keyword: import("vue").Ref<string>;
|
987
|
-
showModal: import("vue").Ref<boolean>;
|
988
|
-
checkedOptions: import("vue").Ref<AnyObject[]>;
|
989
|
-
groupName: import("vue").Ref<string>;
|
990
|
-
remark: import("vue").Ref<string>;
|
991
|
-
currentTab: import("vue").Ref<AnyObject[]>;
|
992
|
-
breadcrumbList: import("vue").Ref<AnyObject[]>;
|
993
|
-
breadcrumbRef: import("vue").Ref<any>;
|
994
|
-
userList: import("vue").Ref<AnyObject[]>;
|
1329
|
+
listRef: import("vue").Ref<any, any>;
|
1330
|
+
keyword: import("vue").Ref<string, string>;
|
1331
|
+
showModal: import("vue").Ref<boolean, boolean>;
|
1332
|
+
checkedOptions: import("vue").Ref<AnyObject[], AnyObject[]>;
|
1333
|
+
groupName: import("vue").Ref<string, string>;
|
1334
|
+
remark: import("vue").Ref<string, string>;
|
1335
|
+
currentTab: import("vue").Ref<AnyObject[], AnyObject[]>;
|
1336
|
+
breadcrumbList: import("vue").Ref<AnyObject[], AnyObject[]>;
|
1337
|
+
breadcrumbRef: import("vue").Ref<any, any>;
|
1338
|
+
userList: import("vue").Ref<AnyObject[], AnyObject[]>;
|
995
1339
|
handleInput: () => void;
|
996
1340
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
997
1341
|
sessionList: import("vue").ComputedRef<{
|
@@ -1017,8 +1361,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
1017
1361
|
}[]>;
|
1018
1362
|
checkedIds: import("vue").ComputedRef<any[]>;
|
1019
1363
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
1020
|
-
allChecked: import("vue").WritableComputedRef<boolean>;
|
1021
|
-
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
1364
|
+
allChecked: import("vue").WritableComputedRef<boolean, boolean>;
|
1365
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[], any[]>;
|
1022
1366
|
currentTabKey: import("vue").ComputedRef<any>;
|
1023
1367
|
showAllCheckbox: import("vue").ComputedRef<boolean>;
|
1024
1368
|
getOrgList: () => Promise<void>;
|
@@ -1033,28 +1377,28 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
1033
1377
|
getAllUser: (tree: AnyObject[]) => AnyObject[];
|
1034
1378
|
handlePositiveClick: () => Promise<void>;
|
1035
1379
|
closeTag: (id: string) => void;
|
1036
|
-
NModal: any;
|
1037
|
-
NButton: any;
|
1038
|
-
NSpace: any;
|
1039
|
-
NAvatar: any;
|
1040
|
-
NIcon: any;
|
1041
|
-
NTag: any;
|
1042
|
-
NInput: any;
|
1043
|
-
NCheckbox: any;
|
1044
|
-
NCheckboxGroup: any;
|
1045
|
-
NTooltip: any;
|
1046
|
-
NBreadcrumb: any;
|
1047
|
-
NBreadcrumbItem: any;
|
1048
|
-
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<{}>>, {}>;
|
1049
|
-
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<{}>>, {}>;
|
1050
|
-
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<{}>>, {}>;
|
1051
|
-
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<{}>>, {}>;
|
1052
|
-
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<{}>>, {}>;
|
1053
|
-
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<{}>>, {}>;
|
1054
|
-
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
1055
|
-
isDoctorRole: typeof import("../utils").isDoctorRole;
|
1056
|
-
getRoleName: typeof import("../utils").getRoleName;
|
1057
|
-
},
|
1380
|
+
readonly NModal: any;
|
1381
|
+
readonly NButton: any;
|
1382
|
+
readonly NSpace: any;
|
1383
|
+
readonly NAvatar: any;
|
1384
|
+
readonly NIcon: any;
|
1385
|
+
readonly NTag: any;
|
1386
|
+
readonly NInput: any;
|
1387
|
+
readonly NCheckbox: any;
|
1388
|
+
readonly NCheckboxGroup: any;
|
1389
|
+
readonly NTooltip: any;
|
1390
|
+
readonly NBreadcrumb: any;
|
1391
|
+
readonly NBreadcrumbItem: any;
|
1392
|
+
readonly SearchOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1393
|
+
readonly AddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1394
|
+
readonly PersonOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1395
|
+
readonly PeopleOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1396
|
+
readonly ChevronBackOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1397
|
+
readonly ChevronForwardOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1398
|
+
readonly last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
1399
|
+
readonly isDoctorRole: typeof import("../utils").isDoctorRole;
|
1400
|
+
readonly getRoleName: typeof import("../utils").getRoleName;
|
1401
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1058
1402
|
title: {
|
1059
1403
|
type: StringConstructor;
|
1060
1404
|
default: string;
|
@@ -1078,16 +1422,20 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
1078
1422
|
type: BooleanConstructor;
|
1079
1423
|
default: boolean;
|
1080
1424
|
};
|
1081
|
-
}>> & {
|
1425
|
+
}>> & Readonly<{
|
1082
1426
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
1083
|
-
}
|
1427
|
+
}>, {
|
1084
1428
|
title: string;
|
1085
1429
|
defaultValue: AnyObject[];
|
1086
1430
|
disabled: boolean;
|
1087
1431
|
mode: string;
|
1088
1432
|
disabledIds: string[];
|
1089
|
-
}>;
|
1090
|
-
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<{}>>, {}>;
|
1091
|
-
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<{}>>, {}>;
|
1092
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
1433
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1434
|
+
readonly PersonAddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1435
|
+
readonly CloseOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1436
|
+
readonly FolderOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1437
|
+
readonly ImageOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1438
|
+
readonly SettingsOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1439
|
+
readonly SearchLocate: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1440
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1093
1441
|
export default _default;
|