cnhis-design-vue 3.4.0-beta.1 → 3.4.0-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +87 -87
- package/es/components/annotation-edit/index.d.ts +5 -5
- package/es/components/annotation-edit/src/AnnotationEdit.d.ts +5 -5
- package/es/components/audio-sdk/index.d.ts +54 -52
- package/es/components/audio-sdk/src/Index.vue.d.ts +54 -52
- package/es/components/audio-sdk/src/Index.vue2.js +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/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 +203 -141
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +203 -141
- package/es/components/button-print/src/ButtonPrint.vue2.js +8 -7
- package/es/components/button-print/src/components/EditFormat.vue.d.ts +48 -18
- package/es/components/button-print/src/components/EditFormat.vue2.js +10 -10
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +72 -43
- package/es/components/button-print/src/components/IdentityVerification.vue2.js +13 -12
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +103 -71
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +125 -91
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +88 -58
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +6 -6
- package/es/components/button-print/src/components/Preview.vue.d.ts +13 -13
- package/es/components/button-print/src/components/Preview.vue2.js +3 -2
- package/es/components/calendar/index.d.ts +32 -277
- package/es/components/calendar/src/Calendar.vue.d.ts +31 -276
- package/es/components/calendar/src/Calendar.vue2.js +5 -4
- package/es/components/callback/index.d.ts +11 -11
- package/es/components/callback/src/components/dialog/drawer.vue.d.ts +20 -21
- package/es/components/callback/src/components/dialog/drawer.vue2.js +2 -1
- package/es/components/callback/src/components/dialog/modal.vue.d.ts +22 -22
- package/es/components/callback/src/components/dialog/modal.vue2.js +2 -1
- package/es/components/callback/src/components/popup/index.vue.d.ts +6 -6
- package/es/components/callback/src/components/render/drawerIframe/index.vue.d.ts +12 -12
- package/es/components/callback/src/components/render/drawerIframe/index.vue2.js +1 -1
- package/es/components/callback/src/components/render/index.vue.d.ts +6 -6
- package/es/components/callback/src/components/render/popupMaps.d.ts +3162 -1602
- package/es/components/callback/src/index.vue.d.ts +11 -11
- package/es/components/callback/src/index.vue2.js +2 -1
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue.d.ts +12 -15
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue2.js +7 -6
- package/es/components/card-render/index.d.ts +10 -10
- package/es/components/card-render/src/CardRender.vue.d.ts +10 -10
- package/es/components/card-render/src/CardRender.vue2.js +8 -5
- package/es/components/card-render/src/components/Box.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Box.vue2.js +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 +509 -432
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +370 -358
- package/es/components/classification/src/components/search-filter/index.vue2.js +8 -7
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +414 -402
- package/es/components/classification/src/components/set-classification/index.vue2.js +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 +509 -432
- 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/PopupTip.vue.d.ts +7 -7
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +9 -9
- package/es/components/field-editor/index.d.ts +50 -42
- package/es/components/field-editor/src/FieldEditor.vue.d.ts +50 -42
- package/es/components/field-editor/src/FieldEditor.vue2.js +5 -5
- package/es/components/field-set/index.d.ts +13 -13
- package/es/components/field-set/src/FieldColor.vue.d.ts +215 -153
- package/es/components/field-set/src/FieldColor.vue2.js +10 -9
- package/es/components/field-set/src/FieldFilter.vue.d.ts +76 -50
- package/es/components/field-set/src/FieldFilter.vue2.js +12 -11
- package/es/components/field-set/src/FieldSet.vue.d.ts +77 -63
- 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 +32 -32
- package/es/components/field-set/src/components/table-row.vue2.js +28 -26
- package/es/components/form-config/index.d.ts +1408 -426
- package/es/components/form-config/src/FormConfig.vue.d.ts +1408 -426
- package/es/components/form-config/src/FormConfig.vue2.js +13 -12
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +58 -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 +1105 -203
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +3 -3
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +119 -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/hooks/usePresetRenderer.d.ts +1 -1
- package/es/components/form-render/index.d.ts +48 -40
- package/es/components/form-render/src/FormRender.vue.d.ts +45 -37
- package/es/components/form-render/src/FormRender.vue2.js +6 -5
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +48 -40
- package/es/components/form-render/src/FormRenderWrapper.vue2.js +2 -2
- package/es/components/form-render/src/components/renderer/combination/combination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/combination/jsonCombination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/combination/tableCombination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/complex.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/date.d.ts +7 -9
- package/es/components/form-render/src/components/renderer/formItem.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/formItem.js +6 -1
- package/es/components/form-render/src/components/renderer/input.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/inputNumber.d.ts +7 -7
- package/es/components/form-render/src/components/renderer/levelSearchCascader/index.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +31 -31
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue2.js +6 -6
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +31 -31
- package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +18 -18
- package/es/components/form-render/src/components/renderer/remoteSearch.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/searchCascade.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/select.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/simpleComponent.d.ts +2 -2
- package/es/components/form-render/src/components/renderer/slider.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/switch.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/text.d.ts +3 -3
- package/es/components/form-render/src/components/renderer/textarea.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/time.d.ts +3 -3
- package/es/components/form-render/src/components/tooltipMessage.vue.d.ts +9 -9
- package/es/components/form-render/src/components/tooltipMessage.vue2.js +1 -1
- package/es/components/form-render/src/hooks/useAnchor.d.ts +9 -1
- package/es/components/form-render/src/hooks/useCommonInjection.d.ts +1 -1
- package/es/components/form-render/src/hooks/useComplexOptions.d.ts +3 -3
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +6 -6
- package/es/components/form-render/src/hooks/useFormField.d.ts +1 -1
- package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +12 -12
- package/es/components/form-render/src/types/fieldItem.d.ts +1 -0
- package/es/components/form-render/src/utils/index.d.ts +3 -3
- package/es/components/grid/index.d.ts +1 -1
- package/es/components/grid/src/Grid.d.ts +1 -1
- package/es/components/guide/src/renderer.d.ts +5 -5
- package/es/components/iho-chat/index.d.ts +834 -760
- package/es/components/iho-chat/src/Index.vue.d.ts +834 -760
- package/es/components/iho-chat/src/Index.vue2.js +4 -3
- package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +42 -42
- package/es/components/iho-chat/src/components/ChatAdd.vue2.js +51 -51
- package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +122 -88
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +7 -7
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +66 -64
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +101 -103
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +306 -272
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +13 -13
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +191 -177
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +6 -6
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +61 -61
- package/es/components/iho-chat/src/components/ChatRecord.vue2.js +71 -77
- package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +34 -34
- package/es/components/iho-chat/src/components/ChatSearch.vue2.js +42 -45
- package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +65 -65
- 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/ImageLightbox.vue.d.ts +40 -22
- package/es/components/iho-chat/src/components/ImageLightbox.vue2.js +20 -21
- package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +9 -9
- package/es/components/iho-chat/src/components/MessageEvent.vue2.js +11 -13
- package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +32 -32
- package/es/components/iho-chat/src/components/MessageMergeForward.vue2.js +2 -2
- package/es/components/iho-chat/src/components/MessageTemplate.vue.d.ts +18 -22
- package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +34 -36
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +82 -64
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +84 -90
- package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +13 -13
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +3 -3
- package/es/components/iho-chat/src/components/SelectLabel.vue.d.ts +15 -15
- package/es/components/iho-chat/src/components/SelectLabel.vue2.js +3 -2
- package/es/components/iho-chat/src/components/SiderList.vue.d.ts +69 -63
- package/es/components/iho-chat/src/components/SiderList.vue2.js +2 -2
- package/es/components/iho-chat/src/components/Video.vue.d.ts +13 -13
- package/es/components/iho-chat/src/components/Video.vue2.js +36 -40
- package/es/components/iho-chat/src/components/userItemRender.d.ts +5 -5
- package/es/components/iho-chat/src/hooks/useData.d.ts +6 -6
- package/es/components/iho-chat/src/hooks/useDraggable.d.ts +8 -2
- package/es/components/iho-chat/src/hooks/useSearchPatientList.d.ts +1 -1
- package/es/components/iho-chat/src/hooks/useSearchUserList.d.ts +1 -1
- package/es/components/iho-chat/src/hooks/useVideo.d.ts +11 -6
- package/es/components/iho-chat/src/utils/index.d.ts +1 -1
- package/es/components/iho-table/index.d.ts +3102 -1550
- package/es/components/iho-table/src/IhoTable.vue.d.ts +3103 -1551
- package/es/components/iho-table/src/IhoTable.vue2.js +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/index.js +5 -9
- package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue.d.ts +8 -8
- package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/pagerScrollPlugin/utils.d.ts +9 -9
- package/es/components/iho-table/src/plugins/pluginHooks/useFilter.d.ts +2 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +26 -26
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +7 -6
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +50 -47
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue2.js +2 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +6 -6
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +15 -13
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue2.js +4 -4
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +39 -39
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +8 -7
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.d.ts +1 -1
- package/es/components/iho-table/src/types/index.d.ts +1 -0
- package/es/components/iho-table/src/utils/index.d.ts +2 -2
- package/es/components/iho-table/src/utils/separateMap.d.ts +14 -1
- package/es/components/info-header/index.d.ts +195 -355
- package/es/components/info-header/src/InfoHeader.vue.d.ts +195 -355
- package/es/components/info-header/src/InfoHeader.vue2.js +6 -5
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +37 -46
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +23 -23
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +44 -63
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue2.js +11 -11
- package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.d.ts +15 -15
- package/es/components/info-header/src/components/infoDescription/HiddenContent.vue2.js +4 -4
- package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.d.ts +7 -7
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +109 -129
- package/es/components/info-header/src/components/infoDescription/index.vue2.js +9 -9
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +65 -68
- package/es/components/info-header/src/components/patientInfo/index.vue2.js +16 -14
- package/es/components/keyboard/index.d.ts +77 -65
- package/es/components/keyboard/src/Keyboard.vue.d.ts +77 -65
- package/es/components/keyboard/src/Keyboard.vue2.js +23 -23
- 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 +46 -40
- package/es/components/keyboard/src/components/NumberPanel.vue2.js +12 -12
- package/es/components/map/index.d.ts +12 -12
- package/es/components/map/src/Map.vue.d.ts +12 -12
- package/es/components/map/src/Map.vue2.js +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 +107 -87
- package/es/components/scale-view/src/ScaleView.vue.d.ts +66 -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/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/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 +23 -19
- 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-setter/index.d.ts +288 -81
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +288 -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/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 +230 -224
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +41 -40
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.d.ts +15 -15
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue2.js +10 -9
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +44 -44
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +19 -18
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +47 -47
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +27 -26
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue.d.ts +19 -13
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +8 -7
- package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue2.js +5 -4
- package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +5 -5
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +43 -43
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +10 -9
- package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +12 -12
- package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue2.js +7 -6
- package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.d.ts +14 -14
- package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue2.js +7 -6
- package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue.d.ts +14 -14
- package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue2.js +7 -6
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +216 -210
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +253 -247
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +40 -43
- package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue.d.ts +12 -12
- package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue2.js +3 -2
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +39 -39
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +10 -9
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +27 -27
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +2 -1
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +10 -10
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +2 -1
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +39 -39
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +14 -14
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +27 -27
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +2 -1
- package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue2.js +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 +285 -279
- package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +5 -5
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +272 -266
- package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
- package/es/components/time-line/index.d.ts +11 -11
- package/es/components/time-line/src/TimeLine.vue.d.ts +11 -11
- package/es/components/time-picker/index.d.ts +19 -19
- package/es/components/time-picker/src/TimePicker.vue.d.ts +19 -19
- package/es/components/time-picker/src/TimePicker.vue2.js +6 -5
- package/es/components/tooth-bitmap/index.d.ts +14 -14
- package/es/components/tooth-bitmap/src/ToothBitmap.vue.d.ts +12 -12
- package/es/components/tooth-bitmap/src/ToothBitmap.vue2.js +12 -11
- package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +19 -22
- package/es/components/vertify/src/components/IdentityVerification.vue2.js +12 -11
- package/es/components/vod-chunk-upload/index.d.ts +248 -28
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +18 -18
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +39 -40
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +248 -28
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +63 -64
- package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +207 -5
- package/es/env.d.ts +25 -25
- package/es/shared/components/AbbrText/AbbrText.d.ts +8 -0
- package/es/shared/components/AbbrText/AbbrText.js +27 -0
- package/es/shared/components/AbbrText/index.d.ts +2 -0
- package/es/shared/components/AbbrText/index.js +2 -0
- package/es/shared/components/ArrowIcon/ArrowIcon.vue.js +6 -8
- package/es/shared/components/CancelRadio/CancelRadio.d.ts +6 -6
- package/es/shared/components/DateIcon/DateIcon.vue.js +11 -13
- package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +5 -5
- package/es/shared/components/JSONTree/JSONTree.vue.d.ts +8 -8
- package/es/shared/components/JSONTree/JSONTree.vue2.js +1 -1
- package/es/shared/components/SelectPage/SelectPage.vue.d.ts +10 -10
- package/es/shared/components/SelectPage/SelectPage.vue2.js +2 -2
- package/es/shared/components/SlotRender/SlotRender.d.ts +3 -3
- package/es/shared/components/SvgIcon/SvgIcon.vue.d.ts +6 -10
- package/es/shared/components/SvgIcon/SvgIcon.vue2.js +5 -5
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +9 -17
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue2.js +9 -9
- package/es/shared/components/no-data/NoData.vue.d.ts +7 -7
- package/es/shared/components/no-data/NoData.vue2.js +5 -5
- package/es/shared/components/player-vod/index.vue.d.ts +1 -1
- package/es/shared/components/player-vod/player.d.ts +4 -4
- package/es/shared/components/player-vod/video-list.d.ts +77 -4
- package/es/shared/components/player-vod/video-modal.d.ts +23 -5
- package/es/shared/hooks/selectHooks/useOptionFiltered.d.ts +2 -2
- package/es/shared/hooks/selectHooks/useSearchContent.d.ts +1 -1
- package/es/shared/hooks/selectHooks/useSelectRenders.d.ts +4 -4
- package/es/shared/hooks/useLevelSearchCascader.d.ts +7 -4
- package/es/shared/package.json.js +1 -1
- package/es/shared/utils/index.d.ts +1 -1
- package/package.json +2 -2
@@ -400,7 +400,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
400
400
|
}]),
|
401
401
|
ref_key: "chatMainRef",
|
402
402
|
ref: chatMainRef,
|
403
|
-
style: normalizeStyle(
|
403
|
+
style: normalizeStyle(styleProps.value)
|
404
404
|
}, [(openBlock(true), createElementBlock(Fragment, null, renderList(unref(state).msgList, (item, index) => {
|
405
405
|
var _a;
|
406
406
|
return openBlock(), createElementBlock(Fragment, {
|
@@ -439,14 +439,14 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
439
439
|
text: "",
|
440
440
|
onClick: () => reEdit(item)
|
441
441
|
}, {
|
442
|
-
default: withCtx(() => [createTextVNode(function() {
|
442
|
+
default: withCtx(() => [..._cache[5] || (_cache[5] = [createTextVNode(function() {
|
443
443
|
var _a2, _b, _c;
|
444
444
|
try {
|
445
445
|
return ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.69")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.69")) || "\u91CD\u65B0\u7F16\u8F91";
|
446
446
|
} catch (e) {
|
447
447
|
return "\u91CD\u65B0\u7F16\u8F91";
|
448
448
|
}
|
449
|
-
}())]),
|
449
|
+
}(), -1)])]),
|
450
450
|
_: 2
|
451
451
|
}, 1032, ["onClick"])) : createCommentVNode("v-if", true)])) : (openBlock(), createBlock(MessageEvent, {
|
452
452
|
key: 2,
|
@@ -603,7 +603,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
603
603
|
}, {
|
604
604
|
default: withCtx(() => [!unref(isAudioOrVideoMessage)(item.content) ? (openBlock(), createElementBlock(Fragment, {
|
605
605
|
key: 0
|
606
|
-
}, [createCommentVNode(' <n-button\n quaternary\n size="tiny"\n @click="(event: MouseEvent) => handleSelectLabel(event, item.id)"\n >\n <template #icon>\n <n-icon size="17" :component="HappyOutline" />\n </template>\n </n-button> '), createVNode(unref(NButton), {
|
606
|
+
}, [createCommentVNode(' <n-button\r\n quaternary\r\n size="tiny"\r\n @click="(event: MouseEvent) => handleSelectLabel(event, item.id)"\r\n >\r\n <template #icon>\r\n <n-icon size="17" :component="HappyOutline" />\r\n </template>\r\n </n-button> '), createVNode(unref(NButton), {
|
607
607
|
quaternary: "",
|
608
608
|
size: "tiny",
|
609
609
|
onClick: () => setReferenceMsg(item)
|
@@ -673,9 +673,9 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
673
673
|
"onUpdate:show": _cache[2] || (_cache[2] = ($event) => showForwardDetail.value = $event),
|
674
674
|
id: menuMsgId.value
|
675
675
|
}, null, 8, ["show", "id"]), createVNode(ImageLightbox, {
|
676
|
-
images:
|
676
|
+
images: images.value,
|
677
677
|
"current-id": currentImgId.value,
|
678
|
-
"onUpdate:
|
678
|
+
"onUpdate:currentId": _cache[3] || (_cache[3] = ($event) => currentImgId.value = $event),
|
679
679
|
visible: showLightbox.value,
|
680
680
|
"onUpdate:visible": _cache[4] || (_cache[4] = ($event) => showLightbox.value = $event)
|
681
681
|
}, null, 8, ["images", "current-id", "visible"])], 6);
|
@@ -2,20 +2,20 @@ import { PropType } from 'vue';
|
|
2
2
|
import { AnyObject } from '../../../../shared/types';
|
3
3
|
import { formatTime, isDoctorRole, getRoleName, formatJsonstr, getFileType, getDetail, showAudioAndVideoRecord, getForwardTitle, simplifyMessage } from '../utils';
|
4
4
|
import { MESSAGE_TYPE } from '../constants';
|
5
|
-
declare const _default: import("vue").DefineComponent<{
|
5
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
6
6
|
visible: {
|
7
7
|
type: BooleanConstructor;
|
8
8
|
};
|
9
|
-
}
|
9
|
+
}>, {
|
10
10
|
tagColor: {
|
11
11
|
color: string;
|
12
12
|
textColor: string;
|
13
13
|
};
|
14
|
-
props:
|
14
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
15
15
|
visible: {
|
16
16
|
type: BooleanConstructor;
|
17
17
|
};
|
18
|
-
}>> & {}
|
18
|
+
}>> & Readonly<{}> & {}>;
|
19
19
|
state: {
|
20
20
|
orgId: string | number;
|
21
21
|
currentSessionItem: AnyObject;
|
@@ -69,12 +69,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
69
69
|
isForward: boolean;
|
70
70
|
};
|
71
71
|
cssVars: import("vue").ComputedRef<AnyObject>;
|
72
|
-
recordRef: import("vue").Ref<any>;
|
73
|
-
recordList: import("vue").Ref<AnyObject[]>;
|
74
|
-
keyword: import("vue").Ref<any>;
|
75
|
-
memberList: import("vue").Ref<never[]>;
|
76
|
-
startTime: import("vue").Ref<any>;
|
77
|
-
endTime: import("vue").Ref<any>;
|
72
|
+
recordRef: import("vue").Ref<any, any>;
|
73
|
+
recordList: import("vue").Ref<AnyObject[], AnyObject[]>;
|
74
|
+
keyword: import("vue").Ref<any, any>;
|
75
|
+
memberList: import("vue").Ref<never[], never[]>;
|
76
|
+
startTime: import("vue").Ref<any, any>;
|
77
|
+
endTime: import("vue").Ref<any, any>;
|
78
78
|
handleInput: () => void;
|
79
79
|
pageInfo: {
|
80
80
|
page: number;
|
@@ -88,19 +88,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
88
88
|
resetInfo: () => void;
|
89
89
|
formatEndTime: () => string;
|
90
90
|
handleCloseTag: (type: 'member' | 'start' | 'end') => void;
|
91
|
-
getPrefixCondition: () =>
|
92
|
-
renderLabel: (option: AnyObject) =>
|
93
|
-
NModal: any;
|
94
|
-
NTag: any;
|
95
|
-
NInput: any;
|
96
|
-
NIcon: any;
|
97
|
-
NSelect: any;
|
98
|
-
NAvatar: any;
|
99
|
-
NPopover: any;
|
100
|
-
NInputGroup: any;
|
101
|
-
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<{}>>, {}>;
|
102
|
-
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<{}>>, {}>;
|
103
|
-
DatePicker: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
91
|
+
getPrefixCondition: () => any[];
|
92
|
+
renderLabel: (option: AnyObject) => any;
|
93
|
+
readonly NModal: any;
|
94
|
+
readonly NTag: any;
|
95
|
+
readonly NInput: any;
|
96
|
+
readonly NIcon: any;
|
97
|
+
readonly NSelect: any;
|
98
|
+
readonly NAvatar: any;
|
99
|
+
readonly NPopover: any;
|
100
|
+
readonly NInputGroup: any;
|
101
|
+
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>;
|
102
|
+
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>;
|
103
|
+
readonly DatePicker: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
104
104
|
updateUnchangedValue: {
|
105
105
|
type: BooleanConstructor;
|
106
106
|
};
|
@@ -131,11 +131,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
131
131
|
isDateDisabled: {
|
132
132
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
133
133
|
};
|
134
|
-
}
|
134
|
+
}>, {
|
135
135
|
attrs: {
|
136
136
|
[x: string]: unknown;
|
137
137
|
};
|
138
|
-
props:
|
138
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
139
139
|
updateUnchangedValue: {
|
140
140
|
type: BooleanConstructor;
|
141
141
|
};
|
@@ -166,15 +166,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
166
166
|
isDateDisabled: {
|
167
167
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
168
168
|
};
|
169
|
-
}>> & {
|
169
|
+
}>> & Readonly<{
|
170
170
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
171
|
-
}
|
171
|
+
}> & {}>;
|
172
172
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
173
|
-
datePickerRef: import("vue").Ref<AnyObject | null>;
|
174
|
-
panelInstRef: import("vue").Ref<null>;
|
175
|
-
placeholderRef: import("vue").Ref<any>;
|
176
|
-
oldValue: string;
|
177
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
173
|
+
datePickerRef: import("vue").Ref<AnyObject | null, AnyObject | null>;
|
174
|
+
panelInstRef: import("vue").Ref<null, null>;
|
175
|
+
placeholderRef: import("vue").Ref<any, any>;
|
176
|
+
oldValue: (string | [string, string]) | null | undefined;
|
177
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
|
178
178
|
isDateTime: import("vue").ComputedRef<boolean>;
|
179
179
|
formatRef: import("vue").ComputedRef<string>;
|
180
180
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
@@ -189,8 +189,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
189
189
|
onConfirm: (...args: any[]) => Promise<void>;
|
190
190
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
191
191
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
192
|
-
NDatePicker: any;
|
193
|
-
},
|
192
|
+
readonly NDatePicker: any;
|
193
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
194
194
|
updateUnchangedValue: {
|
195
195
|
type: BooleanConstructor;
|
196
196
|
};
|
@@ -221,44 +221,44 @@ declare const _default: import("vue").DefineComponent<{
|
|
221
221
|
isDateDisabled: {
|
222
222
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
223
223
|
};
|
224
|
-
}>> & {
|
224
|
+
}>> & Readonly<{
|
225
225
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
226
|
-
}
|
226
|
+
}>, {
|
227
227
|
type: string;
|
228
228
|
updateUnchangedValue: boolean;
|
229
229
|
to: string | false | HTMLElement;
|
230
230
|
holidays: Date[];
|
231
|
-
}>>;
|
232
|
-
isArray: {
|
231
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
232
|
+
readonly isArray: {
|
233
233
|
(value?: any): value is any[];
|
234
234
|
<T>(value?: any): value is any[];
|
235
235
|
};
|
236
|
-
formatTime: typeof formatTime;
|
237
|
-
isDoctorRole: typeof isDoctorRole;
|
238
|
-
getRoleName: typeof getRoleName;
|
239
|
-
formatJsonstr: typeof formatJsonstr;
|
240
|
-
getFileType: typeof getFileType;
|
241
|
-
getDetail: typeof getDetail;
|
242
|
-
showAudioAndVideoRecord: typeof showAudioAndVideoRecord;
|
243
|
-
getForwardTitle: typeof getForwardTitle;
|
244
|
-
simplifyMessage: typeof simplifyMessage;
|
245
|
-
MESSAGE_TYPE: typeof MESSAGE_TYPE;
|
246
|
-
emojis: {
|
236
|
+
readonly formatTime: typeof formatTime;
|
237
|
+
readonly isDoctorRole: typeof isDoctorRole;
|
238
|
+
readonly getRoleName: typeof getRoleName;
|
239
|
+
readonly formatJsonstr: typeof formatJsonstr;
|
240
|
+
readonly getFileType: typeof getFileType;
|
241
|
+
readonly getDetail: typeof getDetail;
|
242
|
+
readonly showAudioAndVideoRecord: typeof showAudioAndVideoRecord;
|
243
|
+
readonly getForwardTitle: typeof getForwardTitle;
|
244
|
+
readonly simplifyMessage: typeof simplifyMessage;
|
245
|
+
readonly MESSAGE_TYPE: typeof MESSAGE_TYPE;
|
246
|
+
readonly emojis: {
|
247
247
|
default: string[][];
|
248
248
|
findEmoji(name: string): string | undefined;
|
249
249
|
};
|
250
|
-
MessageEvent: import("vue").DefineComponent<{
|
250
|
+
MessageEvent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
251
251
|
data: {
|
252
252
|
type: PropType<AnyObject>;
|
253
253
|
required: true;
|
254
254
|
};
|
255
|
-
}
|
256
|
-
props:
|
255
|
+
}>, {
|
256
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
257
257
|
data: {
|
258
258
|
type: PropType<AnyObject>;
|
259
259
|
required: true;
|
260
260
|
};
|
261
|
-
}>> & {}
|
261
|
+
}>> & Readonly<{}> & {}>;
|
262
262
|
state: {
|
263
263
|
orgId: string | number;
|
264
264
|
currentSessionItem: AnyObject;
|
@@ -312,23 +312,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
312
312
|
isForward: boolean;
|
313
313
|
};
|
314
314
|
setUserDetail: (event: MouseEvent, userDetail: AnyObject) => void;
|
315
|
-
inviter: import("vue").Ref<any>;
|
316
|
-
invitee: import("vue").Ref<any[]>;
|
315
|
+
inviter: import("vue").Ref<any, any>;
|
316
|
+
invitee: import("vue").Ref<any[], any[]>;
|
317
317
|
isValidJSON: (str: string) => boolean;
|
318
318
|
getTask: (_id: string | number, arrRes: AnyObject[]) => () => Promise<unknown>;
|
319
319
|
getEventContent: (data: AnyObject) => Promise<void>;
|
320
|
-
NButton: any;
|
321
|
-
},
|
320
|
+
readonly NButton: any;
|
321
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
322
322
|
data: {
|
323
323
|
type: PropType<AnyObject>;
|
324
324
|
required: true;
|
325
325
|
};
|
326
|
-
}
|
327
|
-
},
|
326
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
327
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
328
328
|
visible: {
|
329
329
|
type: BooleanConstructor;
|
330
330
|
};
|
331
|
-
}
|
331
|
+
}>> & Readonly<{}>, {
|
332
332
|
visible: boolean;
|
333
|
-
}>;
|
333
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
334
334
|
export default _default;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { defineComponent, ref, watch, openBlock, createBlock, unref, withCtx, createElementVNode, createVNode, toDisplayString, normalizeStyle, resolveDynamicComponent, createElementBlock, Fragment, renderList, createCommentVNode, withDirectives, normalizeClass, vShow, createTextVNode } from 'vue';
|
2
2
|
import { NModal, NAvatar, NInputGroup, NInput, NIcon, NSelect, NPopover, NTag } from 'naive-ui';
|
3
3
|
import { CallOutline, VideocamOutline, SearchOutline } from '@vicons/ionicons5';
|
4
4
|
import { useData } from '../hooks/useData.js';
|
@@ -23,114 +23,86 @@ import MessageEvent from './MessageEvent.vue.js';
|
|
23
23
|
const _hoisted_1 = {
|
24
24
|
class: "iho-chat-dialog__header"
|
25
25
|
};
|
26
|
-
const _hoisted_2 =
|
27
|
-
class: "left"
|
28
|
-
}, function() {
|
29
|
-
var _a, _b, _c;
|
30
|
-
try {
|
31
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.65")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.65")) || "\u804A\u5929\u8BB0\u5F55";
|
32
|
-
} catch (e) {
|
33
|
-
return "\u804A\u5929\u8BB0\u5F55";
|
34
|
-
}
|
35
|
-
}(), -1);
|
36
|
-
const _hoisted_3 = {
|
26
|
+
const _hoisted_2 = {
|
37
27
|
class: "center"
|
38
28
|
};
|
39
|
-
const
|
29
|
+
const _hoisted_3 = {
|
40
30
|
class: "chat-record-box"
|
41
31
|
};
|
42
|
-
const
|
32
|
+
const _hoisted_4 = {
|
43
33
|
class: "msg-box"
|
44
34
|
};
|
45
|
-
const
|
35
|
+
const _hoisted_5 = {
|
46
36
|
class: "name-and-time"
|
47
37
|
};
|
48
|
-
const
|
38
|
+
const _hoisted_6 = {
|
49
39
|
class: "seach-box"
|
50
40
|
};
|
51
|
-
const
|
41
|
+
const _hoisted_7 = {
|
52
42
|
class: "ellipsis"
|
53
43
|
};
|
54
|
-
const
|
44
|
+
const _hoisted_8 = {
|
55
45
|
style: {
|
56
46
|
"white-space": "nowrap"
|
57
47
|
}
|
58
48
|
};
|
59
|
-
const
|
49
|
+
const _hoisted_9 = {
|
60
50
|
class: "content"
|
61
51
|
};
|
62
|
-
const
|
63
|
-
const
|
52
|
+
const _hoisted_10 = ["src"];
|
53
|
+
const _hoisted_11 = {
|
64
54
|
class: "file-type"
|
65
55
|
};
|
66
|
-
const
|
56
|
+
const _hoisted_12 = {
|
67
57
|
class: "text"
|
68
58
|
};
|
69
|
-
const
|
59
|
+
const _hoisted_13 = {
|
70
60
|
class: "name"
|
71
61
|
};
|
72
|
-
const
|
62
|
+
const _hoisted_14 = {
|
73
63
|
class: "detail"
|
74
64
|
};
|
75
|
-
const
|
76
|
-
const
|
65
|
+
const _hoisted_15 = ["src"];
|
66
|
+
const _hoisted_16 = {
|
77
67
|
class: "merge-msg-box"
|
78
68
|
};
|
79
|
-
const
|
69
|
+
const _hoisted_17 = {
|
80
70
|
class: "forward-title"
|
81
71
|
};
|
82
|
-
const
|
72
|
+
const _hoisted_18 = {
|
83
73
|
class: "merge-msg-contents"
|
84
74
|
};
|
85
|
-
const
|
75
|
+
const _hoisted_19 = {
|
86
76
|
class: "label-name"
|
87
77
|
};
|
78
|
+
const _hoisted_20 = ["innerHTML"];
|
88
79
|
const _hoisted_21 = ["innerHTML"];
|
89
|
-
const _hoisted_22 =
|
90
|
-
const _hoisted_23 = {
|
80
|
+
const _hoisted_22 = {
|
91
81
|
key: 1,
|
92
82
|
class: "no-data"
|
93
83
|
};
|
94
|
-
const
|
84
|
+
const _hoisted_23 = {
|
95
85
|
class: "chat-record-box__filter"
|
96
86
|
};
|
97
|
-
const
|
98
|
-
class: "filter-title"
|
99
|
-
}, function() {
|
100
|
-
var _a, _b, _c;
|
101
|
-
try {
|
102
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.72")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.72")) || "\u6DFB\u52A0\u7B5B\u9009\u6761\u4EF6";
|
103
|
-
} catch (e) {
|
104
|
-
return "\u6DFB\u52A0\u7B5B\u9009\u6761\u4EF6";
|
105
|
-
}
|
106
|
-
}(), -1);
|
107
|
-
const _hoisted_26 = {
|
87
|
+
const _hoisted_24 = {
|
108
88
|
class: "filter-item"
|
109
89
|
};
|
110
|
-
const
|
111
|
-
class: "label"
|
112
|
-
}, "\u6210\u5458\uFF1A", -1);
|
113
|
-
const _hoisted_28 = {
|
90
|
+
const _hoisted_25 = {
|
114
91
|
class: "filter-item"
|
115
92
|
};
|
116
|
-
const
|
117
|
-
class: "label"
|
118
|
-
}, "\u65E5\u671F\uFF1A", -1);
|
119
|
-
const _hoisted_30 = {
|
93
|
+
const _hoisted_26 = {
|
120
94
|
class: "time-target"
|
121
95
|
};
|
122
|
-
const
|
96
|
+
const _hoisted_27 = {
|
123
97
|
class: "time-target__item"
|
124
98
|
};
|
125
|
-
const
|
126
|
-
const _hoisted_33 = {
|
99
|
+
const _hoisted_28 = {
|
127
100
|
class: "tip"
|
128
101
|
};
|
129
|
-
const
|
102
|
+
const _hoisted_29 = {
|
130
103
|
class: "time-target__item"
|
131
104
|
};
|
132
|
-
const
|
133
|
-
const _hoisted_36 = {
|
105
|
+
const _hoisted_30 = {
|
134
106
|
class: "tip"
|
135
107
|
};
|
136
108
|
var _sfc_main = /* @__PURE__ */ defineComponent({
|
@@ -141,11 +113,11 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
141
113
|
}
|
142
114
|
},
|
143
115
|
setup(__props) {
|
144
|
-
const props = __props;
|
145
116
|
const tagColor = {
|
146
117
|
color: "#fff",
|
147
118
|
textColor: "#666"
|
148
119
|
};
|
120
|
+
const props = __props;
|
149
121
|
const {
|
150
122
|
state,
|
151
123
|
cssVars
|
@@ -325,7 +297,16 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
325
297
|
"auto-focus": false,
|
326
298
|
class: "iho-chat-dialog"
|
327
299
|
}, {
|
328
|
-
header: withCtx(() => [createElementVNode("div", _hoisted_1, [
|
300
|
+
header: withCtx(() => [createElementVNode("div", _hoisted_1, [_cache[6] || (_cache[6] = createElementVNode("span", {
|
301
|
+
class: "left"
|
302
|
+
}, function() {
|
303
|
+
var _a, _b, _c;
|
304
|
+
try {
|
305
|
+
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.65")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.65")) || "\u804A\u5929\u8BB0\u5F55";
|
306
|
+
} catch (e) {
|
307
|
+
return "\u804A\u5929\u8BB0\u5F55";
|
308
|
+
}
|
309
|
+
}(), -1)), createElementVNode("div", _hoisted_2, [createVNode(unref(NAvatar), {
|
329
310
|
round: "",
|
330
311
|
size: 30,
|
331
312
|
src: unref(state).currentSessionItem.avatar
|
@@ -351,7 +332,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
351
332
|
onInput: unref(handleInput)
|
352
333
|
}, null, 8, ["value", "onInput"])]),
|
353
334
|
_: 1
|
354
|
-
}), createElementVNode("div",
|
335
|
+
}), createElementVNode("div", _hoisted_3, [createElementVNode("div", {
|
355
336
|
class: "chat-record-box__content",
|
356
337
|
ref_key: "recordRef",
|
357
338
|
ref: recordRef
|
@@ -365,18 +346,18 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
365
346
|
round: "",
|
366
347
|
size: 38,
|
367
348
|
src: item.senderAvatar
|
368
|
-
}, null, 8, ["src"]), createElementVNode("div",
|
349
|
+
}, null, 8, ["src"]), createElementVNode("div", _hoisted_4, [createElementVNode("div", _hoisted_5, [createCommentVNode(" <span>{{ item.senderName }}</span> "), createElementVNode("div", _hoisted_6, [createElementVNode("span", _hoisted_7, toDisplayString(item.senderName), 1), withDirectives(createElementVNode("label", {
|
369
350
|
class: normalizeClass(["iho-chatRole", unref(isDoctorRole)(item.roleInfo) ? "isDoctor" : ""])
|
370
|
-
}, toDisplayString(unref(getRoleName)(item.roleInfo)), 3), [[vShow, unref(getRoleName)(item.roleInfo)]])]), createElementVNode("span",
|
351
|
+
}, toDisplayString(unref(getRoleName)(item.roleInfo)), 3), [[vShow, unref(getRoleName)(item.roleInfo)]])]), createElementVNode("span", _hoisted_8, toDisplayString(unref(formatTime)(item.sendTime).recordTime), 1)]), createElementVNode("div", _hoisted_9, [item.content.chatMessageType === unref(MESSAGE_TYPE).IMAGE ? (openBlock(), createElementBlock("img", {
|
371
352
|
key: 0,
|
372
353
|
src: unref(formatJsonstr)(item.__content, "fileUrl")
|
373
|
-
}, null, 8,
|
354
|
+
}, null, 8, _hoisted_10)) : item.content.chatMessageType === unref(MESSAGE_TYPE).FILE ? (openBlock(), createElementBlock(Fragment, {
|
374
355
|
key: 1
|
375
|
-
}, [createElementVNode("span",
|
356
|
+
}, [createElementVNode("span", _hoisted_11, toDisplayString(unref(getFileType)(item.__content)), 1), createElementVNode("div", _hoisted_12, [createElementVNode("span", _hoisted_13, toDisplayString(unref(formatJsonstr)(item.__content, "fileName")), 1), createElementVNode("span", _hoisted_14, toDisplayString(unref(getDetail)(item)), 1)])], 64)) : item.content.chatMessageType === unref(MESSAGE_TYPE).EMOJI ? (openBlock(), createElementBlock("img", {
|
376
357
|
key: 2,
|
377
358
|
class: "emoji",
|
378
359
|
src: unref(emojis).findEmoji(item.__content)
|
379
|
-
}, null, 8,
|
360
|
+
}, null, 8, _hoisted_15)) : item.content.chatMessageType === unref(MESSAGE_TYPE).EVENT ? (openBlock(), createBlock(MessageEvent, {
|
380
361
|
key: 3,
|
381
362
|
data: item
|
382
363
|
}, null, 8, ["data"])) : item.content.chatMessageType === unref(MESSAGE_TYPE).AUDIO || item.content.chatMessageType === unref(MESSAGE_TYPE).VIDEO ? (openBlock(), createElementBlock(Fragment, {
|
@@ -386,18 +367,29 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
386
367
|
component: item.content.chatMessageType === unref(MESSAGE_TYPE).AUDIO ? unref(CallOutline) : unref(VideocamOutline)
|
387
368
|
}, null, 8, ["component"]), createElementVNode("span", null, toDisplayString(unref(showAudioAndVideoRecord)(item.content.chatMessageType)), 1)], 64)) : item.content.chatMessageType === unref(MESSAGE_TYPE).FORWARD && unref(isArray)(item.content.forwardMessageList) ? (openBlock(), createElementBlock(Fragment, {
|
388
369
|
key: 5
|
389
|
-
}, [createCommentVNode(" \u6D88\u606F\u8F6C\u53D1 "), createElementVNode("div",
|
370
|
+
}, [createCommentVNode(" \u6D88\u606F\u8F6C\u53D1 "), createElementVNode("div", _hoisted_16, [createElementVNode("h4", _hoisted_17, toDisplayString(unref(getForwardTitle)(item.content)), 1), createElementVNode("div", _hoisted_18, [(openBlock(true), createElementBlock(Fragment, null, renderList(item.content.forwardMessageList, (msg) => {
|
390
371
|
return openBlock(), createElementBlock("div", {
|
391
372
|
key: msg.id,
|
392
373
|
class: "merge-msg-contents-item"
|
393
|
-
}, [createElementVNode("span",
|
374
|
+
}, [createElementVNode("span", _hoisted_19, toDisplayString(msg.senderName) + "\uFF1A", 1), createElementVNode("pre", {
|
394
375
|
innerHTML: unref(simplifyMessage)(msg.content)
|
395
|
-
}, null, 8,
|
376
|
+
}, null, 8, _hoisted_20)]);
|
396
377
|
}), 128))])])], 64)) : (openBlock(), createElementBlock("p", {
|
397
378
|
key: 6,
|
398
379
|
innerHTML: item.__content
|
399
|
-
}, null, 8,
|
400
|
-
}), 128)) : (openBlock(), createElementBlock("div",
|
380
|
+
}, null, 8, _hoisted_21))])])]);
|
381
|
+
}), 128)) : (openBlock(), createElementBlock("div", _hoisted_22, "\u6CA1\u6709\u627E\u5230\u76F8\u5173\u8BB0\u5F55"))], 512), createElementVNode("div", _hoisted_23, [_cache[11] || (_cache[11] = createElementVNode("span", {
|
382
|
+
class: "filter-title"
|
383
|
+
}, function() {
|
384
|
+
var _a, _b, _c;
|
385
|
+
try {
|
386
|
+
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.72")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.72")) || "\u6DFB\u52A0\u7B5B\u9009\u6761\u4EF6";
|
387
|
+
} catch (e) {
|
388
|
+
return "\u6DFB\u52A0\u7B5B\u9009\u6761\u4EF6";
|
389
|
+
}
|
390
|
+
}(), -1)), createElementVNode("div", _hoisted_24, [_cache[7] || (_cache[7] = createElementVNode("span", {
|
391
|
+
class: "label"
|
392
|
+
}, "\u6210\u5458\uFF1A", -1)), createVNode(unref(NSelect), {
|
401
393
|
value: memberList.value,
|
402
394
|
"onUpdate:value": _cache[1] || (_cache[1] = ($event) => memberList.value = $event),
|
403
395
|
multiple: "",
|
@@ -405,11 +397,13 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
405
397
|
"render-label": renderLabel,
|
406
398
|
options: unref(state).currentGroupUser,
|
407
399
|
"value-field": "id"
|
408
|
-
}, null, 8, ["value", "options"])]), createElementVNode("div",
|
400
|
+
}, null, 8, ["value", "options"])]), createElementVNode("div", _hoisted_25, [_cache[10] || (_cache[10] = createElementVNode("span", {
|
401
|
+
class: "label"
|
402
|
+
}, "\u65E5\u671F\uFF1A", -1)), createElementVNode("div", _hoisted_26, [createVNode(unref(NPopover), {
|
409
403
|
trigger: "click",
|
410
404
|
"show-arrow": false
|
411
405
|
}, {
|
412
|
-
trigger: withCtx(() => [createElementVNode("div",
|
406
|
+
trigger: withCtx(() => [createElementVNode("div", _hoisted_27, [_cache[8] || (_cache[8] = createElementVNode("span", null, "\u5F00\u59CB\uFF1A", -1)), withDirectives(createVNode(unref(NTag), {
|
413
407
|
bordered: false,
|
414
408
|
color: tagColor,
|
415
409
|
closable: "",
|
@@ -417,7 +411,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
417
411
|
}, {
|
418
412
|
default: withCtx(() => [createTextVNode(toDisplayString(startTime.value), 1)]),
|
419
413
|
_: 1
|
420
|
-
}, 512), [[vShow, startTime.value]]), withDirectives(createElementVNode("span",
|
414
|
+
}, 512), [[vShow, startTime.value]]), withDirectives(createElementVNode("span", _hoisted_28, function() {
|
421
415
|
var _a, _b, _c;
|
422
416
|
try {
|
423
417
|
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.76")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.76")) || "\u70B9\u51FB\u9009\u62E9";
|
@@ -427,7 +421,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
427
421
|
}(), 512), [[vShow, !startTime.value]])])]),
|
428
422
|
default: withCtx(() => [createVNode(unref(DatePicker), {
|
429
423
|
"formatted-value": startTime.value,
|
430
|
-
"onUpdate:
|
424
|
+
"onUpdate:formattedValue": _cache[3] || (_cache[3] = ($event) => startTime.value = $event),
|
431
425
|
type: "date",
|
432
426
|
panel: "",
|
433
427
|
clearable: "",
|
@@ -438,7 +432,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
438
432
|
trigger: "click",
|
439
433
|
"show-arrow": false
|
440
434
|
}, {
|
441
|
-
trigger: withCtx(() => [createElementVNode("div",
|
435
|
+
trigger: withCtx(() => [createElementVNode("div", _hoisted_29, [_cache[9] || (_cache[9] = createElementVNode("span", null, "\u7ED3\u675F\uFF1A", -1)), withDirectives(createVNode(unref(NTag), {
|
442
436
|
bordered: false,
|
443
437
|
color: tagColor,
|
444
438
|
closable: "",
|
@@ -446,7 +440,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
446
440
|
}, {
|
447
441
|
default: withCtx(() => [createTextVNode(toDisplayString(endTime.value), 1)]),
|
448
442
|
_: 1
|
449
|
-
}, 512), [[vShow, endTime.value]]), withDirectives(createElementVNode("span",
|
443
|
+
}, 512), [[vShow, endTime.value]]), withDirectives(createElementVNode("span", _hoisted_30, function() {
|
450
444
|
var _a, _b, _c;
|
451
445
|
try {
|
452
446
|
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.76")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.76")) || "\u70B9\u51FB\u9009\u62E9";
|
@@ -456,7 +450,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
456
450
|
}(), 512), [[vShow, !endTime.value]])])]),
|
457
451
|
default: withCtx(() => [createVNode(unref(DatePicker), {
|
458
452
|
"formatted-value": endTime.value,
|
459
|
-
"onUpdate:
|
453
|
+
"onUpdate:formattedValue": _cache[5] || (_cache[5] = ($event) => endTime.value = $event),
|
460
454
|
type: "date",
|
461
455
|
panel: "",
|
462
456
|
clearable: "",
|