cnhis-design-vue 3.4.0-beta.11 → 3.4.0-beta.12
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 +8 -7
- package/es/components/audio-sdk/src/audioSDK.d.ts +1 -1
- package/es/components/audio-sdk/src/components/form.vue.d.ts +16 -16
- package/es/components/audio-sdk/src/components/readyCountdown.vue.d.ts +10 -10
- package/es/components/audio-sdk/src/components/readyCountdown.vue2.js +5 -6
- package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +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 +36 -41
- package/es/components/audio-sdk/src/hooks/useChartAudioContext.d.ts +5 -5
- package/es/components/audio-sdk/src/svgs/Close.vue.js +6 -8
- package/es/components/audio-sdk/src/svgs/Continue.vue.js +3 -5
- package/es/components/audio-sdk/src/svgs/Enlarge.vue.js +3 -5
- package/es/components/audio-sdk/src/svgs/Pause.vue.js +3 -5
- package/es/components/audio-sdk/src/svgs/WaveView.vue.js +3 -5
- package/es/components/audio-sdk/src/svgs/Zoom.vue.js +6 -8
- package/es/components/audio-sdk/src/utils/index.d.ts +1 -1
- package/es/components/audio-sdk/src/utils/recordingModal.d.ts +2 -2
- package/es/components/base-search/index.d.ts +61 -19
- package/es/components/base-search/src/index.vue.d.ts +61 -19
- package/es/components/base-search/src/index.vue2.js +30 -31
- package/es/components/big-table/index.d.ts +67 -43
- package/es/components/big-table/src/BigTable.vue.d.ts +67 -43
- package/es/components/big-table/src/BigTable.vue2.js +18 -18
- package/es/components/big-table/src/components/NoData.vue.d.ts +7 -7
- package/es/components/big-table/src/components/NoData.vue2.js +4 -4
- package/es/components/big-table/src/components/edit-form/edit-date.d.ts +7 -5
- package/es/components/big-table/src/components/edit-form/edit-input.d.ts +8 -5
- package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +12 -5
- package/es/components/big-table/src/components/edit-form/edit-select.d.ts +7 -5
- package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +47 -23
- package/es/components/big-table/src/components/edit-form/edit-separate.vue2.js +2 -1
- package/es/components/big-table/src/components/edit-form/edit-time.d.ts +7 -5
- package/es/components/big-table/src/components/edit-form/useCommon.d.ts +2 -2
- package/es/components/big-table/src/components/input-button.vue.d.ts +5 -5
- package/es/components/big-table/src/components/input-button.vue2.js +4 -3
- package/es/components/big-table/src/components/separate.vue.d.ts +31 -7
- package/es/components/big-table/src/components/separate.vue2.js +3 -4
- package/es/components/big-table/src/hooks/useAnnotation.d.ts +1 -1
- package/es/components/big-table/src/hooks/useEdit.d.ts +84 -48
- package/es/components/big-table/src/hooks/useSeparateRow.d.ts +50 -2
- package/es/components/body-select/index.d.ts +17 -17
- package/es/components/body-select/src/index.vue.d.ts +17 -17
- package/es/components/body-select/src/index.vue2.js +8 -10
- package/es/components/bpmn-workflow/index.d.ts +9 -9
- package/es/components/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +9 -9
- package/es/components/bpmn-workflow/src/BpmnWorkflow.vue2.js +1 -1
- package/es/components/branch-notice/index.d.ts +72 -49
- package/es/components/branch-notice/src/BranchNotice.vue.d.ts +70 -47
- package/es/components/branch-notice/src/BranchNotice.vue2.js +6 -5
- package/es/components/branch-notice/src/components/NoticeItem.vue.d.ts +57 -34
- package/es/components/branch-notice/src/components/NoticeItem.vue2.js +4 -4
- package/es/components/branch-notice/src/components/NoticeItemAside.vue.d.ts +12 -12
- package/es/components/branch-notice/src/components/NoticeItemAside.vue2.js +1 -2
- package/es/components/branch-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
- package/es/components/button-print/index.d.ts +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 +8 -8
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +72 -43
- package/es/components/button-print/src/components/IdentityVerification.vue2.js +12 -11
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +101 -71
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +71 -70
- 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 +4 -4
- package/es/components/card-render/src/components/Button.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Button.vue2.js +5 -5
- package/es/components/card-render/src/components/Divider.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Divider.vue2.js +1 -1
- package/es/components/card-render/src/components/Field.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Field.vue2.js +21 -21
- package/es/components/card-render/src/components/FieldGroup.vue.d.ts +8 -8
- package/es/components/card-render/src/components/FieldGroup.vue2.js +12 -12
- package/es/components/card-render/src/components/Image.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Image.vue2.js +2 -2
- package/es/components/card-render/src/components/Label.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Label.vue2.js +3 -3
- package/es/components/card-render/src/components/Row.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Row.vue2.js +5 -5
- package/es/components/card-render/src/components/ScaleView.vue.d.ts +8 -8
- package/es/components/card-render/src/components/ScaleView.vue2.js +2 -2
- package/es/components/card-render/src/components/Slot.d.ts +5 -5
- package/es/components/card-render/src/components/Table.vue.d.ts +16 -16
- package/es/components/card-render/src/components/Table.vue2.js +4 -4
- package/es/components/card-render/src/components/Text.vue.d.ts +7 -7
- package/es/components/card-render/src/components/Text.vue2.js +4 -4
- package/es/components/card-render/src/components/index.d.ts +113 -113
- package/es/components/classification/index.d.ts +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 +6 -5
- 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 +3 -2
- package/es/components/classification/src/components/table-modal/index.vue.d.ts +27 -27
- package/es/components/classification/src/components/table-modal/index.vue2.js +65 -66
- package/es/components/classification/src/index.vue.d.ts +509 -432
- package/es/components/classification/src/index.vue2.js +61 -63
- package/es/components/config-provider/index.d.ts +7 -5
- package/es/components/config-provider/src/ConfigProvider.d.ts +7 -5
- package/es/components/date-picker/index.d.ts +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 +14 -15
- package/es/components/editor/index.d.ts +77 -7
- package/es/components/editor/src/Editor.d.ts +78 -7
- package/es/components/expand-field/index.d.ts +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 +7 -7
- package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +304 -225
- package/es/components/expand-field/src/components/FormItemPerson.vue2.js +4 -3
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +284 -205
- package/es/components/expand-field/src/components/PersonModal.vue2.js +4 -3
- package/es/components/expand-field/src/components/form.vue.d.ts +458 -285
- package/es/components/expand-field/src/components/form.vue2.js +65 -73
- package/es/components/expand-field/src/index.vue.d.ts +479 -304
- package/es/components/expand-field/src/index.vue2.js +26 -26
- 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 +6 -5
- 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/useOther.js +15 -7
- 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 +216 -154
- package/es/components/field-set/src/FieldColor.vue2.js +7 -6
- package/es/components/field-set/src/FieldFilter.vue.d.ts +77 -51
- package/es/components/field-set/src/FieldFilter.vue2.js +8 -7
- package/es/components/field-set/src/FieldSet.vue.d.ts +78 -64
- package/es/components/field-set/src/FieldSet.vue2.js +24 -23
- package/es/components/field-set/src/Index.vue.d.ts +13 -13
- package/es/components/field-set/src/Index.vue2.js +16 -13
- package/es/components/field-set/src/TableStyle.vue.d.ts +21 -13
- package/es/components/field-set/src/TableStyle.vue2.js +23 -23
- package/es/components/field-set/src/components/condition.vue.d.ts +47 -32
- package/es/components/field-set/src/components/condition.vue2.js +8 -11
- package/es/components/field-set/src/components/edit-dialog.vue.d.ts +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 +33 -33
- package/es/components/field-set/src/components/table-row.vue2.js +16 -14
- package/es/components/form-config/index.d.ts +1399 -422
- package/es/components/form-config/src/FormConfig.vue.d.ts +1399 -422
- package/es/components/form-config/src/FormConfig.vue2.js +24 -25
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +57 -49
- package/es/components/form-config/src/components/FormConfigCreator.vue2.js +4 -3
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +9 -9
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +1100 -202
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +5 -6
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +118 -81
- package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +29 -29
- package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +4 -4
- package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +11 -11
- package/es/components/form-config/src/components/renderer/CloseButton.vue2.js +1 -1
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +29 -29
- package/es/components/form-config/src/components/renderer/ComplexNode.vue2.js +4 -5
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +21 -21
- package/es/components/form-config/src/components/renderer/DefaultNode.vue2.js +5 -5
- package/es/components/form-config/src/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 +5 -4
- 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 +832 -760
- package/es/components/iho-chat/src/Index.vue.d.ts +832 -760
- package/es/components/iho-chat/src/Index.vue2.js +4 -3
- package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +42 -42
- package/es/components/iho-chat/src/components/ChatAdd.vue2.js +41 -41
- package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +122 -88
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +5 -5
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +64 -64
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +48 -55
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +306 -272
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +8 -8
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +191 -177
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +5 -5
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +61 -61
- package/es/components/iho-chat/src/components/ChatRecord.vue2.js +57 -63
- package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +34 -34
- package/es/components/iho-chat/src/components/ChatSearch.vue2.js +33 -36
- package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +65 -65
- package/es/components/iho-chat/src/components/ChatSet.vue2.js +56 -66
- package/es/components/iho-chat/src/components/ContextMenu.d.ts +5 -5
- package/es/components/iho-chat/src/components/ImageLightbox.vue.d.ts +40 -22
- package/es/components/iho-chat/src/components/ImageLightbox.vue2.js +19 -20
- package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +9 -9
- package/es/components/iho-chat/src/components/MessageEvent.vue2.js +11 -13
- package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +32 -32
- package/es/components/iho-chat/src/components/MessageMergeForward.vue2.js +2 -2
- package/es/components/iho-chat/src/components/MessageTemplate.vue.d.ts +18 -22
- package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +33 -35
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +82 -64
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +39 -45
- 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 +8 -12
- package/es/components/iho-chat/src/components/userItemRender.d.ts +5 -5
- package/es/components/iho-chat/src/hooks/useData.d.ts +6 -6
- package/es/components/iho-chat/src/hooks/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 +8 -7
- 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 +12 -11
- 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 +14 -11
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +31 -31
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +26 -23
- package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue.d.ts +11 -11
- package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +3 -3
- package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue.d.ts +8 -8
- package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/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 +5 -4
- 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 +24 -24
- 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 +8 -8
- 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 +14 -12
- package/es/components/keyboard/index.d.ts +77 -65
- package/es/components/keyboard/src/Keyboard.vue.d.ts +77 -65
- package/es/components/keyboard/src/Keyboard.vue2.js +16 -16
- package/es/components/keyboard/src/components/InputNumber.vue.d.ts +16 -16
- package/es/components/keyboard/src/components/InputNumber.vue2.js +3 -2
- package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +46 -40
- package/es/components/keyboard/src/components/NumberPanel.vue2.js +12 -12
- package/es/components/map/index.d.ts +12 -12
- package/es/components/map/src/Map.vue.d.ts +12 -12
- package/es/components/map/src/Map.vue2.js +11 -11
- package/es/components/picture-clipper/index.d.ts +11 -11
- package/es/components/picture-clipper/src/PictureClipper.vue.d.ts +11 -11
- package/es/components/picture-clipper/src/PictureClipper.vue2.js +7 -6
- package/es/components/quick-search/index.d.ts +73 -32
- package/es/components/quick-search/src/index.vue.d.ts +73 -32
- package/es/components/quick-search/src/index.vue2.js +15 -15
- package/es/components/recommend-search/index.d.ts +79 -79
- package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +79 -79
- package/es/components/recommend-search/src/RecommendSearch.vue2.js +5 -4
- package/es/components/recommend-search/src/components/BaseSearch.d.ts +7 -7
- package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +34 -34
- package/es/components/recommend-search/src/components/RecommendInput.vue2.js +13 -14
- package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +9 -9
- package/es/components/recommend-search/src/components/RecommendMenu.vue2.js +13 -13
- package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +29 -29
- package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +8 -8
- package/es/components/scale-view/index.d.ts +107 -87
- package/es/components/scale-view/src/ScaleView.vue.d.ts +66 -63
- package/es/components/scale-view/src/ScaleView.vue2.js +15 -13
- package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/AnswerParse.vue2.js +8 -8
- package/es/components/scale-view/src/components/DescribeContent.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +12 -12
- package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +23 -23
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +10 -10
- package/es/components/scale-view/src/components/EvaluatePage.vue2.js +6 -5
- package/es/components/scale-view/src/components/LoadingCom.vue.js +3 -5
- package/es/components/scale-view/src/components/NoData.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/NoData.vue2.js +4 -4
- package/es/components/scale-view/src/components/ScaleScore.d.ts +5 -5
- package/es/components/scale-view/src/components/formitem/r-address.d.ts +9 -6
- package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +10 -6
- package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +11 -6
- package/es/components/scale-view/src/components/formitem/r-collection.d.ts +8 -5
- package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +9 -6
- package/es/components/scale-view/src/components/formitem/r-input.d.ts +8 -6
- package/es/components/scale-view/src/components/formitem/r-map.d.ts +70 -6
- package/es/components/scale-view/src/components/formitem/r-radio.d.ts +11 -6
- package/es/components/scale-view/src/components/formitem/r-select.d.ts +10 -6
- package/es/components/scale-view/src/components/formitem/r-sign.d.ts +155 -6
- package/es/components/scale-view/src/components/formitem/r-upload.d.ts +11 -6
- package/es/components/scale-view/src/components/formitem/sign-com.d.ts +6 -6
- package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +9 -5
- package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +9 -17
- package/es/components/search-cascader/index.d.ts +27 -27
- package/es/components/search-cascader/src/SearchCascader.vue.d.ts +27 -27
- package/es/components/search-cascader/src/SearchCascader.vue2.js +9 -8
- package/es/components/search-cascader/src/components/ClearIcon.vue.js +15 -17
- package/es/components/search-cascader/src/components/SearchMenu.d.ts +5 -5
- package/es/components/select-label/index.d.ts +119 -155
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +26 -48
- package/es/components/select-label/src/LabelFormContent.vue2.js +23 -25
- package/es/components/select-label/src/SelectLabel.vue.d.ts +42 -64
- package/es/components/select-label/src/SelectLabel.vue2.js +11 -12
- package/es/components/select-label/src/components/label-classify.vue.d.ts +14 -24
- package/es/components/select-label/src/components/label-classify.vue2.js +26 -29
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +29 -21
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +14 -16
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +45 -37
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +6 -6
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue.d.ts +17 -9
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +10 -13
- package/es/components/select-label/src/index.vue.d.ts +93 -107
- package/es/components/select-label/src/index.vue2.js +2 -1
- package/es/components/select-person/index.d.ts +257 -190
- package/es/components/select-person/src/SelectPerson.vue.d.ts +124 -87
- package/es/components/select-person/src/SelectPerson.vue2.js +21 -17
- package/es/components/select-person/src/SelectPersonRole.vue.d.ts +80 -66
- package/es/components/select-person/src/SelectPersonRole.vue2.js +13 -13
- package/es/components/select-person/src/SelectPersonType.vue.d.ts +41 -31
- package/es/components/select-person/src/SelectPersonType.vue2.js +6 -6
- package/es/components/select-person/src/components/GroupItem.vue.d.ts +5 -5
- package/es/components/select-person/src/components/GroupItem.vue2.js +2 -1
- package/es/components/select-person/src/components/SearchGroupList.vue.d.ts +39 -39
- package/es/components/select-person/src/components/SearchGroupList.vue2.js +4 -3
- package/es/components/select-person/src/components/SearchMultiple.vue.d.ts +17 -18
- package/es/components/select-person/src/components/SearchMultiple.vue2.js +3 -2
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue.d.ts +19 -20
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +7 -6
- package/es/components/select-person/src/components/TagItem.vue.d.ts +11 -11
- package/es/components/select-person/src/components/TagItem.vue2.js +2 -1
- package/es/components/select-person/src/index.vue.d.ts +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 +3 -2
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +13 -23
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue2.js +11 -10
- package/es/components/slider-tree/index.d.ts +22 -22
- package/es/components/slider-tree/src/index.vue.d.ts +22 -22
- package/es/components/slider-tree/src/index.vue2.js +6 -5
- package/es/components/step-notice/index.d.ts +58 -58
- package/es/components/step-notice/src/StepNotice.vue.d.ts +57 -57
- package/es/components/step-notice/src/StepNotice.vue2.js +5 -4
- package/es/components/step-notice/src/components/NoticeConnection.vue.d.ts +12 -12
- package/es/components/step-notice/src/components/NoticeConnection.vue2.js +3 -3
- package/es/components/step-notice/src/components/NoticeItem.vue.d.ts +40 -40
- package/es/components/step-notice/src/components/NoticeItem.vue2.js +4 -4
- package/es/components/step-notice/src/components/NoticeItemAside.vue.d.ts +9 -9
- package/es/components/step-notice/src/components/NoticeItemAside.vue2.js +1 -2
- package/es/components/step-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
- package/es/components/steps-wheel/index.d.ts +17 -17
- package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +17 -17
- package/es/components/steps-wheel/src/StepsWheel.vue2.js +3 -3
- package/es/components/table-export-field/index.d.ts +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 +10 -9
- 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 +6 -5
- package/es/components/table-export-field/src/index.vue.d.ts +82 -66
- package/es/components/table-export-field/src/index.vue2.js +5 -4
- 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 +33 -38
- 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 +31 -34
- package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue.d.ts +12 -12
- package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue2.js +3 -2
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +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 +10 -9
- package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue2.js +5 -5
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +18 -18
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +8 -9
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +14 -14
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +7 -6
- package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/render-widget/components/Select.vue2.js +5 -4
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +49 -43
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +10 -9
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +24 -24
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +8 -7
- package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue2.js +7 -6
- package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue2.js +6 -5
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +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 +5 -4
- package/es/components/tooth-bitmap/index.d.ts +14 -14
- package/es/components/tooth-bitmap/src/ToothBitmap.vue.d.ts +12 -12
- package/es/components/tooth-bitmap/src/ToothBitmap.vue2.js +8 -7
- package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +19 -22
- package/es/components/vertify/src/components/IdentityVerification.vue2.js +10 -9
- package/es/components/vod-chunk-upload/index.d.ts +248 -28
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +18 -18
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +24 -25
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +248 -28
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +32 -33
- package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +207 -5
- package/es/env.d.ts +25 -25
- package/es/shared/components/AbbrText/AbbrText.d.ts +3 -3
- package/es/shared/components/ArrowIcon/ArrowIcon.vue.js +6 -8
- package/es/shared/components/CancelRadio/CancelRadio.d.ts +6 -6
- package/es/shared/components/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
@@ -3,7 +3,7 @@ import { AnyFn, LowCodeTypes } from '../../../shared/types';
|
|
3
3
|
import { PropType, Ref } from 'vue';
|
4
4
|
import { FormConfigItem, FormConfigTextFormatter, FormConfigVisitor } from '../../../components/form-config/src/types';
|
5
5
|
import { FormRenderExpose } from '../../../components/form-render';
|
6
|
-
declare const _default: import("vue").DefineComponent<{
|
6
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
7
7
|
maxHeight: {
|
8
8
|
type: StringConstructor;
|
9
9
|
};
|
@@ -85,7 +85,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
85
85
|
"x-read-pretty"?: boolean | undefined;
|
86
86
|
"x-compile-omitted"?: string[] | undefined;
|
87
87
|
}>;
|
88
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
88
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
89
89
|
scope: import("../../../shared/types").AnyObject;
|
90
90
|
annotation: Record<string, import("../../annotation-edit/src/type").AnnotationItem>;
|
91
91
|
annotationShortcuts: (string | {
|
@@ -120,8 +120,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
120
120
|
selectMode: boolean;
|
121
121
|
selectedFields: string[];
|
122
122
|
linebarWidth: string | number;
|
123
|
-
linebarDirection: "
|
124
|
-
linebarTextDirection: "
|
123
|
+
linebarDirection: "vertical" | "horizontal";
|
124
|
+
linebarTextDirection: "vertical" | "horizontal";
|
125
125
|
autoWidth: number | boolean;
|
126
126
|
feedbackType: "default" | "tooltip";
|
127
127
|
fixMemoLeak: boolean;
|
@@ -134,8 +134,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
134
134
|
type: PropType<((payload: import("../../../components/form-config/src/types").FormConfigBeforeMovePayload) => boolean | void) | undefined>;
|
135
135
|
};
|
136
136
|
showLowCodeReactions: BooleanConstructor;
|
137
|
-
}
|
138
|
-
props:
|
137
|
+
}>, {
|
138
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
139
139
|
maxHeight: {
|
140
140
|
type: StringConstructor;
|
141
141
|
};
|
@@ -217,7 +217,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
217
217
|
"x-read-pretty"?: boolean | undefined;
|
218
218
|
"x-compile-omitted"?: string[] | undefined;
|
219
219
|
}>;
|
220
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
220
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
221
221
|
scope: import("../../../shared/types").AnyObject;
|
222
222
|
annotation: Record<string, import("../../annotation-edit/src/type").AnnotationItem>;
|
223
223
|
annotationShortcuts: (string | {
|
@@ -252,8 +252,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
252
252
|
selectMode: boolean;
|
253
253
|
selectedFields: string[];
|
254
254
|
linebarWidth: string | number;
|
255
|
-
linebarDirection: "
|
256
|
-
linebarTextDirection: "
|
255
|
+
linebarDirection: "vertical" | "horizontal";
|
256
|
+
linebarTextDirection: "vertical" | "horizontal";
|
257
257
|
autoWidth: number | boolean;
|
258
258
|
feedbackType: "default" | "tooltip";
|
259
259
|
fixMemoLeak: boolean;
|
@@ -266,16 +266,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
266
266
|
type: PropType<((payload: import("../../../components/form-config/src/types").FormConfigBeforeMovePayload) => boolean | void) | undefined>;
|
267
267
|
};
|
268
268
|
showLowCodeReactions: BooleanConstructor;
|
269
|
-
}>> & {
|
269
|
+
}>> & Readonly<{
|
270
270
|
onAddItem?: ((...args: any[]) => any) | undefined;
|
271
271
|
onRemoveItem?: ((...args: any[]) => any) | undefined;
|
272
272
|
onReactionsValidateFailure?: ((...args: any[]) => any) | undefined;
|
273
|
-
}
|
273
|
+
}> & {}>;
|
274
274
|
emit: (event: "addItem" | "removeItem" | "reactionsValidateFailure", ...args: any[]) => void;
|
275
275
|
uuid: string;
|
276
276
|
cssVars: import("vue").ComputedRef<import("../../../shared/types").AnyObject>;
|
277
|
-
fieldListRef: Ref<FormConfigItem[]>;
|
278
|
-
materialListRef: Ref<FormConfigItem[]>;
|
277
|
+
fieldListRef: Ref<FormConfigItem[], FormConfigItem[]>;
|
278
|
+
materialListRef: Ref<FormConfigItem[], FormConfigItem[]>;
|
279
279
|
lowCodeReactionsRef: Ref<{
|
280
280
|
conObj: {
|
281
281
|
con: LowCodeTypes.VALUE_RELATION;
|
@@ -308,6 +308,38 @@ declare const _default: import("vue").DefineComponent<{
|
|
308
308
|
}[] | undefined;
|
309
309
|
__oppositeBindField?: any | undefined;
|
310
310
|
__oppositeTargetField?: any | undefined;
|
311
|
+
}[], LowCodeTypes.reactionConfig[] | {
|
312
|
+
conObj: {
|
313
|
+
con: LowCodeTypes.VALUE_RELATION;
|
314
|
+
field_key: string;
|
315
|
+
value: unknown;
|
316
|
+
}[];
|
317
|
+
compareMap?: {
|
318
|
+
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
319
|
+
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
320
|
+
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
321
|
+
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
322
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
323
|
+
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
324
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
325
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
326
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
327
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
328
|
+
} | undefined;
|
329
|
+
isRestoreDefault?: boolean | undefined;
|
330
|
+
sqlExpression?: string | undefined;
|
331
|
+
showField?: string[] | undefined;
|
332
|
+
hideField?: string[] | undefined;
|
333
|
+
requiredField?: string[] | undefined;
|
334
|
+
notRequiredField?: string[] | undefined;
|
335
|
+
enabledField?: string[] | undefined;
|
336
|
+
disabledField?: string[] | undefined;
|
337
|
+
setValueField?: {
|
338
|
+
field?: string | undefined;
|
339
|
+
value?: unknown;
|
340
|
+
}[] | undefined;
|
341
|
+
__oppositeBindField?: any | undefined;
|
342
|
+
__oppositeTargetField?: any | undefined;
|
311
343
|
}[]>;
|
312
344
|
getSortOption: () => {
|
313
345
|
move: ({ to, from, dragged }: import("sortablejs").MoveEvent) => false | undefined;
|
@@ -321,18 +353,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
321
353
|
};
|
322
354
|
addItem: (formConfigItem: FormConfigItem) => void;
|
323
355
|
parsedTextFormatter: FormConfigTextFormatter;
|
324
|
-
currentEditField: Ref<FormConfigItem | undefined>;
|
356
|
+
currentEditField: Ref<FormConfigItem | undefined, FormConfigItem | undefined>;
|
325
357
|
formConfigEditRef: Ref<{
|
326
358
|
validate: AnyFn;
|
359
|
+
} | undefined, {
|
360
|
+
validate: AnyFn;
|
327
361
|
} | undefined>;
|
328
362
|
transform: (fieldList: FormConfigItem[]) => FormConfigItem[];
|
329
363
|
inverseTransform: (fieldList: FormConfigItem[], withOriginalSetting: boolean, otherConfig?: Partial<FormConfigItem> | undefined) => FormConfigItem[];
|
330
|
-
extraValueRef: import("vue").WritableComputedRef<any>;
|
331
|
-
_extraOptions: Ref<FormConfigItem[]>;
|
364
|
+
extraValueRef: import("vue").WritableComputedRef<any, any>;
|
365
|
+
_extraOptions: Ref<FormConfigItem[], FormConfigItem[]>;
|
332
366
|
extraOptions: import("vue").ComputedRef<FormConfigItem[]>;
|
333
367
|
onFocus: () => Promise<void>;
|
334
|
-
useVersion: typeof useVersion;
|
335
|
-
Draggable: import("vue").DefineComponent<{
|
368
|
+
readonly useVersion: typeof useVersion;
|
369
|
+
readonly Draggable: import("vue").DefineComponent<{
|
336
370
|
list: {
|
337
371
|
type: ArrayConstructor;
|
338
372
|
required: boolean;
|
@@ -404,28 +438,28 @@ declare const _default: import("vue").DefineComponent<{
|
|
404
438
|
list: unknown[];
|
405
439
|
modelValue: unknown[];
|
406
440
|
componentData: Record<string, any>;
|
407
|
-
}>;
|
441
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
408
442
|
FormConfigCreator: import("vue").DefineComponent<{}, {
|
409
443
|
linebarField: import("../../../components/form-render").FieldItem[];
|
410
|
-
linebarFormRef: Ref<FormRenderExpose | undefined>;
|
411
|
-
lineBreakFormRef: Ref<FormRenderExpose | undefined>;
|
444
|
+
linebarFormRef: Ref<FormRenderExpose | undefined, FormRenderExpose | undefined>;
|
445
|
+
lineBreakFormRef: Ref<FormRenderExpose | undefined, FormRenderExpose | undefined>;
|
412
446
|
initialData: Partial<FormConfigItem>;
|
413
447
|
emit: (event: "submit", payload: FormConfigItem) => void;
|
414
448
|
submit: (type: string, props?: import("../../../shared/types").AnyObject | undefined, formRef?: FormRenderExpose | undefined) => Promise<void>;
|
415
|
-
pick: {
|
449
|
+
readonly pick: {
|
416
450
|
<T extends object, U extends keyof T>(object: T, ...props: import("lodash").Many<U>[]): Pick<T, U>;
|
417
451
|
<T_1>(object: T_1 | null | undefined, ...props: import("lodash").Many<import("lodash").PropertyPath>[]): Partial<T_1>;
|
418
452
|
};
|
419
|
-
NButton: any;
|
420
|
-
NButtonGroup: any;
|
421
|
-
NPopconfirm: any;
|
422
|
-
CFormRender: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{}, {
|
423
|
-
formRenderRef: Ref<FormRenderExpose | undefined>;
|
424
|
-
key: Ref<number>;
|
453
|
+
readonly NButton: any;
|
454
|
+
readonly NButtonGroup: any;
|
455
|
+
readonly NPopconfirm: any;
|
456
|
+
readonly CFormRender: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{}, {
|
457
|
+
formRenderRef: Ref<FormRenderExpose | undefined, FormRenderExpose | undefined>;
|
458
|
+
key: Ref<number, number>;
|
425
459
|
reload: () => Promise<void>;
|
426
460
|
formRenderExposeKeyList: readonly ["validate", "getFormValues", "setFormValues", "setFieldState", "resetFields", "queryWidget", "getFieldList", "applySelectedSetting", "getTextFormValues", "optionInited", "updateAnchor"];
|
427
461
|
exposed: Partial<FormRenderExpose>;
|
428
|
-
FormRender: import("vue").DefineComponent<{
|
462
|
+
FormRender: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
429
463
|
fieldList: {
|
430
464
|
type: PropType<import("../../../components/form-render").FieldItem[]>;
|
431
465
|
};
|
@@ -519,7 +553,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
519
553
|
}>>;
|
520
554
|
};
|
521
555
|
components: {
|
522
|
-
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
556
|
+
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
523
557
|
default: () => {};
|
524
558
|
};
|
525
559
|
scope: {
|
@@ -604,11 +638,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
604
638
|
type: PropType<string[]>;
|
605
639
|
};
|
606
640
|
linebarDirection: {
|
607
|
-
type: PropType<"
|
641
|
+
type: PropType<"vertical" | "horizontal">;
|
608
642
|
default: string;
|
609
643
|
};
|
610
644
|
linebarTextDirection: {
|
611
|
-
type: PropType<"
|
645
|
+
type: PropType<"vertical" | "horizontal">;
|
612
646
|
default: string;
|
613
647
|
};
|
614
648
|
linebarWidth: {
|
@@ -633,8 +667,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
633
667
|
lazyRender: BooleanConstructor;
|
634
668
|
linebreaksToTitle: BooleanConstructor;
|
635
669
|
dialogFn: {};
|
636
|
-
}
|
637
|
-
props:
|
670
|
+
}>, {
|
671
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
638
672
|
fieldList: {
|
639
673
|
type: PropType<import("../../../components/form-render").FieldItem[]>;
|
640
674
|
};
|
@@ -728,7 +762,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
728
762
|
}>>;
|
729
763
|
};
|
730
764
|
components: {
|
731
|
-
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
765
|
+
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
732
766
|
default: () => {};
|
733
767
|
};
|
734
768
|
scope: {
|
@@ -813,11 +847,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
813
847
|
type: PropType<string[]>;
|
814
848
|
};
|
815
849
|
linebarDirection: {
|
816
|
-
type: PropType<"
|
850
|
+
type: PropType<"vertical" | "horizontal">;
|
817
851
|
default: string;
|
818
852
|
};
|
819
853
|
linebarTextDirection: {
|
820
|
-
type: PropType<"
|
854
|
+
type: PropType<"vertical" | "horizontal">;
|
821
855
|
default: string;
|
822
856
|
};
|
823
857
|
linebarWidth: {
|
@@ -842,19 +876,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
842
876
|
lazyRender: BooleanConstructor;
|
843
877
|
linebreaksToTitle: BooleanConstructor;
|
844
878
|
dialogFn: {};
|
845
|
-
}>> & {
|
879
|
+
}>> & Readonly<{
|
846
880
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
847
881
|
onScroll?: ((...args: any[]) => any) | undefined;
|
848
882
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
849
883
|
"onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
|
850
884
|
onLinebarChange?: ((...args: any[]) => any) | undefined;
|
851
885
|
onReady?: ((...args: any[]) => any) | undefined;
|
852
|
-
}
|
886
|
+
}> & {}>;
|
853
887
|
emit: (event: "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", ...args: any[]) => void;
|
854
888
|
cssVars: import("vue").ComputedRef<import("../../../shared/types").AnyObject>;
|
855
889
|
nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
|
856
|
-
formRenderRef: Ref<HTMLElement | undefined>;
|
857
|
-
formWidth: Ref<number>;
|
890
|
+
formRenderRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
891
|
+
formWidth: Ref<number, number>;
|
858
892
|
formHeight: import("vue").ComputedRef<string>;
|
859
893
|
SchemaField: import("vue").DefineComponent<import("@formily/vue").ISchemaFieldProps>;
|
860
894
|
businessCollector: import("../../../components/form-render").BusinessCollector;
|
@@ -867,13 +901,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
867
901
|
formUUID: string;
|
868
902
|
anchorBarRef: Ref<{
|
869
903
|
syncBarPosition: AnyFn;
|
904
|
+
} | undefined, {
|
905
|
+
syncBarPosition: AnyFn;
|
870
906
|
} | undefined>;
|
871
|
-
currentAnchor: import("vue").WritableComputedRef<string>;
|
907
|
+
currentAnchor: import("vue").WritableComputedRef<string, string>;
|
872
908
|
updateAnchorList: (field: import("@formily/core").GeneralField) => void;
|
873
909
|
anchorIdList: Ref<{
|
874
910
|
name: string;
|
875
911
|
title: string;
|
876
912
|
index: number;
|
913
|
+
}[], (Record<"name" | "title", string> & {
|
914
|
+
index: number;
|
915
|
+
})[] | {
|
916
|
+
name: string;
|
917
|
+
title: string;
|
918
|
+
index: number;
|
877
919
|
}[]>;
|
878
920
|
onScroll: (scrollEvent: Event) => void;
|
879
921
|
generateAnchorList: (formModel: import("@formily/core").Form<any>) => Promise<void>;
|
@@ -900,7 +942,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
900
942
|
setGraph: (field: import("@formily/core").GeneralField) => void;
|
901
943
|
removeGraph: (field: import("@formily/core").GeneralField) => void;
|
902
944
|
lowCodeEventTrigger: (field: import("@formily/core").GeneralField) => void;
|
903
|
-
emitFormChange: Ref<boolean>;
|
945
|
+
emitFormChange: Ref<boolean, boolean>;
|
904
946
|
formModel: import("@formily/core").Form<{
|
905
947
|
[x: string]: any;
|
906
948
|
}>;
|
@@ -977,7 +1019,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
977
1019
|
"x-read-pretty"?: boolean | undefined;
|
978
1020
|
"x-compile-omitted"?: string[] | undefined;
|
979
1021
|
}>;
|
980
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
1022
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
981
1023
|
scope: import("../../../shared/types").AnyObject;
|
982
1024
|
annotation: Record<string, import("../../annotation-edit/src/type").AnnotationItem>;
|
983
1025
|
annotationShortcuts: (string | {
|
@@ -1012,8 +1054,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1012
1054
|
selectMode: boolean;
|
1013
1055
|
selectedFields: string[];
|
1014
1056
|
linebarWidth: string | number;
|
1015
|
-
linebarDirection: "
|
1016
|
-
linebarTextDirection: "
|
1057
|
+
linebarDirection: "vertical" | "horizontal";
|
1058
|
+
linebarTextDirection: "vertical" | "horizontal";
|
1017
1059
|
autoWidth: number | boolean;
|
1018
1060
|
feedbackType: "default" | "tooltip";
|
1019
1061
|
fixMemoLeak: boolean;
|
@@ -1196,16 +1238,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
1196
1238
|
onKeydown: (event: KeyboardEvent) => Promise<void>;
|
1197
1239
|
clearSpan: (uuid: string) => void;
|
1198
1240
|
exposeEvent: Omit<FormRenderExpose, "updateAnchor" | "getFieldList" | "optionInited" | "formModel" | "reload">;
|
1199
|
-
useVersion: typeof useVersion;
|
1200
|
-
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<{}>>, {}>;
|
1201
|
-
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>>>, {
|
1241
|
+
readonly useVersion: typeof useVersion;
|
1242
|
+
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>;
|
1243
|
+
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>>>, {
|
1202
1244
|
form: any;
|
1203
|
-
}>;
|
1204
|
-
NConfigProvider: any;
|
1205
|
-
NForm: any;
|
1206
|
-
NTabPane: any;
|
1207
|
-
NTabs: any;
|
1208
|
-
},
|
1245
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1246
|
+
readonly NConfigProvider: any;
|
1247
|
+
readonly NForm: any;
|
1248
|
+
readonly NTabPane: any;
|
1249
|
+
readonly NTabs: any;
|
1250
|
+
}, {}, {}, {}, 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<{
|
1209
1251
|
fieldList: {
|
1210
1252
|
type: PropType<import("../../../components/form-render").FieldItem[]>;
|
1211
1253
|
};
|
@@ -1299,7 +1341,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1299
1341
|
}>>;
|
1300
1342
|
};
|
1301
1343
|
components: {
|
1302
|
-
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
1344
|
+
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
1303
1345
|
default: () => {};
|
1304
1346
|
};
|
1305
1347
|
scope: {
|
@@ -1384,11 +1426,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
1384
1426
|
type: PropType<string[]>;
|
1385
1427
|
};
|
1386
1428
|
linebarDirection: {
|
1387
|
-
type: PropType<"
|
1429
|
+
type: PropType<"vertical" | "horizontal">;
|
1388
1430
|
default: string;
|
1389
1431
|
};
|
1390
1432
|
linebarTextDirection: {
|
1391
|
-
type: PropType<"
|
1433
|
+
type: PropType<"vertical" | "horizontal">;
|
1392
1434
|
default: string;
|
1393
1435
|
};
|
1394
1436
|
linebarWidth: {
|
@@ -1413,18 +1455,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
1413
1455
|
lazyRender: BooleanConstructor;
|
1414
1456
|
linebreaksToTitle: BooleanConstructor;
|
1415
1457
|
dialogFn: {};
|
1416
|
-
}>> & {
|
1458
|
+
}>> & Readonly<{
|
1417
1459
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
1418
1460
|
onScroll?: ((...args: any[]) => any) | undefined;
|
1419
1461
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
1420
1462
|
"onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
|
1421
1463
|
onLinebarChange?: ((...args: any[]) => any) | undefined;
|
1422
1464
|
onReady?: ((...args: any[]) => any) | undefined;
|
1423
|
-
}
|
1465
|
+
}>, {
|
1466
|
+
maxHeight: string | number;
|
1424
1467
|
anchor: boolean;
|
1425
1468
|
column: number;
|
1426
|
-
|
1427
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
1469
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
1428
1470
|
initialData: import("../../../shared/types").AnyObject;
|
1429
1471
|
parallelism: number;
|
1430
1472
|
scope: import("../../../shared/types").AnyObject;
|
@@ -1440,8 +1482,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1440
1482
|
wordSplitFilter: boolean;
|
1441
1483
|
selectMode: boolean;
|
1442
1484
|
linebarWidth: string | number;
|
1443
|
-
linebarDirection: "
|
1444
|
-
linebarTextDirection: "
|
1485
|
+
linebarDirection: "vertical" | "horizontal";
|
1486
|
+
linebarTextDirection: "vertical" | "horizontal";
|
1445
1487
|
autoWidth: number | boolean;
|
1446
1488
|
feedbackType: "default" | "tooltip";
|
1447
1489
|
fixMemoLeak: boolean;
|
@@ -1450,14 +1492,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
1450
1492
|
nominalAge: boolean;
|
1451
1493
|
operationalFormInit: boolean;
|
1452
1494
|
incrementalRender: boolean;
|
1453
|
-
}>;
|
1454
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
1495
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1496
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
1455
1497
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
1456
1498
|
submit: (payload: FormConfigItem) => FormConfigItem;
|
1457
|
-
}, string, import("vue").
|
1499
|
+
}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
|
1458
1500
|
onSubmit?: ((payload: FormConfigItem) => any) | undefined;
|
1459
|
-
}, {}>;
|
1460
|
-
FormConfigDragDisplay: import("vue").DefineComponent<{
|
1501
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1502
|
+
FormConfigDragDisplay: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1461
1503
|
formConfigItem: {
|
1462
1504
|
type: PropType<FormConfigItem>;
|
1463
1505
|
};
|
@@ -1465,13 +1507,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1465
1507
|
type: PropType<FormConfigTextFormatter>;
|
1466
1508
|
required: true;
|
1467
1509
|
};
|
1468
|
-
}
|
1510
|
+
}>, {
|
1469
1511
|
globProps: import("../../../shared/types").AnyObject | undefined;
|
1470
1512
|
getItemColumnStyle: (formConfigItem?: FormConfigItem | undefined) => {
|
1471
1513
|
'--item-column': number;
|
1472
1514
|
};
|
1473
|
-
fieldList: Ref<FormConfigItem[]> | undefined;
|
1474
|
-
materialList: Ref<FormConfigItem[]> | undefined;
|
1515
|
+
fieldList: Ref<FormConfigItem[], FormConfigItem[]> | undefined;
|
1516
|
+
materialList: Ref<FormConfigItem[], FormConfigItem[]> | undefined;
|
1475
1517
|
getSortOption: (formConfigItem?: FormConfigItem | undefined) => {
|
1476
1518
|
move: ({ to, from, dragged }: import("sortablejs").MoveEvent) => false | undefined;
|
1477
1519
|
onChoose: ({ target, item }: import("sortablejs").SortableEvent) => void;
|
@@ -1482,8 +1524,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1482
1524
|
'item-key': string;
|
1483
1525
|
group: string;
|
1484
1526
|
};
|
1485
|
-
getRenderer: (formConfigItem: FormConfigItem) => import("vue").Component | import("vue").FunctionalComponent<{}, {}>;
|
1486
|
-
Draggable: import("vue").DefineComponent<{
|
1527
|
+
getRenderer: (formConfigItem: FormConfigItem) => import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>;
|
1528
|
+
readonly Draggable: import("vue").DefineComponent<{
|
1487
1529
|
list: {
|
1488
1530
|
type: ArrayConstructor;
|
1489
1531
|
required: boolean;
|
@@ -1555,8 +1597,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1555
1597
|
list: unknown[];
|
1556
1598
|
modelValue: unknown[];
|
1557
1599
|
componentData: Record<string, any>;
|
1558
|
-
}>;
|
1559
|
-
},
|
1600
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1601
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1560
1602
|
formConfigItem: {
|
1561
1603
|
type: PropType<FormConfigItem>;
|
1562
1604
|
};
|
@@ -1564,8 +1606,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1564
1606
|
type: PropType<FormConfigTextFormatter>;
|
1565
1607
|
required: true;
|
1566
1608
|
};
|
1567
|
-
}
|
1568
|
-
FormConfigEdit: import("vue").DefineComponent<{
|
1609
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1610
|
+
FormConfigEdit: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1569
1611
|
uuid: {
|
1570
1612
|
type: StringConstructor;
|
1571
1613
|
required: true;
|
@@ -1639,7 +1681,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1639
1681
|
"x-read-pretty"?: boolean | undefined;
|
1640
1682
|
"x-compile-omitted"?: string[] | undefined;
|
1641
1683
|
}>;
|
1642
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
1684
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
1643
1685
|
scope: import("../../../shared/types").AnyObject;
|
1644
1686
|
annotation: Record<string, import("../../annotation-edit/src/type").AnnotationItem>;
|
1645
1687
|
annotationShortcuts: (string | {
|
@@ -1674,8 +1716,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1674
1716
|
selectMode: boolean;
|
1675
1717
|
selectedFields: string[];
|
1676
1718
|
linebarWidth: string | number;
|
1677
|
-
linebarDirection: "
|
1678
|
-
linebarTextDirection: "
|
1719
|
+
linebarDirection: "vertical" | "horizontal";
|
1720
|
+
linebarTextDirection: "vertical" | "horizontal";
|
1679
1721
|
autoWidth: number | boolean;
|
1680
1722
|
feedbackType: "default" | "tooltip";
|
1681
1723
|
fixMemoLeak: boolean;
|
@@ -1684,8 +1726,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1684
1726
|
dialogFn: any;
|
1685
1727
|
}>>>;
|
1686
1728
|
};
|
1687
|
-
}
|
1688
|
-
props:
|
1729
|
+
}>, {
|
1730
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1689
1731
|
uuid: {
|
1690
1732
|
type: StringConstructor;
|
1691
1733
|
required: true;
|
@@ -1759,7 +1801,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1759
1801
|
"x-read-pretty"?: boolean | undefined;
|
1760
1802
|
"x-compile-omitted"?: string[] | undefined;
|
1761
1803
|
}>;
|
1762
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
1804
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
1763
1805
|
scope: import("../../../shared/types").AnyObject;
|
1764
1806
|
annotation: Record<string, import("../../annotation-edit/src/type").AnnotationItem>;
|
1765
1807
|
annotationShortcuts: (string | {
|
@@ -1794,8 +1836,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1794
1836
|
selectMode: boolean;
|
1795
1837
|
selectedFields: string[];
|
1796
1838
|
linebarWidth: string | number;
|
1797
|
-
linebarDirection: "
|
1798
|
-
linebarTextDirection: "
|
1839
|
+
linebarDirection: "vertical" | "horizontal";
|
1840
|
+
linebarTextDirection: "vertical" | "horizontal";
|
1799
1841
|
autoWidth: number | boolean;
|
1800
1842
|
feedbackType: "default" | "tooltip";
|
1801
1843
|
fixMemoLeak: boolean;
|
@@ -1804,14 +1846,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
1804
1846
|
dialogFn: any;
|
1805
1847
|
}>>>;
|
1806
1848
|
};
|
1807
|
-
}>> & {}
|
1849
|
+
}>> & Readonly<{}> & {}>;
|
1808
1850
|
wrapperSelector: import("vue").ComputedRef<string>;
|
1809
|
-
formRenderRef: Ref<FormRenderExpose | undefined>;
|
1810
|
-
currentActiveField: Ref<import("../../../shared/types").UndefinedAble<FormConfigItem>>;
|
1851
|
+
formRenderRef: Ref<FormRenderExpose | undefined, FormRenderExpose | undefined>;
|
1852
|
+
currentActiveField: Ref<import("../../../shared/types").UndefinedAble<FormConfigItem>, import("../../../shared/types").UndefinedAble<FormConfigItem>>;
|
1811
1853
|
fieldList: Ref<{
|
1812
1854
|
[x: string]: any;
|
1813
1855
|
val_key: string;
|
1814
|
-
html_type: "LINEBAR" | ({} & string) | "INPUT" | "
|
1856
|
+
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";
|
1815
1857
|
annotation?: boolean | undefined;
|
1816
1858
|
val_key_unit?: string | undefined;
|
1817
1859
|
is_edit?: import("../../../components/form-render").FormCommonState | undefined;
|
@@ -1827,7 +1869,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1827
1869
|
placeholder?: string | undefined;
|
1828
1870
|
validate?: {
|
1829
1871
|
[x: string]: any;
|
1830
|
-
obj_type?: ("
|
1872
|
+
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
1831
1873
|
vali_obj?: string | undefined;
|
1832
1874
|
max_value?: string | number | undefined;
|
1833
1875
|
min_value?: string | number | undefined;
|
@@ -1836,28 +1878,226 @@ declare const _default: import("vue").DefineComponent<{
|
|
1836
1878
|
min_length?: string | number | undefined;
|
1837
1879
|
max_length?: string | number | undefined;
|
1838
1880
|
decimal_length?: string | number | undefined;
|
1839
|
-
regular_expression?: string |
|
1840
|
-
|
1841
|
-
|
1842
|
-
|
1843
|
-
|
1844
|
-
|
1845
|
-
|
1846
|
-
|
1847
|
-
|
1848
|
-
|
1849
|
-
|
1850
|
-
|
1851
|
-
|
1852
|
-
|
1853
|
-
|
1854
|
-
|
1855
|
-
|
1856
|
-
|
1857
|
-
|
1858
|
-
|
1859
|
-
|
1881
|
+
regular_expression?: string | RegExp | undefined;
|
1882
|
+
regular_error_tip?: string | undefined;
|
1883
|
+
message?: string | undefined;
|
1884
|
+
} | undefined;
|
1885
|
+
option?: {
|
1886
|
+
[x: string]: any;
|
1887
|
+
keyword?: string | undefined;
|
1888
|
+
disabled?: boolean | undefined;
|
1889
|
+
children?: any[] | undefined;
|
1890
|
+
childrenFields?: any[] | undefined;
|
1891
|
+
}[] | undefined;
|
1892
|
+
multi_select?: import("../../../components/form-render").FormCommonState | undefined;
|
1893
|
+
multi_select_value?: string | number | undefined;
|
1894
|
+
wordbook?: {
|
1895
|
+
level_num?: number | undefined;
|
1896
|
+
id?: string | undefined;
|
1897
|
+
name?: string | undefined;
|
1898
|
+
render_key?: string[] | undefined;
|
1899
|
+
search_key?: string[] | undefined;
|
1900
|
+
value_key?: string | undefined;
|
1901
|
+
queryParams?: string[] | undefined;
|
1902
|
+
primary_key?: string | undefined;
|
1903
|
+
type?: string | undefined;
|
1904
|
+
level_key?: string | undefined;
|
1905
|
+
link_key?: string | undefined;
|
1906
|
+
link_key_split?: string | undefined;
|
1907
|
+
show_key?: string | string[] | undefined;
|
1908
|
+
conObj?: import("../../../shared/types").AnyObject[] | undefined;
|
1909
|
+
conObjFirstLevel?: import("../../../shared/types").AnyObject[] | undefined;
|
1910
|
+
setting?: {
|
1911
|
+
cascading?: {
|
1912
|
+
'form.name': string;
|
1913
|
+
value: string;
|
1914
|
+
}[] | undefined;
|
1915
|
+
} | undefined;
|
1916
|
+
} | undefined;
|
1917
|
+
open?: {
|
1918
|
+
value?: any;
|
1919
|
+
describe?: string | undefined;
|
1920
|
+
} | undefined;
|
1921
|
+
close?: {
|
1922
|
+
value?: any;
|
1923
|
+
describe?: string | undefined;
|
1924
|
+
} | undefined;
|
1925
|
+
requiredReminderContent?: string | undefined;
|
1926
|
+
date_format?: string | undefined;
|
1927
|
+
step_length?: string | number | undefined;
|
1928
|
+
urlConfig?: {
|
1929
|
+
[x: string]: any;
|
1930
|
+
url: string;
|
1931
|
+
method?: import("../../../shared/hooks").FormRequestDefine.RequestType | undefined;
|
1932
|
+
nameKey?: string | undefined;
|
1933
|
+
valueKey?: string | undefined;
|
1934
|
+
showKey?: string | undefined;
|
1935
|
+
searchKey?: string[] | undefined;
|
1936
|
+
params?: import("../../../shared/types").AnyObject | undefined;
|
1937
|
+
dependKey?: string | Record<string, string> | (string | {
|
1938
|
+
paramName: string;
|
1939
|
+
paramValue?: string | undefined;
|
1940
|
+
required?: boolean | undefined;
|
1941
|
+
keepValue?: boolean | undefined;
|
1942
|
+
})[] | undefined;
|
1943
|
+
} | undefined;
|
1944
|
+
suffixConfig?: any | any[] | undefined;
|
1945
|
+
prefixConfig?: any | any[] | undefined;
|
1946
|
+
autograph?: string | undefined;
|
1947
|
+
defined_error_msg?: string | undefined;
|
1948
|
+
extendKey?: string | undefined;
|
1949
|
+
is_not_fold?: string | undefined;
|
1950
|
+
remark?: string | undefined;
|
1951
|
+
remarkTo?: string | HTMLElement | undefined;
|
1952
|
+
free_entry?: import("../../../components/form-render").FormCommonState | undefined;
|
1953
|
+
save_free_entry?: import("../../../components/form-render").FormCommonState | undefined;
|
1954
|
+
initialize_high?: number | undefined;
|
1955
|
+
bindEventSetting?: {
|
1956
|
+
[x: string]: unknown;
|
1957
|
+
event_type: LowCodeTypes.EVENT_TYPE;
|
1958
|
+
event_field?: string | undefined;
|
1959
|
+
params?: {
|
1960
|
+
p_value?: string | undefined;
|
1961
|
+
p_name: string;
|
1962
|
+
p_select: LowCodeTypes.VALUE_RELATION;
|
1963
|
+
}[] | undefined;
|
1964
|
+
results?: {
|
1965
|
+
p_value: string;
|
1966
|
+
p_name: string;
|
1967
|
+
}[] | undefined;
|
1968
|
+
compareMap?: {
|
1969
|
+
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
1970
|
+
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
1971
|
+
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
1972
|
+
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
1973
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
1974
|
+
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
1975
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
1976
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
1977
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
1978
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
1979
|
+
} | undefined;
|
1980
|
+
}[] | undefined;
|
1981
|
+
show_mode?: LowCodeTypes.showModeType | undefined;
|
1982
|
+
is_allow_check_mid?: import("../../../components/form-render").FormCommonState | undefined;
|
1983
|
+
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
1984
|
+
prefix?: string | import("../../../shared/types").AnyObject | (() => any) | undefined;
|
1985
|
+
suffix?: string | import("../../../shared/types").AnyObject | (() => any) | undefined;
|
1986
|
+
allowSlash?: string | boolean | undefined;
|
1987
|
+
allowModify?: import("../../../components/form-render").FormCommonState | undefined;
|
1988
|
+
show_key?: string | undefined;
|
1989
|
+
whiteList?: string[] | undefined;
|
1990
|
+
bordered?: string | boolean | undefined;
|
1991
|
+
displayMode?: "form" | "table" | undefined;
|
1992
|
+
editor_title?: string | undefined;
|
1993
|
+
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
1994
|
+
linebarWidth?: string | undefined;
|
1995
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
1996
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
1997
|
+
labelColor?: string | undefined;
|
1998
|
+
fieldTitleRed?: boolean | import("../../../components/form-render").FormCommonState | undefined;
|
1999
|
+
confirmBeforeValueChange?: boolean | undefined;
|
2000
|
+
confirmBeforeValueChangeProps?: {
|
2001
|
+
[x: string]: any;
|
2002
|
+
content: string | ((params: {
|
2003
|
+
fieldName: string;
|
2004
|
+
newValue: any;
|
2005
|
+
oldValue: any;
|
2006
|
+
}) => any);
|
2007
|
+
updateOriginValue: boolean;
|
2008
|
+
} | undefined;
|
2009
|
+
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
2010
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2011
|
+
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2012
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2013
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2014
|
+
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2015
|
+
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2016
|
+
fieldTitleColor?: string | undefined;
|
2017
|
+
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
2018
|
+
content?: string | import("../../../components/form-render").FormRenderer | Record<string, import("../../../components/form-render").FormRenderer> | undefined;
|
2019
|
+
lazyRequest?: boolean | undefined;
|
2020
|
+
requestCache?: boolean | undefined;
|
2021
|
+
maxGroupNum?: number | undefined;
|
2022
|
+
minGroupNum?: number | undefined;
|
2023
|
+
jsonCombination?: boolean | undefined;
|
2024
|
+
combinationItemDeletable?: boolean | import("../../../components/form-render").CombinationItemDeletableFn | undefined;
|
2025
|
+
children?: any[] | undefined;
|
2026
|
+
properties?: any[] | undefined;
|
2027
|
+
componentProps?: import("../../../shared/types").AnyObject | undefined;
|
2028
|
+
decoratorProps?: import("../../../shared/types").AnyObject | undefined;
|
2029
|
+
noDecorator?: {
|
2030
|
+
valueOf: () => boolean;
|
2031
|
+
} | undefined;
|
2032
|
+
display?: "flex" | "grid" | undefined;
|
2033
|
+
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
2034
|
+
wrapperStyle?: Record<string, string | number> | undefined;
|
2035
|
+
childFieldStrategy?: "checked" | "all" | undefined;
|
2036
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
2037
|
+
validator?: ((value: unknown, fieldItem: import("../../../components/form-render").FieldItem, context: {
|
2038
|
+
field: import("@formily/core").Field<any, any, any, any>;
|
2039
|
+
form: import("@formily/core").Form<any>;
|
2040
|
+
value: unknown;
|
2041
|
+
validator: AnyFn;
|
2042
|
+
}) => string | void) | undefined;
|
2043
|
+
reactions?: {
|
2044
|
+
[x: string]: any;
|
2045
|
+
dependencies?: string[] | undefined;
|
2046
|
+
target?: string | undefined;
|
2047
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
2048
|
+
when?: string | boolean | undefined;
|
2049
|
+
fulfill?: {
|
2050
|
+
state?: import("../../../shared/types").AnyObject | undefined;
|
2051
|
+
run?: string | undefined;
|
2052
|
+
} | undefined;
|
2053
|
+
otherwise?: {
|
2054
|
+
state?: import("../../../shared/types").AnyObject | undefined;
|
2055
|
+
run?: string | undefined;
|
2056
|
+
} | undefined;
|
2057
|
+
} | {
|
2058
|
+
[x: string]: any;
|
2059
|
+
dependencies?: string[] | undefined;
|
2060
|
+
target?: string | undefined;
|
2061
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
2062
|
+
when?: string | boolean | undefined;
|
2063
|
+
fulfill?: {
|
2064
|
+
state?: import("../../../shared/types").AnyObject | undefined;
|
2065
|
+
run?: string | undefined;
|
2066
|
+
} | undefined;
|
2067
|
+
otherwise?: {
|
2068
|
+
state?: import("../../../shared/types").AnyObject | undefined;
|
2069
|
+
run?: string | undefined;
|
1860
2070
|
} | undefined;
|
2071
|
+
}[] | undefined;
|
2072
|
+
}[], import("../../../components/form-render").FieldItem[] | {
|
2073
|
+
[x: string]: any;
|
2074
|
+
val_key: string;
|
2075
|
+
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";
|
2076
|
+
annotation?: boolean | undefined;
|
2077
|
+
val_key_unit?: string | undefined;
|
2078
|
+
is_edit?: import("../../../components/form-render").FormCommonState | undefined;
|
2079
|
+
elem_width?: string | number | undefined;
|
2080
|
+
is_show?: import("../../../components/form-render").FormCommonState | undefined;
|
2081
|
+
is_null?: import("../../../components/form-render").FormCommonState | undefined;
|
2082
|
+
name?: string | undefined;
|
2083
|
+
nameAbbr?: string | undefined;
|
2084
|
+
alias?: string | undefined;
|
2085
|
+
default_val?: any;
|
2086
|
+
is_empty?: import("../../../components/form-render").FormCommonState | undefined;
|
2087
|
+
hide_title?: import("../../../components/form-render").FormCommonState | undefined;
|
2088
|
+
placeholder?: string | undefined;
|
2089
|
+
validate?: {
|
2090
|
+
[x: string]: any;
|
2091
|
+
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
2092
|
+
vali_obj?: string | undefined;
|
2093
|
+
max_value?: string | number | undefined;
|
2094
|
+
min_value?: string | number | undefined;
|
2095
|
+
min_date?: string | undefined;
|
2096
|
+
max_date?: string | undefined;
|
2097
|
+
min_length?: string | number | undefined;
|
2098
|
+
max_length?: string | number | undefined;
|
2099
|
+
decimal_length?: string | number | undefined;
|
2100
|
+
regular_expression?: string | RegExp | undefined;
|
1861
2101
|
regular_error_tip?: string | undefined;
|
1862
2102
|
message?: string | undefined;
|
1863
2103
|
} | undefined;
|
@@ -1971,8 +2211,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1971
2211
|
editor_title?: string | undefined;
|
1972
2212
|
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
1973
2213
|
linebarWidth?: string | undefined;
|
1974
|
-
linebarDirection?: "
|
1975
|
-
linebarTextDirection?: "
|
2214
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
2215
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
1976
2216
|
labelColor?: string | undefined;
|
1977
2217
|
fieldTitleRed?: boolean | import("../../../components/form-render").FormCommonState | undefined;
|
1978
2218
|
confirmBeforeValueChange?: boolean | undefined;
|
@@ -1986,10 +2226,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
1986
2226
|
updateOriginValue: boolean;
|
1987
2227
|
} | undefined;
|
1988
2228
|
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
1989
|
-
unit?: ("
|
2229
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
1990
2230
|
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
1991
|
-
max_date_unit?: ("
|
1992
|
-
min_date_unit?: ("
|
2231
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2232
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
1993
2233
|
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
1994
2234
|
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
1995
2235
|
fieldTitleColor?: string | undefined;
|
@@ -2012,7 +2252,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2012
2252
|
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
2013
2253
|
wrapperStyle?: Record<string, string | number> | undefined;
|
2014
2254
|
childFieldStrategy?: "checked" | "all" | undefined;
|
2015
|
-
childWidthMode?: "
|
2255
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
2016
2256
|
validator?: ((value: unknown, fieldItem: import("../../../components/form-render").FieldItem, context: {
|
2017
2257
|
field: import("@formily/core").Field<any, any, any, any>;
|
2018
2258
|
form: import("@formily/core").Form<any>;
|
@@ -2091,7 +2331,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2091
2331
|
originalSetting?: {
|
2092
2332
|
[x: string]: any;
|
2093
2333
|
val_key: string;
|
2094
|
-
html_type: "LINEBAR" | ({} & string) | "INPUT" | "
|
2334
|
+
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";
|
2095
2335
|
annotation?: boolean | undefined;
|
2096
2336
|
val_key_unit?: string | undefined;
|
2097
2337
|
is_edit?: import("../../../components/form-render").FormCommonState | undefined;
|
@@ -2107,7 +2347,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2107
2347
|
placeholder?: string | undefined;
|
2108
2348
|
validate?: {
|
2109
2349
|
[x: string]: any;
|
2110
|
-
obj_type?: ("
|
2350
|
+
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
2111
2351
|
vali_obj?: string | undefined;
|
2112
2352
|
max_value?: string | number | undefined;
|
2113
2353
|
min_value?: string | number | undefined;
|
@@ -2116,28 +2356,543 @@ declare const _default: import("vue").DefineComponent<{
|
|
2116
2356
|
min_length?: string | number | undefined;
|
2117
2357
|
max_length?: string | number | undefined;
|
2118
2358
|
decimal_length?: string | number | undefined;
|
2119
|
-
regular_expression?: string |
|
2120
|
-
|
2121
|
-
|
2122
|
-
|
2123
|
-
|
2124
|
-
|
2125
|
-
|
2126
|
-
|
2127
|
-
|
2128
|
-
|
2129
|
-
|
2130
|
-
|
2131
|
-
|
2132
|
-
|
2133
|
-
|
2134
|
-
|
2135
|
-
|
2136
|
-
|
2137
|
-
|
2138
|
-
|
2139
|
-
|
2359
|
+
regular_expression?: string | RegExp | undefined;
|
2360
|
+
regular_error_tip?: string | undefined;
|
2361
|
+
message?: string | undefined;
|
2362
|
+
} | undefined;
|
2363
|
+
option?: {
|
2364
|
+
[x: string]: any;
|
2365
|
+
keyword?: string | undefined;
|
2366
|
+
disabled?: boolean | undefined;
|
2367
|
+
children?: any[] | undefined;
|
2368
|
+
childrenFields?: any[] | undefined;
|
2369
|
+
}[] | undefined;
|
2370
|
+
multi_select?: import("../../../components/form-render").FormCommonState | undefined;
|
2371
|
+
multi_select_value?: string | number | undefined;
|
2372
|
+
wordbook?: {
|
2373
|
+
level_num?: number | undefined;
|
2374
|
+
id?: string | undefined;
|
2375
|
+
name?: string | undefined;
|
2376
|
+
render_key?: string[] | undefined;
|
2377
|
+
search_key?: string[] | undefined;
|
2378
|
+
value_key?: string | undefined;
|
2379
|
+
queryParams?: string[] | undefined;
|
2380
|
+
primary_key?: string | undefined;
|
2381
|
+
type?: string | undefined;
|
2382
|
+
level_key?: string | undefined;
|
2383
|
+
link_key?: string | undefined;
|
2384
|
+
link_key_split?: string | undefined;
|
2385
|
+
show_key?: string | string[] | undefined;
|
2386
|
+
conObj?: import("../../../shared/types").AnyObject[] | undefined;
|
2387
|
+
conObjFirstLevel?: import("../../../shared/types").AnyObject[] | undefined;
|
2388
|
+
setting?: {
|
2389
|
+
cascading?: {
|
2390
|
+
'form.name': string;
|
2391
|
+
value: string;
|
2392
|
+
}[] | undefined;
|
2140
2393
|
} | undefined;
|
2394
|
+
} | undefined;
|
2395
|
+
open?: {
|
2396
|
+
value?: any;
|
2397
|
+
describe?: string | undefined;
|
2398
|
+
} | undefined;
|
2399
|
+
close?: {
|
2400
|
+
value?: any;
|
2401
|
+
describe?: string | undefined;
|
2402
|
+
} | undefined;
|
2403
|
+
requiredReminderContent?: string | undefined;
|
2404
|
+
date_format?: string | undefined;
|
2405
|
+
step_length?: string | number | undefined;
|
2406
|
+
urlConfig?: {
|
2407
|
+
[x: string]: any;
|
2408
|
+
url: string;
|
2409
|
+
method?: import("../../../shared/hooks").FormRequestDefine.RequestType | undefined;
|
2410
|
+
nameKey?: string | undefined;
|
2411
|
+
valueKey?: string | undefined;
|
2412
|
+
showKey?: string | undefined;
|
2413
|
+
searchKey?: string[] | undefined;
|
2414
|
+
params?: import("../../../shared/types").AnyObject | undefined;
|
2415
|
+
dependKey?: string | Record<string, string> | (string | {
|
2416
|
+
paramName: string;
|
2417
|
+
paramValue?: string | undefined;
|
2418
|
+
required?: boolean | undefined;
|
2419
|
+
keepValue?: boolean | undefined;
|
2420
|
+
})[] | undefined;
|
2421
|
+
} | undefined;
|
2422
|
+
suffixConfig?: any | any[] | undefined;
|
2423
|
+
prefixConfig?: any | any[] | undefined;
|
2424
|
+
autograph?: string | undefined;
|
2425
|
+
defined_error_msg?: string | undefined;
|
2426
|
+
extendKey?: string | undefined;
|
2427
|
+
is_not_fold?: string | undefined;
|
2428
|
+
remark?: string | undefined;
|
2429
|
+
remarkTo?: string | HTMLElement | undefined;
|
2430
|
+
free_entry?: import("../../../components/form-render").FormCommonState | undefined;
|
2431
|
+
save_free_entry?: import("../../../components/form-render").FormCommonState | undefined;
|
2432
|
+
initialize_high?: number | undefined;
|
2433
|
+
bindEventSetting?: {
|
2434
|
+
[x: string]: unknown;
|
2435
|
+
event_type: LowCodeTypes.EVENT_TYPE;
|
2436
|
+
event_field?: string | undefined;
|
2437
|
+
params?: {
|
2438
|
+
p_value?: string | undefined;
|
2439
|
+
p_name: string;
|
2440
|
+
p_select: LowCodeTypes.VALUE_RELATION;
|
2441
|
+
}[] | undefined;
|
2442
|
+
results?: {
|
2443
|
+
p_value: string;
|
2444
|
+
p_name: string;
|
2445
|
+
}[] | undefined;
|
2446
|
+
compareMap?: {
|
2447
|
+
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
2448
|
+
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2449
|
+
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
2450
|
+
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
2451
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2452
|
+
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2453
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
2454
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
2455
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2456
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
2457
|
+
} | undefined;
|
2458
|
+
}[] | undefined;
|
2459
|
+
show_mode?: LowCodeTypes.showModeType | undefined;
|
2460
|
+
is_allow_check_mid?: import("../../../components/form-render").FormCommonState | undefined;
|
2461
|
+
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
2462
|
+
prefix?: string | import("../../../shared/types").AnyObject | (() => any) | undefined;
|
2463
|
+
suffix?: string | import("../../../shared/types").AnyObject | (() => any) | undefined;
|
2464
|
+
allowSlash?: string | boolean | undefined;
|
2465
|
+
allowModify?: import("../../../components/form-render").FormCommonState | undefined;
|
2466
|
+
show_key?: string | undefined;
|
2467
|
+
whiteList?: string[] | undefined;
|
2468
|
+
bordered?: string | boolean | undefined;
|
2469
|
+
displayMode?: "form" | "table" | undefined;
|
2470
|
+
editor_title?: string | undefined;
|
2471
|
+
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
2472
|
+
linebarWidth?: string | undefined;
|
2473
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
2474
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
2475
|
+
labelColor?: string | undefined;
|
2476
|
+
fieldTitleRed?: boolean | import("../../../components/form-render").FormCommonState | undefined;
|
2477
|
+
confirmBeforeValueChange?: boolean | undefined;
|
2478
|
+
confirmBeforeValueChangeProps?: {
|
2479
|
+
[x: string]: any;
|
2480
|
+
content: string | ((params: {
|
2481
|
+
fieldName: string;
|
2482
|
+
newValue: any;
|
2483
|
+
oldValue: any;
|
2484
|
+
}) => any);
|
2485
|
+
updateOriginValue: boolean;
|
2486
|
+
} | undefined;
|
2487
|
+
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
2488
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2489
|
+
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2490
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2491
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2492
|
+
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2493
|
+
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2494
|
+
fieldTitleColor?: string | undefined;
|
2495
|
+
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
2496
|
+
content?: string | import("../../../components/form-render").FormRenderer | Record<string, import("../../../components/form-render").FormRenderer> | undefined;
|
2497
|
+
lazyRequest?: boolean | undefined;
|
2498
|
+
requestCache?: boolean | undefined;
|
2499
|
+
maxGroupNum?: number | undefined;
|
2500
|
+
minGroupNum?: number | undefined;
|
2501
|
+
jsonCombination?: boolean | undefined;
|
2502
|
+
combinationItemDeletable?: boolean | import("../../../components/form-render").CombinationItemDeletableFn | undefined;
|
2503
|
+
children?: any[] | undefined;
|
2504
|
+
properties?: any[] | undefined;
|
2505
|
+
componentProps?: import("../../../shared/types").AnyObject | undefined;
|
2506
|
+
decoratorProps?: import("../../../shared/types").AnyObject | undefined;
|
2507
|
+
noDecorator?: {
|
2508
|
+
valueOf: () => boolean;
|
2509
|
+
} | undefined;
|
2510
|
+
display?: "flex" | "grid" | undefined;
|
2511
|
+
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
2512
|
+
wrapperStyle?: Record<string, string | number> | undefined;
|
2513
|
+
childFieldStrategy?: "checked" | "all" | undefined;
|
2514
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
2515
|
+
validator?: ((value: unknown, fieldItem: import("../../../components/form-render").FieldItem, context: {
|
2516
|
+
field: import("@formily/core").Field<any, any, any, any>;
|
2517
|
+
form: import("@formily/core").Form<any>;
|
2518
|
+
value: unknown;
|
2519
|
+
validator: AnyFn;
|
2520
|
+
}) => string | void) | undefined;
|
2521
|
+
reactions?: {
|
2522
|
+
[x: string]: any;
|
2523
|
+
dependencies?: string[] | undefined;
|
2524
|
+
target?: string | undefined;
|
2525
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
2526
|
+
when?: string | boolean | undefined;
|
2527
|
+
fulfill?: {
|
2528
|
+
state?: import("../../../shared/types").AnyObject | undefined;
|
2529
|
+
run?: string | undefined;
|
2530
|
+
} | undefined;
|
2531
|
+
otherwise?: {
|
2532
|
+
state?: import("../../../shared/types").AnyObject | undefined;
|
2533
|
+
run?: string | undefined;
|
2534
|
+
} | undefined;
|
2535
|
+
} | {
|
2536
|
+
[x: string]: any;
|
2537
|
+
dependencies?: string[] | undefined;
|
2538
|
+
target?: string | undefined;
|
2539
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
2540
|
+
when?: string | boolean | undefined;
|
2541
|
+
fulfill?: {
|
2542
|
+
state?: import("../../../shared/types").AnyObject | undefined;
|
2543
|
+
run?: string | undefined;
|
2544
|
+
} | undefined;
|
2545
|
+
otherwise?: {
|
2546
|
+
state?: import("../../../shared/types").AnyObject | undefined;
|
2547
|
+
run?: string | undefined;
|
2548
|
+
} | undefined;
|
2549
|
+
}[] | undefined;
|
2550
|
+
} | undefined;
|
2551
|
+
optionAliasList?: {
|
2552
|
+
text: string;
|
2553
|
+
value: string;
|
2554
|
+
}[] | undefined;
|
2555
|
+
elementExtraSetting?: {
|
2556
|
+
allowPartial?: boolean | undefined;
|
2557
|
+
partialLevel?: number | undefined;
|
2558
|
+
maxLevel?: number | undefined;
|
2559
|
+
dateFormat?: string | undefined;
|
2560
|
+
defaultValue?: {
|
2561
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
2562
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
2563
|
+
value: string;
|
2564
|
+
} | undefined;
|
2565
|
+
minValue?: {
|
2566
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
2567
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
2568
|
+
value: string;
|
2569
|
+
} | undefined;
|
2570
|
+
maxValue?: {
|
2571
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
2572
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
2573
|
+
value: string;
|
2574
|
+
} | undefined;
|
2575
|
+
} | undefined;
|
2576
|
+
__new?: boolean | undefined;
|
2577
|
+
__isCombinationChild?: boolean | undefined;
|
2578
|
+
__extra?: boolean | undefined;
|
2579
|
+
}[] | undefined;
|
2580
|
+
originalSetting?: {
|
2581
|
+
[x: string]: any;
|
2582
|
+
val_key: string;
|
2583
|
+
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";
|
2584
|
+
annotation?: boolean | undefined;
|
2585
|
+
val_key_unit?: string | undefined;
|
2586
|
+
is_edit?: import("../../../components/form-render").FormCommonState | undefined;
|
2587
|
+
elem_width?: string | number | undefined;
|
2588
|
+
is_show?: import("../../../components/form-render").FormCommonState | undefined;
|
2589
|
+
is_null?: import("../../../components/form-render").FormCommonState | undefined;
|
2590
|
+
name?: string | undefined;
|
2591
|
+
nameAbbr?: string | undefined;
|
2592
|
+
alias?: string | undefined;
|
2593
|
+
default_val?: any;
|
2594
|
+
is_empty?: import("../../../components/form-render").FormCommonState | undefined;
|
2595
|
+
hide_title?: import("../../../components/form-render").FormCommonState | undefined;
|
2596
|
+
placeholder?: string | undefined;
|
2597
|
+
validate?: {
|
2598
|
+
[x: string]: any;
|
2599
|
+
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
2600
|
+
vali_obj?: string | undefined;
|
2601
|
+
max_value?: string | number | undefined;
|
2602
|
+
min_value?: string | number | undefined;
|
2603
|
+
min_date?: string | undefined;
|
2604
|
+
max_date?: string | undefined;
|
2605
|
+
min_length?: string | number | undefined;
|
2606
|
+
max_length?: string | number | undefined;
|
2607
|
+
decimal_length?: string | number | undefined;
|
2608
|
+
regular_expression?: string | RegExp | undefined;
|
2609
|
+
regular_error_tip?: string | undefined;
|
2610
|
+
message?: string | undefined;
|
2611
|
+
} | undefined;
|
2612
|
+
option?: {
|
2613
|
+
[x: string]: any;
|
2614
|
+
keyword?: string | undefined;
|
2615
|
+
disabled?: boolean | undefined;
|
2616
|
+
children?: any[] | undefined;
|
2617
|
+
childrenFields?: any[] | undefined;
|
2618
|
+
}[] | undefined;
|
2619
|
+
multi_select?: import("../../../components/form-render").FormCommonState | undefined;
|
2620
|
+
multi_select_value?: string | number | undefined;
|
2621
|
+
wordbook?: {
|
2622
|
+
level_num?: number | undefined;
|
2623
|
+
id?: string | undefined;
|
2624
|
+
name?: string | undefined;
|
2625
|
+
render_key?: string[] | undefined;
|
2626
|
+
search_key?: string[] | undefined;
|
2627
|
+
value_key?: string | undefined;
|
2628
|
+
queryParams?: string[] | undefined;
|
2629
|
+
primary_key?: string | undefined;
|
2630
|
+
type?: string | undefined;
|
2631
|
+
level_key?: string | undefined;
|
2632
|
+
link_key?: string | undefined;
|
2633
|
+
link_key_split?: string | undefined;
|
2634
|
+
show_key?: string | string[] | undefined;
|
2635
|
+
conObj?: import("../../../shared/types").AnyObject[] | undefined;
|
2636
|
+
conObjFirstLevel?: import("../../../shared/types").AnyObject[] | undefined;
|
2637
|
+
setting?: {
|
2638
|
+
cascading?: {
|
2639
|
+
'form.name': string;
|
2640
|
+
value: string;
|
2641
|
+
}[] | undefined;
|
2642
|
+
} | undefined;
|
2643
|
+
} | undefined;
|
2644
|
+
open?: {
|
2645
|
+
value?: any;
|
2646
|
+
describe?: string | undefined;
|
2647
|
+
} | undefined;
|
2648
|
+
close?: {
|
2649
|
+
value?: any;
|
2650
|
+
describe?: string | undefined;
|
2651
|
+
} | undefined;
|
2652
|
+
requiredReminderContent?: string | undefined;
|
2653
|
+
date_format?: string | undefined;
|
2654
|
+
step_length?: string | number | undefined;
|
2655
|
+
urlConfig?: {
|
2656
|
+
[x: string]: any;
|
2657
|
+
url: string;
|
2658
|
+
method?: import("../../../shared/hooks").FormRequestDefine.RequestType | undefined;
|
2659
|
+
nameKey?: string | undefined;
|
2660
|
+
valueKey?: string | undefined;
|
2661
|
+
showKey?: string | undefined;
|
2662
|
+
searchKey?: string[] | undefined;
|
2663
|
+
params?: import("../../../shared/types").AnyObject | undefined;
|
2664
|
+
dependKey?: string | Record<string, string> | (string | {
|
2665
|
+
paramName: string;
|
2666
|
+
paramValue?: string | undefined;
|
2667
|
+
required?: boolean | undefined;
|
2668
|
+
keepValue?: boolean | undefined;
|
2669
|
+
})[] | undefined;
|
2670
|
+
} | undefined;
|
2671
|
+
suffixConfig?: any | any[] | undefined;
|
2672
|
+
prefixConfig?: any | any[] | undefined;
|
2673
|
+
autograph?: string | undefined;
|
2674
|
+
defined_error_msg?: string | undefined;
|
2675
|
+
extendKey?: string | undefined;
|
2676
|
+
is_not_fold?: string | undefined;
|
2677
|
+
remark?: string | undefined;
|
2678
|
+
remarkTo?: string | HTMLElement | undefined;
|
2679
|
+
free_entry?: import("../../../components/form-render").FormCommonState | undefined;
|
2680
|
+
save_free_entry?: import("../../../components/form-render").FormCommonState | undefined;
|
2681
|
+
initialize_high?: number | undefined;
|
2682
|
+
bindEventSetting?: {
|
2683
|
+
[x: string]: unknown;
|
2684
|
+
event_type: LowCodeTypes.EVENT_TYPE;
|
2685
|
+
event_field?: string | undefined;
|
2686
|
+
params?: {
|
2687
|
+
p_value?: string | undefined;
|
2688
|
+
p_name: string;
|
2689
|
+
p_select: LowCodeTypes.VALUE_RELATION;
|
2690
|
+
}[] | undefined;
|
2691
|
+
results?: {
|
2692
|
+
p_value: string;
|
2693
|
+
p_name: string;
|
2694
|
+
}[] | undefined;
|
2695
|
+
compareMap?: {
|
2696
|
+
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
2697
|
+
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2698
|
+
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
2699
|
+
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
2700
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2701
|
+
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2702
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
2703
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
2704
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2705
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
2706
|
+
} | undefined;
|
2707
|
+
}[] | undefined;
|
2708
|
+
show_mode?: LowCodeTypes.showModeType | undefined;
|
2709
|
+
is_allow_check_mid?: import("../../../components/form-render").FormCommonState | undefined;
|
2710
|
+
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
2711
|
+
prefix?: string | import("../../../shared/types").AnyObject | (() => any) | undefined;
|
2712
|
+
suffix?: string | import("../../../shared/types").AnyObject | (() => any) | undefined;
|
2713
|
+
allowSlash?: string | boolean | undefined;
|
2714
|
+
allowModify?: import("../../../components/form-render").FormCommonState | undefined;
|
2715
|
+
show_key?: string | undefined;
|
2716
|
+
whiteList?: string[] | undefined;
|
2717
|
+
bordered?: string | boolean | undefined;
|
2718
|
+
displayMode?: "form" | "table" | undefined;
|
2719
|
+
editor_title?: string | undefined;
|
2720
|
+
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
2721
|
+
linebarWidth?: string | undefined;
|
2722
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
2723
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
2724
|
+
labelColor?: string | undefined;
|
2725
|
+
fieldTitleRed?: boolean | import("../../../components/form-render").FormCommonState | undefined;
|
2726
|
+
confirmBeforeValueChange?: boolean | undefined;
|
2727
|
+
confirmBeforeValueChangeProps?: {
|
2728
|
+
[x: string]: any;
|
2729
|
+
content: string | ((params: {
|
2730
|
+
fieldName: string;
|
2731
|
+
newValue: any;
|
2732
|
+
oldValue: any;
|
2733
|
+
}) => any);
|
2734
|
+
updateOriginValue: boolean;
|
2735
|
+
} | undefined;
|
2736
|
+
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
2737
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2738
|
+
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2739
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2740
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2741
|
+
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2742
|
+
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2743
|
+
fieldTitleColor?: string | undefined;
|
2744
|
+
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
2745
|
+
content?: string | import("../../../components/form-render").FormRenderer | Record<string, import("../../../components/form-render").FormRenderer> | undefined;
|
2746
|
+
lazyRequest?: boolean | undefined;
|
2747
|
+
requestCache?: boolean | undefined;
|
2748
|
+
maxGroupNum?: number | undefined;
|
2749
|
+
minGroupNum?: number | undefined;
|
2750
|
+
jsonCombination?: boolean | undefined;
|
2751
|
+
combinationItemDeletable?: boolean | import("../../../components/form-render").CombinationItemDeletableFn | undefined;
|
2752
|
+
children?: any[] | undefined;
|
2753
|
+
properties?: any[] | undefined;
|
2754
|
+
componentProps?: import("../../../shared/types").AnyObject | undefined;
|
2755
|
+
decoratorProps?: import("../../../shared/types").AnyObject | undefined;
|
2756
|
+
noDecorator?: {
|
2757
|
+
valueOf: () => boolean;
|
2758
|
+
} | undefined;
|
2759
|
+
display?: "flex" | "grid" | undefined;
|
2760
|
+
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
2761
|
+
wrapperStyle?: Record<string, string | number> | undefined;
|
2762
|
+
childFieldStrategy?: "checked" | "all" | undefined;
|
2763
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
2764
|
+
validator?: ((value: unknown, fieldItem: import("../../../components/form-render").FieldItem, context: {
|
2765
|
+
field: import("@formily/core").Field<any, any, any, any>;
|
2766
|
+
form: import("@formily/core").Form<any>;
|
2767
|
+
value: unknown;
|
2768
|
+
validator: AnyFn;
|
2769
|
+
}) => string | void) | undefined;
|
2770
|
+
reactions?: {
|
2771
|
+
[x: string]: any;
|
2772
|
+
dependencies?: string[] | undefined;
|
2773
|
+
target?: string | undefined;
|
2774
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
2775
|
+
when?: string | boolean | undefined;
|
2776
|
+
fulfill?: {
|
2777
|
+
state?: import("../../../shared/types").AnyObject | undefined;
|
2778
|
+
run?: string | undefined;
|
2779
|
+
} | undefined;
|
2780
|
+
otherwise?: {
|
2781
|
+
state?: import("../../../shared/types").AnyObject | undefined;
|
2782
|
+
run?: string | undefined;
|
2783
|
+
} | undefined;
|
2784
|
+
} | {
|
2785
|
+
[x: string]: any;
|
2786
|
+
dependencies?: string[] | undefined;
|
2787
|
+
target?: string | undefined;
|
2788
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
2789
|
+
when?: string | boolean | undefined;
|
2790
|
+
fulfill?: {
|
2791
|
+
state?: import("../../../shared/types").AnyObject | undefined;
|
2792
|
+
run?: string | undefined;
|
2793
|
+
} | undefined;
|
2794
|
+
otherwise?: {
|
2795
|
+
state?: import("../../../shared/types").AnyObject | undefined;
|
2796
|
+
run?: string | undefined;
|
2797
|
+
} | undefined;
|
2798
|
+
}[] | undefined;
|
2799
|
+
} | undefined;
|
2800
|
+
optionAliasList?: {
|
2801
|
+
text: string;
|
2802
|
+
value: string;
|
2803
|
+
}[] | undefined;
|
2804
|
+
elementExtraSetting?: {
|
2805
|
+
allowPartial?: boolean | undefined;
|
2806
|
+
partialLevel?: number | undefined;
|
2807
|
+
maxLevel?: number | undefined;
|
2808
|
+
dateFormat?: string | undefined;
|
2809
|
+
defaultValue?: {
|
2810
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
2811
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
2812
|
+
value: string;
|
2813
|
+
} | undefined;
|
2814
|
+
minValue?: {
|
2815
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
2816
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
2817
|
+
value: string;
|
2818
|
+
} | undefined;
|
2819
|
+
maxValue?: {
|
2820
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
2821
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
2822
|
+
value: string;
|
2823
|
+
} | undefined;
|
2824
|
+
} | undefined;
|
2825
|
+
__new?: boolean | undefined;
|
2826
|
+
__isCombinationChild?: boolean | undefined;
|
2827
|
+
__extra?: boolean | undefined;
|
2828
|
+
}, Partial<FormConfigItem> | {
|
2829
|
+
key?: string | undefined;
|
2830
|
+
layoutWidthEnum?: import("../../../components/form-config/src/types").FormConfigWidth | undefined;
|
2831
|
+
type?: string | undefined;
|
2832
|
+
name?: string | undefined;
|
2833
|
+
alias?: string | undefined;
|
2834
|
+
show?: boolean | undefined;
|
2835
|
+
defaultValue?: any;
|
2836
|
+
defaultExpand?: boolean | undefined;
|
2837
|
+
fold?: boolean | undefined;
|
2838
|
+
required?: boolean | undefined;
|
2839
|
+
requiredDisabled?: boolean | undefined;
|
2840
|
+
requiredReminderContent?: string | undefined;
|
2841
|
+
editableDisabled?: boolean | undefined;
|
2842
|
+
editable?: boolean | undefined;
|
2843
|
+
confirmBeforeValueChange?: boolean | undefined;
|
2844
|
+
fieldTitleRed?: boolean | undefined;
|
2845
|
+
notes?: string | undefined;
|
2846
|
+
desc?: string | undefined;
|
2847
|
+
children?: {
|
2848
|
+
key: string;
|
2849
|
+
layoutWidthEnum: import("../../../components/form-config/src/types").FormConfigWidth;
|
2850
|
+
type: string;
|
2851
|
+
name: string;
|
2852
|
+
alias?: string | undefined;
|
2853
|
+
show?: boolean | undefined;
|
2854
|
+
defaultValue?: any;
|
2855
|
+
defaultExpand?: boolean | undefined;
|
2856
|
+
fold?: boolean | undefined;
|
2857
|
+
required?: boolean | undefined;
|
2858
|
+
requiredDisabled?: boolean | undefined;
|
2859
|
+
requiredReminderContent?: string | undefined;
|
2860
|
+
editableDisabled?: boolean | undefined;
|
2861
|
+
editable?: boolean | undefined;
|
2862
|
+
confirmBeforeValueChange?: boolean | undefined;
|
2863
|
+
fieldTitleRed?: boolean | undefined;
|
2864
|
+
notes?: string | undefined;
|
2865
|
+
desc?: string | undefined;
|
2866
|
+
children?: any[] | undefined;
|
2867
|
+
originalSetting?: {
|
2868
|
+
[x: string]: any;
|
2869
|
+
val_key: string;
|
2870
|
+
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";
|
2871
|
+
annotation?: boolean | undefined;
|
2872
|
+
val_key_unit?: string | undefined;
|
2873
|
+
is_edit?: import("../../../components/form-render").FormCommonState | undefined;
|
2874
|
+
elem_width?: string | number | undefined;
|
2875
|
+
is_show?: import("../../../components/form-render").FormCommonState | undefined;
|
2876
|
+
is_null?: import("../../../components/form-render").FormCommonState | undefined;
|
2877
|
+
name?: string | undefined;
|
2878
|
+
nameAbbr?: string | undefined;
|
2879
|
+
alias?: string | undefined;
|
2880
|
+
default_val?: any;
|
2881
|
+
is_empty?: import("../../../components/form-render").FormCommonState | undefined;
|
2882
|
+
hide_title?: import("../../../components/form-render").FormCommonState | undefined;
|
2883
|
+
placeholder?: string | undefined;
|
2884
|
+
validate?: {
|
2885
|
+
[x: string]: any;
|
2886
|
+
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
2887
|
+
vali_obj?: string | undefined;
|
2888
|
+
max_value?: string | number | undefined;
|
2889
|
+
min_value?: string | number | undefined;
|
2890
|
+
min_date?: string | undefined;
|
2891
|
+
max_date?: string | undefined;
|
2892
|
+
min_length?: string | number | undefined;
|
2893
|
+
max_length?: string | number | undefined;
|
2894
|
+
decimal_length?: string | number | undefined;
|
2895
|
+
regular_expression?: string | RegExp | undefined;
|
2141
2896
|
regular_error_tip?: string | undefined;
|
2142
2897
|
message?: string | undefined;
|
2143
2898
|
} | undefined;
|
@@ -2251,8 +3006,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
2251
3006
|
editor_title?: string | undefined;
|
2252
3007
|
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
2253
3008
|
linebarWidth?: string | undefined;
|
2254
|
-
linebarDirection?: "
|
2255
|
-
linebarTextDirection?: "
|
3009
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
3010
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
2256
3011
|
labelColor?: string | undefined;
|
2257
3012
|
fieldTitleRed?: boolean | import("../../../components/form-render").FormCommonState | undefined;
|
2258
3013
|
confirmBeforeValueChange?: boolean | undefined;
|
@@ -2266,10 +3021,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
2266
3021
|
updateOriginValue: boolean;
|
2267
3022
|
} | undefined;
|
2268
3023
|
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
2269
|
-
unit?: ("
|
3024
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2270
3025
|
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2271
|
-
max_date_unit?: ("
|
2272
|
-
min_date_unit?: ("
|
3026
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
3027
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2273
3028
|
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2274
3029
|
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2275
3030
|
fieldTitleColor?: string | undefined;
|
@@ -2292,7 +3047,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2292
3047
|
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
2293
3048
|
wrapperStyle?: Record<string, string | number> | undefined;
|
2294
3049
|
childFieldStrategy?: "checked" | "all" | undefined;
|
2295
|
-
childWidthMode?: "
|
3050
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
2296
3051
|
validator?: ((value: unknown, fieldItem: import("../../../components/form-render").FieldItem, context: {
|
2297
3052
|
field: import("@formily/core").Field<any, any, any, any>;
|
2298
3053
|
form: import("@formily/core").Form<any>;
|
@@ -2328,40 +3083,303 @@ declare const _default: import("vue").DefineComponent<{
|
|
2328
3083
|
run?: string | undefined;
|
2329
3084
|
} | undefined;
|
2330
3085
|
}[] | undefined;
|
2331
|
-
} | undefined;
|
2332
|
-
optionAliasList?: {
|
2333
|
-
text: string;
|
2334
|
-
value: string;
|
3086
|
+
} | undefined;
|
3087
|
+
optionAliasList?: {
|
3088
|
+
text: string;
|
3089
|
+
value: string;
|
3090
|
+
}[] | undefined;
|
3091
|
+
elementExtraSetting?: {
|
3092
|
+
allowPartial?: boolean | undefined;
|
3093
|
+
partialLevel?: number | undefined;
|
3094
|
+
maxLevel?: number | undefined;
|
3095
|
+
dateFormat?: string | undefined;
|
3096
|
+
defaultValue?: {
|
3097
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
3098
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
3099
|
+
value: string;
|
3100
|
+
} | undefined;
|
3101
|
+
minValue?: {
|
3102
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
3103
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
3104
|
+
value: string;
|
3105
|
+
} | undefined;
|
3106
|
+
maxValue?: {
|
3107
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
3108
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
3109
|
+
value: string;
|
3110
|
+
} | undefined;
|
3111
|
+
} | undefined;
|
3112
|
+
__new?: boolean | undefined;
|
3113
|
+
__isCombinationChild?: boolean | undefined;
|
3114
|
+
__extra?: boolean | undefined;
|
3115
|
+
}[] | undefined;
|
3116
|
+
originalSetting?: {
|
3117
|
+
[x: string]: any;
|
3118
|
+
val_key: string;
|
3119
|
+
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";
|
3120
|
+
annotation?: boolean | undefined;
|
3121
|
+
val_key_unit?: string | undefined;
|
3122
|
+
is_edit?: import("../../../components/form-render").FormCommonState | undefined;
|
3123
|
+
elem_width?: string | number | undefined;
|
3124
|
+
is_show?: import("../../../components/form-render").FormCommonState | undefined;
|
3125
|
+
is_null?: import("../../../components/form-render").FormCommonState | undefined;
|
3126
|
+
name?: string | undefined;
|
3127
|
+
nameAbbr?: string | undefined;
|
3128
|
+
alias?: string | undefined;
|
3129
|
+
default_val?: any;
|
3130
|
+
is_empty?: import("../../../components/form-render").FormCommonState | undefined;
|
3131
|
+
hide_title?: import("../../../components/form-render").FormCommonState | undefined;
|
3132
|
+
placeholder?: string | undefined;
|
3133
|
+
validate?: {
|
3134
|
+
[x: string]: any;
|
3135
|
+
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
3136
|
+
vali_obj?: string | undefined;
|
3137
|
+
max_value?: string | number | undefined;
|
3138
|
+
min_value?: string | number | undefined;
|
3139
|
+
min_date?: string | undefined;
|
3140
|
+
max_date?: string | undefined;
|
3141
|
+
min_length?: string | number | undefined;
|
3142
|
+
max_length?: string | number | undefined;
|
3143
|
+
decimal_length?: string | number | undefined;
|
3144
|
+
regular_expression?: string | RegExp | undefined;
|
3145
|
+
regular_error_tip?: string | undefined;
|
3146
|
+
message?: string | undefined;
|
3147
|
+
} | undefined;
|
3148
|
+
option?: {
|
3149
|
+
[x: string]: any;
|
3150
|
+
keyword?: string | undefined;
|
3151
|
+
disabled?: boolean | undefined;
|
3152
|
+
children?: any[] | undefined;
|
3153
|
+
childrenFields?: any[] | undefined;
|
3154
|
+
}[] | undefined;
|
3155
|
+
multi_select?: import("../../../components/form-render").FormCommonState | undefined;
|
3156
|
+
multi_select_value?: string | number | undefined;
|
3157
|
+
wordbook?: {
|
3158
|
+
level_num?: number | undefined;
|
3159
|
+
id?: string | undefined;
|
3160
|
+
name?: string | undefined;
|
3161
|
+
render_key?: string[] | undefined;
|
3162
|
+
search_key?: string[] | undefined;
|
3163
|
+
value_key?: string | undefined;
|
3164
|
+
queryParams?: string[] | undefined;
|
3165
|
+
primary_key?: string | undefined;
|
3166
|
+
type?: string | undefined;
|
3167
|
+
level_key?: string | undefined;
|
3168
|
+
link_key?: string | undefined;
|
3169
|
+
link_key_split?: string | undefined;
|
3170
|
+
show_key?: string | string[] | undefined;
|
3171
|
+
conObj?: import("../../../shared/types").AnyObject[] | undefined;
|
3172
|
+
conObjFirstLevel?: import("../../../shared/types").AnyObject[] | undefined;
|
3173
|
+
setting?: {
|
3174
|
+
cascading?: {
|
3175
|
+
'form.name': string;
|
3176
|
+
value: string;
|
3177
|
+
}[] | undefined;
|
3178
|
+
} | undefined;
|
3179
|
+
} | undefined;
|
3180
|
+
open?: {
|
3181
|
+
value?: any;
|
3182
|
+
describe?: string | undefined;
|
3183
|
+
} | undefined;
|
3184
|
+
close?: {
|
3185
|
+
value?: any;
|
3186
|
+
describe?: string | undefined;
|
3187
|
+
} | undefined;
|
3188
|
+
requiredReminderContent?: string | undefined;
|
3189
|
+
date_format?: string | undefined;
|
3190
|
+
step_length?: string | number | undefined;
|
3191
|
+
urlConfig?: {
|
3192
|
+
[x: string]: any;
|
3193
|
+
url: string;
|
3194
|
+
method?: import("../../../shared/hooks").FormRequestDefine.RequestType | undefined;
|
3195
|
+
nameKey?: string | undefined;
|
3196
|
+
valueKey?: string | undefined;
|
3197
|
+
showKey?: string | undefined;
|
3198
|
+
searchKey?: string[] | undefined;
|
3199
|
+
params?: import("../../../shared/types").AnyObject | undefined;
|
3200
|
+
dependKey?: string | Record<string, string> | (string | {
|
3201
|
+
paramName: string;
|
3202
|
+
paramValue?: string | undefined;
|
3203
|
+
required?: boolean | undefined;
|
3204
|
+
keepValue?: boolean | undefined;
|
3205
|
+
})[] | undefined;
|
3206
|
+
} | undefined;
|
3207
|
+
suffixConfig?: any | any[] | undefined;
|
3208
|
+
prefixConfig?: any | any[] | undefined;
|
3209
|
+
autograph?: string | undefined;
|
3210
|
+
defined_error_msg?: string | undefined;
|
3211
|
+
extendKey?: string | undefined;
|
3212
|
+
is_not_fold?: string | undefined;
|
3213
|
+
remark?: string | undefined;
|
3214
|
+
remarkTo?: string | HTMLElement | undefined;
|
3215
|
+
free_entry?: import("../../../components/form-render").FormCommonState | undefined;
|
3216
|
+
save_free_entry?: import("../../../components/form-render").FormCommonState | undefined;
|
3217
|
+
initialize_high?: number | undefined;
|
3218
|
+
bindEventSetting?: {
|
3219
|
+
[x: string]: unknown;
|
3220
|
+
event_type: LowCodeTypes.EVENT_TYPE;
|
3221
|
+
event_field?: string | undefined;
|
3222
|
+
params?: {
|
3223
|
+
p_value?: string | undefined;
|
3224
|
+
p_name: string;
|
3225
|
+
p_select: LowCodeTypes.VALUE_RELATION;
|
3226
|
+
}[] | undefined;
|
3227
|
+
results?: {
|
3228
|
+
p_value: string;
|
3229
|
+
p_name: string;
|
3230
|
+
}[] | undefined;
|
3231
|
+
compareMap?: {
|
3232
|
+
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
3233
|
+
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
3234
|
+
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
3235
|
+
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
3236
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
3237
|
+
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
3238
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
3239
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
3240
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
3241
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
3242
|
+
} | undefined;
|
2335
3243
|
}[] | undefined;
|
2336
|
-
|
2337
|
-
|
2338
|
-
|
2339
|
-
|
2340
|
-
|
2341
|
-
|
2342
|
-
|
2343
|
-
|
2344
|
-
|
3244
|
+
show_mode?: LowCodeTypes.showModeType | undefined;
|
3245
|
+
is_allow_check_mid?: import("../../../components/form-render").FormCommonState | undefined;
|
3246
|
+
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
3247
|
+
prefix?: string | import("../../../shared/types").AnyObject | (() => any) | undefined;
|
3248
|
+
suffix?: string | import("../../../shared/types").AnyObject | (() => any) | undefined;
|
3249
|
+
allowSlash?: string | boolean | undefined;
|
3250
|
+
allowModify?: import("../../../components/form-render").FormCommonState | undefined;
|
3251
|
+
show_key?: string | undefined;
|
3252
|
+
whiteList?: string[] | undefined;
|
3253
|
+
bordered?: string | boolean | undefined;
|
3254
|
+
displayMode?: "form" | "table" | undefined;
|
3255
|
+
editor_title?: string | undefined;
|
3256
|
+
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
3257
|
+
linebarWidth?: string | undefined;
|
3258
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
3259
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
3260
|
+
labelColor?: string | undefined;
|
3261
|
+
fieldTitleRed?: boolean | import("../../../components/form-render").FormCommonState | undefined;
|
3262
|
+
confirmBeforeValueChange?: boolean | undefined;
|
3263
|
+
confirmBeforeValueChangeProps?: {
|
3264
|
+
[x: string]: any;
|
3265
|
+
content: string | ((params: {
|
3266
|
+
fieldName: string;
|
3267
|
+
newValue: any;
|
3268
|
+
oldValue: any;
|
3269
|
+
}) => any);
|
3270
|
+
updateOriginValue: boolean;
|
3271
|
+
} | undefined;
|
3272
|
+
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
3273
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
3274
|
+
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
3275
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
3276
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
3277
|
+
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
3278
|
+
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
3279
|
+
fieldTitleColor?: string | undefined;
|
3280
|
+
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
3281
|
+
content?: string | import("../../../components/form-render").FormRenderer | Record<string, import("../../../components/form-render").FormRenderer> | undefined;
|
3282
|
+
lazyRequest?: boolean | undefined;
|
3283
|
+
requestCache?: boolean | undefined;
|
3284
|
+
maxGroupNum?: number | undefined;
|
3285
|
+
minGroupNum?: number | undefined;
|
3286
|
+
jsonCombination?: boolean | undefined;
|
3287
|
+
combinationItemDeletable?: boolean | import("../../../components/form-render").CombinationItemDeletableFn | undefined;
|
3288
|
+
children?: any[] | undefined;
|
3289
|
+
properties?: any[] | undefined;
|
3290
|
+
componentProps?: import("../../../shared/types").AnyObject | undefined;
|
3291
|
+
decoratorProps?: import("../../../shared/types").AnyObject | undefined;
|
3292
|
+
noDecorator?: {
|
3293
|
+
valueOf: () => boolean;
|
3294
|
+
} | undefined;
|
3295
|
+
display?: "flex" | "grid" | undefined;
|
3296
|
+
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
3297
|
+
wrapperStyle?: Record<string, string | number> | undefined;
|
3298
|
+
childFieldStrategy?: "checked" | "all" | undefined;
|
3299
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
3300
|
+
validator?: ((value: unknown, fieldItem: import("../../../components/form-render").FieldItem, context: {
|
3301
|
+
field: import("@formily/core").Field<any, any, any, any>;
|
3302
|
+
form: import("@formily/core").Form<any>;
|
3303
|
+
value: unknown;
|
3304
|
+
validator: AnyFn;
|
3305
|
+
}) => string | void) | undefined;
|
3306
|
+
reactions?: {
|
3307
|
+
[x: string]: any;
|
3308
|
+
dependencies?: string[] | undefined;
|
3309
|
+
target?: string | undefined;
|
3310
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
3311
|
+
when?: string | boolean | undefined;
|
3312
|
+
fulfill?: {
|
3313
|
+
state?: import("../../../shared/types").AnyObject | undefined;
|
3314
|
+
run?: string | undefined;
|
2345
3315
|
} | undefined;
|
2346
|
-
|
2347
|
-
|
2348
|
-
|
2349
|
-
value: string;
|
3316
|
+
otherwise?: {
|
3317
|
+
state?: import("../../../shared/types").AnyObject | undefined;
|
3318
|
+
run?: string | undefined;
|
2350
3319
|
} | undefined;
|
2351
|
-
|
2352
|
-
|
2353
|
-
|
2354
|
-
|
3320
|
+
} | {
|
3321
|
+
[x: string]: any;
|
3322
|
+
dependencies?: string[] | undefined;
|
3323
|
+
target?: string | undefined;
|
3324
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
3325
|
+
when?: string | boolean | undefined;
|
3326
|
+
fulfill?: {
|
3327
|
+
state?: import("../../../shared/types").AnyObject | undefined;
|
3328
|
+
run?: string | undefined;
|
2355
3329
|
} | undefined;
|
2356
|
-
|
2357
|
-
|
2358
|
-
|
2359
|
-
|
3330
|
+
otherwise?: {
|
3331
|
+
state?: import("../../../shared/types").AnyObject | undefined;
|
3332
|
+
run?: string | undefined;
|
3333
|
+
} | undefined;
|
3334
|
+
}[] | undefined;
|
3335
|
+
} | undefined;
|
3336
|
+
optionAliasList?: {
|
3337
|
+
text: string;
|
3338
|
+
value: string;
|
2360
3339
|
}[] | undefined;
|
2361
|
-
|
3340
|
+
elementExtraSetting?: {
|
3341
|
+
allowPartial?: boolean | undefined;
|
3342
|
+
partialLevel?: number | undefined;
|
3343
|
+
maxLevel?: number | undefined;
|
3344
|
+
dateFormat?: string | undefined;
|
3345
|
+
defaultValue?: {
|
3346
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
3347
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
3348
|
+
value: string;
|
3349
|
+
} | undefined;
|
3350
|
+
minValue?: {
|
3351
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
3352
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
3353
|
+
value: string;
|
3354
|
+
} | undefined;
|
3355
|
+
maxValue?: {
|
3356
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
3357
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
3358
|
+
value: string;
|
3359
|
+
} | undefined;
|
3360
|
+
} | undefined;
|
3361
|
+
__new?: boolean | undefined;
|
3362
|
+
__isCombinationChild?: boolean | undefined;
|
3363
|
+
__extra?: boolean | undefined;
|
3364
|
+
}>;
|
3365
|
+
generateFieldListByFormConfigItem: (formConfigItem: FormConfigItem, fieldItem?: import("../../../components/form-render").FieldItem | undefined) => import("../../../components/form-render").FieldItem[];
|
3366
|
+
prevOldField: import("../../../shared/types").Nullable<FormConfigItem>;
|
3367
|
+
onFormChange: ({ fieldKey, value }: import("../../../components/form-render").FormChangePayload) => void;
|
3368
|
+
createLabelRender: (originOptions?: import("../../../shared/types").AnyObject[] | undefined) => (label: string) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
3369
|
+
[key: string]: any;
|
3370
|
+
}>;
|
3371
|
+
applyOptionAlias: (options?: import("../../../shared/types").AnyObject[] | undefined) => import("../../../shared/types").AnyObject[] | undefined;
|
3372
|
+
visitor: import("../../../components/form-render").FieldVisitor;
|
3373
|
+
showOptionModal: Ref<boolean, boolean>;
|
3374
|
+
editOptions: Ref<{
|
3375
|
+
[x: string]: any;
|
3376
|
+
keyword?: string | undefined;
|
3377
|
+
disabled?: boolean | undefined;
|
3378
|
+
children?: any[] | undefined;
|
3379
|
+
childrenFields?: {
|
2362
3380
|
[x: string]: any;
|
2363
3381
|
val_key: string;
|
2364
|
-
html_type: "LINEBAR" | ({} & string) | "INPUT" | "
|
3382
|
+
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";
|
2365
3383
|
annotation?: boolean | undefined;
|
2366
3384
|
val_key_unit?: string | undefined;
|
2367
3385
|
is_edit?: import("../../../components/form-render").FormCommonState | undefined;
|
@@ -2377,7 +3395,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2377
3395
|
placeholder?: string | undefined;
|
2378
3396
|
validate?: {
|
2379
3397
|
[x: string]: any;
|
2380
|
-
obj_type?: ("
|
3398
|
+
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
2381
3399
|
vali_obj?: string | undefined;
|
2382
3400
|
max_value?: string | number | undefined;
|
2383
3401
|
min_value?: string | number | undefined;
|
@@ -2386,38 +3404,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
2386
3404
|
min_length?: string | number | undefined;
|
2387
3405
|
max_length?: string | number | undefined;
|
2388
3406
|
decimal_length?: string | number | undefined;
|
2389
|
-
regular_expression?: string |
|
2390
|
-
exec: (string: string) => RegExpExecArray | null;
|
2391
|
-
test: (string: string) => boolean;
|
2392
|
-
readonly source: string;
|
2393
|
-
readonly global: boolean;
|
2394
|
-
readonly ignoreCase: boolean;
|
2395
|
-
readonly multiline: boolean;
|
2396
|
-
lastIndex: number;
|
2397
|
-
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
2398
|
-
readonly flags: string;
|
2399
|
-
readonly sticky: boolean;
|
2400
|
-
readonly unicode: boolean;
|
2401
|
-
readonly dotAll: boolean;
|
2402
|
-
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
2403
|
-
[Symbol.replace]: {
|
2404
|
-
(string: string, replaceValue: string): string;
|
2405
|
-
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
2406
|
-
};
|
2407
|
-
[Symbol.search]: (string: string) => number;
|
2408
|
-
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
2409
|
-
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
2410
|
-
} | undefined;
|
3407
|
+
regular_expression?: string | RegExp | undefined;
|
2411
3408
|
regular_error_tip?: string | undefined;
|
2412
3409
|
message?: string | undefined;
|
2413
3410
|
} | undefined;
|
2414
|
-
option?:
|
2415
|
-
[x: string]: any;
|
2416
|
-
keyword?: string | undefined;
|
2417
|
-
disabled?: boolean | undefined;
|
2418
|
-
children?: any[] | undefined;
|
2419
|
-
childrenFields?: any[] | undefined;
|
2420
|
-
}[] | undefined;
|
3411
|
+
option?: any[] | undefined;
|
2421
3412
|
multi_select?: import("../../../components/form-render").FormCommonState | undefined;
|
2422
3413
|
multi_select_value?: string | number | undefined;
|
2423
3414
|
wordbook?: {
|
@@ -2521,8 +3512,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
2521
3512
|
editor_title?: string | undefined;
|
2522
3513
|
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
2523
3514
|
linebarWidth?: string | undefined;
|
2524
|
-
linebarDirection?: "
|
2525
|
-
linebarTextDirection?: "
|
3515
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
3516
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
2526
3517
|
labelColor?: string | undefined;
|
2527
3518
|
fieldTitleRed?: boolean | import("../../../components/form-render").FormCommonState | undefined;
|
2528
3519
|
confirmBeforeValueChange?: boolean | undefined;
|
@@ -2536,10 +3527,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
2536
3527
|
updateOriginValue: boolean;
|
2537
3528
|
} | undefined;
|
2538
3529
|
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
2539
|
-
unit?: ("
|
3530
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2540
3531
|
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2541
|
-
max_date_unit?: ("
|
2542
|
-
min_date_unit?: ("
|
3532
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
3533
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2543
3534
|
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2544
3535
|
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2545
3536
|
fieldTitleColor?: string | undefined;
|
@@ -2562,7 +3553,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2562
3553
|
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
2563
3554
|
wrapperStyle?: Record<string, string | number> | undefined;
|
2564
3555
|
childFieldStrategy?: "checked" | "all" | undefined;
|
2565
|
-
childWidthMode?: "
|
3556
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
2566
3557
|
validator?: ((value: unknown, fieldItem: import("../../../components/form-render").FieldItem, context: {
|
2567
3558
|
field: import("@formily/core").Field<any, any, any, any>;
|
2568
3559
|
form: import("@formily/core").Form<any>;
|
@@ -2598,46 +3589,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
2598
3589
|
run?: string | undefined;
|
2599
3590
|
} | undefined;
|
2600
3591
|
}[] | undefined;
|
2601
|
-
} | undefined;
|
2602
|
-
optionAliasList?: {
|
2603
|
-
text: string;
|
2604
|
-
value: string;
|
2605
3592
|
}[] | undefined;
|
2606
|
-
|
2607
|
-
allowPartial?: boolean | undefined;
|
2608
|
-
partialLevel?: number | undefined;
|
2609
|
-
maxLevel?: number | undefined;
|
2610
|
-
dateFormat?: string | undefined;
|
2611
|
-
defaultValue?: {
|
2612
|
-
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
2613
|
-
unit: "" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR";
|
2614
|
-
value: string;
|
2615
|
-
} | undefined;
|
2616
|
-
minValue?: {
|
2617
|
-
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
2618
|
-
unit: "" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR";
|
2619
|
-
value: string;
|
2620
|
-
} | undefined;
|
2621
|
-
maxValue?: {
|
2622
|
-
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
2623
|
-
unit: "" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR";
|
2624
|
-
value: string;
|
2625
|
-
} | undefined;
|
2626
|
-
} | undefined;
|
2627
|
-
__new?: boolean | undefined;
|
2628
|
-
__isCombinationChild?: boolean | undefined;
|
2629
|
-
__extra?: boolean | undefined;
|
2630
|
-
}>;
|
2631
|
-
generateFieldListByFormConfigItem: (formConfigItem: FormConfigItem, fieldItem?: import("../../../components/form-render").FieldItem | undefined) => import("../../../components/form-render").FieldItem[];
|
2632
|
-
prevOldField: null;
|
2633
|
-
onFormChange: ({ fieldKey, value }: import("../../../components/form-render").FormChangePayload) => void;
|
2634
|
-
createLabelRender: (originOptions?: import("../../../shared/types").AnyObject[] | undefined) => (label: string) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
2635
|
-
[key: string]: any;
|
2636
|
-
}>;
|
2637
|
-
applyOptionAlias: (options?: import("../../../shared/types").AnyObject[] | undefined) => import("../../../shared/types").AnyObject[] | undefined;
|
2638
|
-
visitor: import("../../../components/form-render").FieldVisitor;
|
2639
|
-
showOptionModal: Ref<boolean>;
|
2640
|
-
editOptions: Ref<{
|
3593
|
+
}[], import("../../../components/form-render").FormOptionItem[] | {
|
2641
3594
|
[x: string]: any;
|
2642
3595
|
keyword?: string | undefined;
|
2643
3596
|
disabled?: boolean | undefined;
|
@@ -2645,7 +3598,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2645
3598
|
childrenFields?: {
|
2646
3599
|
[x: string]: any;
|
2647
3600
|
val_key: string;
|
2648
|
-
html_type: "LINEBAR" | ({} & string) | "INPUT" | "
|
3601
|
+
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";
|
2649
3602
|
annotation?: boolean | undefined;
|
2650
3603
|
val_key_unit?: string | undefined;
|
2651
3604
|
is_edit?: import("../../../components/form-render").FormCommonState | undefined;
|
@@ -2661,7 +3614,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2661
3614
|
placeholder?: string | undefined;
|
2662
3615
|
validate?: {
|
2663
3616
|
[x: string]: any;
|
2664
|
-
obj_type?: ("
|
3617
|
+
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
2665
3618
|
vali_obj?: string | undefined;
|
2666
3619
|
max_value?: string | number | undefined;
|
2667
3620
|
min_value?: string | number | undefined;
|
@@ -2670,28 +3623,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2670
3623
|
min_length?: string | number | undefined;
|
2671
3624
|
max_length?: string | number | undefined;
|
2672
3625
|
decimal_length?: string | number | undefined;
|
2673
|
-
regular_expression?: string |
|
2674
|
-
exec: (string: string) => RegExpExecArray | null;
|
2675
|
-
test: (string: string) => boolean;
|
2676
|
-
readonly source: string;
|
2677
|
-
readonly global: boolean;
|
2678
|
-
readonly ignoreCase: boolean;
|
2679
|
-
readonly multiline: boolean;
|
2680
|
-
lastIndex: number;
|
2681
|
-
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
2682
|
-
readonly flags: string;
|
2683
|
-
readonly sticky: boolean;
|
2684
|
-
readonly unicode: boolean;
|
2685
|
-
readonly dotAll: boolean;
|
2686
|
-
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
2687
|
-
[Symbol.replace]: {
|
2688
|
-
(string: string, replaceValue: string): string;
|
2689
|
-
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
2690
|
-
};
|
2691
|
-
[Symbol.search]: (string: string) => number;
|
2692
|
-
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
2693
|
-
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
2694
|
-
} | undefined;
|
3626
|
+
regular_expression?: string | RegExp | undefined;
|
2695
3627
|
regular_error_tip?: string | undefined;
|
2696
3628
|
message?: string | undefined;
|
2697
3629
|
} | undefined;
|
@@ -2799,8 +3731,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
2799
3731
|
editor_title?: string | undefined;
|
2800
3732
|
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
2801
3733
|
linebarWidth?: string | undefined;
|
2802
|
-
linebarDirection?: "
|
2803
|
-
linebarTextDirection?: "
|
3734
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
3735
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
2804
3736
|
labelColor?: string | undefined;
|
2805
3737
|
fieldTitleRed?: boolean | import("../../../components/form-render").FormCommonState | undefined;
|
2806
3738
|
confirmBeforeValueChange?: boolean | undefined;
|
@@ -2814,10 +3746,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
2814
3746
|
updateOriginValue: boolean;
|
2815
3747
|
} | undefined;
|
2816
3748
|
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
2817
|
-
unit?: ("
|
3749
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2818
3750
|
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2819
|
-
max_date_unit?: ("
|
2820
|
-
min_date_unit?: ("
|
3751
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
3752
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2821
3753
|
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2822
3754
|
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2823
3755
|
fieldTitleColor?: string | undefined;
|
@@ -2840,7 +3772,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2840
3772
|
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
2841
3773
|
wrapperStyle?: Record<string, string | number> | undefined;
|
2842
3774
|
childFieldStrategy?: "checked" | "all" | undefined;
|
2843
|
-
childWidthMode?: "
|
3775
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
2844
3776
|
validator?: ((value: unknown, fieldItem: import("../../../components/form-render").FieldItem, context: {
|
2845
3777
|
field: import("@formily/core").Field<any, any, any, any>;
|
2846
3778
|
form: import("@formily/core").Form<any>;
|
@@ -2880,15 +3812,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
2880
3812
|
}[]>;
|
2881
3813
|
onOptionModalCancel: () => void;
|
2882
3814
|
onOptionModalConfirm: () => void;
|
2883
|
-
NModal: any;
|
2884
|
-
NInput: any;
|
2885
|
-
CFormRender: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{}, {
|
2886
|
-
formRenderRef: Ref<FormRenderExpose | undefined>;
|
2887
|
-
key: Ref<number>;
|
3815
|
+
readonly NModal: any;
|
3816
|
+
readonly NInput: any;
|
3817
|
+
readonly CFormRender: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{}, {
|
3818
|
+
formRenderRef: Ref<FormRenderExpose | undefined, FormRenderExpose | undefined>;
|
3819
|
+
key: Ref<number, number>;
|
2888
3820
|
reload: () => Promise<void>;
|
2889
3821
|
formRenderExposeKeyList: readonly ["validate", "getFormValues", "setFormValues", "setFieldState", "resetFields", "queryWidget", "getFieldList", "applySelectedSetting", "getTextFormValues", "optionInited", "updateAnchor"];
|
2890
3822
|
exposed: Partial<FormRenderExpose>;
|
2891
|
-
FormRender: import("vue").DefineComponent<{
|
3823
|
+
FormRender: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2892
3824
|
fieldList: {
|
2893
3825
|
type: PropType<import("../../../components/form-render").FieldItem[]>;
|
2894
3826
|
};
|
@@ -2982,7 +3914,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2982
3914
|
}>>;
|
2983
3915
|
};
|
2984
3916
|
components: {
|
2985
|
-
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
3917
|
+
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
2986
3918
|
default: () => {};
|
2987
3919
|
};
|
2988
3920
|
scope: {
|
@@ -3067,11 +3999,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
3067
3999
|
type: PropType<string[]>;
|
3068
4000
|
};
|
3069
4001
|
linebarDirection: {
|
3070
|
-
type: PropType<"
|
4002
|
+
type: PropType<"vertical" | "horizontal">;
|
3071
4003
|
default: string;
|
3072
4004
|
};
|
3073
4005
|
linebarTextDirection: {
|
3074
|
-
type: PropType<"
|
4006
|
+
type: PropType<"vertical" | "horizontal">;
|
3075
4007
|
default: string;
|
3076
4008
|
};
|
3077
4009
|
linebarWidth: {
|
@@ -3096,8 +4028,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
3096
4028
|
lazyRender: BooleanConstructor;
|
3097
4029
|
linebreaksToTitle: BooleanConstructor;
|
3098
4030
|
dialogFn: {};
|
3099
|
-
}
|
3100
|
-
props:
|
4031
|
+
}>, {
|
4032
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
3101
4033
|
fieldList: {
|
3102
4034
|
type: PropType<import("../../../components/form-render").FieldItem[]>;
|
3103
4035
|
};
|
@@ -3191,7 +4123,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
3191
4123
|
}>>;
|
3192
4124
|
};
|
3193
4125
|
components: {
|
3194
|
-
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
4126
|
+
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
3195
4127
|
default: () => {};
|
3196
4128
|
};
|
3197
4129
|
scope: {
|
@@ -3276,11 +4208,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
3276
4208
|
type: PropType<string[]>;
|
3277
4209
|
};
|
3278
4210
|
linebarDirection: {
|
3279
|
-
type: PropType<"
|
4211
|
+
type: PropType<"vertical" | "horizontal">;
|
3280
4212
|
default: string;
|
3281
4213
|
};
|
3282
4214
|
linebarTextDirection: {
|
3283
|
-
type: PropType<"
|
4215
|
+
type: PropType<"vertical" | "horizontal">;
|
3284
4216
|
default: string;
|
3285
4217
|
};
|
3286
4218
|
linebarWidth: {
|
@@ -3305,19 +4237,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
3305
4237
|
lazyRender: BooleanConstructor;
|
3306
4238
|
linebreaksToTitle: BooleanConstructor;
|
3307
4239
|
dialogFn: {};
|
3308
|
-
}>> & {
|
4240
|
+
}>> & Readonly<{
|
3309
4241
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
3310
4242
|
onScroll?: ((...args: any[]) => any) | undefined;
|
3311
4243
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
3312
4244
|
"onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
|
3313
4245
|
onLinebarChange?: ((...args: any[]) => any) | undefined;
|
3314
4246
|
onReady?: ((...args: any[]) => any) | undefined;
|
3315
|
-
}
|
4247
|
+
}> & {}>;
|
3316
4248
|
emit: (event: "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", ...args: any[]) => void;
|
3317
4249
|
cssVars: import("vue").ComputedRef<import("../../../shared/types").AnyObject>;
|
3318
4250
|
nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
|
3319
|
-
formRenderRef: Ref<HTMLElement | undefined>;
|
3320
|
-
formWidth: Ref<number>;
|
4251
|
+
formRenderRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
4252
|
+
formWidth: Ref<number, number>;
|
3321
4253
|
formHeight: import("vue").ComputedRef<string>;
|
3322
4254
|
SchemaField: import("vue").DefineComponent<import("@formily/vue").ISchemaFieldProps>;
|
3323
4255
|
businessCollector: import("../../../components/form-render").BusinessCollector;
|
@@ -3330,13 +4262,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
3330
4262
|
formUUID: string;
|
3331
4263
|
anchorBarRef: Ref<{
|
3332
4264
|
syncBarPosition: AnyFn;
|
4265
|
+
} | undefined, {
|
4266
|
+
syncBarPosition: AnyFn;
|
3333
4267
|
} | undefined>;
|
3334
|
-
currentAnchor: import("vue").WritableComputedRef<string>;
|
4268
|
+
currentAnchor: import("vue").WritableComputedRef<string, string>;
|
3335
4269
|
updateAnchorList: (field: import("@formily/core").GeneralField) => void;
|
3336
4270
|
anchorIdList: Ref<{
|
3337
4271
|
name: string;
|
3338
4272
|
title: string;
|
3339
4273
|
index: number;
|
4274
|
+
}[], (Record<"name" | "title", string> & {
|
4275
|
+
index: number;
|
4276
|
+
})[] | {
|
4277
|
+
name: string;
|
4278
|
+
title: string;
|
4279
|
+
index: number;
|
3340
4280
|
}[]>;
|
3341
4281
|
onScroll: (scrollEvent: Event) => void;
|
3342
4282
|
generateAnchorList: (formModel: import("@formily/core").Form<any>) => Promise<void>;
|
@@ -3363,7 +4303,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
3363
4303
|
setGraph: (field: import("@formily/core").GeneralField) => void;
|
3364
4304
|
removeGraph: (field: import("@formily/core").GeneralField) => void;
|
3365
4305
|
lowCodeEventTrigger: (field: import("@formily/core").GeneralField) => void;
|
3366
|
-
emitFormChange: Ref<boolean>;
|
4306
|
+
emitFormChange: Ref<boolean, boolean>;
|
3367
4307
|
formModel: import("@formily/core").Form<{
|
3368
4308
|
[x: string]: any;
|
3369
4309
|
}>;
|
@@ -3440,7 +4380,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
3440
4380
|
"x-read-pretty"?: boolean | undefined;
|
3441
4381
|
"x-compile-omitted"?: string[] | undefined;
|
3442
4382
|
}>;
|
3443
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
4383
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
3444
4384
|
scope: import("../../../shared/types").AnyObject;
|
3445
4385
|
annotation: Record<string, import("../../annotation-edit/src/type").AnnotationItem>;
|
3446
4386
|
annotationShortcuts: (string | {
|
@@ -3475,8 +4415,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
3475
4415
|
selectMode: boolean;
|
3476
4416
|
selectedFields: string[];
|
3477
4417
|
linebarWidth: string | number;
|
3478
|
-
linebarDirection: "
|
3479
|
-
linebarTextDirection: "
|
4418
|
+
linebarDirection: "vertical" | "horizontal";
|
4419
|
+
linebarTextDirection: "vertical" | "horizontal";
|
3480
4420
|
autoWidth: number | boolean;
|
3481
4421
|
feedbackType: "default" | "tooltip";
|
3482
4422
|
fixMemoLeak: boolean;
|
@@ -3659,16 +4599,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
3659
4599
|
onKeydown: (event: KeyboardEvent) => Promise<void>;
|
3660
4600
|
clearSpan: (uuid: string) => void;
|
3661
4601
|
exposeEvent: Omit<FormRenderExpose, "updateAnchor" | "getFieldList" | "optionInited" | "formModel" | "reload">;
|
3662
|
-
useVersion: typeof useVersion;
|
3663
|
-
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<{}>>, {}>;
|
3664
|
-
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>>>, {
|
4602
|
+
readonly useVersion: typeof useVersion;
|
4603
|
+
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>;
|
4604
|
+
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>>>, {
|
3665
4605
|
form: any;
|
3666
|
-
}>;
|
3667
|
-
NConfigProvider: any;
|
3668
|
-
NForm: any;
|
3669
|
-
NTabPane: any;
|
3670
|
-
NTabs: any;
|
3671
|
-
},
|
4606
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
4607
|
+
readonly NConfigProvider: any;
|
4608
|
+
readonly NForm: any;
|
4609
|
+
readonly NTabPane: any;
|
4610
|
+
readonly NTabs: any;
|
4611
|
+
}, {}, {}, {}, 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<{
|
3672
4612
|
fieldList: {
|
3673
4613
|
type: PropType<import("../../../components/form-render").FieldItem[]>;
|
3674
4614
|
};
|
@@ -3762,7 +4702,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
3762
4702
|
}>>;
|
3763
4703
|
};
|
3764
4704
|
components: {
|
3765
|
-
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
4705
|
+
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
3766
4706
|
default: () => {};
|
3767
4707
|
};
|
3768
4708
|
scope: {
|
@@ -3847,11 +4787,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
3847
4787
|
type: PropType<string[]>;
|
3848
4788
|
};
|
3849
4789
|
linebarDirection: {
|
3850
|
-
type: PropType<"
|
4790
|
+
type: PropType<"vertical" | "horizontal">;
|
3851
4791
|
default: string;
|
3852
4792
|
};
|
3853
4793
|
linebarTextDirection: {
|
3854
|
-
type: PropType<"
|
4794
|
+
type: PropType<"vertical" | "horizontal">;
|
3855
4795
|
default: string;
|
3856
4796
|
};
|
3857
4797
|
linebarWidth: {
|
@@ -3876,18 +4816,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
3876
4816
|
lazyRender: BooleanConstructor;
|
3877
4817
|
linebreaksToTitle: BooleanConstructor;
|
3878
4818
|
dialogFn: {};
|
3879
|
-
}>> & {
|
4819
|
+
}>> & Readonly<{
|
3880
4820
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
3881
4821
|
onScroll?: ((...args: any[]) => any) | undefined;
|
3882
4822
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
3883
4823
|
"onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
|
3884
4824
|
onLinebarChange?: ((...args: any[]) => any) | undefined;
|
3885
4825
|
onReady?: ((...args: any[]) => any) | undefined;
|
3886
|
-
}
|
4826
|
+
}>, {
|
4827
|
+
maxHeight: string | number;
|
3887
4828
|
anchor: boolean;
|
3888
4829
|
column: number;
|
3889
|
-
|
3890
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
4830
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
3891
4831
|
initialData: import("../../../shared/types").AnyObject;
|
3892
4832
|
parallelism: number;
|
3893
4833
|
scope: import("../../../shared/types").AnyObject;
|
@@ -3903,8 +4843,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
3903
4843
|
wordSplitFilter: boolean;
|
3904
4844
|
selectMode: boolean;
|
3905
4845
|
linebarWidth: string | number;
|
3906
|
-
linebarDirection: "
|
3907
|
-
linebarTextDirection: "
|
4846
|
+
linebarDirection: "vertical" | "horizontal";
|
4847
|
+
linebarTextDirection: "vertical" | "horizontal";
|
3908
4848
|
autoWidth: number | boolean;
|
3909
4849
|
feedbackType: "default" | "tooltip";
|
3910
4850
|
fixMemoLeak: boolean;
|
@@ -3913,9 +4853,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
3913
4853
|
nominalAge: boolean;
|
3914
4854
|
operationalFormInit: boolean;
|
3915
4855
|
incrementalRender: boolean;
|
3916
|
-
}>;
|
3917
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
3918
|
-
},
|
4856
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
4857
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
4858
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
3919
4859
|
uuid: {
|
3920
4860
|
type: StringConstructor;
|
3921
4861
|
required: true;
|
@@ -3989,7 +4929,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
3989
4929
|
"x-read-pretty"?: boolean | undefined;
|
3990
4930
|
"x-compile-omitted"?: string[] | undefined;
|
3991
4931
|
}>;
|
3992
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
4932
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
3993
4933
|
scope: import("../../../shared/types").AnyObject;
|
3994
4934
|
annotation: Record<string, import("../../annotation-edit/src/type").AnnotationItem>;
|
3995
4935
|
annotationShortcuts: (string | {
|
@@ -4024,8 +4964,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
4024
4964
|
selectMode: boolean;
|
4025
4965
|
selectedFields: string[];
|
4026
4966
|
linebarWidth: string | number;
|
4027
|
-
linebarDirection: "
|
4028
|
-
linebarTextDirection: "
|
4967
|
+
linebarDirection: "vertical" | "horizontal";
|
4968
|
+
linebarTextDirection: "vertical" | "horizontal";
|
4029
4969
|
autoWidth: number | boolean;
|
4030
4970
|
feedbackType: "default" | "tooltip";
|
4031
4971
|
fixMemoLeak: boolean;
|
@@ -4034,8 +4974,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
4034
4974
|
dialogFn: any;
|
4035
4975
|
}>>>;
|
4036
4976
|
};
|
4037
|
-
}
|
4038
|
-
FormConfigEventSetting: import("vue").DefineComponent<{
|
4977
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
4978
|
+
FormConfigEventSetting: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
4039
4979
|
modelValue: {
|
4040
4980
|
type: ArrayConstructor;
|
4041
4981
|
required: true;
|
@@ -4045,11 +4985,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
4045
4985
|
type: null;
|
4046
4986
|
required: false;
|
4047
4987
|
};
|
4048
|
-
}
|
4049
|
-
props:
|
4050
|
-
modelValue: LowCodeTypes.reactionConfig[];
|
4051
|
-
bindFormRenderRef?: FormRenderExpose | undefined;
|
4052
|
-
};
|
4988
|
+
}>, {
|
4989
|
+
props: any;
|
4053
4990
|
emit: (event: "update:modelValue" | "validateFailure", ...args: any[]) => void;
|
4054
4991
|
cssVars: import("vue").ComputedRef<import("../../../shared/types").AnyObject>;
|
4055
4992
|
valueRef: Ref<{
|
@@ -4084,8 +5021,40 @@ declare const _default: import("vue").DefineComponent<{
|
|
4084
5021
|
}[] | undefined;
|
4085
5022
|
__oppositeBindField?: any | undefined;
|
4086
5023
|
__oppositeTargetField?: any | undefined;
|
5024
|
+
}[], LowCodeTypes.reactionConfig[] | {
|
5025
|
+
conObj: {
|
5026
|
+
con: LowCodeTypes.VALUE_RELATION;
|
5027
|
+
field_key: string;
|
5028
|
+
value: unknown;
|
5029
|
+
}[];
|
5030
|
+
compareMap?: {
|
5031
|
+
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
5032
|
+
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
5033
|
+
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
5034
|
+
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
5035
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
5036
|
+
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
5037
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
5038
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
5039
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
5040
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
5041
|
+
} | undefined;
|
5042
|
+
isRestoreDefault?: boolean | undefined;
|
5043
|
+
sqlExpression?: string | undefined;
|
5044
|
+
showField?: string[] | undefined;
|
5045
|
+
hideField?: string[] | undefined;
|
5046
|
+
requiredField?: string[] | undefined;
|
5047
|
+
notRequiredField?: string[] | undefined;
|
5048
|
+
enabledField?: string[] | undefined;
|
5049
|
+
disabledField?: string[] | undefined;
|
5050
|
+
setValueField?: {
|
5051
|
+
field?: string | undefined;
|
5052
|
+
value?: unknown;
|
5053
|
+
}[] | undefined;
|
5054
|
+
__oppositeBindField?: any | undefined;
|
5055
|
+
__oppositeTargetField?: any | undefined;
|
4087
5056
|
}[]>;
|
4088
|
-
expandedName: Ref<string>;
|
5057
|
+
expandedName: Ref<string, string>;
|
4089
5058
|
addConnection: () => void;
|
4090
5059
|
removeConnection: (index: number) => void;
|
4091
5060
|
getOppositeBtnText: (item: LowCodeTypes.reactionConfig) => string | undefined;
|
@@ -4099,14 +5068,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
4099
5068
|
addCondition: (config: LowCodeTypes.reactionConfig) => void;
|
4100
5069
|
removeCondition: (config: LowCodeTypes.reactionConfig, index: number) => void;
|
4101
5070
|
onUpdateConditionType: (condition: LowCodeTypes.reactionsConObj, type: LowCodeTypes.VALUE_RELATION) => void;
|
4102
|
-
showRef: Ref<boolean>;
|
5071
|
+
showRef: Ref<boolean, boolean>;
|
4103
5072
|
addSetValueField: (item: LowCodeTypes.reactionConfig) => void;
|
4104
|
-
fieldListRef: Ref<FormConfigItem[]>;
|
5073
|
+
fieldListRef: Ref<FormConfigItem[], FormConfigItem[]>;
|
4105
5074
|
fieldOptions: import("vue").ComputedRef<FormConfigItem[]>;
|
4106
5075
|
setValueTypes: string[];
|
4107
5076
|
setValueFieldOptions: import("vue").ComputedRef<FormConfigItem[]>;
|
4108
|
-
currentTypeList: string[]
|
4109
|
-
dialog: import("naive-ui").DialogApi;
|
5077
|
+
currentTypeList: import("vue").Reactive<string[]>;
|
5078
|
+
dialog: import("naive-ui/es/dialog").DialogApi;
|
4110
5079
|
onNegativeClick: () => Promise<void>;
|
4111
5080
|
onPositiveClick: () => Promise<void>;
|
4112
5081
|
configValidate: () => Promise<void>;
|
@@ -4117,7 +5086,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
4117
5086
|
decoratorProps: {
|
4118
5087
|
showFeedback: boolean;
|
4119
5088
|
};
|
4120
|
-
html_type: "LINEBAR" | ({} & string) | "INPUT" | "
|
5089
|
+
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";
|
4121
5090
|
annotation?: boolean | undefined;
|
4122
5091
|
val_key_unit?: string | undefined;
|
4123
5092
|
is_edit?: import("../../../components/form-render").FormCommonState | undefined;
|
@@ -4132,7 +5101,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
4132
5101
|
placeholder?: string | undefined;
|
4133
5102
|
validate?: Partial<{
|
4134
5103
|
[key: string]: any;
|
4135
|
-
obj_type: "
|
5104
|
+
obj_type: "sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name";
|
4136
5105
|
vali_obj: string;
|
4137
5106
|
max_value: string | number;
|
4138
5107
|
min_value: string | number;
|
@@ -4203,8 +5172,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
4203
5172
|
editor_title?: string | undefined;
|
4204
5173
|
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
4205
5174
|
linebarWidth?: string | undefined;
|
4206
|
-
linebarDirection?: "
|
4207
|
-
linebarTextDirection?: "
|
5175
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
5176
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
4208
5177
|
labelColor?: string | undefined;
|
4209
5178
|
fieldTitleRed?: boolean | import("../../../components/form-render").FormCommonState | undefined;
|
4210
5179
|
confirmBeforeValueChange?: boolean | undefined;
|
@@ -4218,10 +5187,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
4218
5187
|
updateOriginValue: boolean;
|
4219
5188
|
} | undefined;
|
4220
5189
|
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
4221
|
-
unit?: ("
|
5190
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
4222
5191
|
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
4223
|
-
max_date_unit?: ("
|
4224
|
-
min_date_unit?: ("
|
5192
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
5193
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
4225
5194
|
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
4226
5195
|
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
4227
5196
|
fieldTitleColor?: string | undefined;
|
@@ -4241,7 +5210,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
4241
5210
|
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
4242
5211
|
wrapperStyle?: Record<string, string | number> | undefined;
|
4243
5212
|
childFieldStrategy?: "checked" | "all" | undefined;
|
4244
|
-
childWidthMode?: "
|
5213
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
4245
5214
|
validator?: ((value: unknown, fieldItem: import("../../../components/form-render").FieldItem, context: {
|
4246
5215
|
field: import("@formily/core").Field<any, any, any, any>;
|
4247
5216
|
form: import("@formily/core").Form<any>;
|
@@ -4255,36 +5224,36 @@ declare const _default: import("vue").DefineComponent<{
|
|
4255
5224
|
field: string;
|
4256
5225
|
value: unknown;
|
4257
5226
|
}>) => void;
|
4258
|
-
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<{}>>, {}>;
|
4259
|
-
NButton: any;
|
4260
|
-
NCollapse: any;
|
4261
|
-
NCollapseItem: any;
|
4262
|
-
NEllipsis: any;
|
4263
|
-
NEmpty: any;
|
4264
|
-
NIcon: any;
|
4265
|
-
NInput: any;
|
4266
|
-
NInputGroup: any;
|
4267
|
-
NModal: any;
|
4268
|
-
NScrollbar: any;
|
4269
|
-
NSelect: any;
|
4270
|
-
NSpace: any;
|
4271
|
-
NThing: any;
|
4272
|
-
NTooltip: any;
|
4273
|
-
conditionTypeOptions: {
|
5227
|
+
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>;
|
5228
|
+
readonly NButton: any;
|
5229
|
+
readonly NCollapse: any;
|
5230
|
+
readonly NCollapseItem: any;
|
5231
|
+
readonly NEllipsis: any;
|
5232
|
+
readonly NEmpty: any;
|
5233
|
+
readonly NIcon: any;
|
5234
|
+
readonly NInput: any;
|
5235
|
+
readonly NInputGroup: any;
|
5236
|
+
readonly NModal: any;
|
5237
|
+
readonly NScrollbar: any;
|
5238
|
+
readonly NSelect: any;
|
5239
|
+
readonly NSpace: any;
|
5240
|
+
readonly NThing: any;
|
5241
|
+
readonly NTooltip: any;
|
5242
|
+
readonly conditionTypeOptions: {
|
4274
5243
|
value: LowCodeTypes.VALUE_RELATION;
|
4275
5244
|
label: string;
|
4276
5245
|
}[];
|
4277
|
-
connectionTypeOptions: {
|
5246
|
+
readonly connectionTypeOptions: {
|
4278
5247
|
value: string;
|
4279
5248
|
label: string;
|
4280
5249
|
}[];
|
4281
|
-
CForm: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{}, {
|
4282
|
-
formRenderRef: Ref<FormRenderExpose | undefined>;
|
4283
|
-
key: Ref<number>;
|
5250
|
+
readonly CForm: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{}, {
|
5251
|
+
formRenderRef: Ref<FormRenderExpose | undefined, FormRenderExpose | undefined>;
|
5252
|
+
key: Ref<number, number>;
|
4284
5253
|
reload: () => Promise<void>;
|
4285
5254
|
formRenderExposeKeyList: readonly ["validate", "getFormValues", "setFormValues", "setFieldState", "resetFields", "queryWidget", "getFieldList", "applySelectedSetting", "getTextFormValues", "optionInited", "updateAnchor"];
|
4286
5255
|
exposed: Partial<FormRenderExpose>;
|
4287
|
-
FormRender: import("vue").DefineComponent<{
|
5256
|
+
FormRender: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
4288
5257
|
fieldList: {
|
4289
5258
|
type: PropType<import("../../../components/form-render").FieldItem[]>;
|
4290
5259
|
};
|
@@ -4378,7 +5347,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
4378
5347
|
}>>;
|
4379
5348
|
};
|
4380
5349
|
components: {
|
4381
|
-
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
5350
|
+
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
4382
5351
|
default: () => {};
|
4383
5352
|
};
|
4384
5353
|
scope: {
|
@@ -4463,11 +5432,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
4463
5432
|
type: PropType<string[]>;
|
4464
5433
|
};
|
4465
5434
|
linebarDirection: {
|
4466
|
-
type: PropType<"
|
5435
|
+
type: PropType<"vertical" | "horizontal">;
|
4467
5436
|
default: string;
|
4468
5437
|
};
|
4469
5438
|
linebarTextDirection: {
|
4470
|
-
type: PropType<"
|
5439
|
+
type: PropType<"vertical" | "horizontal">;
|
4471
5440
|
default: string;
|
4472
5441
|
};
|
4473
5442
|
linebarWidth: {
|
@@ -4492,8 +5461,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
4492
5461
|
lazyRender: BooleanConstructor;
|
4493
5462
|
linebreaksToTitle: BooleanConstructor;
|
4494
5463
|
dialogFn: {};
|
4495
|
-
}
|
4496
|
-
props:
|
5464
|
+
}>, {
|
5465
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
4497
5466
|
fieldList: {
|
4498
5467
|
type: PropType<import("../../../components/form-render").FieldItem[]>;
|
4499
5468
|
};
|
@@ -4587,7 +5556,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
4587
5556
|
}>>;
|
4588
5557
|
};
|
4589
5558
|
components: {
|
4590
|
-
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
5559
|
+
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
4591
5560
|
default: () => {};
|
4592
5561
|
};
|
4593
5562
|
scope: {
|
@@ -4672,11 +5641,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
4672
5641
|
type: PropType<string[]>;
|
4673
5642
|
};
|
4674
5643
|
linebarDirection: {
|
4675
|
-
type: PropType<"
|
5644
|
+
type: PropType<"vertical" | "horizontal">;
|
4676
5645
|
default: string;
|
4677
5646
|
};
|
4678
5647
|
linebarTextDirection: {
|
4679
|
-
type: PropType<"
|
5648
|
+
type: PropType<"vertical" | "horizontal">;
|
4680
5649
|
default: string;
|
4681
5650
|
};
|
4682
5651
|
linebarWidth: {
|
@@ -4701,19 +5670,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
4701
5670
|
lazyRender: BooleanConstructor;
|
4702
5671
|
linebreaksToTitle: BooleanConstructor;
|
4703
5672
|
dialogFn: {};
|
4704
|
-
}>> & {
|
5673
|
+
}>> & Readonly<{
|
4705
5674
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
4706
5675
|
onScroll?: ((...args: any[]) => any) | undefined;
|
4707
5676
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
4708
5677
|
"onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
|
4709
5678
|
onLinebarChange?: ((...args: any[]) => any) | undefined;
|
4710
5679
|
onReady?: ((...args: any[]) => any) | undefined;
|
4711
|
-
}
|
5680
|
+
}> & {}>;
|
4712
5681
|
emit: (event: "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", ...args: any[]) => void;
|
4713
5682
|
cssVars: import("vue").ComputedRef<import("../../../shared/types").AnyObject>;
|
4714
5683
|
nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
|
4715
|
-
formRenderRef: Ref<HTMLElement | undefined>;
|
4716
|
-
formWidth: Ref<number>;
|
5684
|
+
formRenderRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
5685
|
+
formWidth: Ref<number, number>;
|
4717
5686
|
formHeight: import("vue").ComputedRef<string>;
|
4718
5687
|
SchemaField: import("vue").DefineComponent<import("@formily/vue").ISchemaFieldProps>;
|
4719
5688
|
businessCollector: import("../../../components/form-render").BusinessCollector;
|
@@ -4726,13 +5695,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
4726
5695
|
formUUID: string;
|
4727
5696
|
anchorBarRef: Ref<{
|
4728
5697
|
syncBarPosition: AnyFn;
|
5698
|
+
} | undefined, {
|
5699
|
+
syncBarPosition: AnyFn;
|
4729
5700
|
} | undefined>;
|
4730
|
-
currentAnchor: import("vue").WritableComputedRef<string>;
|
5701
|
+
currentAnchor: import("vue").WritableComputedRef<string, string>;
|
4731
5702
|
updateAnchorList: (field: import("@formily/core").GeneralField) => void;
|
4732
5703
|
anchorIdList: Ref<{
|
4733
5704
|
name: string;
|
4734
5705
|
title: string;
|
4735
5706
|
index: number;
|
5707
|
+
}[], (Record<"name" | "title", string> & {
|
5708
|
+
index: number;
|
5709
|
+
})[] | {
|
5710
|
+
name: string;
|
5711
|
+
title: string;
|
5712
|
+
index: number;
|
4736
5713
|
}[]>;
|
4737
5714
|
onScroll: (scrollEvent: Event) => void;
|
4738
5715
|
generateAnchorList: (formModel: import("@formily/core").Form<any>) => Promise<void>;
|
@@ -4759,7 +5736,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
4759
5736
|
setGraph: (field: import("@formily/core").GeneralField) => void;
|
4760
5737
|
removeGraph: (field: import("@formily/core").GeneralField) => void;
|
4761
5738
|
lowCodeEventTrigger: (field: import("@formily/core").GeneralField) => void;
|
4762
|
-
emitFormChange: Ref<boolean>;
|
5739
|
+
emitFormChange: Ref<boolean, boolean>;
|
4763
5740
|
formModel: import("@formily/core").Form<{
|
4764
5741
|
[x: string]: any;
|
4765
5742
|
}>;
|
@@ -4836,7 +5813,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
4836
5813
|
"x-read-pretty"?: boolean | undefined;
|
4837
5814
|
"x-compile-omitted"?: string[] | undefined;
|
4838
5815
|
}>;
|
4839
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
5816
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
4840
5817
|
scope: import("../../../shared/types").AnyObject;
|
4841
5818
|
annotation: Record<string, import("../../annotation-edit/src/type").AnnotationItem>;
|
4842
5819
|
annotationShortcuts: (string | {
|
@@ -4871,8 +5848,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
4871
5848
|
selectMode: boolean;
|
4872
5849
|
selectedFields: string[];
|
4873
5850
|
linebarWidth: string | number;
|
4874
|
-
linebarDirection: "
|
4875
|
-
linebarTextDirection: "
|
5851
|
+
linebarDirection: "vertical" | "horizontal";
|
5852
|
+
linebarTextDirection: "vertical" | "horizontal";
|
4876
5853
|
autoWidth: number | boolean;
|
4877
5854
|
feedbackType: "default" | "tooltip";
|
4878
5855
|
fixMemoLeak: boolean;
|
@@ -5055,16 +6032,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
5055
6032
|
onKeydown: (event: KeyboardEvent) => Promise<void>;
|
5056
6033
|
clearSpan: (uuid: string) => void;
|
5057
6034
|
exposeEvent: Omit<FormRenderExpose, "updateAnchor" | "getFieldList" | "optionInited" | "formModel" | "reload">;
|
5058
|
-
useVersion: typeof useVersion;
|
5059
|
-
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<{}>>, {}>;
|
5060
|
-
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>>>, {
|
6035
|
+
readonly useVersion: typeof useVersion;
|
6036
|
+
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>;
|
6037
|
+
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>>>, {
|
5061
6038
|
form: any;
|
5062
|
-
}>;
|
5063
|
-
NConfigProvider: any;
|
5064
|
-
NForm: any;
|
5065
|
-
NTabPane: any;
|
5066
|
-
NTabs: any;
|
5067
|
-
},
|
6039
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
6040
|
+
readonly NConfigProvider: any;
|
6041
|
+
readonly NForm: any;
|
6042
|
+
readonly NTabPane: any;
|
6043
|
+
readonly NTabs: any;
|
6044
|
+
}, {}, {}, {}, 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<{
|
5068
6045
|
fieldList: {
|
5069
6046
|
type: PropType<import("../../../components/form-render").FieldItem[]>;
|
5070
6047
|
};
|
@@ -5158,7 +6135,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
5158
6135
|
}>>;
|
5159
6136
|
};
|
5160
6137
|
components: {
|
5161
|
-
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
6138
|
+
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
5162
6139
|
default: () => {};
|
5163
6140
|
};
|
5164
6141
|
scope: {
|
@@ -5243,11 +6220,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
5243
6220
|
type: PropType<string[]>;
|
5244
6221
|
};
|
5245
6222
|
linebarDirection: {
|
5246
|
-
type: PropType<"
|
6223
|
+
type: PropType<"vertical" | "horizontal">;
|
5247
6224
|
default: string;
|
5248
6225
|
};
|
5249
6226
|
linebarTextDirection: {
|
5250
|
-
type: PropType<"
|
6227
|
+
type: PropType<"vertical" | "horizontal">;
|
5251
6228
|
default: string;
|
5252
6229
|
};
|
5253
6230
|
linebarWidth: {
|
@@ -5272,18 +6249,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
5272
6249
|
lazyRender: BooleanConstructor;
|
5273
6250
|
linebreaksToTitle: BooleanConstructor;
|
5274
6251
|
dialogFn: {};
|
5275
|
-
}>> & {
|
6252
|
+
}>> & Readonly<{
|
5276
6253
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
5277
6254
|
onScroll?: ((...args: any[]) => any) | undefined;
|
5278
6255
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
5279
6256
|
"onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
|
5280
6257
|
onLinebarChange?: ((...args: any[]) => any) | undefined;
|
5281
6258
|
onReady?: ((...args: any[]) => any) | undefined;
|
5282
|
-
}
|
6259
|
+
}>, {
|
6260
|
+
maxHeight: string | number;
|
5283
6261
|
anchor: boolean;
|
5284
6262
|
column: number;
|
5285
|
-
|
5286
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
6263
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
5287
6264
|
initialData: import("../../../shared/types").AnyObject;
|
5288
6265
|
parallelism: number;
|
5289
6266
|
scope: import("../../../shared/types").AnyObject;
|
@@ -5299,8 +6276,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
5299
6276
|
wordSplitFilter: boolean;
|
5300
6277
|
selectMode: boolean;
|
5301
6278
|
linebarWidth: string | number;
|
5302
|
-
linebarDirection: "
|
5303
|
-
linebarTextDirection: "
|
6279
|
+
linebarDirection: "vertical" | "horizontal";
|
6280
|
+
linebarTextDirection: "vertical" | "horizontal";
|
5304
6281
|
autoWidth: number | boolean;
|
5305
6282
|
feedbackType: "default" | "tooltip";
|
5306
6283
|
fixMemoLeak: boolean;
|
@@ -5309,9 +6286,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
5309
6286
|
nominalAge: boolean;
|
5310
6287
|
operationalFormInit: boolean;
|
5311
6288
|
incrementalRender: boolean;
|
5312
|
-
}>;
|
5313
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
5314
|
-
},
|
6289
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
6290
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
6291
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "validateFailure")[], "update:modelValue" | "validateFailure", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
5315
6292
|
modelValue: {
|
5316
6293
|
type: ArrayConstructor;
|
5317
6294
|
required: true;
|
@@ -5321,13 +6298,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
5321
6298
|
type: null;
|
5322
6299
|
required: false;
|
5323
6300
|
};
|
5324
|
-
}>> & {
|
6301
|
+
}>> & Readonly<{
|
5325
6302
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
5326
6303
|
onValidateFailure?: ((...args: any[]) => any) | undefined;
|
5327
|
-
}
|
6304
|
+
}>, {
|
5328
6305
|
modelValue: unknown[];
|
5329
|
-
}>;
|
5330
|
-
FormConfigMaterialItem: import("vue").DefineComponent<{
|
6306
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
6307
|
+
readonly FormConfigMaterialItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
5331
6308
|
formConfigItem: {
|
5332
6309
|
type: PropType<FormConfigItem>;
|
5333
6310
|
required: true;
|
@@ -5340,7 +6317,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
5340
6317
|
type: PropType<FormConfigItem[]>;
|
5341
6318
|
default: () => never[];
|
5342
6319
|
};
|
5343
|
-
}
|
6320
|
+
}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
5344
6321
|
formConfigItem: {
|
5345
6322
|
type: PropType<FormConfigItem>;
|
5346
6323
|
required: true;
|
@@ -5353,13 +6330,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
5353
6330
|
type: PropType<FormConfigItem[]>;
|
5354
6331
|
default: () => never[];
|
5355
6332
|
};
|
5356
|
-
}
|
6333
|
+
}>> & Readonly<{}>, {
|
5357
6334
|
materialList: FormConfigItem[];
|
5358
|
-
}>;
|
5359
|
-
FORM_CONFIG_GROUP: string;
|
5360
|
-
NSelect: any;
|
5361
|
-
NSpace: any;
|
5362
|
-
},
|
6335
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
6336
|
+
readonly FORM_CONFIG_GROUP: string;
|
6337
|
+
readonly NSelect: any;
|
6338
|
+
readonly NSpace: any;
|
6339
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("addItem" | "removeItem" | "reactionsValidateFailure")[], "addItem" | "removeItem" | "reactionsValidateFailure", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
5363
6340
|
maxHeight: {
|
5364
6341
|
type: StringConstructor;
|
5365
6342
|
};
|
@@ -5441,7 +6418,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
5441
6418
|
"x-read-pretty"?: boolean | undefined;
|
5442
6419
|
"x-compile-omitted"?: string[] | undefined;
|
5443
6420
|
}>;
|
5444
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
6421
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
5445
6422
|
scope: import("../../../shared/types").AnyObject;
|
5446
6423
|
annotation: Record<string, import("../../annotation-edit/src/type").AnnotationItem>;
|
5447
6424
|
annotationShortcuts: (string | {
|
@@ -5476,8 +6453,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
5476
6453
|
selectMode: boolean;
|
5477
6454
|
selectedFields: string[];
|
5478
6455
|
linebarWidth: string | number;
|
5479
|
-
linebarDirection: "
|
5480
|
-
linebarTextDirection: "
|
6456
|
+
linebarDirection: "vertical" | "horizontal";
|
6457
|
+
linebarTextDirection: "vertical" | "horizontal";
|
5481
6458
|
autoWidth: number | boolean;
|
5482
6459
|
feedbackType: "default" | "tooltip";
|
5483
6460
|
fixMemoLeak: boolean;
|
@@ -5490,11 +6467,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
5490
6467
|
type: PropType<((payload: import("../../../components/form-config/src/types").FormConfigBeforeMovePayload) => boolean | void) | undefined>;
|
5491
6468
|
};
|
5492
6469
|
showLowCodeReactions: BooleanConstructor;
|
5493
|
-
}>> & {
|
6470
|
+
}>> & Readonly<{
|
5494
6471
|
onAddItem?: ((...args: any[]) => any) | undefined;
|
5495
6472
|
onRemoveItem?: ((...args: any[]) => any) | undefined;
|
5496
6473
|
onReactionsValidateFailure?: ((...args: any[]) => any) | undefined;
|
5497
|
-
}
|
6474
|
+
}>, {
|
5498
6475
|
showLowCodeReactions: boolean;
|
5499
|
-
}>;
|
6476
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
5500
6477
|
export default _default;
|