cnhis-design-vue 3.4.0-beta.0 → 3.4.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/annotation-edit/index.d.ts +5 -5
- package/es/components/annotation-edit/src/AnnotationEdit.d.ts +5 -5
- package/es/components/audio-sdk/index.d.ts +52 -54
- package/es/components/audio-sdk/src/Index.vue.d.ts +52 -54
- package/es/components/audio-sdk/src/Index.vue2.js +8 -9
- 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 +57 -52
- package/es/components/audio-sdk/src/hooks/useChartAudioContext.d.ts +5 -5
- package/es/components/audio-sdk/src/svgs/Close.vue.js +6 -4
- package/es/components/audio-sdk/src/svgs/Continue.vue.js +3 -1
- package/es/components/audio-sdk/src/svgs/Enlarge.vue.js +3 -1
- package/es/components/audio-sdk/src/svgs/Pause.vue.js +3 -1
- package/es/components/audio-sdk/src/svgs/WaveView.vue.js +3 -1
- package/es/components/audio-sdk/src/svgs/Zoom.vue.js +6 -4
- 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 +34 -33
- 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 +4 -5
- package/es/components/big-table/src/components/separate.vue.d.ts +7 -31
- package/es/components/big-table/src/components/separate.vue2.js +5 -4
- 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 +31 -29
- 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 +4 -3
- package/es/components/branch-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
- package/es/components/button-print/index.d.ts +167 -202
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +167 -202
- package/es/components/button-print/src/ButtonPrint.vue2.js +13 -9
- package/es/components/button-print/src/components/EditFormat.vue.d.ts +18 -48
- package/es/components/button-print/src/components/EditFormat.vue2.js +10 -10
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +51 -72
- package/es/components/button-print/src/components/IdentityVerification.vue2.js +13 -13
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +88 -102
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +175 -110
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +66 -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 -6
- package/es/components/card-render/src/components/Button.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Button.vue2.js +4 -6
- package/es/components/card-render/src/components/Divider.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Divider.vue2.js +1 -1
- package/es/components/card-render/src/components/Field.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Field.vue2.js +18 -18
- package/es/components/card-render/src/components/FieldGroup.vue.d.ts +8 -8
- package/es/components/card-render/src/components/FieldGroup.vue2.js +12 -12
- package/es/components/card-render/src/components/Image.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Image.vue2.js +2 -2
- package/es/components/card-render/src/components/Label.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Label.vue2.js +3 -3
- package/es/components/card-render/src/components/Row.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Row.vue2.js +5 -7
- 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 +132 -132
- 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 +7 -8
- 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 +3 -4
- 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 +144 -143
- package/es/components/classification/src/index.vue.d.ts +432 -509
- package/es/components/classification/src/index.vue2.js +73 -71
- 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 +22 -21
- 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 +19 -19
- package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +225 -304
- package/es/components/expand-field/src/components/FormItemPerson.vue2.js +4 -5
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +205 -284
- package/es/components/expand-field/src/components/PersonModal.vue2.js +5 -6
- package/es/components/expand-field/src/components/form.vue.d.ts +285 -458
- package/es/components/expand-field/src/components/form.vue2.js +122 -114
- package/es/components/expand-field/src/index.vue.d.ts +304 -479
- package/es/components/expand-field/src/index.vue2.js +29 -29
- package/es/components/fabric-chart/index.d.ts +29 -29
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +29 -29
- package/es/components/fabric-chart/src/FabricChart.vue2.js +6 -7
- 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 +157 -219
- package/es/components/field-set/src/FieldColor.vue2.js +9 -10
- package/es/components/field-set/src/FieldFilter.vue.d.ts +54 -80
- package/es/components/field-set/src/FieldFilter.vue2.js +11 -12
- package/es/components/field-set/src/FieldSet.vue.d.ts +68 -82
- package/es/components/field-set/src/FieldSet.vue2.js +34 -35
- 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 +25 -25
- package/es/components/field-set/src/components/condition.vue.d.ts +32 -47
- package/es/components/field-set/src/components/condition.vue2.js +19 -16
- 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 +36 -36
- package/es/components/field-set/src/components/table-row.vue2.js +26 -28
- package/es/components/form-config/index.d.ts +431 -1399
- package/es/components/form-config/src/FormConfig.vue.d.ts +431 -1399
- package/es/components/form-config/src/FormConfig.vue2.js +12 -13
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +50 -58
- package/es/components/form-config/src/components/FormConfigCreator.vue2.js +1 -2
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +9 -9
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +220 -1110
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +3 -3
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +82 -118
- package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +41 -41
- package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +4 -4
- package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +11 -11
- package/es/components/form-config/src/components/renderer/CloseButton.vue2.js +1 -1
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +29 -29
- package/es/components/form-config/src/components/renderer/ComplexNode.vue2.js +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 +5 -6
- 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/formItem.js +6 -1
- package/es/components/form-render/src/components/renderer/input.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/inputNumber.d.ts +7 -7
- package/es/components/form-render/src/components/renderer/levelSearchCascader/index.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +31 -31
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue2.js +6 -6
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +31 -31
- package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +18 -18
- package/es/components/form-render/src/components/renderer/remoteSearch.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/searchCascade.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/select.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/simpleComponent.d.ts +2 -2
- package/es/components/form-render/src/components/renderer/slider.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/switch.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/text.d.ts +3 -3
- package/es/components/form-render/src/components/renderer/textarea.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/time.d.ts +3 -3
- package/es/components/form-render/src/components/tooltipMessage.vue.d.ts +9 -9
- package/es/components/form-render/src/components/tooltipMessage.vue2.js +1 -1
- package/es/components/form-render/src/hooks/useAnchor.d.ts +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/types/fieldItem.d.ts +1 -0
- package/es/components/form-render/src/utils/index.d.ts +3 -3
- package/es/components/grid/index.d.ts +1 -1
- package/es/components/grid/src/Grid.d.ts +1 -1
- package/es/components/guide/src/renderer.d.ts +5 -5
- package/es/components/iho-chat/index.d.ts +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 +51 -51
- package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +88 -122
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +7 -7
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +64 -64
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +79 -72
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +272 -306
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +13 -13
- 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 +77 -71
- package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +34 -34
- package/es/components/iho-chat/src/components/ChatSearch.vue2.js +45 -42
- package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +65 -65
- package/es/components/iho-chat/src/components/ChatSet.vue2.js +138 -128
- 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 +21 -20
- 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 +36 -34
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +64 -82
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +90 -84
- package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +13 -13
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +2 -2
- 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 +40 -36
- 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 +8 -9
- 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 +16 -17
- 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 +16 -19
- 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 +29 -32
- package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue.d.ts +11 -11
- package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +5 -5
- package/es/components/iho-table/src/plugins/headerPlugin/index.js +5 -9
- package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue.d.ts +8 -8
- package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/pagerScrollPlugin/utils.d.ts +9 -9
- package/es/components/iho-table/src/plugins/pluginHooks/useFilter.d.ts +2 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +26 -26
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +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/types/index.d.ts +1 -0
- package/es/components/iho-table/src/utils/index.d.ts +2 -2
- package/es/components/iho-table/src/utils/separateMap.d.ts +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 +5 -6
- 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 +23 -23
- 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 +9 -9
- 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 +14 -16
- 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 +23 -23
- package/es/components/keyboard/src/components/InputNumber.vue.d.ts +16 -16
- package/es/components/keyboard/src/components/InputNumber.vue2.js +3 -4
- 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 +12 -12
- package/es/components/picture-clipper/index.d.ts +11 -11
- package/es/components/picture-clipper/src/PictureClipper.vue.d.ts +11 -11
- package/es/components/picture-clipper/src/PictureClipper.vue2.js +8 -9
- 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 +17 -17
- package/es/components/recommend-search/index.d.ts +79 -79
- package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +79 -79
- package/es/components/recommend-search/src/RecommendSearch.vue2.js +5 -6
- 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 +28 -27
- package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +9 -9
- package/es/components/recommend-search/src/components/RecommendMenu.vue2.js +8 -8
- package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +29 -29
- package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +15 -15
- package/es/components/scale-view/index.d.ts +87 -107
- package/es/components/scale-view/src/ScaleView.vue.d.ts +63 -66
- package/es/components/scale-view/src/ScaleView.vue2.js +16 -18
- package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/AnswerParse.vue2.js +36 -36
- package/es/components/scale-view/src/components/DescribeContent.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +12 -12
- package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +44 -44
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +10 -10
- package/es/components/scale-view/src/components/EvaluatePage.vue2.js +26 -27
- package/es/components/scale-view/src/components/LoadingCom.vue.js +3 -1
- 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 +13 -11
- 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 +40 -38
- package/es/components/select-label/src/SelectLabel.vue.d.ts +64 -42
- package/es/components/select-label/src/SelectLabel.vue2.js +27 -26
- 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 +44 -41
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +21 -29
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +30 -28
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +37 -45
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +14 -14
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue.d.ts +9 -17
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +27 -24
- 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 +19 -23
- package/es/components/select-person/src/SelectPersonRole.vue.d.ts +66 -80
- package/es/components/select-person/src/SelectPersonRole.vue2.js +14 -14
- package/es/components/select-person/src/SelectPersonType.vue.d.ts +31 -41
- package/es/components/select-person/src/SelectPersonType.vue2.js +7 -7
- package/es/components/select-person/src/components/GroupItem.vue.d.ts +5 -5
- package/es/components/select-person/src/components/GroupItem.vue2.js +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 +82 -286
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +82 -286
- package/es/components/shortcut-setter/src/ShortcutSetter.vue2.js +3 -4
- 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 +5 -6
- 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 +4 -3
- package/es/components/step-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
- package/es/components/steps-wheel/index.d.ts +17 -17
- package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +17 -17
- package/es/components/steps-wheel/src/StepsWheel.vue2.js +4 -4
- package/es/components/table-export-field/index.d.ts +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 +12 -13
- 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 +7 -8
- package/es/components/table-export-field/src/index.vue.d.ts +66 -82
- package/es/components/table-export-field/src/index.vue2.js +5 -6
- 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 +54 -49
- 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 +43 -40
- 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 +10 -11
- 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 +23 -22
- 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 +9 -10
- 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 +5 -6
- 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 +11 -12
- package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +22 -19
- package/es/components/vertify/src/components/IdentityVerification.vue2.js +11 -12
- 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 +40 -39
- 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 +64 -63
- package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +5 -207
- package/es/shared/assets/img/defaultCover/10review_successful.png.js +1 -1
- package/es/shared/assets/img/defaultCover/11review_fail.png.js +1 -1
- package/es/shared/assets/img/defaultCover/12no_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/13no_menu_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/14no_call_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/15no_use_tag.png.js +1 -1
- package/es/shared/assets/img/defaultCover/16no_table_data.png.js +1 -1
- package/es/shared/assets/img/defaultCover/1location.png.js +1 -1
- package/es/shared/assets/img/defaultCover/2notfound.png.js +1 -1
- package/es/shared/assets/img/defaultCover/3loading.png.js +1 -1
- package/es/shared/assets/img/defaultCover/4no_permission.png.js +1 -1
- package/es/shared/assets/img/defaultCover/5no_data.png.js +1 -1
- package/es/shared/assets/img/defaultCover/6no_network.png.js +1 -1
- package/es/shared/assets/img/defaultCover/7no_doctor.png.js +1 -1
- package/es/shared/assets/img/defaultCover/8system_error.png.js +1 -1
- package/es/shared/assets/img/defaultCover/9system_upgrade.png.js +1 -1
- package/es/shared/assets/img/failure.png.js +1 -1
- package/es/shared/assets/img/no-permission.png.js +1 -1
- package/es/shared/assets/img/nodata.png.js +1 -1
- package/es/shared/assets/img/notfound.png.js +1 -1
- package/es/shared/assets/img/qr.png.js +1 -1
- package/es/shared/assets/img/success.png.js +1 -1
- package/es/shared/assets/img/table_style_2.png.js +1 -1
- package/es/shared/assets/img/video.png.js +1 -1
- package/es/shared/assets/img/video_default_cover.png.js +1 -1
- package/es/shared/assets/img/xb_big.png.js +1 -1
- package/es/shared/assets/img/xb_small.png.js +1 -1
- package/es/shared/components/AbbrText/AbbrText.d.ts +8 -0
- package/es/shared/components/AbbrText/AbbrText.js +27 -0
- package/es/shared/components/AbbrText/index.d.ts +2 -0
- package/es/shared/components/AbbrText/index.js +2 -0
- package/es/shared/components/ArrowIcon/ArrowIcon.vue.js +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
- package/es/components/audio-sdk/src/utils/recorder/fft.d.ts +0 -4
- package/es/components/audio-sdk/src/utils/recorder/mp3-engine.d.ts +0 -4
- package/es/components/audio-sdk/src/utils/recorder/mp3.d.ts +0 -4
- package/es/components/audio-sdk/src/utils/recorder/recorder.d.ts +0 -4
- package/es/components/audio-sdk/src/utils/recorder/wave.d.ts +0 -4
- package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
- package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +0 -1
- package/es/components/bpmn-workflow/types/ModelingModule.d.ts +0 -1
- package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +0 -1
- package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +0 -86
- package/es/shared/utils/fabricjs/index.d.ts +0 -6823
- package/es/shared/utils/tapable/index.d.ts +0 -139
@@ -1,7 +1,7 @@
|
|
1
1
|
import { SFCWithInstall } from '../../shared/types';
|
2
2
|
export * from './src/types';
|
3
3
|
export * from './src/hooks/useLocale';
|
4
|
-
declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<
|
4
|
+
declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
5
5
|
maxHeight: {
|
6
6
|
type: StringConstructor;
|
7
7
|
};
|
@@ -83,7 +83,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
83
83
|
"x-read-pretty"?: boolean | undefined;
|
84
84
|
"x-compile-omitted"?: string[] | undefined;
|
85
85
|
}>;
|
86
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}
|
86
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
87
87
|
scope: import("../../shared/types").AnyObject;
|
88
88
|
annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
|
89
89
|
annotationShortcuts: (string | {
|
@@ -118,8 +118,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
118
118
|
selectMode: boolean;
|
119
119
|
selectedFields: string[];
|
120
120
|
linebarWidth: string | number;
|
121
|
-
linebarDirection: "
|
122
|
-
linebarTextDirection: "
|
121
|
+
linebarDirection: "horizontal" | "vertical";
|
122
|
+
linebarTextDirection: "horizontal" | "vertical";
|
123
123
|
autoWidth: number | boolean;
|
124
124
|
feedbackType: "default" | "tooltip";
|
125
125
|
fixMemoLeak: boolean;
|
@@ -132,8 +132,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
132
132
|
type: import("vue").PropType<((payload: import("./src/types").FormConfigBeforeMovePayload) => boolean | void) | undefined>;
|
133
133
|
};
|
134
134
|
showLowCodeReactions: BooleanConstructor;
|
135
|
-
}
|
136
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
135
|
+
}, {
|
136
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
137
137
|
maxHeight: {
|
138
138
|
type: StringConstructor;
|
139
139
|
};
|
@@ -215,7 +215,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
215
215
|
"x-read-pretty"?: boolean | undefined;
|
216
216
|
"x-compile-omitted"?: string[] | undefined;
|
217
217
|
}>;
|
218
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}
|
218
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
219
219
|
scope: import("../../shared/types").AnyObject;
|
220
220
|
annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
|
221
221
|
annotationShortcuts: (string | {
|
@@ -250,8 +250,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
250
250
|
selectMode: boolean;
|
251
251
|
selectedFields: string[];
|
252
252
|
linebarWidth: string | number;
|
253
|
-
linebarDirection: "
|
254
|
-
linebarTextDirection: "
|
253
|
+
linebarDirection: "horizontal" | "vertical";
|
254
|
+
linebarTextDirection: "horizontal" | "vertical";
|
255
255
|
autoWidth: number | boolean;
|
256
256
|
feedbackType: "default" | "tooltip";
|
257
257
|
fixMemoLeak: boolean;
|
@@ -264,16 +264,16 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
264
264
|
type: import("vue").PropType<((payload: import("./src/types").FormConfigBeforeMovePayload) => boolean | void) | undefined>;
|
265
265
|
};
|
266
266
|
showLowCodeReactions: BooleanConstructor;
|
267
|
-
}>> &
|
267
|
+
}>> & {
|
268
268
|
onAddItem?: ((...args: any[]) => any) | undefined;
|
269
269
|
onRemoveItem?: ((...args: any[]) => any) | undefined;
|
270
270
|
onReactionsValidateFailure?: ((...args: any[]) => any) | undefined;
|
271
|
-
}
|
271
|
+
}>>;
|
272
272
|
emit: (event: "addItem" | "removeItem" | "reactionsValidateFailure", ...args: any[]) => void;
|
273
273
|
uuid: string;
|
274
274
|
cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
|
275
|
-
fieldListRef: import("vue").Ref<import("./src/types").FormConfigItem[]
|
276
|
-
materialListRef: import("vue").Ref<import("./src/types").FormConfigItem[]
|
275
|
+
fieldListRef: import("vue").Ref<import("./src/types").FormConfigItem[]>;
|
276
|
+
materialListRef: import("vue").Ref<import("./src/types").FormConfigItem[]>;
|
277
277
|
lowCodeReactionsRef: import("vue").Ref<{
|
278
278
|
conObj: {
|
279
279
|
con: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
@@ -306,38 +306,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
306
306
|
}[] | undefined;
|
307
307
|
__oppositeBindField?: any | undefined;
|
308
308
|
__oppositeTargetField?: any | undefined;
|
309
|
-
}[], import("../../shared/types").LowCodeTypes.reactionConfig[] | {
|
310
|
-
conObj: {
|
311
|
-
con: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
312
|
-
field_key: string;
|
313
|
-
value: unknown;
|
314
|
-
}[];
|
315
|
-
compareMap?: {
|
316
|
-
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
317
|
-
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
318
|
-
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
319
|
-
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
320
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
321
|
-
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
322
|
-
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
323
|
-
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
324
|
-
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
325
|
-
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
326
|
-
} | undefined;
|
327
|
-
isRestoreDefault?: boolean | undefined;
|
328
|
-
sqlExpression?: string | undefined;
|
329
|
-
showField?: string[] | undefined;
|
330
|
-
hideField?: string[] | undefined;
|
331
|
-
requiredField?: string[] | undefined;
|
332
|
-
notRequiredField?: string[] | undefined;
|
333
|
-
enabledField?: string[] | undefined;
|
334
|
-
disabledField?: string[] | undefined;
|
335
|
-
setValueField?: {
|
336
|
-
field?: string | undefined;
|
337
|
-
value?: unknown;
|
338
|
-
}[] | undefined;
|
339
|
-
__oppositeBindField?: any | undefined;
|
340
|
-
__oppositeTargetField?: any | undefined;
|
341
309
|
}[]>;
|
342
310
|
getSortOption: () => {
|
343
311
|
move: ({ to, from, dragged }: import("sortablejs").MoveEvent) => false | undefined;
|
@@ -351,21 +319,19 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
351
319
|
};
|
352
320
|
addItem: (formConfigItem: import("./src/types").FormConfigItem) => void;
|
353
321
|
parsedTextFormatter: import("./src/types").FormConfigTextFormatter;
|
354
|
-
currentEditField: import("vue").Ref<import("./src/types").FormConfigItem | undefined
|
322
|
+
currentEditField: import("vue").Ref<import("./src/types").FormConfigItem | undefined>;
|
355
323
|
formConfigEditRef: import("vue").Ref<{
|
356
324
|
validate: import("../../shared/types").AnyFn;
|
357
|
-
} | undefined, {
|
358
|
-
validate: import("../../shared/types").AnyFn;
|
359
325
|
} | undefined>;
|
360
326
|
transform: (fieldList: import("./src/types").FormConfigItem[]) => import("./src/types").FormConfigItem[];
|
361
327
|
inverseTransform: (fieldList: import("./src/types").FormConfigItem[], withOriginalSetting: boolean, otherConfig?: Partial<import("./src/types").FormConfigItem> | undefined) => import("./src/types").FormConfigItem[];
|
362
|
-
extraValueRef: import("vue").WritableComputedRef<any
|
363
|
-
_extraOptions: import("vue").Ref<import("./src/types").FormConfigItem[]
|
328
|
+
extraValueRef: import("vue").WritableComputedRef<any>;
|
329
|
+
_extraOptions: import("vue").Ref<import("./src/types").FormConfigItem[]>;
|
364
330
|
extraOptions: import("vue").ComputedRef<import("./src/types").FormConfigItem[]>;
|
365
331
|
onFocus: () => Promise<void>;
|
366
|
-
|
367
|
-
|
368
|
-
|
332
|
+
useVersion: typeof import("../../shared/hooks").useVersion;
|
333
|
+
useFormConfigLocale: typeof import("./src/hooks/useLocale").useFormConfigLocale;
|
334
|
+
Draggable: import("vue").DefineComponent<{
|
369
335
|
list: {
|
370
336
|
type: ArrayConstructor;
|
371
337
|
required: boolean;
|
@@ -437,29 +403,29 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
437
403
|
list: unknown[];
|
438
404
|
modelValue: unknown[];
|
439
405
|
componentData: Record<string, any>;
|
440
|
-
}
|
406
|
+
}>;
|
441
407
|
FormConfigCreator: import("vue").DefineComponent<{}, {
|
442
408
|
linebarField: import("..").FieldItem[];
|
443
|
-
linebarFormRef: import("vue").Ref<import("..").FormRenderExpose | undefined
|
444
|
-
lineBreakFormRef: import("vue").Ref<import("..").FormRenderExpose | undefined
|
409
|
+
linebarFormRef: import("vue").Ref<import("..").FormRenderExpose | undefined>;
|
410
|
+
lineBreakFormRef: import("vue").Ref<import("..").FormRenderExpose | undefined>;
|
445
411
|
initialData: Partial<import("./src/types").FormConfigItem>;
|
446
412
|
emit: (event: "submit", payload: import("./src/types").FormConfigItem) => void;
|
447
413
|
submit: (type: string, props?: import("../../shared/types").AnyObject | undefined, formRef?: import("..").FormRenderExpose | undefined) => Promise<void>;
|
448
|
-
|
414
|
+
pick: {
|
449
415
|
<T extends object, U extends keyof T>(object: T, ...props: import("lodash").Many<U>[]): Pick<T, U>;
|
450
416
|
<T_1>(object: T_1 | null | undefined, ...props: import("lodash").Many<import("lodash").PropertyPath>[]): Partial<T_1>;
|
451
417
|
};
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined
|
458
|
-
key: import("vue").Ref<number
|
418
|
+
NButton: any;
|
419
|
+
NButtonGroup: any;
|
420
|
+
NPopconfirm: any;
|
421
|
+
useFormConfigLocale: typeof import("./src/hooks/useLocale").useFormConfigLocale;
|
422
|
+
CFormRender: SFCWithInstall<import("vue").DefineComponent<{}, {
|
423
|
+
formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined>;
|
424
|
+
key: import("vue").Ref<number>;
|
459
425
|
reload: () => Promise<void>;
|
460
426
|
formRenderExposeKeyList: readonly ["validate", "getFormValues", "setFormValues", "setFieldState", "resetFields", "queryWidget", "getFieldList", "applySelectedSetting", "getTextFormValues", "optionInited", "updateAnchor"];
|
461
427
|
exposed: Partial<import("..").FormRenderExpose>;
|
462
|
-
FormRender: import("vue").DefineComponent<
|
428
|
+
FormRender: import("vue").DefineComponent<{
|
463
429
|
fieldList: {
|
464
430
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
465
431
|
};
|
@@ -553,7 +519,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
553
519
|
}>>;
|
554
520
|
};
|
555
521
|
components: {
|
556
|
-
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}
|
522
|
+
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
557
523
|
default: () => {};
|
558
524
|
};
|
559
525
|
scope: {
|
@@ -638,11 +604,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
638
604
|
type: import("vue").PropType<string[]>;
|
639
605
|
};
|
640
606
|
linebarDirection: {
|
641
|
-
type: import("vue").PropType<"
|
607
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
642
608
|
default: string;
|
643
609
|
};
|
644
610
|
linebarTextDirection: {
|
645
|
-
type: import("vue").PropType<"
|
611
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
646
612
|
default: string;
|
647
613
|
};
|
648
614
|
linebarWidth: {
|
@@ -667,8 +633,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
667
633
|
lazyRender: BooleanConstructor;
|
668
634
|
linebreaksToTitle: BooleanConstructor;
|
669
635
|
dialogFn: {};
|
670
|
-
}
|
671
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
636
|
+
}, {
|
637
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
672
638
|
fieldList: {
|
673
639
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
674
640
|
};
|
@@ -762,7 +728,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
762
728
|
}>>;
|
763
729
|
};
|
764
730
|
components: {
|
765
|
-
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}
|
731
|
+
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
766
732
|
default: () => {};
|
767
733
|
};
|
768
734
|
scope: {
|
@@ -847,11 +813,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
847
813
|
type: import("vue").PropType<string[]>;
|
848
814
|
};
|
849
815
|
linebarDirection: {
|
850
|
-
type: import("vue").PropType<"
|
816
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
851
817
|
default: string;
|
852
818
|
};
|
853
819
|
linebarTextDirection: {
|
854
|
-
type: import("vue").PropType<"
|
820
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
855
821
|
default: string;
|
856
822
|
};
|
857
823
|
linebarWidth: {
|
@@ -876,19 +842,19 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
876
842
|
lazyRender: BooleanConstructor;
|
877
843
|
linebreaksToTitle: BooleanConstructor;
|
878
844
|
dialogFn: {};
|
879
|
-
}>> &
|
845
|
+
}>> & {
|
880
846
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
881
847
|
onScroll?: ((...args: any[]) => any) | undefined;
|
882
848
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
883
849
|
"onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
|
884
850
|
onLinebarChange?: ((...args: any[]) => any) | undefined;
|
885
851
|
onReady?: ((...args: any[]) => any) | undefined;
|
886
|
-
}
|
852
|
+
}>>;
|
887
853
|
emit: (event: "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", ...args: any[]) => void;
|
888
854
|
cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
|
889
855
|
nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
|
890
|
-
formRenderRef: import("vue").Ref<HTMLElement | undefined
|
891
|
-
formWidth: import("vue").Ref<number
|
856
|
+
formRenderRef: import("vue").Ref<HTMLElement | undefined>;
|
857
|
+
formWidth: import("vue").Ref<number>;
|
892
858
|
formHeight: import("vue").ComputedRef<string>;
|
893
859
|
SchemaField: import("vue").DefineComponent<import("@formily/vue").ISchemaFieldProps>;
|
894
860
|
businessCollector: import("..").BusinessCollector;
|
@@ -901,21 +867,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
901
867
|
formUUID: string;
|
902
868
|
anchorBarRef: import("vue").Ref<{
|
903
869
|
syncBarPosition: import("../../shared/types").AnyFn;
|
904
|
-
} | undefined, {
|
905
|
-
syncBarPosition: import("../../shared/types").AnyFn;
|
906
870
|
} | undefined>;
|
907
|
-
currentAnchor: import("vue").WritableComputedRef<string
|
871
|
+
currentAnchor: import("vue").WritableComputedRef<string>;
|
908
872
|
updateAnchorList: (field: import("@formily/core").GeneralField) => void;
|
909
873
|
anchorIdList: import("vue").Ref<{
|
910
874
|
name: string;
|
911
875
|
title: string;
|
912
876
|
index: number;
|
913
|
-
}[], (Record<"name" | "title", string> & {
|
914
|
-
index: number;
|
915
|
-
})[] | {
|
916
|
-
name: string;
|
917
|
-
title: string;
|
918
|
-
index: number;
|
919
877
|
}[]>;
|
920
878
|
onScroll: (scrollEvent: Event) => void;
|
921
879
|
generateAnchorList: (formModel: import("@formily/core").Form<any>) => Promise<void>;
|
@@ -942,7 +900,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
942
900
|
setGraph: (field: import("@formily/core").GeneralField) => void;
|
943
901
|
removeGraph: (field: import("@formily/core").GeneralField) => void;
|
944
902
|
lowCodeEventTrigger: (field: import("@formily/core").GeneralField) => void;
|
945
|
-
emitFormChange: import("vue").Ref<boolean
|
903
|
+
emitFormChange: import("vue").Ref<boolean>;
|
946
904
|
formModel: import("@formily/core").Form<{
|
947
905
|
[x: string]: any;
|
948
906
|
}>;
|
@@ -1019,7 +977,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
1019
977
|
"x-read-pretty"?: boolean | undefined;
|
1020
978
|
"x-compile-omitted"?: string[] | undefined;
|
1021
979
|
}>;
|
1022
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}
|
980
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
1023
981
|
scope: import("../../shared/types").AnyObject;
|
1024
982
|
annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
|
1025
983
|
annotationShortcuts: (string | {
|
@@ -1054,8 +1012,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
1054
1012
|
selectMode: boolean;
|
1055
1013
|
selectedFields: string[];
|
1056
1014
|
linebarWidth: string | number;
|
1057
|
-
linebarDirection: "
|
1058
|
-
linebarTextDirection: "
|
1015
|
+
linebarDirection: "horizontal" | "vertical";
|
1016
|
+
linebarTextDirection: "horizontal" | "vertical";
|
1059
1017
|
autoWidth: number | boolean;
|
1060
1018
|
feedbackType: "default" | "tooltip";
|
1061
1019
|
fixMemoLeak: boolean;
|
@@ -1238,16 +1196,16 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
1238
1196
|
onKeydown: (event: KeyboardEvent) => Promise<void>;
|
1239
1197
|
clearSpan: (uuid: string) => void;
|
1240
1198
|
exposeEvent: Omit<import("..").FormRenderExpose, "updateAnchor" | "getFieldList" | "optionInited" | "formModel" | "reload">;
|
1241
|
-
|
1242
|
-
|
1243
|
-
|
1199
|
+
useVersion: typeof import("../../shared/hooks").useVersion;
|
1200
|
+
FormConsumer: import("vue").DefineComponent<{}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1201
|
+
FormProvider: import("vue").DefineComponent<Record<"form", any>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Record<"form", any>>>, {
|
1244
1202
|
form: any;
|
1245
|
-
}
|
1246
|
-
|
1247
|
-
|
1248
|
-
|
1249
|
-
|
1250
|
-
},
|
1203
|
+
}>;
|
1204
|
+
NConfigProvider: any;
|
1205
|
+
NForm: any;
|
1206
|
+
NTabPane: any;
|
1207
|
+
NTabs: any;
|
1208
|
+
}, 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<{
|
1251
1209
|
fieldList: {
|
1252
1210
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
1253
1211
|
};
|
@@ -1341,7 +1299,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
1341
1299
|
}>>;
|
1342
1300
|
};
|
1343
1301
|
components: {
|
1344
|
-
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}
|
1302
|
+
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
1345
1303
|
default: () => {};
|
1346
1304
|
};
|
1347
1305
|
scope: {
|
@@ -1426,11 +1384,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
1426
1384
|
type: import("vue").PropType<string[]>;
|
1427
1385
|
};
|
1428
1386
|
linebarDirection: {
|
1429
|
-
type: import("vue").PropType<"
|
1387
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
1430
1388
|
default: string;
|
1431
1389
|
};
|
1432
1390
|
linebarTextDirection: {
|
1433
|
-
type: import("vue").PropType<"
|
1391
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
1434
1392
|
default: string;
|
1435
1393
|
};
|
1436
1394
|
linebarWidth: {
|
@@ -1455,18 +1413,18 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
1455
1413
|
lazyRender: BooleanConstructor;
|
1456
1414
|
linebreaksToTitle: BooleanConstructor;
|
1457
1415
|
dialogFn: {};
|
1458
|
-
}>> &
|
1416
|
+
}>> & {
|
1459
1417
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
1460
1418
|
onScroll?: ((...args: any[]) => any) | undefined;
|
1461
1419
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
1462
1420
|
"onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
|
1463
1421
|
onLinebarChange?: ((...args: any[]) => any) | undefined;
|
1464
1422
|
onReady?: ((...args: any[]) => any) | undefined;
|
1465
|
-
}
|
1466
|
-
maxHeight: string | number;
|
1423
|
+
}, {
|
1467
1424
|
anchor: boolean;
|
1468
1425
|
column: number;
|
1469
|
-
|
1426
|
+
maxHeight: string | number;
|
1427
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
1470
1428
|
initialData: import("../../shared/types").AnyObject;
|
1471
1429
|
parallelism: number;
|
1472
1430
|
scope: import("../../shared/types").AnyObject;
|
@@ -1482,8 +1440,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
1482
1440
|
wordSplitFilter: boolean;
|
1483
1441
|
selectMode: boolean;
|
1484
1442
|
linebarWidth: string | number;
|
1485
|
-
linebarDirection: "
|
1486
|
-
linebarTextDirection: "
|
1443
|
+
linebarDirection: "horizontal" | "vertical";
|
1444
|
+
linebarTextDirection: "horizontal" | "vertical";
|
1487
1445
|
autoWidth: number | boolean;
|
1488
1446
|
feedbackType: "default" | "tooltip";
|
1489
1447
|
fixMemoLeak: boolean;
|
@@ -1492,14 +1450,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
1492
1450
|
nominalAge: boolean;
|
1493
1451
|
operationalFormInit: boolean;
|
1494
1452
|
incrementalRender: boolean;
|
1495
|
-
}
|
1496
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
1453
|
+
}>;
|
1454
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
1497
1455
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
1498
1456
|
submit: (payload: import("./src/types").FormConfigItem) => import("./src/types").FormConfigItem;
|
1499
|
-
}, string, import("vue").
|
1457
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
|
1500
1458
|
onSubmit?: ((payload: import("./src/types").FormConfigItem) => any) | undefined;
|
1501
|
-
}
|
1502
|
-
FormConfigDragDisplay: import("vue").DefineComponent<
|
1459
|
+
}, {}>;
|
1460
|
+
FormConfigDragDisplay: import("vue").DefineComponent<{
|
1503
1461
|
formConfigItem: {
|
1504
1462
|
type: import("vue").PropType<import("./src/types").FormConfigItem>;
|
1505
1463
|
};
|
@@ -1507,13 +1465,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
1507
1465
|
type: import("vue").PropType<import("./src/types").FormConfigTextFormatter>;
|
1508
1466
|
required: true;
|
1509
1467
|
};
|
1510
|
-
}
|
1468
|
+
}, {
|
1511
1469
|
globProps: import("../../shared/types").AnyObject | undefined;
|
1512
1470
|
getItemColumnStyle: (formConfigItem?: import("./src/types").FormConfigItem | undefined) => {
|
1513
1471
|
'--item-column': number;
|
1514
1472
|
};
|
1515
|
-
fieldList: import("vue").Ref<import("./src/types").FormConfigItem[]
|
1516
|
-
materialList: import("vue").Ref<import("./src/types").FormConfigItem[]
|
1473
|
+
fieldList: import("vue").Ref<import("./src/types").FormConfigItem[]> | undefined;
|
1474
|
+
materialList: import("vue").Ref<import("./src/types").FormConfigItem[]> | undefined;
|
1517
1475
|
getSortOption: (formConfigItem?: import("./src/types").FormConfigItem | undefined) => {
|
1518
1476
|
move: ({ to, from, dragged }: import("sortablejs").MoveEvent) => false | undefined;
|
1519
1477
|
onChoose: ({ target, item }: import("sortablejs").SortableEvent) => void;
|
@@ -1524,8 +1482,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
1524
1482
|
'item-key': string;
|
1525
1483
|
group: string;
|
1526
1484
|
};
|
1527
|
-
getRenderer: (formConfigItem: import("./src/types").FormConfigItem) => import("vue").Component | import("vue").FunctionalComponent<{}, {}
|
1528
|
-
|
1485
|
+
getRenderer: (formConfigItem: import("./src/types").FormConfigItem) => import("vue").Component | import("vue").FunctionalComponent<{}, {}>;
|
1486
|
+
Draggable: import("vue").DefineComponent<{
|
1529
1487
|
list: {
|
1530
1488
|
type: ArrayConstructor;
|
1531
1489
|
required: boolean;
|
@@ -1597,8 +1555,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
1597
1555
|
list: unknown[];
|
1598
1556
|
modelValue: unknown[];
|
1599
1557
|
componentData: Record<string, any>;
|
1600
|
-
}
|
1601
|
-
},
|
1558
|
+
}>;
|
1559
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1602
1560
|
formConfigItem: {
|
1603
1561
|
type: import("vue").PropType<import("./src/types").FormConfigItem>;
|
1604
1562
|
};
|
@@ -1606,8 +1564,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
1606
1564
|
type: import("vue").PropType<import("./src/types").FormConfigTextFormatter>;
|
1607
1565
|
required: true;
|
1608
1566
|
};
|
1609
|
-
}
|
1610
|
-
FormConfigEdit: import("vue").DefineComponent<
|
1567
|
+
}>>, {}>;
|
1568
|
+
FormConfigEdit: import("vue").DefineComponent<{
|
1611
1569
|
uuid: {
|
1612
1570
|
type: StringConstructor;
|
1613
1571
|
required: true;
|
@@ -1681,7 +1639,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
1681
1639
|
"x-read-pretty"?: boolean | undefined;
|
1682
1640
|
"x-compile-omitted"?: string[] | undefined;
|
1683
1641
|
}>;
|
1684
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}
|
1642
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
1685
1643
|
scope: import("../../shared/types").AnyObject;
|
1686
1644
|
annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
|
1687
1645
|
annotationShortcuts: (string | {
|
@@ -1716,8 +1674,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
1716
1674
|
selectMode: boolean;
|
1717
1675
|
selectedFields: string[];
|
1718
1676
|
linebarWidth: string | number;
|
1719
|
-
linebarDirection: "
|
1720
|
-
linebarTextDirection: "
|
1677
|
+
linebarDirection: "horizontal" | "vertical";
|
1678
|
+
linebarTextDirection: "horizontal" | "vertical";
|
1721
1679
|
autoWidth: number | boolean;
|
1722
1680
|
feedbackType: "default" | "tooltip";
|
1723
1681
|
fixMemoLeak: boolean;
|
@@ -1726,8 +1684,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
1726
1684
|
dialogFn: any;
|
1727
1685
|
}>>>;
|
1728
1686
|
};
|
1729
|
-
}
|
1730
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1687
|
+
}, {
|
1688
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1731
1689
|
uuid: {
|
1732
1690
|
type: StringConstructor;
|
1733
1691
|
required: true;
|
@@ -1801,7 +1759,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
1801
1759
|
"x-read-pretty"?: boolean | undefined;
|
1802
1760
|
"x-compile-omitted"?: string[] | undefined;
|
1803
1761
|
}>;
|
1804
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}
|
1762
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
1805
1763
|
scope: import("../../shared/types").AnyObject;
|
1806
1764
|
annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
|
1807
1765
|
annotationShortcuts: (string | {
|
@@ -1836,8 +1794,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
1836
1794
|
selectMode: boolean;
|
1837
1795
|
selectedFields: string[];
|
1838
1796
|
linebarWidth: string | number;
|
1839
|
-
linebarDirection: "
|
1840
|
-
linebarTextDirection: "
|
1797
|
+
linebarDirection: "horizontal" | "vertical";
|
1798
|
+
linebarTextDirection: "horizontal" | "vertical";
|
1841
1799
|
autoWidth: number | boolean;
|
1842
1800
|
feedbackType: "default" | "tooltip";
|
1843
1801
|
fixMemoLeak: boolean;
|
@@ -1846,14 +1804,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
1846
1804
|
dialogFn: any;
|
1847
1805
|
}>>>;
|
1848
1806
|
};
|
1849
|
-
}>> &
|
1807
|
+
}>> & {}>>;
|
1850
1808
|
wrapperSelector: import("vue").ComputedRef<string>;
|
1851
|
-
formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined
|
1852
|
-
currentActiveField: import("vue").Ref<import("../../shared/types").UndefinedAble<import("./src/types").FormConfigItem
|
1809
|
+
formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined>;
|
1810
|
+
currentActiveField: import("vue").Ref<import("../../shared/types").UndefinedAble<import("./src/types").FormConfigItem>>;
|
1853
1811
|
fieldList: import("vue").Ref<{
|
1854
1812
|
[x: string]: any;
|
1855
1813
|
val_key: string;
|
1856
|
-
html_type: "LINEBAR" |
|
1814
|
+
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";
|
1857
1815
|
annotation?: boolean | undefined;
|
1858
1816
|
val_key_unit?: string | undefined;
|
1859
1817
|
is_edit?: import("..").FormCommonState | undefined;
|
@@ -1861,6 +1819,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
1861
1819
|
is_show?: import("..").FormCommonState | undefined;
|
1862
1820
|
is_null?: import("..").FormCommonState | undefined;
|
1863
1821
|
name?: string | undefined;
|
1822
|
+
nameAbbr?: string | undefined;
|
1864
1823
|
alias?: string | undefined;
|
1865
1824
|
default_val?: any;
|
1866
1825
|
is_empty?: import("..").FormCommonState | undefined;
|
@@ -1868,7 +1827,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
1868
1827
|
placeholder?: string | undefined;
|
1869
1828
|
validate?: {
|
1870
1829
|
[x: string]: any;
|
1871
|
-
obj_type?: ("
|
1830
|
+
obj_type?: ("password" | "sex" | "age" | "email" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
1872
1831
|
vali_obj?: string | undefined;
|
1873
1832
|
max_value?: string | number | undefined;
|
1874
1833
|
min_value?: string | number | undefined;
|
@@ -1877,225 +1836,28 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
1877
1836
|
min_length?: string | number | undefined;
|
1878
1837
|
max_length?: string | number | undefined;
|
1879
1838
|
decimal_length?: string | number | undefined;
|
1880
|
-
regular_expression?: string |
|
1881
|
-
|
1882
|
-
|
1883
|
-
|
1884
|
-
|
1885
|
-
|
1886
|
-
|
1887
|
-
|
1888
|
-
|
1889
|
-
|
1890
|
-
|
1891
|
-
|
1892
|
-
|
1893
|
-
|
1894
|
-
|
1895
|
-
|
1896
|
-
|
1897
|
-
|
1898
|
-
|
1899
|
-
|
1900
|
-
|
1901
|
-
primary_key?: string | undefined;
|
1902
|
-
type?: string | undefined;
|
1903
|
-
level_key?: string | undefined;
|
1904
|
-
link_key?: string | undefined;
|
1905
|
-
link_key_split?: string | undefined;
|
1906
|
-
show_key?: string | string[] | undefined;
|
1907
|
-
conObj?: import("../../shared/types").AnyObject[] | undefined;
|
1908
|
-
conObjFirstLevel?: import("../../shared/types").AnyObject[] | undefined;
|
1909
|
-
setting?: {
|
1910
|
-
cascading?: {
|
1911
|
-
'form.name': string;
|
1912
|
-
value: string;
|
1913
|
-
}[] | undefined;
|
1914
|
-
} | undefined;
|
1915
|
-
} | undefined;
|
1916
|
-
open?: {
|
1917
|
-
value?: any;
|
1918
|
-
describe?: string | undefined;
|
1919
|
-
} | undefined;
|
1920
|
-
close?: {
|
1921
|
-
value?: any;
|
1922
|
-
describe?: string | undefined;
|
1923
|
-
} | undefined;
|
1924
|
-
requiredReminderContent?: string | undefined;
|
1925
|
-
date_format?: string | undefined;
|
1926
|
-
step_length?: string | number | undefined;
|
1927
|
-
urlConfig?: {
|
1928
|
-
[x: string]: any;
|
1929
|
-
url: string;
|
1930
|
-
method?: import("../../shared/hooks").FormRequestDefine.RequestType | undefined;
|
1931
|
-
nameKey?: string | undefined;
|
1932
|
-
valueKey?: string | undefined;
|
1933
|
-
showKey?: string | undefined;
|
1934
|
-
searchKey?: string[] | undefined;
|
1935
|
-
params?: import("../../shared/types").AnyObject | undefined;
|
1936
|
-
dependKey?: string | Record<string, string> | (string | {
|
1937
|
-
paramName: string;
|
1938
|
-
paramValue?: string | undefined;
|
1939
|
-
required?: boolean | undefined;
|
1940
|
-
keepValue?: boolean | undefined;
|
1941
|
-
})[] | undefined;
|
1942
|
-
} | undefined;
|
1943
|
-
suffixConfig?: any | any[] | undefined;
|
1944
|
-
prefixConfig?: any | any[] | undefined;
|
1945
|
-
autograph?: string | undefined;
|
1946
|
-
defined_error_msg?: string | undefined;
|
1947
|
-
extendKey?: string | undefined;
|
1948
|
-
is_not_fold?: string | undefined;
|
1949
|
-
remark?: string | undefined;
|
1950
|
-
remarkTo?: string | HTMLElement | undefined;
|
1951
|
-
free_entry?: import("..").FormCommonState | undefined;
|
1952
|
-
save_free_entry?: import("..").FormCommonState | undefined;
|
1953
|
-
initialize_high?: number | undefined;
|
1954
|
-
bindEventSetting?: {
|
1955
|
-
[x: string]: unknown;
|
1956
|
-
event_type: import("../../shared/types").LowCodeTypes.EVENT_TYPE;
|
1957
|
-
event_field?: string | undefined;
|
1958
|
-
params?: {
|
1959
|
-
p_value?: string | undefined;
|
1960
|
-
p_name: string;
|
1961
|
-
p_select: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
1962
|
-
}[] | undefined;
|
1963
|
-
results?: {
|
1964
|
-
p_value: string;
|
1965
|
-
p_name: string;
|
1966
|
-
}[] | undefined;
|
1967
|
-
compareMap?: {
|
1968
|
-
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
1969
|
-
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
1970
|
-
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
1971
|
-
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
1972
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
1973
|
-
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
1974
|
-
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
1975
|
-
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
1976
|
-
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
1977
|
-
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
1978
|
-
} | undefined;
|
1979
|
-
}[] | undefined;
|
1980
|
-
show_mode?: import("../../shared/types").LowCodeTypes.showModeType | undefined;
|
1981
|
-
is_allow_check_mid?: import("..").FormCommonState | undefined;
|
1982
|
-
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
1983
|
-
prefix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
1984
|
-
suffix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
1985
|
-
allowSlash?: string | boolean | undefined;
|
1986
|
-
allowModify?: import("..").FormCommonState | undefined;
|
1987
|
-
show_key?: string | undefined;
|
1988
|
-
whiteList?: string[] | undefined;
|
1989
|
-
bordered?: string | boolean | undefined;
|
1990
|
-
displayMode?: "form" | "table" | undefined;
|
1991
|
-
editor_title?: string | undefined;
|
1992
|
-
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
1993
|
-
linebarWidth?: string | undefined;
|
1994
|
-
linebarDirection?: "vertical" | "horizontal" | undefined;
|
1995
|
-
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
1996
|
-
labelColor?: string | undefined;
|
1997
|
-
fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
|
1998
|
-
confirmBeforeValueChange?: boolean | undefined;
|
1999
|
-
confirmBeforeValueChangeProps?: {
|
2000
|
-
[x: string]: any;
|
2001
|
-
content: string | ((params: {
|
2002
|
-
fieldName: string;
|
2003
|
-
newValue: any;
|
2004
|
-
oldValue: any;
|
2005
|
-
}) => any);
|
2006
|
-
updateOriginValue: boolean;
|
2007
|
-
} | undefined;
|
2008
|
-
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
2009
|
-
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2010
|
-
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2011
|
-
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2012
|
-
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2013
|
-
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2014
|
-
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2015
|
-
fieldTitleColor?: string | undefined;
|
2016
|
-
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
2017
|
-
content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
|
2018
|
-
lazyRequest?: boolean | undefined;
|
2019
|
-
requestCache?: boolean | undefined;
|
2020
|
-
maxGroupNum?: number | undefined;
|
2021
|
-
minGroupNum?: number | undefined;
|
2022
|
-
jsonCombination?: boolean | undefined;
|
2023
|
-
combinationItemDeletable?: boolean | import("..").CombinationItemDeletableFn | undefined;
|
2024
|
-
children?: any[] | undefined;
|
2025
|
-
properties?: any[] | undefined;
|
2026
|
-
componentProps?: import("../../shared/types").AnyObject | undefined;
|
2027
|
-
decoratorProps?: import("../../shared/types").AnyObject | undefined;
|
2028
|
-
noDecorator?: {
|
2029
|
-
valueOf: () => boolean;
|
2030
|
-
} | undefined;
|
2031
|
-
display?: "flex" | "grid" | undefined;
|
2032
|
-
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
2033
|
-
wrapperStyle?: Record<string, string | number> | undefined;
|
2034
|
-
childFieldStrategy?: "checked" | "all" | undefined;
|
2035
|
-
childWidthMode?: "outer" | "inner" | undefined;
|
2036
|
-
validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
|
2037
|
-
field: import("@formily/core").Field<any, any, any, any>;
|
2038
|
-
form: import("@formily/core").Form<any>;
|
2039
|
-
value: unknown;
|
2040
|
-
validator: import("../../shared/types").AnyFn;
|
2041
|
-
}) => string | void) | undefined;
|
2042
|
-
reactions?: {
|
2043
|
-
[x: string]: any;
|
2044
|
-
dependencies?: string[] | undefined;
|
2045
|
-
target?: string | undefined;
|
2046
|
-
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
2047
|
-
when?: string | boolean | undefined;
|
2048
|
-
fulfill?: {
|
2049
|
-
state?: import("../../shared/types").AnyObject | undefined;
|
2050
|
-
run?: string | undefined;
|
2051
|
-
} | undefined;
|
2052
|
-
otherwise?: {
|
2053
|
-
state?: import("../../shared/types").AnyObject | undefined;
|
2054
|
-
run?: string | undefined;
|
2055
|
-
} | undefined;
|
2056
|
-
} | {
|
2057
|
-
[x: string]: any;
|
2058
|
-
dependencies?: string[] | undefined;
|
2059
|
-
target?: string | undefined;
|
2060
|
-
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
2061
|
-
when?: string | boolean | undefined;
|
2062
|
-
fulfill?: {
|
2063
|
-
state?: import("../../shared/types").AnyObject | undefined;
|
2064
|
-
run?: string | undefined;
|
2065
|
-
} | undefined;
|
2066
|
-
otherwise?: {
|
2067
|
-
state?: import("../../shared/types").AnyObject | undefined;
|
2068
|
-
run?: string | undefined;
|
1839
|
+
regular_expression?: string | {
|
1840
|
+
exec: (string: string) => RegExpExecArray | null;
|
1841
|
+
test: (string: string) => boolean;
|
1842
|
+
readonly source: string;
|
1843
|
+
readonly global: boolean;
|
1844
|
+
readonly ignoreCase: boolean;
|
1845
|
+
readonly multiline: boolean;
|
1846
|
+
lastIndex: number;
|
1847
|
+
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
1848
|
+
readonly flags: string;
|
1849
|
+
readonly sticky: boolean;
|
1850
|
+
readonly unicode: boolean;
|
1851
|
+
readonly dotAll: boolean;
|
1852
|
+
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
1853
|
+
[Symbol.replace]: {
|
1854
|
+
(string: string, replaceValue: string): string;
|
1855
|
+
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
1856
|
+
};
|
1857
|
+
[Symbol.search]: (string: string) => number;
|
1858
|
+
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
1859
|
+
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
2069
1860
|
} | undefined;
|
2070
|
-
}[] | undefined;
|
2071
|
-
}[], import("..").FieldItem[] | {
|
2072
|
-
[x: string]: any;
|
2073
|
-
val_key: string;
|
2074
|
-
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";
|
2075
|
-
annotation?: boolean | undefined;
|
2076
|
-
val_key_unit?: string | undefined;
|
2077
|
-
is_edit?: import("..").FormCommonState | undefined;
|
2078
|
-
elem_width?: string | number | undefined;
|
2079
|
-
is_show?: import("..").FormCommonState | undefined;
|
2080
|
-
is_null?: import("..").FormCommonState | undefined;
|
2081
|
-
name?: string | undefined;
|
2082
|
-
alias?: string | undefined;
|
2083
|
-
default_val?: any;
|
2084
|
-
is_empty?: import("..").FormCommonState | undefined;
|
2085
|
-
hide_title?: import("..").FormCommonState | undefined;
|
2086
|
-
placeholder?: string | undefined;
|
2087
|
-
validate?: {
|
2088
|
-
[x: string]: any;
|
2089
|
-
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
2090
|
-
vali_obj?: string | undefined;
|
2091
|
-
max_value?: string | number | undefined;
|
2092
|
-
min_value?: string | number | undefined;
|
2093
|
-
min_date?: string | undefined;
|
2094
|
-
max_date?: string | undefined;
|
2095
|
-
min_length?: string | number | undefined;
|
2096
|
-
max_length?: string | number | undefined;
|
2097
|
-
decimal_length?: string | number | undefined;
|
2098
|
-
regular_expression?: string | RegExp | undefined;
|
2099
1861
|
regular_error_tip?: string | undefined;
|
2100
1862
|
message?: string | undefined;
|
2101
1863
|
} | undefined;
|
@@ -2209,8 +1971,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
2209
1971
|
editor_title?: string | undefined;
|
2210
1972
|
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
2211
1973
|
linebarWidth?: string | undefined;
|
2212
|
-
linebarDirection?: "
|
2213
|
-
linebarTextDirection?: "
|
1974
|
+
linebarDirection?: "horizontal" | "vertical" | undefined;
|
1975
|
+
linebarTextDirection?: "horizontal" | "vertical" | undefined;
|
2214
1976
|
labelColor?: string | undefined;
|
2215
1977
|
fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
|
2216
1978
|
confirmBeforeValueChange?: boolean | undefined;
|
@@ -2224,10 +1986,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
2224
1986
|
updateOriginValue: boolean;
|
2225
1987
|
} | undefined;
|
2226
1988
|
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
2227
|
-
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR"
|
1989
|
+
unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
|
2228
1990
|
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2229
|
-
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR"
|
2230
|
-
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR"
|
1991
|
+
max_date_unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
|
1992
|
+
min_date_unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
|
2231
1993
|
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2232
1994
|
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2233
1995
|
fieldTitleColor?: string | undefined;
|
@@ -2250,7 +2012,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
2250
2012
|
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
2251
2013
|
wrapperStyle?: Record<string, string | number> | undefined;
|
2252
2014
|
childFieldStrategy?: "checked" | "all" | undefined;
|
2253
|
-
childWidthMode?: "
|
2015
|
+
childWidthMode?: "inner" | "outer" | undefined;
|
2254
2016
|
validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
|
2255
2017
|
field: import("@formily/core").Field<any, any, any, any>;
|
2256
2018
|
form: import("@formily/core").Form<any>;
|
@@ -2329,7 +2091,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
2329
2091
|
originalSetting?: {
|
2330
2092
|
[x: string]: any;
|
2331
2093
|
val_key: string;
|
2332
|
-
html_type: "LINEBAR" |
|
2094
|
+
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";
|
2333
2095
|
annotation?: boolean | undefined;
|
2334
2096
|
val_key_unit?: string | undefined;
|
2335
2097
|
is_edit?: import("..").FormCommonState | undefined;
|
@@ -2337,6 +2099,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
2337
2099
|
is_show?: import("..").FormCommonState | undefined;
|
2338
2100
|
is_null?: import("..").FormCommonState | undefined;
|
2339
2101
|
name?: string | undefined;
|
2102
|
+
nameAbbr?: string | undefined;
|
2340
2103
|
alias?: string | undefined;
|
2341
2104
|
default_val?: any;
|
2342
2105
|
is_empty?: import("..").FormCommonState | undefined;
|
@@ -2344,7 +2107,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
2344
2107
|
placeholder?: string | undefined;
|
2345
2108
|
validate?: {
|
2346
2109
|
[x: string]: any;
|
2347
|
-
obj_type?: ("
|
2110
|
+
obj_type?: ("password" | "sex" | "age" | "email" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
2348
2111
|
vali_obj?: string | undefined;
|
2349
2112
|
max_value?: string | number | undefined;
|
2350
2113
|
min_value?: string | number | undefined;
|
@@ -2353,7 +2116,28 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
2353
2116
|
min_length?: string | number | undefined;
|
2354
2117
|
max_length?: string | number | undefined;
|
2355
2118
|
decimal_length?: string | number | undefined;
|
2356
|
-
regular_expression?: string |
|
2119
|
+
regular_expression?: string | {
|
2120
|
+
exec: (string: string) => RegExpExecArray | null;
|
2121
|
+
test: (string: string) => boolean;
|
2122
|
+
readonly source: string;
|
2123
|
+
readonly global: boolean;
|
2124
|
+
readonly ignoreCase: boolean;
|
2125
|
+
readonly multiline: boolean;
|
2126
|
+
lastIndex: number;
|
2127
|
+
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
2128
|
+
readonly flags: string;
|
2129
|
+
readonly sticky: boolean;
|
2130
|
+
readonly unicode: boolean;
|
2131
|
+
readonly dotAll: boolean;
|
2132
|
+
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
2133
|
+
[Symbol.replace]: {
|
2134
|
+
(string: string, replaceValue: string): string;
|
2135
|
+
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
2136
|
+
};
|
2137
|
+
[Symbol.search]: (string: string) => number;
|
2138
|
+
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
2139
|
+
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
2140
|
+
} | undefined;
|
2357
2141
|
regular_error_tip?: string | undefined;
|
2358
2142
|
message?: string | undefined;
|
2359
2143
|
} | undefined;
|
@@ -2467,8 +2251,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
2467
2251
|
editor_title?: string | undefined;
|
2468
2252
|
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
2469
2253
|
linebarWidth?: string | undefined;
|
2470
|
-
linebarDirection?: "
|
2471
|
-
linebarTextDirection?: "
|
2254
|
+
linebarDirection?: "horizontal" | "vertical" | undefined;
|
2255
|
+
linebarTextDirection?: "horizontal" | "vertical" | undefined;
|
2472
2256
|
labelColor?: string | undefined;
|
2473
2257
|
fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
|
2474
2258
|
confirmBeforeValueChange?: boolean | undefined;
|
@@ -2482,10 +2266,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
2482
2266
|
updateOriginValue: boolean;
|
2483
2267
|
} | undefined;
|
2484
2268
|
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
2485
|
-
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR"
|
2269
|
+
unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
|
2486
2270
|
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2487
|
-
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR"
|
2488
|
-
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR"
|
2271
|
+
max_date_unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
|
2272
|
+
min_date_unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
|
2489
2273
|
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2490
2274
|
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2491
2275
|
fieldTitleColor?: string | undefined;
|
@@ -2508,7 +2292,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
2508
2292
|
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
2509
2293
|
wrapperStyle?: Record<string, string | number> | undefined;
|
2510
2294
|
childFieldStrategy?: "checked" | "all" | undefined;
|
2511
|
-
childWidthMode?: "
|
2295
|
+
childWidthMode?: "inner" | "outer" | undefined;
|
2512
2296
|
validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
|
2513
2297
|
field: import("@formily/core").Field<any, any, any, any>;
|
2514
2298
|
form: import("@formily/core").Form<any>;
|
@@ -2545,835 +2329,39 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
2545
2329
|
} | undefined;
|
2546
2330
|
}[] | undefined;
|
2547
2331
|
} | 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"
|
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
|
-
alias?: string | undefined;
|
2589
|
-
default_val?: any;
|
2590
|
-
is_empty?: import("..").FormCommonState | undefined;
|
2591
|
-
hide_title?: import("..").FormCommonState | undefined;
|
2592
|
-
placeholder?: string | undefined;
|
2593
|
-
validate?: {
|
2594
|
-
[x: string]: any;
|
2595
|
-
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
2596
|
-
vali_obj?: string | undefined;
|
2597
|
-
max_value?: string | number | undefined;
|
2598
|
-
min_value?: string | number | undefined;
|
2599
|
-
min_date?: string | undefined;
|
2600
|
-
max_date?: string | undefined;
|
2601
|
-
min_length?: string | number | undefined;
|
2602
|
-
max_length?: string | number | undefined;
|
2603
|
-
decimal_length?: string | number | undefined;
|
2604
|
-
regular_expression?: string | RegExp | undefined;
|
2605
|
-
regular_error_tip?: string | undefined;
|
2606
|
-
message?: string | undefined;
|
2607
|
-
} | undefined;
|
2608
|
-
option?: {
|
2609
|
-
[x: string]: any;
|
2610
|
-
keyword?: string | undefined;
|
2611
|
-
disabled?: boolean | undefined;
|
2612
|
-
children?: any[] | undefined;
|
2613
|
-
childrenFields?: any[] | undefined;
|
2614
|
-
}[] | undefined;
|
2615
|
-
multi_select?: import("..").FormCommonState | undefined;
|
2616
|
-
multi_select_value?: string | number | undefined;
|
2617
|
-
wordbook?: {
|
2618
|
-
level_num?: number | undefined;
|
2619
|
-
id?: string | undefined;
|
2620
|
-
name?: string | undefined;
|
2621
|
-
render_key?: string[] | undefined;
|
2622
|
-
search_key?: string[] | undefined;
|
2623
|
-
value_key?: string | undefined;
|
2624
|
-
queryParams?: string[] | undefined;
|
2625
|
-
primary_key?: string | undefined;
|
2626
|
-
type?: string | undefined;
|
2627
|
-
level_key?: string | undefined;
|
2628
|
-
link_key?: string | undefined;
|
2629
|
-
link_key_split?: string | undefined;
|
2630
|
-
show_key?: string | string[] | undefined;
|
2631
|
-
conObj?: import("../../shared/types").AnyObject[] | undefined;
|
2632
|
-
conObjFirstLevel?: import("../../shared/types").AnyObject[] | undefined;
|
2633
|
-
setting?: {
|
2634
|
-
cascading?: {
|
2635
|
-
'form.name': string;
|
2636
|
-
value: string;
|
2637
|
-
}[] | undefined;
|
2638
|
-
} | undefined;
|
2639
|
-
} | undefined;
|
2640
|
-
open?: {
|
2641
|
-
value?: any;
|
2642
|
-
describe?: string | undefined;
|
2643
|
-
} | undefined;
|
2644
|
-
close?: {
|
2645
|
-
value?: any;
|
2646
|
-
describe?: string | undefined;
|
2647
|
-
} | undefined;
|
2648
|
-
requiredReminderContent?: string | undefined;
|
2649
|
-
date_format?: string | undefined;
|
2650
|
-
step_length?: string | number | undefined;
|
2651
|
-
urlConfig?: {
|
2652
|
-
[x: string]: any;
|
2653
|
-
url: string;
|
2654
|
-
method?: import("../../shared/hooks").FormRequestDefine.RequestType | undefined;
|
2655
|
-
nameKey?: string | undefined;
|
2656
|
-
valueKey?: string | undefined;
|
2657
|
-
showKey?: string | undefined;
|
2658
|
-
searchKey?: string[] | undefined;
|
2659
|
-
params?: import("../../shared/types").AnyObject | undefined;
|
2660
|
-
dependKey?: string | Record<string, string> | (string | {
|
2661
|
-
paramName: string;
|
2662
|
-
paramValue?: string | undefined;
|
2663
|
-
required?: boolean | undefined;
|
2664
|
-
keepValue?: boolean | undefined;
|
2665
|
-
})[] | undefined;
|
2666
|
-
} | undefined;
|
2667
|
-
suffixConfig?: any | any[] | undefined;
|
2668
|
-
prefixConfig?: any | any[] | undefined;
|
2669
|
-
autograph?: string | undefined;
|
2670
|
-
defined_error_msg?: string | undefined;
|
2671
|
-
extendKey?: string | undefined;
|
2672
|
-
is_not_fold?: string | undefined;
|
2673
|
-
remark?: string | undefined;
|
2674
|
-
remarkTo?: string | HTMLElement | undefined;
|
2675
|
-
free_entry?: import("..").FormCommonState | undefined;
|
2676
|
-
save_free_entry?: import("..").FormCommonState | undefined;
|
2677
|
-
initialize_high?: number | undefined;
|
2678
|
-
bindEventSetting?: {
|
2679
|
-
[x: string]: unknown;
|
2680
|
-
event_type: import("../../shared/types").LowCodeTypes.EVENT_TYPE;
|
2681
|
-
event_field?: string | undefined;
|
2682
|
-
params?: {
|
2683
|
-
p_value?: string | undefined;
|
2684
|
-
p_name: string;
|
2685
|
-
p_select: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
2686
|
-
}[] | undefined;
|
2687
|
-
results?: {
|
2688
|
-
p_value: string;
|
2689
|
-
p_name: string;
|
2690
|
-
}[] | undefined;
|
2691
|
-
compareMap?: {
|
2692
|
-
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
2693
|
-
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2694
|
-
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
2695
|
-
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
2696
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2697
|
-
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2698
|
-
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
2699
|
-
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
2700
|
-
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2701
|
-
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
2702
|
-
} | undefined;
|
2703
|
-
}[] | undefined;
|
2704
|
-
show_mode?: import("../../shared/types").LowCodeTypes.showModeType | undefined;
|
2705
|
-
is_allow_check_mid?: import("..").FormCommonState | undefined;
|
2706
|
-
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
2707
|
-
prefix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
2708
|
-
suffix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
2709
|
-
allowSlash?: string | boolean | undefined;
|
2710
|
-
allowModify?: import("..").FormCommonState | undefined;
|
2711
|
-
show_key?: string | undefined;
|
2712
|
-
whiteList?: string[] | undefined;
|
2713
|
-
bordered?: string | boolean | undefined;
|
2714
|
-
displayMode?: "form" | "table" | undefined;
|
2715
|
-
editor_title?: string | undefined;
|
2716
|
-
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
2717
|
-
linebarWidth?: string | undefined;
|
2718
|
-
linebarDirection?: "vertical" | "horizontal" | undefined;
|
2719
|
-
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
2720
|
-
labelColor?: string | undefined;
|
2721
|
-
fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
|
2722
|
-
confirmBeforeValueChange?: boolean | undefined;
|
2723
|
-
confirmBeforeValueChangeProps?: {
|
2724
|
-
[x: string]: any;
|
2725
|
-
content: string | ((params: {
|
2726
|
-
fieldName: string;
|
2727
|
-
newValue: any;
|
2728
|
-
oldValue: any;
|
2729
|
-
}) => any);
|
2730
|
-
updateOriginValue: boolean;
|
2731
|
-
} | undefined;
|
2732
|
-
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
2733
|
-
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2734
|
-
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2735
|
-
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2736
|
-
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2737
|
-
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2738
|
-
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2739
|
-
fieldTitleColor?: string | undefined;
|
2740
|
-
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
2741
|
-
content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
|
2742
|
-
lazyRequest?: boolean | undefined;
|
2743
|
-
requestCache?: boolean | undefined;
|
2744
|
-
maxGroupNum?: number | undefined;
|
2745
|
-
minGroupNum?: number | undefined;
|
2746
|
-
jsonCombination?: boolean | undefined;
|
2747
|
-
combinationItemDeletable?: boolean | import("..").CombinationItemDeletableFn | undefined;
|
2748
|
-
children?: any[] | undefined;
|
2749
|
-
properties?: any[] | undefined;
|
2750
|
-
componentProps?: import("../../shared/types").AnyObject | undefined;
|
2751
|
-
decoratorProps?: import("../../shared/types").AnyObject | undefined;
|
2752
|
-
noDecorator?: {
|
2753
|
-
valueOf: () => boolean;
|
2754
|
-
} | undefined;
|
2755
|
-
display?: "flex" | "grid" | undefined;
|
2756
|
-
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
2757
|
-
wrapperStyle?: Record<string, string | number> | undefined;
|
2758
|
-
childFieldStrategy?: "checked" | "all" | undefined;
|
2759
|
-
childWidthMode?: "outer" | "inner" | undefined;
|
2760
|
-
validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
|
2761
|
-
field: import("@formily/core").Field<any, any, any, any>;
|
2762
|
-
form: import("@formily/core").Form<any>;
|
2763
|
-
value: unknown;
|
2764
|
-
validator: import("../../shared/types").AnyFn;
|
2765
|
-
}) => string | void) | undefined;
|
2766
|
-
reactions?: {
|
2767
|
-
[x: string]: any;
|
2768
|
-
dependencies?: string[] | undefined;
|
2769
|
-
target?: string | undefined;
|
2770
|
-
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
2771
|
-
when?: string | boolean | undefined;
|
2772
|
-
fulfill?: {
|
2773
|
-
state?: import("../../shared/types").AnyObject | undefined;
|
2774
|
-
run?: string | undefined;
|
2775
|
-
} | undefined;
|
2776
|
-
otherwise?: {
|
2777
|
-
state?: import("../../shared/types").AnyObject | undefined;
|
2778
|
-
run?: string | undefined;
|
2779
|
-
} | undefined;
|
2780
|
-
} | {
|
2781
|
-
[x: string]: any;
|
2782
|
-
dependencies?: string[] | undefined;
|
2783
|
-
target?: string | undefined;
|
2784
|
-
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
2785
|
-
when?: string | boolean | undefined;
|
2786
|
-
fulfill?: {
|
2787
|
-
state?: import("../../shared/types").AnyObject | undefined;
|
2788
|
-
run?: string | undefined;
|
2789
|
-
} | undefined;
|
2790
|
-
otherwise?: {
|
2791
|
-
state?: import("../../shared/types").AnyObject | undefined;
|
2792
|
-
run?: string | undefined;
|
2793
|
-
} | undefined;
|
2794
|
-
}[] | undefined;
|
2795
|
-
} | undefined;
|
2796
|
-
optionAliasList?: {
|
2797
|
-
text: string;
|
2798
|
-
value: string;
|
2799
|
-
}[] | undefined;
|
2800
|
-
elementExtraSetting?: {
|
2801
|
-
allowPartial?: boolean | undefined;
|
2802
|
-
partialLevel?: number | undefined;
|
2803
|
-
maxLevel?: number | undefined;
|
2804
|
-
dateFormat?: string | undefined;
|
2805
|
-
defaultValue?: {
|
2806
|
-
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
2807
|
-
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
2808
|
-
value: string;
|
2809
|
-
} | undefined;
|
2810
|
-
minValue?: {
|
2811
|
-
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
2812
|
-
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
2813
|
-
value: string;
|
2814
|
-
} | undefined;
|
2815
|
-
maxValue?: {
|
2816
|
-
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
2817
|
-
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
2818
|
-
value: string;
|
2819
|
-
} | undefined;
|
2820
|
-
} | undefined;
|
2821
|
-
__new?: boolean | undefined;
|
2822
|
-
__isCombinationChild?: boolean | undefined;
|
2823
|
-
__extra?: boolean | undefined;
|
2824
|
-
}, Partial<import("./src/types").FormConfigItem> | {
|
2825
|
-
key?: string | undefined;
|
2826
|
-
layoutWidthEnum?: import("./src/types").FormConfigWidth | undefined;
|
2827
|
-
type?: string | undefined;
|
2828
|
-
name?: string | undefined;
|
2829
|
-
alias?: string | undefined;
|
2830
|
-
show?: boolean | undefined;
|
2831
|
-
defaultValue?: any;
|
2832
|
-
defaultExpand?: boolean | undefined;
|
2833
|
-
fold?: boolean | undefined;
|
2834
|
-
required?: boolean | undefined;
|
2835
|
-
requiredDisabled?: boolean | undefined;
|
2836
|
-
requiredReminderContent?: string | undefined;
|
2837
|
-
editableDisabled?: boolean | undefined;
|
2838
|
-
editable?: boolean | undefined;
|
2839
|
-
confirmBeforeValueChange?: boolean | undefined;
|
2840
|
-
fieldTitleRed?: boolean | undefined;
|
2841
|
-
notes?: string | undefined;
|
2842
|
-
desc?: string | undefined;
|
2843
|
-
children?: {
|
2844
|
-
key: string;
|
2845
|
-
layoutWidthEnum: import("./src/types").FormConfigWidth;
|
2846
|
-
type: string;
|
2847
|
-
name: string;
|
2848
|
-
alias?: string | undefined;
|
2849
|
-
show?: boolean | undefined;
|
2850
|
-
defaultValue?: any;
|
2851
|
-
defaultExpand?: boolean | undefined;
|
2852
|
-
fold?: boolean | undefined;
|
2853
|
-
required?: boolean | undefined;
|
2854
|
-
requiredDisabled?: boolean | undefined;
|
2855
|
-
requiredReminderContent?: string | undefined;
|
2856
|
-
editableDisabled?: boolean | undefined;
|
2857
|
-
editable?: boolean | undefined;
|
2858
|
-
confirmBeforeValueChange?: boolean | undefined;
|
2859
|
-
fieldTitleRed?: boolean | undefined;
|
2860
|
-
notes?: string | undefined;
|
2861
|
-
desc?: string | undefined;
|
2862
|
-
children?: any[] | undefined;
|
2863
|
-
originalSetting?: {
|
2864
|
-
[x: string]: any;
|
2865
|
-
val_key: string;
|
2866
|
-
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";
|
2867
|
-
annotation?: boolean | undefined;
|
2868
|
-
val_key_unit?: string | undefined;
|
2869
|
-
is_edit?: import("..").FormCommonState | undefined;
|
2870
|
-
elem_width?: string | number | undefined;
|
2871
|
-
is_show?: import("..").FormCommonState | undefined;
|
2872
|
-
is_null?: import("..").FormCommonState | undefined;
|
2873
|
-
name?: string | undefined;
|
2874
|
-
alias?: string | undefined;
|
2875
|
-
default_val?: any;
|
2876
|
-
is_empty?: import("..").FormCommonState | undefined;
|
2877
|
-
hide_title?: import("..").FormCommonState | undefined;
|
2878
|
-
placeholder?: string | undefined;
|
2879
|
-
validate?: {
|
2880
|
-
[x: string]: any;
|
2881
|
-
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
2882
|
-
vali_obj?: string | undefined;
|
2883
|
-
max_value?: string | number | undefined;
|
2884
|
-
min_value?: string | number | undefined;
|
2885
|
-
min_date?: string | undefined;
|
2886
|
-
max_date?: string | undefined;
|
2887
|
-
min_length?: string | number | undefined;
|
2888
|
-
max_length?: string | number | undefined;
|
2889
|
-
decimal_length?: string | number | undefined;
|
2890
|
-
regular_expression?: string | RegExp | undefined;
|
2891
|
-
regular_error_tip?: string | undefined;
|
2892
|
-
message?: string | undefined;
|
2893
|
-
} | undefined;
|
2894
|
-
option?: {
|
2895
|
-
[x: string]: any;
|
2896
|
-
keyword?: string | undefined;
|
2897
|
-
disabled?: boolean | undefined;
|
2898
|
-
children?: any[] | undefined;
|
2899
|
-
childrenFields?: any[] | undefined;
|
2900
|
-
}[] | undefined;
|
2901
|
-
multi_select?: import("..").FormCommonState | undefined;
|
2902
|
-
multi_select_value?: string | number | undefined;
|
2903
|
-
wordbook?: {
|
2904
|
-
level_num?: number | undefined;
|
2905
|
-
id?: string | undefined;
|
2906
|
-
name?: string | undefined;
|
2907
|
-
render_key?: string[] | undefined;
|
2908
|
-
search_key?: string[] | undefined;
|
2909
|
-
value_key?: string | undefined;
|
2910
|
-
queryParams?: string[] | undefined;
|
2911
|
-
primary_key?: string | undefined;
|
2912
|
-
type?: string | undefined;
|
2913
|
-
level_key?: string | undefined;
|
2914
|
-
link_key?: string | undefined;
|
2915
|
-
link_key_split?: string | undefined;
|
2916
|
-
show_key?: string | string[] | undefined;
|
2917
|
-
conObj?: import("../../shared/types").AnyObject[] | undefined;
|
2918
|
-
conObjFirstLevel?: import("../../shared/types").AnyObject[] | undefined;
|
2919
|
-
setting?: {
|
2920
|
-
cascading?: {
|
2921
|
-
'form.name': string;
|
2922
|
-
value: string;
|
2923
|
-
}[] | undefined;
|
2924
|
-
} | undefined;
|
2925
|
-
} | undefined;
|
2926
|
-
open?: {
|
2927
|
-
value?: any;
|
2928
|
-
describe?: string | undefined;
|
2929
|
-
} | undefined;
|
2930
|
-
close?: {
|
2931
|
-
value?: any;
|
2932
|
-
describe?: string | undefined;
|
2933
|
-
} | undefined;
|
2934
|
-
requiredReminderContent?: string | undefined;
|
2935
|
-
date_format?: string | undefined;
|
2936
|
-
step_length?: string | number | undefined;
|
2937
|
-
urlConfig?: {
|
2938
|
-
[x: string]: any;
|
2939
|
-
url: string;
|
2940
|
-
method?: import("../../shared/hooks").FormRequestDefine.RequestType | undefined;
|
2941
|
-
nameKey?: string | undefined;
|
2942
|
-
valueKey?: string | undefined;
|
2943
|
-
showKey?: string | undefined;
|
2944
|
-
searchKey?: string[] | undefined;
|
2945
|
-
params?: import("../../shared/types").AnyObject | undefined;
|
2946
|
-
dependKey?: string | Record<string, string> | (string | {
|
2947
|
-
paramName: string;
|
2948
|
-
paramValue?: string | undefined;
|
2949
|
-
required?: boolean | undefined;
|
2950
|
-
keepValue?: boolean | undefined;
|
2951
|
-
})[] | undefined;
|
2952
|
-
} | undefined;
|
2953
|
-
suffixConfig?: any | any[] | undefined;
|
2954
|
-
prefixConfig?: any | any[] | undefined;
|
2955
|
-
autograph?: string | undefined;
|
2956
|
-
defined_error_msg?: string | undefined;
|
2957
|
-
extendKey?: string | undefined;
|
2958
|
-
is_not_fold?: string | undefined;
|
2959
|
-
remark?: string | undefined;
|
2960
|
-
remarkTo?: string | HTMLElement | undefined;
|
2961
|
-
free_entry?: import("..").FormCommonState | undefined;
|
2962
|
-
save_free_entry?: import("..").FormCommonState | undefined;
|
2963
|
-
initialize_high?: number | undefined;
|
2964
|
-
bindEventSetting?: {
|
2965
|
-
[x: string]: unknown;
|
2966
|
-
event_type: import("../../shared/types").LowCodeTypes.EVENT_TYPE;
|
2967
|
-
event_field?: string | undefined;
|
2968
|
-
params?: {
|
2969
|
-
p_value?: string | undefined;
|
2970
|
-
p_name: string;
|
2971
|
-
p_select: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
2972
|
-
}[] | undefined;
|
2973
|
-
results?: {
|
2974
|
-
p_value: string;
|
2975
|
-
p_name: string;
|
2976
|
-
}[] | undefined;
|
2977
|
-
compareMap?: {
|
2978
|
-
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
2979
|
-
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2980
|
-
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
2981
|
-
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
2982
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2983
|
-
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2984
|
-
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
2985
|
-
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
2986
|
-
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2987
|
-
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
2988
|
-
} | undefined;
|
2989
|
-
}[] | undefined;
|
2990
|
-
show_mode?: import("../../shared/types").LowCodeTypes.showModeType | undefined;
|
2991
|
-
is_allow_check_mid?: import("..").FormCommonState | undefined;
|
2992
|
-
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
2993
|
-
prefix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
2994
|
-
suffix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
2995
|
-
allowSlash?: string | boolean | undefined;
|
2996
|
-
allowModify?: import("..").FormCommonState | undefined;
|
2997
|
-
show_key?: string | undefined;
|
2998
|
-
whiteList?: string[] | undefined;
|
2999
|
-
bordered?: string | boolean | undefined;
|
3000
|
-
displayMode?: "form" | "table" | undefined;
|
3001
|
-
editor_title?: string | undefined;
|
3002
|
-
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
3003
|
-
linebarWidth?: string | undefined;
|
3004
|
-
linebarDirection?: "vertical" | "horizontal" | undefined;
|
3005
|
-
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
3006
|
-
labelColor?: string | undefined;
|
3007
|
-
fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
|
3008
|
-
confirmBeforeValueChange?: boolean | undefined;
|
3009
|
-
confirmBeforeValueChangeProps?: {
|
3010
|
-
[x: string]: any;
|
3011
|
-
content: string | ((params: {
|
3012
|
-
fieldName: string;
|
3013
|
-
newValue: any;
|
3014
|
-
oldValue: any;
|
3015
|
-
}) => any);
|
3016
|
-
updateOriginValue: boolean;
|
3017
|
-
} | undefined;
|
3018
|
-
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
3019
|
-
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
3020
|
-
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
3021
|
-
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
3022
|
-
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
3023
|
-
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
3024
|
-
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
3025
|
-
fieldTitleColor?: string | undefined;
|
3026
|
-
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
3027
|
-
content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
|
3028
|
-
lazyRequest?: boolean | undefined;
|
3029
|
-
requestCache?: boolean | undefined;
|
3030
|
-
maxGroupNum?: number | undefined;
|
3031
|
-
minGroupNum?: number | undefined;
|
3032
|
-
jsonCombination?: boolean | undefined;
|
3033
|
-
combinationItemDeletable?: boolean | import("..").CombinationItemDeletableFn | undefined;
|
3034
|
-
children?: any[] | undefined;
|
3035
|
-
properties?: any[] | undefined;
|
3036
|
-
componentProps?: import("../../shared/types").AnyObject | undefined;
|
3037
|
-
decoratorProps?: import("../../shared/types").AnyObject | undefined;
|
3038
|
-
noDecorator?: {
|
3039
|
-
valueOf: () => boolean;
|
3040
|
-
} | undefined;
|
3041
|
-
display?: "flex" | "grid" | undefined;
|
3042
|
-
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
3043
|
-
wrapperStyle?: Record<string, string | number> | undefined;
|
3044
|
-
childFieldStrategy?: "checked" | "all" | undefined;
|
3045
|
-
childWidthMode?: "outer" | "inner" | undefined;
|
3046
|
-
validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
|
3047
|
-
field: import("@formily/core").Field<any, any, any, any>;
|
3048
|
-
form: import("@formily/core").Form<any>;
|
3049
|
-
value: unknown;
|
3050
|
-
validator: import("../../shared/types").AnyFn;
|
3051
|
-
}) => string | void) | undefined;
|
3052
|
-
reactions?: {
|
3053
|
-
[x: string]: any;
|
3054
|
-
dependencies?: string[] | undefined;
|
3055
|
-
target?: string | undefined;
|
3056
|
-
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
3057
|
-
when?: string | boolean | undefined;
|
3058
|
-
fulfill?: {
|
3059
|
-
state?: import("../../shared/types").AnyObject | undefined;
|
3060
|
-
run?: string | undefined;
|
3061
|
-
} | undefined;
|
3062
|
-
otherwise?: {
|
3063
|
-
state?: import("../../shared/types").AnyObject | undefined;
|
3064
|
-
run?: string | undefined;
|
3065
|
-
} | undefined;
|
3066
|
-
} | {
|
3067
|
-
[x: string]: any;
|
3068
|
-
dependencies?: string[] | undefined;
|
3069
|
-
target?: string | undefined;
|
3070
|
-
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
3071
|
-
when?: string | boolean | undefined;
|
3072
|
-
fulfill?: {
|
3073
|
-
state?: import("../../shared/types").AnyObject | undefined;
|
3074
|
-
run?: string | undefined;
|
3075
|
-
} | undefined;
|
3076
|
-
otherwise?: {
|
3077
|
-
state?: import("../../shared/types").AnyObject | undefined;
|
3078
|
-
run?: string | undefined;
|
3079
|
-
} | undefined;
|
3080
|
-
}[] | undefined;
|
3081
|
-
} | undefined;
|
3082
|
-
optionAliasList?: {
|
3083
|
-
text: string;
|
3084
|
-
value: string;
|
3085
|
-
}[] | undefined;
|
3086
|
-
elementExtraSetting?: {
|
3087
|
-
allowPartial?: boolean | undefined;
|
3088
|
-
partialLevel?: number | undefined;
|
3089
|
-
maxLevel?: number | undefined;
|
3090
|
-
dateFormat?: string | undefined;
|
3091
|
-
defaultValue?: {
|
3092
|
-
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
3093
|
-
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
3094
|
-
value: string;
|
3095
|
-
} | undefined;
|
3096
|
-
minValue?: {
|
3097
|
-
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
3098
|
-
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
3099
|
-
value: string;
|
3100
|
-
} | undefined;
|
3101
|
-
maxValue?: {
|
3102
|
-
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
3103
|
-
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
3104
|
-
value: string;
|
3105
|
-
} | undefined;
|
3106
|
-
} | undefined;
|
3107
|
-
__new?: boolean | undefined;
|
3108
|
-
__isCombinationChild?: boolean | undefined;
|
3109
|
-
__extra?: boolean | undefined;
|
3110
|
-
}[] | undefined;
|
3111
|
-
originalSetting?: {
|
3112
|
-
[x: string]: any;
|
3113
|
-
val_key: string;
|
3114
|
-
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";
|
3115
|
-
annotation?: boolean | undefined;
|
3116
|
-
val_key_unit?: string | undefined;
|
3117
|
-
is_edit?: import("..").FormCommonState | undefined;
|
3118
|
-
elem_width?: string | number | undefined;
|
3119
|
-
is_show?: import("..").FormCommonState | undefined;
|
3120
|
-
is_null?: import("..").FormCommonState | undefined;
|
3121
|
-
name?: string | undefined;
|
3122
|
-
alias?: string | undefined;
|
3123
|
-
default_val?: any;
|
3124
|
-
is_empty?: import("..").FormCommonState | undefined;
|
3125
|
-
hide_title?: import("..").FormCommonState | undefined;
|
3126
|
-
placeholder?: string | undefined;
|
3127
|
-
validate?: {
|
3128
|
-
[x: string]: any;
|
3129
|
-
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
3130
|
-
vali_obj?: string | undefined;
|
3131
|
-
max_value?: string | number | undefined;
|
3132
|
-
min_value?: string | number | undefined;
|
3133
|
-
min_date?: string | undefined;
|
3134
|
-
max_date?: string | undefined;
|
3135
|
-
min_length?: string | number | undefined;
|
3136
|
-
max_length?: string | number | undefined;
|
3137
|
-
decimal_length?: string | number | undefined;
|
3138
|
-
regular_expression?: string | RegExp | undefined;
|
3139
|
-
regular_error_tip?: string | undefined;
|
3140
|
-
message?: string | undefined;
|
3141
|
-
} | undefined;
|
3142
|
-
option?: {
|
3143
|
-
[x: string]: any;
|
3144
|
-
keyword?: string | undefined;
|
3145
|
-
disabled?: boolean | undefined;
|
3146
|
-
children?: any[] | undefined;
|
3147
|
-
childrenFields?: any[] | undefined;
|
3148
|
-
}[] | undefined;
|
3149
|
-
multi_select?: import("..").FormCommonState | undefined;
|
3150
|
-
multi_select_value?: string | number | undefined;
|
3151
|
-
wordbook?: {
|
3152
|
-
level_num?: number | undefined;
|
3153
|
-
id?: string | undefined;
|
3154
|
-
name?: string | undefined;
|
3155
|
-
render_key?: string[] | undefined;
|
3156
|
-
search_key?: string[] | undefined;
|
3157
|
-
value_key?: string | undefined;
|
3158
|
-
queryParams?: string[] | undefined;
|
3159
|
-
primary_key?: string | undefined;
|
3160
|
-
type?: string | undefined;
|
3161
|
-
level_key?: string | undefined;
|
3162
|
-
link_key?: string | undefined;
|
3163
|
-
link_key_split?: string | undefined;
|
3164
|
-
show_key?: string | string[] | undefined;
|
3165
|
-
conObj?: import("../../shared/types").AnyObject[] | undefined;
|
3166
|
-
conObjFirstLevel?: import("../../shared/types").AnyObject[] | undefined;
|
3167
|
-
setting?: {
|
3168
|
-
cascading?: {
|
3169
|
-
'form.name': string;
|
3170
|
-
value: string;
|
3171
|
-
}[] | undefined;
|
3172
|
-
} | undefined;
|
3173
|
-
} | undefined;
|
3174
|
-
open?: {
|
3175
|
-
value?: any;
|
3176
|
-
describe?: string | undefined;
|
3177
|
-
} | undefined;
|
3178
|
-
close?: {
|
3179
|
-
value?: any;
|
3180
|
-
describe?: string | undefined;
|
3181
|
-
} | undefined;
|
3182
|
-
requiredReminderContent?: string | undefined;
|
3183
|
-
date_format?: string | undefined;
|
3184
|
-
step_length?: string | number | undefined;
|
3185
|
-
urlConfig?: {
|
3186
|
-
[x: string]: any;
|
3187
|
-
url: string;
|
3188
|
-
method?: import("../../shared/hooks").FormRequestDefine.RequestType | undefined;
|
3189
|
-
nameKey?: string | undefined;
|
3190
|
-
valueKey?: string | undefined;
|
3191
|
-
showKey?: string | undefined;
|
3192
|
-
searchKey?: string[] | undefined;
|
3193
|
-
params?: import("../../shared/types").AnyObject | undefined;
|
3194
|
-
dependKey?: string | Record<string, string> | (string | {
|
3195
|
-
paramName: string;
|
3196
|
-
paramValue?: string | undefined;
|
3197
|
-
required?: boolean | undefined;
|
3198
|
-
keepValue?: boolean | undefined;
|
3199
|
-
})[] | undefined;
|
3200
|
-
} | undefined;
|
3201
|
-
suffixConfig?: any | any[] | undefined;
|
3202
|
-
prefixConfig?: any | any[] | undefined;
|
3203
|
-
autograph?: string | undefined;
|
3204
|
-
defined_error_msg?: string | undefined;
|
3205
|
-
extendKey?: string | undefined;
|
3206
|
-
is_not_fold?: string | undefined;
|
3207
|
-
remark?: string | undefined;
|
3208
|
-
remarkTo?: string | HTMLElement | undefined;
|
3209
|
-
free_entry?: import("..").FormCommonState | undefined;
|
3210
|
-
save_free_entry?: import("..").FormCommonState | undefined;
|
3211
|
-
initialize_high?: number | undefined;
|
3212
|
-
bindEventSetting?: {
|
3213
|
-
[x: string]: unknown;
|
3214
|
-
event_type: import("../../shared/types").LowCodeTypes.EVENT_TYPE;
|
3215
|
-
event_field?: string | undefined;
|
3216
|
-
params?: {
|
3217
|
-
p_value?: string | undefined;
|
3218
|
-
p_name: string;
|
3219
|
-
p_select: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
3220
|
-
}[] | undefined;
|
3221
|
-
results?: {
|
3222
|
-
p_value: string;
|
3223
|
-
p_name: string;
|
3224
|
-
}[] | undefined;
|
3225
|
-
compareMap?: {
|
3226
|
-
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
3227
|
-
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
3228
|
-
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
3229
|
-
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
3230
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
3231
|
-
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
3232
|
-
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
3233
|
-
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
3234
|
-
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
3235
|
-
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
3236
|
-
} | undefined;
|
3237
|
-
}[] | undefined;
|
3238
|
-
show_mode?: import("../../shared/types").LowCodeTypes.showModeType | undefined;
|
3239
|
-
is_allow_check_mid?: import("..").FormCommonState | undefined;
|
3240
|
-
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
3241
|
-
prefix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
3242
|
-
suffix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
3243
|
-
allowSlash?: string | boolean | undefined;
|
3244
|
-
allowModify?: import("..").FormCommonState | undefined;
|
3245
|
-
show_key?: string | undefined;
|
3246
|
-
whiteList?: string[] | undefined;
|
3247
|
-
bordered?: string | boolean | undefined;
|
3248
|
-
displayMode?: "form" | "table" | undefined;
|
3249
|
-
editor_title?: string | undefined;
|
3250
|
-
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
3251
|
-
linebarWidth?: string | undefined;
|
3252
|
-
linebarDirection?: "vertical" | "horizontal" | undefined;
|
3253
|
-
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
3254
|
-
labelColor?: string | undefined;
|
3255
|
-
fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
|
3256
|
-
confirmBeforeValueChange?: boolean | undefined;
|
3257
|
-
confirmBeforeValueChangeProps?: {
|
3258
|
-
[x: string]: any;
|
3259
|
-
content: string | ((params: {
|
3260
|
-
fieldName: string;
|
3261
|
-
newValue: any;
|
3262
|
-
oldValue: any;
|
3263
|
-
}) => any);
|
3264
|
-
updateOriginValue: boolean;
|
3265
|
-
} | undefined;
|
3266
|
-
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
3267
|
-
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
3268
|
-
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
3269
|
-
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
3270
|
-
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
3271
|
-
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
3272
|
-
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
3273
|
-
fieldTitleColor?: string | undefined;
|
3274
|
-
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
3275
|
-
content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
|
3276
|
-
lazyRequest?: boolean | undefined;
|
3277
|
-
requestCache?: boolean | undefined;
|
3278
|
-
maxGroupNum?: number | undefined;
|
3279
|
-
minGroupNum?: number | undefined;
|
3280
|
-
jsonCombination?: boolean | undefined;
|
3281
|
-
combinationItemDeletable?: boolean | import("..").CombinationItemDeletableFn | undefined;
|
3282
|
-
children?: any[] | undefined;
|
3283
|
-
properties?: any[] | undefined;
|
3284
|
-
componentProps?: import("../../shared/types").AnyObject | undefined;
|
3285
|
-
decoratorProps?: import("../../shared/types").AnyObject | undefined;
|
3286
|
-
noDecorator?: {
|
3287
|
-
valueOf: () => boolean;
|
3288
|
-
} | undefined;
|
3289
|
-
display?: "flex" | "grid" | undefined;
|
3290
|
-
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
3291
|
-
wrapperStyle?: Record<string, string | number> | undefined;
|
3292
|
-
childFieldStrategy?: "checked" | "all" | undefined;
|
3293
|
-
childWidthMode?: "outer" | "inner" | undefined;
|
3294
|
-
validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
|
3295
|
-
field: import("@formily/core").Field<any, any, any, any>;
|
3296
|
-
form: import("@formily/core").Form<any>;
|
3297
|
-
value: unknown;
|
3298
|
-
validator: import("../../shared/types").AnyFn;
|
3299
|
-
}) => string | void) | undefined;
|
3300
|
-
reactions?: {
|
3301
|
-
[x: string]: any;
|
3302
|
-
dependencies?: string[] | undefined;
|
3303
|
-
target?: string | undefined;
|
3304
|
-
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
3305
|
-
when?: string | boolean | undefined;
|
3306
|
-
fulfill?: {
|
3307
|
-
state?: import("../../shared/types").AnyObject | undefined;
|
3308
|
-
run?: string | undefined;
|
3309
|
-
} | undefined;
|
3310
|
-
otherwise?: {
|
3311
|
-
state?: import("../../shared/types").AnyObject | undefined;
|
3312
|
-
run?: string | undefined;
|
2332
|
+
optionAliasList?: {
|
2333
|
+
text: string;
|
2334
|
+
value: string;
|
2335
|
+
}[] | undefined;
|
2336
|
+
elementExtraSetting?: {
|
2337
|
+
allowPartial?: boolean | undefined;
|
2338
|
+
partialLevel?: number | undefined;
|
2339
|
+
maxLevel?: number | undefined;
|
2340
|
+
dateFormat?: string | undefined;
|
2341
|
+
defaultValue?: {
|
2342
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
2343
|
+
unit: "" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR";
|
2344
|
+
value: string;
|
3313
2345
|
} | undefined;
|
3314
|
-
|
3315
|
-
|
3316
|
-
|
3317
|
-
|
3318
|
-
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
3319
|
-
when?: string | boolean | undefined;
|
3320
|
-
fulfill?: {
|
3321
|
-
state?: import("../../shared/types").AnyObject | undefined;
|
3322
|
-
run?: string | undefined;
|
2346
|
+
minValue?: {
|
2347
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
2348
|
+
unit: "" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR";
|
2349
|
+
value: string;
|
3323
2350
|
} | undefined;
|
3324
|
-
|
3325
|
-
|
3326
|
-
|
2351
|
+
maxValue?: {
|
2352
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
2353
|
+
unit: "" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR";
|
2354
|
+
value: string;
|
3327
2355
|
} | undefined;
|
3328
|
-
}[] | undefined;
|
3329
|
-
} | undefined;
|
3330
|
-
optionAliasList?: {
|
3331
|
-
text: string;
|
3332
|
-
value: string;
|
3333
|
-
}[] | undefined;
|
3334
|
-
elementExtraSetting?: {
|
3335
|
-
allowPartial?: boolean | undefined;
|
3336
|
-
partialLevel?: number | undefined;
|
3337
|
-
maxLevel?: number | undefined;
|
3338
|
-
dateFormat?: string | undefined;
|
3339
|
-
defaultValue?: {
|
3340
|
-
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
3341
|
-
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
3342
|
-
value: string;
|
3343
|
-
} | undefined;
|
3344
|
-
minValue?: {
|
3345
|
-
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
3346
|
-
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
3347
|
-
value: string;
|
3348
|
-
} | undefined;
|
3349
|
-
maxValue?: {
|
3350
|
-
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
3351
|
-
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
3352
|
-
value: string;
|
3353
2356
|
} | undefined;
|
3354
|
-
|
3355
|
-
|
3356
|
-
|
3357
|
-
|
3358
|
-
|
3359
|
-
generateFieldListByFormConfigItem: (formConfigItem: import("./src/types").FormConfigItem, fieldItem?: import("..").FieldItem | undefined) => import("..").FieldItem[];
|
3360
|
-
prevOldField: import("../../shared/types").Nullable<import("./src/types").FormConfigItem>;
|
3361
|
-
onFormChange: ({ fieldKey, value }: import("..").FormChangePayload) => void;
|
3362
|
-
createLabelRender: (originOptions?: import("../../shared/types").AnyObject[] | undefined) => (label: string) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
3363
|
-
[key: string]: any;
|
3364
|
-
}>;
|
3365
|
-
applyOptionAlias: (options?: import("../../shared/types").AnyObject[] | undefined) => import("../../shared/types").AnyObject[] | undefined;
|
3366
|
-
visitor: import("..").FieldVisitor;
|
3367
|
-
showOptionModal: import("vue").Ref<boolean, boolean>;
|
3368
|
-
editOptions: import("vue").Ref<{
|
3369
|
-
[x: string]: any;
|
3370
|
-
keyword?: string | undefined;
|
3371
|
-
disabled?: boolean | undefined;
|
3372
|
-
children?: any[] | undefined;
|
3373
|
-
childrenFields?: {
|
2357
|
+
__new?: boolean | undefined;
|
2358
|
+
__isCombinationChild?: boolean | undefined;
|
2359
|
+
__extra?: boolean | undefined;
|
2360
|
+
}[] | undefined;
|
2361
|
+
originalSetting?: {
|
3374
2362
|
[x: string]: any;
|
3375
2363
|
val_key: string;
|
3376
|
-
html_type: "LINEBAR" |
|
2364
|
+
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";
|
3377
2365
|
annotation?: boolean | undefined;
|
3378
2366
|
val_key_unit?: string | undefined;
|
3379
2367
|
is_edit?: import("..").FormCommonState | undefined;
|
@@ -3381,6 +2369,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
3381
2369
|
is_show?: import("..").FormCommonState | undefined;
|
3382
2370
|
is_null?: import("..").FormCommonState | undefined;
|
3383
2371
|
name?: string | undefined;
|
2372
|
+
nameAbbr?: string | undefined;
|
3384
2373
|
alias?: string | undefined;
|
3385
2374
|
default_val?: any;
|
3386
2375
|
is_empty?: import("..").FormCommonState | undefined;
|
@@ -3388,7 +2377,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
3388
2377
|
placeholder?: string | undefined;
|
3389
2378
|
validate?: {
|
3390
2379
|
[x: string]: any;
|
3391
|
-
obj_type?: ("
|
2380
|
+
obj_type?: ("password" | "sex" | "age" | "email" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
3392
2381
|
vali_obj?: string | undefined;
|
3393
2382
|
max_value?: string | number | undefined;
|
3394
2383
|
min_value?: string | number | undefined;
|
@@ -3397,11 +2386,38 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
3397
2386
|
min_length?: string | number | undefined;
|
3398
2387
|
max_length?: string | number | undefined;
|
3399
2388
|
decimal_length?: string | number | undefined;
|
3400
|
-
regular_expression?: string |
|
2389
|
+
regular_expression?: string | {
|
2390
|
+
exec: (string: string) => RegExpExecArray | null;
|
2391
|
+
test: (string: string) => boolean;
|
2392
|
+
readonly source: string;
|
2393
|
+
readonly global: boolean;
|
2394
|
+
readonly ignoreCase: boolean;
|
2395
|
+
readonly multiline: boolean;
|
2396
|
+
lastIndex: number;
|
2397
|
+
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
2398
|
+
readonly flags: string;
|
2399
|
+
readonly sticky: boolean;
|
2400
|
+
readonly unicode: boolean;
|
2401
|
+
readonly dotAll: boolean;
|
2402
|
+
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
2403
|
+
[Symbol.replace]: {
|
2404
|
+
(string: string, replaceValue: string): string;
|
2405
|
+
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
2406
|
+
};
|
2407
|
+
[Symbol.search]: (string: string) => number;
|
2408
|
+
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
2409
|
+
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
2410
|
+
} | undefined;
|
3401
2411
|
regular_error_tip?: string | undefined;
|
3402
2412
|
message?: string | undefined;
|
3403
2413
|
} | undefined;
|
3404
|
-
option?:
|
2414
|
+
option?: {
|
2415
|
+
[x: string]: any;
|
2416
|
+
keyword?: string | undefined;
|
2417
|
+
disabled?: boolean | undefined;
|
2418
|
+
children?: any[] | undefined;
|
2419
|
+
childrenFields?: any[] | undefined;
|
2420
|
+
}[] | undefined;
|
3405
2421
|
multi_select?: import("..").FormCommonState | undefined;
|
3406
2422
|
multi_select_value?: string | number | undefined;
|
3407
2423
|
wordbook?: {
|
@@ -3505,8 +2521,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
3505
2521
|
editor_title?: string | undefined;
|
3506
2522
|
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
3507
2523
|
linebarWidth?: string | undefined;
|
3508
|
-
linebarDirection?: "
|
3509
|
-
linebarTextDirection?: "
|
2524
|
+
linebarDirection?: "horizontal" | "vertical" | undefined;
|
2525
|
+
linebarTextDirection?: "horizontal" | "vertical" | undefined;
|
3510
2526
|
labelColor?: string | undefined;
|
3511
2527
|
fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
|
3512
2528
|
confirmBeforeValueChange?: boolean | undefined;
|
@@ -3520,10 +2536,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
3520
2536
|
updateOriginValue: boolean;
|
3521
2537
|
} | undefined;
|
3522
2538
|
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
3523
|
-
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR"
|
2539
|
+
unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
|
3524
2540
|
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
3525
|
-
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR"
|
3526
|
-
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR"
|
2541
|
+
max_date_unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
|
2542
|
+
min_date_unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
|
3527
2543
|
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
3528
2544
|
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
3529
2545
|
fieldTitleColor?: string | undefined;
|
@@ -3546,7 +2562,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
3546
2562
|
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
3547
2563
|
wrapperStyle?: Record<string, string | number> | undefined;
|
3548
2564
|
childFieldStrategy?: "checked" | "all" | undefined;
|
3549
|
-
childWidthMode?: "
|
2565
|
+
childWidthMode?: "inner" | "outer" | undefined;
|
3550
2566
|
validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
|
3551
2567
|
field: import("@formily/core").Field<any, any, any, any>;
|
3552
2568
|
form: import("@formily/core").Form<any>;
|
@@ -3582,8 +2598,46 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
3582
2598
|
run?: string | undefined;
|
3583
2599
|
} | undefined;
|
3584
2600
|
}[] | undefined;
|
2601
|
+
} | undefined;
|
2602
|
+
optionAliasList?: {
|
2603
|
+
text: string;
|
2604
|
+
value: string;
|
3585
2605
|
}[] | undefined;
|
3586
|
-
|
2606
|
+
elementExtraSetting?: {
|
2607
|
+
allowPartial?: boolean | undefined;
|
2608
|
+
partialLevel?: number | undefined;
|
2609
|
+
maxLevel?: number | undefined;
|
2610
|
+
dateFormat?: string | undefined;
|
2611
|
+
defaultValue?: {
|
2612
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
2613
|
+
unit: "" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR";
|
2614
|
+
value: string;
|
2615
|
+
} | undefined;
|
2616
|
+
minValue?: {
|
2617
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
2618
|
+
unit: "" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR";
|
2619
|
+
value: string;
|
2620
|
+
} | undefined;
|
2621
|
+
maxValue?: {
|
2622
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
2623
|
+
unit: "" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR";
|
2624
|
+
value: string;
|
2625
|
+
} | undefined;
|
2626
|
+
} | undefined;
|
2627
|
+
__new?: boolean | undefined;
|
2628
|
+
__isCombinationChild?: boolean | undefined;
|
2629
|
+
__extra?: boolean | undefined;
|
2630
|
+
}>;
|
2631
|
+
generateFieldListByFormConfigItem: (formConfigItem: import("./src/types").FormConfigItem, fieldItem?: import("..").FieldItem | undefined) => import("..").FieldItem[];
|
2632
|
+
prevOldField: null;
|
2633
|
+
onFormChange: ({ fieldKey, value }: import("..").FormChangePayload) => void;
|
2634
|
+
createLabelRender: (originOptions?: import("../../shared/types").AnyObject[] | undefined) => (label: string) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
2635
|
+
[key: string]: any;
|
2636
|
+
}>;
|
2637
|
+
applyOptionAlias: (options?: import("../../shared/types").AnyObject[] | undefined) => import("../../shared/types").AnyObject[] | undefined;
|
2638
|
+
visitor: import("..").FieldVisitor;
|
2639
|
+
showOptionModal: import("vue").Ref<boolean>;
|
2640
|
+
editOptions: import("vue").Ref<{
|
3587
2641
|
[x: string]: any;
|
3588
2642
|
keyword?: string | undefined;
|
3589
2643
|
disabled?: boolean | undefined;
|
@@ -3591,7 +2645,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
3591
2645
|
childrenFields?: {
|
3592
2646
|
[x: string]: any;
|
3593
2647
|
val_key: string;
|
3594
|
-
html_type: "LINEBAR" |
|
2648
|
+
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";
|
3595
2649
|
annotation?: boolean | undefined;
|
3596
2650
|
val_key_unit?: string | undefined;
|
3597
2651
|
is_edit?: import("..").FormCommonState | undefined;
|
@@ -3599,6 +2653,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
3599
2653
|
is_show?: import("..").FormCommonState | undefined;
|
3600
2654
|
is_null?: import("..").FormCommonState | undefined;
|
3601
2655
|
name?: string | undefined;
|
2656
|
+
nameAbbr?: string | undefined;
|
3602
2657
|
alias?: string | undefined;
|
3603
2658
|
default_val?: any;
|
3604
2659
|
is_empty?: import("..").FormCommonState | undefined;
|
@@ -3606,7 +2661,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
3606
2661
|
placeholder?: string | undefined;
|
3607
2662
|
validate?: {
|
3608
2663
|
[x: string]: any;
|
3609
|
-
obj_type?: ("
|
2664
|
+
obj_type?: ("password" | "sex" | "age" | "email" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
3610
2665
|
vali_obj?: string | undefined;
|
3611
2666
|
max_value?: string | number | undefined;
|
3612
2667
|
min_value?: string | number | undefined;
|
@@ -3615,7 +2670,28 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
3615
2670
|
min_length?: string | number | undefined;
|
3616
2671
|
max_length?: string | number | undefined;
|
3617
2672
|
decimal_length?: string | number | undefined;
|
3618
|
-
regular_expression?: string |
|
2673
|
+
regular_expression?: string | {
|
2674
|
+
exec: (string: string) => RegExpExecArray | null;
|
2675
|
+
test: (string: string) => boolean;
|
2676
|
+
readonly source: string;
|
2677
|
+
readonly global: boolean;
|
2678
|
+
readonly ignoreCase: boolean;
|
2679
|
+
readonly multiline: boolean;
|
2680
|
+
lastIndex: number;
|
2681
|
+
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
2682
|
+
readonly flags: string;
|
2683
|
+
readonly sticky: boolean;
|
2684
|
+
readonly unicode: boolean;
|
2685
|
+
readonly dotAll: boolean;
|
2686
|
+
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
2687
|
+
[Symbol.replace]: {
|
2688
|
+
(string: string, replaceValue: string): string;
|
2689
|
+
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
2690
|
+
};
|
2691
|
+
[Symbol.search]: (string: string) => number;
|
2692
|
+
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
2693
|
+
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
2694
|
+
} | undefined;
|
3619
2695
|
regular_error_tip?: string | undefined;
|
3620
2696
|
message?: string | undefined;
|
3621
2697
|
} | undefined;
|
@@ -3723,8 +2799,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
3723
2799
|
editor_title?: string | undefined;
|
3724
2800
|
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
3725
2801
|
linebarWidth?: string | undefined;
|
3726
|
-
linebarDirection?: "
|
3727
|
-
linebarTextDirection?: "
|
2802
|
+
linebarDirection?: "horizontal" | "vertical" | undefined;
|
2803
|
+
linebarTextDirection?: "horizontal" | "vertical" | undefined;
|
3728
2804
|
labelColor?: string | undefined;
|
3729
2805
|
fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
|
3730
2806
|
confirmBeforeValueChange?: boolean | undefined;
|
@@ -3738,10 +2814,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
3738
2814
|
updateOriginValue: boolean;
|
3739
2815
|
} | undefined;
|
3740
2816
|
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
3741
|
-
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR"
|
2817
|
+
unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
|
3742
2818
|
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
3743
|
-
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR"
|
3744
|
-
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR"
|
2819
|
+
max_date_unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
|
2820
|
+
min_date_unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
|
3745
2821
|
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
3746
2822
|
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
3747
2823
|
fieldTitleColor?: string | undefined;
|
@@ -3764,7 +2840,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
3764
2840
|
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
3765
2841
|
wrapperStyle?: Record<string, string | number> | undefined;
|
3766
2842
|
childFieldStrategy?: "checked" | "all" | undefined;
|
3767
|
-
childWidthMode?: "
|
2843
|
+
childWidthMode?: "inner" | "outer" | undefined;
|
3768
2844
|
validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
|
3769
2845
|
field: import("@formily/core").Field<any, any, any, any>;
|
3770
2846
|
form: import("@formily/core").Form<any>;
|
@@ -3804,16 +2880,16 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
3804
2880
|
}[]>;
|
3805
2881
|
onOptionModalCancel: () => void;
|
3806
2882
|
onOptionModalConfirm: () => void;
|
3807
|
-
|
3808
|
-
|
3809
|
-
|
3810
|
-
|
3811
|
-
formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined
|
3812
|
-
key: import("vue").Ref<number
|
2883
|
+
useFormConfigLocale: typeof import("./src/hooks/useLocale").useFormConfigLocale;
|
2884
|
+
NModal: any;
|
2885
|
+
NInput: any;
|
2886
|
+
CFormRender: SFCWithInstall<import("vue").DefineComponent<{}, {
|
2887
|
+
formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined>;
|
2888
|
+
key: import("vue").Ref<number>;
|
3813
2889
|
reload: () => Promise<void>;
|
3814
2890
|
formRenderExposeKeyList: readonly ["validate", "getFormValues", "setFormValues", "setFieldState", "resetFields", "queryWidget", "getFieldList", "applySelectedSetting", "getTextFormValues", "optionInited", "updateAnchor"];
|
3815
2891
|
exposed: Partial<import("..").FormRenderExpose>;
|
3816
|
-
FormRender: import("vue").DefineComponent<
|
2892
|
+
FormRender: import("vue").DefineComponent<{
|
3817
2893
|
fieldList: {
|
3818
2894
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
3819
2895
|
};
|
@@ -3907,7 +2983,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
3907
2983
|
}>>;
|
3908
2984
|
};
|
3909
2985
|
components: {
|
3910
|
-
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}
|
2986
|
+
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
3911
2987
|
default: () => {};
|
3912
2988
|
};
|
3913
2989
|
scope: {
|
@@ -3992,11 +3068,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
3992
3068
|
type: import("vue").PropType<string[]>;
|
3993
3069
|
};
|
3994
3070
|
linebarDirection: {
|
3995
|
-
type: import("vue").PropType<"
|
3071
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
3996
3072
|
default: string;
|
3997
3073
|
};
|
3998
3074
|
linebarTextDirection: {
|
3999
|
-
type: import("vue").PropType<"
|
3075
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
4000
3076
|
default: string;
|
4001
3077
|
};
|
4002
3078
|
linebarWidth: {
|
@@ -4021,8 +3097,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
4021
3097
|
lazyRender: BooleanConstructor;
|
4022
3098
|
linebreaksToTitle: BooleanConstructor;
|
4023
3099
|
dialogFn: {};
|
4024
|
-
}
|
4025
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
3100
|
+
}, {
|
3101
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
4026
3102
|
fieldList: {
|
4027
3103
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
4028
3104
|
};
|
@@ -4116,7 +3192,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
4116
3192
|
}>>;
|
4117
3193
|
};
|
4118
3194
|
components: {
|
4119
|
-
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}
|
3195
|
+
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
4120
3196
|
default: () => {};
|
4121
3197
|
};
|
4122
3198
|
scope: {
|
@@ -4201,11 +3277,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
4201
3277
|
type: import("vue").PropType<string[]>;
|
4202
3278
|
};
|
4203
3279
|
linebarDirection: {
|
4204
|
-
type: import("vue").PropType<"
|
3280
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
4205
3281
|
default: string;
|
4206
3282
|
};
|
4207
3283
|
linebarTextDirection: {
|
4208
|
-
type: import("vue").PropType<"
|
3284
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
4209
3285
|
default: string;
|
4210
3286
|
};
|
4211
3287
|
linebarWidth: {
|
@@ -4230,19 +3306,19 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
4230
3306
|
lazyRender: BooleanConstructor;
|
4231
3307
|
linebreaksToTitle: BooleanConstructor;
|
4232
3308
|
dialogFn: {};
|
4233
|
-
}>> &
|
3309
|
+
}>> & {
|
4234
3310
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
4235
3311
|
onScroll?: ((...args: any[]) => any) | undefined;
|
4236
3312
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
4237
3313
|
"onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
|
4238
3314
|
onLinebarChange?: ((...args: any[]) => any) | undefined;
|
4239
3315
|
onReady?: ((...args: any[]) => any) | undefined;
|
4240
|
-
}
|
3316
|
+
}>>;
|
4241
3317
|
emit: (event: "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", ...args: any[]) => void;
|
4242
3318
|
cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
|
4243
3319
|
nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
|
4244
|
-
formRenderRef: import("vue").Ref<HTMLElement | undefined
|
4245
|
-
formWidth: import("vue").Ref<number
|
3320
|
+
formRenderRef: import("vue").Ref<HTMLElement | undefined>;
|
3321
|
+
formWidth: import("vue").Ref<number>;
|
4246
3322
|
formHeight: import("vue").ComputedRef<string>;
|
4247
3323
|
SchemaField: import("vue").DefineComponent<import("@formily/vue").ISchemaFieldProps>;
|
4248
3324
|
businessCollector: import("..").BusinessCollector;
|
@@ -4255,21 +3331,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
4255
3331
|
formUUID: string;
|
4256
3332
|
anchorBarRef: import("vue").Ref<{
|
4257
3333
|
syncBarPosition: import("../../shared/types").AnyFn;
|
4258
|
-
} | undefined, {
|
4259
|
-
syncBarPosition: import("../../shared/types").AnyFn;
|
4260
3334
|
} | undefined>;
|
4261
|
-
currentAnchor: import("vue").WritableComputedRef<string
|
3335
|
+
currentAnchor: import("vue").WritableComputedRef<string>;
|
4262
3336
|
updateAnchorList: (field: import("@formily/core").GeneralField) => void;
|
4263
3337
|
anchorIdList: import("vue").Ref<{
|
4264
3338
|
name: string;
|
4265
3339
|
title: string;
|
4266
3340
|
index: number;
|
4267
|
-
}[], (Record<"name" | "title", string> & {
|
4268
|
-
index: number;
|
4269
|
-
})[] | {
|
4270
|
-
name: string;
|
4271
|
-
title: string;
|
4272
|
-
index: number;
|
4273
3341
|
}[]>;
|
4274
3342
|
onScroll: (scrollEvent: Event) => void;
|
4275
3343
|
generateAnchorList: (formModel: import("@formily/core").Form<any>) => Promise<void>;
|
@@ -4296,7 +3364,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
4296
3364
|
setGraph: (field: import("@formily/core").GeneralField) => void;
|
4297
3365
|
removeGraph: (field: import("@formily/core").GeneralField) => void;
|
4298
3366
|
lowCodeEventTrigger: (field: import("@formily/core").GeneralField) => void;
|
4299
|
-
emitFormChange: import("vue").Ref<boolean
|
3367
|
+
emitFormChange: import("vue").Ref<boolean>;
|
4300
3368
|
formModel: import("@formily/core").Form<{
|
4301
3369
|
[x: string]: any;
|
4302
3370
|
}>;
|
@@ -4373,7 +3441,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
4373
3441
|
"x-read-pretty"?: boolean | undefined;
|
4374
3442
|
"x-compile-omitted"?: string[] | undefined;
|
4375
3443
|
}>;
|
4376
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}
|
3444
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
4377
3445
|
scope: import("../../shared/types").AnyObject;
|
4378
3446
|
annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
|
4379
3447
|
annotationShortcuts: (string | {
|
@@ -4408,8 +3476,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
4408
3476
|
selectMode: boolean;
|
4409
3477
|
selectedFields: string[];
|
4410
3478
|
linebarWidth: string | number;
|
4411
|
-
linebarDirection: "
|
4412
|
-
linebarTextDirection: "
|
3479
|
+
linebarDirection: "horizontal" | "vertical";
|
3480
|
+
linebarTextDirection: "horizontal" | "vertical";
|
4413
3481
|
autoWidth: number | boolean;
|
4414
3482
|
feedbackType: "default" | "tooltip";
|
4415
3483
|
fixMemoLeak: boolean;
|
@@ -4592,16 +3660,16 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
4592
3660
|
onKeydown: (event: KeyboardEvent) => Promise<void>;
|
4593
3661
|
clearSpan: (uuid: string) => void;
|
4594
3662
|
exposeEvent: Omit<import("..").FormRenderExpose, "updateAnchor" | "getFieldList" | "optionInited" | "formModel" | "reload">;
|
4595
|
-
|
4596
|
-
|
4597
|
-
|
3663
|
+
useVersion: typeof import("../../shared/hooks").useVersion;
|
3664
|
+
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<{}>>, {}>;
|
3665
|
+
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>>>, {
|
4598
3666
|
form: any;
|
4599
|
-
}
|
4600
|
-
|
4601
|
-
|
4602
|
-
|
4603
|
-
|
4604
|
-
},
|
3667
|
+
}>;
|
3668
|
+
NConfigProvider: any;
|
3669
|
+
NForm: any;
|
3670
|
+
NTabPane: any;
|
3671
|
+
NTabs: any;
|
3672
|
+
}, 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<{
|
4605
3673
|
fieldList: {
|
4606
3674
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
4607
3675
|
};
|
@@ -4695,7 +3763,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
4695
3763
|
}>>;
|
4696
3764
|
};
|
4697
3765
|
components: {
|
4698
|
-
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}
|
3766
|
+
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
4699
3767
|
default: () => {};
|
4700
3768
|
};
|
4701
3769
|
scope: {
|
@@ -4780,11 +3848,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
4780
3848
|
type: import("vue").PropType<string[]>;
|
4781
3849
|
};
|
4782
3850
|
linebarDirection: {
|
4783
|
-
type: import("vue").PropType<"
|
3851
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
4784
3852
|
default: string;
|
4785
3853
|
};
|
4786
3854
|
linebarTextDirection: {
|
4787
|
-
type: import("vue").PropType<"
|
3855
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
4788
3856
|
default: string;
|
4789
3857
|
};
|
4790
3858
|
linebarWidth: {
|
@@ -4809,18 +3877,18 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
4809
3877
|
lazyRender: BooleanConstructor;
|
4810
3878
|
linebreaksToTitle: BooleanConstructor;
|
4811
3879
|
dialogFn: {};
|
4812
|
-
}>> &
|
3880
|
+
}>> & {
|
4813
3881
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
4814
3882
|
onScroll?: ((...args: any[]) => any) | undefined;
|
4815
3883
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
4816
3884
|
"onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
|
4817
3885
|
onLinebarChange?: ((...args: any[]) => any) | undefined;
|
4818
3886
|
onReady?: ((...args: any[]) => any) | undefined;
|
4819
|
-
}
|
4820
|
-
maxHeight: string | number;
|
3887
|
+
}, {
|
4821
3888
|
anchor: boolean;
|
4822
3889
|
column: number;
|
4823
|
-
|
3890
|
+
maxHeight: string | number;
|
3891
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
4824
3892
|
initialData: import("../../shared/types").AnyObject;
|
4825
3893
|
parallelism: number;
|
4826
3894
|
scope: import("../../shared/types").AnyObject;
|
@@ -4836,8 +3904,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
4836
3904
|
wordSplitFilter: boolean;
|
4837
3905
|
selectMode: boolean;
|
4838
3906
|
linebarWidth: string | number;
|
4839
|
-
linebarDirection: "
|
4840
|
-
linebarTextDirection: "
|
3907
|
+
linebarDirection: "horizontal" | "vertical";
|
3908
|
+
linebarTextDirection: "horizontal" | "vertical";
|
4841
3909
|
autoWidth: number | boolean;
|
4842
3910
|
feedbackType: "default" | "tooltip";
|
4843
3911
|
fixMemoLeak: boolean;
|
@@ -4846,9 +3914,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
4846
3914
|
nominalAge: boolean;
|
4847
3915
|
operationalFormInit: boolean;
|
4848
3916
|
incrementalRender: boolean;
|
4849
|
-
}
|
4850
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
4851
|
-
},
|
3917
|
+
}>;
|
3918
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
3919
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
4852
3920
|
uuid: {
|
4853
3921
|
type: StringConstructor;
|
4854
3922
|
required: true;
|
@@ -4922,7 +3990,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
4922
3990
|
"x-read-pretty"?: boolean | undefined;
|
4923
3991
|
"x-compile-omitted"?: string[] | undefined;
|
4924
3992
|
}>;
|
4925
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}
|
3993
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
4926
3994
|
scope: import("../../shared/types").AnyObject;
|
4927
3995
|
annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
|
4928
3996
|
annotationShortcuts: (string | {
|
@@ -4957,8 +4025,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
4957
4025
|
selectMode: boolean;
|
4958
4026
|
selectedFields: string[];
|
4959
4027
|
linebarWidth: string | number;
|
4960
|
-
linebarDirection: "
|
4961
|
-
linebarTextDirection: "
|
4028
|
+
linebarDirection: "horizontal" | "vertical";
|
4029
|
+
linebarTextDirection: "horizontal" | "vertical";
|
4962
4030
|
autoWidth: number | boolean;
|
4963
4031
|
feedbackType: "default" | "tooltip";
|
4964
4032
|
fixMemoLeak: boolean;
|
@@ -4967,8 +4035,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
4967
4035
|
dialogFn: any;
|
4968
4036
|
}>>>;
|
4969
4037
|
};
|
4970
|
-
}
|
4971
|
-
FormConfigEventSetting: import("vue").DefineComponent<
|
4038
|
+
}>>, {}>;
|
4039
|
+
FormConfigEventSetting: import("vue").DefineComponent<{
|
4972
4040
|
modelValue: {
|
4973
4041
|
type: ArrayConstructor;
|
4974
4042
|
required: true;
|
@@ -4978,8 +4046,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
4978
4046
|
type: null;
|
4979
4047
|
required: true;
|
4980
4048
|
};
|
4981
|
-
}
|
4982
|
-
props:
|
4049
|
+
}, {
|
4050
|
+
props: {
|
4051
|
+
modelValue: import("../../shared/types").LowCodeTypes.reactionConfig[];
|
4052
|
+
bindFormRenderRef: import("..").FormRenderExpose;
|
4053
|
+
};
|
4983
4054
|
emit: (event: "update:modelValue" | "validateFailure", ...args: any[]) => void;
|
4984
4055
|
cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
|
4985
4056
|
valueRef: import("vue").Ref<{
|
@@ -5014,40 +4085,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
5014
4085
|
}[] | undefined;
|
5015
4086
|
__oppositeBindField?: any | undefined;
|
5016
4087
|
__oppositeTargetField?: any | undefined;
|
5017
|
-
}[], import("../../shared/types").LowCodeTypes.reactionConfig[] | {
|
5018
|
-
conObj: {
|
5019
|
-
con: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
5020
|
-
field_key: string;
|
5021
|
-
value: unknown;
|
5022
|
-
}[];
|
5023
|
-
compareMap?: {
|
5024
|
-
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
5025
|
-
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
5026
|
-
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
5027
|
-
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
5028
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
5029
|
-
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
5030
|
-
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
5031
|
-
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
5032
|
-
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
5033
|
-
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
5034
|
-
} | undefined;
|
5035
|
-
isRestoreDefault?: boolean | undefined;
|
5036
|
-
sqlExpression?: string | undefined;
|
5037
|
-
showField?: string[] | undefined;
|
5038
|
-
hideField?: string[] | undefined;
|
5039
|
-
requiredField?: string[] | undefined;
|
5040
|
-
notRequiredField?: string[] | undefined;
|
5041
|
-
enabledField?: string[] | undefined;
|
5042
|
-
disabledField?: string[] | undefined;
|
5043
|
-
setValueField?: {
|
5044
|
-
field?: string | undefined;
|
5045
|
-
value?: unknown;
|
5046
|
-
}[] | undefined;
|
5047
|
-
__oppositeBindField?: any | undefined;
|
5048
|
-
__oppositeTargetField?: any | undefined;
|
5049
4088
|
}[]>;
|
5050
|
-
expandedName: import("vue").Ref<string
|
4089
|
+
expandedName: import("vue").Ref<string>;
|
5051
4090
|
addConnection: () => void;
|
5052
4091
|
removeConnection: (index: number) => void;
|
5053
4092
|
getOppositeBtnText: (item: import("../../shared/types").LowCodeTypes.reactionConfig) => string | undefined;
|
@@ -5061,14 +4100,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
5061
4100
|
addCondition: (config: import("../../shared/types").LowCodeTypes.reactionConfig) => void;
|
5062
4101
|
removeCondition: (config: import("../../shared/types").LowCodeTypes.reactionConfig, index: number) => void;
|
5063
4102
|
onUpdateConditionType: (condition: import("../../shared/types").LowCodeTypes.reactionsConObj, type: import("../../shared/types").LowCodeTypes.VALUE_RELATION) => void;
|
5064
|
-
showRef: import("vue").Ref<boolean
|
4103
|
+
showRef: import("vue").Ref<boolean>;
|
5065
4104
|
addSetValueField: (item: import("../../shared/types").LowCodeTypes.reactionConfig) => void;
|
5066
|
-
fieldListRef: import("vue").Ref<import("./src/types").FormConfigItem[]
|
4105
|
+
fieldListRef: import("vue").Ref<import("./src/types").FormConfigItem[]>;
|
5067
4106
|
fieldOptions: import("vue").ComputedRef<import("./src/types").FormConfigItem[]>;
|
5068
4107
|
setValueTypes: string[];
|
5069
4108
|
setValueFieldOptions: import("vue").ComputedRef<import("./src/types").FormConfigItem[]>;
|
5070
|
-
currentTypeList:
|
5071
|
-
dialog: import("naive-ui
|
4109
|
+
currentTypeList: string[];
|
4110
|
+
dialog: import("naive-ui").DialogApi;
|
5072
4111
|
onNegativeClick: () => Promise<void>;
|
5073
4112
|
onPositiveClick: () => Promise<void>;
|
5074
4113
|
configValidate: () => Promise<void>;
|
@@ -5079,7 +4118,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
5079
4118
|
decoratorProps: {
|
5080
4119
|
showFeedback: boolean;
|
5081
4120
|
};
|
5082
|
-
html_type: "LINEBAR" |
|
4121
|
+
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";
|
5083
4122
|
annotation?: boolean | undefined;
|
5084
4123
|
val_key_unit?: string | undefined;
|
5085
4124
|
is_edit?: import("..").FormCommonState | undefined;
|
@@ -5087,13 +4126,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
5087
4126
|
is_show?: import("..").FormCommonState | undefined;
|
5088
4127
|
is_null?: import("..").FormCommonState | undefined;
|
5089
4128
|
name?: string | undefined;
|
4129
|
+
nameAbbr?: string | undefined;
|
5090
4130
|
default_val?: any;
|
5091
4131
|
is_empty?: import("..").FormCommonState | undefined;
|
5092
4132
|
hide_title?: import("..").FormCommonState | undefined;
|
5093
4133
|
placeholder?: string | undefined;
|
5094
4134
|
validate?: Partial<{
|
5095
4135
|
[key: string]: any;
|
5096
|
-
obj_type: "
|
4136
|
+
obj_type: "password" | "sex" | "age" | "email" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name";
|
5097
4137
|
vali_obj: string;
|
5098
4138
|
max_value: string | number;
|
5099
4139
|
min_value: string | number;
|
@@ -5164,8 +4204,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
5164
4204
|
editor_title?: string | undefined;
|
5165
4205
|
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
5166
4206
|
linebarWidth?: string | undefined;
|
5167
|
-
linebarDirection?: "
|
5168
|
-
linebarTextDirection?: "
|
4207
|
+
linebarDirection?: "horizontal" | "vertical" | undefined;
|
4208
|
+
linebarTextDirection?: "horizontal" | "vertical" | undefined;
|
5169
4209
|
labelColor?: string | undefined;
|
5170
4210
|
fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
|
5171
4211
|
confirmBeforeValueChange?: boolean | undefined;
|
@@ -5179,10 +4219,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
5179
4219
|
updateOriginValue: boolean;
|
5180
4220
|
} | undefined;
|
5181
4221
|
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
5182
|
-
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR"
|
4222
|
+
unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
|
5183
4223
|
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
5184
|
-
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR"
|
5185
|
-
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR"
|
4224
|
+
max_date_unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
|
4225
|
+
min_date_unit?: ("HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR") | undefined;
|
5186
4226
|
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
5187
4227
|
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
5188
4228
|
fieldTitleColor?: string | undefined;
|
@@ -5202,7 +4242,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
5202
4242
|
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
5203
4243
|
wrapperStyle?: Record<string, string | number> | undefined;
|
5204
4244
|
childFieldStrategy?: "checked" | "all" | undefined;
|
5205
|
-
childWidthMode?: "
|
4245
|
+
childWidthMode?: "inner" | "outer" | undefined;
|
5206
4246
|
validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
|
5207
4247
|
field: import("@formily/core").Field<any, any, any, any>;
|
5208
4248
|
form: import("@formily/core").Form<any>;
|
@@ -5216,36 +4256,36 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
5216
4256
|
field: string;
|
5217
4257
|
value: string;
|
5218
4258
|
}) => void;
|
5219
|
-
|
5220
|
-
|
5221
|
-
|
5222
|
-
|
5223
|
-
|
5224
|
-
|
5225
|
-
|
5226
|
-
|
5227
|
-
|
5228
|
-
|
5229
|
-
|
5230
|
-
|
5231
|
-
|
5232
|
-
|
5233
|
-
|
5234
|
-
|
4259
|
+
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<{}>>, {}>;
|
4260
|
+
NButton: any;
|
4261
|
+
NCollapse: any;
|
4262
|
+
NCollapseItem: any;
|
4263
|
+
NEllipsis: any;
|
4264
|
+
NEmpty: any;
|
4265
|
+
NIcon: any;
|
4266
|
+
NInput: any;
|
4267
|
+
NInputGroup: any;
|
4268
|
+
NModal: any;
|
4269
|
+
NScrollbar: any;
|
4270
|
+
NSelect: any;
|
4271
|
+
NSpace: any;
|
4272
|
+
NThing: any;
|
4273
|
+
NTooltip: any;
|
4274
|
+
conditionTypeOptions: {
|
5235
4275
|
value: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
5236
4276
|
label: string;
|
5237
4277
|
}[];
|
5238
|
-
|
4278
|
+
connectionTypeOptions: {
|
5239
4279
|
value: string;
|
5240
4280
|
label: string;
|
5241
4281
|
}[];
|
5242
|
-
|
5243
|
-
formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined
|
5244
|
-
key: import("vue").Ref<number
|
4282
|
+
CForm: SFCWithInstall<import("vue").DefineComponent<{}, {
|
4283
|
+
formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined>;
|
4284
|
+
key: import("vue").Ref<number>;
|
5245
4285
|
reload: () => Promise<void>;
|
5246
4286
|
formRenderExposeKeyList: readonly ["validate", "getFormValues", "setFormValues", "setFieldState", "resetFields", "queryWidget", "getFieldList", "applySelectedSetting", "getTextFormValues", "optionInited", "updateAnchor"];
|
5247
4287
|
exposed: Partial<import("..").FormRenderExpose>;
|
5248
|
-
FormRender: import("vue").DefineComponent<
|
4288
|
+
FormRender: import("vue").DefineComponent<{
|
5249
4289
|
fieldList: {
|
5250
4290
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
5251
4291
|
};
|
@@ -5339,7 +4379,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
5339
4379
|
}>>;
|
5340
4380
|
};
|
5341
4381
|
components: {
|
5342
|
-
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}
|
4382
|
+
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
5343
4383
|
default: () => {};
|
5344
4384
|
};
|
5345
4385
|
scope: {
|
@@ -5424,11 +4464,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
5424
4464
|
type: import("vue").PropType<string[]>;
|
5425
4465
|
};
|
5426
4466
|
linebarDirection: {
|
5427
|
-
type: import("vue").PropType<"
|
4467
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
5428
4468
|
default: string;
|
5429
4469
|
};
|
5430
4470
|
linebarTextDirection: {
|
5431
|
-
type: import("vue").PropType<"
|
4471
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
5432
4472
|
default: string;
|
5433
4473
|
};
|
5434
4474
|
linebarWidth: {
|
@@ -5453,8 +4493,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
5453
4493
|
lazyRender: BooleanConstructor;
|
5454
4494
|
linebreaksToTitle: BooleanConstructor;
|
5455
4495
|
dialogFn: {};
|
5456
|
-
}
|
5457
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
4496
|
+
}, {
|
4497
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
5458
4498
|
fieldList: {
|
5459
4499
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
5460
4500
|
};
|
@@ -5548,7 +4588,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
5548
4588
|
}>>;
|
5549
4589
|
};
|
5550
4590
|
components: {
|
5551
|
-
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}
|
4591
|
+
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
5552
4592
|
default: () => {};
|
5553
4593
|
};
|
5554
4594
|
scope: {
|
@@ -5633,11 +4673,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
5633
4673
|
type: import("vue").PropType<string[]>;
|
5634
4674
|
};
|
5635
4675
|
linebarDirection: {
|
5636
|
-
type: import("vue").PropType<"
|
4676
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
5637
4677
|
default: string;
|
5638
4678
|
};
|
5639
4679
|
linebarTextDirection: {
|
5640
|
-
type: import("vue").PropType<"
|
4680
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
5641
4681
|
default: string;
|
5642
4682
|
};
|
5643
4683
|
linebarWidth: {
|
@@ -5662,19 +4702,19 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
5662
4702
|
lazyRender: BooleanConstructor;
|
5663
4703
|
linebreaksToTitle: BooleanConstructor;
|
5664
4704
|
dialogFn: {};
|
5665
|
-
}>> &
|
4705
|
+
}>> & {
|
5666
4706
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
5667
4707
|
onScroll?: ((...args: any[]) => any) | undefined;
|
5668
4708
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
5669
4709
|
"onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
|
5670
4710
|
onLinebarChange?: ((...args: any[]) => any) | undefined;
|
5671
4711
|
onReady?: ((...args: any[]) => any) | undefined;
|
5672
|
-
}
|
4712
|
+
}>>;
|
5673
4713
|
emit: (event: "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", ...args: any[]) => void;
|
5674
4714
|
cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
|
5675
4715
|
nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
|
5676
|
-
formRenderRef: import("vue").Ref<HTMLElement | undefined
|
5677
|
-
formWidth: import("vue").Ref<number
|
4716
|
+
formRenderRef: import("vue").Ref<HTMLElement | undefined>;
|
4717
|
+
formWidth: import("vue").Ref<number>;
|
5678
4718
|
formHeight: import("vue").ComputedRef<string>;
|
5679
4719
|
SchemaField: import("vue").DefineComponent<import("@formily/vue").ISchemaFieldProps>;
|
5680
4720
|
businessCollector: import("..").BusinessCollector;
|
@@ -5687,21 +4727,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
5687
4727
|
formUUID: string;
|
5688
4728
|
anchorBarRef: import("vue").Ref<{
|
5689
4729
|
syncBarPosition: import("../../shared/types").AnyFn;
|
5690
|
-
} | undefined, {
|
5691
|
-
syncBarPosition: import("../../shared/types").AnyFn;
|
5692
4730
|
} | undefined>;
|
5693
|
-
currentAnchor: import("vue").WritableComputedRef<string
|
4731
|
+
currentAnchor: import("vue").WritableComputedRef<string>;
|
5694
4732
|
updateAnchorList: (field: import("@formily/core").GeneralField) => void;
|
5695
4733
|
anchorIdList: import("vue").Ref<{
|
5696
4734
|
name: string;
|
5697
4735
|
title: string;
|
5698
4736
|
index: number;
|
5699
|
-
}[], (Record<"name" | "title", string> & {
|
5700
|
-
index: number;
|
5701
|
-
})[] | {
|
5702
|
-
name: string;
|
5703
|
-
title: string;
|
5704
|
-
index: number;
|
5705
4737
|
}[]>;
|
5706
4738
|
onScroll: (scrollEvent: Event) => void;
|
5707
4739
|
generateAnchorList: (formModel: import("@formily/core").Form<any>) => Promise<void>;
|
@@ -5728,7 +4760,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
5728
4760
|
setGraph: (field: import("@formily/core").GeneralField) => void;
|
5729
4761
|
removeGraph: (field: import("@formily/core").GeneralField) => void;
|
5730
4762
|
lowCodeEventTrigger: (field: import("@formily/core").GeneralField) => void;
|
5731
|
-
emitFormChange: import("vue").Ref<boolean
|
4763
|
+
emitFormChange: import("vue").Ref<boolean>;
|
5732
4764
|
formModel: import("@formily/core").Form<{
|
5733
4765
|
[x: string]: any;
|
5734
4766
|
}>;
|
@@ -5805,7 +4837,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
5805
4837
|
"x-read-pretty"?: boolean | undefined;
|
5806
4838
|
"x-compile-omitted"?: string[] | undefined;
|
5807
4839
|
}>;
|
5808
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}
|
4840
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
5809
4841
|
scope: import("../../shared/types").AnyObject;
|
5810
4842
|
annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
|
5811
4843
|
annotationShortcuts: (string | {
|
@@ -5840,8 +4872,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
5840
4872
|
selectMode: boolean;
|
5841
4873
|
selectedFields: string[];
|
5842
4874
|
linebarWidth: string | number;
|
5843
|
-
linebarDirection: "
|
5844
|
-
linebarTextDirection: "
|
4875
|
+
linebarDirection: "horizontal" | "vertical";
|
4876
|
+
linebarTextDirection: "horizontal" | "vertical";
|
5845
4877
|
autoWidth: number | boolean;
|
5846
4878
|
feedbackType: "default" | "tooltip";
|
5847
4879
|
fixMemoLeak: boolean;
|
@@ -6024,16 +5056,16 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
6024
5056
|
onKeydown: (event: KeyboardEvent) => Promise<void>;
|
6025
5057
|
clearSpan: (uuid: string) => void;
|
6026
5058
|
exposeEvent: Omit<import("..").FormRenderExpose, "updateAnchor" | "getFieldList" | "optionInited" | "formModel" | "reload">;
|
6027
|
-
|
6028
|
-
|
6029
|
-
|
5059
|
+
useVersion: typeof import("../../shared/hooks").useVersion;
|
5060
|
+
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<{}>>, {}>;
|
5061
|
+
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>>>, {
|
6030
5062
|
form: any;
|
6031
|
-
}
|
6032
|
-
|
6033
|
-
|
6034
|
-
|
6035
|
-
|
6036
|
-
},
|
5063
|
+
}>;
|
5064
|
+
NConfigProvider: any;
|
5065
|
+
NForm: any;
|
5066
|
+
NTabPane: any;
|
5067
|
+
NTabs: any;
|
5068
|
+
}, 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<{
|
6037
5069
|
fieldList: {
|
6038
5070
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
6039
5071
|
};
|
@@ -6127,7 +5159,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
6127
5159
|
}>>;
|
6128
5160
|
};
|
6129
5161
|
components: {
|
6130
|
-
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}
|
5162
|
+
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
6131
5163
|
default: () => {};
|
6132
5164
|
};
|
6133
5165
|
scope: {
|
@@ -6212,11 +5244,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
6212
5244
|
type: import("vue").PropType<string[]>;
|
6213
5245
|
};
|
6214
5246
|
linebarDirection: {
|
6215
|
-
type: import("vue").PropType<"
|
5247
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
6216
5248
|
default: string;
|
6217
5249
|
};
|
6218
5250
|
linebarTextDirection: {
|
6219
|
-
type: import("vue").PropType<"
|
5251
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
6220
5252
|
default: string;
|
6221
5253
|
};
|
6222
5254
|
linebarWidth: {
|
@@ -6241,18 +5273,18 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
6241
5273
|
lazyRender: BooleanConstructor;
|
6242
5274
|
linebreaksToTitle: BooleanConstructor;
|
6243
5275
|
dialogFn: {};
|
6244
|
-
}>> &
|
5276
|
+
}>> & {
|
6245
5277
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
6246
5278
|
onScroll?: ((...args: any[]) => any) | undefined;
|
6247
5279
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
6248
5280
|
"onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
|
6249
5281
|
onLinebarChange?: ((...args: any[]) => any) | undefined;
|
6250
5282
|
onReady?: ((...args: any[]) => any) | undefined;
|
6251
|
-
}
|
6252
|
-
maxHeight: string | number;
|
5283
|
+
}, {
|
6253
5284
|
anchor: boolean;
|
6254
5285
|
column: number;
|
6255
|
-
|
5286
|
+
maxHeight: string | number;
|
5287
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
6256
5288
|
initialData: import("../../shared/types").AnyObject;
|
6257
5289
|
parallelism: number;
|
6258
5290
|
scope: import("../../shared/types").AnyObject;
|
@@ -6268,8 +5300,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
6268
5300
|
wordSplitFilter: boolean;
|
6269
5301
|
selectMode: boolean;
|
6270
5302
|
linebarWidth: string | number;
|
6271
|
-
linebarDirection: "
|
6272
|
-
linebarTextDirection: "
|
5303
|
+
linebarDirection: "horizontal" | "vertical";
|
5304
|
+
linebarTextDirection: "horizontal" | "vertical";
|
6273
5305
|
autoWidth: number | boolean;
|
6274
5306
|
feedbackType: "default" | "tooltip";
|
6275
5307
|
fixMemoLeak: boolean;
|
@@ -6278,9 +5310,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
6278
5310
|
nominalAge: boolean;
|
6279
5311
|
operationalFormInit: boolean;
|
6280
5312
|
incrementalRender: boolean;
|
6281
|
-
}
|
6282
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
6283
|
-
},
|
5313
|
+
}>;
|
5314
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
5315
|
+
}, 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<{
|
6284
5316
|
modelValue: {
|
6285
5317
|
type: ArrayConstructor;
|
6286
5318
|
required: true;
|
@@ -6290,13 +5322,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
6290
5322
|
type: null;
|
6291
5323
|
required: true;
|
6292
5324
|
};
|
6293
|
-
}>> &
|
5325
|
+
}>> & {
|
6294
5326
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
6295
5327
|
onValidateFailure?: ((...args: any[]) => any) | undefined;
|
6296
|
-
}
|
5328
|
+
}, {
|
6297
5329
|
modelValue: unknown[];
|
6298
|
-
}
|
6299
|
-
|
5330
|
+
}>;
|
5331
|
+
FormConfigMaterialItem: import("vue").DefineComponent<{
|
6300
5332
|
formConfigItem: {
|
6301
5333
|
type: import("vue").PropType<import("./src/types").FormConfigItem>;
|
6302
5334
|
required: true;
|
@@ -6309,7 +5341,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
6309
5341
|
type: import("vue").PropType<import("./src/types").FormConfigItem[]>;
|
6310
5342
|
default: () => never[];
|
6311
5343
|
};
|
6312
|
-
}
|
5344
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
6313
5345
|
formConfigItem: {
|
6314
5346
|
type: import("vue").PropType<import("./src/types").FormConfigItem>;
|
6315
5347
|
required: true;
|
@@ -6322,13 +5354,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
6322
5354
|
type: import("vue").PropType<import("./src/types").FormConfigItem[]>;
|
6323
5355
|
default: () => never[];
|
6324
5356
|
};
|
6325
|
-
}
|
5357
|
+
}>>, {
|
6326
5358
|
materialList: import("./src/types").FormConfigItem[];
|
6327
|
-
}
|
6328
|
-
|
6329
|
-
|
6330
|
-
|
6331
|
-
},
|
5359
|
+
}>;
|
5360
|
+
FORM_CONFIG_GROUP: string;
|
5361
|
+
NSelect: any;
|
5362
|
+
NSpace: any;
|
5363
|
+
}, 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<{
|
6332
5364
|
maxHeight: {
|
6333
5365
|
type: StringConstructor;
|
6334
5366
|
};
|
@@ -6410,7 +5442,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
6410
5442
|
"x-read-pretty"?: boolean | undefined;
|
6411
5443
|
"x-compile-omitted"?: string[] | undefined;
|
6412
5444
|
}>;
|
6413
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}
|
5445
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
6414
5446
|
scope: import("../../shared/types").AnyObject;
|
6415
5447
|
annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
|
6416
5448
|
annotationShortcuts: (string | {
|
@@ -6445,8 +5477,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
6445
5477
|
selectMode: boolean;
|
6446
5478
|
selectedFields: string[];
|
6447
5479
|
linebarWidth: string | number;
|
6448
|
-
linebarDirection: "
|
6449
|
-
linebarTextDirection: "
|
5480
|
+
linebarDirection: "horizontal" | "vertical";
|
5481
|
+
linebarTextDirection: "horizontal" | "vertical";
|
6450
5482
|
autoWidth: number | boolean;
|
6451
5483
|
feedbackType: "default" | "tooltip";
|
6452
5484
|
fixMemoLeak: boolean;
|
@@ -6459,11 +5491,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
6459
5491
|
type: import("vue").PropType<((payload: import("./src/types").FormConfigBeforeMovePayload) => boolean | void) | undefined>;
|
6460
5492
|
};
|
6461
5493
|
showLowCodeReactions: BooleanConstructor;
|
6462
|
-
}>> &
|
5494
|
+
}>> & {
|
6463
5495
|
onAddItem?: ((...args: any[]) => any) | undefined;
|
6464
5496
|
onRemoveItem?: ((...args: any[]) => any) | undefined;
|
6465
5497
|
onReactionsValidateFailure?: ((...args: any[]) => any) | undefined;
|
6466
|
-
}
|
5498
|
+
}, {
|
6467
5499
|
showLowCodeReactions: boolean;
|
6468
|
-
}
|
5500
|
+
}>>;
|
6469
5501
|
export default FormConfig;
|