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