cnhis-design-vue 3.4.0-beta.10 → 3.4.0-beta.11
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 +52 -54
- package/es/components/audio-sdk/src/Index.vue.d.ts +52 -54
- package/es/components/audio-sdk/src/Index.vue2.js +7 -8
- package/es/components/audio-sdk/src/audioSDK.d.ts +1 -1
- package/es/components/audio-sdk/src/components/form.vue.d.ts +16 -16
- package/es/components/audio-sdk/src/components/readyCountdown.vue.d.ts +10 -10
- package/es/components/audio-sdk/src/components/readyCountdown.vue2.js +6 -5
- package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +47 -49
- package/es/components/audio-sdk/src/components/recording.vue.d.ts +39 -41
- package/es/components/audio-sdk/src/components/recording.vue2.js +41 -36
- package/es/components/audio-sdk/src/hooks/useChartAudioContext.d.ts +5 -5
- package/es/components/audio-sdk/src/svgs/Close.vue.js +8 -6
- package/es/components/audio-sdk/src/svgs/Continue.vue.js +5 -3
- package/es/components/audio-sdk/src/svgs/Enlarge.vue.js +5 -3
- package/es/components/audio-sdk/src/svgs/Pause.vue.js +5 -3
- package/es/components/audio-sdk/src/svgs/WaveView.vue.js +5 -3
- package/es/components/audio-sdk/src/svgs/Zoom.vue.js +8 -6
- package/es/components/audio-sdk/src/utils/index.d.ts +1 -1
- package/es/components/audio-sdk/src/utils/recordingModal.d.ts +2 -2
- package/es/components/base-search/index.d.ts +19 -61
- package/es/components/base-search/src/index.vue.d.ts +19 -61
- package/es/components/base-search/src/index.vue2.js +31 -30
- package/es/components/big-table/index.d.ts +43 -67
- package/es/components/big-table/src/BigTable.vue.d.ts +43 -67
- 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 +5 -7
- package/es/components/big-table/src/components/edit-form/edit-input.d.ts +5 -8
- package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +5 -12
- package/es/components/big-table/src/components/edit-form/edit-select.d.ts +5 -7
- package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +23 -47
- package/es/components/big-table/src/components/edit-form/edit-separate.vue2.js +1 -2
- package/es/components/big-table/src/components/edit-form/edit-time.d.ts +5 -7
- 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 +3 -4
- package/es/components/big-table/src/components/separate.vue.d.ts +7 -31
- package/es/components/big-table/src/components/separate.vue2.js +4 -3
- package/es/components/big-table/src/hooks/useAnnotation.d.ts +1 -1
- package/es/components/big-table/src/hooks/useEdit.d.ts +48 -84
- package/es/components/big-table/src/hooks/useSeparateRow.d.ts +2 -50
- 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 +10 -8
- 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 +49 -72
- package/es/components/branch-notice/src/BranchNotice.vue.d.ts +47 -70
- package/es/components/branch-notice/src/BranchNotice.vue2.js +5 -6
- package/es/components/branch-notice/src/components/NoticeItem.vue.d.ts +34 -57
- 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 +2 -1
- package/es/components/branch-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
- package/es/components/button-print/index.d.ts +141 -201
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +141 -201
- package/es/components/button-print/src/ButtonPrint.vue2.js +7 -8
- package/es/components/button-print/src/components/EditFormat.vue.d.ts +18 -48
- package/es/components/button-print/src/components/EditFormat.vue2.js +8 -8
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +43 -72
- package/es/components/button-print/src/components/IdentityVerification.vue2.js +11 -12
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +71 -101
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +74 -73
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +58 -88
- 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 +2 -3
- package/es/components/calendar/index.d.ts +277 -32
- package/es/components/calendar/src/Calendar.vue.d.ts +276 -31
- package/es/components/calendar/src/Calendar.vue2.js +4 -5
- package/es/components/callback/index.d.ts +11 -11
- package/es/components/callback/src/components/dialog/drawer.vue.d.ts +21 -20
- package/es/components/callback/src/components/dialog/drawer.vue2.js +1 -2
- package/es/components/callback/src/components/dialog/modal.vue.d.ts +22 -22
- package/es/components/callback/src/components/dialog/modal.vue2.js +1 -2
- 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 +1624 -3184
- package/es/components/callback/src/index.vue.d.ts +11 -11
- package/es/components/callback/src/index.vue2.js +1 -2
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue.d.ts +15 -12
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue2.js +6 -7
- 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 +5 -8
- 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 +432 -509
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +358 -370
- package/es/components/classification/src/components/search-filter/index.vue2.js +5 -6
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +402 -414
- package/es/components/classification/src/components/set-classification/index.vue2.js +2 -3
- package/es/components/classification/src/components/table-modal/index.vue.d.ts +27 -27
- package/es/components/classification/src/components/table-modal/index.vue2.js +66 -65
- package/es/components/classification/src/index.vue.d.ts +432 -509
- package/es/components/classification/src/index.vue2.js +63 -61
- package/es/components/config-provider/index.d.ts +5 -7
- package/es/components/config-provider/src/ConfigProvider.d.ts +5 -7
- 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 +8 -9
- 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 +15 -14
- package/es/components/editor/index.d.ts +7 -77
- package/es/components/editor/src/Editor.d.ts +7 -78
- package/es/components/expand-field/index.d.ts +303 -478
- 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 +225 -304
- package/es/components/expand-field/src/components/FormItemPerson.vue2.js +3 -4
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +205 -284
- package/es/components/expand-field/src/components/PersonModal.vue2.js +3 -4
- package/es/components/expand-field/src/components/form.vue.d.ts +285 -458
- package/es/components/expand-field/src/components/form.vue2.js +73 -65
- package/es/components/expand-field/src/index.vue.d.ts +304 -479
- 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 +5 -6
- package/es/components/fabric-chart/src/components/PopupMenu.d.ts +6 -6
- package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +7 -7
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +9 -9
- package/es/components/field-editor/index.d.ts +42 -50
- package/es/components/field-editor/src/FieldEditor.vue.d.ts +42 -50
- 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 +154 -216
- package/es/components/field-set/src/FieldColor.vue2.js +6 -7
- package/es/components/field-set/src/FieldFilter.vue.d.ts +51 -77
- package/es/components/field-set/src/FieldFilter.vue2.js +7 -8
- package/es/components/field-set/src/FieldSet.vue.d.ts +64 -78
- package/es/components/field-set/src/FieldSet.vue2.js +23 -24
- package/es/components/field-set/src/Index.vue.d.ts +13 -13
- package/es/components/field-set/src/Index.vue2.js +13 -16
- package/es/components/field-set/src/TableStyle.vue.d.ts +13 -21
- package/es/components/field-set/src/TableStyle.vue2.js +23 -23
- package/es/components/field-set/src/components/condition.vue.d.ts +32 -47
- package/es/components/field-set/src/components/condition.vue2.js +11 -8
- package/es/components/field-set/src/components/edit-dialog.vue.d.ts +102 -149
- package/es/components/field-set/src/components/edit-dialog.vue2.js +3 -4
- package/es/components/field-set/src/components/edit-filter.vue.d.ts +43 -67
- package/es/components/field-set/src/components/edit-filter.vue2.js +1 -2
- 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 +14 -16
- package/es/components/form-config/index.d.ts +423 -1400
- package/es/components/form-config/src/FormConfig.vue.d.ts +423 -1400
- package/es/components/form-config/src/FormConfig.vue2.js +25 -24
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +49 -57
- package/es/components/form-config/src/components/FormConfigCreator.vue2.js +3 -4
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +9 -9
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +214 -1112
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +6 -5
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +81 -118
- 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 +5 -4
- 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 +40 -48
- package/es/components/form-render/src/FormRender.vue.d.ts +37 -45
- package/es/components/form-render/src/FormRender.vue2.js +4 -5
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +40 -48
- 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 +9 -7
- 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 +1 -9
- 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 +760 -832
- package/es/components/iho-chat/src/Index.vue.d.ts +760 -832
- package/es/components/iho-chat/src/Index.vue2.js +3 -4
- 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 +88 -122
- 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 +55 -48
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +272 -306
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +8 -8
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +177 -191
- 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 +63 -57
- package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +34 -34
- package/es/components/iho-chat/src/components/ChatSearch.vue2.js +36 -33
- package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +65 -65
- package/es/components/iho-chat/src/components/ChatSet.vue2.js +66 -56
- package/es/components/iho-chat/src/components/ContextMenu.d.ts +5 -5
- package/es/components/iho-chat/src/components/ImageLightbox.vue.d.ts +22 -40
- package/es/components/iho-chat/src/components/ImageLightbox.vue2.js +20 -19
- package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +9 -9
- package/es/components/iho-chat/src/components/MessageEvent.vue2.js +13 -11
- 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 +22 -18
- package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +35 -33
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +64 -82
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +45 -39
- 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 +2 -3
- package/es/components/iho-chat/src/components/SiderList.vue.d.ts +63 -69
- 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 +12 -8
- 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 +2 -8
- 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 +6 -11
- package/es/components/iho-chat/src/utils/index.d.ts +1 -1
- package/es/components/iho-table/index.d.ts +1572 -3124
- package/es/components/iho-table/src/IhoTable.vue.d.ts +1573 -3125
- package/es/components/iho-table/src/IhoTable.vue2.js +7 -8
- package/es/components/iho-table/src/constants/index.d.ts +2 -2
- package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +2 -2
- package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/useTableContext.d.ts +3 -3
- package/es/components/iho-table/src/plugins/anchorPlugin/tableAnchor.d.ts +1 -1
- package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +2 -6
- package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue.d.ts +207 -477
- package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +11 -12
- 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 +11 -14
- 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 +23 -26
- 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 +6 -7
- 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 +47 -50
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue2.js +1 -2
- 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 +13 -15
- 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 +7 -8
- 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 +1 -14
- package/es/components/info-header/index.d.ts +355 -195
- package/es/components/info-header/src/InfoHeader.vue.d.ts +355 -195
- package/es/components/info-header/src/InfoHeader.vue2.js +4 -5
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +46 -37
- 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 +63 -44
- 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 +129 -109
- 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 +68 -65
- package/es/components/info-header/src/components/patientInfo/index.vue2.js +12 -14
- package/es/components/keyboard/index.d.ts +65 -77
- package/es/components/keyboard/src/Keyboard.vue.d.ts +65 -77
- 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 +2 -3
- package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +40 -46
- 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 +6 -7
- package/es/components/quick-search/index.d.ts +32 -73
- package/es/components/quick-search/src/index.vue.d.ts +32 -73
- 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 +4 -5
- package/es/components/recommend-search/src/components/BaseSearch.d.ts +7 -7
- package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +34 -34
- package/es/components/recommend-search/src/components/RecommendInput.vue2.js +14 -13
- 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 +87 -107
- package/es/components/scale-view/src/ScaleView.vue.d.ts +63 -66
- package/es/components/scale-view/src/ScaleView.vue2.js +13 -15
- 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 +5 -6
- package/es/components/scale-view/src/components/LoadingCom.vue.js +5 -3
- package/es/components/scale-view/src/components/NoData.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/NoData.vue2.js +4 -4
- package/es/components/scale-view/src/components/ScaleScore.d.ts +5 -5
- package/es/components/scale-view/src/components/formitem/r-address.d.ts +6 -9
- package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +6 -10
- package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +6 -11
- package/es/components/scale-view/src/components/formitem/r-collection.d.ts +5 -8
- package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +6 -9
- package/es/components/scale-view/src/components/formitem/r-input.d.ts +6 -8
- package/es/components/scale-view/src/components/formitem/r-map.d.ts +6 -70
- package/es/components/scale-view/src/components/formitem/r-radio.d.ts +6 -11
- package/es/components/scale-view/src/components/formitem/r-select.d.ts +6 -10
- package/es/components/scale-view/src/components/formitem/r-sign.d.ts +6 -155
- package/es/components/scale-view/src/components/formitem/r-upload.d.ts +6 -11
- 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 +5 -9
- package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +17 -9
- 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 +8 -9
- package/es/components/search-cascader/src/components/ClearIcon.vue.js +17 -15
- package/es/components/search-cascader/src/components/SearchMenu.d.ts +5 -5
- package/es/components/select-label/index.d.ts +155 -119
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +48 -26
- package/es/components/select-label/src/LabelFormContent.vue2.js +25 -23
- package/es/components/select-label/src/SelectLabel.vue.d.ts +64 -42
- package/es/components/select-label/src/SelectLabel.vue2.js +12 -11
- package/es/components/select-label/src/components/label-classify.vue.d.ts +24 -14
- package/es/components/select-label/src/components/label-classify.vue2.js +29 -26
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +21 -29
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +16 -14
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +37 -45
- 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 +9 -17
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +13 -10
- package/es/components/select-label/src/index.vue.d.ts +107 -93
- package/es/components/select-label/src/index.vue2.js +1 -2
- package/es/components/select-person/index.d.ts +190 -257
- package/es/components/select-person/src/SelectPerson.vue.d.ts +87 -124
- package/es/components/select-person/src/SelectPerson.vue2.js +17 -21
- package/es/components/select-person/src/SelectPersonRole.vue.d.ts +66 -80
- package/es/components/select-person/src/SelectPersonRole.vue2.js +13 -13
- package/es/components/select-person/src/SelectPersonType.vue.d.ts +31 -41
- 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 +1 -2
- package/es/components/select-person/src/components/SearchGroupList.vue.d.ts +39 -39
- package/es/components/select-person/src/components/SearchGroupList.vue2.js +3 -4
- package/es/components/select-person/src/components/SearchMultiple.vue.d.ts +18 -17
- package/es/components/select-person/src/components/SearchMultiple.vue2.js +2 -3
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue.d.ts +20 -19
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +6 -7
- package/es/components/select-person/src/components/TagItem.vue.d.ts +11 -11
- package/es/components/select-person/src/components/TagItem.vue2.js +1 -2
- package/es/components/select-person/src/index.vue.d.ts +240 -307
- package/es/components/select-person/src/index.vue2.js +7 -8
- 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 +81 -287
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +81 -287
- package/es/components/shortcut-setter/src/ShortcutSetter.vue2.js +2 -3
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +23 -13
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue2.js +10 -11
- 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 +5 -6
- 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 +4 -5
- package/es/components/step-notice/src/components/NoticeConnection.vue.d.ts +12 -12
- package/es/components/step-notice/src/components/NoticeConnection.vue2.js +3 -3
- package/es/components/step-notice/src/components/NoticeItem.vue.d.ts +40 -40
- package/es/components/step-notice/src/components/NoticeItem.vue2.js +4 -4
- package/es/components/step-notice/src/components/NoticeItemAside.vue.d.ts +9 -9
- package/es/components/step-notice/src/components/NoticeItemAside.vue2.js +2 -1
- 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 +66 -82
- package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +27 -33
- package/es/components/table-export-field/src/components/ExportModal.vue2.js +9 -10
- 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 +5 -6
- package/es/components/table-export-field/src/index.vue.d.ts +66 -82
- package/es/components/table-export-field/src/index.vue2.js +4 -5
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +71 -71
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +17 -18
- 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 +6 -7
- 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 +4 -5
- 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 +4 -5
- 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 +6 -7
- 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 +38 -33
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +224 -230
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +40 -41
- 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 +9 -10
- 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 +18 -19
- 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 +26 -27
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue.d.ts +13 -19
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +7 -8
- 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 +4 -5
- 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 +9 -10
- 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 +6 -7
- 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 +6 -7
- 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 +6 -7
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +210 -216
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +247 -253
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +34 -31
- 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 +2 -3
- 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 +9 -10
- 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 +1 -2
- 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 +1 -2
- 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 +1 -2
- 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 +9 -10
- package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue2.js +5 -5
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +18 -18
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +9 -8
- 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 +6 -7
- 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 +4 -5
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +43 -49
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +9 -10
- 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 +7 -8
- 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 +6 -7
- 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 +5 -6
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +279 -285
- 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 +266 -272
- 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 +4 -5
- package/es/components/tooth-bitmap/index.d.ts +14 -14
- package/es/components/tooth-bitmap/src/ToothBitmap.vue.d.ts +12 -12
- package/es/components/tooth-bitmap/src/ToothBitmap.vue2.js +7 -8
- package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +22 -19
- package/es/components/vertify/src/components/IdentityVerification.vue2.js +9 -10
- package/es/components/vod-chunk-upload/index.d.ts +28 -248
- 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 +25 -24
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +28 -248
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +33 -32
- package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +5 -207
- 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 +8 -6
- package/es/shared/components/CancelRadio/CancelRadio.d.ts +6 -6
- package/es/shared/components/DateIcon/DateIcon.vue.js +13 -11
- 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 +10 -6
- package/es/shared/components/SvgIcon/SvgIcon.vue2.js +5 -5
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +17 -9
- 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 +4 -77
- package/es/shared/components/player-vod/video-modal.d.ts +5 -23
- 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 +4 -7
- package/es/shared/package.json.js +1 -1
- package/es/shared/utils/index.d.ts +1 -1
- package/package.json +2 -2
@@ -1,6 +1,6 @@
|
|
1
1
|
import { SFCWithInstall } from '../../shared/types';
|
2
2
|
export * from './src/types';
|
3
|
-
declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<
|
3
|
+
declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
4
4
|
maxHeight: {
|
5
5
|
type: StringConstructor;
|
6
6
|
};
|
@@ -82,7 +82,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
82
82
|
"x-read-pretty"?: boolean | undefined;
|
83
83
|
"x-compile-omitted"?: string[] | undefined;
|
84
84
|
}>;
|
85
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}
|
85
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
86
86
|
scope: import("../../shared/types").AnyObject;
|
87
87
|
annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
|
88
88
|
annotationShortcuts: (string | {
|
@@ -117,8 +117,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
117
117
|
selectMode: boolean;
|
118
118
|
selectedFields: string[];
|
119
119
|
linebarWidth: string | number;
|
120
|
-
linebarDirection: "
|
121
|
-
linebarTextDirection: "
|
120
|
+
linebarDirection: "horizontal" | "vertical";
|
121
|
+
linebarTextDirection: "horizontal" | "vertical";
|
122
122
|
autoWidth: number | boolean;
|
123
123
|
feedbackType: "default" | "tooltip";
|
124
124
|
fixMemoLeak: boolean;
|
@@ -131,8 +131,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
131
131
|
type: import("vue").PropType<((payload: import("./src/types").FormConfigBeforeMovePayload) => boolean | void) | undefined>;
|
132
132
|
};
|
133
133
|
showLowCodeReactions: BooleanConstructor;
|
134
|
-
}
|
135
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
134
|
+
}, {
|
135
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
136
136
|
maxHeight: {
|
137
137
|
type: StringConstructor;
|
138
138
|
};
|
@@ -214,7 +214,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
214
214
|
"x-read-pretty"?: boolean | undefined;
|
215
215
|
"x-compile-omitted"?: string[] | undefined;
|
216
216
|
}>;
|
217
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}
|
217
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
218
218
|
scope: import("../../shared/types").AnyObject;
|
219
219
|
annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
|
220
220
|
annotationShortcuts: (string | {
|
@@ -249,8 +249,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
249
249
|
selectMode: boolean;
|
250
250
|
selectedFields: string[];
|
251
251
|
linebarWidth: string | number;
|
252
|
-
linebarDirection: "
|
253
|
-
linebarTextDirection: "
|
252
|
+
linebarDirection: "horizontal" | "vertical";
|
253
|
+
linebarTextDirection: "horizontal" | "vertical";
|
254
254
|
autoWidth: number | boolean;
|
255
255
|
feedbackType: "default" | "tooltip";
|
256
256
|
fixMemoLeak: boolean;
|
@@ -263,16 +263,16 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
263
263
|
type: import("vue").PropType<((payload: import("./src/types").FormConfigBeforeMovePayload) => boolean | void) | undefined>;
|
264
264
|
};
|
265
265
|
showLowCodeReactions: BooleanConstructor;
|
266
|
-
}>> &
|
266
|
+
}>> & {
|
267
267
|
onAddItem?: ((...args: any[]) => any) | undefined;
|
268
268
|
onRemoveItem?: ((...args: any[]) => any) | undefined;
|
269
269
|
onReactionsValidateFailure?: ((...args: any[]) => any) | undefined;
|
270
|
-
}
|
270
|
+
}>>;
|
271
271
|
emit: (event: "addItem" | "removeItem" | "reactionsValidateFailure", ...args: any[]) => void;
|
272
272
|
uuid: string;
|
273
273
|
cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
|
274
|
-
fieldListRef: import("vue").Ref<import("./src/types").FormConfigItem[]
|
275
|
-
materialListRef: import("vue").Ref<import("./src/types").FormConfigItem[]
|
274
|
+
fieldListRef: import("vue").Ref<import("./src/types").FormConfigItem[]>;
|
275
|
+
materialListRef: import("vue").Ref<import("./src/types").FormConfigItem[]>;
|
276
276
|
lowCodeReactionsRef: import("vue").Ref<{
|
277
277
|
conObj: {
|
278
278
|
con: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
@@ -305,38 +305,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
305
305
|
}[] | undefined;
|
306
306
|
__oppositeBindField?: any | undefined;
|
307
307
|
__oppositeTargetField?: any | undefined;
|
308
|
-
}[], import("../../shared/types").LowCodeTypes.reactionConfig[] | {
|
309
|
-
conObj: {
|
310
|
-
con: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
311
|
-
field_key: string;
|
312
|
-
value: unknown;
|
313
|
-
}[];
|
314
|
-
compareMap?: {
|
315
|
-
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
316
|
-
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
317
|
-
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
318
|
-
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
319
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
320
|
-
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
321
|
-
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
322
|
-
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
323
|
-
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
324
|
-
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
325
|
-
} | undefined;
|
326
|
-
isRestoreDefault?: boolean | undefined;
|
327
|
-
sqlExpression?: string | undefined;
|
328
|
-
showField?: string[] | undefined;
|
329
|
-
hideField?: string[] | undefined;
|
330
|
-
requiredField?: string[] | undefined;
|
331
|
-
notRequiredField?: string[] | undefined;
|
332
|
-
enabledField?: string[] | undefined;
|
333
|
-
disabledField?: string[] | undefined;
|
334
|
-
setValueField?: {
|
335
|
-
field?: string | undefined;
|
336
|
-
value?: unknown;
|
337
|
-
}[] | undefined;
|
338
|
-
__oppositeBindField?: any | undefined;
|
339
|
-
__oppositeTargetField?: any | undefined;
|
340
308
|
}[]>;
|
341
309
|
getSortOption: () => {
|
342
310
|
move: ({ to, from, dragged }: import("sortablejs").MoveEvent) => false | undefined;
|
@@ -350,20 +318,18 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
350
318
|
};
|
351
319
|
addItem: (formConfigItem: import("./src/types").FormConfigItem) => void;
|
352
320
|
parsedTextFormatter: import("./src/types").FormConfigTextFormatter;
|
353
|
-
currentEditField: import("vue").Ref<import("./src/types").FormConfigItem | undefined
|
321
|
+
currentEditField: import("vue").Ref<import("./src/types").FormConfigItem | undefined>;
|
354
322
|
formConfigEditRef: import("vue").Ref<{
|
355
323
|
validate: import("../../shared/types").AnyFn;
|
356
|
-
} | undefined, {
|
357
|
-
validate: import("../../shared/types").AnyFn;
|
358
324
|
} | undefined>;
|
359
325
|
transform: (fieldList: import("./src/types").FormConfigItem[]) => import("./src/types").FormConfigItem[];
|
360
326
|
inverseTransform: (fieldList: import("./src/types").FormConfigItem[], withOriginalSetting: boolean, otherConfig?: Partial<import("./src/types").FormConfigItem> | undefined) => import("./src/types").FormConfigItem[];
|
361
|
-
extraValueRef: import("vue").WritableComputedRef<any
|
362
|
-
_extraOptions: import("vue").Ref<import("./src/types").FormConfigItem[]
|
327
|
+
extraValueRef: import("vue").WritableComputedRef<any>;
|
328
|
+
_extraOptions: import("vue").Ref<import("./src/types").FormConfigItem[]>;
|
363
329
|
extraOptions: import("vue").ComputedRef<import("./src/types").FormConfigItem[]>;
|
364
330
|
onFocus: () => Promise<void>;
|
365
|
-
|
366
|
-
|
331
|
+
useVersion: typeof import("../../shared/hooks").useVersion;
|
332
|
+
Draggable: import("vue").DefineComponent<{
|
367
333
|
list: {
|
368
334
|
type: ArrayConstructor;
|
369
335
|
required: boolean;
|
@@ -435,28 +401,28 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
435
401
|
list: unknown[];
|
436
402
|
modelValue: unknown[];
|
437
403
|
componentData: Record<string, any>;
|
438
|
-
}
|
404
|
+
}>;
|
439
405
|
FormConfigCreator: import("vue").DefineComponent<{}, {
|
440
406
|
linebarField: import("..").FieldItem[];
|
441
|
-
linebarFormRef: import("vue").Ref<import("..").FormRenderExpose | undefined
|
442
|
-
lineBreakFormRef: import("vue").Ref<import("..").FormRenderExpose | undefined
|
407
|
+
linebarFormRef: import("vue").Ref<import("..").FormRenderExpose | undefined>;
|
408
|
+
lineBreakFormRef: import("vue").Ref<import("..").FormRenderExpose | undefined>;
|
443
409
|
initialData: Partial<import("./src/types").FormConfigItem>;
|
444
410
|
emit: (event: "submit", payload: import("./src/types").FormConfigItem) => void;
|
445
411
|
submit: (type: string, props?: import("../../shared/types").AnyObject | undefined, formRef?: import("..").FormRenderExpose | undefined) => Promise<void>;
|
446
|
-
|
412
|
+
pick: {
|
447
413
|
<T extends object, U extends keyof T>(object: T, ...props: import("lodash").Many<U>[]): Pick<T, U>;
|
448
414
|
<T_1>(object: T_1 | null | undefined, ...props: import("lodash").Many<import("lodash").PropertyPath>[]): Partial<T_1>;
|
449
415
|
};
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined
|
455
|
-
key: import("vue").Ref<number
|
416
|
+
NButton: any;
|
417
|
+
NButtonGroup: any;
|
418
|
+
NPopconfirm: any;
|
419
|
+
CFormRender: SFCWithInstall<import("vue").DefineComponent<{}, {
|
420
|
+
formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined>;
|
421
|
+
key: import("vue").Ref<number>;
|
456
422
|
reload: () => Promise<void>;
|
457
423
|
formRenderExposeKeyList: readonly ["validate", "getFormValues", "setFormValues", "setFieldState", "resetFields", "queryWidget", "getFieldList", "applySelectedSetting", "getTextFormValues", "optionInited", "updateAnchor"];
|
458
424
|
exposed: Partial<import("..").FormRenderExpose>;
|
459
|
-
FormRender: import("vue").DefineComponent<
|
425
|
+
FormRender: import("vue").DefineComponent<{
|
460
426
|
fieldList: {
|
461
427
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
462
428
|
};
|
@@ -550,7 +516,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
550
516
|
}>>;
|
551
517
|
};
|
552
518
|
components: {
|
553
|
-
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}
|
519
|
+
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
554
520
|
default: () => {};
|
555
521
|
};
|
556
522
|
scope: {
|
@@ -635,11 +601,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
635
601
|
type: import("vue").PropType<string[]>;
|
636
602
|
};
|
637
603
|
linebarDirection: {
|
638
|
-
type: import("vue").PropType<"
|
604
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
639
605
|
default: string;
|
640
606
|
};
|
641
607
|
linebarTextDirection: {
|
642
|
-
type: import("vue").PropType<"
|
608
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
643
609
|
default: string;
|
644
610
|
};
|
645
611
|
linebarWidth: {
|
@@ -664,8 +630,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
664
630
|
lazyRender: BooleanConstructor;
|
665
631
|
linebreaksToTitle: BooleanConstructor;
|
666
632
|
dialogFn: {};
|
667
|
-
}
|
668
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
633
|
+
}, {
|
634
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
669
635
|
fieldList: {
|
670
636
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
671
637
|
};
|
@@ -759,7 +725,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
759
725
|
}>>;
|
760
726
|
};
|
761
727
|
components: {
|
762
|
-
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}
|
728
|
+
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
763
729
|
default: () => {};
|
764
730
|
};
|
765
731
|
scope: {
|
@@ -844,11 +810,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
844
810
|
type: import("vue").PropType<string[]>;
|
845
811
|
};
|
846
812
|
linebarDirection: {
|
847
|
-
type: import("vue").PropType<"
|
813
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
848
814
|
default: string;
|
849
815
|
};
|
850
816
|
linebarTextDirection: {
|
851
|
-
type: import("vue").PropType<"
|
817
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
852
818
|
default: string;
|
853
819
|
};
|
854
820
|
linebarWidth: {
|
@@ -873,19 +839,19 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
873
839
|
lazyRender: BooleanConstructor;
|
874
840
|
linebreaksToTitle: BooleanConstructor;
|
875
841
|
dialogFn: {};
|
876
|
-
}>> &
|
842
|
+
}>> & {
|
877
843
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
878
844
|
onScroll?: ((...args: any[]) => any) | undefined;
|
879
845
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
880
846
|
"onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
|
881
847
|
onLinebarChange?: ((...args: any[]) => any) | undefined;
|
882
848
|
onReady?: ((...args: any[]) => any) | undefined;
|
883
|
-
}
|
849
|
+
}>>;
|
884
850
|
emit: (event: "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", ...args: any[]) => void;
|
885
851
|
cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
|
886
852
|
nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
|
887
|
-
formRenderRef: import("vue").Ref<HTMLElement | undefined
|
888
|
-
formWidth: import("vue").Ref<number
|
853
|
+
formRenderRef: import("vue").Ref<HTMLElement | undefined>;
|
854
|
+
formWidth: import("vue").Ref<number>;
|
889
855
|
formHeight: import("vue").ComputedRef<string>;
|
890
856
|
SchemaField: import("vue").DefineComponent<import("@formily/vue").ISchemaFieldProps>;
|
891
857
|
businessCollector: import("..").BusinessCollector;
|
@@ -898,21 +864,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
898
864
|
formUUID: string;
|
899
865
|
anchorBarRef: import("vue").Ref<{
|
900
866
|
syncBarPosition: import("../../shared/types").AnyFn;
|
901
|
-
} | undefined, {
|
902
|
-
syncBarPosition: import("../../shared/types").AnyFn;
|
903
867
|
} | undefined>;
|
904
|
-
currentAnchor: import("vue").WritableComputedRef<string
|
868
|
+
currentAnchor: import("vue").WritableComputedRef<string>;
|
905
869
|
updateAnchorList: (field: import("@formily/core").GeneralField) => void;
|
906
870
|
anchorIdList: import("vue").Ref<{
|
907
871
|
name: string;
|
908
872
|
title: string;
|
909
873
|
index: number;
|
910
|
-
}[], (Record<"name" | "title", string> & {
|
911
|
-
index: number;
|
912
|
-
})[] | {
|
913
|
-
name: string;
|
914
|
-
title: string;
|
915
|
-
index: number;
|
916
874
|
}[]>;
|
917
875
|
onScroll: (scrollEvent: Event) => void;
|
918
876
|
generateAnchorList: (formModel: import("@formily/core").Form<any>) => Promise<void>;
|
@@ -939,7 +897,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
939
897
|
setGraph: (field: import("@formily/core").GeneralField) => void;
|
940
898
|
removeGraph: (field: import("@formily/core").GeneralField) => void;
|
941
899
|
lowCodeEventTrigger: (field: import("@formily/core").GeneralField) => void;
|
942
|
-
emitFormChange: import("vue").Ref<boolean
|
900
|
+
emitFormChange: import("vue").Ref<boolean>;
|
943
901
|
formModel: import("@formily/core").Form<{
|
944
902
|
[x: string]: any;
|
945
903
|
}>;
|
@@ -1016,7 +974,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
1016
974
|
"x-read-pretty"?: boolean | undefined;
|
1017
975
|
"x-compile-omitted"?: string[] | undefined;
|
1018
976
|
}>;
|
1019
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}
|
977
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
1020
978
|
scope: import("../../shared/types").AnyObject;
|
1021
979
|
annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
|
1022
980
|
annotationShortcuts: (string | {
|
@@ -1051,8 +1009,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
1051
1009
|
selectMode: boolean;
|
1052
1010
|
selectedFields: string[];
|
1053
1011
|
linebarWidth: string | number;
|
1054
|
-
linebarDirection: "
|
1055
|
-
linebarTextDirection: "
|
1012
|
+
linebarDirection: "horizontal" | "vertical";
|
1013
|
+
linebarTextDirection: "horizontal" | "vertical";
|
1056
1014
|
autoWidth: number | boolean;
|
1057
1015
|
feedbackType: "default" | "tooltip";
|
1058
1016
|
fixMemoLeak: boolean;
|
@@ -1235,16 +1193,16 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
1235
1193
|
onKeydown: (event: KeyboardEvent) => Promise<void>;
|
1236
1194
|
clearSpan: (uuid: string) => void;
|
1237
1195
|
exposeEvent: Omit<import("..").FormRenderExpose, "updateAnchor" | "getFieldList" | "optionInited" | "formModel" | "reload">;
|
1238
|
-
|
1239
|
-
|
1240
|
-
|
1196
|
+
useVersion: typeof import("../../shared/hooks").useVersion;
|
1197
|
+
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<{}>>, {}>;
|
1198
|
+
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
1199
|
form: any;
|
1242
|
-
}
|
1243
|
-
|
1244
|
-
|
1245
|
-
|
1246
|
-
|
1247
|
-
},
|
1200
|
+
}>;
|
1201
|
+
NConfigProvider: any;
|
1202
|
+
NForm: any;
|
1203
|
+
NTabPane: any;
|
1204
|
+
NTabs: any;
|
1205
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready")[], "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1248
1206
|
fieldList: {
|
1249
1207
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
1250
1208
|
};
|
@@ -1338,7 +1296,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
1338
1296
|
}>>;
|
1339
1297
|
};
|
1340
1298
|
components: {
|
1341
|
-
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}
|
1299
|
+
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
1342
1300
|
default: () => {};
|
1343
1301
|
};
|
1344
1302
|
scope: {
|
@@ -1423,11 +1381,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
1423
1381
|
type: import("vue").PropType<string[]>;
|
1424
1382
|
};
|
1425
1383
|
linebarDirection: {
|
1426
|
-
type: import("vue").PropType<"
|
1384
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
1427
1385
|
default: string;
|
1428
1386
|
};
|
1429
1387
|
linebarTextDirection: {
|
1430
|
-
type: import("vue").PropType<"
|
1388
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
1431
1389
|
default: string;
|
1432
1390
|
};
|
1433
1391
|
linebarWidth: {
|
@@ -1452,18 +1410,18 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
1452
1410
|
lazyRender: BooleanConstructor;
|
1453
1411
|
linebreaksToTitle: BooleanConstructor;
|
1454
1412
|
dialogFn: {};
|
1455
|
-
}>> &
|
1413
|
+
}>> & {
|
1456
1414
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
1457
1415
|
onScroll?: ((...args: any[]) => any) | undefined;
|
1458
1416
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
1459
1417
|
"onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
|
1460
1418
|
onLinebarChange?: ((...args: any[]) => any) | undefined;
|
1461
1419
|
onReady?: ((...args: any[]) => any) | undefined;
|
1462
|
-
}
|
1463
|
-
maxHeight: string | number;
|
1420
|
+
}, {
|
1464
1421
|
anchor: boolean;
|
1465
1422
|
column: number;
|
1466
|
-
|
1423
|
+
maxHeight: string | number;
|
1424
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
1467
1425
|
initialData: import("../../shared/types").AnyObject;
|
1468
1426
|
parallelism: number;
|
1469
1427
|
scope: import("../../shared/types").AnyObject;
|
@@ -1479,8 +1437,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
1479
1437
|
wordSplitFilter: boolean;
|
1480
1438
|
selectMode: boolean;
|
1481
1439
|
linebarWidth: string | number;
|
1482
|
-
linebarDirection: "
|
1483
|
-
linebarTextDirection: "
|
1440
|
+
linebarDirection: "horizontal" | "vertical";
|
1441
|
+
linebarTextDirection: "horizontal" | "vertical";
|
1484
1442
|
autoWidth: number | boolean;
|
1485
1443
|
feedbackType: "default" | "tooltip";
|
1486
1444
|
fixMemoLeak: boolean;
|
@@ -1489,14 +1447,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
1489
1447
|
nominalAge: boolean;
|
1490
1448
|
operationalFormInit: boolean;
|
1491
1449
|
incrementalRender: boolean;
|
1492
|
-
}
|
1493
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
1450
|
+
}>;
|
1451
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
1494
1452
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
1495
1453
|
submit: (payload: import("./src/types").FormConfigItem) => import("./src/types").FormConfigItem;
|
1496
|
-
}, string, import("vue").
|
1454
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
|
1497
1455
|
onSubmit?: ((payload: import("./src/types").FormConfigItem) => any) | undefined;
|
1498
|
-
}
|
1499
|
-
FormConfigDragDisplay: import("vue").DefineComponent<
|
1456
|
+
}, {}>;
|
1457
|
+
FormConfigDragDisplay: import("vue").DefineComponent<{
|
1500
1458
|
formConfigItem: {
|
1501
1459
|
type: import("vue").PropType<import("./src/types").FormConfigItem>;
|
1502
1460
|
};
|
@@ -1504,13 +1462,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
1504
1462
|
type: import("vue").PropType<import("./src/types").FormConfigTextFormatter>;
|
1505
1463
|
required: true;
|
1506
1464
|
};
|
1507
|
-
}
|
1465
|
+
}, {
|
1508
1466
|
globProps: import("../../shared/types").AnyObject | undefined;
|
1509
1467
|
getItemColumnStyle: (formConfigItem?: import("./src/types").FormConfigItem | undefined) => {
|
1510
1468
|
'--item-column': number;
|
1511
1469
|
};
|
1512
|
-
fieldList: import("vue").Ref<import("./src/types").FormConfigItem[]
|
1513
|
-
materialList: import("vue").Ref<import("./src/types").FormConfigItem[]
|
1470
|
+
fieldList: import("vue").Ref<import("./src/types").FormConfigItem[]> | undefined;
|
1471
|
+
materialList: import("vue").Ref<import("./src/types").FormConfigItem[]> | undefined;
|
1514
1472
|
getSortOption: (formConfigItem?: import("./src/types").FormConfigItem | undefined) => {
|
1515
1473
|
move: ({ to, from, dragged }: import("sortablejs").MoveEvent) => false | undefined;
|
1516
1474
|
onChoose: ({ target, item }: import("sortablejs").SortableEvent) => void;
|
@@ -1521,8 +1479,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
1521
1479
|
'item-key': string;
|
1522
1480
|
group: string;
|
1523
1481
|
};
|
1524
|
-
getRenderer: (formConfigItem: import("./src/types").FormConfigItem) => import("vue").Component | import("vue").FunctionalComponent<{}, {}
|
1525
|
-
|
1482
|
+
getRenderer: (formConfigItem: import("./src/types").FormConfigItem) => import("vue").Component | import("vue").FunctionalComponent<{}, {}>;
|
1483
|
+
Draggable: import("vue").DefineComponent<{
|
1526
1484
|
list: {
|
1527
1485
|
type: ArrayConstructor;
|
1528
1486
|
required: boolean;
|
@@ -1594,8 +1552,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
1594
1552
|
list: unknown[];
|
1595
1553
|
modelValue: unknown[];
|
1596
1554
|
componentData: Record<string, any>;
|
1597
|
-
}
|
1598
|
-
},
|
1555
|
+
}>;
|
1556
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1599
1557
|
formConfigItem: {
|
1600
1558
|
type: import("vue").PropType<import("./src/types").FormConfigItem>;
|
1601
1559
|
};
|
@@ -1603,8 +1561,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
1603
1561
|
type: import("vue").PropType<import("./src/types").FormConfigTextFormatter>;
|
1604
1562
|
required: true;
|
1605
1563
|
};
|
1606
|
-
}
|
1607
|
-
FormConfigEdit: import("vue").DefineComponent<
|
1564
|
+
}>>, {}>;
|
1565
|
+
FormConfigEdit: import("vue").DefineComponent<{
|
1608
1566
|
uuid: {
|
1609
1567
|
type: StringConstructor;
|
1610
1568
|
required: true;
|
@@ -1678,7 +1636,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
1678
1636
|
"x-read-pretty"?: boolean | undefined;
|
1679
1637
|
"x-compile-omitted"?: string[] | undefined;
|
1680
1638
|
}>;
|
1681
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}
|
1639
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
1682
1640
|
scope: import("../../shared/types").AnyObject;
|
1683
1641
|
annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
|
1684
1642
|
annotationShortcuts: (string | {
|
@@ -1713,8 +1671,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
1713
1671
|
selectMode: boolean;
|
1714
1672
|
selectedFields: string[];
|
1715
1673
|
linebarWidth: string | number;
|
1716
|
-
linebarDirection: "
|
1717
|
-
linebarTextDirection: "
|
1674
|
+
linebarDirection: "horizontal" | "vertical";
|
1675
|
+
linebarTextDirection: "horizontal" | "vertical";
|
1718
1676
|
autoWidth: number | boolean;
|
1719
1677
|
feedbackType: "default" | "tooltip";
|
1720
1678
|
fixMemoLeak: boolean;
|
@@ -1723,8 +1681,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
1723
1681
|
dialogFn: any;
|
1724
1682
|
}>>>;
|
1725
1683
|
};
|
1726
|
-
}
|
1727
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1684
|
+
}, {
|
1685
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1728
1686
|
uuid: {
|
1729
1687
|
type: StringConstructor;
|
1730
1688
|
required: true;
|
@@ -1798,7 +1756,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
1798
1756
|
"x-read-pretty"?: boolean | undefined;
|
1799
1757
|
"x-compile-omitted"?: string[] | undefined;
|
1800
1758
|
}>;
|
1801
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}
|
1759
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
1802
1760
|
scope: import("../../shared/types").AnyObject;
|
1803
1761
|
annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
|
1804
1762
|
annotationShortcuts: (string | {
|
@@ -1833,8 +1791,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
1833
1791
|
selectMode: boolean;
|
1834
1792
|
selectedFields: string[];
|
1835
1793
|
linebarWidth: string | number;
|
1836
|
-
linebarDirection: "
|
1837
|
-
linebarTextDirection: "
|
1794
|
+
linebarDirection: "horizontal" | "vertical";
|
1795
|
+
linebarTextDirection: "horizontal" | "vertical";
|
1838
1796
|
autoWidth: number | boolean;
|
1839
1797
|
feedbackType: "default" | "tooltip";
|
1840
1798
|
fixMemoLeak: boolean;
|
@@ -1843,14 +1801,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
1843
1801
|
dialogFn: any;
|
1844
1802
|
}>>>;
|
1845
1803
|
};
|
1846
|
-
}>> &
|
1804
|
+
}>> & {}>>;
|
1847
1805
|
wrapperSelector: import("vue").ComputedRef<string>;
|
1848
|
-
formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined
|
1849
|
-
currentActiveField: import("vue").Ref<import("../../shared/types").UndefinedAble<import("./src/types").FormConfigItem
|
1806
|
+
formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined>;
|
1807
|
+
currentActiveField: import("vue").Ref<import("../../shared/types").UndefinedAble<import("./src/types").FormConfigItem>>;
|
1850
1808
|
fieldList: import("vue").Ref<{
|
1851
1809
|
[x: string]: any;
|
1852
1810
|
val_key: string;
|
1853
|
-
html_type: "LINEBAR" |
|
1811
|
+
html_type: "LINEBAR" | ({} & string) | "INPUT" | "TEXTAREA" | "SELECT" | "LINE_BREAKS" | "INPUT_NUMBER" | "REMOTE_SEARCH" | "DATE" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "SEARCH" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "DIGITAL" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
|
1854
1812
|
annotation?: boolean | undefined;
|
1855
1813
|
val_key_unit?: string | undefined;
|
1856
1814
|
is_edit?: import("..").FormCommonState | undefined;
|
@@ -1866,7 +1824,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
1866
1824
|
placeholder?: string | undefined;
|
1867
1825
|
validate?: {
|
1868
1826
|
[x: string]: any;
|
1869
|
-
obj_type?: ("
|
1827
|
+
obj_type?: ("password" | "sex" | "age" | "email" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
1870
1828
|
vali_obj?: string | undefined;
|
1871
1829
|
max_value?: string | number | undefined;
|
1872
1830
|
min_value?: string | number | undefined;
|
@@ -1875,226 +1833,28 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
1875
1833
|
min_length?: string | number | undefined;
|
1876
1834
|
max_length?: string | number | undefined;
|
1877
1835
|
decimal_length?: string | number | undefined;
|
1878
|
-
regular_expression?: string |
|
1879
|
-
|
1880
|
-
|
1881
|
-
|
1882
|
-
|
1883
|
-
|
1884
|
-
|
1885
|
-
|
1886
|
-
|
1887
|
-
|
1888
|
-
|
1889
|
-
|
1890
|
-
|
1891
|
-
|
1892
|
-
|
1893
|
-
|
1894
|
-
|
1895
|
-
|
1896
|
-
|
1897
|
-
|
1898
|
-
|
1899
|
-
primary_key?: string | undefined;
|
1900
|
-
type?: string | undefined;
|
1901
|
-
level_key?: string | undefined;
|
1902
|
-
link_key?: string | undefined;
|
1903
|
-
link_key_split?: string | undefined;
|
1904
|
-
show_key?: string | string[] | undefined;
|
1905
|
-
conObj?: import("../../shared/types").AnyObject[] | undefined;
|
1906
|
-
conObjFirstLevel?: import("../../shared/types").AnyObject[] | undefined;
|
1907
|
-
setting?: {
|
1908
|
-
cascading?: {
|
1909
|
-
'form.name': string;
|
1910
|
-
value: string;
|
1911
|
-
}[] | undefined;
|
1912
|
-
} | undefined;
|
1913
|
-
} | undefined;
|
1914
|
-
open?: {
|
1915
|
-
value?: any;
|
1916
|
-
describe?: string | undefined;
|
1917
|
-
} | undefined;
|
1918
|
-
close?: {
|
1919
|
-
value?: any;
|
1920
|
-
describe?: string | undefined;
|
1921
|
-
} | undefined;
|
1922
|
-
requiredReminderContent?: string | undefined;
|
1923
|
-
date_format?: string | undefined;
|
1924
|
-
step_length?: string | number | undefined;
|
1925
|
-
urlConfig?: {
|
1926
|
-
[x: string]: any;
|
1927
|
-
url: string;
|
1928
|
-
method?: import("../../shared/hooks").FormRequestDefine.RequestType | undefined;
|
1929
|
-
nameKey?: string | undefined;
|
1930
|
-
valueKey?: string | undefined;
|
1931
|
-
showKey?: string | undefined;
|
1932
|
-
searchKey?: string[] | undefined;
|
1933
|
-
params?: import("../../shared/types").AnyObject | undefined;
|
1934
|
-
dependKey?: string | Record<string, string> | (string | {
|
1935
|
-
paramName: string;
|
1936
|
-
paramValue?: string | undefined;
|
1937
|
-
required?: boolean | undefined;
|
1938
|
-
keepValue?: boolean | undefined;
|
1939
|
-
})[] | undefined;
|
1940
|
-
} | undefined;
|
1941
|
-
suffixConfig?: any | any[] | undefined;
|
1942
|
-
prefixConfig?: any | any[] | undefined;
|
1943
|
-
autograph?: string | undefined;
|
1944
|
-
defined_error_msg?: string | undefined;
|
1945
|
-
extendKey?: string | undefined;
|
1946
|
-
is_not_fold?: string | undefined;
|
1947
|
-
remark?: string | undefined;
|
1948
|
-
remarkTo?: string | HTMLElement | undefined;
|
1949
|
-
free_entry?: import("..").FormCommonState | undefined;
|
1950
|
-
save_free_entry?: import("..").FormCommonState | undefined;
|
1951
|
-
initialize_high?: number | undefined;
|
1952
|
-
bindEventSetting?: {
|
1953
|
-
[x: string]: unknown;
|
1954
|
-
event_type: import("../../shared/types").LowCodeTypes.EVENT_TYPE;
|
1955
|
-
event_field?: string | undefined;
|
1956
|
-
params?: {
|
1957
|
-
p_value?: string | undefined;
|
1958
|
-
p_name: string;
|
1959
|
-
p_select: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
1960
|
-
}[] | undefined;
|
1961
|
-
results?: {
|
1962
|
-
p_value: string;
|
1963
|
-
p_name: string;
|
1964
|
-
}[] | undefined;
|
1965
|
-
compareMap?: {
|
1966
|
-
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
1967
|
-
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
1968
|
-
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
1969
|
-
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
1970
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
1971
|
-
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
1972
|
-
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
1973
|
-
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
1974
|
-
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
1975
|
-
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
1976
|
-
} | undefined;
|
1977
|
-
}[] | undefined;
|
1978
|
-
show_mode?: import("../../shared/types").LowCodeTypes.showModeType | undefined;
|
1979
|
-
is_allow_check_mid?: import("..").FormCommonState | undefined;
|
1980
|
-
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
1981
|
-
prefix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
1982
|
-
suffix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
1983
|
-
allowSlash?: string | boolean | undefined;
|
1984
|
-
allowModify?: import("..").FormCommonState | undefined;
|
1985
|
-
show_key?: string | undefined;
|
1986
|
-
whiteList?: string[] | undefined;
|
1987
|
-
bordered?: string | boolean | undefined;
|
1988
|
-
displayMode?: "form" | "table" | undefined;
|
1989
|
-
editor_title?: string | undefined;
|
1990
|
-
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
1991
|
-
linebarWidth?: string | undefined;
|
1992
|
-
linebarDirection?: "vertical" | "horizontal" | undefined;
|
1993
|
-
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
1994
|
-
labelColor?: string | undefined;
|
1995
|
-
fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
|
1996
|
-
confirmBeforeValueChange?: boolean | undefined;
|
1997
|
-
confirmBeforeValueChangeProps?: {
|
1998
|
-
[x: string]: any;
|
1999
|
-
content: string | ((params: {
|
2000
|
-
fieldName: string;
|
2001
|
-
newValue: any;
|
2002
|
-
oldValue: any;
|
2003
|
-
}) => any);
|
2004
|
-
updateOriginValue: boolean;
|
2005
|
-
} | undefined;
|
2006
|
-
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
2007
|
-
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2008
|
-
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2009
|
-
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2010
|
-
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2011
|
-
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2012
|
-
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2013
|
-
fieldTitleColor?: string | undefined;
|
2014
|
-
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
2015
|
-
content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
|
2016
|
-
lazyRequest?: boolean | undefined;
|
2017
|
-
requestCache?: boolean | undefined;
|
2018
|
-
maxGroupNum?: number | undefined;
|
2019
|
-
minGroupNum?: number | undefined;
|
2020
|
-
jsonCombination?: boolean | undefined;
|
2021
|
-
combinationItemDeletable?: boolean | import("..").CombinationItemDeletableFn | undefined;
|
2022
|
-
children?: any[] | undefined;
|
2023
|
-
properties?: any[] | undefined;
|
2024
|
-
componentProps?: import("../../shared/types").AnyObject | undefined;
|
2025
|
-
decoratorProps?: import("../../shared/types").AnyObject | undefined;
|
2026
|
-
noDecorator?: {
|
2027
|
-
valueOf: () => boolean;
|
2028
|
-
} | undefined;
|
2029
|
-
display?: "flex" | "grid" | undefined;
|
2030
|
-
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
2031
|
-
wrapperStyle?: Record<string, string | number> | undefined;
|
2032
|
-
childFieldStrategy?: "checked" | "all" | undefined;
|
2033
|
-
childWidthMode?: "outer" | "inner" | undefined;
|
2034
|
-
validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
|
2035
|
-
field: import("@formily/core").Field<any, any, any, any>;
|
2036
|
-
form: import("@formily/core").Form<any>;
|
2037
|
-
value: unknown;
|
2038
|
-
validator: import("../../shared/types").AnyFn;
|
2039
|
-
}) => string | void) | undefined;
|
2040
|
-
reactions?: {
|
2041
|
-
[x: string]: any;
|
2042
|
-
dependencies?: string[] | undefined;
|
2043
|
-
target?: string | undefined;
|
2044
|
-
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
2045
|
-
when?: string | boolean | undefined;
|
2046
|
-
fulfill?: {
|
2047
|
-
state?: import("../../shared/types").AnyObject | undefined;
|
2048
|
-
run?: string | undefined;
|
2049
|
-
} | undefined;
|
2050
|
-
otherwise?: {
|
2051
|
-
state?: import("../../shared/types").AnyObject | undefined;
|
2052
|
-
run?: string | undefined;
|
2053
|
-
} | undefined;
|
2054
|
-
} | {
|
2055
|
-
[x: string]: any;
|
2056
|
-
dependencies?: string[] | undefined;
|
2057
|
-
target?: string | undefined;
|
2058
|
-
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
2059
|
-
when?: string | boolean | undefined;
|
2060
|
-
fulfill?: {
|
2061
|
-
state?: import("../../shared/types").AnyObject | undefined;
|
2062
|
-
run?: string | undefined;
|
2063
|
-
} | undefined;
|
2064
|
-
otherwise?: {
|
2065
|
-
state?: import("../../shared/types").AnyObject | undefined;
|
2066
|
-
run?: string | undefined;
|
1836
|
+
regular_expression?: string | {
|
1837
|
+
exec: (string: string) => RegExpExecArray | null;
|
1838
|
+
test: (string: string) => boolean;
|
1839
|
+
readonly source: string;
|
1840
|
+
readonly global: boolean;
|
1841
|
+
readonly ignoreCase: boolean;
|
1842
|
+
readonly multiline: boolean;
|
1843
|
+
lastIndex: number;
|
1844
|
+
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
1845
|
+
readonly flags: string;
|
1846
|
+
readonly sticky: boolean;
|
1847
|
+
readonly unicode: boolean;
|
1848
|
+
readonly dotAll: boolean;
|
1849
|
+
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
1850
|
+
[Symbol.replace]: {
|
1851
|
+
(string: string, replaceValue: string): string;
|
1852
|
+
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
1853
|
+
};
|
1854
|
+
[Symbol.search]: (string: string) => number;
|
1855
|
+
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
1856
|
+
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
2067
1857
|
} | undefined;
|
2068
|
-
}[] | undefined;
|
2069
|
-
}[], import("..").FieldItem[] | {
|
2070
|
-
[x: string]: any;
|
2071
|
-
val_key: string;
|
2072
|
-
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";
|
2073
|
-
annotation?: boolean | undefined;
|
2074
|
-
val_key_unit?: string | undefined;
|
2075
|
-
is_edit?: import("..").FormCommonState | undefined;
|
2076
|
-
elem_width?: string | number | undefined;
|
2077
|
-
is_show?: import("..").FormCommonState | undefined;
|
2078
|
-
is_null?: import("..").FormCommonState | undefined;
|
2079
|
-
name?: string | undefined;
|
2080
|
-
nameAbbr?: string | undefined;
|
2081
|
-
alias?: string | undefined;
|
2082
|
-
default_val?: any;
|
2083
|
-
is_empty?: import("..").FormCommonState | undefined;
|
2084
|
-
hide_title?: import("..").FormCommonState | undefined;
|
2085
|
-
placeholder?: string | undefined;
|
2086
|
-
validate?: {
|
2087
|
-
[x: string]: any;
|
2088
|
-
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
2089
|
-
vali_obj?: string | undefined;
|
2090
|
-
max_value?: string | number | undefined;
|
2091
|
-
min_value?: string | number | undefined;
|
2092
|
-
min_date?: string | undefined;
|
2093
|
-
max_date?: string | undefined;
|
2094
|
-
min_length?: string | number | undefined;
|
2095
|
-
max_length?: string | number | undefined;
|
2096
|
-
decimal_length?: string | number | undefined;
|
2097
|
-
regular_expression?: string | RegExp | undefined;
|
2098
1858
|
regular_error_tip?: string | undefined;
|
2099
1859
|
message?: string | undefined;
|
2100
1860
|
} | undefined;
|
@@ -2208,8 +1968,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
2208
1968
|
editor_title?: string | undefined;
|
2209
1969
|
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
2210
1970
|
linebarWidth?: string | undefined;
|
2211
|
-
linebarDirection?: "
|
2212
|
-
linebarTextDirection?: "
|
1971
|
+
linebarDirection?: "horizontal" | "vertical" | undefined;
|
1972
|
+
linebarTextDirection?: "horizontal" | "vertical" | undefined;
|
2213
1973
|
labelColor?: string | undefined;
|
2214
1974
|
fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
|
2215
1975
|
confirmBeforeValueChange?: boolean | undefined;
|
@@ -2223,10 +1983,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
2223
1983
|
updateOriginValue: boolean;
|
2224
1984
|
} | undefined;
|
2225
1985
|
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
2226
|
-
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR"
|
1986
|
+
unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
|
2227
1987
|
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2228
|
-
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR"
|
2229
|
-
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR"
|
1988
|
+
max_date_unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
|
1989
|
+
min_date_unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
|
2230
1990
|
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2231
1991
|
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2232
1992
|
fieldTitleColor?: string | undefined;
|
@@ -2249,7 +2009,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
2249
2009
|
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
2250
2010
|
wrapperStyle?: Record<string, string | number> | undefined;
|
2251
2011
|
childFieldStrategy?: "checked" | "all" | undefined;
|
2252
|
-
childWidthMode?: "
|
2012
|
+
childWidthMode?: "inner" | "outer" | undefined;
|
2253
2013
|
validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
|
2254
2014
|
field: import("@formily/core").Field<any, any, any, any>;
|
2255
2015
|
form: import("@formily/core").Form<any>;
|
@@ -2328,7 +2088,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
2328
2088
|
originalSetting?: {
|
2329
2089
|
[x: string]: any;
|
2330
2090
|
val_key: string;
|
2331
|
-
html_type: "LINEBAR" |
|
2091
|
+
html_type: "LINEBAR" | ({} & string) | "INPUT" | "TEXTAREA" | "SELECT" | "LINE_BREAKS" | "INPUT_NUMBER" | "REMOTE_SEARCH" | "DATE" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "SEARCH" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "DIGITAL" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
|
2332
2092
|
annotation?: boolean | undefined;
|
2333
2093
|
val_key_unit?: string | undefined;
|
2334
2094
|
is_edit?: import("..").FormCommonState | undefined;
|
@@ -2344,7 +2104,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
2344
2104
|
placeholder?: string | undefined;
|
2345
2105
|
validate?: {
|
2346
2106
|
[x: string]: any;
|
2347
|
-
obj_type?: ("
|
2107
|
+
obj_type?: ("password" | "sex" | "age" | "email" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
2348
2108
|
vali_obj?: string | undefined;
|
2349
2109
|
max_value?: string | number | undefined;
|
2350
2110
|
min_value?: string | number | undefined;
|
@@ -2353,543 +2113,28 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
2353
2113
|
min_length?: string | number | undefined;
|
2354
2114
|
max_length?: string | number | undefined;
|
2355
2115
|
decimal_length?: string | number | undefined;
|
2356
|
-
regular_expression?: string |
|
2357
|
-
|
2358
|
-
|
2359
|
-
|
2360
|
-
|
2361
|
-
|
2362
|
-
|
2363
|
-
|
2364
|
-
|
2365
|
-
|
2366
|
-
|
2367
|
-
|
2368
|
-
|
2369
|
-
|
2370
|
-
|
2371
|
-
|
2372
|
-
|
2373
|
-
|
2374
|
-
|
2375
|
-
|
2376
|
-
|
2377
|
-
|
2378
|
-
type?: string | undefined;
|
2379
|
-
level_key?: string | undefined;
|
2380
|
-
link_key?: string | undefined;
|
2381
|
-
link_key_split?: string | undefined;
|
2382
|
-
show_key?: string | string[] | undefined;
|
2383
|
-
conObj?: import("../../shared/types").AnyObject[] | undefined;
|
2384
|
-
conObjFirstLevel?: import("../../shared/types").AnyObject[] | undefined;
|
2385
|
-
setting?: {
|
2386
|
-
cascading?: {
|
2387
|
-
'form.name': string;
|
2388
|
-
value: string;
|
2389
|
-
}[] | undefined;
|
2390
|
-
} | undefined;
|
2391
|
-
} | undefined;
|
2392
|
-
open?: {
|
2393
|
-
value?: any;
|
2394
|
-
describe?: string | undefined;
|
2395
|
-
} | undefined;
|
2396
|
-
close?: {
|
2397
|
-
value?: any;
|
2398
|
-
describe?: string | undefined;
|
2399
|
-
} | undefined;
|
2400
|
-
requiredReminderContent?: string | undefined;
|
2401
|
-
date_format?: string | undefined;
|
2402
|
-
step_length?: string | number | undefined;
|
2403
|
-
urlConfig?: {
|
2404
|
-
[x: string]: any;
|
2405
|
-
url: string;
|
2406
|
-
method?: import("../../shared/hooks").FormRequestDefine.RequestType | undefined;
|
2407
|
-
nameKey?: string | undefined;
|
2408
|
-
valueKey?: string | undefined;
|
2409
|
-
showKey?: string | undefined;
|
2410
|
-
searchKey?: string[] | undefined;
|
2411
|
-
params?: import("../../shared/types").AnyObject | undefined;
|
2412
|
-
dependKey?: string | Record<string, string> | (string | {
|
2413
|
-
paramName: string;
|
2414
|
-
paramValue?: string | undefined;
|
2415
|
-
required?: boolean | undefined;
|
2416
|
-
keepValue?: boolean | undefined;
|
2417
|
-
})[] | undefined;
|
2418
|
-
} | undefined;
|
2419
|
-
suffixConfig?: any | any[] | undefined;
|
2420
|
-
prefixConfig?: any | any[] | undefined;
|
2421
|
-
autograph?: string | undefined;
|
2422
|
-
defined_error_msg?: string | undefined;
|
2423
|
-
extendKey?: string | undefined;
|
2424
|
-
is_not_fold?: string | undefined;
|
2425
|
-
remark?: string | undefined;
|
2426
|
-
remarkTo?: string | HTMLElement | undefined;
|
2427
|
-
free_entry?: import("..").FormCommonState | undefined;
|
2428
|
-
save_free_entry?: import("..").FormCommonState | undefined;
|
2429
|
-
initialize_high?: number | undefined;
|
2430
|
-
bindEventSetting?: {
|
2431
|
-
[x: string]: unknown;
|
2432
|
-
event_type: import("../../shared/types").LowCodeTypes.EVENT_TYPE;
|
2433
|
-
event_field?: string | undefined;
|
2434
|
-
params?: {
|
2435
|
-
p_value?: string | undefined;
|
2436
|
-
p_name: string;
|
2437
|
-
p_select: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
2438
|
-
}[] | undefined;
|
2439
|
-
results?: {
|
2440
|
-
p_value: string;
|
2441
|
-
p_name: string;
|
2442
|
-
}[] | undefined;
|
2443
|
-
compareMap?: {
|
2444
|
-
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
2445
|
-
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2446
|
-
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
2447
|
-
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
2448
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2449
|
-
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2450
|
-
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
2451
|
-
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
2452
|
-
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2453
|
-
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
2454
|
-
} | undefined;
|
2455
|
-
}[] | undefined;
|
2456
|
-
show_mode?: import("../../shared/types").LowCodeTypes.showModeType | undefined;
|
2457
|
-
is_allow_check_mid?: import("..").FormCommonState | undefined;
|
2458
|
-
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
2459
|
-
prefix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
2460
|
-
suffix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
2461
|
-
allowSlash?: string | boolean | undefined;
|
2462
|
-
allowModify?: import("..").FormCommonState | undefined;
|
2463
|
-
show_key?: string | undefined;
|
2464
|
-
whiteList?: string[] | undefined;
|
2465
|
-
bordered?: string | boolean | undefined;
|
2466
|
-
displayMode?: "form" | "table" | undefined;
|
2467
|
-
editor_title?: string | undefined;
|
2468
|
-
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
2469
|
-
linebarWidth?: string | undefined;
|
2470
|
-
linebarDirection?: "vertical" | "horizontal" | undefined;
|
2471
|
-
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
2472
|
-
labelColor?: string | undefined;
|
2473
|
-
fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
|
2474
|
-
confirmBeforeValueChange?: boolean | undefined;
|
2475
|
-
confirmBeforeValueChangeProps?: {
|
2476
|
-
[x: string]: any;
|
2477
|
-
content: string | ((params: {
|
2478
|
-
fieldName: string;
|
2479
|
-
newValue: any;
|
2480
|
-
oldValue: any;
|
2481
|
-
}) => any);
|
2482
|
-
updateOriginValue: boolean;
|
2483
|
-
} | undefined;
|
2484
|
-
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
2485
|
-
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2486
|
-
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2487
|
-
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2488
|
-
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2489
|
-
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2490
|
-
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2491
|
-
fieldTitleColor?: string | undefined;
|
2492
|
-
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
2493
|
-
content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
|
2494
|
-
lazyRequest?: boolean | undefined;
|
2495
|
-
requestCache?: boolean | undefined;
|
2496
|
-
maxGroupNum?: number | undefined;
|
2497
|
-
minGroupNum?: number | undefined;
|
2498
|
-
jsonCombination?: boolean | undefined;
|
2499
|
-
combinationItemDeletable?: boolean | import("..").CombinationItemDeletableFn | undefined;
|
2500
|
-
children?: any[] | undefined;
|
2501
|
-
properties?: any[] | undefined;
|
2502
|
-
componentProps?: import("../../shared/types").AnyObject | undefined;
|
2503
|
-
decoratorProps?: import("../../shared/types").AnyObject | undefined;
|
2504
|
-
noDecorator?: {
|
2505
|
-
valueOf: () => boolean;
|
2506
|
-
} | undefined;
|
2507
|
-
display?: "flex" | "grid" | undefined;
|
2508
|
-
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
2509
|
-
wrapperStyle?: Record<string, string | number> | undefined;
|
2510
|
-
childFieldStrategy?: "checked" | "all" | undefined;
|
2511
|
-
childWidthMode?: "outer" | "inner" | undefined;
|
2512
|
-
validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
|
2513
|
-
field: import("@formily/core").Field<any, any, any, any>;
|
2514
|
-
form: import("@formily/core").Form<any>;
|
2515
|
-
value: unknown;
|
2516
|
-
validator: import("../../shared/types").AnyFn;
|
2517
|
-
}) => string | void) | undefined;
|
2518
|
-
reactions?: {
|
2519
|
-
[x: string]: any;
|
2520
|
-
dependencies?: string[] | undefined;
|
2521
|
-
target?: string | undefined;
|
2522
|
-
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
2523
|
-
when?: string | boolean | undefined;
|
2524
|
-
fulfill?: {
|
2525
|
-
state?: import("../../shared/types").AnyObject | undefined;
|
2526
|
-
run?: string | undefined;
|
2527
|
-
} | undefined;
|
2528
|
-
otherwise?: {
|
2529
|
-
state?: import("../../shared/types").AnyObject | undefined;
|
2530
|
-
run?: string | undefined;
|
2531
|
-
} | undefined;
|
2532
|
-
} | {
|
2533
|
-
[x: string]: any;
|
2534
|
-
dependencies?: string[] | undefined;
|
2535
|
-
target?: string | undefined;
|
2536
|
-
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
2537
|
-
when?: string | boolean | undefined;
|
2538
|
-
fulfill?: {
|
2539
|
-
state?: import("../../shared/types").AnyObject | undefined;
|
2540
|
-
run?: string | undefined;
|
2541
|
-
} | undefined;
|
2542
|
-
otherwise?: {
|
2543
|
-
state?: import("../../shared/types").AnyObject | undefined;
|
2544
|
-
run?: string | undefined;
|
2545
|
-
} | undefined;
|
2546
|
-
}[] | undefined;
|
2547
|
-
} | undefined;
|
2548
|
-
optionAliasList?: {
|
2549
|
-
text: string;
|
2550
|
-
value: string;
|
2551
|
-
}[] | undefined;
|
2552
|
-
elementExtraSetting?: {
|
2553
|
-
allowPartial?: boolean | undefined;
|
2554
|
-
partialLevel?: number | undefined;
|
2555
|
-
maxLevel?: number | undefined;
|
2556
|
-
dateFormat?: string | undefined;
|
2557
|
-
defaultValue?: {
|
2558
|
-
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
2559
|
-
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
2560
|
-
value: string;
|
2561
|
-
} | undefined;
|
2562
|
-
minValue?: {
|
2563
|
-
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
2564
|
-
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
2565
|
-
value: string;
|
2566
|
-
} | undefined;
|
2567
|
-
maxValue?: {
|
2568
|
-
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
2569
|
-
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
2570
|
-
value: string;
|
2571
|
-
} | undefined;
|
2572
|
-
} | undefined;
|
2573
|
-
__new?: boolean | undefined;
|
2574
|
-
__isCombinationChild?: boolean | undefined;
|
2575
|
-
__extra?: boolean | undefined;
|
2576
|
-
}[] | undefined;
|
2577
|
-
originalSetting?: {
|
2578
|
-
[x: string]: any;
|
2579
|
-
val_key: string;
|
2580
|
-
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";
|
2581
|
-
annotation?: boolean | undefined;
|
2582
|
-
val_key_unit?: string | undefined;
|
2583
|
-
is_edit?: import("..").FormCommonState | undefined;
|
2584
|
-
elem_width?: string | number | undefined;
|
2585
|
-
is_show?: import("..").FormCommonState | undefined;
|
2586
|
-
is_null?: import("..").FormCommonState | undefined;
|
2587
|
-
name?: string | undefined;
|
2588
|
-
nameAbbr?: string | undefined;
|
2589
|
-
alias?: string | undefined;
|
2590
|
-
default_val?: any;
|
2591
|
-
is_empty?: import("..").FormCommonState | undefined;
|
2592
|
-
hide_title?: import("..").FormCommonState | undefined;
|
2593
|
-
placeholder?: string | undefined;
|
2594
|
-
validate?: {
|
2595
|
-
[x: string]: any;
|
2596
|
-
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
2597
|
-
vali_obj?: string | undefined;
|
2598
|
-
max_value?: string | number | undefined;
|
2599
|
-
min_value?: string | number | undefined;
|
2600
|
-
min_date?: string | undefined;
|
2601
|
-
max_date?: string | undefined;
|
2602
|
-
min_length?: string | number | undefined;
|
2603
|
-
max_length?: string | number | undefined;
|
2604
|
-
decimal_length?: string | number | undefined;
|
2605
|
-
regular_expression?: string | RegExp | undefined;
|
2606
|
-
regular_error_tip?: string | undefined;
|
2607
|
-
message?: string | undefined;
|
2608
|
-
} | undefined;
|
2609
|
-
option?: {
|
2610
|
-
[x: string]: any;
|
2611
|
-
keyword?: string | undefined;
|
2612
|
-
disabled?: boolean | undefined;
|
2613
|
-
children?: any[] | undefined;
|
2614
|
-
childrenFields?: any[] | undefined;
|
2615
|
-
}[] | undefined;
|
2616
|
-
multi_select?: import("..").FormCommonState | undefined;
|
2617
|
-
multi_select_value?: string | number | undefined;
|
2618
|
-
wordbook?: {
|
2619
|
-
level_num?: number | undefined;
|
2620
|
-
id?: string | undefined;
|
2621
|
-
name?: string | undefined;
|
2622
|
-
render_key?: string[] | undefined;
|
2623
|
-
search_key?: string[] | undefined;
|
2624
|
-
value_key?: string | undefined;
|
2625
|
-
queryParams?: string[] | undefined;
|
2626
|
-
primary_key?: string | undefined;
|
2627
|
-
type?: string | undefined;
|
2628
|
-
level_key?: string | undefined;
|
2629
|
-
link_key?: string | undefined;
|
2630
|
-
link_key_split?: string | undefined;
|
2631
|
-
show_key?: string | string[] | undefined;
|
2632
|
-
conObj?: import("../../shared/types").AnyObject[] | undefined;
|
2633
|
-
conObjFirstLevel?: import("../../shared/types").AnyObject[] | undefined;
|
2634
|
-
setting?: {
|
2635
|
-
cascading?: {
|
2636
|
-
'form.name': string;
|
2637
|
-
value: string;
|
2638
|
-
}[] | undefined;
|
2639
|
-
} | undefined;
|
2640
|
-
} | undefined;
|
2641
|
-
open?: {
|
2642
|
-
value?: any;
|
2643
|
-
describe?: string | undefined;
|
2644
|
-
} | undefined;
|
2645
|
-
close?: {
|
2646
|
-
value?: any;
|
2647
|
-
describe?: string | undefined;
|
2648
|
-
} | undefined;
|
2649
|
-
requiredReminderContent?: string | undefined;
|
2650
|
-
date_format?: string | undefined;
|
2651
|
-
step_length?: string | number | undefined;
|
2652
|
-
urlConfig?: {
|
2653
|
-
[x: string]: any;
|
2654
|
-
url: string;
|
2655
|
-
method?: import("../../shared/hooks").FormRequestDefine.RequestType | undefined;
|
2656
|
-
nameKey?: string | undefined;
|
2657
|
-
valueKey?: string | undefined;
|
2658
|
-
showKey?: string | undefined;
|
2659
|
-
searchKey?: string[] | undefined;
|
2660
|
-
params?: import("../../shared/types").AnyObject | undefined;
|
2661
|
-
dependKey?: string | Record<string, string> | (string | {
|
2662
|
-
paramName: string;
|
2663
|
-
paramValue?: string | undefined;
|
2664
|
-
required?: boolean | undefined;
|
2665
|
-
keepValue?: boolean | undefined;
|
2666
|
-
})[] | undefined;
|
2667
|
-
} | undefined;
|
2668
|
-
suffixConfig?: any | any[] | undefined;
|
2669
|
-
prefixConfig?: any | any[] | undefined;
|
2670
|
-
autograph?: string | undefined;
|
2671
|
-
defined_error_msg?: string | undefined;
|
2672
|
-
extendKey?: string | undefined;
|
2673
|
-
is_not_fold?: string | undefined;
|
2674
|
-
remark?: string | undefined;
|
2675
|
-
remarkTo?: string | HTMLElement | undefined;
|
2676
|
-
free_entry?: import("..").FormCommonState | undefined;
|
2677
|
-
save_free_entry?: import("..").FormCommonState | undefined;
|
2678
|
-
initialize_high?: number | undefined;
|
2679
|
-
bindEventSetting?: {
|
2680
|
-
[x: string]: unknown;
|
2681
|
-
event_type: import("../../shared/types").LowCodeTypes.EVENT_TYPE;
|
2682
|
-
event_field?: string | undefined;
|
2683
|
-
params?: {
|
2684
|
-
p_value?: string | undefined;
|
2685
|
-
p_name: string;
|
2686
|
-
p_select: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
2687
|
-
}[] | undefined;
|
2688
|
-
results?: {
|
2689
|
-
p_value: string;
|
2690
|
-
p_name: string;
|
2691
|
-
}[] | undefined;
|
2692
|
-
compareMap?: {
|
2693
|
-
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
2694
|
-
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2695
|
-
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
2696
|
-
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
2697
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2698
|
-
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2699
|
-
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
2700
|
-
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
2701
|
-
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2702
|
-
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
2703
|
-
} | undefined;
|
2704
|
-
}[] | undefined;
|
2705
|
-
show_mode?: import("../../shared/types").LowCodeTypes.showModeType | undefined;
|
2706
|
-
is_allow_check_mid?: import("..").FormCommonState | undefined;
|
2707
|
-
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
2708
|
-
prefix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
2709
|
-
suffix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
2710
|
-
allowSlash?: string | boolean | undefined;
|
2711
|
-
allowModify?: import("..").FormCommonState | undefined;
|
2712
|
-
show_key?: string | undefined;
|
2713
|
-
whiteList?: string[] | undefined;
|
2714
|
-
bordered?: string | boolean | undefined;
|
2715
|
-
displayMode?: "form" | "table" | undefined;
|
2716
|
-
editor_title?: string | undefined;
|
2717
|
-
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
2718
|
-
linebarWidth?: string | undefined;
|
2719
|
-
linebarDirection?: "vertical" | "horizontal" | undefined;
|
2720
|
-
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
2721
|
-
labelColor?: string | undefined;
|
2722
|
-
fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
|
2723
|
-
confirmBeforeValueChange?: boolean | undefined;
|
2724
|
-
confirmBeforeValueChangeProps?: {
|
2725
|
-
[x: string]: any;
|
2726
|
-
content: string | ((params: {
|
2727
|
-
fieldName: string;
|
2728
|
-
newValue: any;
|
2729
|
-
oldValue: any;
|
2730
|
-
}) => any);
|
2731
|
-
updateOriginValue: boolean;
|
2732
|
-
} | undefined;
|
2733
|
-
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
2734
|
-
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2735
|
-
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2736
|
-
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2737
|
-
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2738
|
-
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2739
|
-
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2740
|
-
fieldTitleColor?: string | undefined;
|
2741
|
-
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
2742
|
-
content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
|
2743
|
-
lazyRequest?: boolean | undefined;
|
2744
|
-
requestCache?: boolean | undefined;
|
2745
|
-
maxGroupNum?: number | undefined;
|
2746
|
-
minGroupNum?: number | undefined;
|
2747
|
-
jsonCombination?: boolean | undefined;
|
2748
|
-
combinationItemDeletable?: boolean | import("..").CombinationItemDeletableFn | undefined;
|
2749
|
-
children?: any[] | undefined;
|
2750
|
-
properties?: any[] | undefined;
|
2751
|
-
componentProps?: import("../../shared/types").AnyObject | undefined;
|
2752
|
-
decoratorProps?: import("../../shared/types").AnyObject | undefined;
|
2753
|
-
noDecorator?: {
|
2754
|
-
valueOf: () => boolean;
|
2755
|
-
} | undefined;
|
2756
|
-
display?: "flex" | "grid" | undefined;
|
2757
|
-
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
2758
|
-
wrapperStyle?: Record<string, string | number> | undefined;
|
2759
|
-
childFieldStrategy?: "checked" | "all" | undefined;
|
2760
|
-
childWidthMode?: "outer" | "inner" | undefined;
|
2761
|
-
validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
|
2762
|
-
field: import("@formily/core").Field<any, any, any, any>;
|
2763
|
-
form: import("@formily/core").Form<any>;
|
2764
|
-
value: unknown;
|
2765
|
-
validator: import("../../shared/types").AnyFn;
|
2766
|
-
}) => string | void) | undefined;
|
2767
|
-
reactions?: {
|
2768
|
-
[x: string]: any;
|
2769
|
-
dependencies?: string[] | undefined;
|
2770
|
-
target?: string | undefined;
|
2771
|
-
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
2772
|
-
when?: string | boolean | undefined;
|
2773
|
-
fulfill?: {
|
2774
|
-
state?: import("../../shared/types").AnyObject | undefined;
|
2775
|
-
run?: string | undefined;
|
2776
|
-
} | undefined;
|
2777
|
-
otherwise?: {
|
2778
|
-
state?: import("../../shared/types").AnyObject | undefined;
|
2779
|
-
run?: string | undefined;
|
2780
|
-
} | undefined;
|
2781
|
-
} | {
|
2782
|
-
[x: string]: any;
|
2783
|
-
dependencies?: string[] | undefined;
|
2784
|
-
target?: string | undefined;
|
2785
|
-
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
2786
|
-
when?: string | boolean | undefined;
|
2787
|
-
fulfill?: {
|
2788
|
-
state?: import("../../shared/types").AnyObject | undefined;
|
2789
|
-
run?: string | undefined;
|
2790
|
-
} | undefined;
|
2791
|
-
otherwise?: {
|
2792
|
-
state?: import("../../shared/types").AnyObject | undefined;
|
2793
|
-
run?: string | undefined;
|
2794
|
-
} | undefined;
|
2795
|
-
}[] | undefined;
|
2796
|
-
} | undefined;
|
2797
|
-
optionAliasList?: {
|
2798
|
-
text: string;
|
2799
|
-
value: string;
|
2800
|
-
}[] | undefined;
|
2801
|
-
elementExtraSetting?: {
|
2802
|
-
allowPartial?: boolean | undefined;
|
2803
|
-
partialLevel?: number | undefined;
|
2804
|
-
maxLevel?: number | undefined;
|
2805
|
-
dateFormat?: string | undefined;
|
2806
|
-
defaultValue?: {
|
2807
|
-
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
2808
|
-
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
2809
|
-
value: string;
|
2810
|
-
} | undefined;
|
2811
|
-
minValue?: {
|
2812
|
-
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
2813
|
-
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
2814
|
-
value: string;
|
2815
|
-
} | undefined;
|
2816
|
-
maxValue?: {
|
2817
|
-
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
2818
|
-
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
2819
|
-
value: string;
|
2820
|
-
} | undefined;
|
2821
|
-
} | undefined;
|
2822
|
-
__new?: boolean | undefined;
|
2823
|
-
__isCombinationChild?: boolean | undefined;
|
2824
|
-
__extra?: boolean | undefined;
|
2825
|
-
}, Partial<import("./src/types").FormConfigItem> | {
|
2826
|
-
key?: string | undefined;
|
2827
|
-
layoutWidthEnum?: import("./src/types").FormConfigWidth | undefined;
|
2828
|
-
type?: string | undefined;
|
2829
|
-
name?: string | undefined;
|
2830
|
-
alias?: string | undefined;
|
2831
|
-
show?: boolean | undefined;
|
2832
|
-
defaultValue?: any;
|
2833
|
-
defaultExpand?: boolean | undefined;
|
2834
|
-
fold?: boolean | undefined;
|
2835
|
-
required?: boolean | undefined;
|
2836
|
-
requiredDisabled?: boolean | undefined;
|
2837
|
-
requiredReminderContent?: string | undefined;
|
2838
|
-
editableDisabled?: boolean | undefined;
|
2839
|
-
editable?: boolean | undefined;
|
2840
|
-
confirmBeforeValueChange?: boolean | undefined;
|
2841
|
-
fieldTitleRed?: boolean | undefined;
|
2842
|
-
notes?: string | undefined;
|
2843
|
-
desc?: string | undefined;
|
2844
|
-
children?: {
|
2845
|
-
key: string;
|
2846
|
-
layoutWidthEnum: import("./src/types").FormConfigWidth;
|
2847
|
-
type: string;
|
2848
|
-
name: string;
|
2849
|
-
alias?: string | undefined;
|
2850
|
-
show?: boolean | undefined;
|
2851
|
-
defaultValue?: any;
|
2852
|
-
defaultExpand?: boolean | undefined;
|
2853
|
-
fold?: boolean | undefined;
|
2854
|
-
required?: boolean | undefined;
|
2855
|
-
requiredDisabled?: boolean | undefined;
|
2856
|
-
requiredReminderContent?: string | undefined;
|
2857
|
-
editableDisabled?: boolean | undefined;
|
2858
|
-
editable?: boolean | undefined;
|
2859
|
-
confirmBeforeValueChange?: boolean | undefined;
|
2860
|
-
fieldTitleRed?: boolean | undefined;
|
2861
|
-
notes?: string | undefined;
|
2862
|
-
desc?: string | undefined;
|
2863
|
-
children?: any[] | undefined;
|
2864
|
-
originalSetting?: {
|
2865
|
-
[x: string]: any;
|
2866
|
-
val_key: string;
|
2867
|
-
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";
|
2868
|
-
annotation?: boolean | undefined;
|
2869
|
-
val_key_unit?: string | undefined;
|
2870
|
-
is_edit?: import("..").FormCommonState | undefined;
|
2871
|
-
elem_width?: string | number | undefined;
|
2872
|
-
is_show?: import("..").FormCommonState | undefined;
|
2873
|
-
is_null?: import("..").FormCommonState | undefined;
|
2874
|
-
name?: string | undefined;
|
2875
|
-
nameAbbr?: string | undefined;
|
2876
|
-
alias?: string | undefined;
|
2877
|
-
default_val?: any;
|
2878
|
-
is_empty?: import("..").FormCommonState | undefined;
|
2879
|
-
hide_title?: import("..").FormCommonState | undefined;
|
2880
|
-
placeholder?: string | undefined;
|
2881
|
-
validate?: {
|
2882
|
-
[x: string]: any;
|
2883
|
-
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
2884
|
-
vali_obj?: string | undefined;
|
2885
|
-
max_value?: string | number | undefined;
|
2886
|
-
min_value?: string | number | undefined;
|
2887
|
-
min_date?: string | undefined;
|
2888
|
-
max_date?: string | undefined;
|
2889
|
-
min_length?: string | number | undefined;
|
2890
|
-
max_length?: string | number | undefined;
|
2891
|
-
decimal_length?: string | number | undefined;
|
2892
|
-
regular_expression?: string | RegExp | undefined;
|
2116
|
+
regular_expression?: string | {
|
2117
|
+
exec: (string: string) => RegExpExecArray | null;
|
2118
|
+
test: (string: string) => boolean;
|
2119
|
+
readonly source: string;
|
2120
|
+
readonly global: boolean;
|
2121
|
+
readonly ignoreCase: boolean;
|
2122
|
+
readonly multiline: boolean;
|
2123
|
+
lastIndex: number;
|
2124
|
+
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
2125
|
+
readonly flags: string;
|
2126
|
+
readonly sticky: boolean;
|
2127
|
+
readonly unicode: boolean;
|
2128
|
+
readonly dotAll: boolean;
|
2129
|
+
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
2130
|
+
[Symbol.replace]: {
|
2131
|
+
(string: string, replaceValue: string): string;
|
2132
|
+
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
2133
|
+
};
|
2134
|
+
[Symbol.search]: (string: string) => number;
|
2135
|
+
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
2136
|
+
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
2137
|
+
} | undefined;
|
2893
2138
|
regular_error_tip?: string | undefined;
|
2894
2139
|
message?: string | undefined;
|
2895
2140
|
} | undefined;
|
@@ -3003,8 +2248,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
3003
2248
|
editor_title?: string | undefined;
|
3004
2249
|
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
3005
2250
|
linebarWidth?: string | undefined;
|
3006
|
-
linebarDirection?: "
|
3007
|
-
linebarTextDirection?: "
|
2251
|
+
linebarDirection?: "horizontal" | "vertical" | undefined;
|
2252
|
+
linebarTextDirection?: "horizontal" | "vertical" | undefined;
|
3008
2253
|
labelColor?: string | undefined;
|
3009
2254
|
fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
|
3010
2255
|
confirmBeforeValueChange?: boolean | undefined;
|
@@ -3018,10 +2263,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
3018
2263
|
updateOriginValue: boolean;
|
3019
2264
|
} | undefined;
|
3020
2265
|
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
3021
|
-
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR"
|
2266
|
+
unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
|
3022
2267
|
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
3023
|
-
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR"
|
3024
|
-
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR"
|
2268
|
+
max_date_unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
|
2269
|
+
min_date_unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
|
3025
2270
|
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
3026
2271
|
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
3027
2272
|
fieldTitleColor?: string | undefined;
|
@@ -3044,7 +2289,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
3044
2289
|
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
3045
2290
|
wrapperStyle?: Record<string, string | number> | undefined;
|
3046
2291
|
childFieldStrategy?: "checked" | "all" | undefined;
|
3047
|
-
childWidthMode?: "
|
2292
|
+
childWidthMode?: "inner" | "outer" | undefined;
|
3048
2293
|
validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
|
3049
2294
|
field: import("@formily/core").Field<any, any, any, any>;
|
3050
2295
|
form: import("@formily/core").Form<any>;
|
@@ -3081,302 +2326,39 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
3081
2326
|
} | undefined;
|
3082
2327
|
}[] | undefined;
|
3083
2328
|
} | undefined;
|
3084
|
-
optionAliasList?: {
|
3085
|
-
text: string;
|
3086
|
-
value: string;
|
3087
|
-
}[] | undefined;
|
3088
|
-
elementExtraSetting?: {
|
3089
|
-
allowPartial?: boolean | undefined;
|
3090
|
-
partialLevel?: number | undefined;
|
3091
|
-
maxLevel?: number | undefined;
|
3092
|
-
dateFormat?: string | undefined;
|
3093
|
-
defaultValue?: {
|
3094
|
-
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
3095
|
-
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR"
|
3096
|
-
value: string;
|
3097
|
-
} | undefined;
|
3098
|
-
minValue?: {
|
3099
|
-
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
3100
|
-
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
3101
|
-
value: string;
|
3102
|
-
} | undefined;
|
3103
|
-
maxValue?: {
|
3104
|
-
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
3105
|
-
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
3106
|
-
value: string;
|
3107
|
-
} | undefined;
|
3108
|
-
} | undefined;
|
3109
|
-
__new?: boolean | undefined;
|
3110
|
-
__isCombinationChild?: boolean | undefined;
|
3111
|
-
__extra?: boolean | undefined;
|
3112
|
-
}[] | undefined;
|
3113
|
-
originalSetting?: {
|
3114
|
-
[x: string]: any;
|
3115
|
-
val_key: string;
|
3116
|
-
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";
|
3117
|
-
annotation?: boolean | undefined;
|
3118
|
-
val_key_unit?: string | undefined;
|
3119
|
-
is_edit?: import("..").FormCommonState | undefined;
|
3120
|
-
elem_width?: string | number | undefined;
|
3121
|
-
is_show?: import("..").FormCommonState | undefined;
|
3122
|
-
is_null?: import("..").FormCommonState | undefined;
|
3123
|
-
name?: string | undefined;
|
3124
|
-
nameAbbr?: string | undefined;
|
3125
|
-
alias?: string | undefined;
|
3126
|
-
default_val?: any;
|
3127
|
-
is_empty?: import("..").FormCommonState | undefined;
|
3128
|
-
hide_title?: import("..").FormCommonState | undefined;
|
3129
|
-
placeholder?: string | undefined;
|
3130
|
-
validate?: {
|
3131
|
-
[x: string]: any;
|
3132
|
-
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
3133
|
-
vali_obj?: string | undefined;
|
3134
|
-
max_value?: string | number | undefined;
|
3135
|
-
min_value?: string | number | undefined;
|
3136
|
-
min_date?: string | undefined;
|
3137
|
-
max_date?: string | undefined;
|
3138
|
-
min_length?: string | number | undefined;
|
3139
|
-
max_length?: string | number | undefined;
|
3140
|
-
decimal_length?: string | number | undefined;
|
3141
|
-
regular_expression?: string | RegExp | undefined;
|
3142
|
-
regular_error_tip?: string | undefined;
|
3143
|
-
message?: string | undefined;
|
3144
|
-
} | undefined;
|
3145
|
-
option?: {
|
3146
|
-
[x: string]: any;
|
3147
|
-
keyword?: string | undefined;
|
3148
|
-
disabled?: boolean | undefined;
|
3149
|
-
children?: any[] | undefined;
|
3150
|
-
childrenFields?: any[] | undefined;
|
3151
|
-
}[] | undefined;
|
3152
|
-
multi_select?: import("..").FormCommonState | undefined;
|
3153
|
-
multi_select_value?: string | number | undefined;
|
3154
|
-
wordbook?: {
|
3155
|
-
level_num?: number | undefined;
|
3156
|
-
id?: string | undefined;
|
3157
|
-
name?: string | undefined;
|
3158
|
-
render_key?: string[] | undefined;
|
3159
|
-
search_key?: string[] | undefined;
|
3160
|
-
value_key?: string | undefined;
|
3161
|
-
queryParams?: string[] | undefined;
|
3162
|
-
primary_key?: string | undefined;
|
3163
|
-
type?: string | undefined;
|
3164
|
-
level_key?: string | undefined;
|
3165
|
-
link_key?: string | undefined;
|
3166
|
-
link_key_split?: string | undefined;
|
3167
|
-
show_key?: string | string[] | undefined;
|
3168
|
-
conObj?: import("../../shared/types").AnyObject[] | undefined;
|
3169
|
-
conObjFirstLevel?: import("../../shared/types").AnyObject[] | undefined;
|
3170
|
-
setting?: {
|
3171
|
-
cascading?: {
|
3172
|
-
'form.name': string;
|
3173
|
-
value: string;
|
3174
|
-
}[] | undefined;
|
3175
|
-
} | undefined;
|
3176
|
-
} | undefined;
|
3177
|
-
open?: {
|
3178
|
-
value?: any;
|
3179
|
-
describe?: string | undefined;
|
3180
|
-
} | undefined;
|
3181
|
-
close?: {
|
3182
|
-
value?: any;
|
3183
|
-
describe?: string | undefined;
|
3184
|
-
} | undefined;
|
3185
|
-
requiredReminderContent?: string | undefined;
|
3186
|
-
date_format?: string | undefined;
|
3187
|
-
step_length?: string | number | undefined;
|
3188
|
-
urlConfig?: {
|
3189
|
-
[x: string]: any;
|
3190
|
-
url: string;
|
3191
|
-
method?: import("../../shared/hooks").FormRequestDefine.RequestType | undefined;
|
3192
|
-
nameKey?: string | undefined;
|
3193
|
-
valueKey?: string | undefined;
|
3194
|
-
showKey?: string | undefined;
|
3195
|
-
searchKey?: string[] | undefined;
|
3196
|
-
params?: import("../../shared/types").AnyObject | undefined;
|
3197
|
-
dependKey?: string | Record<string, string> | (string | {
|
3198
|
-
paramName: string;
|
3199
|
-
paramValue?: string | undefined;
|
3200
|
-
required?: boolean | undefined;
|
3201
|
-
keepValue?: boolean | undefined;
|
3202
|
-
})[] | undefined;
|
3203
|
-
} | undefined;
|
3204
|
-
suffixConfig?: any | any[] | undefined;
|
3205
|
-
prefixConfig?: any | any[] | undefined;
|
3206
|
-
autograph?: string | undefined;
|
3207
|
-
defined_error_msg?: string | undefined;
|
3208
|
-
extendKey?: string | undefined;
|
3209
|
-
is_not_fold?: string | undefined;
|
3210
|
-
remark?: string | undefined;
|
3211
|
-
remarkTo?: string | HTMLElement | undefined;
|
3212
|
-
free_entry?: import("..").FormCommonState | undefined;
|
3213
|
-
save_free_entry?: import("..").FormCommonState | undefined;
|
3214
|
-
initialize_high?: number | undefined;
|
3215
|
-
bindEventSetting?: {
|
3216
|
-
[x: string]: unknown;
|
3217
|
-
event_type: import("../../shared/types").LowCodeTypes.EVENT_TYPE;
|
3218
|
-
event_field?: string | undefined;
|
3219
|
-
params?: {
|
3220
|
-
p_value?: string | undefined;
|
3221
|
-
p_name: string;
|
3222
|
-
p_select: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
3223
|
-
}[] | undefined;
|
3224
|
-
results?: {
|
3225
|
-
p_value: string;
|
3226
|
-
p_name: string;
|
3227
|
-
}[] | undefined;
|
3228
|
-
compareMap?: {
|
3229
|
-
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
3230
|
-
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
3231
|
-
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
3232
|
-
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
3233
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
3234
|
-
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
3235
|
-
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
3236
|
-
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
3237
|
-
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
3238
|
-
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
3239
|
-
} | undefined;
|
3240
|
-
}[] | undefined;
|
3241
|
-
show_mode?: import("../../shared/types").LowCodeTypes.showModeType | undefined;
|
3242
|
-
is_allow_check_mid?: import("..").FormCommonState | undefined;
|
3243
|
-
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
3244
|
-
prefix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
3245
|
-
suffix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
3246
|
-
allowSlash?: string | boolean | undefined;
|
3247
|
-
allowModify?: import("..").FormCommonState | undefined;
|
3248
|
-
show_key?: string | undefined;
|
3249
|
-
whiteList?: string[] | undefined;
|
3250
|
-
bordered?: string | boolean | undefined;
|
3251
|
-
displayMode?: "form" | "table" | undefined;
|
3252
|
-
editor_title?: string | undefined;
|
3253
|
-
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
3254
|
-
linebarWidth?: string | undefined;
|
3255
|
-
linebarDirection?: "vertical" | "horizontal" | undefined;
|
3256
|
-
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
3257
|
-
labelColor?: string | undefined;
|
3258
|
-
fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
|
3259
|
-
confirmBeforeValueChange?: boolean | undefined;
|
3260
|
-
confirmBeforeValueChangeProps?: {
|
3261
|
-
[x: string]: any;
|
3262
|
-
content: string | ((params: {
|
3263
|
-
fieldName: string;
|
3264
|
-
newValue: any;
|
3265
|
-
oldValue: any;
|
3266
|
-
}) => any);
|
3267
|
-
updateOriginValue: boolean;
|
3268
|
-
} | undefined;
|
3269
|
-
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
3270
|
-
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
3271
|
-
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
3272
|
-
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
3273
|
-
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
3274
|
-
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
3275
|
-
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
3276
|
-
fieldTitleColor?: string | undefined;
|
3277
|
-
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
3278
|
-
content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
|
3279
|
-
lazyRequest?: boolean | undefined;
|
3280
|
-
requestCache?: boolean | undefined;
|
3281
|
-
maxGroupNum?: number | undefined;
|
3282
|
-
minGroupNum?: number | undefined;
|
3283
|
-
jsonCombination?: boolean | undefined;
|
3284
|
-
combinationItemDeletable?: boolean | import("..").CombinationItemDeletableFn | undefined;
|
3285
|
-
children?: any[] | undefined;
|
3286
|
-
properties?: any[] | undefined;
|
3287
|
-
componentProps?: import("../../shared/types").AnyObject | undefined;
|
3288
|
-
decoratorProps?: import("../../shared/types").AnyObject | undefined;
|
3289
|
-
noDecorator?: {
|
3290
|
-
valueOf: () => boolean;
|
3291
|
-
} | undefined;
|
3292
|
-
display?: "flex" | "grid" | undefined;
|
3293
|
-
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
3294
|
-
wrapperStyle?: Record<string, string | number> | undefined;
|
3295
|
-
childFieldStrategy?: "checked" | "all" | undefined;
|
3296
|
-
childWidthMode?: "outer" | "inner" | undefined;
|
3297
|
-
validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
|
3298
|
-
field: import("@formily/core").Field<any, any, any, any>;
|
3299
|
-
form: import("@formily/core").Form<any>;
|
3300
|
-
value: unknown;
|
3301
|
-
validator: import("../../shared/types").AnyFn;
|
3302
|
-
}) => string | void) | undefined;
|
3303
|
-
reactions?: {
|
3304
|
-
[x: string]: any;
|
3305
|
-
dependencies?: string[] | undefined;
|
3306
|
-
target?: string | undefined;
|
3307
|
-
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
3308
|
-
when?: string | boolean | undefined;
|
3309
|
-
fulfill?: {
|
3310
|
-
state?: import("../../shared/types").AnyObject | undefined;
|
3311
|
-
run?: string | undefined;
|
3312
|
-
} | undefined;
|
3313
|
-
otherwise?: {
|
3314
|
-
state?: import("../../shared/types").AnyObject | undefined;
|
3315
|
-
run?: string | undefined;
|
2329
|
+
optionAliasList?: {
|
2330
|
+
text: string;
|
2331
|
+
value: string;
|
2332
|
+
}[] | undefined;
|
2333
|
+
elementExtraSetting?: {
|
2334
|
+
allowPartial?: boolean | undefined;
|
2335
|
+
partialLevel?: number | undefined;
|
2336
|
+
maxLevel?: number | undefined;
|
2337
|
+
dateFormat?: string | undefined;
|
2338
|
+
defaultValue?: {
|
2339
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
2340
|
+
unit: "" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR";
|
2341
|
+
value: string;
|
3316
2342
|
} | undefined;
|
3317
|
-
|
3318
|
-
|
3319
|
-
|
3320
|
-
|
3321
|
-
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
3322
|
-
when?: string | boolean | undefined;
|
3323
|
-
fulfill?: {
|
3324
|
-
state?: import("../../shared/types").AnyObject | undefined;
|
3325
|
-
run?: string | undefined;
|
2343
|
+
minValue?: {
|
2344
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
2345
|
+
unit: "" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR";
|
2346
|
+
value: string;
|
3326
2347
|
} | undefined;
|
3327
|
-
|
3328
|
-
|
3329
|
-
|
2348
|
+
maxValue?: {
|
2349
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
2350
|
+
unit: "" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR";
|
2351
|
+
value: string;
|
3330
2352
|
} | undefined;
|
3331
|
-
}[] | undefined;
|
3332
|
-
} | undefined;
|
3333
|
-
optionAliasList?: {
|
3334
|
-
text: string;
|
3335
|
-
value: string;
|
3336
|
-
}[] | undefined;
|
3337
|
-
elementExtraSetting?: {
|
3338
|
-
allowPartial?: boolean | undefined;
|
3339
|
-
partialLevel?: number | undefined;
|
3340
|
-
maxLevel?: number | undefined;
|
3341
|
-
dateFormat?: string | undefined;
|
3342
|
-
defaultValue?: {
|
3343
|
-
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
3344
|
-
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
3345
|
-
value: string;
|
3346
|
-
} | undefined;
|
3347
|
-
minValue?: {
|
3348
|
-
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
3349
|
-
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
3350
|
-
value: string;
|
3351
|
-
} | undefined;
|
3352
|
-
maxValue?: {
|
3353
|
-
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
3354
|
-
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
3355
|
-
value: string;
|
3356
2353
|
} | undefined;
|
3357
|
-
|
3358
|
-
|
3359
|
-
|
3360
|
-
|
3361
|
-
|
3362
|
-
generateFieldListByFormConfigItem: (formConfigItem: import("./src/types").FormConfigItem, fieldItem?: import("..").FieldItem | undefined) => import("..").FieldItem[];
|
3363
|
-
prevOldField: import("../../shared/types").Nullable<import("./src/types").FormConfigItem>;
|
3364
|
-
onFormChange: ({ fieldKey, value }: import("..").FormChangePayload) => void;
|
3365
|
-
createLabelRender: (originOptions?: import("../../shared/types").AnyObject[] | undefined) => (label: string) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
3366
|
-
[key: string]: any;
|
3367
|
-
}>;
|
3368
|
-
applyOptionAlias: (options?: import("../../shared/types").AnyObject[] | undefined) => import("../../shared/types").AnyObject[] | undefined;
|
3369
|
-
visitor: import("..").FieldVisitor;
|
3370
|
-
showOptionModal: import("vue").Ref<boolean, boolean>;
|
3371
|
-
editOptions: import("vue").Ref<{
|
3372
|
-
[x: string]: any;
|
3373
|
-
keyword?: string | undefined;
|
3374
|
-
disabled?: boolean | undefined;
|
3375
|
-
children?: any[] | undefined;
|
3376
|
-
childrenFields?: {
|
2354
|
+
__new?: boolean | undefined;
|
2355
|
+
__isCombinationChild?: boolean | undefined;
|
2356
|
+
__extra?: boolean | undefined;
|
2357
|
+
}[] | undefined;
|
2358
|
+
originalSetting?: {
|
3377
2359
|
[x: string]: any;
|
3378
2360
|
val_key: string;
|
3379
|
-
html_type: "LINEBAR" |
|
2361
|
+
html_type: "LINEBAR" | ({} & string) | "INPUT" | "TEXTAREA" | "SELECT" | "LINE_BREAKS" | "INPUT_NUMBER" | "REMOTE_SEARCH" | "DATE" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "SEARCH" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "DIGITAL" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
|
3380
2362
|
annotation?: boolean | undefined;
|
3381
2363
|
val_key_unit?: string | undefined;
|
3382
2364
|
is_edit?: import("..").FormCommonState | undefined;
|
@@ -3392,7 +2374,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
3392
2374
|
placeholder?: string | undefined;
|
3393
2375
|
validate?: {
|
3394
2376
|
[x: string]: any;
|
3395
|
-
obj_type?: ("
|
2377
|
+
obj_type?: ("password" | "sex" | "age" | "email" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
3396
2378
|
vali_obj?: string | undefined;
|
3397
2379
|
max_value?: string | number | undefined;
|
3398
2380
|
min_value?: string | number | undefined;
|
@@ -3401,11 +2383,38 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
3401
2383
|
min_length?: string | number | undefined;
|
3402
2384
|
max_length?: string | number | undefined;
|
3403
2385
|
decimal_length?: string | number | undefined;
|
3404
|
-
regular_expression?: string |
|
2386
|
+
regular_expression?: string | {
|
2387
|
+
exec: (string: string) => RegExpExecArray | null;
|
2388
|
+
test: (string: string) => boolean;
|
2389
|
+
readonly source: string;
|
2390
|
+
readonly global: boolean;
|
2391
|
+
readonly ignoreCase: boolean;
|
2392
|
+
readonly multiline: boolean;
|
2393
|
+
lastIndex: number;
|
2394
|
+
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
2395
|
+
readonly flags: string;
|
2396
|
+
readonly sticky: boolean;
|
2397
|
+
readonly unicode: boolean;
|
2398
|
+
readonly dotAll: boolean;
|
2399
|
+
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
2400
|
+
[Symbol.replace]: {
|
2401
|
+
(string: string, replaceValue: string): string;
|
2402
|
+
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
2403
|
+
};
|
2404
|
+
[Symbol.search]: (string: string) => number;
|
2405
|
+
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
2406
|
+
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
2407
|
+
} | undefined;
|
3405
2408
|
regular_error_tip?: string | undefined;
|
3406
2409
|
message?: string | undefined;
|
3407
2410
|
} | undefined;
|
3408
|
-
option?:
|
2411
|
+
option?: {
|
2412
|
+
[x: string]: any;
|
2413
|
+
keyword?: string | undefined;
|
2414
|
+
disabled?: boolean | undefined;
|
2415
|
+
children?: any[] | undefined;
|
2416
|
+
childrenFields?: any[] | undefined;
|
2417
|
+
}[] | undefined;
|
3409
2418
|
multi_select?: import("..").FormCommonState | undefined;
|
3410
2419
|
multi_select_value?: string | number | undefined;
|
3411
2420
|
wordbook?: {
|
@@ -3509,8 +2518,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
3509
2518
|
editor_title?: string | undefined;
|
3510
2519
|
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
3511
2520
|
linebarWidth?: string | undefined;
|
3512
|
-
linebarDirection?: "
|
3513
|
-
linebarTextDirection?: "
|
2521
|
+
linebarDirection?: "horizontal" | "vertical" | undefined;
|
2522
|
+
linebarTextDirection?: "horizontal" | "vertical" | undefined;
|
3514
2523
|
labelColor?: string | undefined;
|
3515
2524
|
fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
|
3516
2525
|
confirmBeforeValueChange?: boolean | undefined;
|
@@ -3524,10 +2533,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
3524
2533
|
updateOriginValue: boolean;
|
3525
2534
|
} | undefined;
|
3526
2535
|
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
3527
|
-
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR"
|
2536
|
+
unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
|
3528
2537
|
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
3529
|
-
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR"
|
3530
|
-
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR"
|
2538
|
+
max_date_unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
|
2539
|
+
min_date_unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
|
3531
2540
|
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
3532
2541
|
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
3533
2542
|
fieldTitleColor?: string | undefined;
|
@@ -3550,7 +2559,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
3550
2559
|
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
3551
2560
|
wrapperStyle?: Record<string, string | number> | undefined;
|
3552
2561
|
childFieldStrategy?: "checked" | "all" | undefined;
|
3553
|
-
childWidthMode?: "
|
2562
|
+
childWidthMode?: "inner" | "outer" | undefined;
|
3554
2563
|
validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
|
3555
2564
|
field: import("@formily/core").Field<any, any, any, any>;
|
3556
2565
|
form: import("@formily/core").Form<any>;
|
@@ -3586,8 +2595,46 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
3586
2595
|
run?: string | undefined;
|
3587
2596
|
} | undefined;
|
3588
2597
|
}[] | undefined;
|
2598
|
+
} | undefined;
|
2599
|
+
optionAliasList?: {
|
2600
|
+
text: string;
|
2601
|
+
value: string;
|
3589
2602
|
}[] | undefined;
|
3590
|
-
|
2603
|
+
elementExtraSetting?: {
|
2604
|
+
allowPartial?: boolean | undefined;
|
2605
|
+
partialLevel?: number | undefined;
|
2606
|
+
maxLevel?: number | undefined;
|
2607
|
+
dateFormat?: string | undefined;
|
2608
|
+
defaultValue?: {
|
2609
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
2610
|
+
unit: "" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR";
|
2611
|
+
value: string;
|
2612
|
+
} | undefined;
|
2613
|
+
minValue?: {
|
2614
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
2615
|
+
unit: "" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR";
|
2616
|
+
value: string;
|
2617
|
+
} | undefined;
|
2618
|
+
maxValue?: {
|
2619
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
2620
|
+
unit: "" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR";
|
2621
|
+
value: string;
|
2622
|
+
} | undefined;
|
2623
|
+
} | undefined;
|
2624
|
+
__new?: boolean | undefined;
|
2625
|
+
__isCombinationChild?: boolean | undefined;
|
2626
|
+
__extra?: boolean | undefined;
|
2627
|
+
}>;
|
2628
|
+
generateFieldListByFormConfigItem: (formConfigItem: import("./src/types").FormConfigItem, fieldItem?: import("..").FieldItem | undefined) => import("..").FieldItem[];
|
2629
|
+
prevOldField: null;
|
2630
|
+
onFormChange: ({ fieldKey, value }: import("..").FormChangePayload) => void;
|
2631
|
+
createLabelRender: (originOptions?: import("../../shared/types").AnyObject[] | undefined) => (label: string) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
2632
|
+
[key: string]: any;
|
2633
|
+
}>;
|
2634
|
+
applyOptionAlias: (options?: import("../../shared/types").AnyObject[] | undefined) => import("../../shared/types").AnyObject[] | undefined;
|
2635
|
+
visitor: import("..").FieldVisitor;
|
2636
|
+
showOptionModal: import("vue").Ref<boolean>;
|
2637
|
+
editOptions: import("vue").Ref<{
|
3591
2638
|
[x: string]: any;
|
3592
2639
|
keyword?: string | undefined;
|
3593
2640
|
disabled?: boolean | undefined;
|
@@ -3595,7 +2642,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
3595
2642
|
childrenFields?: {
|
3596
2643
|
[x: string]: any;
|
3597
2644
|
val_key: string;
|
3598
|
-
html_type: "LINEBAR" |
|
2645
|
+
html_type: "LINEBAR" | ({} & string) | "INPUT" | "TEXTAREA" | "SELECT" | "LINE_BREAKS" | "INPUT_NUMBER" | "REMOTE_SEARCH" | "DATE" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "SEARCH" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "DIGITAL" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
|
3599
2646
|
annotation?: boolean | undefined;
|
3600
2647
|
val_key_unit?: string | undefined;
|
3601
2648
|
is_edit?: import("..").FormCommonState | undefined;
|
@@ -3611,7 +2658,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
3611
2658
|
placeholder?: string | undefined;
|
3612
2659
|
validate?: {
|
3613
2660
|
[x: string]: any;
|
3614
|
-
obj_type?: ("
|
2661
|
+
obj_type?: ("password" | "sex" | "age" | "email" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
3615
2662
|
vali_obj?: string | undefined;
|
3616
2663
|
max_value?: string | number | undefined;
|
3617
2664
|
min_value?: string | number | undefined;
|
@@ -3620,7 +2667,28 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
3620
2667
|
min_length?: string | number | undefined;
|
3621
2668
|
max_length?: string | number | undefined;
|
3622
2669
|
decimal_length?: string | number | undefined;
|
3623
|
-
regular_expression?: string |
|
2670
|
+
regular_expression?: string | {
|
2671
|
+
exec: (string: string) => RegExpExecArray | null;
|
2672
|
+
test: (string: string) => boolean;
|
2673
|
+
readonly source: string;
|
2674
|
+
readonly global: boolean;
|
2675
|
+
readonly ignoreCase: boolean;
|
2676
|
+
readonly multiline: boolean;
|
2677
|
+
lastIndex: number;
|
2678
|
+
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
2679
|
+
readonly flags: string;
|
2680
|
+
readonly sticky: boolean;
|
2681
|
+
readonly unicode: boolean;
|
2682
|
+
readonly dotAll: boolean;
|
2683
|
+
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
2684
|
+
[Symbol.replace]: {
|
2685
|
+
(string: string, replaceValue: string): string;
|
2686
|
+
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
2687
|
+
};
|
2688
|
+
[Symbol.search]: (string: string) => number;
|
2689
|
+
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
2690
|
+
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
2691
|
+
} | undefined;
|
3624
2692
|
regular_error_tip?: string | undefined;
|
3625
2693
|
message?: string | undefined;
|
3626
2694
|
} | undefined;
|
@@ -3728,8 +2796,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
3728
2796
|
editor_title?: string | undefined;
|
3729
2797
|
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
3730
2798
|
linebarWidth?: string | undefined;
|
3731
|
-
linebarDirection?: "
|
3732
|
-
linebarTextDirection?: "
|
2799
|
+
linebarDirection?: "horizontal" | "vertical" | undefined;
|
2800
|
+
linebarTextDirection?: "horizontal" | "vertical" | undefined;
|
3733
2801
|
labelColor?: string | undefined;
|
3734
2802
|
fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
|
3735
2803
|
confirmBeforeValueChange?: boolean | undefined;
|
@@ -3743,10 +2811,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
3743
2811
|
updateOriginValue: boolean;
|
3744
2812
|
} | undefined;
|
3745
2813
|
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
3746
|
-
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR"
|
2814
|
+
unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
|
3747
2815
|
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
3748
|
-
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR"
|
3749
|
-
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR"
|
2816
|
+
max_date_unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
|
2817
|
+
min_date_unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
|
3750
2818
|
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
3751
2819
|
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
3752
2820
|
fieldTitleColor?: string | undefined;
|
@@ -3769,7 +2837,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
3769
2837
|
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
3770
2838
|
wrapperStyle?: Record<string, string | number> | undefined;
|
3771
2839
|
childFieldStrategy?: "checked" | "all" | undefined;
|
3772
|
-
childWidthMode?: "
|
2840
|
+
childWidthMode?: "inner" | "outer" | undefined;
|
3773
2841
|
validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
|
3774
2842
|
field: import("@formily/core").Field<any, any, any, any>;
|
3775
2843
|
form: import("@formily/core").Form<any>;
|
@@ -3809,15 +2877,15 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
3809
2877
|
}[]>;
|
3810
2878
|
onOptionModalCancel: () => void;
|
3811
2879
|
onOptionModalConfirm: () => void;
|
3812
|
-
|
3813
|
-
|
3814
|
-
|
3815
|
-
formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined
|
3816
|
-
key: import("vue").Ref<number
|
2880
|
+
NModal: any;
|
2881
|
+
NInput: any;
|
2882
|
+
CFormRender: SFCWithInstall<import("vue").DefineComponent<{}, {
|
2883
|
+
formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined>;
|
2884
|
+
key: import("vue").Ref<number>;
|
3817
2885
|
reload: () => Promise<void>;
|
3818
2886
|
formRenderExposeKeyList: readonly ["validate", "getFormValues", "setFormValues", "setFieldState", "resetFields", "queryWidget", "getFieldList", "applySelectedSetting", "getTextFormValues", "optionInited", "updateAnchor"];
|
3819
2887
|
exposed: Partial<import("..").FormRenderExpose>;
|
3820
|
-
FormRender: import("vue").DefineComponent<
|
2888
|
+
FormRender: import("vue").DefineComponent<{
|
3821
2889
|
fieldList: {
|
3822
2890
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
3823
2891
|
};
|
@@ -3911,7 +2979,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
3911
2979
|
}>>;
|
3912
2980
|
};
|
3913
2981
|
components: {
|
3914
|
-
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}
|
2982
|
+
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
3915
2983
|
default: () => {};
|
3916
2984
|
};
|
3917
2985
|
scope: {
|
@@ -3996,11 +3064,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
3996
3064
|
type: import("vue").PropType<string[]>;
|
3997
3065
|
};
|
3998
3066
|
linebarDirection: {
|
3999
|
-
type: import("vue").PropType<"
|
3067
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
4000
3068
|
default: string;
|
4001
3069
|
};
|
4002
3070
|
linebarTextDirection: {
|
4003
|
-
type: import("vue").PropType<"
|
3071
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
4004
3072
|
default: string;
|
4005
3073
|
};
|
4006
3074
|
linebarWidth: {
|
@@ -4025,8 +3093,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
4025
3093
|
lazyRender: BooleanConstructor;
|
4026
3094
|
linebreaksToTitle: BooleanConstructor;
|
4027
3095
|
dialogFn: {};
|
4028
|
-
}
|
4029
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
3096
|
+
}, {
|
3097
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
4030
3098
|
fieldList: {
|
4031
3099
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
4032
3100
|
};
|
@@ -4120,7 +3188,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
4120
3188
|
}>>;
|
4121
3189
|
};
|
4122
3190
|
components: {
|
4123
|
-
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}
|
3191
|
+
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
4124
3192
|
default: () => {};
|
4125
3193
|
};
|
4126
3194
|
scope: {
|
@@ -4205,11 +3273,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
4205
3273
|
type: import("vue").PropType<string[]>;
|
4206
3274
|
};
|
4207
3275
|
linebarDirection: {
|
4208
|
-
type: import("vue").PropType<"
|
3276
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
4209
3277
|
default: string;
|
4210
3278
|
};
|
4211
3279
|
linebarTextDirection: {
|
4212
|
-
type: import("vue").PropType<"
|
3280
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
4213
3281
|
default: string;
|
4214
3282
|
};
|
4215
3283
|
linebarWidth: {
|
@@ -4234,19 +3302,19 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
4234
3302
|
lazyRender: BooleanConstructor;
|
4235
3303
|
linebreaksToTitle: BooleanConstructor;
|
4236
3304
|
dialogFn: {};
|
4237
|
-
}>> &
|
3305
|
+
}>> & {
|
4238
3306
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
4239
3307
|
onScroll?: ((...args: any[]) => any) | undefined;
|
4240
3308
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
4241
3309
|
"onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
|
4242
3310
|
onLinebarChange?: ((...args: any[]) => any) | undefined;
|
4243
3311
|
onReady?: ((...args: any[]) => any) | undefined;
|
4244
|
-
}
|
3312
|
+
}>>;
|
4245
3313
|
emit: (event: "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", ...args: any[]) => void;
|
4246
3314
|
cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
|
4247
3315
|
nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
|
4248
|
-
formRenderRef: import("vue").Ref<HTMLElement | undefined
|
4249
|
-
formWidth: import("vue").Ref<number
|
3316
|
+
formRenderRef: import("vue").Ref<HTMLElement | undefined>;
|
3317
|
+
formWidth: import("vue").Ref<number>;
|
4250
3318
|
formHeight: import("vue").ComputedRef<string>;
|
4251
3319
|
SchemaField: import("vue").DefineComponent<import("@formily/vue").ISchemaFieldProps>;
|
4252
3320
|
businessCollector: import("..").BusinessCollector;
|
@@ -4259,21 +3327,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
4259
3327
|
formUUID: string;
|
4260
3328
|
anchorBarRef: import("vue").Ref<{
|
4261
3329
|
syncBarPosition: import("../../shared/types").AnyFn;
|
4262
|
-
} | undefined, {
|
4263
|
-
syncBarPosition: import("../../shared/types").AnyFn;
|
4264
3330
|
} | undefined>;
|
4265
|
-
currentAnchor: import("vue").WritableComputedRef<string
|
3331
|
+
currentAnchor: import("vue").WritableComputedRef<string>;
|
4266
3332
|
updateAnchorList: (field: import("@formily/core").GeneralField) => void;
|
4267
3333
|
anchorIdList: import("vue").Ref<{
|
4268
3334
|
name: string;
|
4269
3335
|
title: string;
|
4270
3336
|
index: number;
|
4271
|
-
}[], (Record<"name" | "title", string> & {
|
4272
|
-
index: number;
|
4273
|
-
})[] | {
|
4274
|
-
name: string;
|
4275
|
-
title: string;
|
4276
|
-
index: number;
|
4277
3337
|
}[]>;
|
4278
3338
|
onScroll: (scrollEvent: Event) => void;
|
4279
3339
|
generateAnchorList: (formModel: import("@formily/core").Form<any>) => Promise<void>;
|
@@ -4300,7 +3360,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
4300
3360
|
setGraph: (field: import("@formily/core").GeneralField) => void;
|
4301
3361
|
removeGraph: (field: import("@formily/core").GeneralField) => void;
|
4302
3362
|
lowCodeEventTrigger: (field: import("@formily/core").GeneralField) => void;
|
4303
|
-
emitFormChange: import("vue").Ref<boolean
|
3363
|
+
emitFormChange: import("vue").Ref<boolean>;
|
4304
3364
|
formModel: import("@formily/core").Form<{
|
4305
3365
|
[x: string]: any;
|
4306
3366
|
}>;
|
@@ -4377,7 +3437,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
4377
3437
|
"x-read-pretty"?: boolean | undefined;
|
4378
3438
|
"x-compile-omitted"?: string[] | undefined;
|
4379
3439
|
}>;
|
4380
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}
|
3440
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
4381
3441
|
scope: import("../../shared/types").AnyObject;
|
4382
3442
|
annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
|
4383
3443
|
annotationShortcuts: (string | {
|
@@ -4412,8 +3472,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
4412
3472
|
selectMode: boolean;
|
4413
3473
|
selectedFields: string[];
|
4414
3474
|
linebarWidth: string | number;
|
4415
|
-
linebarDirection: "
|
4416
|
-
linebarTextDirection: "
|
3475
|
+
linebarDirection: "horizontal" | "vertical";
|
3476
|
+
linebarTextDirection: "horizontal" | "vertical";
|
4417
3477
|
autoWidth: number | boolean;
|
4418
3478
|
feedbackType: "default" | "tooltip";
|
4419
3479
|
fixMemoLeak: boolean;
|
@@ -4596,16 +3656,16 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
4596
3656
|
onKeydown: (event: KeyboardEvent) => Promise<void>;
|
4597
3657
|
clearSpan: (uuid: string) => void;
|
4598
3658
|
exposeEvent: Omit<import("..").FormRenderExpose, "updateAnchor" | "getFieldList" | "optionInited" | "formModel" | "reload">;
|
4599
|
-
|
4600
|
-
|
4601
|
-
|
3659
|
+
useVersion: typeof import("../../shared/hooks").useVersion;
|
3660
|
+
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<{}>>, {}>;
|
3661
|
+
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
3662
|
form: any;
|
4603
|
-
}
|
4604
|
-
|
4605
|
-
|
4606
|
-
|
4607
|
-
|
4608
|
-
},
|
3663
|
+
}>;
|
3664
|
+
NConfigProvider: any;
|
3665
|
+
NForm: any;
|
3666
|
+
NTabPane: any;
|
3667
|
+
NTabs: any;
|
3668
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready")[], "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
4609
3669
|
fieldList: {
|
4610
3670
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
4611
3671
|
};
|
@@ -4699,7 +3759,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
4699
3759
|
}>>;
|
4700
3760
|
};
|
4701
3761
|
components: {
|
4702
|
-
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}
|
3762
|
+
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
4703
3763
|
default: () => {};
|
4704
3764
|
};
|
4705
3765
|
scope: {
|
@@ -4784,11 +3844,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
4784
3844
|
type: import("vue").PropType<string[]>;
|
4785
3845
|
};
|
4786
3846
|
linebarDirection: {
|
4787
|
-
type: import("vue").PropType<"
|
3847
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
4788
3848
|
default: string;
|
4789
3849
|
};
|
4790
3850
|
linebarTextDirection: {
|
4791
|
-
type: import("vue").PropType<"
|
3851
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
4792
3852
|
default: string;
|
4793
3853
|
};
|
4794
3854
|
linebarWidth: {
|
@@ -4813,18 +3873,18 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
4813
3873
|
lazyRender: BooleanConstructor;
|
4814
3874
|
linebreaksToTitle: BooleanConstructor;
|
4815
3875
|
dialogFn: {};
|
4816
|
-
}>> &
|
3876
|
+
}>> & {
|
4817
3877
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
4818
3878
|
onScroll?: ((...args: any[]) => any) | undefined;
|
4819
3879
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
4820
3880
|
"onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
|
4821
3881
|
onLinebarChange?: ((...args: any[]) => any) | undefined;
|
4822
3882
|
onReady?: ((...args: any[]) => any) | undefined;
|
4823
|
-
}
|
4824
|
-
maxHeight: string | number;
|
3883
|
+
}, {
|
4825
3884
|
anchor: boolean;
|
4826
3885
|
column: number;
|
4827
|
-
|
3886
|
+
maxHeight: string | number;
|
3887
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
4828
3888
|
initialData: import("../../shared/types").AnyObject;
|
4829
3889
|
parallelism: number;
|
4830
3890
|
scope: import("../../shared/types").AnyObject;
|
@@ -4840,8 +3900,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
4840
3900
|
wordSplitFilter: boolean;
|
4841
3901
|
selectMode: boolean;
|
4842
3902
|
linebarWidth: string | number;
|
4843
|
-
linebarDirection: "
|
4844
|
-
linebarTextDirection: "
|
3903
|
+
linebarDirection: "horizontal" | "vertical";
|
3904
|
+
linebarTextDirection: "horizontal" | "vertical";
|
4845
3905
|
autoWidth: number | boolean;
|
4846
3906
|
feedbackType: "default" | "tooltip";
|
4847
3907
|
fixMemoLeak: boolean;
|
@@ -4850,9 +3910,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
4850
3910
|
nominalAge: boolean;
|
4851
3911
|
operationalFormInit: boolean;
|
4852
3912
|
incrementalRender: boolean;
|
4853
|
-
}
|
4854
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
4855
|
-
},
|
3913
|
+
}>;
|
3914
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
3915
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
4856
3916
|
uuid: {
|
4857
3917
|
type: StringConstructor;
|
4858
3918
|
required: true;
|
@@ -4926,7 +3986,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
4926
3986
|
"x-read-pretty"?: boolean | undefined;
|
4927
3987
|
"x-compile-omitted"?: string[] | undefined;
|
4928
3988
|
}>;
|
4929
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}
|
3989
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
4930
3990
|
scope: import("../../shared/types").AnyObject;
|
4931
3991
|
annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
|
4932
3992
|
annotationShortcuts: (string | {
|
@@ -4961,8 +4021,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
4961
4021
|
selectMode: boolean;
|
4962
4022
|
selectedFields: string[];
|
4963
4023
|
linebarWidth: string | number;
|
4964
|
-
linebarDirection: "
|
4965
|
-
linebarTextDirection: "
|
4024
|
+
linebarDirection: "horizontal" | "vertical";
|
4025
|
+
linebarTextDirection: "horizontal" | "vertical";
|
4966
4026
|
autoWidth: number | boolean;
|
4967
4027
|
feedbackType: "default" | "tooltip";
|
4968
4028
|
fixMemoLeak: boolean;
|
@@ -4971,8 +4031,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
4971
4031
|
dialogFn: any;
|
4972
4032
|
}>>>;
|
4973
4033
|
};
|
4974
|
-
}
|
4975
|
-
FormConfigEventSetting: import("vue").DefineComponent<
|
4034
|
+
}>>, {}>;
|
4035
|
+
FormConfigEventSetting: import("vue").DefineComponent<{
|
4976
4036
|
modelValue: {
|
4977
4037
|
type: ArrayConstructor;
|
4978
4038
|
required: true;
|
@@ -4982,8 +4042,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
4982
4042
|
type: null;
|
4983
4043
|
required: false;
|
4984
4044
|
};
|
4985
|
-
}
|
4986
|
-
props:
|
4045
|
+
}, {
|
4046
|
+
props: {
|
4047
|
+
modelValue: import("../../shared/types").LowCodeTypes.reactionConfig[];
|
4048
|
+
bindFormRenderRef?: import("..").FormRenderExpose | undefined;
|
4049
|
+
};
|
4987
4050
|
emit: (event: "update:modelValue" | "validateFailure", ...args: any[]) => void;
|
4988
4051
|
cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
|
4989
4052
|
valueRef: import("vue").Ref<{
|
@@ -5018,40 +4081,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
5018
4081
|
}[] | undefined;
|
5019
4082
|
__oppositeBindField?: any | undefined;
|
5020
4083
|
__oppositeTargetField?: any | undefined;
|
5021
|
-
}[], import("../../shared/types").LowCodeTypes.reactionConfig[] | {
|
5022
|
-
conObj: {
|
5023
|
-
con: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
5024
|
-
field_key: string;
|
5025
|
-
value: unknown;
|
5026
|
-
}[];
|
5027
|
-
compareMap?: {
|
5028
|
-
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
5029
|
-
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
5030
|
-
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
5031
|
-
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
5032
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
5033
|
-
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
5034
|
-
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
5035
|
-
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
5036
|
-
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
5037
|
-
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
5038
|
-
} | undefined;
|
5039
|
-
isRestoreDefault?: boolean | undefined;
|
5040
|
-
sqlExpression?: string | undefined;
|
5041
|
-
showField?: string[] | undefined;
|
5042
|
-
hideField?: string[] | undefined;
|
5043
|
-
requiredField?: string[] | undefined;
|
5044
|
-
notRequiredField?: string[] | undefined;
|
5045
|
-
enabledField?: string[] | undefined;
|
5046
|
-
disabledField?: string[] | undefined;
|
5047
|
-
setValueField?: {
|
5048
|
-
field?: string | undefined;
|
5049
|
-
value?: unknown;
|
5050
|
-
}[] | undefined;
|
5051
|
-
__oppositeBindField?: any | undefined;
|
5052
|
-
__oppositeTargetField?: any | undefined;
|
5053
4084
|
}[]>;
|
5054
|
-
expandedName: import("vue").Ref<string
|
4085
|
+
expandedName: import("vue").Ref<string>;
|
5055
4086
|
addConnection: () => void;
|
5056
4087
|
removeConnection: (index: number) => void;
|
5057
4088
|
getOppositeBtnText: (item: import("../../shared/types").LowCodeTypes.reactionConfig) => string | undefined;
|
@@ -5065,14 +4096,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
5065
4096
|
addCondition: (config: import("../../shared/types").LowCodeTypes.reactionConfig) => void;
|
5066
4097
|
removeCondition: (config: import("../../shared/types").LowCodeTypes.reactionConfig, index: number) => void;
|
5067
4098
|
onUpdateConditionType: (condition: import("../../shared/types").LowCodeTypes.reactionsConObj, type: import("../../shared/types").LowCodeTypes.VALUE_RELATION) => void;
|
5068
|
-
showRef: import("vue").Ref<boolean
|
4099
|
+
showRef: import("vue").Ref<boolean>;
|
5069
4100
|
addSetValueField: (item: import("../../shared/types").LowCodeTypes.reactionConfig) => void;
|
5070
|
-
fieldListRef: import("vue").Ref<import("./src/types").FormConfigItem[]
|
4101
|
+
fieldListRef: import("vue").Ref<import("./src/types").FormConfigItem[]>;
|
5071
4102
|
fieldOptions: import("vue").ComputedRef<import("./src/types").FormConfigItem[]>;
|
5072
4103
|
setValueTypes: string[];
|
5073
4104
|
setValueFieldOptions: import("vue").ComputedRef<import("./src/types").FormConfigItem[]>;
|
5074
|
-
currentTypeList:
|
5075
|
-
dialog: import("naive-ui
|
4105
|
+
currentTypeList: string[];
|
4106
|
+
dialog: import("naive-ui").DialogApi;
|
5076
4107
|
onNegativeClick: () => Promise<void>;
|
5077
4108
|
onPositiveClick: () => Promise<void>;
|
5078
4109
|
configValidate: () => Promise<void>;
|
@@ -5083,7 +4114,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
5083
4114
|
decoratorProps: {
|
5084
4115
|
showFeedback: boolean;
|
5085
4116
|
};
|
5086
|
-
html_type: "LINEBAR" |
|
4117
|
+
html_type: "LINEBAR" | ({} & string) | "INPUT" | "TEXTAREA" | "SELECT" | "LINE_BREAKS" | "INPUT_NUMBER" | "REMOTE_SEARCH" | "DATE" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "SEARCH" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "DIGITAL" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
|
5087
4118
|
annotation?: boolean | undefined;
|
5088
4119
|
val_key_unit?: string | undefined;
|
5089
4120
|
is_edit?: import("..").FormCommonState | undefined;
|
@@ -5098,7 +4129,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
5098
4129
|
placeholder?: string | undefined;
|
5099
4130
|
validate?: Partial<{
|
5100
4131
|
[key: string]: any;
|
5101
|
-
obj_type: "
|
4132
|
+
obj_type: "password" | "sex" | "age" | "email" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name";
|
5102
4133
|
vali_obj: string;
|
5103
4134
|
max_value: string | number;
|
5104
4135
|
min_value: string | number;
|
@@ -5169,8 +4200,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
5169
4200
|
editor_title?: string | undefined;
|
5170
4201
|
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
5171
4202
|
linebarWidth?: string | undefined;
|
5172
|
-
linebarDirection?: "
|
5173
|
-
linebarTextDirection?: "
|
4203
|
+
linebarDirection?: "horizontal" | "vertical" | undefined;
|
4204
|
+
linebarTextDirection?: "horizontal" | "vertical" | undefined;
|
5174
4205
|
labelColor?: string | undefined;
|
5175
4206
|
fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
|
5176
4207
|
confirmBeforeValueChange?: boolean | undefined;
|
@@ -5184,10 +4215,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
5184
4215
|
updateOriginValue: boolean;
|
5185
4216
|
} | undefined;
|
5186
4217
|
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
5187
|
-
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR"
|
4218
|
+
unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
|
5188
4219
|
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
5189
|
-
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR"
|
5190
|
-
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR"
|
4220
|
+
max_date_unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
|
4221
|
+
min_date_unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
|
5191
4222
|
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
5192
4223
|
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
5193
4224
|
fieldTitleColor?: string | undefined;
|
@@ -5207,7 +4238,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
5207
4238
|
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
5208
4239
|
wrapperStyle?: Record<string, string | number> | undefined;
|
5209
4240
|
childFieldStrategy?: "checked" | "all" | undefined;
|
5210
|
-
childWidthMode?: "
|
4241
|
+
childWidthMode?: "inner" | "outer" | undefined;
|
5211
4242
|
validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
|
5212
4243
|
field: import("@formily/core").Field<any, any, any, any>;
|
5213
4244
|
form: import("@formily/core").Form<any>;
|
@@ -5221,36 +4252,36 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
5221
4252
|
field: string;
|
5222
4253
|
value: unknown;
|
5223
4254
|
}>) => void;
|
5224
|
-
|
5225
|
-
|
5226
|
-
|
5227
|
-
|
5228
|
-
|
5229
|
-
|
5230
|
-
|
5231
|
-
|
5232
|
-
|
5233
|
-
|
5234
|
-
|
5235
|
-
|
5236
|
-
|
5237
|
-
|
5238
|
-
|
5239
|
-
|
4255
|
+
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<{}>>, {}>;
|
4256
|
+
NButton: any;
|
4257
|
+
NCollapse: any;
|
4258
|
+
NCollapseItem: any;
|
4259
|
+
NEllipsis: any;
|
4260
|
+
NEmpty: any;
|
4261
|
+
NIcon: any;
|
4262
|
+
NInput: any;
|
4263
|
+
NInputGroup: any;
|
4264
|
+
NModal: any;
|
4265
|
+
NScrollbar: any;
|
4266
|
+
NSelect: any;
|
4267
|
+
NSpace: any;
|
4268
|
+
NThing: any;
|
4269
|
+
NTooltip: any;
|
4270
|
+
conditionTypeOptions: {
|
5240
4271
|
value: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
5241
4272
|
label: string;
|
5242
4273
|
}[];
|
5243
|
-
|
4274
|
+
connectionTypeOptions: {
|
5244
4275
|
value: string;
|
5245
4276
|
label: string;
|
5246
4277
|
}[];
|
5247
|
-
|
5248
|
-
formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined
|
5249
|
-
key: import("vue").Ref<number
|
4278
|
+
CForm: SFCWithInstall<import("vue").DefineComponent<{}, {
|
4279
|
+
formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined>;
|
4280
|
+
key: import("vue").Ref<number>;
|
5250
4281
|
reload: () => Promise<void>;
|
5251
4282
|
formRenderExposeKeyList: readonly ["validate", "getFormValues", "setFormValues", "setFieldState", "resetFields", "queryWidget", "getFieldList", "applySelectedSetting", "getTextFormValues", "optionInited", "updateAnchor"];
|
5252
4283
|
exposed: Partial<import("..").FormRenderExpose>;
|
5253
|
-
FormRender: import("vue").DefineComponent<
|
4284
|
+
FormRender: import("vue").DefineComponent<{
|
5254
4285
|
fieldList: {
|
5255
4286
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
5256
4287
|
};
|
@@ -5344,7 +4375,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
5344
4375
|
}>>;
|
5345
4376
|
};
|
5346
4377
|
components: {
|
5347
|
-
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}
|
4378
|
+
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
5348
4379
|
default: () => {};
|
5349
4380
|
};
|
5350
4381
|
scope: {
|
@@ -5429,11 +4460,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
5429
4460
|
type: import("vue").PropType<string[]>;
|
5430
4461
|
};
|
5431
4462
|
linebarDirection: {
|
5432
|
-
type: import("vue").PropType<"
|
4463
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
5433
4464
|
default: string;
|
5434
4465
|
};
|
5435
4466
|
linebarTextDirection: {
|
5436
|
-
type: import("vue").PropType<"
|
4467
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
5437
4468
|
default: string;
|
5438
4469
|
};
|
5439
4470
|
linebarWidth: {
|
@@ -5458,8 +4489,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
5458
4489
|
lazyRender: BooleanConstructor;
|
5459
4490
|
linebreaksToTitle: BooleanConstructor;
|
5460
4491
|
dialogFn: {};
|
5461
|
-
}
|
5462
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
4492
|
+
}, {
|
4493
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
5463
4494
|
fieldList: {
|
5464
4495
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
5465
4496
|
};
|
@@ -5553,7 +4584,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
5553
4584
|
}>>;
|
5554
4585
|
};
|
5555
4586
|
components: {
|
5556
|
-
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}
|
4587
|
+
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
5557
4588
|
default: () => {};
|
5558
4589
|
};
|
5559
4590
|
scope: {
|
@@ -5638,11 +4669,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
5638
4669
|
type: import("vue").PropType<string[]>;
|
5639
4670
|
};
|
5640
4671
|
linebarDirection: {
|
5641
|
-
type: import("vue").PropType<"
|
4672
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
5642
4673
|
default: string;
|
5643
4674
|
};
|
5644
4675
|
linebarTextDirection: {
|
5645
|
-
type: import("vue").PropType<"
|
4676
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
5646
4677
|
default: string;
|
5647
4678
|
};
|
5648
4679
|
linebarWidth: {
|
@@ -5667,19 +4698,19 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
5667
4698
|
lazyRender: BooleanConstructor;
|
5668
4699
|
linebreaksToTitle: BooleanConstructor;
|
5669
4700
|
dialogFn: {};
|
5670
|
-
}>> &
|
4701
|
+
}>> & {
|
5671
4702
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
5672
4703
|
onScroll?: ((...args: any[]) => any) | undefined;
|
5673
4704
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
5674
4705
|
"onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
|
5675
4706
|
onLinebarChange?: ((...args: any[]) => any) | undefined;
|
5676
4707
|
onReady?: ((...args: any[]) => any) | undefined;
|
5677
|
-
}
|
4708
|
+
}>>;
|
5678
4709
|
emit: (event: "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", ...args: any[]) => void;
|
5679
4710
|
cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
|
5680
4711
|
nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
|
5681
|
-
formRenderRef: import("vue").Ref<HTMLElement | undefined
|
5682
|
-
formWidth: import("vue").Ref<number
|
4712
|
+
formRenderRef: import("vue").Ref<HTMLElement | undefined>;
|
4713
|
+
formWidth: import("vue").Ref<number>;
|
5683
4714
|
formHeight: import("vue").ComputedRef<string>;
|
5684
4715
|
SchemaField: import("vue").DefineComponent<import("@formily/vue").ISchemaFieldProps>;
|
5685
4716
|
businessCollector: import("..").BusinessCollector;
|
@@ -5692,21 +4723,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
5692
4723
|
formUUID: string;
|
5693
4724
|
anchorBarRef: import("vue").Ref<{
|
5694
4725
|
syncBarPosition: import("../../shared/types").AnyFn;
|
5695
|
-
} | undefined, {
|
5696
|
-
syncBarPosition: import("../../shared/types").AnyFn;
|
5697
4726
|
} | undefined>;
|
5698
|
-
currentAnchor: import("vue").WritableComputedRef<string
|
4727
|
+
currentAnchor: import("vue").WritableComputedRef<string>;
|
5699
4728
|
updateAnchorList: (field: import("@formily/core").GeneralField) => void;
|
5700
4729
|
anchorIdList: import("vue").Ref<{
|
5701
4730
|
name: string;
|
5702
4731
|
title: string;
|
5703
4732
|
index: number;
|
5704
|
-
}[], (Record<"name" | "title", string> & {
|
5705
|
-
index: number;
|
5706
|
-
})[] | {
|
5707
|
-
name: string;
|
5708
|
-
title: string;
|
5709
|
-
index: number;
|
5710
4733
|
}[]>;
|
5711
4734
|
onScroll: (scrollEvent: Event) => void;
|
5712
4735
|
generateAnchorList: (formModel: import("@formily/core").Form<any>) => Promise<void>;
|
@@ -5733,7 +4756,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
5733
4756
|
setGraph: (field: import("@formily/core").GeneralField) => void;
|
5734
4757
|
removeGraph: (field: import("@formily/core").GeneralField) => void;
|
5735
4758
|
lowCodeEventTrigger: (field: import("@formily/core").GeneralField) => void;
|
5736
|
-
emitFormChange: import("vue").Ref<boolean
|
4759
|
+
emitFormChange: import("vue").Ref<boolean>;
|
5737
4760
|
formModel: import("@formily/core").Form<{
|
5738
4761
|
[x: string]: any;
|
5739
4762
|
}>;
|
@@ -5810,7 +4833,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
5810
4833
|
"x-read-pretty"?: boolean | undefined;
|
5811
4834
|
"x-compile-omitted"?: string[] | undefined;
|
5812
4835
|
}>;
|
5813
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}
|
4836
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
5814
4837
|
scope: import("../../shared/types").AnyObject;
|
5815
4838
|
annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
|
5816
4839
|
annotationShortcuts: (string | {
|
@@ -5845,8 +4868,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
5845
4868
|
selectMode: boolean;
|
5846
4869
|
selectedFields: string[];
|
5847
4870
|
linebarWidth: string | number;
|
5848
|
-
linebarDirection: "
|
5849
|
-
linebarTextDirection: "
|
4871
|
+
linebarDirection: "horizontal" | "vertical";
|
4872
|
+
linebarTextDirection: "horizontal" | "vertical";
|
5850
4873
|
autoWidth: number | boolean;
|
5851
4874
|
feedbackType: "default" | "tooltip";
|
5852
4875
|
fixMemoLeak: boolean;
|
@@ -6029,16 +5052,16 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
6029
5052
|
onKeydown: (event: KeyboardEvent) => Promise<void>;
|
6030
5053
|
clearSpan: (uuid: string) => void;
|
6031
5054
|
exposeEvent: Omit<import("..").FormRenderExpose, "updateAnchor" | "getFieldList" | "optionInited" | "formModel" | "reload">;
|
6032
|
-
|
6033
|
-
|
6034
|
-
|
5055
|
+
useVersion: typeof import("../../shared/hooks").useVersion;
|
5056
|
+
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<{}>>, {}>;
|
5057
|
+
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
5058
|
form: any;
|
6036
|
-
}
|
6037
|
-
|
6038
|
-
|
6039
|
-
|
6040
|
-
|
6041
|
-
},
|
5059
|
+
}>;
|
5060
|
+
NConfigProvider: any;
|
5061
|
+
NForm: any;
|
5062
|
+
NTabPane: any;
|
5063
|
+
NTabs: any;
|
5064
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready")[], "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
6042
5065
|
fieldList: {
|
6043
5066
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
6044
5067
|
};
|
@@ -6132,7 +5155,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
6132
5155
|
}>>;
|
6133
5156
|
};
|
6134
5157
|
components: {
|
6135
|
-
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}
|
5158
|
+
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
6136
5159
|
default: () => {};
|
6137
5160
|
};
|
6138
5161
|
scope: {
|
@@ -6217,11 +5240,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
6217
5240
|
type: import("vue").PropType<string[]>;
|
6218
5241
|
};
|
6219
5242
|
linebarDirection: {
|
6220
|
-
type: import("vue").PropType<"
|
5243
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
6221
5244
|
default: string;
|
6222
5245
|
};
|
6223
5246
|
linebarTextDirection: {
|
6224
|
-
type: import("vue").PropType<"
|
5247
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
6225
5248
|
default: string;
|
6226
5249
|
};
|
6227
5250
|
linebarWidth: {
|
@@ -6246,18 +5269,18 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
6246
5269
|
lazyRender: BooleanConstructor;
|
6247
5270
|
linebreaksToTitle: BooleanConstructor;
|
6248
5271
|
dialogFn: {};
|
6249
|
-
}>> &
|
5272
|
+
}>> & {
|
6250
5273
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
6251
5274
|
onScroll?: ((...args: any[]) => any) | undefined;
|
6252
5275
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
6253
5276
|
"onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
|
6254
5277
|
onLinebarChange?: ((...args: any[]) => any) | undefined;
|
6255
5278
|
onReady?: ((...args: any[]) => any) | undefined;
|
6256
|
-
}
|
6257
|
-
maxHeight: string | number;
|
5279
|
+
}, {
|
6258
5280
|
anchor: boolean;
|
6259
5281
|
column: number;
|
6260
|
-
|
5282
|
+
maxHeight: string | number;
|
5283
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
6261
5284
|
initialData: import("../../shared/types").AnyObject;
|
6262
5285
|
parallelism: number;
|
6263
5286
|
scope: import("../../shared/types").AnyObject;
|
@@ -6273,8 +5296,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
6273
5296
|
wordSplitFilter: boolean;
|
6274
5297
|
selectMode: boolean;
|
6275
5298
|
linebarWidth: string | number;
|
6276
|
-
linebarDirection: "
|
6277
|
-
linebarTextDirection: "
|
5299
|
+
linebarDirection: "horizontal" | "vertical";
|
5300
|
+
linebarTextDirection: "horizontal" | "vertical";
|
6278
5301
|
autoWidth: number | boolean;
|
6279
5302
|
feedbackType: "default" | "tooltip";
|
6280
5303
|
fixMemoLeak: boolean;
|
@@ -6283,9 +5306,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
6283
5306
|
nominalAge: boolean;
|
6284
5307
|
operationalFormInit: boolean;
|
6285
5308
|
incrementalRender: boolean;
|
6286
|
-
}
|
6287
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
6288
|
-
},
|
5309
|
+
}>;
|
5310
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
5311
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "validateFailure")[], "update:modelValue" | "validateFailure", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
6289
5312
|
modelValue: {
|
6290
5313
|
type: ArrayConstructor;
|
6291
5314
|
required: true;
|
@@ -6295,13 +5318,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
6295
5318
|
type: null;
|
6296
5319
|
required: false;
|
6297
5320
|
};
|
6298
|
-
}>> &
|
5321
|
+
}>> & {
|
6299
5322
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
6300
5323
|
onValidateFailure?: ((...args: any[]) => any) | undefined;
|
6301
|
-
}
|
5324
|
+
}, {
|
6302
5325
|
modelValue: unknown[];
|
6303
|
-
}
|
6304
|
-
|
5326
|
+
}>;
|
5327
|
+
FormConfigMaterialItem: import("vue").DefineComponent<{
|
6305
5328
|
formConfigItem: {
|
6306
5329
|
type: import("vue").PropType<import("./src/types").FormConfigItem>;
|
6307
5330
|
required: true;
|
@@ -6314,7 +5337,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
6314
5337
|
type: import("vue").PropType<import("./src/types").FormConfigItem[]>;
|
6315
5338
|
default: () => never[];
|
6316
5339
|
};
|
6317
|
-
}
|
5340
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
6318
5341
|
formConfigItem: {
|
6319
5342
|
type: import("vue").PropType<import("./src/types").FormConfigItem>;
|
6320
5343
|
required: true;
|
@@ -6327,13 +5350,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
6327
5350
|
type: import("vue").PropType<import("./src/types").FormConfigItem[]>;
|
6328
5351
|
default: () => never[];
|
6329
5352
|
};
|
6330
|
-
}
|
5353
|
+
}>>, {
|
6331
5354
|
materialList: import("./src/types").FormConfigItem[];
|
6332
|
-
}
|
6333
|
-
|
6334
|
-
|
6335
|
-
|
6336
|
-
},
|
5355
|
+
}>;
|
5356
|
+
FORM_CONFIG_GROUP: string;
|
5357
|
+
NSelect: any;
|
5358
|
+
NSpace: any;
|
5359
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("addItem" | "removeItem" | "reactionsValidateFailure")[], "addItem" | "removeItem" | "reactionsValidateFailure", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
6337
5360
|
maxHeight: {
|
6338
5361
|
type: StringConstructor;
|
6339
5362
|
};
|
@@ -6415,7 +5438,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
6415
5438
|
"x-read-pretty"?: boolean | undefined;
|
6416
5439
|
"x-compile-omitted"?: string[] | undefined;
|
6417
5440
|
}>;
|
6418
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}
|
5441
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
6419
5442
|
scope: import("../../shared/types").AnyObject;
|
6420
5443
|
annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
|
6421
5444
|
annotationShortcuts: (string | {
|
@@ -6450,8 +5473,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
6450
5473
|
selectMode: boolean;
|
6451
5474
|
selectedFields: string[];
|
6452
5475
|
linebarWidth: string | number;
|
6453
|
-
linebarDirection: "
|
6454
|
-
linebarTextDirection: "
|
5476
|
+
linebarDirection: "horizontal" | "vertical";
|
5477
|
+
linebarTextDirection: "horizontal" | "vertical";
|
6455
5478
|
autoWidth: number | boolean;
|
6456
5479
|
feedbackType: "default" | "tooltip";
|
6457
5480
|
fixMemoLeak: boolean;
|
@@ -6464,11 +5487,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
6464
5487
|
type: import("vue").PropType<((payload: import("./src/types").FormConfigBeforeMovePayload) => boolean | void) | undefined>;
|
6465
5488
|
};
|
6466
5489
|
showLowCodeReactions: BooleanConstructor;
|
6467
|
-
}>> &
|
5490
|
+
}>> & {
|
6468
5491
|
onAddItem?: ((...args: any[]) => any) | undefined;
|
6469
5492
|
onRemoveItem?: ((...args: any[]) => any) | undefined;
|
6470
5493
|
onReactionsValidateFailure?: ((...args: any[]) => any) | undefined;
|
6471
|
-
}
|
5494
|
+
}, {
|
6472
5495
|
showLowCodeReactions: boolean;
|
6473
|
-
}
|
5496
|
+
}>>;
|
6474
5497
|
export default FormConfig;
|