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
@@ -2,7 +2,7 @@ import { useVersion } from '../../../shared/hooks';
|
|
2
2
|
import { AnyObject, AnyFn } from '../../../shared/types';
|
3
3
|
import { PropType, VNode } from 'vue';
|
4
4
|
import { FormRenderExpose } from '../../../components/form-render';
|
5
|
-
declare const _default: import("vue").DefineComponent<{
|
5
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
6
6
|
anime: {
|
7
7
|
type: BooleanConstructor;
|
8
8
|
default: boolean;
|
@@ -137,7 +137,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
137
137
|
"x-read-pretty"?: boolean | undefined;
|
138
138
|
"x-compile-omitted"?: string[] | undefined;
|
139
139
|
}>;
|
140
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
140
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
141
141
|
scope: AnyObject;
|
142
142
|
annotation: Record<string, import("../../annotation-edit/src/type").AnnotationItem>;
|
143
143
|
annotationShortcuts: (string | {
|
@@ -172,12 +172,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
172
172
|
selectMode: boolean;
|
173
173
|
selectedFields: string[];
|
174
174
|
linebarWidth: string | number;
|
175
|
-
linebarDirection: "
|
176
|
-
linebarTextDirection: "
|
175
|
+
linebarDirection: "vertical" | "horizontal";
|
176
|
+
linebarTextDirection: "vertical" | "horizontal";
|
177
177
|
autoWidth: number | boolean;
|
178
178
|
feedbackType: "default" | "tooltip";
|
179
179
|
fixMemoLeak: boolean;
|
180
180
|
lazyRender: boolean;
|
181
|
+
linebreaksToTitle: boolean;
|
181
182
|
dialogFn: any;
|
182
183
|
}>>>;
|
183
184
|
};
|
@@ -185,8 +186,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
185
186
|
type: BooleanConstructor;
|
186
187
|
default: boolean;
|
187
188
|
};
|
188
|
-
}
|
189
|
-
props:
|
189
|
+
}>, {
|
190
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
190
191
|
anime: {
|
191
192
|
type: BooleanConstructor;
|
192
193
|
default: boolean;
|
@@ -321,7 +322,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
321
322
|
"x-read-pretty"?: boolean | undefined;
|
322
323
|
"x-compile-omitted"?: string[] | undefined;
|
323
324
|
}>;
|
324
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
325
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
325
326
|
scope: AnyObject;
|
326
327
|
annotation: Record<string, import("../../annotation-edit/src/type").AnnotationItem>;
|
327
328
|
annotationShortcuts: (string | {
|
@@ -356,12 +357,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
356
357
|
selectMode: boolean;
|
357
358
|
selectedFields: string[];
|
358
359
|
linebarWidth: string | number;
|
359
|
-
linebarDirection: "
|
360
|
-
linebarTextDirection: "
|
360
|
+
linebarDirection: "vertical" | "horizontal";
|
361
|
+
linebarTextDirection: "vertical" | "horizontal";
|
361
362
|
autoWidth: number | boolean;
|
362
363
|
feedbackType: "default" | "tooltip";
|
363
364
|
fixMemoLeak: boolean;
|
364
365
|
lazyRender: boolean;
|
366
|
+
linebreaksToTitle: boolean;
|
365
367
|
dialogFn: any;
|
366
368
|
}>>>;
|
367
369
|
};
|
@@ -369,15 +371,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
369
371
|
type: BooleanConstructor;
|
370
372
|
default: boolean;
|
371
373
|
};
|
372
|
-
}>> & {
|
374
|
+
}>> & Readonly<{
|
373
375
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
374
376
|
onOpenPatientInfo?: ((...args: any[]) => any) | undefined;
|
375
377
|
onFieldSet?: ((...args: any[]) => any) | undefined;
|
376
378
|
"onUpdate:compact"?: ((...args: any[]) => any) | undefined;
|
377
|
-
}
|
379
|
+
}> & {}>;
|
378
380
|
emit: (event: "openPatientInfo" | "fieldSet" | "update:compact" | "formChange", ...args: any[]) => void;
|
379
381
|
infoDescriptionRef: import("vue").Ref<{
|
380
382
|
updateColumn: AnyFn;
|
383
|
+
} | undefined, {
|
384
|
+
updateColumn: AnyFn;
|
381
385
|
} | undefined>;
|
382
386
|
updateColumn: () => any;
|
383
387
|
toggleCompact: () => Promise<void>;
|
@@ -396,9 +400,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
396
400
|
event: AnyFn;
|
397
401
|
render: () => VNode[];
|
398
402
|
}[]>;
|
399
|
-
formRenderRef: import("vue").Ref<FormRenderExpose | undefined>;
|
400
|
-
useVersion: typeof useVersion;
|
401
|
-
InfoDescription: import("vue").DefineComponent<{
|
403
|
+
formRenderRef: import("vue").Ref<FormRenderExpose | undefined, FormRenderExpose | undefined>;
|
404
|
+
readonly useVersion: typeof useVersion;
|
405
|
+
readonly InfoDescription: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
402
406
|
infoList: {
|
403
407
|
type: ArrayConstructor;
|
404
408
|
required: false;
|
@@ -430,162 +434,27 @@ declare const _default: import("vue").DefineComponent<{
|
|
430
434
|
};
|
431
435
|
encrypted: {
|
432
436
|
type: BooleanConstructor;
|
433
|
-
required:
|
434
|
-
};
|
435
|
-
}, {
|
436
|
-
props: {
|
437
|
-
infoList: Partial<{
|
438
|
-
[K: string]: any;
|
439
|
-
slot: string | import("vue").Component | ((payload: {
|
440
|
-
width: unknown;
|
441
|
-
item: Partial<any>;
|
442
|
-
}) => any);
|
443
|
-
tip: string;
|
444
|
-
contentStyle: AnyObject;
|
445
|
-
formField: Partial<import("../../../components/form-render").FieldItem>;
|
446
|
-
edit: boolean;
|
447
|
-
}>[];
|
448
|
-
labelField: string;
|
449
|
-
valueField: string;
|
450
|
-
minColumnWidth: string | number;
|
451
|
-
rootSlot: Record<string, AnyFn>;
|
452
|
-
formProps: Partial<Partial<{
|
453
|
-
fieldList: import("../../../components/form-render").FieldItem[];
|
454
|
-
initialData: AnyObject;
|
455
|
-
fieldVisitor: import("../../../components/form-render").FieldVisitor;
|
456
|
-
column: number;
|
457
|
-
maxHeight: string | number;
|
458
|
-
anchor: boolean;
|
459
|
-
parallelism: number;
|
460
|
-
schema: import("@formily/json-schema").Stringify<{
|
461
|
-
[key: symbol]: any;
|
462
|
-
[key: `x-${string}`]: any;
|
463
|
-
[key: `x-${number}`]: any;
|
464
|
-
version?: string | undefined;
|
465
|
-
name?: import("@formily/json-schema").SchemaKey | undefined;
|
466
|
-
title?: any;
|
467
|
-
description?: any;
|
468
|
-
default?: any;
|
469
|
-
readOnly?: boolean | undefined;
|
470
|
-
writeOnly?: boolean | undefined;
|
471
|
-
type?: import("@formily/json-schema").SchemaTypes | undefined;
|
472
|
-
enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
|
473
|
-
const?: any;
|
474
|
-
multipleOf?: number | undefined;
|
475
|
-
maximum?: number | undefined;
|
476
|
-
exclusiveMaximum?: number | undefined;
|
477
|
-
minimum?: number | undefined;
|
478
|
-
exclusiveMinimum?: number | undefined;
|
479
|
-
maxLength?: number | undefined;
|
480
|
-
minLength?: number | undefined;
|
481
|
-
pattern?: string | RegExp | undefined;
|
482
|
-
maxItems?: number | undefined;
|
483
|
-
minItems?: number | undefined;
|
484
|
-
uniqueItems?: boolean | undefined;
|
485
|
-
maxProperties?: number | undefined;
|
486
|
-
minProperties?: number | undefined;
|
487
|
-
required?: string | boolean | string[] | undefined;
|
488
|
-
format?: string | undefined;
|
489
|
-
$ref?: string | undefined;
|
490
|
-
$namespace?: string | undefined;
|
491
|
-
definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
492
|
-
properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
493
|
-
items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
|
494
|
-
additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
|
495
|
-
patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
496
|
-
additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
|
497
|
-
"x-value"?: any;
|
498
|
-
"x-index"?: number | undefined;
|
499
|
-
"x-pattern"?: any;
|
500
|
-
"x-display"?: any;
|
501
|
-
"x-validator"?: any;
|
502
|
-
"x-decorator"?: any;
|
503
|
-
"x-decorator-props"?: any;
|
504
|
-
"x-component"?: any;
|
505
|
-
"x-component-props"?: any;
|
506
|
-
"x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
|
507
|
-
"x-content"?: any;
|
508
|
-
"x-data"?: any;
|
509
|
-
"x-visible"?: boolean | undefined;
|
510
|
-
"x-hidden"?: boolean | undefined;
|
511
|
-
"x-disabled"?: boolean | undefined;
|
512
|
-
"x-editable"?: boolean | undefined;
|
513
|
-
"x-read-only"?: boolean | undefined;
|
514
|
-
"x-read-pretty"?: boolean | undefined;
|
515
|
-
"x-compile-omitted"?: string[] | undefined;
|
516
|
-
}>;
|
517
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
518
|
-
scope: AnyObject;
|
519
|
-
annotation: Record<string, import("../../annotation-edit/src/type").AnnotationItem>;
|
520
|
-
annotationShortcuts: (string | {
|
521
|
-
label: string;
|
522
|
-
value: string;
|
523
|
-
})[] | undefined;
|
524
|
-
consumer: boolean;
|
525
|
-
uuid: string;
|
526
|
-
lifeCycle: Partial<{
|
527
|
-
onSetup(): void;
|
528
|
-
beforeSetValue(fieldKey: string, value: unknown, payload: {
|
529
|
-
field: import("@formily/core").GeneralField;
|
530
|
-
oldValue: unknown;
|
531
|
-
}): any;
|
532
|
-
beforeRequest(fieldKey: string, params?: AnyObject | undefined, payload?: AnyObject | undefined): void | import("../../../shared/types").UndefinedAble<AnyObject>;
|
533
|
-
afterRequest(fieldKey: string, res?: any, payload?: AnyObject | undefined): AnyObject[] | Promise<AnyObject[]>;
|
534
|
-
afterOptionInit(fieldKey: string, options: AnyObject[], payload?: AnyObject | undefined): void;
|
535
|
-
}>;
|
536
|
-
businessFormatter: import("../../../components/form-render").FormBusinessFormatter;
|
537
|
-
requestInstance: import("../../../shared/hooks").FormRequestDefine.RequestInstance;
|
538
|
-
enterToNextWidget: boolean | ((fieldItem: import("../../../components/form-render").FieldItem) => boolean | void);
|
539
|
-
autoExpand: boolean;
|
540
|
-
lowCodeReactions: import("../../../shared/types").LowCodeTypes.reactionConfig[];
|
541
|
-
linebarAutoHidden: boolean;
|
542
|
-
labelPlacementOverwrite: boolean;
|
543
|
-
bordered: string | boolean;
|
544
|
-
uniqueCacheData: boolean;
|
545
|
-
operationalForm: import("../../../shared/types").LowCodeTypes.operationalConfig[];
|
546
|
-
outBordered: boolean;
|
547
|
-
forceClearable: boolean;
|
548
|
-
wordSplitFilter: boolean;
|
549
|
-
selectMode: boolean;
|
550
|
-
selectedFields: string[];
|
551
|
-
linebarWidth: string | number;
|
552
|
-
linebarDirection: "horizontal" | "vertical";
|
553
|
-
linebarTextDirection: "horizontal" | "vertical";
|
554
|
-
autoWidth: number | boolean;
|
555
|
-
feedbackType: "default" | "tooltip";
|
556
|
-
fixMemoLeak: boolean;
|
557
|
-
lazyRender: boolean;
|
558
|
-
dialogFn: any;
|
559
|
-
}>>;
|
560
|
-
encrypted: boolean;
|
437
|
+
required: false;
|
561
438
|
};
|
439
|
+
}>, {
|
440
|
+
props: any;
|
562
441
|
themeOverrides: import("naive-ui").GlobalThemeOverrides;
|
563
|
-
globEmit: ((eventName:
|
564
|
-
hasForm: import("vue").ComputedRef<
|
565
|
-
initialData: import("vue").ComputedRef<
|
442
|
+
globEmit: ((eventName: "openPatientInfo" | "fieldSet" | "update:compact" | "formChange", ...payload: any[]) => void) | undefined;
|
443
|
+
hasForm: import("vue").ComputedRef<any>;
|
444
|
+
initialData: import("vue").ComputedRef<any>;
|
566
445
|
onFormChange: (payload: import("../../../components/form-render").FormChangePayload) => void;
|
567
|
-
formRenderRef: import("vue").Ref<FormRenderExpose | undefined> | undefined;
|
568
|
-
columnNum: import("vue").Ref<number>;
|
569
|
-
infoRef: import("vue").Ref<HTMLElement | undefined>;
|
570
|
-
maxColumnWidth: import("vue").Ref<number>;
|
571
|
-
descriptionWidthList: import("vue").Ref<
|
572
|
-
toString: (radix?: number | undefined) => string;
|
573
|
-
toFixed: (fractionDigits?: number | undefined) => string;
|
574
|
-
toExponential: (fractionDigits?: number | undefined) => string;
|
575
|
-
toPrecision: (precision?: number | undefined) => string;
|
576
|
-
valueOf: () => number;
|
577
|
-
toLocaleString: {
|
578
|
-
(locales?: string | string[] | undefined, options?: Intl.NumberFormatOptions | undefined): string;
|
579
|
-
(locales?: Intl.LocalesArgument, options?: Intl.NumberFormatOptions | undefined): string;
|
580
|
-
};
|
581
|
-
}[]>;
|
446
|
+
formRenderRef: import("vue").Ref<FormRenderExpose | undefined, FormRenderExpose | undefined> | undefined;
|
447
|
+
columnNum: import("vue").Ref<number, number>;
|
448
|
+
infoRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
449
|
+
maxColumnWidth: import("vue").Ref<number, number>;
|
450
|
+
descriptionWidthList: import("vue").Ref<number[], number[]>;
|
582
451
|
updateColumn: () => Promise<void>;
|
583
452
|
timer: any;
|
584
453
|
stopInterval: () => void;
|
585
454
|
startInterval: () => void;
|
586
|
-
NScrollbar: any;
|
587
|
-
NConfigProvider: any;
|
588
|
-
DescriptionList: import("vue").DefineComponent<{
|
455
|
+
readonly NScrollbar: any;
|
456
|
+
readonly NConfigProvider: any;
|
457
|
+
DescriptionList: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
589
458
|
infoList: {
|
590
459
|
type: ArrayConstructor;
|
591
460
|
required: false;
|
@@ -621,17 +490,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
621
490
|
};
|
622
491
|
encrypted: {
|
623
492
|
type: BooleanConstructor;
|
624
|
-
required:
|
493
|
+
required: false;
|
625
494
|
};
|
626
|
-
}
|
495
|
+
}>, {
|
627
496
|
descriptionStyle: {
|
628
497
|
height: string;
|
629
498
|
display: string;
|
630
499
|
'align-items': string;
|
631
500
|
};
|
632
|
-
NDescriptions: any;
|
633
|
-
NDescriptionsItem: any;
|
634
|
-
DescriptionItem: import("vue").DefineComponent<{
|
501
|
+
readonly NDescriptions: any;
|
502
|
+
readonly NDescriptionsItem: any;
|
503
|
+
DescriptionItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
635
504
|
infoItem: {
|
636
505
|
type: null;
|
637
506
|
required: true;
|
@@ -659,27 +528,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
659
528
|
type: BooleanConstructor;
|
660
529
|
required: true;
|
661
530
|
};
|
662
|
-
}
|
663
|
-
props:
|
664
|
-
infoItem: Partial<{
|
665
|
-
[K: string]: any;
|
666
|
-
slot: string | import("vue").Component | ((payload: {
|
667
|
-
width: unknown;
|
668
|
-
item: Partial<any>;
|
669
|
-
}) => any);
|
670
|
-
tip: string;
|
671
|
-
contentStyle: AnyObject;
|
672
|
-
formField: Partial<import("../../../components/form-render").FieldItem>;
|
673
|
-
edit: boolean;
|
674
|
-
}>;
|
675
|
-
labelField: string;
|
676
|
-
valueField: string;
|
677
|
-
width?: number | undefined;
|
678
|
-
rootSlot: Record<string, any>;
|
679
|
-
encrypted: boolean;
|
680
|
-
};
|
531
|
+
}>, {
|
532
|
+
props: any;
|
681
533
|
SchemaField: import("vue").Component;
|
682
|
-
formRenderRef: import("vue").Ref<FormRenderExpose | undefined>;
|
534
|
+
formRenderRef: import("vue").Ref<FormRenderExpose | undefined, FormRenderExpose | undefined>;
|
683
535
|
setEdit: (v: boolean) => void;
|
684
536
|
onItemDblclick: (item: Partial<{
|
685
537
|
[K: string]: any;
|
@@ -769,7 +621,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
769
621
|
"x-read-pretty"?: boolean | undefined;
|
770
622
|
"x-compile-omitted"?: string[] | undefined;
|
771
623
|
}>;
|
772
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
624
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
773
625
|
scope: AnyObject;
|
774
626
|
annotation: Record<string, import("../../annotation-edit/src/type").AnnotationItem>;
|
775
627
|
annotationShortcuts: (string | {
|
@@ -804,12 +656,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
804
656
|
selectMode: boolean;
|
805
657
|
selectedFields: string[];
|
806
658
|
linebarWidth: string | number;
|
807
|
-
linebarDirection: "
|
808
|
-
linebarTextDirection: "
|
659
|
+
linebarDirection: "vertical" | "horizontal";
|
660
|
+
linebarTextDirection: "vertical" | "horizontal";
|
809
661
|
autoWidth: number | boolean;
|
810
662
|
feedbackType: "default" | "tooltip";
|
811
663
|
fixMemoLeak: boolean;
|
812
664
|
lazyRender: boolean;
|
665
|
+
linebreaksToTitle: boolean;
|
813
666
|
dialogFn: any;
|
814
667
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
815
668
|
[key: symbol]: any;
|
@@ -868,7 +721,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
868
721
|
"x-read-pretty"?: boolean | undefined;
|
869
722
|
"x-compile-omitted"?: string[] | undefined;
|
870
723
|
}>>;
|
871
|
-
formModel: import("vue").Ref<import("@formily/core").Form<any>>;
|
724
|
+
formModel: import("vue").Ref<import("@formily/core").Form<any>, import("@formily/core").Form<any>>;
|
872
725
|
schema: import("vue").ComputedRef<import("@formily/json-schema").Stringify<{
|
873
726
|
[key: symbol]: any;
|
874
727
|
[key: `x-${string}`]: any;
|
@@ -926,12 +779,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
926
779
|
"x-read-pretty"?: boolean | undefined;
|
927
780
|
"x-compile-omitted"?: string[] | undefined;
|
928
781
|
}>>;
|
929
|
-
itemStyle: import("vue").ComputedRef<
|
930
|
-
fontWeight: number;
|
931
|
-
}>;
|
782
|
+
itemStyle: import("vue").ComputedRef<any>;
|
932
783
|
ellipsisStyle: import("vue").ComputedRef<AnyObject>;
|
933
784
|
isHiddenContent: import("vue").ComputedRef<boolean>;
|
934
|
-
HiddenContent: import("vue").DefineComponent<{
|
785
|
+
HiddenContent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
935
786
|
content: {
|
936
787
|
type: StringConstructor;
|
937
788
|
default: string;
|
@@ -948,8 +799,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
948
799
|
type: BooleanConstructor;
|
949
800
|
default: boolean;
|
950
801
|
};
|
951
|
-
}
|
952
|
-
props:
|
802
|
+
}>, {
|
803
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
953
804
|
content: {
|
954
805
|
type: StringConstructor;
|
955
806
|
default: string;
|
@@ -966,8 +817,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
966
817
|
type: BooleanConstructor;
|
967
818
|
default: boolean;
|
968
819
|
};
|
969
|
-
}>> & {}
|
970
|
-
hidden: import("vue").Ref<boolean>;
|
820
|
+
}>> & Readonly<{}> & {}>;
|
821
|
+
hidden: import("vue").Ref<boolean, boolean>;
|
971
822
|
toggleHidden: () => void;
|
972
823
|
wrapperStyle: import("vue").ComputedRef<{
|
973
824
|
maxWidth: string;
|
@@ -975,7 +826,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
975
826
|
}>;
|
976
827
|
parsedContentStyle: import("vue").ComputedRef<{}>;
|
977
828
|
displayContent: import("vue").ComputedRef<string>;
|
978
|
-
InfoEllipsis: import("vue").DefineComponent<{
|
829
|
+
InfoEllipsis: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
979
830
|
content: {
|
980
831
|
type: (NumberConstructor | StringConstructor)[];
|
981
832
|
default: string;
|
@@ -987,10 +838,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
987
838
|
type: PropType<import("vue").CSSProperties>;
|
988
839
|
default: () => {};
|
989
840
|
};
|
990
|
-
}
|
991
|
-
NEllipsis: any;
|
992
|
-
NTooltip: any;
|
993
|
-
},
|
841
|
+
}>, {
|
842
|
+
readonly NEllipsis: any;
|
843
|
+
readonly NTooltip: any;
|
844
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
994
845
|
content: {
|
995
846
|
type: (NumberConstructor | StringConstructor)[];
|
996
847
|
default: string;
|
@@ -1002,11 +853,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
1002
853
|
type: PropType<import("vue").CSSProperties>;
|
1003
854
|
default: () => {};
|
1004
855
|
};
|
1005
|
-
}
|
856
|
+
}>> & Readonly<{}>, {
|
1006
857
|
content: string | number;
|
1007
858
|
contentStyle: import("vue").CSSProperties;
|
1008
|
-
}>;
|
1009
|
-
},
|
859
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
860
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1010
861
|
content: {
|
1011
862
|
type: StringConstructor;
|
1012
863
|
default: string;
|
@@ -1023,12 +874,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
1023
874
|
type: BooleanConstructor;
|
1024
875
|
default: boolean;
|
1025
876
|
};
|
1026
|
-
}
|
877
|
+
}>> & Readonly<{}>, {
|
1027
878
|
content: string;
|
1028
879
|
encrypted: boolean;
|
1029
880
|
contentStyle: import("vue").CSSProperties;
|
1030
|
-
}>;
|
1031
|
-
InfoEllipsis: import("vue").DefineComponent<{
|
881
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
882
|
+
InfoEllipsis: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1032
883
|
content: {
|
1033
884
|
type: (NumberConstructor | StringConstructor)[];
|
1034
885
|
default: string;
|
@@ -1040,10 +891,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
1040
891
|
type: PropType<import("vue").CSSProperties>;
|
1041
892
|
default: () => {};
|
1042
893
|
};
|
1043
|
-
}
|
1044
|
-
NEllipsis: any;
|
1045
|
-
NTooltip: any;
|
1046
|
-
},
|
894
|
+
}>, {
|
895
|
+
readonly NEllipsis: any;
|
896
|
+
readonly NTooltip: any;
|
897
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1047
898
|
content: {
|
1048
899
|
type: (NumberConstructor | StringConstructor)[];
|
1049
900
|
default: string;
|
@@ -1055,11 +906,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
1055
906
|
type: PropType<import("vue").CSSProperties>;
|
1056
907
|
default: () => {};
|
1057
908
|
};
|
1058
|
-
}
|
909
|
+
}>> & Readonly<{}>, {
|
1059
910
|
content: string | number;
|
1060
911
|
contentStyle: import("vue").CSSProperties;
|
1061
|
-
}>;
|
1062
|
-
SlotRender: import("vue").DefineComponent<{
|
912
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
913
|
+
readonly SlotRender: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1063
914
|
renderer: {
|
1064
915
|
type: PropType<string | import("vue").Component | AnyFn>;
|
1065
916
|
required: true;
|
@@ -1067,7 +918,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1067
918
|
rootSlots: {
|
1068
919
|
type: PropType<Record<string, AnyFn>>;
|
1069
920
|
};
|
1070
|
-
}
|
921
|
+
}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1071
922
|
renderer: {
|
1072
923
|
type: PropType<string | import("vue").Component | AnyFn>;
|
1073
924
|
required: true;
|
@@ -1075,8 +926,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1075
926
|
rootSlots: {
|
1076
927
|
type: PropType<Record<string, AnyFn>>;
|
1077
928
|
};
|
1078
|
-
}
|
1079
|
-
},
|
929
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
930
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1080
931
|
infoItem: {
|
1081
932
|
type: null;
|
1082
933
|
required: true;
|
@@ -1104,12 +955,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
1104
955
|
type: BooleanConstructor;
|
1105
956
|
required: true;
|
1106
957
|
};
|
1107
|
-
}
|
958
|
+
}>> & Readonly<{}>, {
|
1108
959
|
labelField: string;
|
1109
960
|
valueField: string;
|
1110
961
|
infoItem: any;
|
1111
|
-
}>;
|
1112
|
-
},
|
962
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
963
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1113
964
|
infoList: {
|
1114
965
|
type: ArrayConstructor;
|
1115
966
|
required: false;
|
@@ -1145,23 +996,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
1145
996
|
};
|
1146
997
|
encrypted: {
|
1147
998
|
type: BooleanConstructor;
|
1148
|
-
required:
|
999
|
+
required: false;
|
1149
1000
|
};
|
1150
|
-
}
|
1001
|
+
}>> & Readonly<{}>, {
|
1151
1002
|
infoList: unknown[];
|
1152
1003
|
labelField: string;
|
1153
1004
|
valueField: string;
|
1005
|
+
encrypted: boolean;
|
1154
1006
|
descriptionWidthList: unknown[];
|
1155
1007
|
columnNum: number;
|
1156
1008
|
inForm: boolean;
|
1157
|
-
}>;
|
1158
|
-
FormRender: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{}, {
|
1159
|
-
formRenderRef: import("vue").Ref<FormRenderExpose | undefined>;
|
1160
|
-
key: import("vue").Ref<number>;
|
1009
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1010
|
+
readonly FormRender: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{}, {
|
1011
|
+
formRenderRef: import("vue").Ref<FormRenderExpose | undefined, FormRenderExpose | undefined>;
|
1012
|
+
key: import("vue").Ref<number, number>;
|
1161
1013
|
reload: () => Promise<void>;
|
1162
1014
|
formRenderExposeKeyList: readonly ["validate", "getFormValues", "setFormValues", "setFieldState", "resetFields", "queryWidget", "getFieldList", "applySelectedSetting", "getTextFormValues", "optionInited", "updateAnchor"];
|
1163
1015
|
exposed: Partial<FormRenderExpose>;
|
1164
|
-
FormRender: import("vue").DefineComponent<{
|
1016
|
+
FormRender: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1165
1017
|
fieldList: {
|
1166
1018
|
type: PropType<import("../../../components/form-render").FieldItem[]>;
|
1167
1019
|
};
|
@@ -1255,7 +1107,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1255
1107
|
}>>;
|
1256
1108
|
};
|
1257
1109
|
components: {
|
1258
|
-
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
1110
|
+
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
1259
1111
|
default: () => {};
|
1260
1112
|
};
|
1261
1113
|
scope: {
|
@@ -1340,11 +1192,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
1340
1192
|
type: PropType<string[]>;
|
1341
1193
|
};
|
1342
1194
|
linebarDirection: {
|
1343
|
-
type: PropType<"
|
1195
|
+
type: PropType<"vertical" | "horizontal">;
|
1344
1196
|
default: string;
|
1345
1197
|
};
|
1346
1198
|
linebarTextDirection: {
|
1347
|
-
type: PropType<"
|
1199
|
+
type: PropType<"vertical" | "horizontal">;
|
1348
1200
|
default: string;
|
1349
1201
|
};
|
1350
1202
|
linebarWidth: {
|
@@ -1367,9 +1219,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
1367
1219
|
type: BooleanConstructor;
|
1368
1220
|
};
|
1369
1221
|
lazyRender: BooleanConstructor;
|
1222
|
+
linebreaksToTitle: BooleanConstructor;
|
1370
1223
|
dialogFn: {};
|
1371
|
-
}
|
1372
|
-
props:
|
1224
|
+
}>, {
|
1225
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1373
1226
|
fieldList: {
|
1374
1227
|
type: PropType<import("../../../components/form-render").FieldItem[]>;
|
1375
1228
|
};
|
@@ -1463,7 +1316,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1463
1316
|
}>>;
|
1464
1317
|
};
|
1465
1318
|
components: {
|
1466
|
-
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
1319
|
+
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
1467
1320
|
default: () => {};
|
1468
1321
|
};
|
1469
1322
|
scope: {
|
@@ -1548,11 +1401,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
1548
1401
|
type: PropType<string[]>;
|
1549
1402
|
};
|
1550
1403
|
linebarDirection: {
|
1551
|
-
type: PropType<"
|
1404
|
+
type: PropType<"vertical" | "horizontal">;
|
1552
1405
|
default: string;
|
1553
1406
|
};
|
1554
1407
|
linebarTextDirection: {
|
1555
|
-
type: PropType<"
|
1408
|
+
type: PropType<"vertical" | "horizontal">;
|
1556
1409
|
default: string;
|
1557
1410
|
};
|
1558
1411
|
linebarWidth: {
|
@@ -1575,20 +1428,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
1575
1428
|
type: BooleanConstructor;
|
1576
1429
|
};
|
1577
1430
|
lazyRender: BooleanConstructor;
|
1431
|
+
linebreaksToTitle: BooleanConstructor;
|
1578
1432
|
dialogFn: {};
|
1579
|
-
}>> & {
|
1433
|
+
}>> & Readonly<{
|
1580
1434
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
1581
1435
|
onScroll?: ((...args: any[]) => any) | undefined;
|
1582
1436
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
1583
1437
|
"onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
|
1584
1438
|
onLinebarChange?: ((...args: any[]) => any) | undefined;
|
1585
1439
|
onReady?: ((...args: any[]) => any) | undefined;
|
1586
|
-
}
|
1440
|
+
}> & {}>;
|
1587
1441
|
emit: (event: "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", ...args: any[]) => void;
|
1588
1442
|
cssVars: import("vue").ComputedRef<AnyObject>;
|
1589
1443
|
nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
|
1590
|
-
formRenderRef: import("vue").Ref<HTMLElement | undefined>;
|
1591
|
-
formWidth: import("vue").Ref<number>;
|
1444
|
+
formRenderRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
1445
|
+
formWidth: import("vue").Ref<number, number>;
|
1592
1446
|
formHeight: import("vue").ComputedRef<string>;
|
1593
1447
|
SchemaField: import("vue").DefineComponent<import("@formily/vue").ISchemaFieldProps>;
|
1594
1448
|
businessCollector: import("../../../components/form-render").BusinessCollector;
|
@@ -1601,13 +1455,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
1601
1455
|
formUUID: string;
|
1602
1456
|
anchorBarRef: import("vue").Ref<{
|
1603
1457
|
syncBarPosition: AnyFn;
|
1458
|
+
} | undefined, {
|
1459
|
+
syncBarPosition: AnyFn;
|
1604
1460
|
} | undefined>;
|
1605
|
-
currentAnchor: import("vue").WritableComputedRef<string>;
|
1461
|
+
currentAnchor: import("vue").WritableComputedRef<string, string>;
|
1606
1462
|
updateAnchorList: (field: import("@formily/core").GeneralField) => void;
|
1607
1463
|
anchorIdList: import("vue").Ref<{
|
1608
1464
|
name: string;
|
1609
1465
|
title: string;
|
1610
1466
|
index: number;
|
1467
|
+
}[], (Record<"name" | "title", string> & {
|
1468
|
+
index: number;
|
1469
|
+
})[] | {
|
1470
|
+
name: string;
|
1471
|
+
title: string;
|
1472
|
+
index: number;
|
1611
1473
|
}[]>;
|
1612
1474
|
onScroll: (scrollEvent: Event) => void;
|
1613
1475
|
generateAnchorList: (formModel: import("@formily/core").Form<any>) => Promise<void>;
|
@@ -1634,7 +1496,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1634
1496
|
setGraph: (field: import("@formily/core").GeneralField) => void;
|
1635
1497
|
removeGraph: (field: import("@formily/core").GeneralField) => void;
|
1636
1498
|
lowCodeEventTrigger: (field: import("@formily/core").GeneralField) => void;
|
1637
|
-
emitFormChange: import("vue").Ref<boolean>;
|
1499
|
+
emitFormChange: import("vue").Ref<boolean, boolean>;
|
1638
1500
|
formModel: import("@formily/core").Form<{
|
1639
1501
|
[x: string]: any;
|
1640
1502
|
}>;
|
@@ -1711,7 +1573,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1711
1573
|
"x-read-pretty"?: boolean | undefined;
|
1712
1574
|
"x-compile-omitted"?: string[] | undefined;
|
1713
1575
|
}>;
|
1714
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
1576
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
1715
1577
|
scope: AnyObject;
|
1716
1578
|
annotation: Record<string, import("../../annotation-edit/src/type").AnnotationItem>;
|
1717
1579
|
annotationShortcuts: (string | {
|
@@ -1746,12 +1608,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1746
1608
|
selectMode: boolean;
|
1747
1609
|
selectedFields: string[];
|
1748
1610
|
linebarWidth: string | number;
|
1749
|
-
linebarDirection: "
|
1750
|
-
linebarTextDirection: "
|
1611
|
+
linebarDirection: "vertical" | "horizontal";
|
1612
|
+
linebarTextDirection: "vertical" | "horizontal";
|
1751
1613
|
autoWidth: number | boolean;
|
1752
1614
|
feedbackType: "default" | "tooltip";
|
1753
1615
|
fixMemoLeak: boolean;
|
1754
1616
|
lazyRender: boolean;
|
1617
|
+
linebreaksToTitle: boolean;
|
1755
1618
|
dialogFn: any;
|
1756
1619
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
1757
1620
|
[key: symbol]: any;
|
@@ -1929,16 +1792,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
1929
1792
|
onKeydown: (event: KeyboardEvent) => Promise<void>;
|
1930
1793
|
clearSpan: (uuid: string) => void;
|
1931
1794
|
exposeEvent: Omit<FormRenderExpose, "updateAnchor" | "getFieldList" | "optionInited" | "formModel" | "reload">;
|
1932
|
-
useVersion: typeof useVersion;
|
1933
|
-
FormConsumer: import("vue").DefineComponent<{}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1934
|
-
FormProvider: import("vue").DefineComponent<Record<"form", any>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Record<"form", any>>>, {
|
1795
|
+
readonly useVersion: typeof useVersion;
|
1796
|
+
readonly FormConsumer: import("vue").DefineComponent<{}, () => any, {}, {}, {}, 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>;
|
1797
|
+
readonly FormProvider: import("vue").DefineComponent<Record<"form", any>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Record<"form", any>>>, {
|
1935
1798
|
form: any;
|
1936
|
-
}>;
|
1937
|
-
NConfigProvider: any;
|
1938
|
-
NForm: any;
|
1939
|
-
NTabPane: any;
|
1940
|
-
NTabs: any;
|
1941
|
-
},
|
1799
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1800
|
+
readonly NConfigProvider: any;
|
1801
|
+
readonly NForm: any;
|
1802
|
+
readonly NTabPane: any;
|
1803
|
+
readonly NTabs: any;
|
1804
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready")[], "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1942
1805
|
fieldList: {
|
1943
1806
|
type: PropType<import("../../../components/form-render").FieldItem[]>;
|
1944
1807
|
};
|
@@ -2032,7 +1895,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2032
1895
|
}>>;
|
2033
1896
|
};
|
2034
1897
|
components: {
|
2035
|
-
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
1898
|
+
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
2036
1899
|
default: () => {};
|
2037
1900
|
};
|
2038
1901
|
scope: {
|
@@ -2117,11 +1980,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
2117
1980
|
type: PropType<string[]>;
|
2118
1981
|
};
|
2119
1982
|
linebarDirection: {
|
2120
|
-
type: PropType<"
|
1983
|
+
type: PropType<"vertical" | "horizontal">;
|
2121
1984
|
default: string;
|
2122
1985
|
};
|
2123
1986
|
linebarTextDirection: {
|
2124
|
-
type: PropType<"
|
1987
|
+
type: PropType<"vertical" | "horizontal">;
|
2125
1988
|
default: string;
|
2126
1989
|
};
|
2127
1990
|
linebarWidth: {
|
@@ -2144,19 +2007,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
2144
2007
|
type: BooleanConstructor;
|
2145
2008
|
};
|
2146
2009
|
lazyRender: BooleanConstructor;
|
2010
|
+
linebreaksToTitle: BooleanConstructor;
|
2147
2011
|
dialogFn: {};
|
2148
|
-
}>> & {
|
2012
|
+
}>> & Readonly<{
|
2149
2013
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
2150
2014
|
onScroll?: ((...args: any[]) => any) | undefined;
|
2151
2015
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
2152
2016
|
"onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
|
2153
2017
|
onLinebarChange?: ((...args: any[]) => any) | undefined;
|
2154
2018
|
onReady?: ((...args: any[]) => any) | undefined;
|
2155
|
-
}
|
2019
|
+
}>, {
|
2020
|
+
maxHeight: string | number;
|
2156
2021
|
anchor: boolean;
|
2157
2022
|
column: number;
|
2158
|
-
|
2159
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
2023
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
2160
2024
|
initialData: AnyObject;
|
2161
2025
|
parallelism: number;
|
2162
2026
|
scope: AnyObject;
|
@@ -2172,18 +2036,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
2172
2036
|
wordSplitFilter: boolean;
|
2173
2037
|
selectMode: boolean;
|
2174
2038
|
linebarWidth: string | number;
|
2175
|
-
linebarDirection: "
|
2176
|
-
linebarTextDirection: "
|
2039
|
+
linebarDirection: "vertical" | "horizontal";
|
2040
|
+
linebarTextDirection: "vertical" | "horizontal";
|
2177
2041
|
autoWidth: number | boolean;
|
2178
2042
|
feedbackType: "default" | "tooltip";
|
2179
2043
|
fixMemoLeak: boolean;
|
2180
2044
|
lazyRender: boolean;
|
2045
|
+
linebreaksToTitle: boolean;
|
2181
2046
|
nominalAge: boolean;
|
2182
2047
|
operationalFormInit: boolean;
|
2183
2048
|
incrementalRender: boolean;
|
2184
|
-
}>;
|
2185
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
2186
|
-
},
|
2049
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2050
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
2051
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2187
2052
|
infoList: {
|
2188
2053
|
type: ArrayConstructor;
|
2189
2054
|
required: false;
|
@@ -2215,16 +2080,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
2215
2080
|
};
|
2216
2081
|
encrypted: {
|
2217
2082
|
type: BooleanConstructor;
|
2218
|
-
required:
|
2083
|
+
required: false;
|
2219
2084
|
};
|
2220
|
-
}
|
2085
|
+
}>> & Readonly<{}>, {
|
2221
2086
|
infoList: unknown[];
|
2222
2087
|
labelField: string;
|
2223
2088
|
valueField: string;
|
2224
2089
|
minColumnWidth: string | number;
|
2225
2090
|
formProps: Record<string, any>;
|
2226
|
-
|
2227
|
-
|
2091
|
+
encrypted: boolean;
|
2092
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2093
|
+
readonly PatientInfo: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2228
2094
|
patientInfo: {
|
2229
2095
|
type: null;
|
2230
2096
|
required: true;
|
@@ -2234,42 +2100,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
2234
2100
|
type: BooleanConstructor;
|
2235
2101
|
required: true;
|
2236
2102
|
};
|
2237
|
-
}
|
2238
|
-
props:
|
2239
|
-
|
2240
|
-
avatar: string;
|
2241
|
-
avatarPreview: string;
|
2242
|
-
avatarProps: string;
|
2243
|
-
avatarPreviewProps: string;
|
2244
|
-
name: string;
|
2245
|
-
nameProps: Partial<import("../../../components/form-render").FieldItem>;
|
2246
|
-
sex: string;
|
2247
|
-
sexProps: Partial<import("../../../components/form-render").FieldItem>;
|
2248
|
-
age: string;
|
2249
|
-
ageProps: Partial<import("../../../components/form-render").FieldItem>;
|
2250
|
-
ageUnit: string;
|
2251
|
-
ageUnitProps: Partial<import("../../../components/form-render").FieldItem>;
|
2252
|
-
tagList: Partial<{
|
2253
|
-
type?: "warning" | "info" | undefined;
|
2254
|
-
content: string;
|
2255
|
-
render?: any;
|
2256
|
-
color?: {
|
2257
|
-
color?: string | undefined;
|
2258
|
-
textColor?: string | undefined;
|
2259
|
-
} | undefined;
|
2260
|
-
}>[];
|
2261
|
-
}>;
|
2262
|
-
patientEditable: boolean;
|
2263
|
-
};
|
2264
|
-
tagListExcludeEmpty: import("vue").ComputedRef<Partial<{
|
2265
|
-
type?: "warning" | "info" | undefined;
|
2266
|
-
content: string;
|
2267
|
-
render?: any;
|
2268
|
-
color?: {
|
2269
|
-
color?: string | undefined;
|
2270
|
-
textColor?: string | undefined;
|
2271
|
-
} | undefined;
|
2272
|
-
}>[]>;
|
2103
|
+
}>, {
|
2104
|
+
props: any;
|
2105
|
+
tagListExcludeEmpty: import("vue").ComputedRef<any>;
|
2273
2106
|
colorMap: {
|
2274
2107
|
warning: string;
|
2275
2108
|
info: string;
|
@@ -2291,24 +2124,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
2291
2124
|
textColor: string;
|
2292
2125
|
};
|
2293
2126
|
createSlotRenderer: (value: unknown) => any;
|
2294
|
-
show: import("vue").Ref<boolean>;
|
2127
|
+
show: import("vue").Ref<boolean, boolean>;
|
2295
2128
|
fieldList: import("vue").ComputedRef<import("../../../components/form-render").FieldItem[]>;
|
2296
|
-
formRenderRef: import("vue").Ref<FormRenderExpose | undefined>;
|
2129
|
+
formRenderRef: import("vue").Ref<FormRenderExpose | undefined, FormRenderExpose | undefined>;
|
2297
2130
|
confirm: () => Promise<void>;
|
2298
|
-
NImage: any;
|
2299
|
-
NEllipsis: any;
|
2300
|
-
NTag: any;
|
2301
|
-
NPopover: any;
|
2302
|
-
NDivider: any;
|
2303
|
-
NSpace: any;
|
2304
|
-
NButton: any;
|
2305
|
-
FormRender: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{}, {
|
2306
|
-
formRenderRef: import("vue").Ref<FormRenderExpose | undefined>;
|
2307
|
-
key: import("vue").Ref<number>;
|
2131
|
+
readonly NImage: any;
|
2132
|
+
readonly NEllipsis: any;
|
2133
|
+
readonly NTag: any;
|
2134
|
+
readonly NPopover: any;
|
2135
|
+
readonly NDivider: any;
|
2136
|
+
readonly NSpace: any;
|
2137
|
+
readonly NButton: any;
|
2138
|
+
readonly FormRender: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{}, {
|
2139
|
+
formRenderRef: import("vue").Ref<FormRenderExpose | undefined, FormRenderExpose | undefined>;
|
2140
|
+
key: import("vue").Ref<number, number>;
|
2308
2141
|
reload: () => Promise<void>;
|
2309
2142
|
formRenderExposeKeyList: readonly ["validate", "getFormValues", "setFormValues", "setFieldState", "resetFields", "queryWidget", "getFieldList", "applySelectedSetting", "getTextFormValues", "optionInited", "updateAnchor"];
|
2310
2143
|
exposed: Partial<FormRenderExpose>;
|
2311
|
-
FormRender: import("vue").DefineComponent<{
|
2144
|
+
FormRender: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2312
2145
|
fieldList: {
|
2313
2146
|
type: PropType<import("../../../components/form-render").FieldItem[]>;
|
2314
2147
|
};
|
@@ -2402,7 +2235,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2402
2235
|
}>>;
|
2403
2236
|
};
|
2404
2237
|
components: {
|
2405
|
-
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
2238
|
+
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
2406
2239
|
default: () => {};
|
2407
2240
|
};
|
2408
2241
|
scope: {
|
@@ -2487,11 +2320,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
2487
2320
|
type: PropType<string[]>;
|
2488
2321
|
};
|
2489
2322
|
linebarDirection: {
|
2490
|
-
type: PropType<"
|
2323
|
+
type: PropType<"vertical" | "horizontal">;
|
2491
2324
|
default: string;
|
2492
2325
|
};
|
2493
2326
|
linebarTextDirection: {
|
2494
|
-
type: PropType<"
|
2327
|
+
type: PropType<"vertical" | "horizontal">;
|
2495
2328
|
default: string;
|
2496
2329
|
};
|
2497
2330
|
linebarWidth: {
|
@@ -2514,9 +2347,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
2514
2347
|
type: BooleanConstructor;
|
2515
2348
|
};
|
2516
2349
|
lazyRender: BooleanConstructor;
|
2350
|
+
linebreaksToTitle: BooleanConstructor;
|
2517
2351
|
dialogFn: {};
|
2518
|
-
}
|
2519
|
-
props:
|
2352
|
+
}>, {
|
2353
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2520
2354
|
fieldList: {
|
2521
2355
|
type: PropType<import("../../../components/form-render").FieldItem[]>;
|
2522
2356
|
};
|
@@ -2610,7 +2444,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2610
2444
|
}>>;
|
2611
2445
|
};
|
2612
2446
|
components: {
|
2613
|
-
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
2447
|
+
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
2614
2448
|
default: () => {};
|
2615
2449
|
};
|
2616
2450
|
scope: {
|
@@ -2695,11 +2529,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
2695
2529
|
type: PropType<string[]>;
|
2696
2530
|
};
|
2697
2531
|
linebarDirection: {
|
2698
|
-
type: PropType<"
|
2532
|
+
type: PropType<"vertical" | "horizontal">;
|
2699
2533
|
default: string;
|
2700
2534
|
};
|
2701
2535
|
linebarTextDirection: {
|
2702
|
-
type: PropType<"
|
2536
|
+
type: PropType<"vertical" | "horizontal">;
|
2703
2537
|
default: string;
|
2704
2538
|
};
|
2705
2539
|
linebarWidth: {
|
@@ -2722,20 +2556,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
2722
2556
|
type: BooleanConstructor;
|
2723
2557
|
};
|
2724
2558
|
lazyRender: BooleanConstructor;
|
2559
|
+
linebreaksToTitle: BooleanConstructor;
|
2725
2560
|
dialogFn: {};
|
2726
|
-
}>> & {
|
2561
|
+
}>> & Readonly<{
|
2727
2562
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
2728
2563
|
onScroll?: ((...args: any[]) => any) | undefined;
|
2729
2564
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
2730
2565
|
"onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
|
2731
2566
|
onLinebarChange?: ((...args: any[]) => any) | undefined;
|
2732
2567
|
onReady?: ((...args: any[]) => any) | undefined;
|
2733
|
-
}
|
2568
|
+
}> & {}>;
|
2734
2569
|
emit: (event: "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", ...args: any[]) => void;
|
2735
2570
|
cssVars: import("vue").ComputedRef<AnyObject>;
|
2736
2571
|
nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
|
2737
|
-
formRenderRef: import("vue").Ref<HTMLElement | undefined>;
|
2738
|
-
formWidth: import("vue").Ref<number>;
|
2572
|
+
formRenderRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
2573
|
+
formWidth: import("vue").Ref<number, number>;
|
2739
2574
|
formHeight: import("vue").ComputedRef<string>;
|
2740
2575
|
SchemaField: import("vue").DefineComponent<import("@formily/vue").ISchemaFieldProps>;
|
2741
2576
|
businessCollector: import("../../../components/form-render").BusinessCollector;
|
@@ -2748,13 +2583,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
2748
2583
|
formUUID: string;
|
2749
2584
|
anchorBarRef: import("vue").Ref<{
|
2750
2585
|
syncBarPosition: AnyFn;
|
2586
|
+
} | undefined, {
|
2587
|
+
syncBarPosition: AnyFn;
|
2751
2588
|
} | undefined>;
|
2752
|
-
currentAnchor: import("vue").WritableComputedRef<string>;
|
2589
|
+
currentAnchor: import("vue").WritableComputedRef<string, string>;
|
2753
2590
|
updateAnchorList: (field: import("@formily/core").GeneralField) => void;
|
2754
2591
|
anchorIdList: import("vue").Ref<{
|
2755
2592
|
name: string;
|
2756
2593
|
title: string;
|
2757
2594
|
index: number;
|
2595
|
+
}[], (Record<"name" | "title", string> & {
|
2596
|
+
index: number;
|
2597
|
+
})[] | {
|
2598
|
+
name: string;
|
2599
|
+
title: string;
|
2600
|
+
index: number;
|
2758
2601
|
}[]>;
|
2759
2602
|
onScroll: (scrollEvent: Event) => void;
|
2760
2603
|
generateAnchorList: (formModel: import("@formily/core").Form<any>) => Promise<void>;
|
@@ -2781,7 +2624,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2781
2624
|
setGraph: (field: import("@formily/core").GeneralField) => void;
|
2782
2625
|
removeGraph: (field: import("@formily/core").GeneralField) => void;
|
2783
2626
|
lowCodeEventTrigger: (field: import("@formily/core").GeneralField) => void;
|
2784
|
-
emitFormChange: import("vue").Ref<boolean>;
|
2627
|
+
emitFormChange: import("vue").Ref<boolean, boolean>;
|
2785
2628
|
formModel: import("@formily/core").Form<{
|
2786
2629
|
[x: string]: any;
|
2787
2630
|
}>;
|
@@ -2858,7 +2701,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2858
2701
|
"x-read-pretty"?: boolean | undefined;
|
2859
2702
|
"x-compile-omitted"?: string[] | undefined;
|
2860
2703
|
}>;
|
2861
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
2704
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
2862
2705
|
scope: AnyObject;
|
2863
2706
|
annotation: Record<string, import("../../annotation-edit/src/type").AnnotationItem>;
|
2864
2707
|
annotationShortcuts: (string | {
|
@@ -2893,12 +2736,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
2893
2736
|
selectMode: boolean;
|
2894
2737
|
selectedFields: string[];
|
2895
2738
|
linebarWidth: string | number;
|
2896
|
-
linebarDirection: "
|
2897
|
-
linebarTextDirection: "
|
2739
|
+
linebarDirection: "vertical" | "horizontal";
|
2740
|
+
linebarTextDirection: "vertical" | "horizontal";
|
2898
2741
|
autoWidth: number | boolean;
|
2899
2742
|
feedbackType: "default" | "tooltip";
|
2900
2743
|
fixMemoLeak: boolean;
|
2901
2744
|
lazyRender: boolean;
|
2745
|
+
linebreaksToTitle: boolean;
|
2902
2746
|
dialogFn: any;
|
2903
2747
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
2904
2748
|
[key: symbol]: any;
|
@@ -3076,16 +2920,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
3076
2920
|
onKeydown: (event: KeyboardEvent) => Promise<void>;
|
3077
2921
|
clearSpan: (uuid: string) => void;
|
3078
2922
|
exposeEvent: Omit<FormRenderExpose, "updateAnchor" | "getFieldList" | "optionInited" | "formModel" | "reload">;
|
3079
|
-
useVersion: typeof useVersion;
|
3080
|
-
FormConsumer: import("vue").DefineComponent<{}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
3081
|
-
FormProvider: import("vue").DefineComponent<Record<"form", any>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Record<"form", any>>>, {
|
2923
|
+
readonly useVersion: typeof useVersion;
|
2924
|
+
readonly FormConsumer: import("vue").DefineComponent<{}, () => any, {}, {}, {}, 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>;
|
2925
|
+
readonly FormProvider: import("vue").DefineComponent<Record<"form", any>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Record<"form", any>>>, {
|
3082
2926
|
form: any;
|
3083
|
-
}>;
|
3084
|
-
NConfigProvider: any;
|
3085
|
-
NForm: any;
|
3086
|
-
NTabPane: any;
|
3087
|
-
NTabs: any;
|
3088
|
-
},
|
2927
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2928
|
+
readonly NConfigProvider: any;
|
2929
|
+
readonly NForm: any;
|
2930
|
+
readonly NTabPane: any;
|
2931
|
+
readonly NTabs: any;
|
2932
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready")[], "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
3089
2933
|
fieldList: {
|
3090
2934
|
type: PropType<import("../../../components/form-render").FieldItem[]>;
|
3091
2935
|
};
|
@@ -3179,7 +3023,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
3179
3023
|
}>>;
|
3180
3024
|
};
|
3181
3025
|
components: {
|
3182
|
-
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
3026
|
+
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
3183
3027
|
default: () => {};
|
3184
3028
|
};
|
3185
3029
|
scope: {
|
@@ -3264,11 +3108,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
3264
3108
|
type: PropType<string[]>;
|
3265
3109
|
};
|
3266
3110
|
linebarDirection: {
|
3267
|
-
type: PropType<"
|
3111
|
+
type: PropType<"vertical" | "horizontal">;
|
3268
3112
|
default: string;
|
3269
3113
|
};
|
3270
3114
|
linebarTextDirection: {
|
3271
|
-
type: PropType<"
|
3115
|
+
type: PropType<"vertical" | "horizontal">;
|
3272
3116
|
default: string;
|
3273
3117
|
};
|
3274
3118
|
linebarWidth: {
|
@@ -3291,19 +3135,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
3291
3135
|
type: BooleanConstructor;
|
3292
3136
|
};
|
3293
3137
|
lazyRender: BooleanConstructor;
|
3138
|
+
linebreaksToTitle: BooleanConstructor;
|
3294
3139
|
dialogFn: {};
|
3295
|
-
}>> & {
|
3140
|
+
}>> & Readonly<{
|
3296
3141
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
3297
3142
|
onScroll?: ((...args: any[]) => any) | undefined;
|
3298
3143
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
3299
3144
|
"onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
|
3300
3145
|
onLinebarChange?: ((...args: any[]) => any) | undefined;
|
3301
3146
|
onReady?: ((...args: any[]) => any) | undefined;
|
3302
|
-
}
|
3147
|
+
}>, {
|
3148
|
+
maxHeight: string | number;
|
3303
3149
|
anchor: boolean;
|
3304
3150
|
column: number;
|
3305
|
-
|
3306
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
3151
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
3307
3152
|
initialData: AnyObject;
|
3308
3153
|
parallelism: number;
|
3309
3154
|
scope: AnyObject;
|
@@ -3319,18 +3164,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
3319
3164
|
wordSplitFilter: boolean;
|
3320
3165
|
selectMode: boolean;
|
3321
3166
|
linebarWidth: string | number;
|
3322
|
-
linebarDirection: "
|
3323
|
-
linebarTextDirection: "
|
3167
|
+
linebarDirection: "vertical" | "horizontal";
|
3168
|
+
linebarTextDirection: "vertical" | "horizontal";
|
3324
3169
|
autoWidth: number | boolean;
|
3325
3170
|
feedbackType: "default" | "tooltip";
|
3326
3171
|
fixMemoLeak: boolean;
|
3327
3172
|
lazyRender: boolean;
|
3173
|
+
linebreaksToTitle: boolean;
|
3328
3174
|
nominalAge: boolean;
|
3329
3175
|
operationalFormInit: boolean;
|
3330
3176
|
incrementalRender: boolean;
|
3331
|
-
}>;
|
3332
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
3333
|
-
},
|
3177
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
3178
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
3179
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
3334
3180
|
patientInfo: {
|
3335
3181
|
type: null;
|
3336
3182
|
required: true;
|
@@ -3340,10 +3186,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
3340
3186
|
type: BooleanConstructor;
|
3341
3187
|
required: true;
|
3342
3188
|
};
|
3343
|
-
}
|
3189
|
+
}>> & Readonly<{}>, {
|
3344
3190
|
patientInfo: any;
|
3345
|
-
}>;
|
3346
|
-
},
|
3191
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
3192
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("openPatientInfo" | "fieldSet" | "update:compact" | "formChange")[], "openPatientInfo" | "fieldSet" | "update:compact" | "formChange", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
3347
3193
|
anime: {
|
3348
3194
|
type: BooleanConstructor;
|
3349
3195
|
default: boolean;
|
@@ -3478,7 +3324,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
3478
3324
|
"x-read-pretty"?: boolean | undefined;
|
3479
3325
|
"x-compile-omitted"?: string[] | undefined;
|
3480
3326
|
}>;
|
3481
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
3327
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
3482
3328
|
scope: AnyObject;
|
3483
3329
|
annotation: Record<string, import("../../annotation-edit/src/type").AnnotationItem>;
|
3484
3330
|
annotationShortcuts: (string | {
|
@@ -3513,12 +3359,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
3513
3359
|
selectMode: boolean;
|
3514
3360
|
selectedFields: string[];
|
3515
3361
|
linebarWidth: string | number;
|
3516
|
-
linebarDirection: "
|
3517
|
-
linebarTextDirection: "
|
3362
|
+
linebarDirection: "vertical" | "horizontal";
|
3363
|
+
linebarTextDirection: "vertical" | "horizontal";
|
3518
3364
|
autoWidth: number | boolean;
|
3519
3365
|
feedbackType: "default" | "tooltip";
|
3520
3366
|
fixMemoLeak: boolean;
|
3521
3367
|
lazyRender: boolean;
|
3368
|
+
linebreaksToTitle: boolean;
|
3522
3369
|
dialogFn: any;
|
3523
3370
|
}>>>;
|
3524
3371
|
};
|
@@ -3526,12 +3373,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
3526
3373
|
type: BooleanConstructor;
|
3527
3374
|
default: boolean;
|
3528
3375
|
};
|
3529
|
-
}>> & {
|
3376
|
+
}>> & Readonly<{
|
3530
3377
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
3531
3378
|
onOpenPatientInfo?: ((...args: any[]) => any) | undefined;
|
3532
3379
|
onFieldSet?: ((...args: any[]) => any) | undefined;
|
3533
3380
|
"onUpdate:compact"?: ((...args: any[]) => any) | undefined;
|
3534
|
-
}
|
3381
|
+
}>, {
|
3535
3382
|
anime: boolean;
|
3536
3383
|
patientInfo: Partial<{
|
3537
3384
|
avatar: string;
|
@@ -3568,5 +3415,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
3568
3415
|
render: () => VNode[];
|
3569
3416
|
})[];
|
3570
3417
|
encrypted: boolean;
|
3571
|
-
}>;
|
3418
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
3572
3419
|
export default _default;
|