cnhis-design-vue 3.4.0-beta.7 → 3.4.0-beta.70
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/_virtual/_virtual_i18n-methods.js +5 -1
- 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 +57 -55
- package/es/components/audio-sdk/src/Index.vue.d.ts +57 -55
- package/es/components/audio-sdk/src/Index.vue2.js +8 -7
- package/es/components/audio-sdk/src/audioSDK.d.ts +1 -1
- package/es/components/audio-sdk/src/components/form.vue.d.ts +16 -16
- package/es/components/audio-sdk/src/components/readyCountdown.vue.d.ts +10 -10
- package/es/components/audio-sdk/src/components/readyCountdown.vue2.js +5 -6
- package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +52 -50
- package/es/components/audio-sdk/src/components/recording.vue.d.ts +44 -42
- package/es/components/audio-sdk/src/components/recording.vue2.js +36 -41
- package/es/components/audio-sdk/src/hooks/useChartAudioContext.d.ts +5 -5
- package/es/components/audio-sdk/src/svgs/Close.vue.js +6 -8
- package/es/components/audio-sdk/src/svgs/Continue.vue.js +3 -5
- package/es/components/audio-sdk/src/svgs/Enlarge.vue.js +3 -5
- package/es/components/audio-sdk/src/svgs/Pause.vue.js +3 -5
- package/es/components/audio-sdk/src/svgs/WaveView.vue.js +3 -5
- package/es/components/audio-sdk/src/svgs/Zoom.vue.js +6 -8
- package/es/components/audio-sdk/src/utils/index.d.ts +1 -1
- package/es/components/audio-sdk/src/utils/recordingModal.d.ts +2 -2
- package/es/components/base-search/index.d.ts +95 -19
- package/es/components/base-search/src/index.vue.d.ts +95 -19
- package/es/components/base-search/src/index.vue2.js +39 -32
- package/es/components/big-table/index.d.ts +67 -43
- package/es/components/big-table/src/BigTable.vue.d.ts +67 -43
- package/es/components/big-table/src/BigTable.vue2.js +18 -18
- package/es/components/big-table/src/components/NoData.vue.d.ts +7 -7
- package/es/components/big-table/src/components/NoData.vue2.js +4 -4
- package/es/components/big-table/src/components/edit-form/edit-date.d.ts +7 -5
- package/es/components/big-table/src/components/edit-form/edit-input.d.ts +8 -5
- package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +12 -5
- package/es/components/big-table/src/components/edit-form/edit-select.d.ts +7 -5
- package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +47 -23
- package/es/components/big-table/src/components/edit-form/edit-separate.vue2.js +2 -1
- package/es/components/big-table/src/components/edit-form/edit-time.d.ts +7 -5
- package/es/components/big-table/src/components/edit-form/useCommon.d.ts +2 -2
- package/es/components/big-table/src/components/input-button.vue.d.ts +5 -5
- package/es/components/big-table/src/components/input-button.vue2.js +4 -3
- package/es/components/big-table/src/components/separate.vue.d.ts +31 -7
- package/es/components/big-table/src/components/separate.vue2.js +3 -4
- package/es/components/big-table/src/hooks/useAnnotation.d.ts +1 -1
- package/es/components/big-table/src/hooks/useEdit.d.ts +84 -48
- package/es/components/big-table/src/hooks/useSeparateRow.d.ts +50 -2
- package/es/components/body-select/index.d.ts +17 -17
- package/es/components/body-select/src/index.vue.d.ts +17 -17
- package/es/components/body-select/src/index.vue2.js +8 -10
- package/es/components/bpmn-workflow/index.d.ts +9 -9
- package/es/components/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +9 -9
- package/es/components/bpmn-workflow/src/BpmnWorkflow.vue2.js +1 -1
- package/es/components/branch-notice/index.d.ts +72 -49
- package/es/components/branch-notice/src/BranchNotice.vue.d.ts +70 -47
- package/es/components/branch-notice/src/BranchNotice.vue2.js +6 -5
- package/es/components/branch-notice/src/components/NoticeItem.vue.d.ts +57 -34
- package/es/components/branch-notice/src/components/NoticeItem.vue2.js +4 -4
- package/es/components/branch-notice/src/components/NoticeItemAside.vue.d.ts +12 -12
- package/es/components/branch-notice/src/components/NoticeItemAside.vue2.js +1 -2
- package/es/components/branch-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
- package/es/components/button-print/index.d.ts +233 -145
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +233 -145
- package/es/components/button-print/src/ButtonPrint.vue2.js +12 -7
- package/es/components/button-print/src/components/EditFormat.vue.d.ts +48 -18
- package/es/components/button-print/src/components/EditFormat.vue2.js +8 -8
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +72 -43
- package/es/components/button-print/src/components/IdentityVerification.vue2.js +12 -11
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +105 -75
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +156 -125
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +99 -58
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +41 -6
- package/es/components/button-print/src/components/Preview.vue.d.ts +13 -13
- package/es/components/button-print/src/components/Preview.vue2.js +3 -2
- package/es/components/button-print/src/utils/print.d.ts +2 -1
- package/es/components/button-print/src/utils/print.js +13 -8
- package/es/components/calendar/index.d.ts +32 -277
- package/es/components/calendar/src/Calendar.vue.d.ts +31 -276
- package/es/components/calendar/src/Calendar.vue2.js +5 -4
- package/es/components/callback/index.d.ts +11 -11
- package/es/components/callback/src/components/dialog/drawer.vue.d.ts +20 -21
- package/es/components/callback/src/components/dialog/drawer.vue2.js +2 -1
- package/es/components/callback/src/components/dialog/modal.vue.d.ts +22 -22
- package/es/components/callback/src/components/dialog/modal.vue2.js +2 -1
- package/es/components/callback/src/components/popup/index.vue.d.ts +6 -6
- package/es/components/callback/src/components/render/drawerIframe/index.vue.d.ts +12 -12
- package/es/components/callback/src/components/render/drawerIframe/index.vue2.js +1 -1
- package/es/components/callback/src/components/render/index.vue.d.ts +6 -6
- package/es/components/callback/src/components/render/popupMaps.d.ts +3240 -1792
- package/es/components/callback/src/index.vue.d.ts +11 -11
- package/es/components/callback/src/index.vue2.js +2 -1
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue.d.ts +12 -15
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue2.js +7 -6
- package/es/components/card-render/index.d.ts +10 -10
- package/es/components/card-render/src/CardRender.vue.d.ts +10 -10
- package/es/components/card-render/src/CardRender.vue2.js +8 -5
- package/es/components/card-render/src/components/Box.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Box.vue2.js +4 -4
- package/es/components/card-render/src/components/Button.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Button.vue2.js +5 -5
- package/es/components/card-render/src/components/Divider.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Divider.vue2.js +1 -1
- package/es/components/card-render/src/components/Field.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Field.vue2.js +21 -21
- package/es/components/card-render/src/components/FieldGroup.vue.d.ts +8 -8
- package/es/components/card-render/src/components/FieldGroup.vue2.js +12 -12
- package/es/components/card-render/src/components/Image.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Image.vue2.js +2 -2
- package/es/components/card-render/src/components/Label.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Label.vue2.js +3 -3
- package/es/components/card-render/src/components/Row.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Row.vue2.js +5 -5
- package/es/components/card-render/src/components/ScaleView.vue.d.ts +8 -8
- package/es/components/card-render/src/components/ScaleView.vue2.js +2 -2
- package/es/components/card-render/src/components/Slot.d.ts +5 -5
- package/es/components/card-render/src/components/Table.vue.d.ts +16 -16
- package/es/components/card-render/src/components/Table.vue2.js +4 -4
- package/es/components/card-render/src/components/Text.vue.d.ts +7 -7
- package/es/components/card-render/src/components/Text.vue2.js +4 -4
- package/es/components/card-render/src/components/index.d.ts +113 -113
- package/es/components/classification/index.d.ts +632 -432
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +493 -358
- package/es/components/classification/src/components/search-filter/index.vue2.js +6 -5
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +537 -402
- package/es/components/classification/src/components/set-classification/index.vue2.js +3 -2
- package/es/components/classification/src/components/table-modal/index.vue.d.ts +27 -27
- package/es/components/classification/src/components/table-modal/index.vue2.js +65 -66
- package/es/components/classification/src/index.vue.d.ts +632 -432
- package/es/components/classification/src/index.vue2.js +68 -63
- package/es/components/config-provider/index.d.ts +7 -5
- package/es/components/config-provider/src/ConfigProvider.d.ts +7 -5
- package/es/components/date-picker/index.d.ts +56 -15
- package/es/components/date-picker/src/DatePicker.vue.d.ts +56 -15
- package/es/components/date-picker/src/DatePicker.vue2.js +42 -11
- package/es/components/default-page/index.d.ts +11 -11
- package/es/components/default-page/src/index.vue.d.ts +11 -11
- package/es/components/default-page/src/index.vue2.js +14 -15
- package/es/components/editor/index.d.ts +77 -7
- package/es/components/editor/src/Editor.d.ts +78 -7
- package/es/components/expand-field/index.d.ts +509 -303
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue.d.ts +14 -14
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +7 -7
- package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +335 -225
- package/es/components/expand-field/src/components/FormItemPerson.vue2.js +4 -3
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +315 -205
- package/es/components/expand-field/src/components/PersonModal.vue2.js +4 -3
- package/es/components/expand-field/src/components/form.vue.d.ts +489 -285
- package/es/components/expand-field/src/components/form.vue2.js +65 -73
- package/es/components/expand-field/src/index.vue.d.ts +510 -304
- package/es/components/expand-field/src/index.vue2.js +26 -26
- package/es/components/fabric-chart/index.d.ts +32 -32
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +32 -32
- package/es/components/fabric-chart/src/FabricChart.vue2.js +7 -5
- package/es/components/fabric-chart/src/components/PopupMenu.d.ts +10 -10
- package/es/components/fabric-chart/src/components/PopupMenu.js +57 -39
- package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +7 -7
- package/es/components/fabric-chart/src/constants/index.d.ts +19 -5
- package/es/components/fabric-chart/src/constants/index.js +26 -11
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.d.ts +4 -3
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +119 -193
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.js +69 -117
- package/es/components/fabric-chart/src/hooks/electrocardiogram/hooks/useDetailEvent.js +18 -12
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.js +60 -32
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +11 -11
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +84 -120
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.js +1 -0
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.js +65 -113
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.d.ts +4 -3
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +63 -37
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useLeft.js +31 -14
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.d.ts +4 -3
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +21 -14
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +152 -208
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.d.ts +4 -3
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +8 -9
- package/es/components/fabric-chart/src/hooks/temperature/useBottom.js +1 -0
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.d.ts +4 -3
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +138 -229
- package/es/components/fabric-chart/src/hooks/temperature/useOther.js +12 -12
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +195 -273
- package/es/components/fabric-chart/src/hooks/temperature/useTop.js +1 -0
- package/es/components/fabric-chart/src/interface.d.ts +15 -1
- package/es/components/fabric-chart/src/utils/eventBus.d.ts +2 -0
- package/es/components/fabric-chart/src/utils/eventBus.js +5 -0
- package/es/components/fabric-chart/src/utils/index.d.ts +1 -1
- package/es/components/fabric-chart/src/utils/index.js +2 -10
- package/es/components/fabric-chart/style/index.css +1 -1
- package/es/components/field-editor/index.d.ts +51 -42
- package/es/components/field-editor/src/FieldEditor.vue.d.ts +51 -42
- package/es/components/field-editor/src/FieldEditor.vue2.js +5 -5
- package/es/components/field-set/index.d.ts +13 -13
- package/es/components/field-set/src/FieldColor.vue.d.ts +297 -153
- package/es/components/field-set/src/FieldColor.vue2.js +9 -7
- package/es/components/field-set/src/FieldFilter.vue.d.ts +76 -50
- package/es/components/field-set/src/FieldFilter.vue2.js +10 -8
- package/es/components/field-set/src/FieldSet.vue.d.ts +78 -64
- package/es/components/field-set/src/FieldSet.vue2.js +28 -24
- package/es/components/field-set/src/Index.vue.d.ts +13 -13
- package/es/components/field-set/src/Index.vue2.js +16 -13
- package/es/components/field-set/src/TableStyle.vue.d.ts +21 -13
- package/es/components/field-set/src/TableStyle.vue2.js +23 -23
- package/es/components/field-set/src/components/condition.vue.d.ts +88 -32
- package/es/components/field-set/src/components/condition.vue2.js +8 -11
- package/es/components/field-set/src/components/edit-dialog.vue.d.ts +231 -102
- package/es/components/field-set/src/components/edit-dialog.vue2.js +4 -3
- package/es/components/field-set/src/components/edit-filter.vue.d.ts +108 -43
- package/es/components/field-set/src/components/edit-filter.vue2.js +2 -1
- package/es/components/field-set/src/components/table-row.vue.d.ts +32 -32
- package/es/components/field-set/src/components/table-row.vue2.js +17 -14
- package/es/components/form-config/index.d.ts +1419 -418
- package/es/components/form-config/src/FormConfig.vue.d.ts +1419 -418
- package/es/components/form-config/src/FormConfig.vue2.js +24 -25
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +58 -49
- package/es/components/form-config/src/components/FormConfigCreator.vue2.js +4 -3
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +9 -9
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +1119 -202
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +52 -29
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +119 -81
- package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +29 -29
- package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +4 -4
- package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +11 -11
- package/es/components/form-config/src/components/renderer/CloseButton.vue2.js +1 -1
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +29 -29
- package/es/components/form-config/src/components/renderer/ComplexNode.vue2.js +4 -5
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +21 -21
- package/es/components/form-config/src/components/renderer/DefaultNode.vue2.js +5 -5
- package/es/components/form-config/src/constants/index.d.ts +2 -0
- package/es/components/form-config/src/constants/index.js +2 -0
- package/es/components/form-config/src/hooks/useConfigurationField.js +20 -3
- package/es/components/form-config/src/hooks/usePresetRenderer.d.ts +1 -1
- package/es/components/form-render/index.d.ts +49 -40
- package/es/components/form-render/src/FormRender.vue.d.ts +46 -37
- package/es/components/form-render/src/FormRender.vue2.js +5 -4
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +49 -40
- package/es/components/form-render/src/FormRenderWrapper.vue2.js +2 -2
- package/es/components/form-render/src/components/renderer/combination/combination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.js +1 -1
- package/es/components/form-render/src/components/renderer/combination/jsonCombination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/combination/jsonCombination.js +1 -0
- package/es/components/form-render/src/components/renderer/combination/tableCombination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/complex.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/date.d.ts +7 -9
- package/es/components/form-render/src/components/renderer/formItem.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/input.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/inputNumber.d.ts +7 -7
- package/es/components/form-render/src/components/renderer/levelSearchCascader/index.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +32 -31
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue2.js +6 -6
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +32 -31
- package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +18 -18
- package/es/components/form-render/src/components/renderer/radio_checkbox.js +3 -2
- 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 +7 -7
- package/es/components/form-render/src/components/renderer/textarea.js +1 -1
- package/es/components/form-render/src/components/renderer/time.d.ts +3 -3
- package/es/components/form-render/src/components/tooltipMessage.vue.d.ts +9 -9
- package/es/components/form-render/src/components/tooltipMessage.vue2.js +1 -1
- package/es/components/form-render/src/hooks/useAnchor.d.ts +9 -1
- package/es/components/form-render/src/hooks/useCommonInjection.d.ts +1 -1
- package/es/components/form-render/src/hooks/useComplexOptions.d.ts +3 -3
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +8 -6
- package/es/components/form-render/src/hooks/useFormEvent.js +1 -1
- package/es/components/form-render/src/hooks/useFormField.d.ts +1 -1
- package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +12 -12
- package/es/components/form-render/src/hooks/useNewLowCodeReactions.js +8 -0
- package/es/components/form-render/src/types/index.d.ts +1 -0
- package/es/components/form-render/src/utils/index.d.ts +4 -4
- package/es/components/form-render/src/utils/index.js +5 -2
- 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 +914 -760
- package/es/components/iho-chat/src/Index.vue.d.ts +914 -760
- package/es/components/iho-chat/src/Index.vue2.js +4 -3
- package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +42 -42
- package/es/components/iho-chat/src/components/ChatAdd.vue2.js +41 -41
- package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +122 -88
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +5 -5
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +64 -64
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +76 -70
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +347 -272
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +8 -8
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +191 -177
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +31 -13
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +102 -61
- package/es/components/iho-chat/src/components/ChatRecord.vue2.js +57 -63
- package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +34 -34
- package/es/components/iho-chat/src/components/ChatSearch.vue2.js +33 -36
- package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +65 -65
- package/es/components/iho-chat/src/components/ChatSet.vue2.js +56 -66
- package/es/components/iho-chat/src/components/ContextMenu.d.ts +5 -5
- package/es/components/iho-chat/src/components/ContextMenu.js +40 -15
- package/es/components/iho-chat/src/components/ImageLightbox.vue.d.ts +40 -22
- package/es/components/iho-chat/src/components/ImageLightbox.vue2.js +24 -21
- package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +9 -9
- package/es/components/iho-chat/src/components/MessageEvent.vue2.js +11 -13
- package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +32 -32
- package/es/components/iho-chat/src/components/MessageMergeForward.vue2.js +2 -2
- package/es/components/iho-chat/src/components/MessageTemplate.vue.d.ts +18 -22
- package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +33 -35
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +82 -64
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +41 -46
- 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 +3 -2
- package/es/components/iho-chat/src/components/SiderList.vue.d.ts +110 -63
- package/es/components/iho-chat/src/components/SiderList.vue2.js +2 -2
- package/es/components/iho-chat/src/components/Video.vue.d.ts +13 -13
- package/es/components/iho-chat/src/components/Video.vue2.js +8 -12
- package/es/components/iho-chat/src/components/userItemRender.d.ts +5 -5
- package/es/components/iho-chat/src/hooks/useData.d.ts +6 -6
- package/es/components/iho-chat/src/hooks/useData.js +1 -1
- package/es/components/iho-chat/src/hooks/useDraggable.d.ts +8 -2
- package/es/components/iho-chat/src/hooks/useSearchPatientList.d.ts +1 -1
- package/es/components/iho-chat/src/hooks/useSearchUserList.d.ts +1 -1
- package/es/components/iho-chat/src/hooks/useVideo.d.ts +11 -6
- package/es/components/iho-chat/src/utils/index.d.ts +1 -1
- package/es/components/iho-table/index.d.ts +3179 -1740
- package/es/components/iho-table/src/IhoTable.vue.d.ts +3180 -1741
- package/es/components/iho-table/src/IhoTable.vue2.js +31 -21
- package/es/components/iho-table/src/constants/index.d.ts +3 -3
- package/es/components/iho-table/src/constants/index.js +0 -21
- package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +39 -60
- 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/useColumnConfigAdaptor.js +1 -1
- package/es/components/iho-table/src/hooks/useTableContext.d.ts +3 -3
- package/es/components/iho-table/src/plugins/anchorPlugin/tableAnchor.d.ts +1 -1
- package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +6 -2
- package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue.d.ts +477 -207
- package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +12 -11
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +64 -25
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue2.js +22 -8
- package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue.d.ts +21 -21
- package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue2.js +14 -11
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +31 -31
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +26 -23
- package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue.d.ts +11 -11
- package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +3 -3
- package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue.d.ts +8 -8
- package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/highLightSetPlugin.js +7 -2
- package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin.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 +67 -26
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +7 -6
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.js +25 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +52 -49
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue2.js +2 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +6 -6
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +17 -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/separateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +39 -39
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +8 -7
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.d.ts +1 -1
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.js +8 -2
- package/es/components/iho-table/src/types/index.d.ts +3 -1
- package/es/components/iho-table/src/utils/index.d.ts +2 -2
- package/es/components/iho-table/src/utils/separateMap.d.ts +14 -1
- package/es/components/index.css +1 -1
- package/es/components/info-header/index.d.ts +239 -355
- package/es/components/info-header/src/InfoHeader.vue.d.ts +239 -355
- package/es/components/info-header/src/InfoHeader.vue2.js +5 -4
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +76 -46
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +26 -25
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +83 -63
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue2.js +11 -11
- package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.d.ts +34 -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 +26 -7
- package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue2.js +9 -6
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +149 -129
- package/es/components/info-header/src/components/infoDescription/index.vue2.js +9 -9
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +66 -68
- package/es/components/info-header/src/components/patientInfo/index.vue2.js +14 -12
- package/es/components/keyboard/index.d.ts +77 -65
- package/es/components/keyboard/src/Keyboard.vue.d.ts +77 -65
- package/es/components/keyboard/src/Keyboard.vue2.js +16 -16
- package/es/components/keyboard/src/components/InputNumber.vue.d.ts +16 -16
- package/es/components/keyboard/src/components/InputNumber.vue2.js +3 -2
- package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +46 -40
- package/es/components/keyboard/src/components/NumberPanel.vue2.js +12 -12
- package/es/components/map/index.d.ts +12 -12
- package/es/components/map/src/Map.vue.d.ts +12 -12
- package/es/components/map/src/Map.vue2.js +11 -11
- package/es/components/picture-clipper/index.d.ts +11 -11
- package/es/components/picture-clipper/src/PictureClipper.vue.d.ts +11 -11
- package/es/components/picture-clipper/src/PictureClipper.vue2.js +7 -6
- package/es/components/quick-search/index.d.ts +73 -32
- package/es/components/quick-search/src/index.vue.d.ts +73 -32
- package/es/components/quick-search/src/index.vue2.js +15 -15
- package/es/components/recommend-search/index.d.ts +79 -79
- package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +79 -79
- package/es/components/recommend-search/src/RecommendSearch.vue2.js +5 -4
- package/es/components/recommend-search/src/components/BaseSearch.d.ts +7 -7
- package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +34 -34
- package/es/components/recommend-search/src/components/RecommendInput.vue2.js +13 -14
- package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +9 -9
- package/es/components/recommend-search/src/components/RecommendMenu.vue2.js +13 -13
- package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +29 -29
- package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +8 -8
- package/es/components/scale-view/index.d.ts +108 -88
- package/es/components/scale-view/src/ScaleView.vue.d.ts +67 -64
- package/es/components/scale-view/src/ScaleView.vue2.js +24 -16
- package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/AnswerParse.vue2.js +8 -8
- package/es/components/scale-view/src/components/DescribeContent.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +12 -12
- package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +23 -23
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +10 -10
- package/es/components/scale-view/src/components/EvaluatePage.vue2.js +6 -5
- package/es/components/scale-view/src/components/LoadingCom.vue.js +3 -5
- package/es/components/scale-view/src/components/NoData.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/NoData.vue2.js +4 -4
- package/es/components/scale-view/src/components/ScaleScore.d.ts +5 -5
- package/es/components/scale-view/src/components/formitem/r-address.d.ts +9 -6
- package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +10 -6
- package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +11 -6
- package/es/components/scale-view/src/components/formitem/r-collection.d.ts +8 -5
- package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +9 -6
- package/es/components/scale-view/src/components/formitem/r-input.d.ts +8 -6
- package/es/components/scale-view/src/components/formitem/r-map.d.ts +70 -6
- package/es/components/scale-view/src/components/formitem/r-radio.d.ts +11 -6
- package/es/components/scale-view/src/components/formitem/r-select.d.ts +10 -6
- package/es/components/scale-view/src/components/formitem/r-sign.d.ts +155 -6
- package/es/components/scale-view/src/components/formitem/r-upload.d.ts +11 -6
- package/es/components/scale-view/src/components/formitem/sign-com.d.ts +6 -6
- package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +9 -5
- package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +9 -17
- package/es/components/scale-view/src/hooks/use-event.js +56 -22
- package/es/components/search-cascader/index.d.ts +27 -27
- package/es/components/search-cascader/src/SearchCascader.vue.d.ts +27 -27
- package/es/components/search-cascader/src/SearchCascader.vue2.js +9 -8
- package/es/components/search-cascader/src/components/ClearIcon.vue.js +15 -17
- package/es/components/search-cascader/src/components/SearchMenu.d.ts +5 -5
- package/es/components/select-label/index.d.ts +119 -155
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +26 -48
- package/es/components/select-label/src/LabelFormContent.vue2.js +23 -25
- package/es/components/select-label/src/SelectLabel.vue.d.ts +42 -64
- package/es/components/select-label/src/SelectLabel.vue2.js +11 -12
- package/es/components/select-label/src/components/label-classify.vue.d.ts +14 -24
- package/es/components/select-label/src/components/label-classify.vue2.js +26 -29
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +29 -21
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +14 -16
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +45 -37
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +6 -6
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue.d.ts +17 -9
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +10 -13
- package/es/components/select-label/src/index.vue.d.ts +93 -107
- package/es/components/select-label/src/index.vue2.js +2 -1
- package/es/components/select-person/index.d.ts +288 -190
- package/es/components/select-person/src/SelectPerson.vue.d.ts +138 -87
- package/es/components/select-person/src/SelectPerson.vue2.js +55 -22
- package/es/components/select-person/src/SelectPersonRole.vue.d.ts +80 -66
- package/es/components/select-person/src/SelectPersonRole.vue2.js +13 -13
- package/es/components/select-person/src/SelectPersonType.vue.d.ts +41 -31
- package/es/components/select-person/src/SelectPersonType.vue2.js +6 -6
- package/es/components/select-person/src/components/GroupItem.vue.d.ts +5 -5
- package/es/components/select-person/src/components/GroupItem.vue2.js +2 -1
- package/es/components/select-person/src/components/SearchGroupList.vue.d.ts +39 -39
- package/es/components/select-person/src/components/SearchGroupList.vue2.js +4 -3
- package/es/components/select-person/src/components/SearchMultiple.vue.d.ts +17 -18
- package/es/components/select-person/src/components/SearchMultiple.vue2.js +3 -2
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue.d.ts +19 -20
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +7 -6
- package/es/components/select-person/src/components/TagItem.vue.d.ts +11 -11
- package/es/components/select-person/src/components/TagItem.vue2.js +2 -1
- package/es/components/select-person/src/index.vue.d.ts +338 -240
- package/es/components/select-person/src/index.vue2.js +12 -7
- package/es/components/select-person/src/utils/index.d.ts +1 -1
- package/es/components/select-person/src/utils/index.js +11 -9
- package/es/components/shortcut-provider/index.d.ts +9 -9
- package/es/components/shortcut-provider/src/ShortcutProvider.vue.d.ts +9 -9
- package/es/components/shortcut-provider/src/hooks/useShortcutSignature.d.ts +1 -1
- package/es/components/shortcut-provider/src/hooks/useShortcuts.d.ts +3 -0
- package/es/components/shortcut-provider/src/hooks/useShortcuts.js +9 -3
- package/es/components/shortcut-setter/index.d.ts +289 -81
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +289 -81
- package/es/components/shortcut-setter/src/ShortcutSetter.vue2.js +3 -2
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +13 -23
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue2.js +11 -10
- package/es/components/slider-tree/index.d.ts +22 -22
- package/es/components/slider-tree/src/index.vue.d.ts +22 -22
- package/es/components/slider-tree/src/index.vue2.js +6 -5
- package/es/components/step-notice/index.d.ts +58 -58
- package/es/components/step-notice/src/StepNotice.vue.d.ts +57 -57
- package/es/components/step-notice/src/StepNotice.vue2.js +5 -4
- package/es/components/step-notice/src/components/NoticeConnection.vue.d.ts +12 -12
- package/es/components/step-notice/src/components/NoticeConnection.vue2.js +3 -3
- package/es/components/step-notice/src/components/NoticeItem.vue.d.ts +40 -40
- package/es/components/step-notice/src/components/NoticeItem.vue2.js +4 -4
- package/es/components/step-notice/src/components/NoticeItemAside.vue.d.ts +9 -9
- package/es/components/step-notice/src/components/NoticeItemAside.vue2.js +1 -2
- package/es/components/step-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
- package/es/components/steps-wheel/index.d.ts +17 -17
- package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +17 -17
- package/es/components/steps-wheel/src/StepsWheel.vue2.js +3 -3
- package/es/components/table-export-field/index.d.ts +88 -66
- package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +33 -27
- package/es/components/table-export-field/src/components/ExportModal.vue2.js +11 -9
- package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +25 -23
- package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +53 -21
- package/es/components/table-export-field/src/index.vue.d.ts +88 -66
- package/es/components/table-export-field/src/index.vue2.js +5 -4
- package/es/components/table-export-field/src/types/index.d.ts +1 -0
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +112 -71
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +18 -17
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +66 -25
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue2.js +7 -6
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue2.js +5 -4
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue2.js +5 -4
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.d.ts +12 -12
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue2.js +7 -6
- package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +100 -59
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +135 -94
- package/es/components/table-filter/src/components/bi-filter/index.vue2.js +33 -38
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +312 -224
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +41 -40
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.d.ts +15 -15
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue2.js +10 -9
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +85 -44
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +19 -18
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +88 -47
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +27 -26
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue.d.ts +19 -13
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +8 -7
- package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue2.js +5 -4
- package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +5 -5
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +43 -43
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +10 -9
- package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +12 -12
- package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue2.js +7 -6
- package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.d.ts +14 -14
- package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue2.js +7 -6
- package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue.d.ts +14 -14
- package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue2.js +7 -6
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +298 -210
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +335 -247
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +31 -34
- package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue.d.ts +12 -12
- package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue2.js +3 -2
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +80 -39
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +10 -9
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +70 -27
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +12 -3
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +10 -10
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +2 -1
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +80 -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 +70 -27
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +12 -3
- package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue2.js +10 -9
- package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue2.js +5 -5
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +18 -18
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +8 -9
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +14 -14
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +7 -6
- package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/render-widget/components/Select.vue2.js +5 -4
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +49 -43
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +10 -9
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +24 -24
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +8 -7
- package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue2.js +7 -6
- package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue2.js +6 -5
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +453 -279
- package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +9 -9
- 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 +440 -266
- package/es/components/table-filter/src/constants/index.d.ts +1 -0
- package/es/components/table-filter/src/constants/index.js +4 -1
- package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
- package/es/components/time-line/index.d.ts +11 -11
- package/es/components/time-line/src/TimeLine.vue.d.ts +11 -11
- package/es/components/time-picker/index.d.ts +19 -19
- package/es/components/time-picker/src/TimePicker.vue.d.ts +19 -19
- package/es/components/time-picker/src/TimePicker.vue2.js +5 -4
- package/es/components/tooth-bitmap/index.d.ts +14 -14
- package/es/components/tooth-bitmap/src/ToothBitmap.vue.d.ts +12 -12
- package/es/components/tooth-bitmap/src/ToothBitmap.vue2.js +8 -7
- package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +19 -22
- package/es/components/vertify/src/components/IdentityVerification.vue2.js +10 -9
- package/es/components/vod-chunk-upload/index.d.ts +248 -28
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +18 -18
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +24 -25
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +248 -28
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +32 -33
- package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +207 -5
- package/es/shared/components/AbbrText/AbbrText.d.ts +3 -3
- package/es/shared/components/ArrowIcon/ArrowIcon.vue.js +6 -8
- package/es/shared/components/CancelRadio/CancelRadio.d.ts +6 -6
- package/es/shared/components/CancelRadio/CancelRadio.js +3 -1
- package/es/shared/components/DateIcon/DateIcon.vue.js +11 -13
- package/es/shared/components/Ellipsis/Ellipsis.d.ts +12 -0
- package/es/shared/components/Ellipsis/Ellipsis.js +86 -0
- package/es/shared/components/Ellipsis/index.d.ts +2 -0
- package/es/shared/components/Ellipsis/index.js +2 -0
- package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +20 -5
- package/es/shared/components/InputNumberSlash/InputNumberSlash.js +24 -10
- package/es/shared/components/JSONTree/JSONTree.vue.d.ts +8 -8
- package/es/shared/components/JSONTree/JSONTree.vue2.js +1 -1
- package/es/shared/components/SelectPage/SelectPage.vue.d.ts +10 -10
- package/es/shared/components/SelectPage/SelectPage.vue2.js +2 -2
- package/es/shared/components/SlotRender/SlotRender.d.ts +3 -3
- package/es/shared/components/SvgIcon/SvgIcon.vue.d.ts +6 -10
- package/es/shared/components/SvgIcon/SvgIcon.vue2.js +5 -5
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +9 -17
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue2.js +9 -9
- package/es/shared/components/no-data/NoData.vue.d.ts +7 -7
- package/es/shared/components/no-data/NoData.vue2.js +5 -5
- package/es/shared/components/player-vod/index.vue.d.ts +1 -1
- package/es/shared/components/player-vod/player.d.ts +4 -4
- package/es/shared/components/player-vod/video-list.d.ts +77 -4
- package/es/shared/components/player-vod/video-modal.d.ts +23 -5
- package/es/shared/hooks/selectHooks/useOptionFiltered.d.ts +2 -2
- package/es/shared/hooks/selectHooks/useSearchContent.d.ts +1 -1
- package/es/shared/hooks/selectHooks/useSelectRenders.d.ts +4 -4
- package/es/shared/hooks/useLevelSearchCascader.d.ts +7 -4
- package/es/shared/package.json.js +1 -1
- package/es/shared/types/business.d.ts +3 -2
- package/es/shared/utils/business.js +16 -0
- package/es/shared/utils/ho-edge.d.ts +12 -0
- package/es/shared/utils/ho-edge.js +58 -0
- package/es/shared/utils/index.d.ts +1 -1
- package/package.json +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SFCWithInstall } from '../../shared/types';
|
|
2
2
|
export * from './src/types';
|
|
3
|
-
declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
3
|
+
declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
maxHeight: {
|
|
5
5
|
type: StringConstructor;
|
|
6
6
|
};
|
|
@@ -82,7 +82,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
82
82
|
"x-read-pretty"?: boolean | undefined;
|
|
83
83
|
"x-compile-omitted"?: string[] | undefined;
|
|
84
84
|
}>;
|
|
85
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
|
85
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
|
86
86
|
scope: import("../../shared/types").AnyObject;
|
|
87
87
|
annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
|
|
88
88
|
annotationShortcuts: (string | {
|
|
@@ -106,6 +106,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
106
106
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
107
107
|
autoExpand: boolean;
|
|
108
108
|
lowCodeReactions: import("../../shared/types").LowCodeTypes.reactionConfig[];
|
|
109
|
+
newLowCodeReactions: import("../../shared/types").LowCodeTypes.newReactionConfig[];
|
|
109
110
|
linebarAutoHidden: boolean;
|
|
110
111
|
labelPlacementOverwrite: boolean;
|
|
111
112
|
bordered: string | boolean;
|
|
@@ -117,8 +118,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
117
118
|
selectMode: boolean;
|
|
118
119
|
selectedFields: string[];
|
|
119
120
|
linebarWidth: string | number;
|
|
120
|
-
linebarDirection: "
|
|
121
|
-
linebarTextDirection: "
|
|
121
|
+
linebarDirection: "vertical" | "horizontal";
|
|
122
|
+
linebarTextDirection: "vertical" | "horizontal";
|
|
122
123
|
autoWidth: number | boolean;
|
|
123
124
|
feedbackType: "default" | "tooltip";
|
|
124
125
|
fixMemoLeak: boolean;
|
|
@@ -131,8 +132,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
131
132
|
type: import("vue").PropType<((payload: import("./src/types").FormConfigBeforeMovePayload) => boolean | void) | undefined>;
|
|
132
133
|
};
|
|
133
134
|
showLowCodeReactions: BooleanConstructor;
|
|
134
|
-
}
|
|
135
|
-
props:
|
|
135
|
+
}>, {
|
|
136
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
136
137
|
maxHeight: {
|
|
137
138
|
type: StringConstructor;
|
|
138
139
|
};
|
|
@@ -214,7 +215,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
214
215
|
"x-read-pretty"?: boolean | undefined;
|
|
215
216
|
"x-compile-omitted"?: string[] | undefined;
|
|
216
217
|
}>;
|
|
217
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
|
218
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
|
218
219
|
scope: import("../../shared/types").AnyObject;
|
|
219
220
|
annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
|
|
220
221
|
annotationShortcuts: (string | {
|
|
@@ -238,6 +239,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
238
239
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
239
240
|
autoExpand: boolean;
|
|
240
241
|
lowCodeReactions: import("../../shared/types").LowCodeTypes.reactionConfig[];
|
|
242
|
+
newLowCodeReactions: import("../../shared/types").LowCodeTypes.newReactionConfig[];
|
|
241
243
|
linebarAutoHidden: boolean;
|
|
242
244
|
labelPlacementOverwrite: boolean;
|
|
243
245
|
bordered: string | boolean;
|
|
@@ -249,8 +251,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
249
251
|
selectMode: boolean;
|
|
250
252
|
selectedFields: string[];
|
|
251
253
|
linebarWidth: string | number;
|
|
252
|
-
linebarDirection: "
|
|
253
|
-
linebarTextDirection: "
|
|
254
|
+
linebarDirection: "vertical" | "horizontal";
|
|
255
|
+
linebarTextDirection: "vertical" | "horizontal";
|
|
254
256
|
autoWidth: number | boolean;
|
|
255
257
|
feedbackType: "default" | "tooltip";
|
|
256
258
|
fixMemoLeak: boolean;
|
|
@@ -263,16 +265,16 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
263
265
|
type: import("vue").PropType<((payload: import("./src/types").FormConfigBeforeMovePayload) => boolean | void) | undefined>;
|
|
264
266
|
};
|
|
265
267
|
showLowCodeReactions: BooleanConstructor;
|
|
266
|
-
}>> & {
|
|
268
|
+
}>> & Readonly<{
|
|
267
269
|
onAddItem?: ((...args: any[]) => any) | undefined;
|
|
268
270
|
onRemoveItem?: ((...args: any[]) => any) | undefined;
|
|
269
271
|
onReactionsValidateFailure?: ((...args: any[]) => any) | undefined;
|
|
270
|
-
}
|
|
272
|
+
}> & {}>;
|
|
271
273
|
emit: (event: "addItem" | "removeItem" | "reactionsValidateFailure", ...args: any[]) => void;
|
|
272
274
|
uuid: string;
|
|
273
275
|
cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
|
|
274
|
-
fieldListRef: import("vue").Ref<import("./src/types").FormConfigItem[]>;
|
|
275
|
-
materialListRef: import("vue").Ref<import("./src/types").FormConfigItem[]>;
|
|
276
|
+
fieldListRef: import("vue").Ref<import("./src/types").FormConfigItem[], import("./src/types").FormConfigItem[]>;
|
|
277
|
+
materialListRef: import("vue").Ref<import("./src/types").FormConfigItem[], import("./src/types").FormConfigItem[]>;
|
|
276
278
|
lowCodeReactionsRef: import("vue").Ref<{
|
|
277
279
|
conObj: {
|
|
278
280
|
con: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
|
@@ -305,6 +307,38 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
305
307
|
}[] | undefined;
|
|
306
308
|
__oppositeBindField?: any | undefined;
|
|
307
309
|
__oppositeTargetField?: any | undefined;
|
|
310
|
+
}[], import("../../shared/types").LowCodeTypes.reactionConfig[] | {
|
|
311
|
+
conObj: {
|
|
312
|
+
con: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
|
313
|
+
field_key: string;
|
|
314
|
+
value: unknown;
|
|
315
|
+
}[];
|
|
316
|
+
compareMap?: {
|
|
317
|
+
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
318
|
+
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
319
|
+
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
320
|
+
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
321
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
322
|
+
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
323
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
324
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
325
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
326
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
327
|
+
} | undefined;
|
|
328
|
+
isRestoreDefault?: boolean | undefined;
|
|
329
|
+
sqlExpression?: string | undefined;
|
|
330
|
+
showField?: string[] | undefined;
|
|
331
|
+
hideField?: string[] | undefined;
|
|
332
|
+
requiredField?: string[] | undefined;
|
|
333
|
+
notRequiredField?: string[] | undefined;
|
|
334
|
+
enabledField?: string[] | undefined;
|
|
335
|
+
disabledField?: string[] | undefined;
|
|
336
|
+
setValueField?: {
|
|
337
|
+
field?: string | undefined;
|
|
338
|
+
value?: unknown;
|
|
339
|
+
}[] | undefined;
|
|
340
|
+
__oppositeBindField?: any | undefined;
|
|
341
|
+
__oppositeTargetField?: any | undefined;
|
|
308
342
|
}[]>;
|
|
309
343
|
getSortOption: () => {
|
|
310
344
|
move: ({ to, from, dragged }: import("sortablejs").MoveEvent) => false | undefined;
|
|
@@ -318,18 +352,20 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
318
352
|
};
|
|
319
353
|
addItem: (formConfigItem: import("./src/types").FormConfigItem) => void;
|
|
320
354
|
parsedTextFormatter: import("./src/types").FormConfigTextFormatter;
|
|
321
|
-
currentEditField: import("vue").Ref<import("./src/types").FormConfigItem | undefined>;
|
|
355
|
+
currentEditField: import("vue").Ref<import("./src/types").FormConfigItem | undefined, import("./src/types").FormConfigItem | undefined>;
|
|
322
356
|
formConfigEditRef: import("vue").Ref<{
|
|
323
357
|
validate: import("../../shared/types").AnyFn;
|
|
358
|
+
} | undefined, {
|
|
359
|
+
validate: import("../../shared/types").AnyFn;
|
|
324
360
|
} | undefined>;
|
|
325
361
|
transform: (fieldList: import("./src/types").FormConfigItem[]) => import("./src/types").FormConfigItem[];
|
|
326
362
|
inverseTransform: (fieldList: import("./src/types").FormConfigItem[], withOriginalSetting: boolean, otherConfig?: Partial<import("./src/types").FormConfigItem> | undefined) => import("./src/types").FormConfigItem[];
|
|
327
|
-
extraValueRef: import("vue").WritableComputedRef<any>;
|
|
328
|
-
_extraOptions: import("vue").Ref<import("./src/types").FormConfigItem[]>;
|
|
363
|
+
extraValueRef: import("vue").WritableComputedRef<any, any>;
|
|
364
|
+
_extraOptions: import("vue").Ref<import("./src/types").FormConfigItem[], import("./src/types").FormConfigItem[]>;
|
|
329
365
|
extraOptions: import("vue").ComputedRef<import("./src/types").FormConfigItem[]>;
|
|
330
366
|
onFocus: () => Promise<void>;
|
|
331
|
-
useVersion: typeof import("../../shared/hooks").useVersion;
|
|
332
|
-
Draggable: import("vue").DefineComponent<{
|
|
367
|
+
readonly useVersion: typeof import("../../shared/hooks").useVersion;
|
|
368
|
+
readonly Draggable: import("vue").DefineComponent<{
|
|
333
369
|
list: {
|
|
334
370
|
type: ArrayConstructor;
|
|
335
371
|
required: boolean;
|
|
@@ -401,28 +437,28 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
401
437
|
list: unknown[];
|
|
402
438
|
modelValue: unknown[];
|
|
403
439
|
componentData: Record<string, any>;
|
|
404
|
-
}>;
|
|
440
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
405
441
|
FormConfigCreator: import("vue").DefineComponent<{}, {
|
|
406
442
|
linebarField: import("..").FieldItem[];
|
|
407
|
-
linebarFormRef: import("vue").Ref<import("..").FormRenderExpose | undefined>;
|
|
408
|
-
lineBreakFormRef: import("vue").Ref<import("..").FormRenderExpose | undefined>;
|
|
443
|
+
linebarFormRef: import("vue").Ref<import("..").FormRenderExpose | undefined, import("..").FormRenderExpose | undefined>;
|
|
444
|
+
lineBreakFormRef: import("vue").Ref<import("..").FormRenderExpose | undefined, import("..").FormRenderExpose | undefined>;
|
|
409
445
|
initialData: Partial<import("./src/types").FormConfigItem>;
|
|
410
446
|
emit: (event: "submit", payload: import("./src/types").FormConfigItem) => void;
|
|
411
447
|
submit: (type: string, props?: import("../../shared/types").AnyObject | undefined, formRef?: import("..").FormRenderExpose | undefined) => Promise<void>;
|
|
412
|
-
pick: {
|
|
448
|
+
readonly pick: {
|
|
413
449
|
<T extends object, U extends keyof T>(object: T, ...props: import("lodash").Many<U>[]): Pick<T, U>;
|
|
414
450
|
<T_1>(object: T_1 | null | undefined, ...props: import("lodash").Many<import("lodash").PropertyPath>[]): Partial<T_1>;
|
|
415
451
|
};
|
|
416
|
-
NButton: any;
|
|
417
|
-
NButtonGroup: any;
|
|
418
|
-
NPopconfirm: any;
|
|
419
|
-
CFormRender: SFCWithInstall<import("vue").DefineComponent<{}, {
|
|
420
|
-
formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined>;
|
|
421
|
-
key: import("vue").Ref<number>;
|
|
452
|
+
readonly NButton: any;
|
|
453
|
+
readonly NButtonGroup: any;
|
|
454
|
+
readonly NPopconfirm: any;
|
|
455
|
+
readonly CFormRender: SFCWithInstall<import("vue").DefineComponent<{}, {
|
|
456
|
+
formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined, import("..").FormRenderExpose | undefined>;
|
|
457
|
+
key: import("vue").Ref<number, number>;
|
|
422
458
|
reload: () => Promise<void>;
|
|
423
459
|
formRenderExposeKeyList: readonly ["validate", "getFormValues", "setFormValues", "setFieldState", "resetFields", "queryWidget", "getFieldList", "applySelectedSetting", "getTextFormValues", "optionInited", "updateAnchor"];
|
|
424
460
|
exposed: Partial<import("..").FormRenderExpose>;
|
|
425
|
-
FormRender: import("vue").DefineComponent<{
|
|
461
|
+
FormRender: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
426
462
|
fieldList: {
|
|
427
463
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
|
428
464
|
};
|
|
@@ -516,7 +552,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
516
552
|
}>>;
|
|
517
553
|
};
|
|
518
554
|
components: {
|
|
519
|
-
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
|
555
|
+
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
|
520
556
|
default: () => {};
|
|
521
557
|
};
|
|
522
558
|
scope: {
|
|
@@ -601,11 +637,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
601
637
|
type: import("vue").PropType<string[]>;
|
|
602
638
|
};
|
|
603
639
|
linebarDirection: {
|
|
604
|
-
type: import("vue").PropType<"
|
|
640
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
605
641
|
default: string;
|
|
606
642
|
};
|
|
607
643
|
linebarTextDirection: {
|
|
608
|
-
type: import("vue").PropType<"
|
|
644
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
609
645
|
default: string;
|
|
610
646
|
};
|
|
611
647
|
linebarWidth: {
|
|
@@ -630,8 +666,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
630
666
|
lazyRender: BooleanConstructor;
|
|
631
667
|
linebreaksToTitle: BooleanConstructor;
|
|
632
668
|
dialogFn: {};
|
|
633
|
-
}
|
|
634
|
-
props:
|
|
669
|
+
}>, {
|
|
670
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
635
671
|
fieldList: {
|
|
636
672
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
|
637
673
|
};
|
|
@@ -725,7 +761,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
725
761
|
}>>;
|
|
726
762
|
};
|
|
727
763
|
components: {
|
|
728
|
-
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
|
764
|
+
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
|
729
765
|
default: () => {};
|
|
730
766
|
};
|
|
731
767
|
scope: {
|
|
@@ -810,11 +846,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
810
846
|
type: import("vue").PropType<string[]>;
|
|
811
847
|
};
|
|
812
848
|
linebarDirection: {
|
|
813
|
-
type: import("vue").PropType<"
|
|
849
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
814
850
|
default: string;
|
|
815
851
|
};
|
|
816
852
|
linebarTextDirection: {
|
|
817
|
-
type: import("vue").PropType<"
|
|
853
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
818
854
|
default: string;
|
|
819
855
|
};
|
|
820
856
|
linebarWidth: {
|
|
@@ -839,19 +875,19 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
839
875
|
lazyRender: BooleanConstructor;
|
|
840
876
|
linebreaksToTitle: BooleanConstructor;
|
|
841
877
|
dialogFn: {};
|
|
842
|
-
}>> & {
|
|
878
|
+
}>> & Readonly<{
|
|
843
879
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
844
880
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
845
881
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
|
846
882
|
"onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
|
|
847
883
|
onLinebarChange?: ((...args: any[]) => any) | undefined;
|
|
848
884
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
849
|
-
}
|
|
885
|
+
}> & {}>;
|
|
850
886
|
emit: (event: "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", ...args: any[]) => void;
|
|
851
887
|
cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
|
|
852
888
|
nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
|
|
853
|
-
formRenderRef: import("vue").Ref<HTMLElement | undefined>;
|
|
854
|
-
formWidth: import("vue").Ref<number>;
|
|
889
|
+
formRenderRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
890
|
+
formWidth: import("vue").Ref<number, number>;
|
|
855
891
|
formHeight: import("vue").ComputedRef<string>;
|
|
856
892
|
SchemaField: import("vue").DefineComponent<import("@formily/vue").ISchemaFieldProps>;
|
|
857
893
|
businessCollector: import("..").BusinessCollector;
|
|
@@ -864,13 +900,21 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
864
900
|
formUUID: string;
|
|
865
901
|
anchorBarRef: import("vue").Ref<{
|
|
866
902
|
syncBarPosition: import("../../shared/types").AnyFn;
|
|
903
|
+
} | undefined, {
|
|
904
|
+
syncBarPosition: import("../../shared/types").AnyFn;
|
|
867
905
|
} | undefined>;
|
|
868
|
-
currentAnchor: import("vue").WritableComputedRef<string>;
|
|
906
|
+
currentAnchor: import("vue").WritableComputedRef<string, string>;
|
|
869
907
|
updateAnchorList: (field: import("@formily/core").GeneralField) => void;
|
|
870
908
|
anchorIdList: import("vue").Ref<{
|
|
871
909
|
name: string;
|
|
872
910
|
title: string;
|
|
873
911
|
index: number;
|
|
912
|
+
}[], (Record<"name" | "title", string> & {
|
|
913
|
+
index: number;
|
|
914
|
+
})[] | {
|
|
915
|
+
name: string;
|
|
916
|
+
title: string;
|
|
917
|
+
index: number;
|
|
874
918
|
}[]>;
|
|
875
919
|
onScroll: (scrollEvent: Event) => void;
|
|
876
920
|
generateAnchorList: (formModel: import("@formily/core").Form<any>) => Promise<void>;
|
|
@@ -897,7 +941,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
897
941
|
setGraph: (field: import("@formily/core").GeneralField) => void;
|
|
898
942
|
removeGraph: (field: import("@formily/core").GeneralField) => void;
|
|
899
943
|
lowCodeEventTrigger: (field: import("@formily/core").GeneralField) => void;
|
|
900
|
-
emitFormChange: import("vue").Ref<boolean>;
|
|
944
|
+
emitFormChange: import("vue").Ref<boolean, boolean>;
|
|
901
945
|
formModel: import("@formily/core").Form<{
|
|
902
946
|
[x: string]: any;
|
|
903
947
|
}>;
|
|
@@ -974,7 +1018,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
974
1018
|
"x-read-pretty"?: boolean | undefined;
|
|
975
1019
|
"x-compile-omitted"?: string[] | undefined;
|
|
976
1020
|
}>;
|
|
977
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
|
1021
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
|
978
1022
|
scope: import("../../shared/types").AnyObject;
|
|
979
1023
|
annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
|
|
980
1024
|
annotationShortcuts: (string | {
|
|
@@ -998,6 +1042,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
998
1042
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
999
1043
|
autoExpand: boolean;
|
|
1000
1044
|
lowCodeReactions: import("../../shared/types").LowCodeTypes.reactionConfig[];
|
|
1045
|
+
newLowCodeReactions: import("../../shared/types").LowCodeTypes.newReactionConfig[];
|
|
1001
1046
|
linebarAutoHidden: boolean;
|
|
1002
1047
|
labelPlacementOverwrite: boolean;
|
|
1003
1048
|
bordered: string | boolean;
|
|
@@ -1009,8 +1054,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1009
1054
|
selectMode: boolean;
|
|
1010
1055
|
selectedFields: string[];
|
|
1011
1056
|
linebarWidth: string | number;
|
|
1012
|
-
linebarDirection: "
|
|
1013
|
-
linebarTextDirection: "
|
|
1057
|
+
linebarDirection: "vertical" | "horizontal";
|
|
1058
|
+
linebarTextDirection: "vertical" | "horizontal";
|
|
1014
1059
|
autoWidth: number | boolean;
|
|
1015
1060
|
feedbackType: "default" | "tooltip";
|
|
1016
1061
|
fixMemoLeak: boolean;
|
|
@@ -1193,16 +1238,16 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1193
1238
|
onKeydown: (event: KeyboardEvent) => Promise<void>;
|
|
1194
1239
|
clearSpan: (uuid: string) => void;
|
|
1195
1240
|
exposeEvent: Omit<import("..").FormRenderExpose, "updateAnchor" | "getFieldList" | "optionInited" | "formModel" | "reload">;
|
|
1196
|
-
useVersion: typeof import("../../shared/hooks").useVersion;
|
|
1197
|
-
FormConsumer: import("vue").DefineComponent<{}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
1198
|
-
FormProvider: import("vue").DefineComponent<Record<"form", any>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Record<"form", any>>>, {
|
|
1241
|
+
readonly useVersion: typeof import("../../shared/hooks").useVersion;
|
|
1242
|
+
readonly FormConsumer: import("vue").DefineComponent<{}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1243
|
+
readonly FormProvider: import("vue").DefineComponent<Record<"form", any>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Record<"form", any>>>, {
|
|
1199
1244
|
form: any;
|
|
1200
|
-
}>;
|
|
1201
|
-
NConfigProvider: any;
|
|
1202
|
-
NForm: any;
|
|
1203
|
-
NTabPane: any;
|
|
1204
|
-
NTabs: any;
|
|
1205
|
-
},
|
|
1245
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1246
|
+
readonly NConfigProvider: any;
|
|
1247
|
+
readonly NForm: any;
|
|
1248
|
+
readonly NTabPane: any;
|
|
1249
|
+
readonly NTabs: any;
|
|
1250
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready")[], "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1206
1251
|
fieldList: {
|
|
1207
1252
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
|
1208
1253
|
};
|
|
@@ -1296,7 +1341,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1296
1341
|
}>>;
|
|
1297
1342
|
};
|
|
1298
1343
|
components: {
|
|
1299
|
-
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
|
1344
|
+
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
|
1300
1345
|
default: () => {};
|
|
1301
1346
|
};
|
|
1302
1347
|
scope: {
|
|
@@ -1381,11 +1426,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1381
1426
|
type: import("vue").PropType<string[]>;
|
|
1382
1427
|
};
|
|
1383
1428
|
linebarDirection: {
|
|
1384
|
-
type: import("vue").PropType<"
|
|
1429
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
1385
1430
|
default: string;
|
|
1386
1431
|
};
|
|
1387
1432
|
linebarTextDirection: {
|
|
1388
|
-
type: import("vue").PropType<"
|
|
1433
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
1389
1434
|
default: string;
|
|
1390
1435
|
};
|
|
1391
1436
|
linebarWidth: {
|
|
@@ -1410,18 +1455,18 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1410
1455
|
lazyRender: BooleanConstructor;
|
|
1411
1456
|
linebreaksToTitle: BooleanConstructor;
|
|
1412
1457
|
dialogFn: {};
|
|
1413
|
-
}>> & {
|
|
1458
|
+
}>> & Readonly<{
|
|
1414
1459
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
1415
1460
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
1416
1461
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
|
1417
1462
|
"onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
|
|
1418
1463
|
onLinebarChange?: ((...args: any[]) => any) | undefined;
|
|
1419
1464
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
1420
|
-
}
|
|
1465
|
+
}>, {
|
|
1466
|
+
maxHeight: string | number;
|
|
1421
1467
|
anchor: boolean;
|
|
1422
1468
|
column: number;
|
|
1423
|
-
|
|
1424
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
|
1469
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
|
1425
1470
|
initialData: import("../../shared/types").AnyObject;
|
|
1426
1471
|
parallelism: number;
|
|
1427
1472
|
scope: import("../../shared/types").AnyObject;
|
|
@@ -1437,8 +1482,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1437
1482
|
wordSplitFilter: boolean;
|
|
1438
1483
|
selectMode: boolean;
|
|
1439
1484
|
linebarWidth: string | number;
|
|
1440
|
-
linebarDirection: "
|
|
1441
|
-
linebarTextDirection: "
|
|
1485
|
+
linebarDirection: "vertical" | "horizontal";
|
|
1486
|
+
linebarTextDirection: "vertical" | "horizontal";
|
|
1442
1487
|
autoWidth: number | boolean;
|
|
1443
1488
|
feedbackType: "default" | "tooltip";
|
|
1444
1489
|
fixMemoLeak: boolean;
|
|
@@ -1447,14 +1492,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1447
1492
|
nominalAge: boolean;
|
|
1448
1493
|
operationalFormInit: boolean;
|
|
1449
1494
|
incrementalRender: boolean;
|
|
1450
|
-
}>;
|
|
1451
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1495
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1496
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
1452
1497
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1453
1498
|
submit: (payload: import("./src/types").FormConfigItem) => import("./src/types").FormConfigItem;
|
|
1454
|
-
}, string, import("vue").
|
|
1499
|
+
}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
|
|
1455
1500
|
onSubmit?: ((payload: import("./src/types").FormConfigItem) => any) | undefined;
|
|
1456
|
-
}, {}>;
|
|
1457
|
-
FormConfigDragDisplay: import("vue").DefineComponent<{
|
|
1501
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1502
|
+
FormConfigDragDisplay: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1458
1503
|
formConfigItem: {
|
|
1459
1504
|
type: import("vue").PropType<import("./src/types").FormConfigItem>;
|
|
1460
1505
|
};
|
|
@@ -1462,13 +1507,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1462
1507
|
type: import("vue").PropType<import("./src/types").FormConfigTextFormatter>;
|
|
1463
1508
|
required: true;
|
|
1464
1509
|
};
|
|
1465
|
-
}
|
|
1510
|
+
}>, {
|
|
1466
1511
|
globProps: import("../../shared/types").AnyObject | undefined;
|
|
1467
1512
|
getItemColumnStyle: (formConfigItem?: import("./src/types").FormConfigItem | undefined) => {
|
|
1468
1513
|
'--item-column': number;
|
|
1469
1514
|
};
|
|
1470
|
-
fieldList: import("vue").Ref<import("./src/types").FormConfigItem[]> | undefined;
|
|
1471
|
-
materialList: import("vue").Ref<import("./src/types").FormConfigItem[]> | undefined;
|
|
1515
|
+
fieldList: import("vue").Ref<import("./src/types").FormConfigItem[], import("./src/types").FormConfigItem[]> | undefined;
|
|
1516
|
+
materialList: import("vue").Ref<import("./src/types").FormConfigItem[], import("./src/types").FormConfigItem[]> | undefined;
|
|
1472
1517
|
getSortOption: (formConfigItem?: import("./src/types").FormConfigItem | undefined) => {
|
|
1473
1518
|
move: ({ to, from, dragged }: import("sortablejs").MoveEvent) => false | undefined;
|
|
1474
1519
|
onChoose: ({ target, item }: import("sortablejs").SortableEvent) => void;
|
|
@@ -1479,8 +1524,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1479
1524
|
'item-key': string;
|
|
1480
1525
|
group: string;
|
|
1481
1526
|
};
|
|
1482
|
-
getRenderer: (formConfigItem: import("./src/types").FormConfigItem) => import("vue").Component | import("vue").FunctionalComponent<{}, {}>;
|
|
1483
|
-
Draggable: import("vue").DefineComponent<{
|
|
1527
|
+
getRenderer: (formConfigItem: import("./src/types").FormConfigItem) => import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>;
|
|
1528
|
+
readonly Draggable: import("vue").DefineComponent<{
|
|
1484
1529
|
list: {
|
|
1485
1530
|
type: ArrayConstructor;
|
|
1486
1531
|
required: boolean;
|
|
@@ -1552,8 +1597,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1552
1597
|
list: unknown[];
|
|
1553
1598
|
modelValue: unknown[];
|
|
1554
1599
|
componentData: Record<string, any>;
|
|
1555
|
-
}>;
|
|
1556
|
-
},
|
|
1600
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1601
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1557
1602
|
formConfigItem: {
|
|
1558
1603
|
type: import("vue").PropType<import("./src/types").FormConfigItem>;
|
|
1559
1604
|
};
|
|
@@ -1561,8 +1606,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1561
1606
|
type: import("vue").PropType<import("./src/types").FormConfigTextFormatter>;
|
|
1562
1607
|
required: true;
|
|
1563
1608
|
};
|
|
1564
|
-
}
|
|
1565
|
-
FormConfigEdit: import("vue").DefineComponent<{
|
|
1609
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1610
|
+
FormConfigEdit: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1566
1611
|
uuid: {
|
|
1567
1612
|
type: StringConstructor;
|
|
1568
1613
|
required: true;
|
|
@@ -1636,7 +1681,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1636
1681
|
"x-read-pretty"?: boolean | undefined;
|
|
1637
1682
|
"x-compile-omitted"?: string[] | undefined;
|
|
1638
1683
|
}>;
|
|
1639
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
|
1684
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
|
1640
1685
|
scope: import("../../shared/types").AnyObject;
|
|
1641
1686
|
annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
|
|
1642
1687
|
annotationShortcuts: (string | {
|
|
@@ -1660,6 +1705,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1660
1705
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
1661
1706
|
autoExpand: boolean;
|
|
1662
1707
|
lowCodeReactions: import("../../shared/types").LowCodeTypes.reactionConfig[];
|
|
1708
|
+
newLowCodeReactions: import("../../shared/types").LowCodeTypes.newReactionConfig[];
|
|
1663
1709
|
linebarAutoHidden: boolean;
|
|
1664
1710
|
labelPlacementOverwrite: boolean;
|
|
1665
1711
|
bordered: string | boolean;
|
|
@@ -1671,8 +1717,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1671
1717
|
selectMode: boolean;
|
|
1672
1718
|
selectedFields: string[];
|
|
1673
1719
|
linebarWidth: string | number;
|
|
1674
|
-
linebarDirection: "
|
|
1675
|
-
linebarTextDirection: "
|
|
1720
|
+
linebarDirection: "vertical" | "horizontal";
|
|
1721
|
+
linebarTextDirection: "vertical" | "horizontal";
|
|
1676
1722
|
autoWidth: number | boolean;
|
|
1677
1723
|
feedbackType: "default" | "tooltip";
|
|
1678
1724
|
fixMemoLeak: boolean;
|
|
@@ -1681,8 +1727,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1681
1727
|
dialogFn: any;
|
|
1682
1728
|
}>>>;
|
|
1683
1729
|
};
|
|
1684
|
-
}
|
|
1685
|
-
props:
|
|
1730
|
+
}>, {
|
|
1731
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1686
1732
|
uuid: {
|
|
1687
1733
|
type: StringConstructor;
|
|
1688
1734
|
required: true;
|
|
@@ -1756,7 +1802,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1756
1802
|
"x-read-pretty"?: boolean | undefined;
|
|
1757
1803
|
"x-compile-omitted"?: string[] | undefined;
|
|
1758
1804
|
}>;
|
|
1759
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
|
1805
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
|
1760
1806
|
scope: import("../../shared/types").AnyObject;
|
|
1761
1807
|
annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
|
|
1762
1808
|
annotationShortcuts: (string | {
|
|
@@ -1780,6 +1826,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1780
1826
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
1781
1827
|
autoExpand: boolean;
|
|
1782
1828
|
lowCodeReactions: import("../../shared/types").LowCodeTypes.reactionConfig[];
|
|
1829
|
+
newLowCodeReactions: import("../../shared/types").LowCodeTypes.newReactionConfig[];
|
|
1783
1830
|
linebarAutoHidden: boolean;
|
|
1784
1831
|
labelPlacementOverwrite: boolean;
|
|
1785
1832
|
bordered: string | boolean;
|
|
@@ -1791,8 +1838,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1791
1838
|
selectMode: boolean;
|
|
1792
1839
|
selectedFields: string[];
|
|
1793
1840
|
linebarWidth: string | number;
|
|
1794
|
-
linebarDirection: "
|
|
1795
|
-
linebarTextDirection: "
|
|
1841
|
+
linebarDirection: "vertical" | "horizontal";
|
|
1842
|
+
linebarTextDirection: "vertical" | "horizontal";
|
|
1796
1843
|
autoWidth: number | boolean;
|
|
1797
1844
|
feedbackType: "default" | "tooltip";
|
|
1798
1845
|
fixMemoLeak: boolean;
|
|
@@ -1801,14 +1848,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1801
1848
|
dialogFn: any;
|
|
1802
1849
|
}>>>;
|
|
1803
1850
|
};
|
|
1804
|
-
}>> & {}
|
|
1851
|
+
}>> & Readonly<{}> & {}>;
|
|
1805
1852
|
wrapperSelector: import("vue").ComputedRef<string>;
|
|
1806
|
-
formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined>;
|
|
1807
|
-
currentActiveField: import("vue").Ref<import("../../shared/types").UndefinedAble<import("./src/types").FormConfigItem>>;
|
|
1853
|
+
formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined, import("..").FormRenderExpose | undefined>;
|
|
1854
|
+
currentActiveField: import("vue").Ref<import("../../shared/types").UndefinedAble<import("./src/types").FormConfigItem>, import("../../shared/types").UndefinedAble<import("./src/types").FormConfigItem>>;
|
|
1808
1855
|
fieldList: import("vue").Ref<{
|
|
1809
1856
|
[x: string]: any;
|
|
1810
1857
|
val_key: string;
|
|
1811
|
-
html_type: "LINEBAR" | ({} & string) | "INPUT" | "
|
|
1858
|
+
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";
|
|
1812
1859
|
annotation?: boolean | undefined;
|
|
1813
1860
|
val_key_unit?: string | undefined;
|
|
1814
1861
|
is_edit?: import("..").FormCommonState | undefined;
|
|
@@ -1824,7 +1871,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1824
1871
|
placeholder?: string | undefined;
|
|
1825
1872
|
validate?: {
|
|
1826
1873
|
[x: string]: any;
|
|
1827
|
-
obj_type?: ("
|
|
1874
|
+
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
|
1828
1875
|
vali_obj?: string | undefined;
|
|
1829
1876
|
max_value?: string | number | undefined;
|
|
1830
1877
|
min_value?: string | number | undefined;
|
|
@@ -1833,28 +1880,226 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1833
1880
|
min_length?: string | number | undefined;
|
|
1834
1881
|
max_length?: string | number | undefined;
|
|
1835
1882
|
decimal_length?: string | number | undefined;
|
|
1836
|
-
regular_expression?: string |
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1883
|
+
regular_expression?: string | RegExp | undefined;
|
|
1884
|
+
regular_error_tip?: string | undefined;
|
|
1885
|
+
message?: string | undefined;
|
|
1886
|
+
} | undefined;
|
|
1887
|
+
option?: {
|
|
1888
|
+
[x: string]: any;
|
|
1889
|
+
keyword?: string | undefined;
|
|
1890
|
+
disabled?: boolean | undefined;
|
|
1891
|
+
children?: any[] | undefined;
|
|
1892
|
+
childrenFields?: any[] | undefined;
|
|
1893
|
+
}[] | undefined;
|
|
1894
|
+
multi_select?: import("..").FormCommonState | undefined;
|
|
1895
|
+
multi_select_value?: string | number | undefined;
|
|
1896
|
+
wordbook?: {
|
|
1897
|
+
level_num?: number | undefined;
|
|
1898
|
+
id?: string | undefined;
|
|
1899
|
+
name?: string | undefined;
|
|
1900
|
+
render_key?: string[] | undefined;
|
|
1901
|
+
search_key?: string[] | undefined;
|
|
1902
|
+
value_key?: string | undefined;
|
|
1903
|
+
queryParams?: string[] | undefined;
|
|
1904
|
+
primary_key?: string | undefined;
|
|
1905
|
+
type?: string | undefined;
|
|
1906
|
+
level_key?: string | undefined;
|
|
1907
|
+
link_key?: string | undefined;
|
|
1908
|
+
link_key_split?: string | undefined;
|
|
1909
|
+
show_key?: string | string[] | undefined;
|
|
1910
|
+
conObj?: import("../../shared/types").AnyObject[] | undefined;
|
|
1911
|
+
conObjFirstLevel?: import("../../shared/types").AnyObject[] | undefined;
|
|
1912
|
+
setting?: {
|
|
1913
|
+
cascading?: {
|
|
1914
|
+
'form.name': string;
|
|
1915
|
+
value: string;
|
|
1916
|
+
}[] | undefined;
|
|
1917
|
+
} | undefined;
|
|
1918
|
+
} | undefined;
|
|
1919
|
+
open?: {
|
|
1920
|
+
value?: any;
|
|
1921
|
+
describe?: string | undefined;
|
|
1922
|
+
} | undefined;
|
|
1923
|
+
close?: {
|
|
1924
|
+
value?: any;
|
|
1925
|
+
describe?: string | undefined;
|
|
1926
|
+
} | undefined;
|
|
1927
|
+
requiredReminderContent?: string | undefined;
|
|
1928
|
+
date_format?: string | undefined;
|
|
1929
|
+
step_length?: string | number | undefined;
|
|
1930
|
+
urlConfig?: {
|
|
1931
|
+
[x: string]: any;
|
|
1932
|
+
url: string;
|
|
1933
|
+
method?: import("../../shared/hooks").FormRequestDefine.RequestType | undefined;
|
|
1934
|
+
nameKey?: string | undefined;
|
|
1935
|
+
valueKey?: string | undefined;
|
|
1936
|
+
showKey?: string | undefined;
|
|
1937
|
+
searchKey?: string[] | undefined;
|
|
1938
|
+
params?: import("../../shared/types").AnyObject | undefined;
|
|
1939
|
+
dependKey?: string | Record<string, string> | (string | {
|
|
1940
|
+
paramName: string;
|
|
1941
|
+
paramValue?: string | undefined;
|
|
1942
|
+
required?: boolean | undefined;
|
|
1943
|
+
keepValue?: boolean | undefined;
|
|
1944
|
+
})[] | undefined;
|
|
1945
|
+
} | undefined;
|
|
1946
|
+
suffixConfig?: any | any[] | undefined;
|
|
1947
|
+
prefixConfig?: any | any[] | undefined;
|
|
1948
|
+
autograph?: string | undefined;
|
|
1949
|
+
defined_error_msg?: string | undefined;
|
|
1950
|
+
extendKey?: string | undefined;
|
|
1951
|
+
is_not_fold?: string | undefined;
|
|
1952
|
+
remark?: string | undefined;
|
|
1953
|
+
remarkTo?: string | HTMLElement | undefined;
|
|
1954
|
+
free_entry?: import("..").FormCommonState | undefined;
|
|
1955
|
+
save_free_entry?: import("..").FormCommonState | undefined;
|
|
1956
|
+
initialize_high?: number | undefined;
|
|
1957
|
+
bindEventSetting?: {
|
|
1958
|
+
[x: string]: unknown;
|
|
1959
|
+
event_type: import("../../shared/types").LowCodeTypes.EVENT_TYPE;
|
|
1960
|
+
event_field?: string | undefined;
|
|
1961
|
+
params?: {
|
|
1962
|
+
p_value?: string | undefined;
|
|
1963
|
+
p_name: string;
|
|
1964
|
+
p_select: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
|
1965
|
+
}[] | undefined;
|
|
1966
|
+
results?: {
|
|
1967
|
+
p_value: string;
|
|
1968
|
+
p_name: string;
|
|
1969
|
+
}[] | undefined;
|
|
1970
|
+
compareMap?: {
|
|
1971
|
+
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
1972
|
+
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
1973
|
+
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
1974
|
+
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
1975
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
1976
|
+
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
1977
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
1978
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
1979
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
1980
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
1981
|
+
} | undefined;
|
|
1982
|
+
}[] | undefined;
|
|
1983
|
+
show_mode?: import("../../shared/types").LowCodeTypes.showModeType | undefined;
|
|
1984
|
+
is_allow_check_mid?: import("..").FormCommonState | undefined;
|
|
1985
|
+
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
|
1986
|
+
prefix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
|
1987
|
+
suffix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
|
1988
|
+
allowSlash?: string | boolean | undefined;
|
|
1989
|
+
allowModify?: import("..").FormCommonState | undefined;
|
|
1990
|
+
show_key?: string | undefined;
|
|
1991
|
+
whiteList?: string[] | undefined;
|
|
1992
|
+
bordered?: string | boolean | undefined;
|
|
1993
|
+
displayMode?: "form" | "table" | undefined;
|
|
1994
|
+
editor_title?: string | undefined;
|
|
1995
|
+
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
|
1996
|
+
linebarWidth?: string | undefined;
|
|
1997
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
|
1998
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
|
1999
|
+
labelColor?: string | undefined;
|
|
2000
|
+
fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
|
|
2001
|
+
confirmBeforeValueChange?: boolean | undefined;
|
|
2002
|
+
confirmBeforeValueChangeProps?: {
|
|
2003
|
+
[x: string]: any;
|
|
2004
|
+
content: string | ((params: {
|
|
2005
|
+
fieldName: string;
|
|
2006
|
+
newValue: any;
|
|
2007
|
+
oldValue: any;
|
|
2008
|
+
}) => any);
|
|
2009
|
+
updateOriginValue: boolean;
|
|
2010
|
+
} | undefined;
|
|
2011
|
+
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
|
2012
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
|
2013
|
+
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
|
2014
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
|
2015
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
|
2016
|
+
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
|
2017
|
+
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
|
2018
|
+
fieldTitleColor?: string | undefined;
|
|
2019
|
+
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
2020
|
+
content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
|
|
2021
|
+
lazyRequest?: boolean | undefined;
|
|
2022
|
+
requestCache?: boolean | undefined;
|
|
2023
|
+
maxGroupNum?: number | undefined;
|
|
2024
|
+
minGroupNum?: number | undefined;
|
|
2025
|
+
jsonCombination?: boolean | undefined;
|
|
2026
|
+
combinationItemDeletable?: boolean | import("..").CombinationItemDeletableFn | undefined;
|
|
2027
|
+
children?: any[] | undefined;
|
|
2028
|
+
properties?: any[] | undefined;
|
|
2029
|
+
componentProps?: import("../../shared/types").AnyObject | undefined;
|
|
2030
|
+
decoratorProps?: import("../../shared/types").AnyObject | undefined;
|
|
2031
|
+
noDecorator?: {
|
|
2032
|
+
valueOf: () => boolean;
|
|
2033
|
+
} | undefined;
|
|
2034
|
+
display?: "flex" | "grid" | undefined;
|
|
2035
|
+
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
|
2036
|
+
wrapperStyle?: Record<string, string | number> | undefined;
|
|
2037
|
+
childFieldStrategy?: "checked" | "all" | undefined;
|
|
2038
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
|
2039
|
+
validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
|
|
2040
|
+
field: import("@formily/core").Field<any, any, any, any>;
|
|
2041
|
+
form: import("@formily/core").Form<any>;
|
|
2042
|
+
value: unknown;
|
|
2043
|
+
validator: import("../../shared/types").AnyFn;
|
|
2044
|
+
}) => string | void) | undefined;
|
|
2045
|
+
reactions?: {
|
|
2046
|
+
[x: string]: any;
|
|
2047
|
+
dependencies?: string[] | undefined;
|
|
2048
|
+
target?: string | undefined;
|
|
2049
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
2050
|
+
when?: string | boolean | undefined;
|
|
2051
|
+
fulfill?: {
|
|
2052
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
2053
|
+
run?: string | undefined;
|
|
2054
|
+
} | undefined;
|
|
2055
|
+
otherwise?: {
|
|
2056
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
2057
|
+
run?: string | undefined;
|
|
2058
|
+
} | undefined;
|
|
2059
|
+
} | {
|
|
2060
|
+
[x: string]: any;
|
|
2061
|
+
dependencies?: string[] | undefined;
|
|
2062
|
+
target?: string | undefined;
|
|
2063
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
2064
|
+
when?: string | boolean | undefined;
|
|
2065
|
+
fulfill?: {
|
|
2066
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
2067
|
+
run?: string | undefined;
|
|
2068
|
+
} | undefined;
|
|
2069
|
+
otherwise?: {
|
|
2070
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
2071
|
+
run?: string | undefined;
|
|
1857
2072
|
} | undefined;
|
|
2073
|
+
}[] | undefined;
|
|
2074
|
+
}[], import("..").FieldItem[] | {
|
|
2075
|
+
[x: string]: any;
|
|
2076
|
+
val_key: string;
|
|
2077
|
+
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";
|
|
2078
|
+
annotation?: boolean | undefined;
|
|
2079
|
+
val_key_unit?: string | undefined;
|
|
2080
|
+
is_edit?: import("..").FormCommonState | undefined;
|
|
2081
|
+
elem_width?: string | number | undefined;
|
|
2082
|
+
is_show?: import("..").FormCommonState | undefined;
|
|
2083
|
+
is_null?: import("..").FormCommonState | undefined;
|
|
2084
|
+
name?: string | undefined;
|
|
2085
|
+
nameAbbr?: string | undefined;
|
|
2086
|
+
alias?: string | undefined;
|
|
2087
|
+
default_val?: any;
|
|
2088
|
+
is_empty?: import("..").FormCommonState | undefined;
|
|
2089
|
+
hide_title?: import("..").FormCommonState | undefined;
|
|
2090
|
+
placeholder?: string | undefined;
|
|
2091
|
+
validate?: {
|
|
2092
|
+
[x: string]: any;
|
|
2093
|
+
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
|
2094
|
+
vali_obj?: string | undefined;
|
|
2095
|
+
max_value?: string | number | undefined;
|
|
2096
|
+
min_value?: string | number | undefined;
|
|
2097
|
+
min_date?: string | undefined;
|
|
2098
|
+
max_date?: string | undefined;
|
|
2099
|
+
min_length?: string | number | undefined;
|
|
2100
|
+
max_length?: string | number | undefined;
|
|
2101
|
+
decimal_length?: string | number | undefined;
|
|
2102
|
+
regular_expression?: string | RegExp | undefined;
|
|
1858
2103
|
regular_error_tip?: string | undefined;
|
|
1859
2104
|
message?: string | undefined;
|
|
1860
2105
|
} | undefined;
|
|
@@ -1968,8 +2213,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1968
2213
|
editor_title?: string | undefined;
|
|
1969
2214
|
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
|
1970
2215
|
linebarWidth?: string | undefined;
|
|
1971
|
-
linebarDirection?: "
|
|
1972
|
-
linebarTextDirection?: "
|
|
2216
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
|
2217
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
|
1973
2218
|
labelColor?: string | undefined;
|
|
1974
2219
|
fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
|
|
1975
2220
|
confirmBeforeValueChange?: boolean | undefined;
|
|
@@ -1983,10 +2228,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1983
2228
|
updateOriginValue: boolean;
|
|
1984
2229
|
} | undefined;
|
|
1985
2230
|
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
|
1986
|
-
unit?: ("
|
|
2231
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
|
1987
2232
|
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
|
1988
|
-
max_date_unit?: ("
|
|
1989
|
-
min_date_unit?: ("
|
|
2233
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
|
2234
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
|
1990
2235
|
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
|
1991
2236
|
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
|
1992
2237
|
fieldTitleColor?: string | undefined;
|
|
@@ -2009,7 +2254,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2009
2254
|
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
|
2010
2255
|
wrapperStyle?: Record<string, string | number> | undefined;
|
|
2011
2256
|
childFieldStrategy?: "checked" | "all" | undefined;
|
|
2012
|
-
childWidthMode?: "
|
|
2257
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
|
2013
2258
|
validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
|
|
2014
2259
|
field: import("@formily/core").Field<any, any, any, any>;
|
|
2015
2260
|
form: import("@formily/core").Form<any>;
|
|
@@ -2088,7 +2333,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2088
2333
|
originalSetting?: {
|
|
2089
2334
|
[x: string]: any;
|
|
2090
2335
|
val_key: string;
|
|
2091
|
-
html_type: "LINEBAR" | ({} & string) | "INPUT" | "
|
|
2336
|
+
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";
|
|
2092
2337
|
annotation?: boolean | undefined;
|
|
2093
2338
|
val_key_unit?: string | undefined;
|
|
2094
2339
|
is_edit?: import("..").FormCommonState | undefined;
|
|
@@ -2104,7 +2349,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2104
2349
|
placeholder?: string | undefined;
|
|
2105
2350
|
validate?: {
|
|
2106
2351
|
[x: string]: any;
|
|
2107
|
-
obj_type?: ("
|
|
2352
|
+
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
|
2108
2353
|
vali_obj?: string | undefined;
|
|
2109
2354
|
max_value?: string | number | undefined;
|
|
2110
2355
|
min_value?: string | number | undefined;
|
|
@@ -2113,28 +2358,543 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2113
2358
|
min_length?: string | number | undefined;
|
|
2114
2359
|
max_length?: string | number | undefined;
|
|
2115
2360
|
decimal_length?: string | number | undefined;
|
|
2116
|
-
regular_expression?: string |
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2361
|
+
regular_expression?: string | RegExp | undefined;
|
|
2362
|
+
regular_error_tip?: string | undefined;
|
|
2363
|
+
message?: string | undefined;
|
|
2364
|
+
} | undefined;
|
|
2365
|
+
option?: {
|
|
2366
|
+
[x: string]: any;
|
|
2367
|
+
keyword?: string | undefined;
|
|
2368
|
+
disabled?: boolean | undefined;
|
|
2369
|
+
children?: any[] | undefined;
|
|
2370
|
+
childrenFields?: any[] | undefined;
|
|
2371
|
+
}[] | undefined;
|
|
2372
|
+
multi_select?: import("..").FormCommonState | undefined;
|
|
2373
|
+
multi_select_value?: string | number | undefined;
|
|
2374
|
+
wordbook?: {
|
|
2375
|
+
level_num?: number | undefined;
|
|
2376
|
+
id?: string | undefined;
|
|
2377
|
+
name?: string | undefined;
|
|
2378
|
+
render_key?: string[] | undefined;
|
|
2379
|
+
search_key?: string[] | undefined;
|
|
2380
|
+
value_key?: string | undefined;
|
|
2381
|
+
queryParams?: string[] | undefined;
|
|
2382
|
+
primary_key?: string | undefined;
|
|
2383
|
+
type?: string | undefined;
|
|
2384
|
+
level_key?: string | undefined;
|
|
2385
|
+
link_key?: string | undefined;
|
|
2386
|
+
link_key_split?: string | undefined;
|
|
2387
|
+
show_key?: string | string[] | undefined;
|
|
2388
|
+
conObj?: import("../../shared/types").AnyObject[] | undefined;
|
|
2389
|
+
conObjFirstLevel?: import("../../shared/types").AnyObject[] | undefined;
|
|
2390
|
+
setting?: {
|
|
2391
|
+
cascading?: {
|
|
2392
|
+
'form.name': string;
|
|
2393
|
+
value: string;
|
|
2394
|
+
}[] | undefined;
|
|
2395
|
+
} | undefined;
|
|
2396
|
+
} | undefined;
|
|
2397
|
+
open?: {
|
|
2398
|
+
value?: any;
|
|
2399
|
+
describe?: string | undefined;
|
|
2400
|
+
} | undefined;
|
|
2401
|
+
close?: {
|
|
2402
|
+
value?: any;
|
|
2403
|
+
describe?: string | undefined;
|
|
2404
|
+
} | undefined;
|
|
2405
|
+
requiredReminderContent?: string | undefined;
|
|
2406
|
+
date_format?: string | undefined;
|
|
2407
|
+
step_length?: string | number | undefined;
|
|
2408
|
+
urlConfig?: {
|
|
2409
|
+
[x: string]: any;
|
|
2410
|
+
url: string;
|
|
2411
|
+
method?: import("../../shared/hooks").FormRequestDefine.RequestType | undefined;
|
|
2412
|
+
nameKey?: string | undefined;
|
|
2413
|
+
valueKey?: string | undefined;
|
|
2414
|
+
showKey?: string | undefined;
|
|
2415
|
+
searchKey?: string[] | undefined;
|
|
2416
|
+
params?: import("../../shared/types").AnyObject | undefined;
|
|
2417
|
+
dependKey?: string | Record<string, string> | (string | {
|
|
2418
|
+
paramName: string;
|
|
2419
|
+
paramValue?: string | undefined;
|
|
2420
|
+
required?: boolean | undefined;
|
|
2421
|
+
keepValue?: boolean | undefined;
|
|
2422
|
+
})[] | undefined;
|
|
2423
|
+
} | undefined;
|
|
2424
|
+
suffixConfig?: any | any[] | undefined;
|
|
2425
|
+
prefixConfig?: any | any[] | undefined;
|
|
2426
|
+
autograph?: string | undefined;
|
|
2427
|
+
defined_error_msg?: string | undefined;
|
|
2428
|
+
extendKey?: string | undefined;
|
|
2429
|
+
is_not_fold?: string | undefined;
|
|
2430
|
+
remark?: string | undefined;
|
|
2431
|
+
remarkTo?: string | HTMLElement | undefined;
|
|
2432
|
+
free_entry?: import("..").FormCommonState | undefined;
|
|
2433
|
+
save_free_entry?: import("..").FormCommonState | undefined;
|
|
2434
|
+
initialize_high?: number | undefined;
|
|
2435
|
+
bindEventSetting?: {
|
|
2436
|
+
[x: string]: unknown;
|
|
2437
|
+
event_type: import("../../shared/types").LowCodeTypes.EVENT_TYPE;
|
|
2438
|
+
event_field?: string | undefined;
|
|
2439
|
+
params?: {
|
|
2440
|
+
p_value?: string | undefined;
|
|
2441
|
+
p_name: string;
|
|
2442
|
+
p_select: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
|
2443
|
+
}[] | undefined;
|
|
2444
|
+
results?: {
|
|
2445
|
+
p_value: string;
|
|
2446
|
+
p_name: string;
|
|
2447
|
+
}[] | undefined;
|
|
2448
|
+
compareMap?: {
|
|
2449
|
+
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2450
|
+
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2451
|
+
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2452
|
+
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2453
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2454
|
+
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2455
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2456
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2457
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2458
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2459
|
+
} | undefined;
|
|
2460
|
+
}[] | undefined;
|
|
2461
|
+
show_mode?: import("../../shared/types").LowCodeTypes.showModeType | undefined;
|
|
2462
|
+
is_allow_check_mid?: import("..").FormCommonState | undefined;
|
|
2463
|
+
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
|
2464
|
+
prefix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
|
2465
|
+
suffix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
|
2466
|
+
allowSlash?: string | boolean | undefined;
|
|
2467
|
+
allowModify?: import("..").FormCommonState | undefined;
|
|
2468
|
+
show_key?: string | undefined;
|
|
2469
|
+
whiteList?: string[] | undefined;
|
|
2470
|
+
bordered?: string | boolean | undefined;
|
|
2471
|
+
displayMode?: "form" | "table" | undefined;
|
|
2472
|
+
editor_title?: string | undefined;
|
|
2473
|
+
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
|
2474
|
+
linebarWidth?: string | undefined;
|
|
2475
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
|
2476
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
|
2477
|
+
labelColor?: string | undefined;
|
|
2478
|
+
fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
|
|
2479
|
+
confirmBeforeValueChange?: boolean | undefined;
|
|
2480
|
+
confirmBeforeValueChangeProps?: {
|
|
2481
|
+
[x: string]: any;
|
|
2482
|
+
content: string | ((params: {
|
|
2483
|
+
fieldName: string;
|
|
2484
|
+
newValue: any;
|
|
2485
|
+
oldValue: any;
|
|
2486
|
+
}) => any);
|
|
2487
|
+
updateOriginValue: boolean;
|
|
2488
|
+
} | undefined;
|
|
2489
|
+
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
|
2490
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
|
2491
|
+
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
|
2492
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
|
2493
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
|
2494
|
+
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
|
2495
|
+
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
|
2496
|
+
fieldTitleColor?: string | undefined;
|
|
2497
|
+
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
2498
|
+
content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
|
|
2499
|
+
lazyRequest?: boolean | undefined;
|
|
2500
|
+
requestCache?: boolean | undefined;
|
|
2501
|
+
maxGroupNum?: number | undefined;
|
|
2502
|
+
minGroupNum?: number | undefined;
|
|
2503
|
+
jsonCombination?: boolean | undefined;
|
|
2504
|
+
combinationItemDeletable?: boolean | import("..").CombinationItemDeletableFn | undefined;
|
|
2505
|
+
children?: any[] | undefined;
|
|
2506
|
+
properties?: any[] | undefined;
|
|
2507
|
+
componentProps?: import("../../shared/types").AnyObject | undefined;
|
|
2508
|
+
decoratorProps?: import("../../shared/types").AnyObject | undefined;
|
|
2509
|
+
noDecorator?: {
|
|
2510
|
+
valueOf: () => boolean;
|
|
2511
|
+
} | undefined;
|
|
2512
|
+
display?: "flex" | "grid" | undefined;
|
|
2513
|
+
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
|
2514
|
+
wrapperStyle?: Record<string, string | number> | undefined;
|
|
2515
|
+
childFieldStrategy?: "checked" | "all" | undefined;
|
|
2516
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
|
2517
|
+
validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
|
|
2518
|
+
field: import("@formily/core").Field<any, any, any, any>;
|
|
2519
|
+
form: import("@formily/core").Form<any>;
|
|
2520
|
+
value: unknown;
|
|
2521
|
+
validator: import("../../shared/types").AnyFn;
|
|
2522
|
+
}) => string | void) | undefined;
|
|
2523
|
+
reactions?: {
|
|
2524
|
+
[x: string]: any;
|
|
2525
|
+
dependencies?: string[] | undefined;
|
|
2526
|
+
target?: string | undefined;
|
|
2527
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
2528
|
+
when?: string | boolean | undefined;
|
|
2529
|
+
fulfill?: {
|
|
2530
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
2531
|
+
run?: string | undefined;
|
|
2532
|
+
} | undefined;
|
|
2533
|
+
otherwise?: {
|
|
2534
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
2535
|
+
run?: string | undefined;
|
|
2137
2536
|
} | undefined;
|
|
2537
|
+
} | {
|
|
2538
|
+
[x: string]: any;
|
|
2539
|
+
dependencies?: string[] | undefined;
|
|
2540
|
+
target?: string | undefined;
|
|
2541
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
2542
|
+
when?: string | boolean | undefined;
|
|
2543
|
+
fulfill?: {
|
|
2544
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
2545
|
+
run?: string | undefined;
|
|
2546
|
+
} | undefined;
|
|
2547
|
+
otherwise?: {
|
|
2548
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
2549
|
+
run?: string | undefined;
|
|
2550
|
+
} | undefined;
|
|
2551
|
+
}[] | undefined;
|
|
2552
|
+
} | undefined;
|
|
2553
|
+
optionAliasList?: {
|
|
2554
|
+
text: string;
|
|
2555
|
+
value: string;
|
|
2556
|
+
}[] | undefined;
|
|
2557
|
+
elementExtraSetting?: {
|
|
2558
|
+
allowPartial?: boolean | undefined;
|
|
2559
|
+
partialLevel?: number | undefined;
|
|
2560
|
+
maxLevel?: number | undefined;
|
|
2561
|
+
dateFormat?: string | undefined;
|
|
2562
|
+
defaultValue?: {
|
|
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
|
+
minValue?: {
|
|
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
|
+
maxValue?: {
|
|
2573
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
|
2574
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
|
2575
|
+
value: string;
|
|
2576
|
+
} | undefined;
|
|
2577
|
+
} | undefined;
|
|
2578
|
+
__new?: boolean | undefined;
|
|
2579
|
+
__isCombinationChild?: boolean | undefined;
|
|
2580
|
+
__extra?: boolean | undefined;
|
|
2581
|
+
}[] | undefined;
|
|
2582
|
+
originalSetting?: {
|
|
2583
|
+
[x: string]: any;
|
|
2584
|
+
val_key: string;
|
|
2585
|
+
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";
|
|
2586
|
+
annotation?: boolean | undefined;
|
|
2587
|
+
val_key_unit?: string | undefined;
|
|
2588
|
+
is_edit?: import("..").FormCommonState | undefined;
|
|
2589
|
+
elem_width?: string | number | undefined;
|
|
2590
|
+
is_show?: import("..").FormCommonState | undefined;
|
|
2591
|
+
is_null?: import("..").FormCommonState | undefined;
|
|
2592
|
+
name?: string | undefined;
|
|
2593
|
+
nameAbbr?: string | undefined;
|
|
2594
|
+
alias?: string | undefined;
|
|
2595
|
+
default_val?: any;
|
|
2596
|
+
is_empty?: import("..").FormCommonState | undefined;
|
|
2597
|
+
hide_title?: import("..").FormCommonState | undefined;
|
|
2598
|
+
placeholder?: string | undefined;
|
|
2599
|
+
validate?: {
|
|
2600
|
+
[x: string]: any;
|
|
2601
|
+
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
|
2602
|
+
vali_obj?: string | undefined;
|
|
2603
|
+
max_value?: string | number | undefined;
|
|
2604
|
+
min_value?: string | number | undefined;
|
|
2605
|
+
min_date?: string | undefined;
|
|
2606
|
+
max_date?: string | undefined;
|
|
2607
|
+
min_length?: string | number | undefined;
|
|
2608
|
+
max_length?: string | number | undefined;
|
|
2609
|
+
decimal_length?: string | number | undefined;
|
|
2610
|
+
regular_expression?: string | RegExp | undefined;
|
|
2611
|
+
regular_error_tip?: string | undefined;
|
|
2612
|
+
message?: string | undefined;
|
|
2613
|
+
} | undefined;
|
|
2614
|
+
option?: {
|
|
2615
|
+
[x: string]: any;
|
|
2616
|
+
keyword?: string | undefined;
|
|
2617
|
+
disabled?: boolean | undefined;
|
|
2618
|
+
children?: any[] | undefined;
|
|
2619
|
+
childrenFields?: any[] | undefined;
|
|
2620
|
+
}[] | undefined;
|
|
2621
|
+
multi_select?: import("..").FormCommonState | undefined;
|
|
2622
|
+
multi_select_value?: string | number | undefined;
|
|
2623
|
+
wordbook?: {
|
|
2624
|
+
level_num?: number | undefined;
|
|
2625
|
+
id?: string | undefined;
|
|
2626
|
+
name?: string | undefined;
|
|
2627
|
+
render_key?: string[] | undefined;
|
|
2628
|
+
search_key?: string[] | undefined;
|
|
2629
|
+
value_key?: string | undefined;
|
|
2630
|
+
queryParams?: string[] | undefined;
|
|
2631
|
+
primary_key?: string | undefined;
|
|
2632
|
+
type?: string | undefined;
|
|
2633
|
+
level_key?: string | undefined;
|
|
2634
|
+
link_key?: string | undefined;
|
|
2635
|
+
link_key_split?: string | undefined;
|
|
2636
|
+
show_key?: string | string[] | undefined;
|
|
2637
|
+
conObj?: import("../../shared/types").AnyObject[] | undefined;
|
|
2638
|
+
conObjFirstLevel?: import("../../shared/types").AnyObject[] | undefined;
|
|
2639
|
+
setting?: {
|
|
2640
|
+
cascading?: {
|
|
2641
|
+
'form.name': string;
|
|
2642
|
+
value: string;
|
|
2643
|
+
}[] | undefined;
|
|
2644
|
+
} | undefined;
|
|
2645
|
+
} | undefined;
|
|
2646
|
+
open?: {
|
|
2647
|
+
value?: any;
|
|
2648
|
+
describe?: string | undefined;
|
|
2649
|
+
} | undefined;
|
|
2650
|
+
close?: {
|
|
2651
|
+
value?: any;
|
|
2652
|
+
describe?: string | undefined;
|
|
2653
|
+
} | undefined;
|
|
2654
|
+
requiredReminderContent?: string | undefined;
|
|
2655
|
+
date_format?: string | undefined;
|
|
2656
|
+
step_length?: string | number | undefined;
|
|
2657
|
+
urlConfig?: {
|
|
2658
|
+
[x: string]: any;
|
|
2659
|
+
url: string;
|
|
2660
|
+
method?: import("../../shared/hooks").FormRequestDefine.RequestType | undefined;
|
|
2661
|
+
nameKey?: string | undefined;
|
|
2662
|
+
valueKey?: string | undefined;
|
|
2663
|
+
showKey?: string | undefined;
|
|
2664
|
+
searchKey?: string[] | undefined;
|
|
2665
|
+
params?: import("../../shared/types").AnyObject | undefined;
|
|
2666
|
+
dependKey?: string | Record<string, string> | (string | {
|
|
2667
|
+
paramName: string;
|
|
2668
|
+
paramValue?: string | undefined;
|
|
2669
|
+
required?: boolean | undefined;
|
|
2670
|
+
keepValue?: boolean | undefined;
|
|
2671
|
+
})[] | undefined;
|
|
2672
|
+
} | undefined;
|
|
2673
|
+
suffixConfig?: any | any[] | undefined;
|
|
2674
|
+
prefixConfig?: any | any[] | undefined;
|
|
2675
|
+
autograph?: string | undefined;
|
|
2676
|
+
defined_error_msg?: string | undefined;
|
|
2677
|
+
extendKey?: string | undefined;
|
|
2678
|
+
is_not_fold?: string | undefined;
|
|
2679
|
+
remark?: string | undefined;
|
|
2680
|
+
remarkTo?: string | HTMLElement | undefined;
|
|
2681
|
+
free_entry?: import("..").FormCommonState | undefined;
|
|
2682
|
+
save_free_entry?: import("..").FormCommonState | undefined;
|
|
2683
|
+
initialize_high?: number | undefined;
|
|
2684
|
+
bindEventSetting?: {
|
|
2685
|
+
[x: string]: unknown;
|
|
2686
|
+
event_type: import("../../shared/types").LowCodeTypes.EVENT_TYPE;
|
|
2687
|
+
event_field?: string | undefined;
|
|
2688
|
+
params?: {
|
|
2689
|
+
p_value?: string | undefined;
|
|
2690
|
+
p_name: string;
|
|
2691
|
+
p_select: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
|
2692
|
+
}[] | undefined;
|
|
2693
|
+
results?: {
|
|
2694
|
+
p_value: string;
|
|
2695
|
+
p_name: string;
|
|
2696
|
+
}[] | undefined;
|
|
2697
|
+
compareMap?: {
|
|
2698
|
+
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2699
|
+
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2700
|
+
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2701
|
+
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2702
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2703
|
+
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2704
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2705
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2706
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2707
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2708
|
+
} | undefined;
|
|
2709
|
+
}[] | undefined;
|
|
2710
|
+
show_mode?: import("../../shared/types").LowCodeTypes.showModeType | undefined;
|
|
2711
|
+
is_allow_check_mid?: import("..").FormCommonState | undefined;
|
|
2712
|
+
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
|
2713
|
+
prefix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
|
2714
|
+
suffix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
|
2715
|
+
allowSlash?: string | boolean | undefined;
|
|
2716
|
+
allowModify?: import("..").FormCommonState | undefined;
|
|
2717
|
+
show_key?: string | undefined;
|
|
2718
|
+
whiteList?: string[] | undefined;
|
|
2719
|
+
bordered?: string | boolean | undefined;
|
|
2720
|
+
displayMode?: "form" | "table" | undefined;
|
|
2721
|
+
editor_title?: string | undefined;
|
|
2722
|
+
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
|
2723
|
+
linebarWidth?: string | undefined;
|
|
2724
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
|
2725
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
|
2726
|
+
labelColor?: string | undefined;
|
|
2727
|
+
fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
|
|
2728
|
+
confirmBeforeValueChange?: boolean | undefined;
|
|
2729
|
+
confirmBeforeValueChangeProps?: {
|
|
2730
|
+
[x: string]: any;
|
|
2731
|
+
content: string | ((params: {
|
|
2732
|
+
fieldName: string;
|
|
2733
|
+
newValue: any;
|
|
2734
|
+
oldValue: any;
|
|
2735
|
+
}) => any);
|
|
2736
|
+
updateOriginValue: boolean;
|
|
2737
|
+
} | undefined;
|
|
2738
|
+
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
|
2739
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
|
2740
|
+
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
|
2741
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
|
2742
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
|
2743
|
+
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
|
2744
|
+
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
|
2745
|
+
fieldTitleColor?: string | undefined;
|
|
2746
|
+
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
2747
|
+
content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
|
|
2748
|
+
lazyRequest?: boolean | undefined;
|
|
2749
|
+
requestCache?: boolean | undefined;
|
|
2750
|
+
maxGroupNum?: number | undefined;
|
|
2751
|
+
minGroupNum?: number | undefined;
|
|
2752
|
+
jsonCombination?: boolean | undefined;
|
|
2753
|
+
combinationItemDeletable?: boolean | import("..").CombinationItemDeletableFn | undefined;
|
|
2754
|
+
children?: any[] | undefined;
|
|
2755
|
+
properties?: any[] | undefined;
|
|
2756
|
+
componentProps?: import("../../shared/types").AnyObject | undefined;
|
|
2757
|
+
decoratorProps?: import("../../shared/types").AnyObject | undefined;
|
|
2758
|
+
noDecorator?: {
|
|
2759
|
+
valueOf: () => boolean;
|
|
2760
|
+
} | undefined;
|
|
2761
|
+
display?: "flex" | "grid" | undefined;
|
|
2762
|
+
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
|
2763
|
+
wrapperStyle?: Record<string, string | number> | undefined;
|
|
2764
|
+
childFieldStrategy?: "checked" | "all" | undefined;
|
|
2765
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
|
2766
|
+
validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
|
|
2767
|
+
field: import("@formily/core").Field<any, any, any, any>;
|
|
2768
|
+
form: import("@formily/core").Form<any>;
|
|
2769
|
+
value: unknown;
|
|
2770
|
+
validator: import("../../shared/types").AnyFn;
|
|
2771
|
+
}) => string | void) | undefined;
|
|
2772
|
+
reactions?: {
|
|
2773
|
+
[x: string]: any;
|
|
2774
|
+
dependencies?: string[] | undefined;
|
|
2775
|
+
target?: string | undefined;
|
|
2776
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
2777
|
+
when?: string | boolean | undefined;
|
|
2778
|
+
fulfill?: {
|
|
2779
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
2780
|
+
run?: string | undefined;
|
|
2781
|
+
} | undefined;
|
|
2782
|
+
otherwise?: {
|
|
2783
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
2784
|
+
run?: string | undefined;
|
|
2785
|
+
} | undefined;
|
|
2786
|
+
} | {
|
|
2787
|
+
[x: string]: any;
|
|
2788
|
+
dependencies?: string[] | undefined;
|
|
2789
|
+
target?: string | undefined;
|
|
2790
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
2791
|
+
when?: string | boolean | undefined;
|
|
2792
|
+
fulfill?: {
|
|
2793
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
2794
|
+
run?: string | undefined;
|
|
2795
|
+
} | undefined;
|
|
2796
|
+
otherwise?: {
|
|
2797
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
2798
|
+
run?: string | undefined;
|
|
2799
|
+
} | undefined;
|
|
2800
|
+
}[] | undefined;
|
|
2801
|
+
} | undefined;
|
|
2802
|
+
optionAliasList?: {
|
|
2803
|
+
text: string;
|
|
2804
|
+
value: string;
|
|
2805
|
+
}[] | undefined;
|
|
2806
|
+
elementExtraSetting?: {
|
|
2807
|
+
allowPartial?: boolean | undefined;
|
|
2808
|
+
partialLevel?: number | undefined;
|
|
2809
|
+
maxLevel?: number | undefined;
|
|
2810
|
+
dateFormat?: string | undefined;
|
|
2811
|
+
defaultValue?: {
|
|
2812
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
|
2813
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
|
2814
|
+
value: string;
|
|
2815
|
+
} | undefined;
|
|
2816
|
+
minValue?: {
|
|
2817
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
|
2818
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
|
2819
|
+
value: string;
|
|
2820
|
+
} | undefined;
|
|
2821
|
+
maxValue?: {
|
|
2822
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
|
2823
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
|
2824
|
+
value: string;
|
|
2825
|
+
} | undefined;
|
|
2826
|
+
} | undefined;
|
|
2827
|
+
__new?: boolean | undefined;
|
|
2828
|
+
__isCombinationChild?: boolean | undefined;
|
|
2829
|
+
__extra?: boolean | undefined;
|
|
2830
|
+
}, Partial<import("./src/types").FormConfigItem> | {
|
|
2831
|
+
key?: string | undefined;
|
|
2832
|
+
layoutWidthEnum?: import("./src/types").FormConfigWidth | undefined;
|
|
2833
|
+
type?: string | undefined;
|
|
2834
|
+
name?: string | undefined;
|
|
2835
|
+
alias?: string | undefined;
|
|
2836
|
+
show?: boolean | undefined;
|
|
2837
|
+
defaultValue?: any;
|
|
2838
|
+
defaultExpand?: boolean | undefined;
|
|
2839
|
+
fold?: boolean | undefined;
|
|
2840
|
+
required?: boolean | undefined;
|
|
2841
|
+
requiredDisabled?: boolean | undefined;
|
|
2842
|
+
requiredReminderContent?: string | undefined;
|
|
2843
|
+
editableDisabled?: boolean | undefined;
|
|
2844
|
+
editable?: boolean | undefined;
|
|
2845
|
+
confirmBeforeValueChange?: boolean | undefined;
|
|
2846
|
+
fieldTitleRed?: boolean | undefined;
|
|
2847
|
+
notes?: string | undefined;
|
|
2848
|
+
desc?: string | undefined;
|
|
2849
|
+
children?: {
|
|
2850
|
+
key: string;
|
|
2851
|
+
layoutWidthEnum: import("./src/types").FormConfigWidth;
|
|
2852
|
+
type: string;
|
|
2853
|
+
name: string;
|
|
2854
|
+
alias?: string | undefined;
|
|
2855
|
+
show?: boolean | undefined;
|
|
2856
|
+
defaultValue?: any;
|
|
2857
|
+
defaultExpand?: boolean | undefined;
|
|
2858
|
+
fold?: boolean | undefined;
|
|
2859
|
+
required?: boolean | undefined;
|
|
2860
|
+
requiredDisabled?: boolean | undefined;
|
|
2861
|
+
requiredReminderContent?: string | undefined;
|
|
2862
|
+
editableDisabled?: boolean | undefined;
|
|
2863
|
+
editable?: boolean | undefined;
|
|
2864
|
+
confirmBeforeValueChange?: boolean | undefined;
|
|
2865
|
+
fieldTitleRed?: boolean | undefined;
|
|
2866
|
+
notes?: string | undefined;
|
|
2867
|
+
desc?: string | undefined;
|
|
2868
|
+
children?: any[] | undefined;
|
|
2869
|
+
originalSetting?: {
|
|
2870
|
+
[x: string]: any;
|
|
2871
|
+
val_key: string;
|
|
2872
|
+
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";
|
|
2873
|
+
annotation?: boolean | undefined;
|
|
2874
|
+
val_key_unit?: string | undefined;
|
|
2875
|
+
is_edit?: import("..").FormCommonState | undefined;
|
|
2876
|
+
elem_width?: string | number | undefined;
|
|
2877
|
+
is_show?: import("..").FormCommonState | undefined;
|
|
2878
|
+
is_null?: import("..").FormCommonState | undefined;
|
|
2879
|
+
name?: string | undefined;
|
|
2880
|
+
nameAbbr?: string | undefined;
|
|
2881
|
+
alias?: string | undefined;
|
|
2882
|
+
default_val?: any;
|
|
2883
|
+
is_empty?: import("..").FormCommonState | undefined;
|
|
2884
|
+
hide_title?: import("..").FormCommonState | undefined;
|
|
2885
|
+
placeholder?: string | undefined;
|
|
2886
|
+
validate?: {
|
|
2887
|
+
[x: string]: any;
|
|
2888
|
+
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
|
2889
|
+
vali_obj?: string | undefined;
|
|
2890
|
+
max_value?: string | number | undefined;
|
|
2891
|
+
min_value?: string | number | undefined;
|
|
2892
|
+
min_date?: string | undefined;
|
|
2893
|
+
max_date?: string | undefined;
|
|
2894
|
+
min_length?: string | number | undefined;
|
|
2895
|
+
max_length?: string | number | undefined;
|
|
2896
|
+
decimal_length?: string | number | undefined;
|
|
2897
|
+
regular_expression?: string | RegExp | undefined;
|
|
2138
2898
|
regular_error_tip?: string | undefined;
|
|
2139
2899
|
message?: string | undefined;
|
|
2140
2900
|
} | undefined;
|
|
@@ -2248,8 +3008,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2248
3008
|
editor_title?: string | undefined;
|
|
2249
3009
|
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
|
2250
3010
|
linebarWidth?: string | undefined;
|
|
2251
|
-
linebarDirection?: "
|
|
2252
|
-
linebarTextDirection?: "
|
|
3011
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
|
3012
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
|
2253
3013
|
labelColor?: string | undefined;
|
|
2254
3014
|
fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
|
|
2255
3015
|
confirmBeforeValueChange?: boolean | undefined;
|
|
@@ -2263,10 +3023,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2263
3023
|
updateOriginValue: boolean;
|
|
2264
3024
|
} | undefined;
|
|
2265
3025
|
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
|
2266
|
-
unit?: ("
|
|
3026
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
|
2267
3027
|
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
|
2268
|
-
max_date_unit?: ("
|
|
2269
|
-
min_date_unit?: ("
|
|
3028
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
|
3029
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
|
2270
3030
|
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
|
2271
3031
|
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
|
2272
3032
|
fieldTitleColor?: string | undefined;
|
|
@@ -2289,7 +3049,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2289
3049
|
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
|
2290
3050
|
wrapperStyle?: Record<string, string | number> | undefined;
|
|
2291
3051
|
childFieldStrategy?: "checked" | "all" | undefined;
|
|
2292
|
-
childWidthMode?: "
|
|
3052
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
|
2293
3053
|
validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
|
|
2294
3054
|
field: import("@formily/core").Field<any, any, any, any>;
|
|
2295
3055
|
form: import("@formily/core").Form<any>;
|
|
@@ -2330,35 +3090,298 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2330
3090
|
text: string;
|
|
2331
3091
|
value: string;
|
|
2332
3092
|
}[] | undefined;
|
|
2333
|
-
elementExtraSetting?: {
|
|
2334
|
-
allowPartial?: boolean | undefined;
|
|
2335
|
-
partialLevel?: number | undefined;
|
|
2336
|
-
maxLevel?: number | undefined;
|
|
2337
|
-
dateFormat?: string | undefined;
|
|
2338
|
-
defaultValue?: {
|
|
2339
|
-
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
|
2340
|
-
unit: "" | "
|
|
2341
|
-
value: string;
|
|
3093
|
+
elementExtraSetting?: {
|
|
3094
|
+
allowPartial?: boolean | undefined;
|
|
3095
|
+
partialLevel?: number | undefined;
|
|
3096
|
+
maxLevel?: number | undefined;
|
|
3097
|
+
dateFormat?: string | undefined;
|
|
3098
|
+
defaultValue?: {
|
|
3099
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
|
3100
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
|
3101
|
+
value: string;
|
|
3102
|
+
} | undefined;
|
|
3103
|
+
minValue?: {
|
|
3104
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
|
3105
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
|
3106
|
+
value: string;
|
|
3107
|
+
} | undefined;
|
|
3108
|
+
maxValue?: {
|
|
3109
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
|
3110
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
|
3111
|
+
value: string;
|
|
3112
|
+
} | undefined;
|
|
3113
|
+
} | undefined;
|
|
3114
|
+
__new?: boolean | undefined;
|
|
3115
|
+
__isCombinationChild?: boolean | undefined;
|
|
3116
|
+
__extra?: boolean | undefined;
|
|
3117
|
+
}[] | undefined;
|
|
3118
|
+
originalSetting?: {
|
|
3119
|
+
[x: string]: any;
|
|
3120
|
+
val_key: string;
|
|
3121
|
+
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";
|
|
3122
|
+
annotation?: boolean | undefined;
|
|
3123
|
+
val_key_unit?: string | undefined;
|
|
3124
|
+
is_edit?: import("..").FormCommonState | undefined;
|
|
3125
|
+
elem_width?: string | number | undefined;
|
|
3126
|
+
is_show?: import("..").FormCommonState | undefined;
|
|
3127
|
+
is_null?: import("..").FormCommonState | undefined;
|
|
3128
|
+
name?: string | undefined;
|
|
3129
|
+
nameAbbr?: string | undefined;
|
|
3130
|
+
alias?: string | undefined;
|
|
3131
|
+
default_val?: any;
|
|
3132
|
+
is_empty?: import("..").FormCommonState | undefined;
|
|
3133
|
+
hide_title?: import("..").FormCommonState | undefined;
|
|
3134
|
+
placeholder?: string | undefined;
|
|
3135
|
+
validate?: {
|
|
3136
|
+
[x: string]: any;
|
|
3137
|
+
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
|
3138
|
+
vali_obj?: string | undefined;
|
|
3139
|
+
max_value?: string | number | undefined;
|
|
3140
|
+
min_value?: string | number | undefined;
|
|
3141
|
+
min_date?: string | undefined;
|
|
3142
|
+
max_date?: string | undefined;
|
|
3143
|
+
min_length?: string | number | undefined;
|
|
3144
|
+
max_length?: string | number | undefined;
|
|
3145
|
+
decimal_length?: string | number | undefined;
|
|
3146
|
+
regular_expression?: string | RegExp | undefined;
|
|
3147
|
+
regular_error_tip?: string | undefined;
|
|
3148
|
+
message?: string | undefined;
|
|
3149
|
+
} | undefined;
|
|
3150
|
+
option?: {
|
|
3151
|
+
[x: string]: any;
|
|
3152
|
+
keyword?: string | undefined;
|
|
3153
|
+
disabled?: boolean | undefined;
|
|
3154
|
+
children?: any[] | undefined;
|
|
3155
|
+
childrenFields?: any[] | undefined;
|
|
3156
|
+
}[] | undefined;
|
|
3157
|
+
multi_select?: import("..").FormCommonState | undefined;
|
|
3158
|
+
multi_select_value?: string | number | undefined;
|
|
3159
|
+
wordbook?: {
|
|
3160
|
+
level_num?: number | undefined;
|
|
3161
|
+
id?: string | undefined;
|
|
3162
|
+
name?: string | undefined;
|
|
3163
|
+
render_key?: string[] | undefined;
|
|
3164
|
+
search_key?: string[] | undefined;
|
|
3165
|
+
value_key?: string | undefined;
|
|
3166
|
+
queryParams?: string[] | undefined;
|
|
3167
|
+
primary_key?: string | undefined;
|
|
3168
|
+
type?: string | undefined;
|
|
3169
|
+
level_key?: string | undefined;
|
|
3170
|
+
link_key?: string | undefined;
|
|
3171
|
+
link_key_split?: string | undefined;
|
|
3172
|
+
show_key?: string | string[] | undefined;
|
|
3173
|
+
conObj?: import("../../shared/types").AnyObject[] | undefined;
|
|
3174
|
+
conObjFirstLevel?: import("../../shared/types").AnyObject[] | undefined;
|
|
3175
|
+
setting?: {
|
|
3176
|
+
cascading?: {
|
|
3177
|
+
'form.name': string;
|
|
3178
|
+
value: string;
|
|
3179
|
+
}[] | undefined;
|
|
3180
|
+
} | undefined;
|
|
3181
|
+
} | undefined;
|
|
3182
|
+
open?: {
|
|
3183
|
+
value?: any;
|
|
3184
|
+
describe?: string | undefined;
|
|
3185
|
+
} | undefined;
|
|
3186
|
+
close?: {
|
|
3187
|
+
value?: any;
|
|
3188
|
+
describe?: string | undefined;
|
|
3189
|
+
} | undefined;
|
|
3190
|
+
requiredReminderContent?: string | undefined;
|
|
3191
|
+
date_format?: string | undefined;
|
|
3192
|
+
step_length?: string | number | undefined;
|
|
3193
|
+
urlConfig?: {
|
|
3194
|
+
[x: string]: any;
|
|
3195
|
+
url: string;
|
|
3196
|
+
method?: import("../../shared/hooks").FormRequestDefine.RequestType | undefined;
|
|
3197
|
+
nameKey?: string | undefined;
|
|
3198
|
+
valueKey?: string | undefined;
|
|
3199
|
+
showKey?: string | undefined;
|
|
3200
|
+
searchKey?: string[] | undefined;
|
|
3201
|
+
params?: import("../../shared/types").AnyObject | undefined;
|
|
3202
|
+
dependKey?: string | Record<string, string> | (string | {
|
|
3203
|
+
paramName: string;
|
|
3204
|
+
paramValue?: string | undefined;
|
|
3205
|
+
required?: boolean | undefined;
|
|
3206
|
+
keepValue?: boolean | undefined;
|
|
3207
|
+
})[] | undefined;
|
|
3208
|
+
} | undefined;
|
|
3209
|
+
suffixConfig?: any | any[] | undefined;
|
|
3210
|
+
prefixConfig?: any | any[] | undefined;
|
|
3211
|
+
autograph?: string | undefined;
|
|
3212
|
+
defined_error_msg?: string | undefined;
|
|
3213
|
+
extendKey?: string | undefined;
|
|
3214
|
+
is_not_fold?: string | undefined;
|
|
3215
|
+
remark?: string | undefined;
|
|
3216
|
+
remarkTo?: string | HTMLElement | undefined;
|
|
3217
|
+
free_entry?: import("..").FormCommonState | undefined;
|
|
3218
|
+
save_free_entry?: import("..").FormCommonState | undefined;
|
|
3219
|
+
initialize_high?: number | undefined;
|
|
3220
|
+
bindEventSetting?: {
|
|
3221
|
+
[x: string]: unknown;
|
|
3222
|
+
event_type: import("../../shared/types").LowCodeTypes.EVENT_TYPE;
|
|
3223
|
+
event_field?: string | undefined;
|
|
3224
|
+
params?: {
|
|
3225
|
+
p_value?: string | undefined;
|
|
3226
|
+
p_name: string;
|
|
3227
|
+
p_select: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
|
3228
|
+
}[] | undefined;
|
|
3229
|
+
results?: {
|
|
3230
|
+
p_value: string;
|
|
3231
|
+
p_name: string;
|
|
3232
|
+
}[] | undefined;
|
|
3233
|
+
compareMap?: {
|
|
3234
|
+
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3235
|
+
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3236
|
+
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3237
|
+
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3238
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3239
|
+
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3240
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3241
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3242
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3243
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3244
|
+
} | undefined;
|
|
3245
|
+
}[] | undefined;
|
|
3246
|
+
show_mode?: import("../../shared/types").LowCodeTypes.showModeType | undefined;
|
|
3247
|
+
is_allow_check_mid?: import("..").FormCommonState | undefined;
|
|
3248
|
+
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
|
3249
|
+
prefix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
|
3250
|
+
suffix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
|
3251
|
+
allowSlash?: string | boolean | undefined;
|
|
3252
|
+
allowModify?: import("..").FormCommonState | undefined;
|
|
3253
|
+
show_key?: string | undefined;
|
|
3254
|
+
whiteList?: string[] | undefined;
|
|
3255
|
+
bordered?: string | boolean | undefined;
|
|
3256
|
+
displayMode?: "form" | "table" | undefined;
|
|
3257
|
+
editor_title?: string | undefined;
|
|
3258
|
+
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
|
3259
|
+
linebarWidth?: string | undefined;
|
|
3260
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
|
3261
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
|
3262
|
+
labelColor?: string | undefined;
|
|
3263
|
+
fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
|
|
3264
|
+
confirmBeforeValueChange?: boolean | undefined;
|
|
3265
|
+
confirmBeforeValueChangeProps?: {
|
|
3266
|
+
[x: string]: any;
|
|
3267
|
+
content: string | ((params: {
|
|
3268
|
+
fieldName: string;
|
|
3269
|
+
newValue: any;
|
|
3270
|
+
oldValue: any;
|
|
3271
|
+
}) => any);
|
|
3272
|
+
updateOriginValue: boolean;
|
|
3273
|
+
} | undefined;
|
|
3274
|
+
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
|
3275
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
|
3276
|
+
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
|
3277
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
|
3278
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
|
3279
|
+
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
|
3280
|
+
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
|
3281
|
+
fieldTitleColor?: string | undefined;
|
|
3282
|
+
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
3283
|
+
content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
|
|
3284
|
+
lazyRequest?: boolean | undefined;
|
|
3285
|
+
requestCache?: boolean | undefined;
|
|
3286
|
+
maxGroupNum?: number | undefined;
|
|
3287
|
+
minGroupNum?: number | undefined;
|
|
3288
|
+
jsonCombination?: boolean | undefined;
|
|
3289
|
+
combinationItemDeletable?: boolean | import("..").CombinationItemDeletableFn | undefined;
|
|
3290
|
+
children?: any[] | undefined;
|
|
3291
|
+
properties?: any[] | undefined;
|
|
3292
|
+
componentProps?: import("../../shared/types").AnyObject | undefined;
|
|
3293
|
+
decoratorProps?: import("../../shared/types").AnyObject | undefined;
|
|
3294
|
+
noDecorator?: {
|
|
3295
|
+
valueOf: () => boolean;
|
|
3296
|
+
} | undefined;
|
|
3297
|
+
display?: "flex" | "grid" | undefined;
|
|
3298
|
+
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
|
3299
|
+
wrapperStyle?: Record<string, string | number> | undefined;
|
|
3300
|
+
childFieldStrategy?: "checked" | "all" | undefined;
|
|
3301
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
|
3302
|
+
validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
|
|
3303
|
+
field: import("@formily/core").Field<any, any, any, any>;
|
|
3304
|
+
form: import("@formily/core").Form<any>;
|
|
3305
|
+
value: unknown;
|
|
3306
|
+
validator: import("../../shared/types").AnyFn;
|
|
3307
|
+
}) => string | void) | undefined;
|
|
3308
|
+
reactions?: {
|
|
3309
|
+
[x: string]: any;
|
|
3310
|
+
dependencies?: string[] | undefined;
|
|
3311
|
+
target?: string | undefined;
|
|
3312
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
3313
|
+
when?: string | boolean | undefined;
|
|
3314
|
+
fulfill?: {
|
|
3315
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
3316
|
+
run?: string | undefined;
|
|
2342
3317
|
} | undefined;
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
value: string;
|
|
3318
|
+
otherwise?: {
|
|
3319
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
3320
|
+
run?: string | undefined;
|
|
2347
3321
|
} | undefined;
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
3322
|
+
} | {
|
|
3323
|
+
[x: string]: any;
|
|
3324
|
+
dependencies?: string[] | undefined;
|
|
3325
|
+
target?: string | undefined;
|
|
3326
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
3327
|
+
when?: string | boolean | undefined;
|
|
3328
|
+
fulfill?: {
|
|
3329
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
3330
|
+
run?: string | undefined;
|
|
2352
3331
|
} | undefined;
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
3332
|
+
otherwise?: {
|
|
3333
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
3334
|
+
run?: string | undefined;
|
|
3335
|
+
} | undefined;
|
|
3336
|
+
}[] | undefined;
|
|
3337
|
+
} | undefined;
|
|
3338
|
+
optionAliasList?: {
|
|
3339
|
+
text: string;
|
|
3340
|
+
value: string;
|
|
2357
3341
|
}[] | undefined;
|
|
2358
|
-
|
|
3342
|
+
elementExtraSetting?: {
|
|
3343
|
+
allowPartial?: boolean | undefined;
|
|
3344
|
+
partialLevel?: number | undefined;
|
|
3345
|
+
maxLevel?: number | undefined;
|
|
3346
|
+
dateFormat?: string | undefined;
|
|
3347
|
+
defaultValue?: {
|
|
3348
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
|
3349
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
|
3350
|
+
value: string;
|
|
3351
|
+
} | undefined;
|
|
3352
|
+
minValue?: {
|
|
3353
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
|
3354
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
|
3355
|
+
value: string;
|
|
3356
|
+
} | undefined;
|
|
3357
|
+
maxValue?: {
|
|
3358
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
|
3359
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
|
3360
|
+
value: string;
|
|
3361
|
+
} | undefined;
|
|
3362
|
+
} | undefined;
|
|
3363
|
+
__new?: boolean | undefined;
|
|
3364
|
+
__isCombinationChild?: boolean | undefined;
|
|
3365
|
+
__extra?: boolean | undefined;
|
|
3366
|
+
}>;
|
|
3367
|
+
generateFieldListByFormConfigItem: (formConfigItem: import("./src/types").FormConfigItem, fieldItem?: import("..").FieldItem | undefined) => import("..").FieldItem[];
|
|
3368
|
+
prevOldField: import("../../shared/types").Nullable<import("./src/types").FormConfigItem>;
|
|
3369
|
+
onFormChange: ({ fieldKey, value }: import("..").FormChangePayload) => void;
|
|
3370
|
+
createLabelRender: (originOptions?: import("../../shared/types").AnyObject[] | undefined) => (label: string) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
3371
|
+
[key: string]: any;
|
|
3372
|
+
}>;
|
|
3373
|
+
applyOptionAlias: (options?: import("../../shared/types").AnyObject[] | undefined) => import("../../shared/types").AnyObject[] | undefined;
|
|
3374
|
+
visitor: import("..").FieldVisitor;
|
|
3375
|
+
showOptionModal: import("vue").Ref<boolean, boolean>;
|
|
3376
|
+
editOptions: import("vue").Ref<{
|
|
3377
|
+
[x: string]: any;
|
|
3378
|
+
keyword?: string | undefined;
|
|
3379
|
+
disabled?: boolean | undefined;
|
|
3380
|
+
children?: any[] | undefined;
|
|
3381
|
+
childrenFields?: {
|
|
2359
3382
|
[x: string]: any;
|
|
2360
3383
|
val_key: string;
|
|
2361
|
-
html_type: "LINEBAR" | ({} & string) | "INPUT" | "
|
|
3384
|
+
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";
|
|
2362
3385
|
annotation?: boolean | undefined;
|
|
2363
3386
|
val_key_unit?: string | undefined;
|
|
2364
3387
|
is_edit?: import("..").FormCommonState | undefined;
|
|
@@ -2374,7 +3397,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2374
3397
|
placeholder?: string | undefined;
|
|
2375
3398
|
validate?: {
|
|
2376
3399
|
[x: string]: any;
|
|
2377
|
-
obj_type?: ("
|
|
3400
|
+
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
|
2378
3401
|
vali_obj?: string | undefined;
|
|
2379
3402
|
max_value?: string | number | undefined;
|
|
2380
3403
|
min_value?: string | number | undefined;
|
|
@@ -2383,38 +3406,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2383
3406
|
min_length?: string | number | undefined;
|
|
2384
3407
|
max_length?: string | number | undefined;
|
|
2385
3408
|
decimal_length?: string | number | undefined;
|
|
2386
|
-
regular_expression?: string |
|
|
2387
|
-
exec: (string: string) => RegExpExecArray | null;
|
|
2388
|
-
test: (string: string) => boolean;
|
|
2389
|
-
readonly source: string;
|
|
2390
|
-
readonly global: boolean;
|
|
2391
|
-
readonly ignoreCase: boolean;
|
|
2392
|
-
readonly multiline: boolean;
|
|
2393
|
-
lastIndex: number;
|
|
2394
|
-
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
2395
|
-
readonly flags: string;
|
|
2396
|
-
readonly sticky: boolean;
|
|
2397
|
-
readonly unicode: boolean;
|
|
2398
|
-
readonly dotAll: boolean;
|
|
2399
|
-
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
2400
|
-
[Symbol.replace]: {
|
|
2401
|
-
(string: string, replaceValue: string): string;
|
|
2402
|
-
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
2403
|
-
};
|
|
2404
|
-
[Symbol.search]: (string: string) => number;
|
|
2405
|
-
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
2406
|
-
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
2407
|
-
} | undefined;
|
|
3409
|
+
regular_expression?: string | RegExp | undefined;
|
|
2408
3410
|
regular_error_tip?: string | undefined;
|
|
2409
3411
|
message?: string | undefined;
|
|
2410
3412
|
} | undefined;
|
|
2411
|
-
option?:
|
|
2412
|
-
[x: string]: any;
|
|
2413
|
-
keyword?: string | undefined;
|
|
2414
|
-
disabled?: boolean | undefined;
|
|
2415
|
-
children?: any[] | undefined;
|
|
2416
|
-
childrenFields?: any[] | undefined;
|
|
2417
|
-
}[] | undefined;
|
|
3413
|
+
option?: any[] | undefined;
|
|
2418
3414
|
multi_select?: import("..").FormCommonState | undefined;
|
|
2419
3415
|
multi_select_value?: string | number | undefined;
|
|
2420
3416
|
wordbook?: {
|
|
@@ -2518,8 +3514,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2518
3514
|
editor_title?: string | undefined;
|
|
2519
3515
|
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
|
2520
3516
|
linebarWidth?: string | undefined;
|
|
2521
|
-
linebarDirection?: "
|
|
2522
|
-
linebarTextDirection?: "
|
|
3517
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
|
3518
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
|
2523
3519
|
labelColor?: string | undefined;
|
|
2524
3520
|
fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
|
|
2525
3521
|
confirmBeforeValueChange?: boolean | undefined;
|
|
@@ -2533,10 +3529,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2533
3529
|
updateOriginValue: boolean;
|
|
2534
3530
|
} | undefined;
|
|
2535
3531
|
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
|
2536
|
-
unit?: ("
|
|
3532
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
|
2537
3533
|
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
|
2538
|
-
max_date_unit?: ("
|
|
2539
|
-
min_date_unit?: ("
|
|
3534
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
|
3535
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
|
2540
3536
|
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
|
2541
3537
|
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
|
2542
3538
|
fieldTitleColor?: string | undefined;
|
|
@@ -2559,7 +3555,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2559
3555
|
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
|
2560
3556
|
wrapperStyle?: Record<string, string | number> | undefined;
|
|
2561
3557
|
childFieldStrategy?: "checked" | "all" | undefined;
|
|
2562
|
-
childWidthMode?: "
|
|
3558
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
|
2563
3559
|
validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
|
|
2564
3560
|
field: import("@formily/core").Field<any, any, any, any>;
|
|
2565
3561
|
form: import("@formily/core").Form<any>;
|
|
@@ -2595,46 +3591,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2595
3591
|
run?: string | undefined;
|
|
2596
3592
|
} | undefined;
|
|
2597
3593
|
}[] | undefined;
|
|
2598
|
-
} | undefined;
|
|
2599
|
-
optionAliasList?: {
|
|
2600
|
-
text: string;
|
|
2601
|
-
value: string;
|
|
2602
3594
|
}[] | undefined;
|
|
2603
|
-
|
|
2604
|
-
allowPartial?: boolean | undefined;
|
|
2605
|
-
partialLevel?: number | undefined;
|
|
2606
|
-
maxLevel?: number | undefined;
|
|
2607
|
-
dateFormat?: string | undefined;
|
|
2608
|
-
defaultValue?: {
|
|
2609
|
-
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
|
2610
|
-
unit: "" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR";
|
|
2611
|
-
value: string;
|
|
2612
|
-
} | undefined;
|
|
2613
|
-
minValue?: {
|
|
2614
|
-
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
|
2615
|
-
unit: "" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR";
|
|
2616
|
-
value: string;
|
|
2617
|
-
} | undefined;
|
|
2618
|
-
maxValue?: {
|
|
2619
|
-
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
|
2620
|
-
unit: "" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR";
|
|
2621
|
-
value: string;
|
|
2622
|
-
} | undefined;
|
|
2623
|
-
} | undefined;
|
|
2624
|
-
__new?: boolean | undefined;
|
|
2625
|
-
__isCombinationChild?: boolean | undefined;
|
|
2626
|
-
__extra?: boolean | undefined;
|
|
2627
|
-
}>;
|
|
2628
|
-
generateFieldListByFormConfigItem: (formConfigItem: import("./src/types").FormConfigItem, fieldItem?: import("..").FieldItem | undefined) => import("..").FieldItem[];
|
|
2629
|
-
prevOldField: null;
|
|
2630
|
-
onFormChange: ({ fieldKey, value }: import("..").FormChangePayload) => void;
|
|
2631
|
-
createLabelRender: (originOptions?: import("../../shared/types").AnyObject[] | undefined) => (label: string) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2632
|
-
[key: string]: any;
|
|
2633
|
-
}>;
|
|
2634
|
-
applyOptionAlias: (options?: import("../../shared/types").AnyObject[] | undefined) => import("../../shared/types").AnyObject[] | undefined;
|
|
2635
|
-
visitor: import("..").FieldVisitor;
|
|
2636
|
-
showOptionModal: import("vue").Ref<boolean>;
|
|
2637
|
-
editOptions: import("vue").Ref<{
|
|
3595
|
+
}[], import("..").FormOptionItem[] | {
|
|
2638
3596
|
[x: string]: any;
|
|
2639
3597
|
keyword?: string | undefined;
|
|
2640
3598
|
disabled?: boolean | undefined;
|
|
@@ -2642,7 +3600,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2642
3600
|
childrenFields?: {
|
|
2643
3601
|
[x: string]: any;
|
|
2644
3602
|
val_key: string;
|
|
2645
|
-
html_type: "LINEBAR" | ({} & string) | "INPUT" | "
|
|
3603
|
+
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";
|
|
2646
3604
|
annotation?: boolean | undefined;
|
|
2647
3605
|
val_key_unit?: string | undefined;
|
|
2648
3606
|
is_edit?: import("..").FormCommonState | undefined;
|
|
@@ -2658,7 +3616,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2658
3616
|
placeholder?: string | undefined;
|
|
2659
3617
|
validate?: {
|
|
2660
3618
|
[x: string]: any;
|
|
2661
|
-
obj_type?: ("
|
|
3619
|
+
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
|
2662
3620
|
vali_obj?: string | undefined;
|
|
2663
3621
|
max_value?: string | number | undefined;
|
|
2664
3622
|
min_value?: string | number | undefined;
|
|
@@ -2667,28 +3625,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2667
3625
|
min_length?: string | number | undefined;
|
|
2668
3626
|
max_length?: string | number | undefined;
|
|
2669
3627
|
decimal_length?: string | number | undefined;
|
|
2670
|
-
regular_expression?: string |
|
|
2671
|
-
exec: (string: string) => RegExpExecArray | null;
|
|
2672
|
-
test: (string: string) => boolean;
|
|
2673
|
-
readonly source: string;
|
|
2674
|
-
readonly global: boolean;
|
|
2675
|
-
readonly ignoreCase: boolean;
|
|
2676
|
-
readonly multiline: boolean;
|
|
2677
|
-
lastIndex: number;
|
|
2678
|
-
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
2679
|
-
readonly flags: string;
|
|
2680
|
-
readonly sticky: boolean;
|
|
2681
|
-
readonly unicode: boolean;
|
|
2682
|
-
readonly dotAll: boolean;
|
|
2683
|
-
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
2684
|
-
[Symbol.replace]: {
|
|
2685
|
-
(string: string, replaceValue: string): string;
|
|
2686
|
-
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
2687
|
-
};
|
|
2688
|
-
[Symbol.search]: (string: string) => number;
|
|
2689
|
-
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
2690
|
-
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
2691
|
-
} | undefined;
|
|
3628
|
+
regular_expression?: string | RegExp | undefined;
|
|
2692
3629
|
regular_error_tip?: string | undefined;
|
|
2693
3630
|
message?: string | undefined;
|
|
2694
3631
|
} | undefined;
|
|
@@ -2796,8 +3733,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2796
3733
|
editor_title?: string | undefined;
|
|
2797
3734
|
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
|
2798
3735
|
linebarWidth?: string | undefined;
|
|
2799
|
-
linebarDirection?: "
|
|
2800
|
-
linebarTextDirection?: "
|
|
3736
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
|
3737
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
|
2801
3738
|
labelColor?: string | undefined;
|
|
2802
3739
|
fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
|
|
2803
3740
|
confirmBeforeValueChange?: boolean | undefined;
|
|
@@ -2811,10 +3748,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2811
3748
|
updateOriginValue: boolean;
|
|
2812
3749
|
} | undefined;
|
|
2813
3750
|
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
|
2814
|
-
unit?: ("
|
|
3751
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
|
2815
3752
|
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
|
2816
|
-
max_date_unit?: ("
|
|
2817
|
-
min_date_unit?: ("
|
|
3753
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
|
3754
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
|
2818
3755
|
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
|
2819
3756
|
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
|
2820
3757
|
fieldTitleColor?: string | undefined;
|
|
@@ -2837,7 +3774,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2837
3774
|
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
|
2838
3775
|
wrapperStyle?: Record<string, string | number> | undefined;
|
|
2839
3776
|
childFieldStrategy?: "checked" | "all" | undefined;
|
|
2840
|
-
childWidthMode?: "
|
|
3777
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
|
2841
3778
|
validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
|
|
2842
3779
|
field: import("@formily/core").Field<any, any, any, any>;
|
|
2843
3780
|
form: import("@formily/core").Form<any>;
|
|
@@ -2877,15 +3814,30 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2877
3814
|
}[]>;
|
|
2878
3815
|
onOptionModalCancel: () => void;
|
|
2879
3816
|
onOptionModalConfirm: () => void;
|
|
2880
|
-
|
|
2881
|
-
|
|
2882
|
-
|
|
2883
|
-
|
|
2884
|
-
|
|
3817
|
+
ColorPicker: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3818
|
+
value: {
|
|
3819
|
+
type: StringConstructor;
|
|
3820
|
+
required: true;
|
|
3821
|
+
};
|
|
3822
|
+
onChange: {};
|
|
3823
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
3824
|
+
[key: string]: any;
|
|
3825
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3826
|
+
value: {
|
|
3827
|
+
type: StringConstructor;
|
|
3828
|
+
required: true;
|
|
3829
|
+
};
|
|
3830
|
+
onChange: {};
|
|
3831
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3832
|
+
readonly NModal: any;
|
|
3833
|
+
readonly NInput: any;
|
|
3834
|
+
readonly CFormRender: SFCWithInstall<import("vue").DefineComponent<{}, {
|
|
3835
|
+
formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined, import("..").FormRenderExpose | undefined>;
|
|
3836
|
+
key: import("vue").Ref<number, number>;
|
|
2885
3837
|
reload: () => Promise<void>;
|
|
2886
3838
|
formRenderExposeKeyList: readonly ["validate", "getFormValues", "setFormValues", "setFieldState", "resetFields", "queryWidget", "getFieldList", "applySelectedSetting", "getTextFormValues", "optionInited", "updateAnchor"];
|
|
2887
3839
|
exposed: Partial<import("..").FormRenderExpose>;
|
|
2888
|
-
FormRender: import("vue").DefineComponent<{
|
|
3840
|
+
FormRender: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2889
3841
|
fieldList: {
|
|
2890
3842
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
|
2891
3843
|
};
|
|
@@ -2979,7 +3931,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2979
3931
|
}>>;
|
|
2980
3932
|
};
|
|
2981
3933
|
components: {
|
|
2982
|
-
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
|
3934
|
+
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
|
2983
3935
|
default: () => {};
|
|
2984
3936
|
};
|
|
2985
3937
|
scope: {
|
|
@@ -3064,11 +4016,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3064
4016
|
type: import("vue").PropType<string[]>;
|
|
3065
4017
|
};
|
|
3066
4018
|
linebarDirection: {
|
|
3067
|
-
type: import("vue").PropType<"
|
|
4019
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
3068
4020
|
default: string;
|
|
3069
4021
|
};
|
|
3070
4022
|
linebarTextDirection: {
|
|
3071
|
-
type: import("vue").PropType<"
|
|
4023
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
3072
4024
|
default: string;
|
|
3073
4025
|
};
|
|
3074
4026
|
linebarWidth: {
|
|
@@ -3093,8 +4045,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3093
4045
|
lazyRender: BooleanConstructor;
|
|
3094
4046
|
linebreaksToTitle: BooleanConstructor;
|
|
3095
4047
|
dialogFn: {};
|
|
3096
|
-
}
|
|
3097
|
-
props:
|
|
4048
|
+
}>, {
|
|
4049
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
3098
4050
|
fieldList: {
|
|
3099
4051
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
|
3100
4052
|
};
|
|
@@ -3188,7 +4140,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3188
4140
|
}>>;
|
|
3189
4141
|
};
|
|
3190
4142
|
components: {
|
|
3191
|
-
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
|
4143
|
+
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
|
3192
4144
|
default: () => {};
|
|
3193
4145
|
};
|
|
3194
4146
|
scope: {
|
|
@@ -3273,11 +4225,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3273
4225
|
type: import("vue").PropType<string[]>;
|
|
3274
4226
|
};
|
|
3275
4227
|
linebarDirection: {
|
|
3276
|
-
type: import("vue").PropType<"
|
|
4228
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
3277
4229
|
default: string;
|
|
3278
4230
|
};
|
|
3279
4231
|
linebarTextDirection: {
|
|
3280
|
-
type: import("vue").PropType<"
|
|
4232
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
3281
4233
|
default: string;
|
|
3282
4234
|
};
|
|
3283
4235
|
linebarWidth: {
|
|
@@ -3302,19 +4254,19 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3302
4254
|
lazyRender: BooleanConstructor;
|
|
3303
4255
|
linebreaksToTitle: BooleanConstructor;
|
|
3304
4256
|
dialogFn: {};
|
|
3305
|
-
}>> & {
|
|
4257
|
+
}>> & Readonly<{
|
|
3306
4258
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
3307
4259
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
3308
4260
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
|
3309
4261
|
"onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
|
|
3310
4262
|
onLinebarChange?: ((...args: any[]) => any) | undefined;
|
|
3311
4263
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
3312
|
-
}
|
|
4264
|
+
}> & {}>;
|
|
3313
4265
|
emit: (event: "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", ...args: any[]) => void;
|
|
3314
4266
|
cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
|
|
3315
4267
|
nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
|
|
3316
|
-
formRenderRef: import("vue").Ref<HTMLElement | undefined>;
|
|
3317
|
-
formWidth: import("vue").Ref<number>;
|
|
4268
|
+
formRenderRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
4269
|
+
formWidth: import("vue").Ref<number, number>;
|
|
3318
4270
|
formHeight: import("vue").ComputedRef<string>;
|
|
3319
4271
|
SchemaField: import("vue").DefineComponent<import("@formily/vue").ISchemaFieldProps>;
|
|
3320
4272
|
businessCollector: import("..").BusinessCollector;
|
|
@@ -3327,13 +4279,21 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3327
4279
|
formUUID: string;
|
|
3328
4280
|
anchorBarRef: import("vue").Ref<{
|
|
3329
4281
|
syncBarPosition: import("../../shared/types").AnyFn;
|
|
4282
|
+
} | undefined, {
|
|
4283
|
+
syncBarPosition: import("../../shared/types").AnyFn;
|
|
3330
4284
|
} | undefined>;
|
|
3331
|
-
currentAnchor: import("vue").WritableComputedRef<string>;
|
|
4285
|
+
currentAnchor: import("vue").WritableComputedRef<string, string>;
|
|
3332
4286
|
updateAnchorList: (field: import("@formily/core").GeneralField) => void;
|
|
3333
4287
|
anchorIdList: import("vue").Ref<{
|
|
3334
4288
|
name: string;
|
|
3335
4289
|
title: string;
|
|
3336
4290
|
index: number;
|
|
4291
|
+
}[], (Record<"name" | "title", string> & {
|
|
4292
|
+
index: number;
|
|
4293
|
+
})[] | {
|
|
4294
|
+
name: string;
|
|
4295
|
+
title: string;
|
|
4296
|
+
index: number;
|
|
3337
4297
|
}[]>;
|
|
3338
4298
|
onScroll: (scrollEvent: Event) => void;
|
|
3339
4299
|
generateAnchorList: (formModel: import("@formily/core").Form<any>) => Promise<void>;
|
|
@@ -3360,7 +4320,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3360
4320
|
setGraph: (field: import("@formily/core").GeneralField) => void;
|
|
3361
4321
|
removeGraph: (field: import("@formily/core").GeneralField) => void;
|
|
3362
4322
|
lowCodeEventTrigger: (field: import("@formily/core").GeneralField) => void;
|
|
3363
|
-
emitFormChange: import("vue").Ref<boolean>;
|
|
4323
|
+
emitFormChange: import("vue").Ref<boolean, boolean>;
|
|
3364
4324
|
formModel: import("@formily/core").Form<{
|
|
3365
4325
|
[x: string]: any;
|
|
3366
4326
|
}>;
|
|
@@ -3437,7 +4397,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3437
4397
|
"x-read-pretty"?: boolean | undefined;
|
|
3438
4398
|
"x-compile-omitted"?: string[] | undefined;
|
|
3439
4399
|
}>;
|
|
3440
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
|
4400
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
|
3441
4401
|
scope: import("../../shared/types").AnyObject;
|
|
3442
4402
|
annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
|
|
3443
4403
|
annotationShortcuts: (string | {
|
|
@@ -3461,6 +4421,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3461
4421
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
3462
4422
|
autoExpand: boolean;
|
|
3463
4423
|
lowCodeReactions: import("../../shared/types").LowCodeTypes.reactionConfig[];
|
|
4424
|
+
newLowCodeReactions: import("../../shared/types").LowCodeTypes.newReactionConfig[];
|
|
3464
4425
|
linebarAutoHidden: boolean;
|
|
3465
4426
|
labelPlacementOverwrite: boolean;
|
|
3466
4427
|
bordered: string | boolean;
|
|
@@ -3472,8 +4433,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3472
4433
|
selectMode: boolean;
|
|
3473
4434
|
selectedFields: string[];
|
|
3474
4435
|
linebarWidth: string | number;
|
|
3475
|
-
linebarDirection: "
|
|
3476
|
-
linebarTextDirection: "
|
|
4436
|
+
linebarDirection: "vertical" | "horizontal";
|
|
4437
|
+
linebarTextDirection: "vertical" | "horizontal";
|
|
3477
4438
|
autoWidth: number | boolean;
|
|
3478
4439
|
feedbackType: "default" | "tooltip";
|
|
3479
4440
|
fixMemoLeak: boolean;
|
|
@@ -3656,16 +4617,16 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3656
4617
|
onKeydown: (event: KeyboardEvent) => Promise<void>;
|
|
3657
4618
|
clearSpan: (uuid: string) => void;
|
|
3658
4619
|
exposeEvent: Omit<import("..").FormRenderExpose, "updateAnchor" | "getFieldList" | "optionInited" | "formModel" | "reload">;
|
|
3659
|
-
useVersion: typeof import("../../shared/hooks").useVersion;
|
|
3660
|
-
FormConsumer: import("vue").DefineComponent<{}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
3661
|
-
FormProvider: import("vue").DefineComponent<Record<"form", any>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Record<"form", any>>>, {
|
|
4620
|
+
readonly useVersion: typeof import("../../shared/hooks").useVersion;
|
|
4621
|
+
readonly FormConsumer: import("vue").DefineComponent<{}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4622
|
+
readonly FormProvider: import("vue").DefineComponent<Record<"form", any>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Record<"form", any>>>, {
|
|
3662
4623
|
form: any;
|
|
3663
|
-
}>;
|
|
3664
|
-
NConfigProvider: any;
|
|
3665
|
-
NForm: any;
|
|
3666
|
-
NTabPane: any;
|
|
3667
|
-
NTabs: any;
|
|
3668
|
-
},
|
|
4624
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4625
|
+
readonly NConfigProvider: any;
|
|
4626
|
+
readonly NForm: any;
|
|
4627
|
+
readonly NTabPane: any;
|
|
4628
|
+
readonly NTabs: any;
|
|
4629
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready")[], "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3669
4630
|
fieldList: {
|
|
3670
4631
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
|
3671
4632
|
};
|
|
@@ -3759,7 +4720,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3759
4720
|
}>>;
|
|
3760
4721
|
};
|
|
3761
4722
|
components: {
|
|
3762
|
-
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
|
4723
|
+
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
|
3763
4724
|
default: () => {};
|
|
3764
4725
|
};
|
|
3765
4726
|
scope: {
|
|
@@ -3844,11 +4805,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3844
4805
|
type: import("vue").PropType<string[]>;
|
|
3845
4806
|
};
|
|
3846
4807
|
linebarDirection: {
|
|
3847
|
-
type: import("vue").PropType<"
|
|
4808
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
3848
4809
|
default: string;
|
|
3849
4810
|
};
|
|
3850
4811
|
linebarTextDirection: {
|
|
3851
|
-
type: import("vue").PropType<"
|
|
4812
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
3852
4813
|
default: string;
|
|
3853
4814
|
};
|
|
3854
4815
|
linebarWidth: {
|
|
@@ -3873,18 +4834,18 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3873
4834
|
lazyRender: BooleanConstructor;
|
|
3874
4835
|
linebreaksToTitle: BooleanConstructor;
|
|
3875
4836
|
dialogFn: {};
|
|
3876
|
-
}>> & {
|
|
4837
|
+
}>> & Readonly<{
|
|
3877
4838
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
3878
4839
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
3879
4840
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
|
3880
4841
|
"onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
|
|
3881
4842
|
onLinebarChange?: ((...args: any[]) => any) | undefined;
|
|
3882
4843
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
3883
|
-
}
|
|
4844
|
+
}>, {
|
|
4845
|
+
maxHeight: string | number;
|
|
3884
4846
|
anchor: boolean;
|
|
3885
4847
|
column: number;
|
|
3886
|
-
|
|
3887
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
|
4848
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
|
3888
4849
|
initialData: import("../../shared/types").AnyObject;
|
|
3889
4850
|
parallelism: number;
|
|
3890
4851
|
scope: import("../../shared/types").AnyObject;
|
|
@@ -3900,8 +4861,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3900
4861
|
wordSplitFilter: boolean;
|
|
3901
4862
|
selectMode: boolean;
|
|
3902
4863
|
linebarWidth: string | number;
|
|
3903
|
-
linebarDirection: "
|
|
3904
|
-
linebarTextDirection: "
|
|
4864
|
+
linebarDirection: "vertical" | "horizontal";
|
|
4865
|
+
linebarTextDirection: "vertical" | "horizontal";
|
|
3905
4866
|
autoWidth: number | boolean;
|
|
3906
4867
|
feedbackType: "default" | "tooltip";
|
|
3907
4868
|
fixMemoLeak: boolean;
|
|
@@ -3910,9 +4871,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3910
4871
|
nominalAge: boolean;
|
|
3911
4872
|
operationalFormInit: boolean;
|
|
3912
4873
|
incrementalRender: boolean;
|
|
3913
|
-
}>;
|
|
3914
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
3915
|
-
},
|
|
4874
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4875
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
4876
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3916
4877
|
uuid: {
|
|
3917
4878
|
type: StringConstructor;
|
|
3918
4879
|
required: true;
|
|
@@ -3986,7 +4947,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3986
4947
|
"x-read-pretty"?: boolean | undefined;
|
|
3987
4948
|
"x-compile-omitted"?: string[] | undefined;
|
|
3988
4949
|
}>;
|
|
3989
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
|
4950
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
|
3990
4951
|
scope: import("../../shared/types").AnyObject;
|
|
3991
4952
|
annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
|
|
3992
4953
|
annotationShortcuts: (string | {
|
|
@@ -4010,6 +4971,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4010
4971
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
4011
4972
|
autoExpand: boolean;
|
|
4012
4973
|
lowCodeReactions: import("../../shared/types").LowCodeTypes.reactionConfig[];
|
|
4974
|
+
newLowCodeReactions: import("../../shared/types").LowCodeTypes.newReactionConfig[];
|
|
4013
4975
|
linebarAutoHidden: boolean;
|
|
4014
4976
|
labelPlacementOverwrite: boolean;
|
|
4015
4977
|
bordered: string | boolean;
|
|
@@ -4021,8 +4983,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4021
4983
|
selectMode: boolean;
|
|
4022
4984
|
selectedFields: string[];
|
|
4023
4985
|
linebarWidth: string | number;
|
|
4024
|
-
linebarDirection: "
|
|
4025
|
-
linebarTextDirection: "
|
|
4986
|
+
linebarDirection: "vertical" | "horizontal";
|
|
4987
|
+
linebarTextDirection: "vertical" | "horizontal";
|
|
4026
4988
|
autoWidth: number | boolean;
|
|
4027
4989
|
feedbackType: "default" | "tooltip";
|
|
4028
4990
|
fixMemoLeak: boolean;
|
|
@@ -4031,8 +4993,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4031
4993
|
dialogFn: any;
|
|
4032
4994
|
}>>>;
|
|
4033
4995
|
};
|
|
4034
|
-
}
|
|
4035
|
-
FormConfigEventSetting: import("vue").DefineComponent<{
|
|
4996
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4997
|
+
FormConfigEventSetting: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4036
4998
|
modelValue: {
|
|
4037
4999
|
type: ArrayConstructor;
|
|
4038
5000
|
required: true;
|
|
@@ -4042,11 +5004,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4042
5004
|
type: null;
|
|
4043
5005
|
required: false;
|
|
4044
5006
|
};
|
|
4045
|
-
}
|
|
4046
|
-
props:
|
|
4047
|
-
modelValue: import("../../shared/types").LowCodeTypes.reactionConfig[];
|
|
4048
|
-
bindFormRenderRef?: import("..").FormRenderExpose | undefined;
|
|
4049
|
-
};
|
|
5007
|
+
}>, {
|
|
5008
|
+
props: any;
|
|
4050
5009
|
emit: (event: "update:modelValue" | "validateFailure", ...args: any[]) => void;
|
|
4051
5010
|
cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
|
|
4052
5011
|
valueRef: import("vue").Ref<{
|
|
@@ -4081,8 +5040,40 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4081
5040
|
}[] | undefined;
|
|
4082
5041
|
__oppositeBindField?: any | undefined;
|
|
4083
5042
|
__oppositeTargetField?: any | undefined;
|
|
5043
|
+
}[], import("../../shared/types").LowCodeTypes.reactionConfig[] | {
|
|
5044
|
+
conObj: {
|
|
5045
|
+
con: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
|
5046
|
+
field_key: string;
|
|
5047
|
+
value: unknown;
|
|
5048
|
+
}[];
|
|
5049
|
+
compareMap?: {
|
|
5050
|
+
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5051
|
+
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5052
|
+
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5053
|
+
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5054
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5055
|
+
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5056
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5057
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5058
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5059
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5060
|
+
} | undefined;
|
|
5061
|
+
isRestoreDefault?: boolean | undefined;
|
|
5062
|
+
sqlExpression?: string | undefined;
|
|
5063
|
+
showField?: string[] | undefined;
|
|
5064
|
+
hideField?: string[] | undefined;
|
|
5065
|
+
requiredField?: string[] | undefined;
|
|
5066
|
+
notRequiredField?: string[] | undefined;
|
|
5067
|
+
enabledField?: string[] | undefined;
|
|
5068
|
+
disabledField?: string[] | undefined;
|
|
5069
|
+
setValueField?: {
|
|
5070
|
+
field?: string | undefined;
|
|
5071
|
+
value?: unknown;
|
|
5072
|
+
}[] | undefined;
|
|
5073
|
+
__oppositeBindField?: any | undefined;
|
|
5074
|
+
__oppositeTargetField?: any | undefined;
|
|
4084
5075
|
}[]>;
|
|
4085
|
-
expandedName: import("vue").Ref<string>;
|
|
5076
|
+
expandedName: import("vue").Ref<string, string>;
|
|
4086
5077
|
addConnection: () => void;
|
|
4087
5078
|
removeConnection: (index: number) => void;
|
|
4088
5079
|
getOppositeBtnText: (item: import("../../shared/types").LowCodeTypes.reactionConfig) => string | undefined;
|
|
@@ -4096,14 +5087,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4096
5087
|
addCondition: (config: import("../../shared/types").LowCodeTypes.reactionConfig) => void;
|
|
4097
5088
|
removeCondition: (config: import("../../shared/types").LowCodeTypes.reactionConfig, index: number) => void;
|
|
4098
5089
|
onUpdateConditionType: (condition: import("../../shared/types").LowCodeTypes.reactionsConObj, type: import("../../shared/types").LowCodeTypes.VALUE_RELATION) => void;
|
|
4099
|
-
showRef: import("vue").Ref<boolean>;
|
|
5090
|
+
showRef: import("vue").Ref<boolean, boolean>;
|
|
4100
5091
|
addSetValueField: (item: import("../../shared/types").LowCodeTypes.reactionConfig) => void;
|
|
4101
|
-
fieldListRef: import("vue").Ref<import("./src/types").FormConfigItem[]>;
|
|
5092
|
+
fieldListRef: import("vue").Ref<import("./src/types").FormConfigItem[], import("./src/types").FormConfigItem[]>;
|
|
4102
5093
|
fieldOptions: import("vue").ComputedRef<import("./src/types").FormConfigItem[]>;
|
|
4103
5094
|
setValueTypes: string[];
|
|
4104
5095
|
setValueFieldOptions: import("vue").ComputedRef<import("./src/types").FormConfigItem[]>;
|
|
4105
|
-
currentTypeList: string[]
|
|
4106
|
-
dialog: import("naive-ui").DialogApi;
|
|
5096
|
+
currentTypeList: import("vue").Reactive<string[]>;
|
|
5097
|
+
dialog: import("naive-ui/es/dialog").DialogApi;
|
|
4107
5098
|
onNegativeClick: () => Promise<void>;
|
|
4108
5099
|
onPositiveClick: () => Promise<void>;
|
|
4109
5100
|
configValidate: () => Promise<void>;
|
|
@@ -4114,7 +5105,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4114
5105
|
decoratorProps: {
|
|
4115
5106
|
showFeedback: boolean;
|
|
4116
5107
|
};
|
|
4117
|
-
html_type: "LINEBAR" | ({} & string) | "INPUT" | "
|
|
5108
|
+
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";
|
|
4118
5109
|
annotation?: boolean | undefined;
|
|
4119
5110
|
val_key_unit?: string | undefined;
|
|
4120
5111
|
is_edit?: import("..").FormCommonState | undefined;
|
|
@@ -4129,7 +5120,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4129
5120
|
placeholder?: string | undefined;
|
|
4130
5121
|
validate?: Partial<{
|
|
4131
5122
|
[key: string]: any;
|
|
4132
|
-
obj_type: "
|
|
5123
|
+
obj_type: "sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name";
|
|
4133
5124
|
vali_obj: string;
|
|
4134
5125
|
max_value: string | number;
|
|
4135
5126
|
min_value: string | number;
|
|
@@ -4200,8 +5191,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4200
5191
|
editor_title?: string | undefined;
|
|
4201
5192
|
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
|
4202
5193
|
linebarWidth?: string | undefined;
|
|
4203
|
-
linebarDirection?: "
|
|
4204
|
-
linebarTextDirection?: "
|
|
5194
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
|
5195
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
|
4205
5196
|
labelColor?: string | undefined;
|
|
4206
5197
|
fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
|
|
4207
5198
|
confirmBeforeValueChange?: boolean | undefined;
|
|
@@ -4215,10 +5206,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4215
5206
|
updateOriginValue: boolean;
|
|
4216
5207
|
} | undefined;
|
|
4217
5208
|
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
|
4218
|
-
unit?: ("
|
|
5209
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
|
4219
5210
|
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
|
4220
|
-
max_date_unit?: ("
|
|
4221
|
-
min_date_unit?: ("
|
|
5211
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
|
5212
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
|
4222
5213
|
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
|
4223
5214
|
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
|
4224
5215
|
fieldTitleColor?: string | undefined;
|
|
@@ -4238,7 +5229,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4238
5229
|
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
|
4239
5230
|
wrapperStyle?: Record<string, string | number> | undefined;
|
|
4240
5231
|
childFieldStrategy?: "checked" | "all" | undefined;
|
|
4241
|
-
childWidthMode?: "
|
|
5232
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
|
4242
5233
|
validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
|
|
4243
5234
|
field: import("@formily/core").Field<any, any, any, any>;
|
|
4244
5235
|
form: import("@formily/core").Form<any>;
|
|
@@ -4252,36 +5243,36 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4252
5243
|
field: string;
|
|
4253
5244
|
value: unknown;
|
|
4254
5245
|
}>) => void;
|
|
4255
|
-
HelpCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
4256
|
-
NButton: any;
|
|
4257
|
-
NCollapse: any;
|
|
4258
|
-
NCollapseItem: any;
|
|
4259
|
-
NEllipsis: any;
|
|
4260
|
-
NEmpty: any;
|
|
4261
|
-
NIcon: any;
|
|
4262
|
-
NInput: any;
|
|
4263
|
-
NInputGroup: any;
|
|
4264
|
-
NModal: any;
|
|
4265
|
-
NScrollbar: any;
|
|
4266
|
-
NSelect: any;
|
|
4267
|
-
NSpace: any;
|
|
4268
|
-
NThing: any;
|
|
4269
|
-
NTooltip: any;
|
|
4270
|
-
conditionTypeOptions: {
|
|
5246
|
+
readonly HelpCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5247
|
+
readonly NButton: any;
|
|
5248
|
+
readonly NCollapse: any;
|
|
5249
|
+
readonly NCollapseItem: any;
|
|
5250
|
+
readonly NEllipsis: any;
|
|
5251
|
+
readonly NEmpty: any;
|
|
5252
|
+
readonly NIcon: any;
|
|
5253
|
+
readonly NInput: any;
|
|
5254
|
+
readonly NInputGroup: any;
|
|
5255
|
+
readonly NModal: any;
|
|
5256
|
+
readonly NScrollbar: any;
|
|
5257
|
+
readonly NSelect: any;
|
|
5258
|
+
readonly NSpace: any;
|
|
5259
|
+
readonly NThing: any;
|
|
5260
|
+
readonly NTooltip: any;
|
|
5261
|
+
readonly conditionTypeOptions: {
|
|
4271
5262
|
value: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
|
4272
5263
|
label: string;
|
|
4273
5264
|
}[];
|
|
4274
|
-
connectionTypeOptions: {
|
|
5265
|
+
readonly connectionTypeOptions: {
|
|
4275
5266
|
value: string;
|
|
4276
5267
|
label: string;
|
|
4277
5268
|
}[];
|
|
4278
|
-
CForm: SFCWithInstall<import("vue").DefineComponent<{}, {
|
|
4279
|
-
formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined>;
|
|
4280
|
-
key: import("vue").Ref<number>;
|
|
5269
|
+
readonly CForm: SFCWithInstall<import("vue").DefineComponent<{}, {
|
|
5270
|
+
formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined, import("..").FormRenderExpose | undefined>;
|
|
5271
|
+
key: import("vue").Ref<number, number>;
|
|
4281
5272
|
reload: () => Promise<void>;
|
|
4282
5273
|
formRenderExposeKeyList: readonly ["validate", "getFormValues", "setFormValues", "setFieldState", "resetFields", "queryWidget", "getFieldList", "applySelectedSetting", "getTextFormValues", "optionInited", "updateAnchor"];
|
|
4283
5274
|
exposed: Partial<import("..").FormRenderExpose>;
|
|
4284
|
-
FormRender: import("vue").DefineComponent<{
|
|
5275
|
+
FormRender: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4285
5276
|
fieldList: {
|
|
4286
5277
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
|
4287
5278
|
};
|
|
@@ -4375,7 +5366,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4375
5366
|
}>>;
|
|
4376
5367
|
};
|
|
4377
5368
|
components: {
|
|
4378
|
-
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
|
5369
|
+
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
|
4379
5370
|
default: () => {};
|
|
4380
5371
|
};
|
|
4381
5372
|
scope: {
|
|
@@ -4460,11 +5451,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4460
5451
|
type: import("vue").PropType<string[]>;
|
|
4461
5452
|
};
|
|
4462
5453
|
linebarDirection: {
|
|
4463
|
-
type: import("vue").PropType<"
|
|
5454
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
4464
5455
|
default: string;
|
|
4465
5456
|
};
|
|
4466
5457
|
linebarTextDirection: {
|
|
4467
|
-
type: import("vue").PropType<"
|
|
5458
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
4468
5459
|
default: string;
|
|
4469
5460
|
};
|
|
4470
5461
|
linebarWidth: {
|
|
@@ -4489,8 +5480,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4489
5480
|
lazyRender: BooleanConstructor;
|
|
4490
5481
|
linebreaksToTitle: BooleanConstructor;
|
|
4491
5482
|
dialogFn: {};
|
|
4492
|
-
}
|
|
4493
|
-
props:
|
|
5483
|
+
}>, {
|
|
5484
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
4494
5485
|
fieldList: {
|
|
4495
5486
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
|
4496
5487
|
};
|
|
@@ -4584,7 +5575,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4584
5575
|
}>>;
|
|
4585
5576
|
};
|
|
4586
5577
|
components: {
|
|
4587
|
-
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
|
5578
|
+
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
|
4588
5579
|
default: () => {};
|
|
4589
5580
|
};
|
|
4590
5581
|
scope: {
|
|
@@ -4669,11 +5660,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4669
5660
|
type: import("vue").PropType<string[]>;
|
|
4670
5661
|
};
|
|
4671
5662
|
linebarDirection: {
|
|
4672
|
-
type: import("vue").PropType<"
|
|
5663
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
4673
5664
|
default: string;
|
|
4674
5665
|
};
|
|
4675
5666
|
linebarTextDirection: {
|
|
4676
|
-
type: import("vue").PropType<"
|
|
5667
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
4677
5668
|
default: string;
|
|
4678
5669
|
};
|
|
4679
5670
|
linebarWidth: {
|
|
@@ -4698,19 +5689,19 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4698
5689
|
lazyRender: BooleanConstructor;
|
|
4699
5690
|
linebreaksToTitle: BooleanConstructor;
|
|
4700
5691
|
dialogFn: {};
|
|
4701
|
-
}>> & {
|
|
5692
|
+
}>> & Readonly<{
|
|
4702
5693
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
4703
5694
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
4704
5695
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
|
4705
5696
|
"onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
|
|
4706
5697
|
onLinebarChange?: ((...args: any[]) => any) | undefined;
|
|
4707
5698
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
4708
|
-
}
|
|
5699
|
+
}> & {}>;
|
|
4709
5700
|
emit: (event: "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", ...args: any[]) => void;
|
|
4710
5701
|
cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
|
|
4711
5702
|
nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
|
|
4712
|
-
formRenderRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4713
|
-
formWidth: import("vue").Ref<number>;
|
|
5703
|
+
formRenderRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
5704
|
+
formWidth: import("vue").Ref<number, number>;
|
|
4714
5705
|
formHeight: import("vue").ComputedRef<string>;
|
|
4715
5706
|
SchemaField: import("vue").DefineComponent<import("@formily/vue").ISchemaFieldProps>;
|
|
4716
5707
|
businessCollector: import("..").BusinessCollector;
|
|
@@ -4723,13 +5714,21 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4723
5714
|
formUUID: string;
|
|
4724
5715
|
anchorBarRef: import("vue").Ref<{
|
|
4725
5716
|
syncBarPosition: import("../../shared/types").AnyFn;
|
|
5717
|
+
} | undefined, {
|
|
5718
|
+
syncBarPosition: import("../../shared/types").AnyFn;
|
|
4726
5719
|
} | undefined>;
|
|
4727
|
-
currentAnchor: import("vue").WritableComputedRef<string>;
|
|
5720
|
+
currentAnchor: import("vue").WritableComputedRef<string, string>;
|
|
4728
5721
|
updateAnchorList: (field: import("@formily/core").GeneralField) => void;
|
|
4729
5722
|
anchorIdList: import("vue").Ref<{
|
|
4730
5723
|
name: string;
|
|
4731
5724
|
title: string;
|
|
4732
5725
|
index: number;
|
|
5726
|
+
}[], (Record<"name" | "title", string> & {
|
|
5727
|
+
index: number;
|
|
5728
|
+
})[] | {
|
|
5729
|
+
name: string;
|
|
5730
|
+
title: string;
|
|
5731
|
+
index: number;
|
|
4733
5732
|
}[]>;
|
|
4734
5733
|
onScroll: (scrollEvent: Event) => void;
|
|
4735
5734
|
generateAnchorList: (formModel: import("@formily/core").Form<any>) => Promise<void>;
|
|
@@ -4756,7 +5755,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4756
5755
|
setGraph: (field: import("@formily/core").GeneralField) => void;
|
|
4757
5756
|
removeGraph: (field: import("@formily/core").GeneralField) => void;
|
|
4758
5757
|
lowCodeEventTrigger: (field: import("@formily/core").GeneralField) => void;
|
|
4759
|
-
emitFormChange: import("vue").Ref<boolean>;
|
|
5758
|
+
emitFormChange: import("vue").Ref<boolean, boolean>;
|
|
4760
5759
|
formModel: import("@formily/core").Form<{
|
|
4761
5760
|
[x: string]: any;
|
|
4762
5761
|
}>;
|
|
@@ -4833,7 +5832,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4833
5832
|
"x-read-pretty"?: boolean | undefined;
|
|
4834
5833
|
"x-compile-omitted"?: string[] | undefined;
|
|
4835
5834
|
}>;
|
|
4836
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
|
5835
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
|
4837
5836
|
scope: import("../../shared/types").AnyObject;
|
|
4838
5837
|
annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
|
|
4839
5838
|
annotationShortcuts: (string | {
|
|
@@ -4857,6 +5856,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4857
5856
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
4858
5857
|
autoExpand: boolean;
|
|
4859
5858
|
lowCodeReactions: import("../../shared/types").LowCodeTypes.reactionConfig[];
|
|
5859
|
+
newLowCodeReactions: import("../../shared/types").LowCodeTypes.newReactionConfig[];
|
|
4860
5860
|
linebarAutoHidden: boolean;
|
|
4861
5861
|
labelPlacementOverwrite: boolean;
|
|
4862
5862
|
bordered: string | boolean;
|
|
@@ -4868,8 +5868,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4868
5868
|
selectMode: boolean;
|
|
4869
5869
|
selectedFields: string[];
|
|
4870
5870
|
linebarWidth: string | number;
|
|
4871
|
-
linebarDirection: "
|
|
4872
|
-
linebarTextDirection: "
|
|
5871
|
+
linebarDirection: "vertical" | "horizontal";
|
|
5872
|
+
linebarTextDirection: "vertical" | "horizontal";
|
|
4873
5873
|
autoWidth: number | boolean;
|
|
4874
5874
|
feedbackType: "default" | "tooltip";
|
|
4875
5875
|
fixMemoLeak: boolean;
|
|
@@ -5052,16 +6052,16 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5052
6052
|
onKeydown: (event: KeyboardEvent) => Promise<void>;
|
|
5053
6053
|
clearSpan: (uuid: string) => void;
|
|
5054
6054
|
exposeEvent: Omit<import("..").FormRenderExpose, "updateAnchor" | "getFieldList" | "optionInited" | "formModel" | "reload">;
|
|
5055
|
-
useVersion: typeof import("../../shared/hooks").useVersion;
|
|
5056
|
-
FormConsumer: import("vue").DefineComponent<{}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
5057
|
-
FormProvider: import("vue").DefineComponent<Record<"form", any>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Record<"form", any>>>, {
|
|
6055
|
+
readonly useVersion: typeof import("../../shared/hooks").useVersion;
|
|
6056
|
+
readonly FormConsumer: import("vue").DefineComponent<{}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6057
|
+
readonly FormProvider: import("vue").DefineComponent<Record<"form", any>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Record<"form", any>>>, {
|
|
5058
6058
|
form: any;
|
|
5059
|
-
}>;
|
|
5060
|
-
NConfigProvider: any;
|
|
5061
|
-
NForm: any;
|
|
5062
|
-
NTabPane: any;
|
|
5063
|
-
NTabs: any;
|
|
5064
|
-
},
|
|
6059
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6060
|
+
readonly NConfigProvider: any;
|
|
6061
|
+
readonly NForm: any;
|
|
6062
|
+
readonly NTabPane: any;
|
|
6063
|
+
readonly NTabs: any;
|
|
6064
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready")[], "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5065
6065
|
fieldList: {
|
|
5066
6066
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
|
5067
6067
|
};
|
|
@@ -5155,7 +6155,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5155
6155
|
}>>;
|
|
5156
6156
|
};
|
|
5157
6157
|
components: {
|
|
5158
|
-
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
|
6158
|
+
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
|
5159
6159
|
default: () => {};
|
|
5160
6160
|
};
|
|
5161
6161
|
scope: {
|
|
@@ -5240,11 +6240,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5240
6240
|
type: import("vue").PropType<string[]>;
|
|
5241
6241
|
};
|
|
5242
6242
|
linebarDirection: {
|
|
5243
|
-
type: import("vue").PropType<"
|
|
6243
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
5244
6244
|
default: string;
|
|
5245
6245
|
};
|
|
5246
6246
|
linebarTextDirection: {
|
|
5247
|
-
type: import("vue").PropType<"
|
|
6247
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
5248
6248
|
default: string;
|
|
5249
6249
|
};
|
|
5250
6250
|
linebarWidth: {
|
|
@@ -5269,18 +6269,18 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5269
6269
|
lazyRender: BooleanConstructor;
|
|
5270
6270
|
linebreaksToTitle: BooleanConstructor;
|
|
5271
6271
|
dialogFn: {};
|
|
5272
|
-
}>> & {
|
|
6272
|
+
}>> & Readonly<{
|
|
5273
6273
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
5274
6274
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
5275
6275
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
|
5276
6276
|
"onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
|
|
5277
6277
|
onLinebarChange?: ((...args: any[]) => any) | undefined;
|
|
5278
6278
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
5279
|
-
}
|
|
6279
|
+
}>, {
|
|
6280
|
+
maxHeight: string | number;
|
|
5280
6281
|
anchor: boolean;
|
|
5281
6282
|
column: number;
|
|
5282
|
-
|
|
5283
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
|
6283
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
|
5284
6284
|
initialData: import("../../shared/types").AnyObject;
|
|
5285
6285
|
parallelism: number;
|
|
5286
6286
|
scope: import("../../shared/types").AnyObject;
|
|
@@ -5296,8 +6296,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5296
6296
|
wordSplitFilter: boolean;
|
|
5297
6297
|
selectMode: boolean;
|
|
5298
6298
|
linebarWidth: string | number;
|
|
5299
|
-
linebarDirection: "
|
|
5300
|
-
linebarTextDirection: "
|
|
6299
|
+
linebarDirection: "vertical" | "horizontal";
|
|
6300
|
+
linebarTextDirection: "vertical" | "horizontal";
|
|
5301
6301
|
autoWidth: number | boolean;
|
|
5302
6302
|
feedbackType: "default" | "tooltip";
|
|
5303
6303
|
fixMemoLeak: boolean;
|
|
@@ -5306,9 +6306,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5306
6306
|
nominalAge: boolean;
|
|
5307
6307
|
operationalFormInit: boolean;
|
|
5308
6308
|
incrementalRender: boolean;
|
|
5309
|
-
}>;
|
|
5310
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
5311
|
-
},
|
|
6309
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6310
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
6311
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "validateFailure")[], "update:modelValue" | "validateFailure", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5312
6312
|
modelValue: {
|
|
5313
6313
|
type: ArrayConstructor;
|
|
5314
6314
|
required: true;
|
|
@@ -5318,13 +6318,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5318
6318
|
type: null;
|
|
5319
6319
|
required: false;
|
|
5320
6320
|
};
|
|
5321
|
-
}>> & {
|
|
6321
|
+
}>> & Readonly<{
|
|
5322
6322
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
5323
6323
|
onValidateFailure?: ((...args: any[]) => any) | undefined;
|
|
5324
|
-
}
|
|
6324
|
+
}>, {
|
|
5325
6325
|
modelValue: unknown[];
|
|
5326
|
-
}>;
|
|
5327
|
-
FormConfigMaterialItem: import("vue").DefineComponent<{
|
|
6326
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6327
|
+
readonly FormConfigMaterialItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5328
6328
|
formConfigItem: {
|
|
5329
6329
|
type: import("vue").PropType<import("./src/types").FormConfigItem>;
|
|
5330
6330
|
required: true;
|
|
@@ -5337,7 +6337,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5337
6337
|
type: import("vue").PropType<import("./src/types").FormConfigItem[]>;
|
|
5338
6338
|
default: () => never[];
|
|
5339
6339
|
};
|
|
5340
|
-
}
|
|
6340
|
+
}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5341
6341
|
formConfigItem: {
|
|
5342
6342
|
type: import("vue").PropType<import("./src/types").FormConfigItem>;
|
|
5343
6343
|
required: true;
|
|
@@ -5350,13 +6350,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5350
6350
|
type: import("vue").PropType<import("./src/types").FormConfigItem[]>;
|
|
5351
6351
|
default: () => never[];
|
|
5352
6352
|
};
|
|
5353
|
-
}
|
|
6353
|
+
}>> & Readonly<{}>, {
|
|
5354
6354
|
materialList: import("./src/types").FormConfigItem[];
|
|
5355
|
-
}>;
|
|
5356
|
-
FORM_CONFIG_GROUP: string;
|
|
5357
|
-
NSelect: any;
|
|
5358
|
-
NSpace: any;
|
|
5359
|
-
},
|
|
6355
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6356
|
+
readonly FORM_CONFIG_GROUP: string;
|
|
6357
|
+
readonly NSelect: any;
|
|
6358
|
+
readonly NSpace: any;
|
|
6359
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("addItem" | "removeItem" | "reactionsValidateFailure")[], "addItem" | "removeItem" | "reactionsValidateFailure", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5360
6360
|
maxHeight: {
|
|
5361
6361
|
type: StringConstructor;
|
|
5362
6362
|
};
|
|
@@ -5438,7 +6438,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5438
6438
|
"x-read-pretty"?: boolean | undefined;
|
|
5439
6439
|
"x-compile-omitted"?: string[] | undefined;
|
|
5440
6440
|
}>;
|
|
5441
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
|
6441
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
|
5442
6442
|
scope: import("../../shared/types").AnyObject;
|
|
5443
6443
|
annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
|
|
5444
6444
|
annotationShortcuts: (string | {
|
|
@@ -5462,6 +6462,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5462
6462
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
5463
6463
|
autoExpand: boolean;
|
|
5464
6464
|
lowCodeReactions: import("../../shared/types").LowCodeTypes.reactionConfig[];
|
|
6465
|
+
newLowCodeReactions: import("../../shared/types").LowCodeTypes.newReactionConfig[];
|
|
5465
6466
|
linebarAutoHidden: boolean;
|
|
5466
6467
|
labelPlacementOverwrite: boolean;
|
|
5467
6468
|
bordered: string | boolean;
|
|
@@ -5473,8 +6474,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5473
6474
|
selectMode: boolean;
|
|
5474
6475
|
selectedFields: string[];
|
|
5475
6476
|
linebarWidth: string | number;
|
|
5476
|
-
linebarDirection: "
|
|
5477
|
-
linebarTextDirection: "
|
|
6477
|
+
linebarDirection: "vertical" | "horizontal";
|
|
6478
|
+
linebarTextDirection: "vertical" | "horizontal";
|
|
5478
6479
|
autoWidth: number | boolean;
|
|
5479
6480
|
feedbackType: "default" | "tooltip";
|
|
5480
6481
|
fixMemoLeak: boolean;
|
|
@@ -5487,11 +6488,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5487
6488
|
type: import("vue").PropType<((payload: import("./src/types").FormConfigBeforeMovePayload) => boolean | void) | undefined>;
|
|
5488
6489
|
};
|
|
5489
6490
|
showLowCodeReactions: BooleanConstructor;
|
|
5490
|
-
}>> & {
|
|
6491
|
+
}>> & Readonly<{
|
|
5491
6492
|
onAddItem?: ((...args: any[]) => any) | undefined;
|
|
5492
6493
|
onRemoveItem?: ((...args: any[]) => any) | undefined;
|
|
5493
6494
|
onReactionsValidateFailure?: ((...args: any[]) => any) | undefined;
|
|
5494
|
-
}
|
|
6495
|
+
}>, {
|
|
5495
6496
|
showLowCodeReactions: boolean;
|
|
5496
|
-
}>>;
|
|
6497
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
5497
6498
|
export default FormConfig;
|