cnhis-design-vue 3.4.0-beta.3 → 3.4.0-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +87 -87
- package/es/components/annotation-edit/index.d.ts +5 -5
- package/es/components/annotation-edit/src/AnnotationEdit.d.ts +5 -5
- package/es/components/audio-sdk/index.d.ts +54 -52
- package/es/components/audio-sdk/src/Index.vue.d.ts +54 -52
- package/es/components/audio-sdk/src/Index.vue2.js +9 -8
- package/es/components/audio-sdk/src/audioSDK.d.ts +1 -1
- package/es/components/audio-sdk/src/components/form.vue.d.ts +16 -16
- package/es/components/audio-sdk/src/components/readyCountdown.vue.d.ts +10 -10
- package/es/components/audio-sdk/src/components/readyCountdown.vue2.js +5 -6
- package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +49 -47
- package/es/components/audio-sdk/src/components/recording.vue.d.ts +41 -39
- package/es/components/audio-sdk/src/components/recording.vue2.js +52 -57
- package/es/components/audio-sdk/src/hooks/useChartAudioContext.d.ts +5 -5
- package/es/components/audio-sdk/src/svgs/Close.vue.js +4 -6
- package/es/components/audio-sdk/src/svgs/Continue.vue.js +1 -3
- package/es/components/audio-sdk/src/svgs/Enlarge.vue.js +1 -3
- package/es/components/audio-sdk/src/svgs/Pause.vue.js +1 -3
- package/es/components/audio-sdk/src/svgs/WaveView.vue.js +1 -3
- package/es/components/audio-sdk/src/svgs/Zoom.vue.js +4 -6
- package/es/components/audio-sdk/src/utils/index.d.ts +1 -1
- package/es/components/audio-sdk/src/utils/recordingModal.d.ts +2 -2
- package/es/components/base-search/index.d.ts +61 -19
- package/es/components/base-search/src/index.vue.d.ts +61 -19
- package/es/components/base-search/src/index.vue2.js +33 -34
- package/es/components/big-table/index.d.ts +67 -43
- package/es/components/big-table/src/BigTable.vue.d.ts +67 -43
- package/es/components/big-table/src/BigTable.vue2.js +18 -18
- package/es/components/big-table/src/components/NoData.vue.d.ts +7 -7
- package/es/components/big-table/src/components/NoData.vue2.js +4 -4
- package/es/components/big-table/src/components/edit-form/edit-date.d.ts +7 -5
- package/es/components/big-table/src/components/edit-form/edit-input.d.ts +8 -5
- package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +12 -5
- package/es/components/big-table/src/components/edit-form/edit-select.d.ts +7 -5
- package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +47 -23
- package/es/components/big-table/src/components/edit-form/edit-separate.vue2.js +2 -1
- package/es/components/big-table/src/components/edit-form/edit-time.d.ts +7 -5
- package/es/components/big-table/src/components/edit-form/useCommon.d.ts +2 -2
- package/es/components/big-table/src/components/input-button.vue.d.ts +5 -5
- package/es/components/big-table/src/components/input-button.vue2.js +5 -4
- package/es/components/big-table/src/components/separate.vue.d.ts +31 -7
- package/es/components/big-table/src/components/separate.vue2.js +4 -5
- package/es/components/big-table/src/hooks/useAnnotation.d.ts +1 -1
- package/es/components/big-table/src/hooks/useEdit.d.ts +84 -48
- package/es/components/big-table/src/hooks/useSeparateRow.d.ts +50 -2
- package/es/components/body-select/index.d.ts +17 -17
- package/es/components/body-select/src/index.vue.d.ts +17 -17
- package/es/components/body-select/src/index.vue2.js +29 -31
- package/es/components/bpmn-workflow/index.d.ts +9 -9
- package/es/components/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +9 -9
- package/es/components/bpmn-workflow/src/BpmnWorkflow.vue2.js +1 -1
- package/es/components/branch-notice/index.d.ts +72 -49
- package/es/components/branch-notice/src/BranchNotice.vue.d.ts +70 -47
- package/es/components/branch-notice/src/BranchNotice.vue2.js +6 -5
- package/es/components/branch-notice/src/components/NoticeItem.vue.d.ts +57 -34
- package/es/components/branch-notice/src/components/NoticeItem.vue2.js +4 -4
- package/es/components/branch-notice/src/components/NoticeItemAside.vue.d.ts +12 -12
- package/es/components/branch-notice/src/components/NoticeItemAside.vue2.js +3 -4
- package/es/components/branch-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
- package/es/components/button-print/index.d.ts +201 -141
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +201 -141
- package/es/components/button-print/src/ButtonPrint.vue2.js +8 -7
- package/es/components/button-print/src/components/EditFormat.vue.d.ts +48 -18
- package/es/components/button-print/src/components/EditFormat.vue2.js +10 -10
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +72 -43
- package/es/components/button-print/src/components/IdentityVerification.vue2.js +13 -12
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +101 -71
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +85 -84
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +88 -58
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +6 -6
- package/es/components/button-print/src/components/Preview.vue.d.ts +13 -13
- package/es/components/button-print/src/components/Preview.vue2.js +3 -2
- package/es/components/calendar/index.d.ts +32 -277
- package/es/components/calendar/src/Calendar.vue.d.ts +31 -276
- package/es/components/calendar/src/Calendar.vue2.js +5 -4
- package/es/components/callback/index.d.ts +11 -11
- package/es/components/callback/src/components/dialog/drawer.vue.d.ts +20 -21
- package/es/components/callback/src/components/dialog/drawer.vue2.js +2 -1
- package/es/components/callback/src/components/dialog/modal.vue.d.ts +22 -22
- package/es/components/callback/src/components/dialog/modal.vue2.js +2 -1
- package/es/components/callback/src/components/popup/index.vue.d.ts +6 -6
- package/es/components/callback/src/components/render/drawerIframe/index.vue.d.ts +12 -12
- package/es/components/callback/src/components/render/drawerIframe/index.vue2.js +1 -1
- package/es/components/callback/src/components/render/index.vue.d.ts +6 -6
- package/es/components/callback/src/components/render/popupMaps.d.ts +3162 -1602
- package/es/components/callback/src/index.vue.d.ts +11 -11
- package/es/components/callback/src/index.vue2.js +2 -1
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue.d.ts +12 -15
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue2.js +7 -6
- package/es/components/card-render/index.d.ts +10 -10
- package/es/components/card-render/src/CardRender.vue.d.ts +10 -10
- package/es/components/card-render/src/CardRender.vue2.js +8 -5
- package/es/components/card-render/src/components/Box.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Box.vue2.js +6 -4
- package/es/components/card-render/src/components/Button.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Button.vue2.js +6 -4
- package/es/components/card-render/src/components/Divider.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Divider.vue2.js +1 -1
- package/es/components/card-render/src/components/Field.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Field.vue2.js +18 -18
- package/es/components/card-render/src/components/FieldGroup.vue.d.ts +8 -8
- package/es/components/card-render/src/components/FieldGroup.vue2.js +12 -12
- package/es/components/card-render/src/components/Image.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Image.vue2.js +2 -2
- package/es/components/card-render/src/components/Label.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Label.vue2.js +3 -3
- package/es/components/card-render/src/components/Row.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Row.vue2.js +7 -5
- package/es/components/card-render/src/components/ScaleView.vue.d.ts +8 -8
- package/es/components/card-render/src/components/ScaleView.vue2.js +2 -2
- package/es/components/card-render/src/components/Slot.d.ts +5 -5
- package/es/components/card-render/src/components/Table.vue.d.ts +16 -16
- package/es/components/card-render/src/components/Table.vue2.js +4 -4
- package/es/components/card-render/src/components/Text.vue.d.ts +7 -7
- package/es/components/card-render/src/components/Text.vue2.js +4 -4
- package/es/components/card-render/src/components/index.d.ts +113 -113
- package/es/components/classification/index.d.ts +509 -432
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +370 -358
- package/es/components/classification/src/components/search-filter/index.vue2.js +8 -7
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +414 -402
- package/es/components/classification/src/components/set-classification/index.vue2.js +4 -3
- package/es/components/classification/src/components/table-modal/index.vue.d.ts +27 -27
- package/es/components/classification/src/components/table-modal/index.vue2.js +143 -144
- package/es/components/classification/src/index.vue.d.ts +509 -432
- package/es/components/classification/src/index.vue2.js +71 -73
- package/es/components/config-provider/index.d.ts +7 -5
- package/es/components/config-provider/src/ConfigProvider.d.ts +7 -5
- package/es/components/date-picker/index.d.ts +15 -15
- package/es/components/date-picker/src/DatePicker.vue.d.ts +15 -15
- package/es/components/date-picker/src/DatePicker.vue2.js +9 -8
- package/es/components/default-page/index.d.ts +11 -11
- package/es/components/default-page/src/index.vue.d.ts +11 -11
- package/es/components/default-page/src/index.vue2.js +21 -22
- package/es/components/editor/index.d.ts +77 -7
- package/es/components/editor/src/Editor.d.ts +78 -7
- package/es/components/expand-field/index.d.ts +478 -303
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue.d.ts +14 -14
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +19 -19
- package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +304 -225
- package/es/components/expand-field/src/components/FormItemPerson.vue2.js +5 -4
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +284 -205
- package/es/components/expand-field/src/components/PersonModal.vue2.js +6 -5
- package/es/components/expand-field/src/components/form.vue.d.ts +458 -285
- package/es/components/expand-field/src/components/form.vue2.js +114 -122
- package/es/components/expand-field/src/index.vue.d.ts +479 -304
- package/es/components/expand-field/src/index.vue2.js +29 -29
- package/es/components/fabric-chart/index.d.ts +29 -29
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +29 -29
- package/es/components/fabric-chart/src/FabricChart.vue2.js +7 -6
- package/es/components/fabric-chart/src/components/PopupMenu.d.ts +6 -6
- package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +7 -7
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +9 -9
- package/es/components/field-editor/index.d.ts +50 -42
- package/es/components/field-editor/src/FieldEditor.vue.d.ts +50 -42
- package/es/components/field-editor/src/FieldEditor.vue2.js +5 -5
- package/es/components/field-set/index.d.ts +13 -13
- package/es/components/field-set/src/FieldColor.vue.d.ts +219 -157
- package/es/components/field-set/src/FieldColor.vue2.js +10 -9
- package/es/components/field-set/src/FieldFilter.vue.d.ts +80 -54
- package/es/components/field-set/src/FieldFilter.vue2.js +12 -11
- package/es/components/field-set/src/FieldSet.vue.d.ts +82 -68
- 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 +36 -36
- package/es/components/field-set/src/components/table-row.vue2.js +28 -26
- package/es/components/form-config/index.d.ts +1402 -425
- package/es/components/form-config/src/FormConfig.vue.d.ts +1402 -425
- package/es/components/form-config/src/FormConfig.vue2.js +13 -12
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +58 -50
- package/es/components/form-config/src/components/FormConfigCreator.vue2.js +2 -1
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +9 -9
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +1101 -203
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +3 -3
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +118 -81
- package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +41 -41
- package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +4 -4
- package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +11 -11
- package/es/components/form-config/src/components/renderer/CloseButton.vue2.js +1 -1
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +29 -29
- package/es/components/form-config/src/components/renderer/ComplexNode.vue2.js +4 -5
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +21 -21
- package/es/components/form-config/src/components/renderer/DefaultNode.vue2.js +5 -5
- package/es/components/form-config/src/hooks/usePresetRenderer.d.ts +1 -1
- package/es/components/form-render/index.d.ts +48 -40
- package/es/components/form-render/src/FormRender.vue.d.ts +45 -37
- package/es/components/form-render/src/FormRender.vue2.js +6 -5
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +48 -40
- package/es/components/form-render/src/FormRenderWrapper.vue2.js +2 -2
- package/es/components/form-render/src/components/renderer/combination/combination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/combination/jsonCombination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/combination/tableCombination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/complex.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/date.d.ts +7 -9
- package/es/components/form-render/src/components/renderer/formItem.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/input.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/inputNumber.d.ts +7 -7
- package/es/components/form-render/src/components/renderer/levelSearchCascader/index.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +31 -31
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue2.js +6 -6
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +31 -31
- package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +18 -18
- package/es/components/form-render/src/components/renderer/remoteSearch.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/searchCascade.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/select.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/simpleComponent.d.ts +2 -2
- package/es/components/form-render/src/components/renderer/slider.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/switch.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/text.d.ts +3 -3
- package/es/components/form-render/src/components/renderer/textarea.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/time.d.ts +3 -3
- package/es/components/form-render/src/components/tooltipMessage.vue.d.ts +9 -9
- package/es/components/form-render/src/components/tooltipMessage.vue2.js +1 -1
- package/es/components/form-render/src/hooks/useAnchor.d.ts +9 -1
- package/es/components/form-render/src/hooks/useCommonInjection.d.ts +1 -1
- package/es/components/form-render/src/hooks/useComplexOptions.d.ts +3 -3
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +6 -6
- package/es/components/form-render/src/hooks/useFormField.d.ts +1 -1
- package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +12 -12
- package/es/components/form-render/src/utils/index.d.ts +3 -3
- package/es/components/grid/index.d.ts +1 -1
- package/es/components/grid/src/Grid.d.ts +1 -1
- package/es/components/guide/src/renderer.d.ts +5 -5
- package/es/components/iho-chat/index.d.ts +834 -760
- package/es/components/iho-chat/src/Index.vue.d.ts +834 -760
- package/es/components/iho-chat/src/Index.vue2.js +4 -3
- package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +42 -42
- package/es/components/iho-chat/src/components/ChatAdd.vue2.js +51 -51
- package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +122 -88
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +7 -7
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +66 -64
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +101 -103
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +306 -272
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +13 -13
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +191 -177
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +6 -6
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +61 -61
- package/es/components/iho-chat/src/components/ChatRecord.vue2.js +71 -77
- package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +34 -34
- package/es/components/iho-chat/src/components/ChatSearch.vue2.js +42 -45
- package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +65 -65
- package/es/components/iho-chat/src/components/ChatSet.vue2.js +128 -138
- package/es/components/iho-chat/src/components/ContextMenu.d.ts +5 -5
- package/es/components/iho-chat/src/components/ImageLightbox.vue.d.ts +40 -22
- package/es/components/iho-chat/src/components/ImageLightbox.vue2.js +20 -21
- package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +9 -9
- package/es/components/iho-chat/src/components/MessageEvent.vue2.js +11 -13
- package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +32 -32
- package/es/components/iho-chat/src/components/MessageMergeForward.vue2.js +2 -2
- package/es/components/iho-chat/src/components/MessageTemplate.vue.d.ts +18 -22
- package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +34 -36
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +82 -64
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +84 -90
- package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +13 -13
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +3 -3
- package/es/components/iho-chat/src/components/SelectLabel.vue.d.ts +15 -15
- package/es/components/iho-chat/src/components/SelectLabel.vue2.js +3 -2
- package/es/components/iho-chat/src/components/SiderList.vue.d.ts +69 -63
- package/es/components/iho-chat/src/components/SiderList.vue2.js +2 -2
- package/es/components/iho-chat/src/components/Video.vue.d.ts +13 -13
- package/es/components/iho-chat/src/components/Video.vue2.js +36 -40
- package/es/components/iho-chat/src/components/userItemRender.d.ts +5 -5
- package/es/components/iho-chat/src/hooks/useData.d.ts +6 -6
- package/es/components/iho-chat/src/hooks/useDraggable.d.ts +8 -2
- package/es/components/iho-chat/src/hooks/useSearchPatientList.d.ts +1 -1
- package/es/components/iho-chat/src/hooks/useSearchUserList.d.ts +1 -1
- package/es/components/iho-chat/src/hooks/useVideo.d.ts +11 -6
- package/es/components/iho-chat/src/utils/index.d.ts +1 -1
- package/es/components/iho-table/index.d.ts +3102 -1550
- package/es/components/iho-table/src/IhoTable.vue.d.ts +3103 -1551
- package/es/components/iho-table/src/IhoTable.vue2.js +9 -8
- package/es/components/iho-table/src/constants/index.d.ts +2 -2
- package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +2 -2
- package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/useTableContext.d.ts +3 -3
- package/es/components/iho-table/src/plugins/anchorPlugin/tableAnchor.d.ts +1 -1
- package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +6 -2
- package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue.d.ts +477 -207
- package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +17 -16
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +21 -21
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue.d.ts +21 -21
- package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue2.js +19 -16
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +31 -31
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +32 -29
- package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue.d.ts +11 -11
- package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +5 -5
- package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue.d.ts +8 -8
- package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/pagerScrollPlugin/utils.d.ts +9 -9
- package/es/components/iho-table/src/plugins/pluginHooks/useFilter.d.ts +2 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +26 -26
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +7 -6
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +50 -47
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue2.js +2 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +6 -6
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +15 -13
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue2.js +4 -4
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +39 -39
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +8 -7
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.d.ts +1 -1
- package/es/components/iho-table/src/utils/index.d.ts +2 -2
- package/es/components/iho-table/src/utils/separateMap.d.ts +14 -1
- package/es/components/info-header/index.d.ts +195 -355
- package/es/components/info-header/src/InfoHeader.vue.d.ts +195 -355
- package/es/components/info-header/src/InfoHeader.vue2.js +6 -5
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +37 -46
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +23 -23
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +44 -63
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue2.js +11 -11
- package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.d.ts +15 -15
- package/es/components/info-header/src/components/infoDescription/HiddenContent.vue2.js +4 -4
- package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.d.ts +7 -7
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +109 -129
- package/es/components/info-header/src/components/infoDescription/index.vue2.js +9 -9
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +65 -68
- package/es/components/info-header/src/components/patientInfo/index.vue2.js +16 -14
- package/es/components/keyboard/index.d.ts +77 -65
- package/es/components/keyboard/src/Keyboard.vue.d.ts +77 -65
- package/es/components/keyboard/src/Keyboard.vue2.js +23 -23
- package/es/components/keyboard/src/components/InputNumber.vue.d.ts +16 -16
- package/es/components/keyboard/src/components/InputNumber.vue2.js +4 -3
- package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +46 -40
- package/es/components/keyboard/src/components/NumberPanel.vue2.js +12 -12
- package/es/components/map/index.d.ts +12 -12
- package/es/components/map/src/Map.vue.d.ts +12 -12
- package/es/components/map/src/Map.vue2.js +12 -12
- package/es/components/picture-clipper/index.d.ts +11 -11
- package/es/components/picture-clipper/src/PictureClipper.vue.d.ts +11 -11
- package/es/components/picture-clipper/src/PictureClipper.vue2.js +9 -8
- package/es/components/quick-search/index.d.ts +73 -32
- package/es/components/quick-search/src/index.vue.d.ts +73 -32
- package/es/components/quick-search/src/index.vue2.js +17 -17
- package/es/components/recommend-search/index.d.ts +79 -79
- package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +79 -79
- package/es/components/recommend-search/src/RecommendSearch.vue2.js +6 -5
- package/es/components/recommend-search/src/components/BaseSearch.d.ts +7 -7
- package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +34 -34
- package/es/components/recommend-search/src/components/RecommendInput.vue2.js +27 -28
- package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +9 -9
- package/es/components/recommend-search/src/components/RecommendMenu.vue2.js +8 -8
- package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +29 -29
- package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +15 -15
- package/es/components/scale-view/index.d.ts +107 -87
- package/es/components/scale-view/src/ScaleView.vue.d.ts +66 -63
- package/es/components/scale-view/src/ScaleView.vue2.js +18 -16
- package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/AnswerParse.vue2.js +36 -36
- package/es/components/scale-view/src/components/DescribeContent.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +12 -12
- package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +44 -44
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +10 -10
- package/es/components/scale-view/src/components/EvaluatePage.vue2.js +27 -26
- package/es/components/scale-view/src/components/LoadingCom.vue.js +1 -3
- package/es/components/scale-view/src/components/NoData.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/NoData.vue2.js +4 -4
- package/es/components/scale-view/src/components/ScaleScore.d.ts +5 -5
- package/es/components/scale-view/src/components/formitem/r-address.d.ts +9 -6
- package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +10 -6
- package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +11 -6
- package/es/components/scale-view/src/components/formitem/r-collection.d.ts +8 -5
- package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +9 -6
- package/es/components/scale-view/src/components/formitem/r-input.d.ts +8 -6
- package/es/components/scale-view/src/components/formitem/r-map.d.ts +70 -6
- package/es/components/scale-view/src/components/formitem/r-radio.d.ts +11 -6
- package/es/components/scale-view/src/components/formitem/r-select.d.ts +10 -6
- package/es/components/scale-view/src/components/formitem/r-sign.d.ts +155 -6
- package/es/components/scale-view/src/components/formitem/r-upload.d.ts +11 -6
- package/es/components/scale-view/src/components/formitem/sign-com.d.ts +6 -6
- package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +9 -5
- package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +9 -17
- package/es/components/search-cascader/index.d.ts +27 -27
- package/es/components/search-cascader/src/SearchCascader.vue.d.ts +27 -27
- package/es/components/search-cascader/src/SearchCascader.vue2.js +9 -8
- package/es/components/search-cascader/src/components/ClearIcon.vue.js +11 -13
- package/es/components/search-cascader/src/components/SearchMenu.d.ts +5 -5
- package/es/components/select-label/index.d.ts +119 -155
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +26 -48
- package/es/components/select-label/src/LabelFormContent.vue2.js +38 -40
- package/es/components/select-label/src/SelectLabel.vue.d.ts +42 -64
- package/es/components/select-label/src/SelectLabel.vue2.js +26 -27
- package/es/components/select-label/src/components/label-classify.vue.d.ts +14 -24
- package/es/components/select-label/src/components/label-classify.vue2.js +41 -44
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +29 -21
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +28 -30
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +45 -37
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +14 -14
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue.d.ts +17 -9
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +24 -27
- package/es/components/select-label/src/index.vue.d.ts +93 -107
- package/es/components/select-label/src/index.vue2.js +2 -1
- package/es/components/select-person/index.d.ts +257 -190
- package/es/components/select-person/src/SelectPerson.vue.d.ts +124 -87
- package/es/components/select-person/src/SelectPerson.vue2.js +23 -19
- package/es/components/select-person/src/SelectPersonRole.vue.d.ts +80 -66
- package/es/components/select-person/src/SelectPersonRole.vue2.js +14 -14
- package/es/components/select-person/src/SelectPersonType.vue.d.ts +41 -31
- package/es/components/select-person/src/SelectPersonType.vue2.js +7 -7
- package/es/components/select-person/src/components/GroupItem.vue.d.ts +5 -5
- package/es/components/select-person/src/components/GroupItem.vue2.js +2 -1
- package/es/components/select-person/src/components/SearchGroupList.vue.d.ts +39 -39
- package/es/components/select-person/src/components/SearchGroupList.vue2.js +4 -3
- package/es/components/select-person/src/components/SearchMultiple.vue.d.ts +17 -18
- package/es/components/select-person/src/components/SearchMultiple.vue2.js +3 -2
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue.d.ts +19 -20
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +7 -6
- package/es/components/select-person/src/components/TagItem.vue.d.ts +11 -11
- package/es/components/select-person/src/components/TagItem.vue2.js +2 -1
- package/es/components/select-person/src/index.vue.d.ts +307 -240
- package/es/components/select-person/src/index.vue2.js +8 -7
- package/es/components/select-person/src/utils/index.d.ts +1 -1
- package/es/components/shortcut-provider/index.d.ts +9 -9
- package/es/components/shortcut-provider/src/ShortcutProvider.vue.d.ts +9 -9
- package/es/components/shortcut-provider/src/hooks/useShortcutSignature.d.ts +1 -1
- package/es/components/shortcut-setter/index.d.ts +287 -81
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +287 -81
- package/es/components/shortcut-setter/src/ShortcutSetter.vue2.js +4 -3
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +13 -23
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue2.js +11 -10
- package/es/components/slider-tree/index.d.ts +22 -22
- package/es/components/slider-tree/src/index.vue.d.ts +22 -22
- package/es/components/slider-tree/src/index.vue2.js +6 -5
- package/es/components/step-notice/index.d.ts +58 -58
- package/es/components/step-notice/src/StepNotice.vue.d.ts +57 -57
- package/es/components/step-notice/src/StepNotice.vue2.js +6 -5
- package/es/components/step-notice/src/components/NoticeConnection.vue.d.ts +12 -12
- package/es/components/step-notice/src/components/NoticeConnection.vue2.js +3 -3
- package/es/components/step-notice/src/components/NoticeItem.vue.d.ts +40 -40
- package/es/components/step-notice/src/components/NoticeItem.vue2.js +4 -4
- package/es/components/step-notice/src/components/NoticeItemAside.vue.d.ts +9 -9
- package/es/components/step-notice/src/components/NoticeItemAside.vue2.js +3 -4
- package/es/components/step-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
- package/es/components/steps-wheel/index.d.ts +17 -17
- package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +17 -17
- package/es/components/steps-wheel/src/StepsWheel.vue2.js +4 -4
- package/es/components/table-export-field/index.d.ts +82 -66
- package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +33 -27
- package/es/components/table-export-field/src/components/ExportModal.vue2.js +13 -12
- package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +23 -23
- package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +8 -7
- package/es/components/table-export-field/src/index.vue.d.ts +82 -66
- package/es/components/table-export-field/src/index.vue2.js +6 -5
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +71 -71
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +18 -17
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +25 -25
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue2.js +7 -6
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue2.js +5 -4
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue2.js +5 -4
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.d.ts +12 -12
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue2.js +7 -6
- package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +59 -59
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +94 -94
- package/es/components/table-filter/src/components/bi-filter/index.vue2.js +49 -54
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +230 -224
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +41 -40
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.d.ts +15 -15
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue2.js +10 -9
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +44 -44
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +19 -18
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +47 -47
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +27 -26
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue.d.ts +19 -13
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +8 -7
- package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue2.js +5 -4
- package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +5 -5
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +43 -43
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +10 -9
- package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +12 -12
- package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue2.js +7 -6
- package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.d.ts +14 -14
- package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue2.js +7 -6
- package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue.d.ts +14 -14
- package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue2.js +7 -6
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +216 -210
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +253 -247
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +40 -43
- package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue.d.ts +12 -12
- package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue2.js +3 -2
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +39 -39
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +10 -9
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +27 -27
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +2 -1
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +10 -10
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +2 -1
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +39 -39
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +14 -14
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +27 -27
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +2 -1
- package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue2.js +11 -10
- package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue2.js +5 -5
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +18 -18
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +22 -23
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +14 -14
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +7 -6
- package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/render-widget/components/Select.vue2.js +5 -4
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +49 -43
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +10 -9
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +24 -24
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +10 -9
- package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue2.js +7 -6
- package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue2.js +6 -5
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +285 -279
- package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +5 -5
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +272 -266
- package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
- package/es/components/time-line/index.d.ts +11 -11
- package/es/components/time-line/src/TimeLine.vue.d.ts +11 -11
- package/es/components/time-picker/index.d.ts +19 -19
- package/es/components/time-picker/src/TimePicker.vue.d.ts +19 -19
- package/es/components/time-picker/src/TimePicker.vue2.js +6 -5
- package/es/components/tooth-bitmap/index.d.ts +14 -14
- package/es/components/tooth-bitmap/src/ToothBitmap.vue.d.ts +12 -12
- package/es/components/tooth-bitmap/src/ToothBitmap.vue2.js +12 -11
- package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +19 -22
- package/es/components/vertify/src/components/IdentityVerification.vue2.js +12 -11
- package/es/components/vod-chunk-upload/index.d.ts +248 -28
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +18 -18
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +39 -40
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +248 -28
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +63 -64
- package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +207 -5
- package/es/env.d.ts +25 -25
- package/es/shared/components/AbbrText/AbbrText.d.ts +3 -3
- package/es/shared/components/ArrowIcon/ArrowIcon.vue.js +6 -8
- package/es/shared/components/CancelRadio/CancelRadio.d.ts +6 -6
- package/es/shared/components/DateIcon/DateIcon.vue.js +11 -13
- package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +5 -5
- package/es/shared/components/JSONTree/JSONTree.vue.d.ts +8 -8
- package/es/shared/components/JSONTree/JSONTree.vue2.js +1 -1
- package/es/shared/components/SelectPage/SelectPage.vue.d.ts +10 -10
- package/es/shared/components/SelectPage/SelectPage.vue2.js +2 -2
- package/es/shared/components/SlotRender/SlotRender.d.ts +3 -3
- package/es/shared/components/SvgIcon/SvgIcon.vue.d.ts +6 -10
- package/es/shared/components/SvgIcon/SvgIcon.vue2.js +5 -5
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +9 -17
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue2.js +9 -9
- package/es/shared/components/no-data/NoData.vue.d.ts +7 -7
- package/es/shared/components/no-data/NoData.vue2.js +5 -5
- package/es/shared/components/player-vod/index.vue.d.ts +1 -1
- package/es/shared/components/player-vod/player.d.ts +4 -4
- package/es/shared/components/player-vod/video-list.d.ts +77 -4
- package/es/shared/components/player-vod/video-modal.d.ts +23 -5
- package/es/shared/hooks/selectHooks/useOptionFiltered.d.ts +2 -2
- package/es/shared/hooks/selectHooks/useSearchContent.d.ts +1 -1
- package/es/shared/hooks/selectHooks/useSelectRenders.d.ts +4 -4
- package/es/shared/hooks/useLevelSearchCascader.d.ts +7 -4
- package/es/shared/package.json.js +1 -1
- package/es/shared/utils/index.d.ts +1 -1
- package/package.json +2 -2
@@ -4,7 +4,7 @@ import { useFormConfigLocale } from '../../../components/form-config/src/hooks/u
|
|
4
4
|
import { PropType, Ref } from 'vue';
|
5
5
|
import { FormConfigItem, FormConfigTextFormatter, FormConfigVisitor } from '../../../components/form-config/src/types';
|
6
6
|
import { FormRenderExpose } from '../../../components/form-render';
|
7
|
-
declare const _default: import("vue").DefineComponent<{
|
7
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
8
8
|
maxHeight: {
|
9
9
|
type: StringConstructor;
|
10
10
|
};
|
@@ -86,7 +86,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
86
86
|
"x-read-pretty"?: boolean | undefined;
|
87
87
|
"x-compile-omitted"?: string[] | undefined;
|
88
88
|
}>;
|
89
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
89
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
90
90
|
scope: import("../../../shared/types").AnyObject;
|
91
91
|
annotation: Record<string, import("../../annotation-edit/src/type").AnnotationItem>;
|
92
92
|
annotationShortcuts: (string | {
|
@@ -121,8 +121,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
121
121
|
selectMode: boolean;
|
122
122
|
selectedFields: string[];
|
123
123
|
linebarWidth: string | number;
|
124
|
-
linebarDirection: "
|
125
|
-
linebarTextDirection: "
|
124
|
+
linebarDirection: "vertical" | "horizontal";
|
125
|
+
linebarTextDirection: "vertical" | "horizontal";
|
126
126
|
autoWidth: number | boolean;
|
127
127
|
feedbackType: "default" | "tooltip";
|
128
128
|
fixMemoLeak: boolean;
|
@@ -135,8 +135,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
135
135
|
type: PropType<((payload: import("../../../components/form-config/src/types").FormConfigBeforeMovePayload) => boolean | void) | undefined>;
|
136
136
|
};
|
137
137
|
showLowCodeReactions: BooleanConstructor;
|
138
|
-
}
|
139
|
-
props:
|
138
|
+
}>, {
|
139
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
140
140
|
maxHeight: {
|
141
141
|
type: StringConstructor;
|
142
142
|
};
|
@@ -218,7 +218,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
218
218
|
"x-read-pretty"?: boolean | undefined;
|
219
219
|
"x-compile-omitted"?: string[] | undefined;
|
220
220
|
}>;
|
221
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
221
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
222
222
|
scope: import("../../../shared/types").AnyObject;
|
223
223
|
annotation: Record<string, import("../../annotation-edit/src/type").AnnotationItem>;
|
224
224
|
annotationShortcuts: (string | {
|
@@ -253,8 +253,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
253
253
|
selectMode: boolean;
|
254
254
|
selectedFields: string[];
|
255
255
|
linebarWidth: string | number;
|
256
|
-
linebarDirection: "
|
257
|
-
linebarTextDirection: "
|
256
|
+
linebarDirection: "vertical" | "horizontal";
|
257
|
+
linebarTextDirection: "vertical" | "horizontal";
|
258
258
|
autoWidth: number | boolean;
|
259
259
|
feedbackType: "default" | "tooltip";
|
260
260
|
fixMemoLeak: boolean;
|
@@ -267,16 +267,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
267
267
|
type: PropType<((payload: import("../../../components/form-config/src/types").FormConfigBeforeMovePayload) => boolean | void) | undefined>;
|
268
268
|
};
|
269
269
|
showLowCodeReactions: BooleanConstructor;
|
270
|
-
}>> & {
|
270
|
+
}>> & Readonly<{
|
271
271
|
onAddItem?: ((...args: any[]) => any) | undefined;
|
272
272
|
onRemoveItem?: ((...args: any[]) => any) | undefined;
|
273
273
|
onReactionsValidateFailure?: ((...args: any[]) => any) | undefined;
|
274
|
-
}
|
274
|
+
}> & {}>;
|
275
275
|
emit: (event: "addItem" | "removeItem" | "reactionsValidateFailure", ...args: any[]) => void;
|
276
276
|
uuid: string;
|
277
277
|
cssVars: import("vue").ComputedRef<import("../../../shared/types").AnyObject>;
|
278
|
-
fieldListRef: Ref<FormConfigItem[]>;
|
279
|
-
materialListRef: Ref<FormConfigItem[]>;
|
278
|
+
fieldListRef: Ref<FormConfigItem[], FormConfigItem[]>;
|
279
|
+
materialListRef: Ref<FormConfigItem[], FormConfigItem[]>;
|
280
280
|
lowCodeReactionsRef: Ref<{
|
281
281
|
conObj: {
|
282
282
|
con: LowCodeTypes.VALUE_RELATION;
|
@@ -309,6 +309,38 @@ declare const _default: import("vue").DefineComponent<{
|
|
309
309
|
}[] | undefined;
|
310
310
|
__oppositeBindField?: any | undefined;
|
311
311
|
__oppositeTargetField?: any | undefined;
|
312
|
+
}[], LowCodeTypes.reactionConfig[] | {
|
313
|
+
conObj: {
|
314
|
+
con: LowCodeTypes.VALUE_RELATION;
|
315
|
+
field_key: string;
|
316
|
+
value: unknown;
|
317
|
+
}[];
|
318
|
+
compareMap?: {
|
319
|
+
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
320
|
+
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
321
|
+
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
322
|
+
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
323
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
324
|
+
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
325
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
326
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
327
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
328
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
329
|
+
} | undefined;
|
330
|
+
isRestoreDefault?: boolean | undefined;
|
331
|
+
sqlExpression?: string | undefined;
|
332
|
+
showField?: string[] | undefined;
|
333
|
+
hideField?: string[] | undefined;
|
334
|
+
requiredField?: string[] | undefined;
|
335
|
+
notRequiredField?: string[] | undefined;
|
336
|
+
enabledField?: string[] | undefined;
|
337
|
+
disabledField?: string[] | undefined;
|
338
|
+
setValueField?: {
|
339
|
+
field?: string | undefined;
|
340
|
+
value?: unknown;
|
341
|
+
}[] | undefined;
|
342
|
+
__oppositeBindField?: any | undefined;
|
343
|
+
__oppositeTargetField?: any | undefined;
|
312
344
|
}[]>;
|
313
345
|
getSortOption: () => {
|
314
346
|
move: ({ to, from, dragged }: import("sortablejs").MoveEvent) => false | undefined;
|
@@ -322,19 +354,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
322
354
|
};
|
323
355
|
addItem: (formConfigItem: FormConfigItem) => void;
|
324
356
|
parsedTextFormatter: FormConfigTextFormatter;
|
325
|
-
currentEditField: Ref<FormConfigItem | undefined>;
|
357
|
+
currentEditField: Ref<FormConfigItem | undefined, FormConfigItem | undefined>;
|
326
358
|
formConfigEditRef: Ref<{
|
327
359
|
validate: AnyFn;
|
360
|
+
} | undefined, {
|
361
|
+
validate: AnyFn;
|
328
362
|
} | undefined>;
|
329
363
|
transform: (fieldList: FormConfigItem[]) => FormConfigItem[];
|
330
364
|
inverseTransform: (fieldList: FormConfigItem[], withOriginalSetting: boolean, otherConfig?: Partial<FormConfigItem> | undefined) => FormConfigItem[];
|
331
|
-
extraValueRef: import("vue").WritableComputedRef<any>;
|
332
|
-
_extraOptions: Ref<FormConfigItem[]>;
|
365
|
+
extraValueRef: import("vue").WritableComputedRef<any, any>;
|
366
|
+
_extraOptions: Ref<FormConfigItem[], FormConfigItem[]>;
|
333
367
|
extraOptions: import("vue").ComputedRef<FormConfigItem[]>;
|
334
368
|
onFocus: () => Promise<void>;
|
335
|
-
useVersion: typeof useVersion;
|
336
|
-
useFormConfigLocale: typeof useFormConfigLocale;
|
337
|
-
Draggable: import("vue").DefineComponent<{
|
369
|
+
readonly useVersion: typeof useVersion;
|
370
|
+
readonly useFormConfigLocale: typeof useFormConfigLocale;
|
371
|
+
readonly Draggable: import("vue").DefineComponent<{
|
338
372
|
list: {
|
339
373
|
type: ArrayConstructor;
|
340
374
|
required: boolean;
|
@@ -406,29 +440,29 @@ declare const _default: import("vue").DefineComponent<{
|
|
406
440
|
list: unknown[];
|
407
441
|
modelValue: unknown[];
|
408
442
|
componentData: Record<string, any>;
|
409
|
-
}>;
|
443
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
410
444
|
FormConfigCreator: import("vue").DefineComponent<{}, {
|
411
445
|
linebarField: import("../../../components/form-render").FieldItem[];
|
412
|
-
linebarFormRef: Ref<FormRenderExpose | undefined>;
|
413
|
-
lineBreakFormRef: Ref<FormRenderExpose | undefined>;
|
446
|
+
linebarFormRef: Ref<FormRenderExpose | undefined, FormRenderExpose | undefined>;
|
447
|
+
lineBreakFormRef: Ref<FormRenderExpose | undefined, FormRenderExpose | undefined>;
|
414
448
|
initialData: Partial<FormConfigItem>;
|
415
449
|
emit: (event: "submit", payload: FormConfigItem) => void;
|
416
450
|
submit: (type: string, props?: import("../../../shared/types").AnyObject | undefined, formRef?: FormRenderExpose | undefined) => Promise<void>;
|
417
|
-
pick: {
|
451
|
+
readonly pick: {
|
418
452
|
<T extends object, U extends keyof T>(object: T, ...props: import("lodash").Many<U>[]): Pick<T, U>;
|
419
453
|
<T_1>(object: T_1 | null | undefined, ...props: import("lodash").Many<import("lodash").PropertyPath>[]): Partial<T_1>;
|
420
454
|
};
|
421
|
-
NButton: any;
|
422
|
-
NButtonGroup: any;
|
423
|
-
NPopconfirm: any;
|
424
|
-
useFormConfigLocale: typeof useFormConfigLocale;
|
425
|
-
CFormRender: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{}, {
|
426
|
-
formRenderRef: Ref<FormRenderExpose | undefined>;
|
427
|
-
key: Ref<number>;
|
455
|
+
readonly NButton: any;
|
456
|
+
readonly NButtonGroup: any;
|
457
|
+
readonly NPopconfirm: any;
|
458
|
+
readonly useFormConfigLocale: typeof useFormConfigLocale;
|
459
|
+
readonly CFormRender: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{}, {
|
460
|
+
formRenderRef: Ref<FormRenderExpose | undefined, FormRenderExpose | undefined>;
|
461
|
+
key: Ref<number, number>;
|
428
462
|
reload: () => Promise<void>;
|
429
463
|
formRenderExposeKeyList: readonly ["validate", "getFormValues", "setFormValues", "setFieldState", "resetFields", "queryWidget", "getFieldList", "applySelectedSetting", "getTextFormValues", "optionInited", "updateAnchor"];
|
430
464
|
exposed: Partial<FormRenderExpose>;
|
431
|
-
FormRender: import("vue").DefineComponent<{
|
465
|
+
FormRender: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
432
466
|
fieldList: {
|
433
467
|
type: PropType<import("../../../components/form-render").FieldItem[]>;
|
434
468
|
};
|
@@ -522,7 +556,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
522
556
|
}>>;
|
523
557
|
};
|
524
558
|
components: {
|
525
|
-
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
559
|
+
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
526
560
|
default: () => {};
|
527
561
|
};
|
528
562
|
scope: {
|
@@ -607,11 +641,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
607
641
|
type: PropType<string[]>;
|
608
642
|
};
|
609
643
|
linebarDirection: {
|
610
|
-
type: PropType<"
|
644
|
+
type: PropType<"vertical" | "horizontal">;
|
611
645
|
default: string;
|
612
646
|
};
|
613
647
|
linebarTextDirection: {
|
614
|
-
type: PropType<"
|
648
|
+
type: PropType<"vertical" | "horizontal">;
|
615
649
|
default: string;
|
616
650
|
};
|
617
651
|
linebarWidth: {
|
@@ -636,8 +670,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
636
670
|
lazyRender: BooleanConstructor;
|
637
671
|
linebreaksToTitle: BooleanConstructor;
|
638
672
|
dialogFn: {};
|
639
|
-
}
|
640
|
-
props:
|
673
|
+
}>, {
|
674
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
641
675
|
fieldList: {
|
642
676
|
type: PropType<import("../../../components/form-render").FieldItem[]>;
|
643
677
|
};
|
@@ -731,7 +765,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
731
765
|
}>>;
|
732
766
|
};
|
733
767
|
components: {
|
734
|
-
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
768
|
+
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
735
769
|
default: () => {};
|
736
770
|
};
|
737
771
|
scope: {
|
@@ -816,11 +850,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
816
850
|
type: PropType<string[]>;
|
817
851
|
};
|
818
852
|
linebarDirection: {
|
819
|
-
type: PropType<"
|
853
|
+
type: PropType<"vertical" | "horizontal">;
|
820
854
|
default: string;
|
821
855
|
};
|
822
856
|
linebarTextDirection: {
|
823
|
-
type: PropType<"
|
857
|
+
type: PropType<"vertical" | "horizontal">;
|
824
858
|
default: string;
|
825
859
|
};
|
826
860
|
linebarWidth: {
|
@@ -845,19 +879,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
845
879
|
lazyRender: BooleanConstructor;
|
846
880
|
linebreaksToTitle: BooleanConstructor;
|
847
881
|
dialogFn: {};
|
848
|
-
}>> & {
|
882
|
+
}>> & Readonly<{
|
849
883
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
850
884
|
onScroll?: ((...args: any[]) => any) | undefined;
|
851
885
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
852
886
|
"onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
|
853
887
|
onLinebarChange?: ((...args: any[]) => any) | undefined;
|
854
888
|
onReady?: ((...args: any[]) => any) | undefined;
|
855
|
-
}
|
889
|
+
}> & {}>;
|
856
890
|
emit: (event: "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", ...args: any[]) => void;
|
857
891
|
cssVars: import("vue").ComputedRef<import("../../../shared/types").AnyObject>;
|
858
892
|
nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
|
859
|
-
formRenderRef: Ref<HTMLElement | undefined>;
|
860
|
-
formWidth: Ref<number>;
|
893
|
+
formRenderRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
894
|
+
formWidth: Ref<number, number>;
|
861
895
|
formHeight: import("vue").ComputedRef<string>;
|
862
896
|
SchemaField: import("vue").DefineComponent<import("@formily/vue").ISchemaFieldProps>;
|
863
897
|
businessCollector: import("../../../components/form-render").BusinessCollector;
|
@@ -870,13 +904,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
870
904
|
formUUID: string;
|
871
905
|
anchorBarRef: Ref<{
|
872
906
|
syncBarPosition: AnyFn;
|
907
|
+
} | undefined, {
|
908
|
+
syncBarPosition: AnyFn;
|
873
909
|
} | undefined>;
|
874
|
-
currentAnchor: import("vue").WritableComputedRef<string>;
|
910
|
+
currentAnchor: import("vue").WritableComputedRef<string, string>;
|
875
911
|
updateAnchorList: (field: import("@formily/core").GeneralField) => void;
|
876
912
|
anchorIdList: Ref<{
|
877
913
|
name: string;
|
878
914
|
title: string;
|
879
915
|
index: number;
|
916
|
+
}[], (Record<"name" | "title", string> & {
|
917
|
+
index: number;
|
918
|
+
})[] | {
|
919
|
+
name: string;
|
920
|
+
title: string;
|
921
|
+
index: number;
|
880
922
|
}[]>;
|
881
923
|
onScroll: (scrollEvent: Event) => void;
|
882
924
|
generateAnchorList: (formModel: import("@formily/core").Form<any>) => Promise<void>;
|
@@ -903,7 +945,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
903
945
|
setGraph: (field: import("@formily/core").GeneralField) => void;
|
904
946
|
removeGraph: (field: import("@formily/core").GeneralField) => void;
|
905
947
|
lowCodeEventTrigger: (field: import("@formily/core").GeneralField) => void;
|
906
|
-
emitFormChange: Ref<boolean>;
|
948
|
+
emitFormChange: Ref<boolean, boolean>;
|
907
949
|
formModel: import("@formily/core").Form<{
|
908
950
|
[x: string]: any;
|
909
951
|
}>;
|
@@ -980,7 +1022,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
980
1022
|
"x-read-pretty"?: boolean | undefined;
|
981
1023
|
"x-compile-omitted"?: string[] | undefined;
|
982
1024
|
}>;
|
983
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
1025
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
984
1026
|
scope: import("../../../shared/types").AnyObject;
|
985
1027
|
annotation: Record<string, import("../../annotation-edit/src/type").AnnotationItem>;
|
986
1028
|
annotationShortcuts: (string | {
|
@@ -1015,8 +1057,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1015
1057
|
selectMode: boolean;
|
1016
1058
|
selectedFields: string[];
|
1017
1059
|
linebarWidth: string | number;
|
1018
|
-
linebarDirection: "
|
1019
|
-
linebarTextDirection: "
|
1060
|
+
linebarDirection: "vertical" | "horizontal";
|
1061
|
+
linebarTextDirection: "vertical" | "horizontal";
|
1020
1062
|
autoWidth: number | boolean;
|
1021
1063
|
feedbackType: "default" | "tooltip";
|
1022
1064
|
fixMemoLeak: boolean;
|
@@ -1199,16 +1241,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
1199
1241
|
onKeydown: (event: KeyboardEvent) => Promise<void>;
|
1200
1242
|
clearSpan: (uuid: string) => void;
|
1201
1243
|
exposeEvent: Omit<FormRenderExpose, "updateAnchor" | "getFieldList" | "optionInited" | "formModel" | "reload">;
|
1202
|
-
useVersion: typeof useVersion;
|
1203
|
-
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<{}>>, {}>;
|
1204
|
-
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>>>, {
|
1244
|
+
readonly useVersion: typeof useVersion;
|
1245
|
+
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>;
|
1246
|
+
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>>>, {
|
1205
1247
|
form: any;
|
1206
|
-
}>;
|
1207
|
-
NConfigProvider: any;
|
1208
|
-
NForm: any;
|
1209
|
-
NTabPane: any;
|
1210
|
-
NTabs: any;
|
1211
|
-
},
|
1248
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1249
|
+
readonly NConfigProvider: any;
|
1250
|
+
readonly NForm: any;
|
1251
|
+
readonly NTabPane: any;
|
1252
|
+
readonly NTabs: any;
|
1253
|
+
}, {}, {}, {}, 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<{
|
1212
1254
|
fieldList: {
|
1213
1255
|
type: PropType<import("../../../components/form-render").FieldItem[]>;
|
1214
1256
|
};
|
@@ -1302,7 +1344,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1302
1344
|
}>>;
|
1303
1345
|
};
|
1304
1346
|
components: {
|
1305
|
-
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
1347
|
+
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
1306
1348
|
default: () => {};
|
1307
1349
|
};
|
1308
1350
|
scope: {
|
@@ -1387,11 +1429,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
1387
1429
|
type: PropType<string[]>;
|
1388
1430
|
};
|
1389
1431
|
linebarDirection: {
|
1390
|
-
type: PropType<"
|
1432
|
+
type: PropType<"vertical" | "horizontal">;
|
1391
1433
|
default: string;
|
1392
1434
|
};
|
1393
1435
|
linebarTextDirection: {
|
1394
|
-
type: PropType<"
|
1436
|
+
type: PropType<"vertical" | "horizontal">;
|
1395
1437
|
default: string;
|
1396
1438
|
};
|
1397
1439
|
linebarWidth: {
|
@@ -1416,18 +1458,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
1416
1458
|
lazyRender: BooleanConstructor;
|
1417
1459
|
linebreaksToTitle: BooleanConstructor;
|
1418
1460
|
dialogFn: {};
|
1419
|
-
}>> & {
|
1461
|
+
}>> & Readonly<{
|
1420
1462
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
1421
1463
|
onScroll?: ((...args: any[]) => any) | undefined;
|
1422
1464
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
1423
1465
|
"onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
|
1424
1466
|
onLinebarChange?: ((...args: any[]) => any) | undefined;
|
1425
1467
|
onReady?: ((...args: any[]) => any) | undefined;
|
1426
|
-
}
|
1468
|
+
}>, {
|
1469
|
+
maxHeight: string | number;
|
1427
1470
|
anchor: boolean;
|
1428
1471
|
column: number;
|
1429
|
-
|
1430
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
1472
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
1431
1473
|
initialData: import("../../../shared/types").AnyObject;
|
1432
1474
|
parallelism: number;
|
1433
1475
|
scope: import("../../../shared/types").AnyObject;
|
@@ -1443,8 +1485,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1443
1485
|
wordSplitFilter: boolean;
|
1444
1486
|
selectMode: boolean;
|
1445
1487
|
linebarWidth: string | number;
|
1446
|
-
linebarDirection: "
|
1447
|
-
linebarTextDirection: "
|
1488
|
+
linebarDirection: "vertical" | "horizontal";
|
1489
|
+
linebarTextDirection: "vertical" | "horizontal";
|
1448
1490
|
autoWidth: number | boolean;
|
1449
1491
|
feedbackType: "default" | "tooltip";
|
1450
1492
|
fixMemoLeak: boolean;
|
@@ -1453,14 +1495,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
1453
1495
|
nominalAge: boolean;
|
1454
1496
|
operationalFormInit: boolean;
|
1455
1497
|
incrementalRender: boolean;
|
1456
|
-
}>;
|
1457
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
1498
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1499
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
1458
1500
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
1459
1501
|
submit: (payload: FormConfigItem) => FormConfigItem;
|
1460
|
-
}, string, import("vue").
|
1502
|
+
}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
|
1461
1503
|
onSubmit?: ((payload: FormConfigItem) => any) | undefined;
|
1462
|
-
}, {}>;
|
1463
|
-
FormConfigDragDisplay: import("vue").DefineComponent<{
|
1504
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1505
|
+
FormConfigDragDisplay: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1464
1506
|
formConfigItem: {
|
1465
1507
|
type: PropType<FormConfigItem>;
|
1466
1508
|
};
|
@@ -1468,13 +1510,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1468
1510
|
type: PropType<FormConfigTextFormatter>;
|
1469
1511
|
required: true;
|
1470
1512
|
};
|
1471
|
-
}
|
1513
|
+
}>, {
|
1472
1514
|
globProps: import("../../../shared/types").AnyObject | undefined;
|
1473
1515
|
getItemColumnStyle: (formConfigItem?: FormConfigItem | undefined) => {
|
1474
1516
|
'--item-column': number;
|
1475
1517
|
};
|
1476
|
-
fieldList: Ref<FormConfigItem[]> | undefined;
|
1477
|
-
materialList: Ref<FormConfigItem[]> | undefined;
|
1518
|
+
fieldList: Ref<FormConfigItem[], FormConfigItem[]> | undefined;
|
1519
|
+
materialList: Ref<FormConfigItem[], FormConfigItem[]> | undefined;
|
1478
1520
|
getSortOption: (formConfigItem?: FormConfigItem | undefined) => {
|
1479
1521
|
move: ({ to, from, dragged }: import("sortablejs").MoveEvent) => false | undefined;
|
1480
1522
|
onChoose: ({ target, item }: import("sortablejs").SortableEvent) => void;
|
@@ -1485,8 +1527,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1485
1527
|
'item-key': string;
|
1486
1528
|
group: string;
|
1487
1529
|
};
|
1488
|
-
getRenderer: (formConfigItem: FormConfigItem) => import("vue").Component | import("vue").FunctionalComponent<{}, {}>;
|
1489
|
-
Draggable: import("vue").DefineComponent<{
|
1530
|
+
getRenderer: (formConfigItem: FormConfigItem) => import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>;
|
1531
|
+
readonly Draggable: import("vue").DefineComponent<{
|
1490
1532
|
list: {
|
1491
1533
|
type: ArrayConstructor;
|
1492
1534
|
required: boolean;
|
@@ -1558,8 +1600,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1558
1600
|
list: unknown[];
|
1559
1601
|
modelValue: unknown[];
|
1560
1602
|
componentData: Record<string, any>;
|
1561
|
-
}>;
|
1562
|
-
},
|
1603
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1604
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1563
1605
|
formConfigItem: {
|
1564
1606
|
type: PropType<FormConfigItem>;
|
1565
1607
|
};
|
@@ -1567,8 +1609,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1567
1609
|
type: PropType<FormConfigTextFormatter>;
|
1568
1610
|
required: true;
|
1569
1611
|
};
|
1570
|
-
}
|
1571
|
-
FormConfigEdit: import("vue").DefineComponent<{
|
1612
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1613
|
+
FormConfigEdit: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1572
1614
|
uuid: {
|
1573
1615
|
type: StringConstructor;
|
1574
1616
|
required: true;
|
@@ -1642,7 +1684,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1642
1684
|
"x-read-pretty"?: boolean | undefined;
|
1643
1685
|
"x-compile-omitted"?: string[] | undefined;
|
1644
1686
|
}>;
|
1645
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
1687
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
1646
1688
|
scope: import("../../../shared/types").AnyObject;
|
1647
1689
|
annotation: Record<string, import("../../annotation-edit/src/type").AnnotationItem>;
|
1648
1690
|
annotationShortcuts: (string | {
|
@@ -1677,8 +1719,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1677
1719
|
selectMode: boolean;
|
1678
1720
|
selectedFields: string[];
|
1679
1721
|
linebarWidth: string | number;
|
1680
|
-
linebarDirection: "
|
1681
|
-
linebarTextDirection: "
|
1722
|
+
linebarDirection: "vertical" | "horizontal";
|
1723
|
+
linebarTextDirection: "vertical" | "horizontal";
|
1682
1724
|
autoWidth: number | boolean;
|
1683
1725
|
feedbackType: "default" | "tooltip";
|
1684
1726
|
fixMemoLeak: boolean;
|
@@ -1687,8 +1729,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1687
1729
|
dialogFn: any;
|
1688
1730
|
}>>>;
|
1689
1731
|
};
|
1690
|
-
}
|
1691
|
-
props:
|
1732
|
+
}>, {
|
1733
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1692
1734
|
uuid: {
|
1693
1735
|
type: StringConstructor;
|
1694
1736
|
required: true;
|
@@ -1762,7 +1804,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1762
1804
|
"x-read-pretty"?: boolean | undefined;
|
1763
1805
|
"x-compile-omitted"?: string[] | undefined;
|
1764
1806
|
}>;
|
1765
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
1807
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
1766
1808
|
scope: import("../../../shared/types").AnyObject;
|
1767
1809
|
annotation: Record<string, import("../../annotation-edit/src/type").AnnotationItem>;
|
1768
1810
|
annotationShortcuts: (string | {
|
@@ -1797,8 +1839,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1797
1839
|
selectMode: boolean;
|
1798
1840
|
selectedFields: string[];
|
1799
1841
|
linebarWidth: string | number;
|
1800
|
-
linebarDirection: "
|
1801
|
-
linebarTextDirection: "
|
1842
|
+
linebarDirection: "vertical" | "horizontal";
|
1843
|
+
linebarTextDirection: "vertical" | "horizontal";
|
1802
1844
|
autoWidth: number | boolean;
|
1803
1845
|
feedbackType: "default" | "tooltip";
|
1804
1846
|
fixMemoLeak: boolean;
|
@@ -1807,14 +1849,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
1807
1849
|
dialogFn: any;
|
1808
1850
|
}>>>;
|
1809
1851
|
};
|
1810
|
-
}>> & {}
|
1852
|
+
}>> & Readonly<{}> & {}>;
|
1811
1853
|
wrapperSelector: import("vue").ComputedRef<string>;
|
1812
|
-
formRenderRef: Ref<FormRenderExpose | undefined>;
|
1813
|
-
currentActiveField: Ref<import("../../../shared/types").UndefinedAble<FormConfigItem>>;
|
1854
|
+
formRenderRef: Ref<FormRenderExpose | undefined, FormRenderExpose | undefined>;
|
1855
|
+
currentActiveField: Ref<import("../../../shared/types").UndefinedAble<FormConfigItem>, import("../../../shared/types").UndefinedAble<FormConfigItem>>;
|
1814
1856
|
fieldList: Ref<{
|
1815
1857
|
[x: string]: any;
|
1816
1858
|
val_key: string;
|
1817
|
-
html_type: "LINEBAR" | ({} & string) | "INPUT" | "
|
1859
|
+
html_type: "LINEBAR" | "SELECT" | "DATE" | ({} & string) | "INPUT" | "SEARCH" | "REMOTE_SEARCH" | "DIGITAL" | "TEXTAREA" | "LINE_BREAKS" | "INPUT_NUMBER" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
|
1818
1860
|
annotation?: boolean | undefined;
|
1819
1861
|
val_key_unit?: string | undefined;
|
1820
1862
|
is_edit?: import("../../../components/form-render").FormCommonState | undefined;
|
@@ -1830,7 +1872,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1830
1872
|
placeholder?: string | undefined;
|
1831
1873
|
validate?: {
|
1832
1874
|
[x: string]: any;
|
1833
|
-
obj_type?: ("
|
1875
|
+
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
1834
1876
|
vali_obj?: string | undefined;
|
1835
1877
|
max_value?: string | number | undefined;
|
1836
1878
|
min_value?: string | number | undefined;
|
@@ -1839,28 +1881,226 @@ declare const _default: import("vue").DefineComponent<{
|
|
1839
1881
|
min_length?: string | number | undefined;
|
1840
1882
|
max_length?: string | number | undefined;
|
1841
1883
|
decimal_length?: string | number | undefined;
|
1842
|
-
regular_expression?: string |
|
1843
|
-
|
1844
|
-
|
1845
|
-
|
1846
|
-
|
1847
|
-
|
1848
|
-
|
1849
|
-
|
1850
|
-
|
1851
|
-
|
1852
|
-
|
1853
|
-
|
1854
|
-
|
1855
|
-
|
1856
|
-
|
1857
|
-
|
1858
|
-
|
1859
|
-
|
1860
|
-
|
1861
|
-
|
1862
|
-
|
1884
|
+
regular_expression?: string | RegExp | undefined;
|
1885
|
+
regular_error_tip?: string | undefined;
|
1886
|
+
message?: string | undefined;
|
1887
|
+
} | undefined;
|
1888
|
+
option?: {
|
1889
|
+
[x: string]: any;
|
1890
|
+
keyword?: string | undefined;
|
1891
|
+
disabled?: boolean | undefined;
|
1892
|
+
children?: any[] | undefined;
|
1893
|
+
childrenFields?: any[] | undefined;
|
1894
|
+
}[] | undefined;
|
1895
|
+
multi_select?: import("../../../components/form-render").FormCommonState | undefined;
|
1896
|
+
multi_select_value?: string | number | undefined;
|
1897
|
+
wordbook?: {
|
1898
|
+
level_num?: number | undefined;
|
1899
|
+
id?: string | undefined;
|
1900
|
+
name?: string | undefined;
|
1901
|
+
render_key?: string[] | undefined;
|
1902
|
+
search_key?: string[] | undefined;
|
1903
|
+
value_key?: string | undefined;
|
1904
|
+
queryParams?: string[] | undefined;
|
1905
|
+
primary_key?: string | undefined;
|
1906
|
+
type?: string | undefined;
|
1907
|
+
level_key?: string | undefined;
|
1908
|
+
link_key?: string | undefined;
|
1909
|
+
link_key_split?: string | undefined;
|
1910
|
+
show_key?: string | string[] | undefined;
|
1911
|
+
conObj?: import("../../../shared/types").AnyObject[] | undefined;
|
1912
|
+
conObjFirstLevel?: import("../../../shared/types").AnyObject[] | undefined;
|
1913
|
+
setting?: {
|
1914
|
+
cascading?: {
|
1915
|
+
'form.name': string;
|
1916
|
+
value: string;
|
1917
|
+
}[] | undefined;
|
1918
|
+
} | undefined;
|
1919
|
+
} | undefined;
|
1920
|
+
open?: {
|
1921
|
+
value?: any;
|
1922
|
+
describe?: string | undefined;
|
1923
|
+
} | undefined;
|
1924
|
+
close?: {
|
1925
|
+
value?: any;
|
1926
|
+
describe?: string | undefined;
|
1927
|
+
} | undefined;
|
1928
|
+
requiredReminderContent?: string | undefined;
|
1929
|
+
date_format?: string | undefined;
|
1930
|
+
step_length?: string | number | undefined;
|
1931
|
+
urlConfig?: {
|
1932
|
+
[x: string]: any;
|
1933
|
+
url: string;
|
1934
|
+
method?: import("../../../shared/hooks").FormRequestDefine.RequestType | undefined;
|
1935
|
+
nameKey?: string | undefined;
|
1936
|
+
valueKey?: string | undefined;
|
1937
|
+
showKey?: string | undefined;
|
1938
|
+
searchKey?: string[] | undefined;
|
1939
|
+
params?: import("../../../shared/types").AnyObject | undefined;
|
1940
|
+
dependKey?: string | Record<string, string> | (string | {
|
1941
|
+
paramName: string;
|
1942
|
+
paramValue?: string | undefined;
|
1943
|
+
required?: boolean | undefined;
|
1944
|
+
keepValue?: boolean | undefined;
|
1945
|
+
})[] | undefined;
|
1946
|
+
} | undefined;
|
1947
|
+
suffixConfig?: any | any[] | undefined;
|
1948
|
+
prefixConfig?: any | any[] | undefined;
|
1949
|
+
autograph?: string | undefined;
|
1950
|
+
defined_error_msg?: string | undefined;
|
1951
|
+
extendKey?: string | undefined;
|
1952
|
+
is_not_fold?: string | undefined;
|
1953
|
+
remark?: string | undefined;
|
1954
|
+
remarkTo?: string | HTMLElement | undefined;
|
1955
|
+
free_entry?: import("../../../components/form-render").FormCommonState | undefined;
|
1956
|
+
save_free_entry?: import("../../../components/form-render").FormCommonState | undefined;
|
1957
|
+
initialize_high?: number | undefined;
|
1958
|
+
bindEventSetting?: {
|
1959
|
+
[x: string]: unknown;
|
1960
|
+
event_type: LowCodeTypes.EVENT_TYPE;
|
1961
|
+
event_field?: string | undefined;
|
1962
|
+
params?: {
|
1963
|
+
p_value?: string | undefined;
|
1964
|
+
p_name: string;
|
1965
|
+
p_select: LowCodeTypes.VALUE_RELATION;
|
1966
|
+
}[] | undefined;
|
1967
|
+
results?: {
|
1968
|
+
p_value: string;
|
1969
|
+
p_name: string;
|
1970
|
+
}[] | undefined;
|
1971
|
+
compareMap?: {
|
1972
|
+
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
1973
|
+
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
1974
|
+
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
1975
|
+
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
1976
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
1977
|
+
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
1978
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
1979
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
1980
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
1981
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
1982
|
+
} | undefined;
|
1983
|
+
}[] | undefined;
|
1984
|
+
show_mode?: LowCodeTypes.showModeType | undefined;
|
1985
|
+
is_allow_check_mid?: import("../../../components/form-render").FormCommonState | undefined;
|
1986
|
+
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
1987
|
+
prefix?: string | import("../../../shared/types").AnyObject | (() => any) | undefined;
|
1988
|
+
suffix?: string | import("../../../shared/types").AnyObject | (() => any) | undefined;
|
1989
|
+
allowSlash?: string | boolean | undefined;
|
1990
|
+
allowModify?: import("../../../components/form-render").FormCommonState | undefined;
|
1991
|
+
show_key?: string | undefined;
|
1992
|
+
whiteList?: string[] | undefined;
|
1993
|
+
bordered?: string | boolean | undefined;
|
1994
|
+
displayMode?: "form" | "table" | undefined;
|
1995
|
+
editor_title?: string | undefined;
|
1996
|
+
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
1997
|
+
linebarWidth?: string | undefined;
|
1998
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
1999
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
2000
|
+
labelColor?: string | undefined;
|
2001
|
+
fieldTitleRed?: boolean | import("../../../components/form-render").FormCommonState | undefined;
|
2002
|
+
confirmBeforeValueChange?: boolean | undefined;
|
2003
|
+
confirmBeforeValueChangeProps?: {
|
2004
|
+
[x: string]: any;
|
2005
|
+
content: string | ((params: {
|
2006
|
+
fieldName: string;
|
2007
|
+
newValue: any;
|
2008
|
+
oldValue: any;
|
2009
|
+
}) => any);
|
2010
|
+
updateOriginValue: boolean;
|
2011
|
+
} | undefined;
|
2012
|
+
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
2013
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2014
|
+
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2015
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2016
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2017
|
+
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2018
|
+
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2019
|
+
fieldTitleColor?: string | undefined;
|
2020
|
+
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
2021
|
+
content?: string | import("../../../components/form-render").FormRenderer | Record<string, import("../../../components/form-render").FormRenderer> | undefined;
|
2022
|
+
lazyRequest?: boolean | undefined;
|
2023
|
+
requestCache?: boolean | undefined;
|
2024
|
+
maxGroupNum?: number | undefined;
|
2025
|
+
minGroupNum?: number | undefined;
|
2026
|
+
jsonCombination?: boolean | undefined;
|
2027
|
+
combinationItemDeletable?: boolean | import("../../../components/form-render").CombinationItemDeletableFn | undefined;
|
2028
|
+
children?: any[] | undefined;
|
2029
|
+
properties?: any[] | undefined;
|
2030
|
+
componentProps?: import("../../../shared/types").AnyObject | undefined;
|
2031
|
+
decoratorProps?: import("../../../shared/types").AnyObject | undefined;
|
2032
|
+
noDecorator?: {
|
2033
|
+
valueOf: () => boolean;
|
2034
|
+
} | undefined;
|
2035
|
+
display?: "flex" | "grid" | undefined;
|
2036
|
+
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
2037
|
+
wrapperStyle?: Record<string, string | number> | undefined;
|
2038
|
+
childFieldStrategy?: "checked" | "all" | undefined;
|
2039
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
2040
|
+
validator?: ((value: unknown, fieldItem: import("../../../components/form-render").FieldItem, context: {
|
2041
|
+
field: import("@formily/core").Field<any, any, any, any>;
|
2042
|
+
form: import("@formily/core").Form<any>;
|
2043
|
+
value: unknown;
|
2044
|
+
validator: AnyFn;
|
2045
|
+
}) => string | void) | undefined;
|
2046
|
+
reactions?: {
|
2047
|
+
[x: string]: any;
|
2048
|
+
dependencies?: string[] | undefined;
|
2049
|
+
target?: string | undefined;
|
2050
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
2051
|
+
when?: string | boolean | undefined;
|
2052
|
+
fulfill?: {
|
2053
|
+
state?: import("../../../shared/types").AnyObject | undefined;
|
2054
|
+
run?: string | undefined;
|
2055
|
+
} | undefined;
|
2056
|
+
otherwise?: {
|
2057
|
+
state?: import("../../../shared/types").AnyObject | undefined;
|
2058
|
+
run?: string | undefined;
|
2059
|
+
} | undefined;
|
2060
|
+
} | {
|
2061
|
+
[x: string]: any;
|
2062
|
+
dependencies?: string[] | undefined;
|
2063
|
+
target?: string | undefined;
|
2064
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
2065
|
+
when?: string | boolean | undefined;
|
2066
|
+
fulfill?: {
|
2067
|
+
state?: import("../../../shared/types").AnyObject | undefined;
|
2068
|
+
run?: string | undefined;
|
2069
|
+
} | undefined;
|
2070
|
+
otherwise?: {
|
2071
|
+
state?: import("../../../shared/types").AnyObject | undefined;
|
2072
|
+
run?: string | undefined;
|
1863
2073
|
} | undefined;
|
2074
|
+
}[] | undefined;
|
2075
|
+
}[], import("../../../components/form-render").FieldItem[] | {
|
2076
|
+
[x: string]: any;
|
2077
|
+
val_key: string;
|
2078
|
+
html_type: "LINEBAR" | "SELECT" | "DATE" | ({} & string) | "INPUT" | "SEARCH" | "REMOTE_SEARCH" | "DIGITAL" | "TEXTAREA" | "LINE_BREAKS" | "INPUT_NUMBER" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
|
2079
|
+
annotation?: boolean | undefined;
|
2080
|
+
val_key_unit?: string | undefined;
|
2081
|
+
is_edit?: import("../../../components/form-render").FormCommonState | undefined;
|
2082
|
+
elem_width?: string | number | undefined;
|
2083
|
+
is_show?: import("../../../components/form-render").FormCommonState | undefined;
|
2084
|
+
is_null?: import("../../../components/form-render").FormCommonState | undefined;
|
2085
|
+
name?: string | undefined;
|
2086
|
+
nameAbbr?: string | undefined;
|
2087
|
+
alias?: string | undefined;
|
2088
|
+
default_val?: any;
|
2089
|
+
is_empty?: import("../../../components/form-render").FormCommonState | undefined;
|
2090
|
+
hide_title?: import("../../../components/form-render").FormCommonState | undefined;
|
2091
|
+
placeholder?: string | undefined;
|
2092
|
+
validate?: {
|
2093
|
+
[x: string]: any;
|
2094
|
+
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
2095
|
+
vali_obj?: string | undefined;
|
2096
|
+
max_value?: string | number | undefined;
|
2097
|
+
min_value?: string | number | undefined;
|
2098
|
+
min_date?: string | undefined;
|
2099
|
+
max_date?: string | undefined;
|
2100
|
+
min_length?: string | number | undefined;
|
2101
|
+
max_length?: string | number | undefined;
|
2102
|
+
decimal_length?: string | number | undefined;
|
2103
|
+
regular_expression?: string | RegExp | undefined;
|
1864
2104
|
regular_error_tip?: string | undefined;
|
1865
2105
|
message?: string | undefined;
|
1866
2106
|
} | undefined;
|
@@ -1974,8 +2214,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1974
2214
|
editor_title?: string | undefined;
|
1975
2215
|
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
1976
2216
|
linebarWidth?: string | undefined;
|
1977
|
-
linebarDirection?: "
|
1978
|
-
linebarTextDirection?: "
|
2217
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
2218
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
1979
2219
|
labelColor?: string | undefined;
|
1980
2220
|
fieldTitleRed?: boolean | import("../../../components/form-render").FormCommonState | undefined;
|
1981
2221
|
confirmBeforeValueChange?: boolean | undefined;
|
@@ -1989,10 +2229,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
1989
2229
|
updateOriginValue: boolean;
|
1990
2230
|
} | undefined;
|
1991
2231
|
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
1992
|
-
unit?: ("
|
2232
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
1993
2233
|
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
1994
|
-
max_date_unit?: ("
|
1995
|
-
min_date_unit?: ("
|
2234
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2235
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
1996
2236
|
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
1997
2237
|
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
1998
2238
|
fieldTitleColor?: string | undefined;
|
@@ -2015,7 +2255,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2015
2255
|
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
2016
2256
|
wrapperStyle?: Record<string, string | number> | undefined;
|
2017
2257
|
childFieldStrategy?: "checked" | "all" | undefined;
|
2018
|
-
childWidthMode?: "
|
2258
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
2019
2259
|
validator?: ((value: unknown, fieldItem: import("../../../components/form-render").FieldItem, context: {
|
2020
2260
|
field: import("@formily/core").Field<any, any, any, any>;
|
2021
2261
|
form: import("@formily/core").Form<any>;
|
@@ -2094,7 +2334,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2094
2334
|
originalSetting?: {
|
2095
2335
|
[x: string]: any;
|
2096
2336
|
val_key: string;
|
2097
|
-
html_type: "LINEBAR" | ({} & string) | "INPUT" | "
|
2337
|
+
html_type: "LINEBAR" | "SELECT" | "DATE" | ({} & string) | "INPUT" | "SEARCH" | "REMOTE_SEARCH" | "DIGITAL" | "TEXTAREA" | "LINE_BREAKS" | "INPUT_NUMBER" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
|
2098
2338
|
annotation?: boolean | undefined;
|
2099
2339
|
val_key_unit?: string | undefined;
|
2100
2340
|
is_edit?: import("../../../components/form-render").FormCommonState | undefined;
|
@@ -2110,7 +2350,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2110
2350
|
placeholder?: string | undefined;
|
2111
2351
|
validate?: {
|
2112
2352
|
[x: string]: any;
|
2113
|
-
obj_type?: ("
|
2353
|
+
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
2114
2354
|
vali_obj?: string | undefined;
|
2115
2355
|
max_value?: string | number | undefined;
|
2116
2356
|
min_value?: string | number | undefined;
|
@@ -2119,28 +2359,543 @@ declare const _default: import("vue").DefineComponent<{
|
|
2119
2359
|
min_length?: string | number | undefined;
|
2120
2360
|
max_length?: string | number | undefined;
|
2121
2361
|
decimal_length?: string | number | undefined;
|
2122
|
-
regular_expression?: string |
|
2123
|
-
|
2124
|
-
|
2125
|
-
|
2126
|
-
|
2127
|
-
|
2128
|
-
|
2129
|
-
|
2130
|
-
|
2131
|
-
|
2132
|
-
|
2133
|
-
|
2134
|
-
|
2135
|
-
|
2136
|
-
|
2137
|
-
|
2138
|
-
|
2139
|
-
|
2140
|
-
|
2141
|
-
|
2142
|
-
|
2362
|
+
regular_expression?: string | RegExp | undefined;
|
2363
|
+
regular_error_tip?: string | undefined;
|
2364
|
+
message?: string | undefined;
|
2365
|
+
} | undefined;
|
2366
|
+
option?: {
|
2367
|
+
[x: string]: any;
|
2368
|
+
keyword?: string | undefined;
|
2369
|
+
disabled?: boolean | undefined;
|
2370
|
+
children?: any[] | undefined;
|
2371
|
+
childrenFields?: any[] | undefined;
|
2372
|
+
}[] | undefined;
|
2373
|
+
multi_select?: import("../../../components/form-render").FormCommonState | undefined;
|
2374
|
+
multi_select_value?: string | number | undefined;
|
2375
|
+
wordbook?: {
|
2376
|
+
level_num?: number | undefined;
|
2377
|
+
id?: string | undefined;
|
2378
|
+
name?: string | undefined;
|
2379
|
+
render_key?: string[] | undefined;
|
2380
|
+
search_key?: string[] | undefined;
|
2381
|
+
value_key?: string | undefined;
|
2382
|
+
queryParams?: string[] | undefined;
|
2383
|
+
primary_key?: string | undefined;
|
2384
|
+
type?: string | undefined;
|
2385
|
+
level_key?: string | undefined;
|
2386
|
+
link_key?: string | undefined;
|
2387
|
+
link_key_split?: string | undefined;
|
2388
|
+
show_key?: string | string[] | undefined;
|
2389
|
+
conObj?: import("../../../shared/types").AnyObject[] | undefined;
|
2390
|
+
conObjFirstLevel?: import("../../../shared/types").AnyObject[] | undefined;
|
2391
|
+
setting?: {
|
2392
|
+
cascading?: {
|
2393
|
+
'form.name': string;
|
2394
|
+
value: string;
|
2395
|
+
}[] | undefined;
|
2143
2396
|
} | undefined;
|
2397
|
+
} | undefined;
|
2398
|
+
open?: {
|
2399
|
+
value?: any;
|
2400
|
+
describe?: string | undefined;
|
2401
|
+
} | undefined;
|
2402
|
+
close?: {
|
2403
|
+
value?: any;
|
2404
|
+
describe?: string | undefined;
|
2405
|
+
} | undefined;
|
2406
|
+
requiredReminderContent?: string | undefined;
|
2407
|
+
date_format?: string | undefined;
|
2408
|
+
step_length?: string | number | undefined;
|
2409
|
+
urlConfig?: {
|
2410
|
+
[x: string]: any;
|
2411
|
+
url: string;
|
2412
|
+
method?: import("../../../shared/hooks").FormRequestDefine.RequestType | undefined;
|
2413
|
+
nameKey?: string | undefined;
|
2414
|
+
valueKey?: string | undefined;
|
2415
|
+
showKey?: string | undefined;
|
2416
|
+
searchKey?: string[] | undefined;
|
2417
|
+
params?: import("../../../shared/types").AnyObject | undefined;
|
2418
|
+
dependKey?: string | Record<string, string> | (string | {
|
2419
|
+
paramName: string;
|
2420
|
+
paramValue?: string | undefined;
|
2421
|
+
required?: boolean | undefined;
|
2422
|
+
keepValue?: boolean | undefined;
|
2423
|
+
})[] | undefined;
|
2424
|
+
} | undefined;
|
2425
|
+
suffixConfig?: any | any[] | undefined;
|
2426
|
+
prefixConfig?: any | any[] | undefined;
|
2427
|
+
autograph?: string | undefined;
|
2428
|
+
defined_error_msg?: string | undefined;
|
2429
|
+
extendKey?: string | undefined;
|
2430
|
+
is_not_fold?: string | undefined;
|
2431
|
+
remark?: string | undefined;
|
2432
|
+
remarkTo?: string | HTMLElement | undefined;
|
2433
|
+
free_entry?: import("../../../components/form-render").FormCommonState | undefined;
|
2434
|
+
save_free_entry?: import("../../../components/form-render").FormCommonState | undefined;
|
2435
|
+
initialize_high?: number | undefined;
|
2436
|
+
bindEventSetting?: {
|
2437
|
+
[x: string]: unknown;
|
2438
|
+
event_type: LowCodeTypes.EVENT_TYPE;
|
2439
|
+
event_field?: string | undefined;
|
2440
|
+
params?: {
|
2441
|
+
p_value?: string | undefined;
|
2442
|
+
p_name: string;
|
2443
|
+
p_select: LowCodeTypes.VALUE_RELATION;
|
2444
|
+
}[] | undefined;
|
2445
|
+
results?: {
|
2446
|
+
p_value: string;
|
2447
|
+
p_name: string;
|
2448
|
+
}[] | undefined;
|
2449
|
+
compareMap?: {
|
2450
|
+
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
2451
|
+
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2452
|
+
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
2453
|
+
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
2454
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2455
|
+
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2456
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
2457
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
2458
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2459
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
2460
|
+
} | undefined;
|
2461
|
+
}[] | undefined;
|
2462
|
+
show_mode?: LowCodeTypes.showModeType | undefined;
|
2463
|
+
is_allow_check_mid?: import("../../../components/form-render").FormCommonState | undefined;
|
2464
|
+
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
2465
|
+
prefix?: string | import("../../../shared/types").AnyObject | (() => any) | undefined;
|
2466
|
+
suffix?: string | import("../../../shared/types").AnyObject | (() => any) | undefined;
|
2467
|
+
allowSlash?: string | boolean | undefined;
|
2468
|
+
allowModify?: import("../../../components/form-render").FormCommonState | undefined;
|
2469
|
+
show_key?: string | undefined;
|
2470
|
+
whiteList?: string[] | undefined;
|
2471
|
+
bordered?: string | boolean | undefined;
|
2472
|
+
displayMode?: "form" | "table" | undefined;
|
2473
|
+
editor_title?: string | undefined;
|
2474
|
+
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
2475
|
+
linebarWidth?: string | undefined;
|
2476
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
2477
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
2478
|
+
labelColor?: string | undefined;
|
2479
|
+
fieldTitleRed?: boolean | import("../../../components/form-render").FormCommonState | undefined;
|
2480
|
+
confirmBeforeValueChange?: boolean | undefined;
|
2481
|
+
confirmBeforeValueChangeProps?: {
|
2482
|
+
[x: string]: any;
|
2483
|
+
content: string | ((params: {
|
2484
|
+
fieldName: string;
|
2485
|
+
newValue: any;
|
2486
|
+
oldValue: any;
|
2487
|
+
}) => any);
|
2488
|
+
updateOriginValue: boolean;
|
2489
|
+
} | undefined;
|
2490
|
+
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
2491
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2492
|
+
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2493
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2494
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2495
|
+
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2496
|
+
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2497
|
+
fieldTitleColor?: string | undefined;
|
2498
|
+
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
2499
|
+
content?: string | import("../../../components/form-render").FormRenderer | Record<string, import("../../../components/form-render").FormRenderer> | undefined;
|
2500
|
+
lazyRequest?: boolean | undefined;
|
2501
|
+
requestCache?: boolean | undefined;
|
2502
|
+
maxGroupNum?: number | undefined;
|
2503
|
+
minGroupNum?: number | undefined;
|
2504
|
+
jsonCombination?: boolean | undefined;
|
2505
|
+
combinationItemDeletable?: boolean | import("../../../components/form-render").CombinationItemDeletableFn | undefined;
|
2506
|
+
children?: any[] | undefined;
|
2507
|
+
properties?: any[] | undefined;
|
2508
|
+
componentProps?: import("../../../shared/types").AnyObject | undefined;
|
2509
|
+
decoratorProps?: import("../../../shared/types").AnyObject | undefined;
|
2510
|
+
noDecorator?: {
|
2511
|
+
valueOf: () => boolean;
|
2512
|
+
} | undefined;
|
2513
|
+
display?: "flex" | "grid" | undefined;
|
2514
|
+
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
2515
|
+
wrapperStyle?: Record<string, string | number> | undefined;
|
2516
|
+
childFieldStrategy?: "checked" | "all" | undefined;
|
2517
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
2518
|
+
validator?: ((value: unknown, fieldItem: import("../../../components/form-render").FieldItem, context: {
|
2519
|
+
field: import("@formily/core").Field<any, any, any, any>;
|
2520
|
+
form: import("@formily/core").Form<any>;
|
2521
|
+
value: unknown;
|
2522
|
+
validator: AnyFn;
|
2523
|
+
}) => string | void) | undefined;
|
2524
|
+
reactions?: {
|
2525
|
+
[x: string]: any;
|
2526
|
+
dependencies?: string[] | undefined;
|
2527
|
+
target?: string | undefined;
|
2528
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
2529
|
+
when?: string | boolean | undefined;
|
2530
|
+
fulfill?: {
|
2531
|
+
state?: import("../../../shared/types").AnyObject | undefined;
|
2532
|
+
run?: string | undefined;
|
2533
|
+
} | undefined;
|
2534
|
+
otherwise?: {
|
2535
|
+
state?: import("../../../shared/types").AnyObject | undefined;
|
2536
|
+
run?: string | undefined;
|
2537
|
+
} | undefined;
|
2538
|
+
} | {
|
2539
|
+
[x: string]: any;
|
2540
|
+
dependencies?: string[] | undefined;
|
2541
|
+
target?: string | undefined;
|
2542
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
2543
|
+
when?: string | boolean | undefined;
|
2544
|
+
fulfill?: {
|
2545
|
+
state?: import("../../../shared/types").AnyObject | undefined;
|
2546
|
+
run?: string | undefined;
|
2547
|
+
} | undefined;
|
2548
|
+
otherwise?: {
|
2549
|
+
state?: import("../../../shared/types").AnyObject | undefined;
|
2550
|
+
run?: string | undefined;
|
2551
|
+
} | undefined;
|
2552
|
+
}[] | undefined;
|
2553
|
+
} | undefined;
|
2554
|
+
optionAliasList?: {
|
2555
|
+
text: string;
|
2556
|
+
value: string;
|
2557
|
+
}[] | undefined;
|
2558
|
+
elementExtraSetting?: {
|
2559
|
+
allowPartial?: boolean | undefined;
|
2560
|
+
partialLevel?: number | undefined;
|
2561
|
+
maxLevel?: number | undefined;
|
2562
|
+
dateFormat?: string | undefined;
|
2563
|
+
defaultValue?: {
|
2564
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
2565
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
2566
|
+
value: string;
|
2567
|
+
} | undefined;
|
2568
|
+
minValue?: {
|
2569
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
2570
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
2571
|
+
value: string;
|
2572
|
+
} | undefined;
|
2573
|
+
maxValue?: {
|
2574
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
2575
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
2576
|
+
value: string;
|
2577
|
+
} | undefined;
|
2578
|
+
} | undefined;
|
2579
|
+
__new?: boolean | undefined;
|
2580
|
+
__isCombinationChild?: boolean | undefined;
|
2581
|
+
__extra?: boolean | undefined;
|
2582
|
+
}[] | undefined;
|
2583
|
+
originalSetting?: {
|
2584
|
+
[x: string]: any;
|
2585
|
+
val_key: string;
|
2586
|
+
html_type: "LINEBAR" | "SELECT" | "DATE" | ({} & string) | "INPUT" | "SEARCH" | "REMOTE_SEARCH" | "DIGITAL" | "TEXTAREA" | "LINE_BREAKS" | "INPUT_NUMBER" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
|
2587
|
+
annotation?: boolean | undefined;
|
2588
|
+
val_key_unit?: string | undefined;
|
2589
|
+
is_edit?: import("../../../components/form-render").FormCommonState | undefined;
|
2590
|
+
elem_width?: string | number | undefined;
|
2591
|
+
is_show?: import("../../../components/form-render").FormCommonState | undefined;
|
2592
|
+
is_null?: import("../../../components/form-render").FormCommonState | undefined;
|
2593
|
+
name?: string | undefined;
|
2594
|
+
nameAbbr?: string | undefined;
|
2595
|
+
alias?: string | undefined;
|
2596
|
+
default_val?: any;
|
2597
|
+
is_empty?: import("../../../components/form-render").FormCommonState | undefined;
|
2598
|
+
hide_title?: import("../../../components/form-render").FormCommonState | undefined;
|
2599
|
+
placeholder?: string | undefined;
|
2600
|
+
validate?: {
|
2601
|
+
[x: string]: any;
|
2602
|
+
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
2603
|
+
vali_obj?: string | undefined;
|
2604
|
+
max_value?: string | number | undefined;
|
2605
|
+
min_value?: string | number | undefined;
|
2606
|
+
min_date?: string | undefined;
|
2607
|
+
max_date?: string | undefined;
|
2608
|
+
min_length?: string | number | undefined;
|
2609
|
+
max_length?: string | number | undefined;
|
2610
|
+
decimal_length?: string | number | undefined;
|
2611
|
+
regular_expression?: string | RegExp | undefined;
|
2612
|
+
regular_error_tip?: string | undefined;
|
2613
|
+
message?: string | undefined;
|
2614
|
+
} | undefined;
|
2615
|
+
option?: {
|
2616
|
+
[x: string]: any;
|
2617
|
+
keyword?: string | undefined;
|
2618
|
+
disabled?: boolean | undefined;
|
2619
|
+
children?: any[] | undefined;
|
2620
|
+
childrenFields?: any[] | undefined;
|
2621
|
+
}[] | undefined;
|
2622
|
+
multi_select?: import("../../../components/form-render").FormCommonState | undefined;
|
2623
|
+
multi_select_value?: string | number | undefined;
|
2624
|
+
wordbook?: {
|
2625
|
+
level_num?: number | undefined;
|
2626
|
+
id?: string | undefined;
|
2627
|
+
name?: string | undefined;
|
2628
|
+
render_key?: string[] | undefined;
|
2629
|
+
search_key?: string[] | undefined;
|
2630
|
+
value_key?: string | undefined;
|
2631
|
+
queryParams?: string[] | undefined;
|
2632
|
+
primary_key?: string | undefined;
|
2633
|
+
type?: string | undefined;
|
2634
|
+
level_key?: string | undefined;
|
2635
|
+
link_key?: string | undefined;
|
2636
|
+
link_key_split?: string | undefined;
|
2637
|
+
show_key?: string | string[] | undefined;
|
2638
|
+
conObj?: import("../../../shared/types").AnyObject[] | undefined;
|
2639
|
+
conObjFirstLevel?: import("../../../shared/types").AnyObject[] | undefined;
|
2640
|
+
setting?: {
|
2641
|
+
cascading?: {
|
2642
|
+
'form.name': string;
|
2643
|
+
value: string;
|
2644
|
+
}[] | undefined;
|
2645
|
+
} | undefined;
|
2646
|
+
} | undefined;
|
2647
|
+
open?: {
|
2648
|
+
value?: any;
|
2649
|
+
describe?: string | undefined;
|
2650
|
+
} | undefined;
|
2651
|
+
close?: {
|
2652
|
+
value?: any;
|
2653
|
+
describe?: string | undefined;
|
2654
|
+
} | undefined;
|
2655
|
+
requiredReminderContent?: string | undefined;
|
2656
|
+
date_format?: string | undefined;
|
2657
|
+
step_length?: string | number | undefined;
|
2658
|
+
urlConfig?: {
|
2659
|
+
[x: string]: any;
|
2660
|
+
url: string;
|
2661
|
+
method?: import("../../../shared/hooks").FormRequestDefine.RequestType | undefined;
|
2662
|
+
nameKey?: string | undefined;
|
2663
|
+
valueKey?: string | undefined;
|
2664
|
+
showKey?: string | undefined;
|
2665
|
+
searchKey?: string[] | undefined;
|
2666
|
+
params?: import("../../../shared/types").AnyObject | undefined;
|
2667
|
+
dependKey?: string | Record<string, string> | (string | {
|
2668
|
+
paramName: string;
|
2669
|
+
paramValue?: string | undefined;
|
2670
|
+
required?: boolean | undefined;
|
2671
|
+
keepValue?: boolean | undefined;
|
2672
|
+
})[] | undefined;
|
2673
|
+
} | undefined;
|
2674
|
+
suffixConfig?: any | any[] | undefined;
|
2675
|
+
prefixConfig?: any | any[] | undefined;
|
2676
|
+
autograph?: string | undefined;
|
2677
|
+
defined_error_msg?: string | undefined;
|
2678
|
+
extendKey?: string | undefined;
|
2679
|
+
is_not_fold?: string | undefined;
|
2680
|
+
remark?: string | undefined;
|
2681
|
+
remarkTo?: string | HTMLElement | undefined;
|
2682
|
+
free_entry?: import("../../../components/form-render").FormCommonState | undefined;
|
2683
|
+
save_free_entry?: import("../../../components/form-render").FormCommonState | undefined;
|
2684
|
+
initialize_high?: number | undefined;
|
2685
|
+
bindEventSetting?: {
|
2686
|
+
[x: string]: unknown;
|
2687
|
+
event_type: LowCodeTypes.EVENT_TYPE;
|
2688
|
+
event_field?: string | undefined;
|
2689
|
+
params?: {
|
2690
|
+
p_value?: string | undefined;
|
2691
|
+
p_name: string;
|
2692
|
+
p_select: LowCodeTypes.VALUE_RELATION;
|
2693
|
+
}[] | undefined;
|
2694
|
+
results?: {
|
2695
|
+
p_value: string;
|
2696
|
+
p_name: string;
|
2697
|
+
}[] | undefined;
|
2698
|
+
compareMap?: {
|
2699
|
+
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
2700
|
+
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2701
|
+
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
2702
|
+
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
2703
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2704
|
+
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2705
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
2706
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
2707
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2708
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
2709
|
+
} | undefined;
|
2710
|
+
}[] | undefined;
|
2711
|
+
show_mode?: LowCodeTypes.showModeType | undefined;
|
2712
|
+
is_allow_check_mid?: import("../../../components/form-render").FormCommonState | undefined;
|
2713
|
+
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
2714
|
+
prefix?: string | import("../../../shared/types").AnyObject | (() => any) | undefined;
|
2715
|
+
suffix?: string | import("../../../shared/types").AnyObject | (() => any) | undefined;
|
2716
|
+
allowSlash?: string | boolean | undefined;
|
2717
|
+
allowModify?: import("../../../components/form-render").FormCommonState | undefined;
|
2718
|
+
show_key?: string | undefined;
|
2719
|
+
whiteList?: string[] | undefined;
|
2720
|
+
bordered?: string | boolean | undefined;
|
2721
|
+
displayMode?: "form" | "table" | undefined;
|
2722
|
+
editor_title?: string | undefined;
|
2723
|
+
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
2724
|
+
linebarWidth?: string | undefined;
|
2725
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
2726
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
2727
|
+
labelColor?: string | undefined;
|
2728
|
+
fieldTitleRed?: boolean | import("../../../components/form-render").FormCommonState | undefined;
|
2729
|
+
confirmBeforeValueChange?: boolean | undefined;
|
2730
|
+
confirmBeforeValueChangeProps?: {
|
2731
|
+
[x: string]: any;
|
2732
|
+
content: string | ((params: {
|
2733
|
+
fieldName: string;
|
2734
|
+
newValue: any;
|
2735
|
+
oldValue: any;
|
2736
|
+
}) => any);
|
2737
|
+
updateOriginValue: boolean;
|
2738
|
+
} | undefined;
|
2739
|
+
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
2740
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2741
|
+
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2742
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2743
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2744
|
+
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2745
|
+
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2746
|
+
fieldTitleColor?: string | undefined;
|
2747
|
+
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
2748
|
+
content?: string | import("../../../components/form-render").FormRenderer | Record<string, import("../../../components/form-render").FormRenderer> | undefined;
|
2749
|
+
lazyRequest?: boolean | undefined;
|
2750
|
+
requestCache?: boolean | undefined;
|
2751
|
+
maxGroupNum?: number | undefined;
|
2752
|
+
minGroupNum?: number | undefined;
|
2753
|
+
jsonCombination?: boolean | undefined;
|
2754
|
+
combinationItemDeletable?: boolean | import("../../../components/form-render").CombinationItemDeletableFn | undefined;
|
2755
|
+
children?: any[] | undefined;
|
2756
|
+
properties?: any[] | undefined;
|
2757
|
+
componentProps?: import("../../../shared/types").AnyObject | undefined;
|
2758
|
+
decoratorProps?: import("../../../shared/types").AnyObject | undefined;
|
2759
|
+
noDecorator?: {
|
2760
|
+
valueOf: () => boolean;
|
2761
|
+
} | undefined;
|
2762
|
+
display?: "flex" | "grid" | undefined;
|
2763
|
+
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
2764
|
+
wrapperStyle?: Record<string, string | number> | undefined;
|
2765
|
+
childFieldStrategy?: "checked" | "all" | undefined;
|
2766
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
2767
|
+
validator?: ((value: unknown, fieldItem: import("../../../components/form-render").FieldItem, context: {
|
2768
|
+
field: import("@formily/core").Field<any, any, any, any>;
|
2769
|
+
form: import("@formily/core").Form<any>;
|
2770
|
+
value: unknown;
|
2771
|
+
validator: AnyFn;
|
2772
|
+
}) => string | void) | undefined;
|
2773
|
+
reactions?: {
|
2774
|
+
[x: string]: any;
|
2775
|
+
dependencies?: string[] | undefined;
|
2776
|
+
target?: string | undefined;
|
2777
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
2778
|
+
when?: string | boolean | undefined;
|
2779
|
+
fulfill?: {
|
2780
|
+
state?: import("../../../shared/types").AnyObject | undefined;
|
2781
|
+
run?: string | undefined;
|
2782
|
+
} | undefined;
|
2783
|
+
otherwise?: {
|
2784
|
+
state?: import("../../../shared/types").AnyObject | undefined;
|
2785
|
+
run?: string | undefined;
|
2786
|
+
} | undefined;
|
2787
|
+
} | {
|
2788
|
+
[x: string]: any;
|
2789
|
+
dependencies?: string[] | undefined;
|
2790
|
+
target?: string | undefined;
|
2791
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
2792
|
+
when?: string | boolean | undefined;
|
2793
|
+
fulfill?: {
|
2794
|
+
state?: import("../../../shared/types").AnyObject | undefined;
|
2795
|
+
run?: string | undefined;
|
2796
|
+
} | undefined;
|
2797
|
+
otherwise?: {
|
2798
|
+
state?: import("../../../shared/types").AnyObject | undefined;
|
2799
|
+
run?: string | undefined;
|
2800
|
+
} | undefined;
|
2801
|
+
}[] | undefined;
|
2802
|
+
} | undefined;
|
2803
|
+
optionAliasList?: {
|
2804
|
+
text: string;
|
2805
|
+
value: string;
|
2806
|
+
}[] | undefined;
|
2807
|
+
elementExtraSetting?: {
|
2808
|
+
allowPartial?: boolean | undefined;
|
2809
|
+
partialLevel?: number | undefined;
|
2810
|
+
maxLevel?: number | undefined;
|
2811
|
+
dateFormat?: string | undefined;
|
2812
|
+
defaultValue?: {
|
2813
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
2814
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
2815
|
+
value: string;
|
2816
|
+
} | undefined;
|
2817
|
+
minValue?: {
|
2818
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
2819
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
2820
|
+
value: string;
|
2821
|
+
} | undefined;
|
2822
|
+
maxValue?: {
|
2823
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
2824
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
2825
|
+
value: string;
|
2826
|
+
} | undefined;
|
2827
|
+
} | undefined;
|
2828
|
+
__new?: boolean | undefined;
|
2829
|
+
__isCombinationChild?: boolean | undefined;
|
2830
|
+
__extra?: boolean | undefined;
|
2831
|
+
}, Partial<FormConfigItem> | {
|
2832
|
+
key?: string | undefined;
|
2833
|
+
layoutWidthEnum?: import("../../../components/form-config/src/types").FormConfigWidth | undefined;
|
2834
|
+
type?: string | undefined;
|
2835
|
+
name?: string | undefined;
|
2836
|
+
alias?: string | undefined;
|
2837
|
+
show?: boolean | undefined;
|
2838
|
+
defaultValue?: any;
|
2839
|
+
defaultExpand?: boolean | undefined;
|
2840
|
+
fold?: boolean | undefined;
|
2841
|
+
required?: boolean | undefined;
|
2842
|
+
requiredDisabled?: boolean | undefined;
|
2843
|
+
requiredReminderContent?: string | undefined;
|
2844
|
+
editableDisabled?: boolean | undefined;
|
2845
|
+
editable?: boolean | undefined;
|
2846
|
+
confirmBeforeValueChange?: boolean | undefined;
|
2847
|
+
fieldTitleRed?: boolean | undefined;
|
2848
|
+
notes?: string | undefined;
|
2849
|
+
desc?: string | undefined;
|
2850
|
+
children?: {
|
2851
|
+
key: string;
|
2852
|
+
layoutWidthEnum: import("../../../components/form-config/src/types").FormConfigWidth;
|
2853
|
+
type: string;
|
2854
|
+
name: string;
|
2855
|
+
alias?: string | undefined;
|
2856
|
+
show?: boolean | undefined;
|
2857
|
+
defaultValue?: any;
|
2858
|
+
defaultExpand?: boolean | undefined;
|
2859
|
+
fold?: boolean | undefined;
|
2860
|
+
required?: boolean | undefined;
|
2861
|
+
requiredDisabled?: boolean | undefined;
|
2862
|
+
requiredReminderContent?: string | undefined;
|
2863
|
+
editableDisabled?: boolean | undefined;
|
2864
|
+
editable?: boolean | undefined;
|
2865
|
+
confirmBeforeValueChange?: boolean | undefined;
|
2866
|
+
fieldTitleRed?: boolean | undefined;
|
2867
|
+
notes?: string | undefined;
|
2868
|
+
desc?: string | undefined;
|
2869
|
+
children?: any[] | undefined;
|
2870
|
+
originalSetting?: {
|
2871
|
+
[x: string]: any;
|
2872
|
+
val_key: string;
|
2873
|
+
html_type: "LINEBAR" | "SELECT" | "DATE" | ({} & string) | "INPUT" | "SEARCH" | "REMOTE_SEARCH" | "DIGITAL" | "TEXTAREA" | "LINE_BREAKS" | "INPUT_NUMBER" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
|
2874
|
+
annotation?: boolean | undefined;
|
2875
|
+
val_key_unit?: string | undefined;
|
2876
|
+
is_edit?: import("../../../components/form-render").FormCommonState | undefined;
|
2877
|
+
elem_width?: string | number | undefined;
|
2878
|
+
is_show?: import("../../../components/form-render").FormCommonState | undefined;
|
2879
|
+
is_null?: import("../../../components/form-render").FormCommonState | undefined;
|
2880
|
+
name?: string | undefined;
|
2881
|
+
nameAbbr?: string | undefined;
|
2882
|
+
alias?: string | undefined;
|
2883
|
+
default_val?: any;
|
2884
|
+
is_empty?: import("../../../components/form-render").FormCommonState | undefined;
|
2885
|
+
hide_title?: import("../../../components/form-render").FormCommonState | undefined;
|
2886
|
+
placeholder?: string | undefined;
|
2887
|
+
validate?: {
|
2888
|
+
[x: string]: any;
|
2889
|
+
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
2890
|
+
vali_obj?: string | undefined;
|
2891
|
+
max_value?: string | number | undefined;
|
2892
|
+
min_value?: string | number | undefined;
|
2893
|
+
min_date?: string | undefined;
|
2894
|
+
max_date?: string | undefined;
|
2895
|
+
min_length?: string | number | undefined;
|
2896
|
+
max_length?: string | number | undefined;
|
2897
|
+
decimal_length?: string | number | undefined;
|
2898
|
+
regular_expression?: string | RegExp | undefined;
|
2144
2899
|
regular_error_tip?: string | undefined;
|
2145
2900
|
message?: string | undefined;
|
2146
2901
|
} | undefined;
|
@@ -2254,8 +3009,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
2254
3009
|
editor_title?: string | undefined;
|
2255
3010
|
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
2256
3011
|
linebarWidth?: string | undefined;
|
2257
|
-
linebarDirection?: "
|
2258
|
-
linebarTextDirection?: "
|
3012
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
3013
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
2259
3014
|
labelColor?: string | undefined;
|
2260
3015
|
fieldTitleRed?: boolean | import("../../../components/form-render").FormCommonState | undefined;
|
2261
3016
|
confirmBeforeValueChange?: boolean | undefined;
|
@@ -2269,10 +3024,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
2269
3024
|
updateOriginValue: boolean;
|
2270
3025
|
} | undefined;
|
2271
3026
|
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
2272
|
-
unit?: ("
|
3027
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2273
3028
|
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2274
|
-
max_date_unit?: ("
|
2275
|
-
min_date_unit?: ("
|
3029
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
3030
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2276
3031
|
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2277
3032
|
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2278
3033
|
fieldTitleColor?: string | undefined;
|
@@ -2295,7 +3050,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2295
3050
|
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
2296
3051
|
wrapperStyle?: Record<string, string | number> | undefined;
|
2297
3052
|
childFieldStrategy?: "checked" | "all" | undefined;
|
2298
|
-
childWidthMode?: "
|
3053
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
2299
3054
|
validator?: ((value: unknown, fieldItem: import("../../../components/form-render").FieldItem, context: {
|
2300
3055
|
field: import("@formily/core").Field<any, any, any, any>;
|
2301
3056
|
form: import("@formily/core").Form<any>;
|
@@ -2331,40 +3086,303 @@ declare const _default: import("vue").DefineComponent<{
|
|
2331
3086
|
run?: string | undefined;
|
2332
3087
|
} | undefined;
|
2333
3088
|
}[] | undefined;
|
2334
|
-
} | undefined;
|
2335
|
-
optionAliasList?: {
|
2336
|
-
text: string;
|
2337
|
-
value: string;
|
3089
|
+
} | undefined;
|
3090
|
+
optionAliasList?: {
|
3091
|
+
text: string;
|
3092
|
+
value: string;
|
3093
|
+
}[] | undefined;
|
3094
|
+
elementExtraSetting?: {
|
3095
|
+
allowPartial?: boolean | undefined;
|
3096
|
+
partialLevel?: number | undefined;
|
3097
|
+
maxLevel?: number | undefined;
|
3098
|
+
dateFormat?: string | undefined;
|
3099
|
+
defaultValue?: {
|
3100
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
3101
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
3102
|
+
value: string;
|
3103
|
+
} | undefined;
|
3104
|
+
minValue?: {
|
3105
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
3106
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
3107
|
+
value: string;
|
3108
|
+
} | undefined;
|
3109
|
+
maxValue?: {
|
3110
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
3111
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
3112
|
+
value: string;
|
3113
|
+
} | undefined;
|
3114
|
+
} | undefined;
|
3115
|
+
__new?: boolean | undefined;
|
3116
|
+
__isCombinationChild?: boolean | undefined;
|
3117
|
+
__extra?: boolean | undefined;
|
3118
|
+
}[] | undefined;
|
3119
|
+
originalSetting?: {
|
3120
|
+
[x: string]: any;
|
3121
|
+
val_key: string;
|
3122
|
+
html_type: "LINEBAR" | "SELECT" | "DATE" | ({} & string) | "INPUT" | "SEARCH" | "REMOTE_SEARCH" | "DIGITAL" | "TEXTAREA" | "LINE_BREAKS" | "INPUT_NUMBER" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
|
3123
|
+
annotation?: boolean | undefined;
|
3124
|
+
val_key_unit?: string | undefined;
|
3125
|
+
is_edit?: import("../../../components/form-render").FormCommonState | undefined;
|
3126
|
+
elem_width?: string | number | undefined;
|
3127
|
+
is_show?: import("../../../components/form-render").FormCommonState | undefined;
|
3128
|
+
is_null?: import("../../../components/form-render").FormCommonState | undefined;
|
3129
|
+
name?: string | undefined;
|
3130
|
+
nameAbbr?: string | undefined;
|
3131
|
+
alias?: string | undefined;
|
3132
|
+
default_val?: any;
|
3133
|
+
is_empty?: import("../../../components/form-render").FormCommonState | undefined;
|
3134
|
+
hide_title?: import("../../../components/form-render").FormCommonState | undefined;
|
3135
|
+
placeholder?: string | undefined;
|
3136
|
+
validate?: {
|
3137
|
+
[x: string]: any;
|
3138
|
+
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
3139
|
+
vali_obj?: string | undefined;
|
3140
|
+
max_value?: string | number | undefined;
|
3141
|
+
min_value?: string | number | undefined;
|
3142
|
+
min_date?: string | undefined;
|
3143
|
+
max_date?: string | undefined;
|
3144
|
+
min_length?: string | number | undefined;
|
3145
|
+
max_length?: string | number | undefined;
|
3146
|
+
decimal_length?: string | number | undefined;
|
3147
|
+
regular_expression?: string | RegExp | undefined;
|
3148
|
+
regular_error_tip?: string | undefined;
|
3149
|
+
message?: string | undefined;
|
3150
|
+
} | undefined;
|
3151
|
+
option?: {
|
3152
|
+
[x: string]: any;
|
3153
|
+
keyword?: string | undefined;
|
3154
|
+
disabled?: boolean | undefined;
|
3155
|
+
children?: any[] | undefined;
|
3156
|
+
childrenFields?: any[] | undefined;
|
3157
|
+
}[] | undefined;
|
3158
|
+
multi_select?: import("../../../components/form-render").FormCommonState | undefined;
|
3159
|
+
multi_select_value?: string | number | undefined;
|
3160
|
+
wordbook?: {
|
3161
|
+
level_num?: number | undefined;
|
3162
|
+
id?: string | undefined;
|
3163
|
+
name?: string | undefined;
|
3164
|
+
render_key?: string[] | undefined;
|
3165
|
+
search_key?: string[] | undefined;
|
3166
|
+
value_key?: string | undefined;
|
3167
|
+
queryParams?: string[] | undefined;
|
3168
|
+
primary_key?: string | undefined;
|
3169
|
+
type?: string | undefined;
|
3170
|
+
level_key?: string | undefined;
|
3171
|
+
link_key?: string | undefined;
|
3172
|
+
link_key_split?: string | undefined;
|
3173
|
+
show_key?: string | string[] | undefined;
|
3174
|
+
conObj?: import("../../../shared/types").AnyObject[] | undefined;
|
3175
|
+
conObjFirstLevel?: import("../../../shared/types").AnyObject[] | undefined;
|
3176
|
+
setting?: {
|
3177
|
+
cascading?: {
|
3178
|
+
'form.name': string;
|
3179
|
+
value: string;
|
3180
|
+
}[] | undefined;
|
3181
|
+
} | undefined;
|
3182
|
+
} | undefined;
|
3183
|
+
open?: {
|
3184
|
+
value?: any;
|
3185
|
+
describe?: string | undefined;
|
3186
|
+
} | undefined;
|
3187
|
+
close?: {
|
3188
|
+
value?: any;
|
3189
|
+
describe?: string | undefined;
|
3190
|
+
} | undefined;
|
3191
|
+
requiredReminderContent?: string | undefined;
|
3192
|
+
date_format?: string | undefined;
|
3193
|
+
step_length?: string | number | undefined;
|
3194
|
+
urlConfig?: {
|
3195
|
+
[x: string]: any;
|
3196
|
+
url: string;
|
3197
|
+
method?: import("../../../shared/hooks").FormRequestDefine.RequestType | undefined;
|
3198
|
+
nameKey?: string | undefined;
|
3199
|
+
valueKey?: string | undefined;
|
3200
|
+
showKey?: string | undefined;
|
3201
|
+
searchKey?: string[] | undefined;
|
3202
|
+
params?: import("../../../shared/types").AnyObject | undefined;
|
3203
|
+
dependKey?: string | Record<string, string> | (string | {
|
3204
|
+
paramName: string;
|
3205
|
+
paramValue?: string | undefined;
|
3206
|
+
required?: boolean | undefined;
|
3207
|
+
keepValue?: boolean | undefined;
|
3208
|
+
})[] | undefined;
|
3209
|
+
} | undefined;
|
3210
|
+
suffixConfig?: any | any[] | undefined;
|
3211
|
+
prefixConfig?: any | any[] | undefined;
|
3212
|
+
autograph?: string | undefined;
|
3213
|
+
defined_error_msg?: string | undefined;
|
3214
|
+
extendKey?: string | undefined;
|
3215
|
+
is_not_fold?: string | undefined;
|
3216
|
+
remark?: string | undefined;
|
3217
|
+
remarkTo?: string | HTMLElement | undefined;
|
3218
|
+
free_entry?: import("../../../components/form-render").FormCommonState | undefined;
|
3219
|
+
save_free_entry?: import("../../../components/form-render").FormCommonState | undefined;
|
3220
|
+
initialize_high?: number | undefined;
|
3221
|
+
bindEventSetting?: {
|
3222
|
+
[x: string]: unknown;
|
3223
|
+
event_type: LowCodeTypes.EVENT_TYPE;
|
3224
|
+
event_field?: string | undefined;
|
3225
|
+
params?: {
|
3226
|
+
p_value?: string | undefined;
|
3227
|
+
p_name: string;
|
3228
|
+
p_select: LowCodeTypes.VALUE_RELATION;
|
3229
|
+
}[] | undefined;
|
3230
|
+
results?: {
|
3231
|
+
p_value: string;
|
3232
|
+
p_name: string;
|
3233
|
+
}[] | undefined;
|
3234
|
+
compareMap?: {
|
3235
|
+
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
3236
|
+
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
3237
|
+
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
3238
|
+
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
3239
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
3240
|
+
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
3241
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
3242
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
3243
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
3244
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
3245
|
+
} | undefined;
|
2338
3246
|
}[] | undefined;
|
2339
|
-
|
2340
|
-
|
2341
|
-
|
2342
|
-
|
2343
|
-
|
2344
|
-
|
2345
|
-
|
2346
|
-
|
2347
|
-
|
3247
|
+
show_mode?: LowCodeTypes.showModeType | undefined;
|
3248
|
+
is_allow_check_mid?: import("../../../components/form-render").FormCommonState | undefined;
|
3249
|
+
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
3250
|
+
prefix?: string | import("../../../shared/types").AnyObject | (() => any) | undefined;
|
3251
|
+
suffix?: string | import("../../../shared/types").AnyObject | (() => any) | undefined;
|
3252
|
+
allowSlash?: string | boolean | undefined;
|
3253
|
+
allowModify?: import("../../../components/form-render").FormCommonState | undefined;
|
3254
|
+
show_key?: string | undefined;
|
3255
|
+
whiteList?: string[] | undefined;
|
3256
|
+
bordered?: string | boolean | undefined;
|
3257
|
+
displayMode?: "form" | "table" | undefined;
|
3258
|
+
editor_title?: string | undefined;
|
3259
|
+
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
3260
|
+
linebarWidth?: string | undefined;
|
3261
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
3262
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
3263
|
+
labelColor?: string | undefined;
|
3264
|
+
fieldTitleRed?: boolean | import("../../../components/form-render").FormCommonState | undefined;
|
3265
|
+
confirmBeforeValueChange?: boolean | undefined;
|
3266
|
+
confirmBeforeValueChangeProps?: {
|
3267
|
+
[x: string]: any;
|
3268
|
+
content: string | ((params: {
|
3269
|
+
fieldName: string;
|
3270
|
+
newValue: any;
|
3271
|
+
oldValue: any;
|
3272
|
+
}) => any);
|
3273
|
+
updateOriginValue: boolean;
|
3274
|
+
} | undefined;
|
3275
|
+
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
3276
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
3277
|
+
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
3278
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
3279
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
3280
|
+
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
3281
|
+
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
3282
|
+
fieldTitleColor?: string | undefined;
|
3283
|
+
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
3284
|
+
content?: string | import("../../../components/form-render").FormRenderer | Record<string, import("../../../components/form-render").FormRenderer> | undefined;
|
3285
|
+
lazyRequest?: boolean | undefined;
|
3286
|
+
requestCache?: boolean | undefined;
|
3287
|
+
maxGroupNum?: number | undefined;
|
3288
|
+
minGroupNum?: number | undefined;
|
3289
|
+
jsonCombination?: boolean | undefined;
|
3290
|
+
combinationItemDeletable?: boolean | import("../../../components/form-render").CombinationItemDeletableFn | undefined;
|
3291
|
+
children?: any[] | undefined;
|
3292
|
+
properties?: any[] | undefined;
|
3293
|
+
componentProps?: import("../../../shared/types").AnyObject | undefined;
|
3294
|
+
decoratorProps?: import("../../../shared/types").AnyObject | undefined;
|
3295
|
+
noDecorator?: {
|
3296
|
+
valueOf: () => boolean;
|
3297
|
+
} | undefined;
|
3298
|
+
display?: "flex" | "grid" | undefined;
|
3299
|
+
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
3300
|
+
wrapperStyle?: Record<string, string | number> | undefined;
|
3301
|
+
childFieldStrategy?: "checked" | "all" | undefined;
|
3302
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
3303
|
+
validator?: ((value: unknown, fieldItem: import("../../../components/form-render").FieldItem, context: {
|
3304
|
+
field: import("@formily/core").Field<any, any, any, any>;
|
3305
|
+
form: import("@formily/core").Form<any>;
|
3306
|
+
value: unknown;
|
3307
|
+
validator: AnyFn;
|
3308
|
+
}) => string | void) | undefined;
|
3309
|
+
reactions?: {
|
3310
|
+
[x: string]: any;
|
3311
|
+
dependencies?: string[] | undefined;
|
3312
|
+
target?: string | undefined;
|
3313
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
3314
|
+
when?: string | boolean | undefined;
|
3315
|
+
fulfill?: {
|
3316
|
+
state?: import("../../../shared/types").AnyObject | undefined;
|
3317
|
+
run?: string | undefined;
|
2348
3318
|
} | undefined;
|
2349
|
-
|
2350
|
-
|
2351
|
-
|
2352
|
-
value: string;
|
3319
|
+
otherwise?: {
|
3320
|
+
state?: import("../../../shared/types").AnyObject | undefined;
|
3321
|
+
run?: string | undefined;
|
2353
3322
|
} | undefined;
|
2354
|
-
|
2355
|
-
|
2356
|
-
|
2357
|
-
|
3323
|
+
} | {
|
3324
|
+
[x: string]: any;
|
3325
|
+
dependencies?: string[] | undefined;
|
3326
|
+
target?: string | undefined;
|
3327
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
3328
|
+
when?: string | boolean | undefined;
|
3329
|
+
fulfill?: {
|
3330
|
+
state?: import("../../../shared/types").AnyObject | undefined;
|
3331
|
+
run?: string | undefined;
|
2358
3332
|
} | undefined;
|
2359
|
-
|
2360
|
-
|
2361
|
-
|
2362
|
-
|
3333
|
+
otherwise?: {
|
3334
|
+
state?: import("../../../shared/types").AnyObject | undefined;
|
3335
|
+
run?: string | undefined;
|
3336
|
+
} | undefined;
|
3337
|
+
}[] | undefined;
|
3338
|
+
} | undefined;
|
3339
|
+
optionAliasList?: {
|
3340
|
+
text: string;
|
3341
|
+
value: string;
|
2363
3342
|
}[] | undefined;
|
2364
|
-
|
3343
|
+
elementExtraSetting?: {
|
3344
|
+
allowPartial?: boolean | undefined;
|
3345
|
+
partialLevel?: number | undefined;
|
3346
|
+
maxLevel?: number | undefined;
|
3347
|
+
dateFormat?: string | undefined;
|
3348
|
+
defaultValue?: {
|
3349
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
3350
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
3351
|
+
value: string;
|
3352
|
+
} | undefined;
|
3353
|
+
minValue?: {
|
3354
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
3355
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
3356
|
+
value: string;
|
3357
|
+
} | undefined;
|
3358
|
+
maxValue?: {
|
3359
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
3360
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
3361
|
+
value: string;
|
3362
|
+
} | undefined;
|
3363
|
+
} | undefined;
|
3364
|
+
__new?: boolean | undefined;
|
3365
|
+
__isCombinationChild?: boolean | undefined;
|
3366
|
+
__extra?: boolean | undefined;
|
3367
|
+
}>;
|
3368
|
+
generateFieldListByFormConfigItem: (formConfigItem: FormConfigItem, fieldItem?: import("../../../components/form-render").FieldItem | undefined) => import("../../../components/form-render").FieldItem[];
|
3369
|
+
prevOldField: import("../../../shared/types").Nullable<FormConfigItem>;
|
3370
|
+
onFormChange: ({ fieldKey, value }: import("../../../components/form-render").FormChangePayload) => void;
|
3371
|
+
createLabelRender: (originOptions?: import("../../../shared/types").AnyObject[] | undefined) => (label: string) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
3372
|
+
[key: string]: any;
|
3373
|
+
}>;
|
3374
|
+
applyOptionAlias: (options?: import("../../../shared/types").AnyObject[] | undefined) => import("../../../shared/types").AnyObject[] | undefined;
|
3375
|
+
visitor: import("../../../components/form-render").FieldVisitor;
|
3376
|
+
showOptionModal: Ref<boolean, boolean>;
|
3377
|
+
editOptions: Ref<{
|
3378
|
+
[x: string]: any;
|
3379
|
+
keyword?: string | undefined;
|
3380
|
+
disabled?: boolean | undefined;
|
3381
|
+
children?: any[] | undefined;
|
3382
|
+
childrenFields?: {
|
2365
3383
|
[x: string]: any;
|
2366
3384
|
val_key: string;
|
2367
|
-
html_type: "LINEBAR" | ({} & string) | "INPUT" | "
|
3385
|
+
html_type: "LINEBAR" | "SELECT" | "DATE" | ({} & string) | "INPUT" | "SEARCH" | "REMOTE_SEARCH" | "DIGITAL" | "TEXTAREA" | "LINE_BREAKS" | "INPUT_NUMBER" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
|
2368
3386
|
annotation?: boolean | undefined;
|
2369
3387
|
val_key_unit?: string | undefined;
|
2370
3388
|
is_edit?: import("../../../components/form-render").FormCommonState | undefined;
|
@@ -2380,7 +3398,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2380
3398
|
placeholder?: string | undefined;
|
2381
3399
|
validate?: {
|
2382
3400
|
[x: string]: any;
|
2383
|
-
obj_type?: ("
|
3401
|
+
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
2384
3402
|
vali_obj?: string | undefined;
|
2385
3403
|
max_value?: string | number | undefined;
|
2386
3404
|
min_value?: string | number | undefined;
|
@@ -2389,38 +3407,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
2389
3407
|
min_length?: string | number | undefined;
|
2390
3408
|
max_length?: string | number | undefined;
|
2391
3409
|
decimal_length?: string | number | undefined;
|
2392
|
-
regular_expression?: string |
|
2393
|
-
exec: (string: string) => RegExpExecArray | null;
|
2394
|
-
test: (string: string) => boolean;
|
2395
|
-
readonly source: string;
|
2396
|
-
readonly global: boolean;
|
2397
|
-
readonly ignoreCase: boolean;
|
2398
|
-
readonly multiline: boolean;
|
2399
|
-
lastIndex: number;
|
2400
|
-
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
2401
|
-
readonly flags: string;
|
2402
|
-
readonly sticky: boolean;
|
2403
|
-
readonly unicode: boolean;
|
2404
|
-
readonly dotAll: boolean;
|
2405
|
-
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
2406
|
-
[Symbol.replace]: {
|
2407
|
-
(string: string, replaceValue: string): string;
|
2408
|
-
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
2409
|
-
};
|
2410
|
-
[Symbol.search]: (string: string) => number;
|
2411
|
-
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
2412
|
-
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
2413
|
-
} | undefined;
|
3410
|
+
regular_expression?: string | RegExp | undefined;
|
2414
3411
|
regular_error_tip?: string | undefined;
|
2415
3412
|
message?: string | undefined;
|
2416
3413
|
} | undefined;
|
2417
|
-
option?:
|
2418
|
-
[x: string]: any;
|
2419
|
-
keyword?: string | undefined;
|
2420
|
-
disabled?: boolean | undefined;
|
2421
|
-
children?: any[] | undefined;
|
2422
|
-
childrenFields?: any[] | undefined;
|
2423
|
-
}[] | undefined;
|
3414
|
+
option?: any[] | undefined;
|
2424
3415
|
multi_select?: import("../../../components/form-render").FormCommonState | undefined;
|
2425
3416
|
multi_select_value?: string | number | undefined;
|
2426
3417
|
wordbook?: {
|
@@ -2524,8 +3515,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
2524
3515
|
editor_title?: string | undefined;
|
2525
3516
|
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
2526
3517
|
linebarWidth?: string | undefined;
|
2527
|
-
linebarDirection?: "
|
2528
|
-
linebarTextDirection?: "
|
3518
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
3519
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
2529
3520
|
labelColor?: string | undefined;
|
2530
3521
|
fieldTitleRed?: boolean | import("../../../components/form-render").FormCommonState | undefined;
|
2531
3522
|
confirmBeforeValueChange?: boolean | undefined;
|
@@ -2539,10 +3530,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
2539
3530
|
updateOriginValue: boolean;
|
2540
3531
|
} | undefined;
|
2541
3532
|
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
2542
|
-
unit?: ("
|
3533
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2543
3534
|
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2544
|
-
max_date_unit?: ("
|
2545
|
-
min_date_unit?: ("
|
3535
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
3536
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2546
3537
|
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2547
3538
|
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2548
3539
|
fieldTitleColor?: string | undefined;
|
@@ -2565,7 +3556,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2565
3556
|
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
2566
3557
|
wrapperStyle?: Record<string, string | number> | undefined;
|
2567
3558
|
childFieldStrategy?: "checked" | "all" | undefined;
|
2568
|
-
childWidthMode?: "
|
3559
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
2569
3560
|
validator?: ((value: unknown, fieldItem: import("../../../components/form-render").FieldItem, context: {
|
2570
3561
|
field: import("@formily/core").Field<any, any, any, any>;
|
2571
3562
|
form: import("@formily/core").Form<any>;
|
@@ -2601,46 +3592,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
2601
3592
|
run?: string | undefined;
|
2602
3593
|
} | undefined;
|
2603
3594
|
}[] | undefined;
|
2604
|
-
} | undefined;
|
2605
|
-
optionAliasList?: {
|
2606
|
-
text: string;
|
2607
|
-
value: string;
|
2608
3595
|
}[] | undefined;
|
2609
|
-
|
2610
|
-
allowPartial?: boolean | undefined;
|
2611
|
-
partialLevel?: number | undefined;
|
2612
|
-
maxLevel?: number | undefined;
|
2613
|
-
dateFormat?: string | undefined;
|
2614
|
-
defaultValue?: {
|
2615
|
-
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
2616
|
-
unit: "" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR";
|
2617
|
-
value: string;
|
2618
|
-
} | undefined;
|
2619
|
-
minValue?: {
|
2620
|
-
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
2621
|
-
unit: "" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR";
|
2622
|
-
value: string;
|
2623
|
-
} | undefined;
|
2624
|
-
maxValue?: {
|
2625
|
-
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
2626
|
-
unit: "" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR";
|
2627
|
-
value: string;
|
2628
|
-
} | undefined;
|
2629
|
-
} | undefined;
|
2630
|
-
__new?: boolean | undefined;
|
2631
|
-
__isCombinationChild?: boolean | undefined;
|
2632
|
-
__extra?: boolean | undefined;
|
2633
|
-
}>;
|
2634
|
-
generateFieldListByFormConfigItem: (formConfigItem: FormConfigItem, fieldItem?: import("../../../components/form-render").FieldItem | undefined) => import("../../../components/form-render").FieldItem[];
|
2635
|
-
prevOldField: null;
|
2636
|
-
onFormChange: ({ fieldKey, value }: import("../../../components/form-render").FormChangePayload) => void;
|
2637
|
-
createLabelRender: (originOptions?: import("../../../shared/types").AnyObject[] | undefined) => (label: string) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
2638
|
-
[key: string]: any;
|
2639
|
-
}>;
|
2640
|
-
applyOptionAlias: (options?: import("../../../shared/types").AnyObject[] | undefined) => import("../../../shared/types").AnyObject[] | undefined;
|
2641
|
-
visitor: import("../../../components/form-render").FieldVisitor;
|
2642
|
-
showOptionModal: Ref<boolean>;
|
2643
|
-
editOptions: Ref<{
|
3596
|
+
}[], import("../../../components/form-render").FormOptionItem[] | {
|
2644
3597
|
[x: string]: any;
|
2645
3598
|
keyword?: string | undefined;
|
2646
3599
|
disabled?: boolean | undefined;
|
@@ -2648,7 +3601,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2648
3601
|
childrenFields?: {
|
2649
3602
|
[x: string]: any;
|
2650
3603
|
val_key: string;
|
2651
|
-
html_type: "LINEBAR" | ({} & string) | "INPUT" | "
|
3604
|
+
html_type: "LINEBAR" | "SELECT" | "DATE" | ({} & string) | "INPUT" | "SEARCH" | "REMOTE_SEARCH" | "DIGITAL" | "TEXTAREA" | "LINE_BREAKS" | "INPUT_NUMBER" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
|
2652
3605
|
annotation?: boolean | undefined;
|
2653
3606
|
val_key_unit?: string | undefined;
|
2654
3607
|
is_edit?: import("../../../components/form-render").FormCommonState | undefined;
|
@@ -2664,7 +3617,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2664
3617
|
placeholder?: string | undefined;
|
2665
3618
|
validate?: {
|
2666
3619
|
[x: string]: any;
|
2667
|
-
obj_type?: ("
|
3620
|
+
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
2668
3621
|
vali_obj?: string | undefined;
|
2669
3622
|
max_value?: string | number | undefined;
|
2670
3623
|
min_value?: string | number | undefined;
|
@@ -2673,28 +3626,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2673
3626
|
min_length?: string | number | undefined;
|
2674
3627
|
max_length?: string | number | undefined;
|
2675
3628
|
decimal_length?: string | number | undefined;
|
2676
|
-
regular_expression?: string |
|
2677
|
-
exec: (string: string) => RegExpExecArray | null;
|
2678
|
-
test: (string: string) => boolean;
|
2679
|
-
readonly source: string;
|
2680
|
-
readonly global: boolean;
|
2681
|
-
readonly ignoreCase: boolean;
|
2682
|
-
readonly multiline: boolean;
|
2683
|
-
lastIndex: number;
|
2684
|
-
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
2685
|
-
readonly flags: string;
|
2686
|
-
readonly sticky: boolean;
|
2687
|
-
readonly unicode: boolean;
|
2688
|
-
readonly dotAll: boolean;
|
2689
|
-
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
2690
|
-
[Symbol.replace]: {
|
2691
|
-
(string: string, replaceValue: string): string;
|
2692
|
-
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
2693
|
-
};
|
2694
|
-
[Symbol.search]: (string: string) => number;
|
2695
|
-
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
2696
|
-
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
2697
|
-
} | undefined;
|
3629
|
+
regular_expression?: string | RegExp | undefined;
|
2698
3630
|
regular_error_tip?: string | undefined;
|
2699
3631
|
message?: string | undefined;
|
2700
3632
|
} | undefined;
|
@@ -2802,8 +3734,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
2802
3734
|
editor_title?: string | undefined;
|
2803
3735
|
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
2804
3736
|
linebarWidth?: string | undefined;
|
2805
|
-
linebarDirection?: "
|
2806
|
-
linebarTextDirection?: "
|
3737
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
3738
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
2807
3739
|
labelColor?: string | undefined;
|
2808
3740
|
fieldTitleRed?: boolean | import("../../../components/form-render").FormCommonState | undefined;
|
2809
3741
|
confirmBeforeValueChange?: boolean | undefined;
|
@@ -2817,10 +3749,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
2817
3749
|
updateOriginValue: boolean;
|
2818
3750
|
} | undefined;
|
2819
3751
|
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
2820
|
-
unit?: ("
|
3752
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2821
3753
|
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2822
|
-
max_date_unit?: ("
|
2823
|
-
min_date_unit?: ("
|
3754
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
3755
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2824
3756
|
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2825
3757
|
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2826
3758
|
fieldTitleColor?: string | undefined;
|
@@ -2843,7 +3775,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2843
3775
|
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
2844
3776
|
wrapperStyle?: Record<string, string | number> | undefined;
|
2845
3777
|
childFieldStrategy?: "checked" | "all" | undefined;
|
2846
|
-
childWidthMode?: "
|
3778
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
2847
3779
|
validator?: ((value: unknown, fieldItem: import("../../../components/form-render").FieldItem, context: {
|
2848
3780
|
field: import("@formily/core").Field<any, any, any, any>;
|
2849
3781
|
form: import("@formily/core").Form<any>;
|
@@ -2883,16 +3815,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
2883
3815
|
}[]>;
|
2884
3816
|
onOptionModalCancel: () => void;
|
2885
3817
|
onOptionModalConfirm: () => void;
|
2886
|
-
useFormConfigLocale: typeof useFormConfigLocale;
|
2887
|
-
NModal: any;
|
2888
|
-
NInput: any;
|
2889
|
-
CFormRender: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{}, {
|
2890
|
-
formRenderRef: Ref<FormRenderExpose | undefined>;
|
2891
|
-
key: Ref<number>;
|
3818
|
+
readonly useFormConfigLocale: typeof useFormConfigLocale;
|
3819
|
+
readonly NModal: any;
|
3820
|
+
readonly NInput: any;
|
3821
|
+
readonly CFormRender: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{}, {
|
3822
|
+
formRenderRef: Ref<FormRenderExpose | undefined, FormRenderExpose | undefined>;
|
3823
|
+
key: Ref<number, number>;
|
2892
3824
|
reload: () => Promise<void>;
|
2893
3825
|
formRenderExposeKeyList: readonly ["validate", "getFormValues", "setFormValues", "setFieldState", "resetFields", "queryWidget", "getFieldList", "applySelectedSetting", "getTextFormValues", "optionInited", "updateAnchor"];
|
2894
3826
|
exposed: Partial<FormRenderExpose>;
|
2895
|
-
FormRender: import("vue").DefineComponent<{
|
3827
|
+
FormRender: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2896
3828
|
fieldList: {
|
2897
3829
|
type: PropType<import("../../../components/form-render").FieldItem[]>;
|
2898
3830
|
};
|
@@ -2986,7 +3918,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2986
3918
|
}>>;
|
2987
3919
|
};
|
2988
3920
|
components: {
|
2989
|
-
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
3921
|
+
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
2990
3922
|
default: () => {};
|
2991
3923
|
};
|
2992
3924
|
scope: {
|
@@ -3071,11 +4003,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
3071
4003
|
type: PropType<string[]>;
|
3072
4004
|
};
|
3073
4005
|
linebarDirection: {
|
3074
|
-
type: PropType<"
|
4006
|
+
type: PropType<"vertical" | "horizontal">;
|
3075
4007
|
default: string;
|
3076
4008
|
};
|
3077
4009
|
linebarTextDirection: {
|
3078
|
-
type: PropType<"
|
4010
|
+
type: PropType<"vertical" | "horizontal">;
|
3079
4011
|
default: string;
|
3080
4012
|
};
|
3081
4013
|
linebarWidth: {
|
@@ -3100,8 +4032,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
3100
4032
|
lazyRender: BooleanConstructor;
|
3101
4033
|
linebreaksToTitle: BooleanConstructor;
|
3102
4034
|
dialogFn: {};
|
3103
|
-
}
|
3104
|
-
props:
|
4035
|
+
}>, {
|
4036
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
3105
4037
|
fieldList: {
|
3106
4038
|
type: PropType<import("../../../components/form-render").FieldItem[]>;
|
3107
4039
|
};
|
@@ -3195,7 +4127,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
3195
4127
|
}>>;
|
3196
4128
|
};
|
3197
4129
|
components: {
|
3198
|
-
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
4130
|
+
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
3199
4131
|
default: () => {};
|
3200
4132
|
};
|
3201
4133
|
scope: {
|
@@ -3280,11 +4212,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
3280
4212
|
type: PropType<string[]>;
|
3281
4213
|
};
|
3282
4214
|
linebarDirection: {
|
3283
|
-
type: PropType<"
|
4215
|
+
type: PropType<"vertical" | "horizontal">;
|
3284
4216
|
default: string;
|
3285
4217
|
};
|
3286
4218
|
linebarTextDirection: {
|
3287
|
-
type: PropType<"
|
4219
|
+
type: PropType<"vertical" | "horizontal">;
|
3288
4220
|
default: string;
|
3289
4221
|
};
|
3290
4222
|
linebarWidth: {
|
@@ -3309,19 +4241,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
3309
4241
|
lazyRender: BooleanConstructor;
|
3310
4242
|
linebreaksToTitle: BooleanConstructor;
|
3311
4243
|
dialogFn: {};
|
3312
|
-
}>> & {
|
4244
|
+
}>> & Readonly<{
|
3313
4245
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
3314
4246
|
onScroll?: ((...args: any[]) => any) | undefined;
|
3315
4247
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
3316
4248
|
"onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
|
3317
4249
|
onLinebarChange?: ((...args: any[]) => any) | undefined;
|
3318
4250
|
onReady?: ((...args: any[]) => any) | undefined;
|
3319
|
-
}
|
4251
|
+
}> & {}>;
|
3320
4252
|
emit: (event: "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", ...args: any[]) => void;
|
3321
4253
|
cssVars: import("vue").ComputedRef<import("../../../shared/types").AnyObject>;
|
3322
4254
|
nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
|
3323
|
-
formRenderRef: Ref<HTMLElement | undefined>;
|
3324
|
-
formWidth: Ref<number>;
|
4255
|
+
formRenderRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
4256
|
+
formWidth: Ref<number, number>;
|
3325
4257
|
formHeight: import("vue").ComputedRef<string>;
|
3326
4258
|
SchemaField: import("vue").DefineComponent<import("@formily/vue").ISchemaFieldProps>;
|
3327
4259
|
businessCollector: import("../../../components/form-render").BusinessCollector;
|
@@ -3334,13 +4266,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
3334
4266
|
formUUID: string;
|
3335
4267
|
anchorBarRef: Ref<{
|
3336
4268
|
syncBarPosition: AnyFn;
|
4269
|
+
} | undefined, {
|
4270
|
+
syncBarPosition: AnyFn;
|
3337
4271
|
} | undefined>;
|
3338
|
-
currentAnchor: import("vue").WritableComputedRef<string>;
|
4272
|
+
currentAnchor: import("vue").WritableComputedRef<string, string>;
|
3339
4273
|
updateAnchorList: (field: import("@formily/core").GeneralField) => void;
|
3340
4274
|
anchorIdList: Ref<{
|
3341
4275
|
name: string;
|
3342
4276
|
title: string;
|
3343
4277
|
index: number;
|
4278
|
+
}[], (Record<"name" | "title", string> & {
|
4279
|
+
index: number;
|
4280
|
+
})[] | {
|
4281
|
+
name: string;
|
4282
|
+
title: string;
|
4283
|
+
index: number;
|
3344
4284
|
}[]>;
|
3345
4285
|
onScroll: (scrollEvent: Event) => void;
|
3346
4286
|
generateAnchorList: (formModel: import("@formily/core").Form<any>) => Promise<void>;
|
@@ -3367,7 +4307,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
3367
4307
|
setGraph: (field: import("@formily/core").GeneralField) => void;
|
3368
4308
|
removeGraph: (field: import("@formily/core").GeneralField) => void;
|
3369
4309
|
lowCodeEventTrigger: (field: import("@formily/core").GeneralField) => void;
|
3370
|
-
emitFormChange: Ref<boolean>;
|
4310
|
+
emitFormChange: Ref<boolean, boolean>;
|
3371
4311
|
formModel: import("@formily/core").Form<{
|
3372
4312
|
[x: string]: any;
|
3373
4313
|
}>;
|
@@ -3444,7 +4384,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
3444
4384
|
"x-read-pretty"?: boolean | undefined;
|
3445
4385
|
"x-compile-omitted"?: string[] | undefined;
|
3446
4386
|
}>;
|
3447
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
4387
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
3448
4388
|
scope: import("../../../shared/types").AnyObject;
|
3449
4389
|
annotation: Record<string, import("../../annotation-edit/src/type").AnnotationItem>;
|
3450
4390
|
annotationShortcuts: (string | {
|
@@ -3479,8 +4419,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
3479
4419
|
selectMode: boolean;
|
3480
4420
|
selectedFields: string[];
|
3481
4421
|
linebarWidth: string | number;
|
3482
|
-
linebarDirection: "
|
3483
|
-
linebarTextDirection: "
|
4422
|
+
linebarDirection: "vertical" | "horizontal";
|
4423
|
+
linebarTextDirection: "vertical" | "horizontal";
|
3484
4424
|
autoWidth: number | boolean;
|
3485
4425
|
feedbackType: "default" | "tooltip";
|
3486
4426
|
fixMemoLeak: boolean;
|
@@ -3663,16 +4603,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
3663
4603
|
onKeydown: (event: KeyboardEvent) => Promise<void>;
|
3664
4604
|
clearSpan: (uuid: string) => void;
|
3665
4605
|
exposeEvent: Omit<FormRenderExpose, "updateAnchor" | "getFieldList" | "optionInited" | "formModel" | "reload">;
|
3666
|
-
useVersion: typeof useVersion;
|
3667
|
-
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<{}>>, {}>;
|
3668
|
-
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>>>, {
|
4606
|
+
readonly useVersion: typeof useVersion;
|
4607
|
+
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>;
|
4608
|
+
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>>>, {
|
3669
4609
|
form: any;
|
3670
|
-
}>;
|
3671
|
-
NConfigProvider: any;
|
3672
|
-
NForm: any;
|
3673
|
-
NTabPane: any;
|
3674
|
-
NTabs: any;
|
3675
|
-
},
|
4610
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
4611
|
+
readonly NConfigProvider: any;
|
4612
|
+
readonly NForm: any;
|
4613
|
+
readonly NTabPane: any;
|
4614
|
+
readonly NTabs: any;
|
4615
|
+
}, {}, {}, {}, 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<{
|
3676
4616
|
fieldList: {
|
3677
4617
|
type: PropType<import("../../../components/form-render").FieldItem[]>;
|
3678
4618
|
};
|
@@ -3766,7 +4706,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
3766
4706
|
}>>;
|
3767
4707
|
};
|
3768
4708
|
components: {
|
3769
|
-
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
4709
|
+
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
3770
4710
|
default: () => {};
|
3771
4711
|
};
|
3772
4712
|
scope: {
|
@@ -3851,11 +4791,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
3851
4791
|
type: PropType<string[]>;
|
3852
4792
|
};
|
3853
4793
|
linebarDirection: {
|
3854
|
-
type: PropType<"
|
4794
|
+
type: PropType<"vertical" | "horizontal">;
|
3855
4795
|
default: string;
|
3856
4796
|
};
|
3857
4797
|
linebarTextDirection: {
|
3858
|
-
type: PropType<"
|
4798
|
+
type: PropType<"vertical" | "horizontal">;
|
3859
4799
|
default: string;
|
3860
4800
|
};
|
3861
4801
|
linebarWidth: {
|
@@ -3880,18 +4820,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
3880
4820
|
lazyRender: BooleanConstructor;
|
3881
4821
|
linebreaksToTitle: BooleanConstructor;
|
3882
4822
|
dialogFn: {};
|
3883
|
-
}>> & {
|
4823
|
+
}>> & Readonly<{
|
3884
4824
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
3885
4825
|
onScroll?: ((...args: any[]) => any) | undefined;
|
3886
4826
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
3887
4827
|
"onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
|
3888
4828
|
onLinebarChange?: ((...args: any[]) => any) | undefined;
|
3889
4829
|
onReady?: ((...args: any[]) => any) | undefined;
|
3890
|
-
}
|
4830
|
+
}>, {
|
4831
|
+
maxHeight: string | number;
|
3891
4832
|
anchor: boolean;
|
3892
4833
|
column: number;
|
3893
|
-
|
3894
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
4834
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
3895
4835
|
initialData: import("../../../shared/types").AnyObject;
|
3896
4836
|
parallelism: number;
|
3897
4837
|
scope: import("../../../shared/types").AnyObject;
|
@@ -3907,8 +4847,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
3907
4847
|
wordSplitFilter: boolean;
|
3908
4848
|
selectMode: boolean;
|
3909
4849
|
linebarWidth: string | number;
|
3910
|
-
linebarDirection: "
|
3911
|
-
linebarTextDirection: "
|
4850
|
+
linebarDirection: "vertical" | "horizontal";
|
4851
|
+
linebarTextDirection: "vertical" | "horizontal";
|
3912
4852
|
autoWidth: number | boolean;
|
3913
4853
|
feedbackType: "default" | "tooltip";
|
3914
4854
|
fixMemoLeak: boolean;
|
@@ -3917,9 +4857,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
3917
4857
|
nominalAge: boolean;
|
3918
4858
|
operationalFormInit: boolean;
|
3919
4859
|
incrementalRender: boolean;
|
3920
|
-
}>;
|
3921
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
3922
|
-
},
|
4860
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
4861
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
4862
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
3923
4863
|
uuid: {
|
3924
4864
|
type: StringConstructor;
|
3925
4865
|
required: true;
|
@@ -3993,7 +4933,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
3993
4933
|
"x-read-pretty"?: boolean | undefined;
|
3994
4934
|
"x-compile-omitted"?: string[] | undefined;
|
3995
4935
|
}>;
|
3996
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
4936
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
3997
4937
|
scope: import("../../../shared/types").AnyObject;
|
3998
4938
|
annotation: Record<string, import("../../annotation-edit/src/type").AnnotationItem>;
|
3999
4939
|
annotationShortcuts: (string | {
|
@@ -4028,8 +4968,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
4028
4968
|
selectMode: boolean;
|
4029
4969
|
selectedFields: string[];
|
4030
4970
|
linebarWidth: string | number;
|
4031
|
-
linebarDirection: "
|
4032
|
-
linebarTextDirection: "
|
4971
|
+
linebarDirection: "vertical" | "horizontal";
|
4972
|
+
linebarTextDirection: "vertical" | "horizontal";
|
4033
4973
|
autoWidth: number | boolean;
|
4034
4974
|
feedbackType: "default" | "tooltip";
|
4035
4975
|
fixMemoLeak: boolean;
|
@@ -4038,8 +4978,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
4038
4978
|
dialogFn: any;
|
4039
4979
|
}>>>;
|
4040
4980
|
};
|
4041
|
-
}
|
4042
|
-
FormConfigEventSetting: import("vue").DefineComponent<{
|
4981
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
4982
|
+
FormConfigEventSetting: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
4043
4983
|
modelValue: {
|
4044
4984
|
type: ArrayConstructor;
|
4045
4985
|
required: true;
|
@@ -4049,11 +4989,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
4049
4989
|
type: null;
|
4050
4990
|
required: true;
|
4051
4991
|
};
|
4052
|
-
}
|
4053
|
-
props:
|
4054
|
-
modelValue: LowCodeTypes.reactionConfig[];
|
4055
|
-
bindFormRenderRef: FormRenderExpose;
|
4056
|
-
};
|
4992
|
+
}>, {
|
4993
|
+
props: any;
|
4057
4994
|
emit: (event: "update:modelValue" | "validateFailure", ...args: any[]) => void;
|
4058
4995
|
cssVars: import("vue").ComputedRef<import("../../../shared/types").AnyObject>;
|
4059
4996
|
valueRef: Ref<{
|
@@ -4088,8 +5025,40 @@ declare const _default: import("vue").DefineComponent<{
|
|
4088
5025
|
}[] | undefined;
|
4089
5026
|
__oppositeBindField?: any | undefined;
|
4090
5027
|
__oppositeTargetField?: any | undefined;
|
5028
|
+
}[], LowCodeTypes.reactionConfig[] | {
|
5029
|
+
conObj: {
|
5030
|
+
con: LowCodeTypes.VALUE_RELATION;
|
5031
|
+
field_key: string;
|
5032
|
+
value: unknown;
|
5033
|
+
}[];
|
5034
|
+
compareMap?: {
|
5035
|
+
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
5036
|
+
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
5037
|
+
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
5038
|
+
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
5039
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
5040
|
+
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
5041
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
5042
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
5043
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
5044
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
5045
|
+
} | undefined;
|
5046
|
+
isRestoreDefault?: boolean | undefined;
|
5047
|
+
sqlExpression?: string | undefined;
|
5048
|
+
showField?: string[] | undefined;
|
5049
|
+
hideField?: string[] | undefined;
|
5050
|
+
requiredField?: string[] | undefined;
|
5051
|
+
notRequiredField?: string[] | undefined;
|
5052
|
+
enabledField?: string[] | undefined;
|
5053
|
+
disabledField?: string[] | undefined;
|
5054
|
+
setValueField?: {
|
5055
|
+
field?: string | undefined;
|
5056
|
+
value?: unknown;
|
5057
|
+
}[] | undefined;
|
5058
|
+
__oppositeBindField?: any | undefined;
|
5059
|
+
__oppositeTargetField?: any | undefined;
|
4091
5060
|
}[]>;
|
4092
|
-
expandedName: Ref<string>;
|
5061
|
+
expandedName: Ref<string, string>;
|
4093
5062
|
addConnection: () => void;
|
4094
5063
|
removeConnection: (index: number) => void;
|
4095
5064
|
getOppositeBtnText: (item: LowCodeTypes.reactionConfig) => string | undefined;
|
@@ -4103,14 +5072,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
4103
5072
|
addCondition: (config: LowCodeTypes.reactionConfig) => void;
|
4104
5073
|
removeCondition: (config: LowCodeTypes.reactionConfig, index: number) => void;
|
4105
5074
|
onUpdateConditionType: (condition: LowCodeTypes.reactionsConObj, type: LowCodeTypes.VALUE_RELATION) => void;
|
4106
|
-
showRef: Ref<boolean>;
|
5075
|
+
showRef: Ref<boolean, boolean>;
|
4107
5076
|
addSetValueField: (item: LowCodeTypes.reactionConfig) => void;
|
4108
|
-
fieldListRef: Ref<FormConfigItem[]>;
|
5077
|
+
fieldListRef: Ref<FormConfigItem[], FormConfigItem[]>;
|
4109
5078
|
fieldOptions: import("vue").ComputedRef<FormConfigItem[]>;
|
4110
5079
|
setValueTypes: string[];
|
4111
5080
|
setValueFieldOptions: import("vue").ComputedRef<FormConfigItem[]>;
|
4112
|
-
currentTypeList: string[]
|
4113
|
-
dialog: import("naive-ui").DialogApi;
|
5081
|
+
currentTypeList: import("vue").Reactive<string[]>;
|
5082
|
+
dialog: import("naive-ui/es/dialog").DialogApi;
|
4114
5083
|
onNegativeClick: () => Promise<void>;
|
4115
5084
|
onPositiveClick: () => Promise<void>;
|
4116
5085
|
configValidate: () => Promise<void>;
|
@@ -4121,7 +5090,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
4121
5090
|
decoratorProps: {
|
4122
5091
|
showFeedback: boolean;
|
4123
5092
|
};
|
4124
|
-
html_type: "LINEBAR" | ({} & string) | "INPUT" | "
|
5093
|
+
html_type: "LINEBAR" | "SELECT" | "DATE" | ({} & string) | "INPUT" | "SEARCH" | "REMOTE_SEARCH" | "DIGITAL" | "TEXTAREA" | "LINE_BREAKS" | "INPUT_NUMBER" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
|
4125
5094
|
annotation?: boolean | undefined;
|
4126
5095
|
val_key_unit?: string | undefined;
|
4127
5096
|
is_edit?: import("../../../components/form-render").FormCommonState | undefined;
|
@@ -4136,7 +5105,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
4136
5105
|
placeholder?: string | undefined;
|
4137
5106
|
validate?: Partial<{
|
4138
5107
|
[key: string]: any;
|
4139
|
-
obj_type: "
|
5108
|
+
obj_type: "sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name";
|
4140
5109
|
vali_obj: string;
|
4141
5110
|
max_value: string | number;
|
4142
5111
|
min_value: string | number;
|
@@ -4207,8 +5176,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
4207
5176
|
editor_title?: string | undefined;
|
4208
5177
|
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
4209
5178
|
linebarWidth?: string | undefined;
|
4210
|
-
linebarDirection?: "
|
4211
|
-
linebarTextDirection?: "
|
5179
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
5180
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
4212
5181
|
labelColor?: string | undefined;
|
4213
5182
|
fieldTitleRed?: boolean | import("../../../components/form-render").FormCommonState | undefined;
|
4214
5183
|
confirmBeforeValueChange?: boolean | undefined;
|
@@ -4222,10 +5191,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
4222
5191
|
updateOriginValue: boolean;
|
4223
5192
|
} | undefined;
|
4224
5193
|
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
4225
|
-
unit?: ("
|
5194
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
4226
5195
|
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
4227
|
-
max_date_unit?: ("
|
4228
|
-
min_date_unit?: ("
|
5196
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
5197
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
4229
5198
|
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
4230
5199
|
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
4231
5200
|
fieldTitleColor?: string | undefined;
|
@@ -4245,7 +5214,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
4245
5214
|
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
4246
5215
|
wrapperStyle?: Record<string, string | number> | undefined;
|
4247
5216
|
childFieldStrategy?: "checked" | "all" | undefined;
|
4248
|
-
childWidthMode?: "
|
5217
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
4249
5218
|
validator?: ((value: unknown, fieldItem: import("../../../components/form-render").FieldItem, context: {
|
4250
5219
|
field: import("@formily/core").Field<any, any, any, any>;
|
4251
5220
|
form: import("@formily/core").Form<any>;
|
@@ -4259,36 +5228,36 @@ declare const _default: import("vue").DefineComponent<{
|
|
4259
5228
|
field: string;
|
4260
5229
|
value: string;
|
4261
5230
|
}) => void;
|
4262
|
-
HelpCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
4263
|
-
NButton: any;
|
4264
|
-
NCollapse: any;
|
4265
|
-
NCollapseItem: any;
|
4266
|
-
NEllipsis: any;
|
4267
|
-
NEmpty: any;
|
4268
|
-
NIcon: any;
|
4269
|
-
NInput: any;
|
4270
|
-
NInputGroup: any;
|
4271
|
-
NModal: any;
|
4272
|
-
NScrollbar: any;
|
4273
|
-
NSelect: any;
|
4274
|
-
NSpace: any;
|
4275
|
-
NThing: any;
|
4276
|
-
NTooltip: any;
|
4277
|
-
conditionTypeOptions: {
|
5231
|
+
readonly HelpCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
5232
|
+
readonly NButton: any;
|
5233
|
+
readonly NCollapse: any;
|
5234
|
+
readonly NCollapseItem: any;
|
5235
|
+
readonly NEllipsis: any;
|
5236
|
+
readonly NEmpty: any;
|
5237
|
+
readonly NIcon: any;
|
5238
|
+
readonly NInput: any;
|
5239
|
+
readonly NInputGroup: any;
|
5240
|
+
readonly NModal: any;
|
5241
|
+
readonly NScrollbar: any;
|
5242
|
+
readonly NSelect: any;
|
5243
|
+
readonly NSpace: any;
|
5244
|
+
readonly NThing: any;
|
5245
|
+
readonly NTooltip: any;
|
5246
|
+
readonly conditionTypeOptions: {
|
4278
5247
|
value: LowCodeTypes.VALUE_RELATION;
|
4279
5248
|
label: string;
|
4280
5249
|
}[];
|
4281
|
-
connectionTypeOptions: {
|
5250
|
+
readonly connectionTypeOptions: {
|
4282
5251
|
value: string;
|
4283
5252
|
label: string;
|
4284
5253
|
}[];
|
4285
|
-
CForm: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{}, {
|
4286
|
-
formRenderRef: Ref<FormRenderExpose | undefined>;
|
4287
|
-
key: Ref<number>;
|
5254
|
+
readonly CForm: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{}, {
|
5255
|
+
formRenderRef: Ref<FormRenderExpose | undefined, FormRenderExpose | undefined>;
|
5256
|
+
key: Ref<number, number>;
|
4288
5257
|
reload: () => Promise<void>;
|
4289
5258
|
formRenderExposeKeyList: readonly ["validate", "getFormValues", "setFormValues", "setFieldState", "resetFields", "queryWidget", "getFieldList", "applySelectedSetting", "getTextFormValues", "optionInited", "updateAnchor"];
|
4290
5259
|
exposed: Partial<FormRenderExpose>;
|
4291
|
-
FormRender: import("vue").DefineComponent<{
|
5260
|
+
FormRender: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
4292
5261
|
fieldList: {
|
4293
5262
|
type: PropType<import("../../../components/form-render").FieldItem[]>;
|
4294
5263
|
};
|
@@ -4382,7 +5351,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
4382
5351
|
}>>;
|
4383
5352
|
};
|
4384
5353
|
components: {
|
4385
|
-
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
5354
|
+
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
4386
5355
|
default: () => {};
|
4387
5356
|
};
|
4388
5357
|
scope: {
|
@@ -4467,11 +5436,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
4467
5436
|
type: PropType<string[]>;
|
4468
5437
|
};
|
4469
5438
|
linebarDirection: {
|
4470
|
-
type: PropType<"
|
5439
|
+
type: PropType<"vertical" | "horizontal">;
|
4471
5440
|
default: string;
|
4472
5441
|
};
|
4473
5442
|
linebarTextDirection: {
|
4474
|
-
type: PropType<"
|
5443
|
+
type: PropType<"vertical" | "horizontal">;
|
4475
5444
|
default: string;
|
4476
5445
|
};
|
4477
5446
|
linebarWidth: {
|
@@ -4496,8 +5465,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
4496
5465
|
lazyRender: BooleanConstructor;
|
4497
5466
|
linebreaksToTitle: BooleanConstructor;
|
4498
5467
|
dialogFn: {};
|
4499
|
-
}
|
4500
|
-
props:
|
5468
|
+
}>, {
|
5469
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
4501
5470
|
fieldList: {
|
4502
5471
|
type: PropType<import("../../../components/form-render").FieldItem[]>;
|
4503
5472
|
};
|
@@ -4591,7 +5560,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
4591
5560
|
}>>;
|
4592
5561
|
};
|
4593
5562
|
components: {
|
4594
|
-
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
5563
|
+
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
4595
5564
|
default: () => {};
|
4596
5565
|
};
|
4597
5566
|
scope: {
|
@@ -4676,11 +5645,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
4676
5645
|
type: PropType<string[]>;
|
4677
5646
|
};
|
4678
5647
|
linebarDirection: {
|
4679
|
-
type: PropType<"
|
5648
|
+
type: PropType<"vertical" | "horizontal">;
|
4680
5649
|
default: string;
|
4681
5650
|
};
|
4682
5651
|
linebarTextDirection: {
|
4683
|
-
type: PropType<"
|
5652
|
+
type: PropType<"vertical" | "horizontal">;
|
4684
5653
|
default: string;
|
4685
5654
|
};
|
4686
5655
|
linebarWidth: {
|
@@ -4705,19 +5674,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
4705
5674
|
lazyRender: BooleanConstructor;
|
4706
5675
|
linebreaksToTitle: BooleanConstructor;
|
4707
5676
|
dialogFn: {};
|
4708
|
-
}>> & {
|
5677
|
+
}>> & Readonly<{
|
4709
5678
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
4710
5679
|
onScroll?: ((...args: any[]) => any) | undefined;
|
4711
5680
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
4712
5681
|
"onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
|
4713
5682
|
onLinebarChange?: ((...args: any[]) => any) | undefined;
|
4714
5683
|
onReady?: ((...args: any[]) => any) | undefined;
|
4715
|
-
}
|
5684
|
+
}> & {}>;
|
4716
5685
|
emit: (event: "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", ...args: any[]) => void;
|
4717
5686
|
cssVars: import("vue").ComputedRef<import("../../../shared/types").AnyObject>;
|
4718
5687
|
nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
|
4719
|
-
formRenderRef: Ref<HTMLElement | undefined>;
|
4720
|
-
formWidth: Ref<number>;
|
5688
|
+
formRenderRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
5689
|
+
formWidth: Ref<number, number>;
|
4721
5690
|
formHeight: import("vue").ComputedRef<string>;
|
4722
5691
|
SchemaField: import("vue").DefineComponent<import("@formily/vue").ISchemaFieldProps>;
|
4723
5692
|
businessCollector: import("../../../components/form-render").BusinessCollector;
|
@@ -4730,13 +5699,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
4730
5699
|
formUUID: string;
|
4731
5700
|
anchorBarRef: Ref<{
|
4732
5701
|
syncBarPosition: AnyFn;
|
5702
|
+
} | undefined, {
|
5703
|
+
syncBarPosition: AnyFn;
|
4733
5704
|
} | undefined>;
|
4734
|
-
currentAnchor: import("vue").WritableComputedRef<string>;
|
5705
|
+
currentAnchor: import("vue").WritableComputedRef<string, string>;
|
4735
5706
|
updateAnchorList: (field: import("@formily/core").GeneralField) => void;
|
4736
5707
|
anchorIdList: Ref<{
|
4737
5708
|
name: string;
|
4738
5709
|
title: string;
|
4739
5710
|
index: number;
|
5711
|
+
}[], (Record<"name" | "title", string> & {
|
5712
|
+
index: number;
|
5713
|
+
})[] | {
|
5714
|
+
name: string;
|
5715
|
+
title: string;
|
5716
|
+
index: number;
|
4740
5717
|
}[]>;
|
4741
5718
|
onScroll: (scrollEvent: Event) => void;
|
4742
5719
|
generateAnchorList: (formModel: import("@formily/core").Form<any>) => Promise<void>;
|
@@ -4763,7 +5740,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
4763
5740
|
setGraph: (field: import("@formily/core").GeneralField) => void;
|
4764
5741
|
removeGraph: (field: import("@formily/core").GeneralField) => void;
|
4765
5742
|
lowCodeEventTrigger: (field: import("@formily/core").GeneralField) => void;
|
4766
|
-
emitFormChange: Ref<boolean>;
|
5743
|
+
emitFormChange: Ref<boolean, boolean>;
|
4767
5744
|
formModel: import("@formily/core").Form<{
|
4768
5745
|
[x: string]: any;
|
4769
5746
|
}>;
|
@@ -4840,7 +5817,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
4840
5817
|
"x-read-pretty"?: boolean | undefined;
|
4841
5818
|
"x-compile-omitted"?: string[] | undefined;
|
4842
5819
|
}>;
|
4843
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
5820
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
4844
5821
|
scope: import("../../../shared/types").AnyObject;
|
4845
5822
|
annotation: Record<string, import("../../annotation-edit/src/type").AnnotationItem>;
|
4846
5823
|
annotationShortcuts: (string | {
|
@@ -4875,8 +5852,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
4875
5852
|
selectMode: boolean;
|
4876
5853
|
selectedFields: string[];
|
4877
5854
|
linebarWidth: string | number;
|
4878
|
-
linebarDirection: "
|
4879
|
-
linebarTextDirection: "
|
5855
|
+
linebarDirection: "vertical" | "horizontal";
|
5856
|
+
linebarTextDirection: "vertical" | "horizontal";
|
4880
5857
|
autoWidth: number | boolean;
|
4881
5858
|
feedbackType: "default" | "tooltip";
|
4882
5859
|
fixMemoLeak: boolean;
|
@@ -5059,16 +6036,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
5059
6036
|
onKeydown: (event: KeyboardEvent) => Promise<void>;
|
5060
6037
|
clearSpan: (uuid: string) => void;
|
5061
6038
|
exposeEvent: Omit<FormRenderExpose, "updateAnchor" | "getFieldList" | "optionInited" | "formModel" | "reload">;
|
5062
|
-
useVersion: typeof useVersion;
|
5063
|
-
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<{}>>, {}>;
|
5064
|
-
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>>>, {
|
6039
|
+
readonly useVersion: typeof useVersion;
|
6040
|
+
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>;
|
6041
|
+
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>>>, {
|
5065
6042
|
form: any;
|
5066
|
-
}>;
|
5067
|
-
NConfigProvider: any;
|
5068
|
-
NForm: any;
|
5069
|
-
NTabPane: any;
|
5070
|
-
NTabs: any;
|
5071
|
-
},
|
6043
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
6044
|
+
readonly NConfigProvider: any;
|
6045
|
+
readonly NForm: any;
|
6046
|
+
readonly NTabPane: any;
|
6047
|
+
readonly NTabs: any;
|
6048
|
+
}, {}, {}, {}, 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<{
|
5072
6049
|
fieldList: {
|
5073
6050
|
type: PropType<import("../../../components/form-render").FieldItem[]>;
|
5074
6051
|
};
|
@@ -5162,7 +6139,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
5162
6139
|
}>>;
|
5163
6140
|
};
|
5164
6141
|
components: {
|
5165
|
-
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
6142
|
+
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
5166
6143
|
default: () => {};
|
5167
6144
|
};
|
5168
6145
|
scope: {
|
@@ -5247,11 +6224,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
5247
6224
|
type: PropType<string[]>;
|
5248
6225
|
};
|
5249
6226
|
linebarDirection: {
|
5250
|
-
type: PropType<"
|
6227
|
+
type: PropType<"vertical" | "horizontal">;
|
5251
6228
|
default: string;
|
5252
6229
|
};
|
5253
6230
|
linebarTextDirection: {
|
5254
|
-
type: PropType<"
|
6231
|
+
type: PropType<"vertical" | "horizontal">;
|
5255
6232
|
default: string;
|
5256
6233
|
};
|
5257
6234
|
linebarWidth: {
|
@@ -5276,18 +6253,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
5276
6253
|
lazyRender: BooleanConstructor;
|
5277
6254
|
linebreaksToTitle: BooleanConstructor;
|
5278
6255
|
dialogFn: {};
|
5279
|
-
}>> & {
|
6256
|
+
}>> & Readonly<{
|
5280
6257
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
5281
6258
|
onScroll?: ((...args: any[]) => any) | undefined;
|
5282
6259
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
5283
6260
|
"onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
|
5284
6261
|
onLinebarChange?: ((...args: any[]) => any) | undefined;
|
5285
6262
|
onReady?: ((...args: any[]) => any) | undefined;
|
5286
|
-
}
|
6263
|
+
}>, {
|
6264
|
+
maxHeight: string | number;
|
5287
6265
|
anchor: boolean;
|
5288
6266
|
column: number;
|
5289
|
-
|
5290
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
6267
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
5291
6268
|
initialData: import("../../../shared/types").AnyObject;
|
5292
6269
|
parallelism: number;
|
5293
6270
|
scope: import("../../../shared/types").AnyObject;
|
@@ -5303,8 +6280,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
5303
6280
|
wordSplitFilter: boolean;
|
5304
6281
|
selectMode: boolean;
|
5305
6282
|
linebarWidth: string | number;
|
5306
|
-
linebarDirection: "
|
5307
|
-
linebarTextDirection: "
|
6283
|
+
linebarDirection: "vertical" | "horizontal";
|
6284
|
+
linebarTextDirection: "vertical" | "horizontal";
|
5308
6285
|
autoWidth: number | boolean;
|
5309
6286
|
feedbackType: "default" | "tooltip";
|
5310
6287
|
fixMemoLeak: boolean;
|
@@ -5313,9 +6290,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
5313
6290
|
nominalAge: boolean;
|
5314
6291
|
operationalFormInit: boolean;
|
5315
6292
|
incrementalRender: boolean;
|
5316
|
-
}>;
|
5317
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
5318
|
-
},
|
6293
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
6294
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
6295
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "validateFailure")[], "update:modelValue" | "validateFailure", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
5319
6296
|
modelValue: {
|
5320
6297
|
type: ArrayConstructor;
|
5321
6298
|
required: true;
|
@@ -5325,13 +6302,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
5325
6302
|
type: null;
|
5326
6303
|
required: true;
|
5327
6304
|
};
|
5328
|
-
}>> & {
|
6305
|
+
}>> & Readonly<{
|
5329
6306
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
5330
6307
|
onValidateFailure?: ((...args: any[]) => any) | undefined;
|
5331
|
-
}
|
6308
|
+
}>, {
|
5332
6309
|
modelValue: unknown[];
|
5333
|
-
}>;
|
5334
|
-
FormConfigMaterialItem: import("vue").DefineComponent<{
|
6310
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
6311
|
+
readonly FormConfigMaterialItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
5335
6312
|
formConfigItem: {
|
5336
6313
|
type: PropType<FormConfigItem>;
|
5337
6314
|
required: true;
|
@@ -5344,7 +6321,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
5344
6321
|
type: PropType<FormConfigItem[]>;
|
5345
6322
|
default: () => never[];
|
5346
6323
|
};
|
5347
|
-
}
|
6324
|
+
}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
5348
6325
|
formConfigItem: {
|
5349
6326
|
type: PropType<FormConfigItem>;
|
5350
6327
|
required: true;
|
@@ -5357,13 +6334,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
5357
6334
|
type: PropType<FormConfigItem[]>;
|
5358
6335
|
default: () => never[];
|
5359
6336
|
};
|
5360
|
-
}
|
6337
|
+
}>> & Readonly<{}>, {
|
5361
6338
|
materialList: FormConfigItem[];
|
5362
|
-
}>;
|
5363
|
-
FORM_CONFIG_GROUP: string;
|
5364
|
-
NSelect: any;
|
5365
|
-
NSpace: any;
|
5366
|
-
},
|
6339
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
6340
|
+
readonly FORM_CONFIG_GROUP: string;
|
6341
|
+
readonly NSelect: any;
|
6342
|
+
readonly NSpace: any;
|
6343
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("addItem" | "removeItem" | "reactionsValidateFailure")[], "addItem" | "removeItem" | "reactionsValidateFailure", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
5367
6344
|
maxHeight: {
|
5368
6345
|
type: StringConstructor;
|
5369
6346
|
};
|
@@ -5445,7 +6422,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
5445
6422
|
"x-read-pretty"?: boolean | undefined;
|
5446
6423
|
"x-compile-omitted"?: string[] | undefined;
|
5447
6424
|
}>;
|
5448
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
6425
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
5449
6426
|
scope: import("../../../shared/types").AnyObject;
|
5450
6427
|
annotation: Record<string, import("../../annotation-edit/src/type").AnnotationItem>;
|
5451
6428
|
annotationShortcuts: (string | {
|
@@ -5480,8 +6457,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
5480
6457
|
selectMode: boolean;
|
5481
6458
|
selectedFields: string[];
|
5482
6459
|
linebarWidth: string | number;
|
5483
|
-
linebarDirection: "
|
5484
|
-
linebarTextDirection: "
|
6460
|
+
linebarDirection: "vertical" | "horizontal";
|
6461
|
+
linebarTextDirection: "vertical" | "horizontal";
|
5485
6462
|
autoWidth: number | boolean;
|
5486
6463
|
feedbackType: "default" | "tooltip";
|
5487
6464
|
fixMemoLeak: boolean;
|
@@ -5494,11 +6471,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
5494
6471
|
type: PropType<((payload: import("../../../components/form-config/src/types").FormConfigBeforeMovePayload) => boolean | void) | undefined>;
|
5495
6472
|
};
|
5496
6473
|
showLowCodeReactions: BooleanConstructor;
|
5497
|
-
}>> & {
|
6474
|
+
}>> & Readonly<{
|
5498
6475
|
onAddItem?: ((...args: any[]) => any) | undefined;
|
5499
6476
|
onRemoveItem?: ((...args: any[]) => any) | undefined;
|
5500
6477
|
onReactionsValidateFailure?: ((...args: any[]) => any) | undefined;
|
5501
|
-
}
|
6478
|
+
}>, {
|
5502
6479
|
showLowCodeReactions: boolean;
|
5503
|
-
}>;
|
6480
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
5504
6481
|
export default _default;
|