cnhis-design-vue 3.3.3-release.8 → 3.4.0-beta.0
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/recorder/fft.d.ts +4 -0
- package/es/components/audio-sdk/src/utils/recorder/mp3-engine.d.ts +4 -0
- package/es/components/audio-sdk/src/utils/recorder/mp3.d.ts +4 -0
- package/es/components/audio-sdk/src/utils/recorder/recorder.d.ts +4 -0
- package/es/components/audio-sdk/src/utils/recorder/wave.d.ts +4 -0
- 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/useBatchEditing.js +25 -24
- 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.d.ts +0 -0
- 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/bpmn-workflow/types/BpmnViewer.d.ts +1 -0
- package/es/components/bpmn-workflow/types/ModelingModule.d.ts +1 -0
- package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +1 -0
- 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 +270 -143
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +270 -143
- package/es/components/button-print/src/ButtonPrint.vue2.js +14 -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 +74 -44
- package/es/components/button-print/src/components/IdentityVerification.vue2.js +12 -11
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +126 -72
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +211 -90
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +108 -59
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +41 -12
- package/es/components/button-print/src/components/Preview.vue.d.ts +13 -13
- package/es/components/button-print/src/components/Preview.vue2.js +3 -2
- package/es/components/button-print/src/utils/print.d.ts +7 -5
- package/es/components/button-print/src/utils/print.js +183 -7
- package/es/components/button-print/style/index.css +1 -1
- 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 +20 -9
- 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 +3167 -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 +132 -132
- package/es/components/classification/index.d.ts +734 -404
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +595 -330
- 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 +639 -374
- 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 -30
- package/es/components/classification/src/components/table-modal/index.vue2.js +143 -144
- package/es/components/classification/src/index.vue.d.ts +734 -404
- 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 +17 -9
- package/es/components/default-page/index.d.ts +11 -11
- package/es/components/default-page/src/index.vue.d.ts +11 -11
- package/es/components/default-page/src/index.vue2.js +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/PopupMenu.js +1 -1
- package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +7 -7
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +6 -2
- 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/useLeft.js +3 -2
- package/es/components/fabric-chart/src/hooks/temperature/useOther.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useOther.js +58 -15
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +4 -3
- package/es/components/field-editor/index.d.ts +55 -42
- package/es/components/field-editor/src/FieldEditor.vue.d.ts +55 -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 +223 -158
- package/es/components/field-set/src/FieldColor.vue2.js +10 -9
- package/es/components/field-set/src/FieldFilter.vue.d.ts +84 -55
- package/es/components/field-set/src/FieldFilter.vue2.js +12 -11
- package/es/components/field-set/src/FieldSet.vue.d.ts +86 -69
- 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 +38 -37
- package/es/components/field-set/src/components/table-row.vue2.js +48 -31
- package/es/components/field-set/src/constants/index.js +4 -4
- package/es/components/field-set/src/types/index.d.ts +2 -1
- package/es/components/form-config/index.d.ts +1543 -507
- package/es/components/form-config/src/FormConfig.vue.d.ts +1543 -507
- package/es/components/form-config/src/FormConfig.vue2.js +13 -12
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +63 -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 +1141 -197
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +6 -6
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +123 -81
- package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +42 -42
- package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +4 -4
- package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +11 -11
- package/es/components/form-config/src/components/renderer/CloseButton.vue2.js +1 -1
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +29 -29
- package/es/components/form-config/src/components/renderer/ComplexNode.vue2.js +4 -5
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +21 -21
- package/es/components/form-config/src/components/renderer/DefaultNode.vue2.js +5 -5
- package/es/components/form-config/src/constants/index.d.ts +31 -1
- package/es/components/form-config/src/constants/index.js +150 -1
- package/es/components/form-config/src/hooks/useConfigurationField.d.ts +2 -2
- package/es/components/form-config/src/hooks/useConfigurationField.js +53 -6
- package/es/components/form-config/src/hooks/useLocale.d.ts +6 -0
- package/es/components/form-config/src/hooks/useLocale.js +34 -0
- package/es/components/form-config/src/hooks/usePresetRenderer.d.ts +1 -1
- package/es/components/form-config/src/types/index.d.ts +12 -0
- package/es/components/form-render/index.d.ts +53 -40
- package/es/components/form-render/src/FormRender.vue.d.ts +50 -37
- package/es/components/form-render/src/FormRender.vue2.js +7 -5
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +53 -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 -7
- package/es/components/form-render/src/components/renderer/date.js +12 -10
- package/es/components/form-render/src/components/renderer/formItem.d.ts +7 -5
- package/es/components/form-render/src/components/renderer/formItem.js +10 -3
- 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/levelSearchCascader/index.js +4 -2
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +32 -31
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue2.js +6 -6
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +32 -31
- package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +18 -18
- package/es/components/form-render/src/components/renderer/radio_checkbox.js +9 -3
- 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/searchCascade.js +3 -0
- 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/constants/index.d.ts +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/useFieldListAdaptor.js +5 -2
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +8 -6
- package/es/components/form-render/src/hooks/useFieldNormalize.js +15 -0
- package/es/components/form-render/src/hooks/useFormField.d.ts +1 -1
- package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +12 -12
- package/es/components/form-render/src/hooks/useLowCodeReactions.js +2 -1
- package/es/components/form-render/src/hooks/useNuiThemeOverrides.d.ts +1 -2
- package/es/components/form-render/src/types/index.d.ts +1 -0
- package/es/components/form-render/src/utils/index.d.ts +3 -3
- package/es/components/form-render/style/index.css +1 -1
- 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 +1669 -797
- package/es/components/iho-chat/src/Index.vue.d.ts +1669 -797
- package/es/components/iho-chat/src/Index.vue2.js +18 -9
- package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +66 -43
- package/es/components/iho-chat/src/components/ChatAdd.vue2.js +51 -51
- package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +278 -71
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +56 -46
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +121 -65
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +164 -109
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +605 -257
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +31 -30
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +400 -171
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +299 -280
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +111 -65
- package/es/components/iho-chat/src/components/ChatRecord.vue2.js +73 -79
- package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +58 -35
- package/es/components/iho-chat/src/components/ChatSearch.vue2.js +42 -45
- package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +113 -67
- 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/ContextMenu.js +35 -28
- package/es/components/iho-chat/src/components/ImageLightbox.vue.d.ts +122 -0
- package/es/components/iho-chat/src/components/ImageLightbox.vue.js +6 -0
- package/es/components/iho-chat/src/components/ImageLightbox.vue2.js +306 -0
- package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +33 -10
- package/es/components/iho-chat/src/components/MessageEvent.vue2.js +11 -13
- package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +84 -37
- package/es/components/iho-chat/src/components/MessageMergeForward.vue2.js +5 -5
- 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 +157 -93
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +305 -186
- package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +37 -14
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +3 -3
- package/es/components/iho-chat/src/components/SelectLabel.vue.d.ts +16 -16
- package/es/components/iho-chat/src/components/SelectLabel.vue2.js +3 -2
- package/es/components/iho-chat/src/components/SiderList.vue.d.ts +93 -64
- package/es/components/iho-chat/src/components/SiderList.vue2.js +2 -2
- package/es/components/iho-chat/src/components/Video.vue.d.ts +55 -37
- package/es/components/iho-chat/src/components/Video.vue2.js +92 -89
- package/es/components/iho-chat/src/components/userItemRender.d.ts +5 -5
- package/es/components/iho-chat/src/hooks/useData.d.ts +57 -10
- package/es/components/iho-chat/src/hooks/useData.js +2 -7
- 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 +88 -16
- package/es/components/iho-chat/src/hooks/useVideo.js +439 -43
- package/es/components/iho-chat/src/types/index.d.ts +37 -1
- package/es/components/iho-chat/src/utils/emoji.d.ts +1 -1
- package/es/components/iho-chat/src/utils/emoji.js +1 -1
- package/es/components/iho-chat/src/utils/index.d.ts +5 -4
- package/es/components/iho-chat/src/utils/index.js +33 -39
- package/es/components/iho-chat/style/index.css +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 +38 -28
- 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 -2
- package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue.d.ts +8 -8
- package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/highLightSetPlugin.js +2 -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/dateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.js +0 -22
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +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/numberRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +6 -6
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +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/separateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +61 -29
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +8 -7
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.d.ts +1 -1
- package/es/components/iho-table/src/utils/index.d.ts +2 -2
- package/es/components/iho-table/src/utils/separateMap.d.ts +14 -1
- package/es/components/index.css +1 -1
- package/es/components/index.d.ts +2 -0
- package/es/components/index.js +2 -1
- package/es/components/info-header/index.d.ts +216 -369
- package/es/components/info-header/src/InfoHeader.vue.d.ts +216 -369
- package/es/components/info-header/src/InfoHeader.vue2.js +7 -6
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +38 -46
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +78 -44
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +48 -65
- 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 +122 -144
- 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 +70 -68
- package/es/components/info-header/src/components/patientInfo/index.vue2.js +16 -14
- package/es/components/info-header/src/constants/index.d.ts +1 -1
- package/es/components/info-header/src/hooks/useThemeOverrides.d.ts +1 -2
- package/es/components/keyboard/index.d.ts +83 -62
- package/es/components/keyboard/src/Keyboard.vue.d.ts +83 -62
- package/es/components/keyboard/src/Keyboard.vue2.js +56 -32
- 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 +49 -39
- package/es/components/keyboard/src/components/NumberPanel.vue2.js +59 -26
- package/es/components/keyboard/src/types.d.ts +17 -0
- package/es/components/keyboard/src/types.js +1 -0
- 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 +120 -87
- package/es/components/scale-view/src/ScaleView.vue.d.ts +79 -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/scale-view/src/hooks/scaleview-computed.js +2 -1
- package/es/components/scale-view/src/hooks/scaleview-props.d.ts +4 -0
- package/es/components/scale-view/src/hooks/scaleview-props.js +4 -0
- 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/search-cascader/src/utils/index.d.ts +1 -1
- 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 +30 -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-provider/src/hooks/useShortcuts.js +1 -1
- package/es/components/shortcut-provider/src/types/index.d.ts +1 -0
- package/es/components/shortcut-provider/src/utils/index.d.ts +1 -1
- package/es/components/shortcut-provider/src/utils/index.js +3 -1
- package/es/components/shortcut-setter/index.d.ts +291 -81
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +291 -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/index.js +1 -1
- 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 +443 -192
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +47 -40
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.d.ts +104 -0
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.js +6 -0
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue2.js +251 -0
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +144 -28
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +53 -13
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +147 -31
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +63 -25
- 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 +416 -178
- package/es/components/table-filter/src/components/classify-filter/helpers/options.d.ts +5 -1
- package/es/components/table-filter/src/components/classify-filter/helpers/options.js +74 -2
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +478 -219
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +55 -49
- 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 +38 -38
- 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 +26 -26
- 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 +3 -2
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +38 -38
- 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 +282 -276
- package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.js +32 -4
- package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.d.ts +1 -0
- package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +38 -2
- 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 +269 -263
- package/es/components/table-filter/src/hooks/useAdvanced.js +5 -4
- package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
- package/es/components/table-filter/src/tool/baseOptions.js +8 -1
- package/es/components/table-filter/src/types/enums.d.ts +5 -0
- package/es/components/table-filter/src/types/enums.js +6 -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 +41 -9
- package/es/components/time-picker/src/TimePicker.vue.d.ts +41 -9
- package/es/components/time-picker/src/TimePicker.vue2.js +100 -14
- 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/index.d.ts +1 -0
- package/es/components/vertify/index.js +1 -0
- package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +86 -0
- package/es/components/vertify/src/components/IdentityVerification.vue.js +6 -0
- package/es/components/vertify/src/components/IdentityVerification.vue2.js +257 -0
- package/es/components/vertify/src/utils/dialog.d.ts +7 -0
- package/es/components/vertify/src/utils/dialog.js +73 -0
- package/es/components/vertify/src/utils/index.d.ts +11 -0
- package/es/components/vertify/src/utils/index.js +24 -0
- package/es/components/vod-chunk-upload/index.d.ts +261 -28
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +37 -20
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +143 -115
- package/es/components/vod-chunk-upload/src/hooks/upload-computed.d.ts +1 -0
- package/es/components/vod-chunk-upload/src/hooks/upload-computed.js +20 -3
- package/es/components/vod-chunk-upload/src/hooks/upload-data.d.ts +4 -0
- package/es/components/vod-chunk-upload/src/hooks/upload-data.js +6 -2
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +261 -28
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +69 -65
- package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +207 -5
- package/es/components/vod-chunk-upload/style/index.css +1 -1
- package/es/env.d.ts +25 -25
- package/es/shared/assets/img/defaultCover/10review_successful.png.js +1 -1
- package/es/shared/assets/img/defaultCover/11review_fail.png.js +1 -1
- package/es/shared/assets/img/defaultCover/12no_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/13no_menu_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/14no_call_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/15no_use_tag.png.js +1 -1
- package/es/shared/assets/img/defaultCover/16no_table_data.png.js +1 -1
- package/es/shared/assets/img/defaultCover/1location.png.js +1 -1
- package/es/shared/assets/img/defaultCover/2notfound.png.js +1 -1
- package/es/shared/assets/img/defaultCover/3loading.png.js +1 -1
- package/es/shared/assets/img/defaultCover/4no_permission.png.js +1 -1
- package/es/shared/assets/img/defaultCover/5no_data.png.js +1 -1
- package/es/shared/assets/img/defaultCover/6no_network.png.js +1 -1
- package/es/shared/assets/img/defaultCover/7no_doctor.png.js +1 -1
- package/es/shared/assets/img/defaultCover/8system_error.png.js +1 -1
- package/es/shared/assets/img/defaultCover/9system_upgrade.png.js +1 -1
- package/es/shared/assets/img/failure.png.js +1 -1
- package/es/shared/assets/img/no-permission.png.js +1 -1
- package/es/shared/assets/img/nodata.png.js +1 -1
- package/es/shared/assets/img/notfound.png.js +1 -1
- package/es/shared/assets/img/qr.png.js +1 -1
- package/es/shared/assets/img/success.png.js +1 -1
- package/es/shared/assets/img/table_style_2.png.js +1 -1
- package/es/shared/assets/img/video.png.js +1 -1
- package/es/shared/assets/img/video_default_cover.png.js +1 -1
- package/es/shared/assets/img/xb_big.png.js +1 -1
- package/es/shared/assets/img/xb_small.png.js +1 -1
- package/es/shared/components/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/InputNumberSlash/InputNumberSlash.js +1 -1
- 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/VueDraggable/src/vuedraggable.d.ts +86 -0
- 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/useDateTime.d.ts +1 -1
- package/es/shared/hooks/useDateTime.js +1 -1
- package/es/shared/hooks/useLevelSearchCascader.d.ts +7 -4
- package/es/shared/hooks/useLevelSearchCascader.js +3 -3
- package/es/shared/package.json.js +2 -2
- package/es/shared/utils/fabricjs/index.d.ts +6823 -0
- package/es/shared/utils/fabricjs/index.js +1 -1
- package/es/shared/utils/index.d.ts +1 -1
- package/es/shared/utils/tapable/index.d.ts +139 -0
- package/package.json +6 -6
@@ -1,7 +1,7 @@
|
|
1
1
|
import { SFCWithInstall } from '../../shared/types';
|
2
2
|
export * from './src/types';
|
3
3
|
export * from './src/hooks/useLocale';
|
4
|
-
declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
4
|
+
declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
5
5
|
maxHeight: {
|
6
6
|
type: StringConstructor;
|
7
7
|
};
|
@@ -83,7 +83,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
83
83
|
"x-read-pretty"?: boolean | undefined;
|
84
84
|
"x-compile-omitted"?: string[] | undefined;
|
85
85
|
}>;
|
86
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
86
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
87
87
|
scope: import("../../shared/types").AnyObject;
|
88
88
|
annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
|
89
89
|
annotationShortcuts: (string | {
|
@@ -118,12 +118,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
118
118
|
selectMode: boolean;
|
119
119
|
selectedFields: string[];
|
120
120
|
linebarWidth: string | number;
|
121
|
-
linebarDirection: "
|
122
|
-
linebarTextDirection: "
|
121
|
+
linebarDirection: "vertical" | "horizontal";
|
122
|
+
linebarTextDirection: "vertical" | "horizontal";
|
123
123
|
autoWidth: number | boolean;
|
124
124
|
feedbackType: "default" | "tooltip";
|
125
125
|
fixMemoLeak: boolean;
|
126
126
|
lazyRender: boolean;
|
127
|
+
linebreaksToTitle: boolean;
|
127
128
|
dialogFn: any;
|
128
129
|
}>>>;
|
129
130
|
};
|
@@ -131,8 +132,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
131
132
|
type: import("vue").PropType<((payload: import("./src/types").FormConfigBeforeMovePayload) => boolean | void) | undefined>;
|
132
133
|
};
|
133
134
|
showLowCodeReactions: BooleanConstructor;
|
134
|
-
}
|
135
|
-
props:
|
135
|
+
}>, {
|
136
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
136
137
|
maxHeight: {
|
137
138
|
type: StringConstructor;
|
138
139
|
};
|
@@ -214,7 +215,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
214
215
|
"x-read-pretty"?: boolean | undefined;
|
215
216
|
"x-compile-omitted"?: string[] | undefined;
|
216
217
|
}>;
|
217
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
218
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
218
219
|
scope: import("../../shared/types").AnyObject;
|
219
220
|
annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
|
220
221
|
annotationShortcuts: (string | {
|
@@ -249,12 +250,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
249
250
|
selectMode: boolean;
|
250
251
|
selectedFields: string[];
|
251
252
|
linebarWidth: string | number;
|
252
|
-
linebarDirection: "
|
253
|
-
linebarTextDirection: "
|
253
|
+
linebarDirection: "vertical" | "horizontal";
|
254
|
+
linebarTextDirection: "vertical" | "horizontal";
|
254
255
|
autoWidth: number | boolean;
|
255
256
|
feedbackType: "default" | "tooltip";
|
256
257
|
fixMemoLeak: boolean;
|
257
258
|
lazyRender: boolean;
|
259
|
+
linebreaksToTitle: boolean;
|
258
260
|
dialogFn: any;
|
259
261
|
}>>>;
|
260
262
|
};
|
@@ -262,16 +264,16 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
262
264
|
type: import("vue").PropType<((payload: import("./src/types").FormConfigBeforeMovePayload) => boolean | void) | undefined>;
|
263
265
|
};
|
264
266
|
showLowCodeReactions: BooleanConstructor;
|
265
|
-
}>> & {
|
267
|
+
}>> & Readonly<{
|
266
268
|
onAddItem?: ((...args: any[]) => any) | undefined;
|
267
269
|
onRemoveItem?: ((...args: any[]) => any) | undefined;
|
268
270
|
onReactionsValidateFailure?: ((...args: any[]) => any) | undefined;
|
269
|
-
}
|
271
|
+
}> & {}>;
|
270
272
|
emit: (event: "addItem" | "removeItem" | "reactionsValidateFailure", ...args: any[]) => void;
|
271
273
|
uuid: string;
|
272
274
|
cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
|
273
|
-
fieldListRef: import("vue").Ref<import("./src/types").FormConfigItem[]>;
|
274
|
-
materialListRef: import("vue").Ref<import("./src/types").FormConfigItem[]>;
|
275
|
+
fieldListRef: import("vue").Ref<import("./src/types").FormConfigItem[], import("./src/types").FormConfigItem[]>;
|
276
|
+
materialListRef: import("vue").Ref<import("./src/types").FormConfigItem[], import("./src/types").FormConfigItem[]>;
|
275
277
|
lowCodeReactionsRef: import("vue").Ref<{
|
276
278
|
conObj: {
|
277
279
|
con: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
@@ -304,6 +306,38 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
304
306
|
}[] | undefined;
|
305
307
|
__oppositeBindField?: any | undefined;
|
306
308
|
__oppositeTargetField?: any | undefined;
|
309
|
+
}[], import("../../shared/types").LowCodeTypes.reactionConfig[] | {
|
310
|
+
conObj: {
|
311
|
+
con: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
312
|
+
field_key: string;
|
313
|
+
value: unknown;
|
314
|
+
}[];
|
315
|
+
compareMap?: {
|
316
|
+
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
317
|
+
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
318
|
+
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
319
|
+
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
320
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
321
|
+
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
322
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
323
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
324
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
325
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
326
|
+
} | undefined;
|
327
|
+
isRestoreDefault?: boolean | undefined;
|
328
|
+
sqlExpression?: string | undefined;
|
329
|
+
showField?: string[] | undefined;
|
330
|
+
hideField?: string[] | undefined;
|
331
|
+
requiredField?: string[] | undefined;
|
332
|
+
notRequiredField?: string[] | undefined;
|
333
|
+
enabledField?: string[] | undefined;
|
334
|
+
disabledField?: string[] | undefined;
|
335
|
+
setValueField?: {
|
336
|
+
field?: string | undefined;
|
337
|
+
value?: unknown;
|
338
|
+
}[] | undefined;
|
339
|
+
__oppositeBindField?: any | undefined;
|
340
|
+
__oppositeTargetField?: any | undefined;
|
307
341
|
}[]>;
|
308
342
|
getSortOption: () => {
|
309
343
|
move: ({ to, from, dragged }: import("sortablejs").MoveEvent) => false | undefined;
|
@@ -317,19 +351,21 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
317
351
|
};
|
318
352
|
addItem: (formConfigItem: import("./src/types").FormConfigItem) => void;
|
319
353
|
parsedTextFormatter: import("./src/types").FormConfigTextFormatter;
|
320
|
-
currentEditField: import("vue").Ref<import("./src/types").FormConfigItem | undefined>;
|
354
|
+
currentEditField: import("vue").Ref<import("./src/types").FormConfigItem | undefined, import("./src/types").FormConfigItem | undefined>;
|
321
355
|
formConfigEditRef: import("vue").Ref<{
|
322
356
|
validate: import("../../shared/types").AnyFn;
|
357
|
+
} | undefined, {
|
358
|
+
validate: import("../../shared/types").AnyFn;
|
323
359
|
} | undefined>;
|
324
360
|
transform: (fieldList: import("./src/types").FormConfigItem[]) => import("./src/types").FormConfigItem[];
|
325
361
|
inverseTransform: (fieldList: import("./src/types").FormConfigItem[], withOriginalSetting: boolean, otherConfig?: Partial<import("./src/types").FormConfigItem> | undefined) => import("./src/types").FormConfigItem[];
|
326
|
-
extraValueRef: import("vue").WritableComputedRef<any>;
|
327
|
-
_extraOptions: import("vue").Ref<import("./src/types").FormConfigItem[]>;
|
362
|
+
extraValueRef: import("vue").WritableComputedRef<any, any>;
|
363
|
+
_extraOptions: import("vue").Ref<import("./src/types").FormConfigItem[], import("./src/types").FormConfigItem[]>;
|
328
364
|
extraOptions: import("vue").ComputedRef<import("./src/types").FormConfigItem[]>;
|
329
365
|
onFocus: () => Promise<void>;
|
330
|
-
useVersion: typeof import("../../shared/hooks").useVersion;
|
331
|
-
useFormConfigLocale: typeof import("./src/hooks/useLocale").useFormConfigLocale;
|
332
|
-
Draggable: import("vue").DefineComponent<{
|
366
|
+
readonly useVersion: typeof import("../../shared/hooks").useVersion;
|
367
|
+
readonly useFormConfigLocale: typeof import("./src/hooks/useLocale").useFormConfigLocale;
|
368
|
+
readonly Draggable: import("vue").DefineComponent<{
|
333
369
|
list: {
|
334
370
|
type: ArrayConstructor;
|
335
371
|
required: boolean;
|
@@ -401,29 +437,29 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
401
437
|
list: unknown[];
|
402
438
|
modelValue: unknown[];
|
403
439
|
componentData: Record<string, any>;
|
404
|
-
}>;
|
440
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
405
441
|
FormConfigCreator: import("vue").DefineComponent<{}, {
|
406
442
|
linebarField: import("..").FieldItem[];
|
407
|
-
linebarFormRef: import("vue").Ref<import("..").FormRenderExpose | undefined>;
|
408
|
-
lineBreakFormRef: import("vue").Ref<import("..").FormRenderExpose | undefined>;
|
443
|
+
linebarFormRef: import("vue").Ref<import("..").FormRenderExpose | undefined, import("..").FormRenderExpose | undefined>;
|
444
|
+
lineBreakFormRef: import("vue").Ref<import("..").FormRenderExpose | undefined, import("..").FormRenderExpose | undefined>;
|
409
445
|
initialData: Partial<import("./src/types").FormConfigItem>;
|
410
446
|
emit: (event: "submit", payload: import("./src/types").FormConfigItem) => void;
|
411
447
|
submit: (type: string, props?: import("../../shared/types").AnyObject | undefined, formRef?: import("..").FormRenderExpose | undefined) => Promise<void>;
|
412
|
-
pick: {
|
448
|
+
readonly pick: {
|
413
449
|
<T extends object, U extends keyof T>(object: T, ...props: import("lodash").Many<U>[]): Pick<T, U>;
|
414
450
|
<T_1>(object: T_1 | null | undefined, ...props: import("lodash").Many<import("lodash").PropertyPath>[]): Partial<T_1>;
|
415
451
|
};
|
416
|
-
NButton: any;
|
417
|
-
NButtonGroup: any;
|
418
|
-
NPopconfirm: any;
|
419
|
-
useFormConfigLocale: typeof import("./src/hooks/useLocale").useFormConfigLocale;
|
420
|
-
CFormRender: SFCWithInstall<import("vue").DefineComponent<{}, {
|
421
|
-
formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined>;
|
422
|
-
key: import("vue").Ref<number>;
|
452
|
+
readonly NButton: any;
|
453
|
+
readonly NButtonGroup: any;
|
454
|
+
readonly NPopconfirm: any;
|
455
|
+
readonly useFormConfigLocale: typeof import("./src/hooks/useLocale").useFormConfigLocale;
|
456
|
+
readonly CFormRender: SFCWithInstall<import("vue").DefineComponent<{}, {
|
457
|
+
formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined, import("..").FormRenderExpose | undefined>;
|
458
|
+
key: import("vue").Ref<number, number>;
|
423
459
|
reload: () => Promise<void>;
|
424
460
|
formRenderExposeKeyList: readonly ["validate", "getFormValues", "setFormValues", "setFieldState", "resetFields", "queryWidget", "getFieldList", "applySelectedSetting", "getTextFormValues", "optionInited", "updateAnchor"];
|
425
461
|
exposed: Partial<import("..").FormRenderExpose>;
|
426
|
-
FormRender: import("vue").DefineComponent<{
|
462
|
+
FormRender: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
427
463
|
fieldList: {
|
428
464
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
429
465
|
};
|
@@ -517,7 +553,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
517
553
|
}>>;
|
518
554
|
};
|
519
555
|
components: {
|
520
|
-
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
556
|
+
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
521
557
|
default: () => {};
|
522
558
|
};
|
523
559
|
scope: {
|
@@ -602,11 +638,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
602
638
|
type: import("vue").PropType<string[]>;
|
603
639
|
};
|
604
640
|
linebarDirection: {
|
605
|
-
type: import("vue").PropType<"
|
641
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
606
642
|
default: string;
|
607
643
|
};
|
608
644
|
linebarTextDirection: {
|
609
|
-
type: import("vue").PropType<"
|
645
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
610
646
|
default: string;
|
611
647
|
};
|
612
648
|
linebarWidth: {
|
@@ -629,9 +665,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
629
665
|
type: BooleanConstructor;
|
630
666
|
};
|
631
667
|
lazyRender: BooleanConstructor;
|
668
|
+
linebreaksToTitle: BooleanConstructor;
|
632
669
|
dialogFn: {};
|
633
|
-
}
|
634
|
-
props:
|
670
|
+
}>, {
|
671
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
635
672
|
fieldList: {
|
636
673
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
637
674
|
};
|
@@ -725,7 +762,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
725
762
|
}>>;
|
726
763
|
};
|
727
764
|
components: {
|
728
|
-
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
765
|
+
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
729
766
|
default: () => {};
|
730
767
|
};
|
731
768
|
scope: {
|
@@ -810,11 +847,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
810
847
|
type: import("vue").PropType<string[]>;
|
811
848
|
};
|
812
849
|
linebarDirection: {
|
813
|
-
type: import("vue").PropType<"
|
850
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
814
851
|
default: string;
|
815
852
|
};
|
816
853
|
linebarTextDirection: {
|
817
|
-
type: import("vue").PropType<"
|
854
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
818
855
|
default: string;
|
819
856
|
};
|
820
857
|
linebarWidth: {
|
@@ -837,20 +874,21 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
837
874
|
type: BooleanConstructor;
|
838
875
|
};
|
839
876
|
lazyRender: BooleanConstructor;
|
877
|
+
linebreaksToTitle: BooleanConstructor;
|
840
878
|
dialogFn: {};
|
841
|
-
}>> & {
|
879
|
+
}>> & Readonly<{
|
842
880
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
843
881
|
onScroll?: ((...args: any[]) => any) | undefined;
|
844
882
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
845
883
|
"onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
|
846
884
|
onLinebarChange?: ((...args: any[]) => any) | undefined;
|
847
885
|
onReady?: ((...args: any[]) => any) | undefined;
|
848
|
-
}
|
886
|
+
}> & {}>;
|
849
887
|
emit: (event: "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", ...args: any[]) => void;
|
850
888
|
cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
|
851
889
|
nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
|
852
|
-
formRenderRef: import("vue").Ref<HTMLElement | undefined>;
|
853
|
-
formWidth: import("vue").Ref<number>;
|
890
|
+
formRenderRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
891
|
+
formWidth: import("vue").Ref<number, number>;
|
854
892
|
formHeight: import("vue").ComputedRef<string>;
|
855
893
|
SchemaField: import("vue").DefineComponent<import("@formily/vue").ISchemaFieldProps>;
|
856
894
|
businessCollector: import("..").BusinessCollector;
|
@@ -863,13 +901,21 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
863
901
|
formUUID: string;
|
864
902
|
anchorBarRef: import("vue").Ref<{
|
865
903
|
syncBarPosition: import("../../shared/types").AnyFn;
|
904
|
+
} | undefined, {
|
905
|
+
syncBarPosition: import("../../shared/types").AnyFn;
|
866
906
|
} | undefined>;
|
867
|
-
currentAnchor: import("vue").WritableComputedRef<string>;
|
907
|
+
currentAnchor: import("vue").WritableComputedRef<string, string>;
|
868
908
|
updateAnchorList: (field: import("@formily/core").GeneralField) => void;
|
869
909
|
anchorIdList: import("vue").Ref<{
|
870
910
|
name: string;
|
871
911
|
title: string;
|
872
912
|
index: number;
|
913
|
+
}[], (Record<"name" | "title", string> & {
|
914
|
+
index: number;
|
915
|
+
})[] | {
|
916
|
+
name: string;
|
917
|
+
title: string;
|
918
|
+
index: number;
|
873
919
|
}[]>;
|
874
920
|
onScroll: (scrollEvent: Event) => void;
|
875
921
|
generateAnchorList: (formModel: import("@formily/core").Form<any>) => Promise<void>;
|
@@ -896,7 +942,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
896
942
|
setGraph: (field: import("@formily/core").GeneralField) => void;
|
897
943
|
removeGraph: (field: import("@formily/core").GeneralField) => void;
|
898
944
|
lowCodeEventTrigger: (field: import("@formily/core").GeneralField) => void;
|
899
|
-
emitFormChange: import("vue").Ref<boolean>;
|
945
|
+
emitFormChange: import("vue").Ref<boolean, boolean>;
|
900
946
|
formModel: import("@formily/core").Form<{
|
901
947
|
[x: string]: any;
|
902
948
|
}>;
|
@@ -973,7 +1019,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
973
1019
|
"x-read-pretty"?: boolean | undefined;
|
974
1020
|
"x-compile-omitted"?: string[] | undefined;
|
975
1021
|
}>;
|
976
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
1022
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
977
1023
|
scope: import("../../shared/types").AnyObject;
|
978
1024
|
annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
|
979
1025
|
annotationShortcuts: (string | {
|
@@ -1008,12 +1054,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
1008
1054
|
selectMode: boolean;
|
1009
1055
|
selectedFields: string[];
|
1010
1056
|
linebarWidth: string | number;
|
1011
|
-
linebarDirection: "
|
1012
|
-
linebarTextDirection: "
|
1057
|
+
linebarDirection: "vertical" | "horizontal";
|
1058
|
+
linebarTextDirection: "vertical" | "horizontal";
|
1013
1059
|
autoWidth: number | boolean;
|
1014
1060
|
feedbackType: "default" | "tooltip";
|
1015
1061
|
fixMemoLeak: boolean;
|
1016
1062
|
lazyRender: boolean;
|
1063
|
+
linebreaksToTitle: boolean;
|
1017
1064
|
dialogFn: any;
|
1018
1065
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
1019
1066
|
[key: symbol]: any;
|
@@ -1191,16 +1238,16 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
1191
1238
|
onKeydown: (event: KeyboardEvent) => Promise<void>;
|
1192
1239
|
clearSpan: (uuid: string) => void;
|
1193
1240
|
exposeEvent: Omit<import("..").FormRenderExpose, "updateAnchor" | "getFieldList" | "optionInited" | "formModel" | "reload">;
|
1194
|
-
useVersion: typeof import("../../shared/hooks").useVersion;
|
1195
|
-
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<{}>>, {}>;
|
1196
|
-
FormProvider: import("vue").DefineComponent<Record<"form", any>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Record<"form", any>>>, {
|
1241
|
+
readonly useVersion: typeof import("../../shared/hooks").useVersion;
|
1242
|
+
readonly FormConsumer: import("vue").DefineComponent<{}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1243
|
+
readonly FormProvider: import("vue").DefineComponent<Record<"form", any>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Record<"form", any>>>, {
|
1197
1244
|
form: any;
|
1198
|
-
}>;
|
1199
|
-
NConfigProvider: any;
|
1200
|
-
NForm: any;
|
1201
|
-
NTabPane: any;
|
1202
|
-
NTabs: any;
|
1203
|
-
},
|
1245
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1246
|
+
readonly NConfigProvider: any;
|
1247
|
+
readonly NForm: any;
|
1248
|
+
readonly NTabPane: any;
|
1249
|
+
readonly NTabs: any;
|
1250
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready")[], "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1204
1251
|
fieldList: {
|
1205
1252
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
1206
1253
|
};
|
@@ -1294,7 +1341,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
1294
1341
|
}>>;
|
1295
1342
|
};
|
1296
1343
|
components: {
|
1297
|
-
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
1344
|
+
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
1298
1345
|
default: () => {};
|
1299
1346
|
};
|
1300
1347
|
scope: {
|
@@ -1379,11 +1426,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
1379
1426
|
type: import("vue").PropType<string[]>;
|
1380
1427
|
};
|
1381
1428
|
linebarDirection: {
|
1382
|
-
type: import("vue").PropType<"
|
1429
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
1383
1430
|
default: string;
|
1384
1431
|
};
|
1385
1432
|
linebarTextDirection: {
|
1386
|
-
type: import("vue").PropType<"
|
1433
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
1387
1434
|
default: string;
|
1388
1435
|
};
|
1389
1436
|
linebarWidth: {
|
@@ -1406,19 +1453,20 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
1406
1453
|
type: BooleanConstructor;
|
1407
1454
|
};
|
1408
1455
|
lazyRender: BooleanConstructor;
|
1456
|
+
linebreaksToTitle: BooleanConstructor;
|
1409
1457
|
dialogFn: {};
|
1410
|
-
}>> & {
|
1458
|
+
}>> & Readonly<{
|
1411
1459
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
1412
1460
|
onScroll?: ((...args: any[]) => any) | undefined;
|
1413
1461
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
1414
1462
|
"onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
|
1415
1463
|
onLinebarChange?: ((...args: any[]) => any) | undefined;
|
1416
1464
|
onReady?: ((...args: any[]) => any) | undefined;
|
1417
|
-
}
|
1465
|
+
}>, {
|
1466
|
+
maxHeight: string | number;
|
1418
1467
|
anchor: boolean;
|
1419
1468
|
column: number;
|
1420
|
-
|
1421
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
1469
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
1422
1470
|
initialData: import("../../shared/types").AnyObject;
|
1423
1471
|
parallelism: number;
|
1424
1472
|
scope: import("../../shared/types").AnyObject;
|
@@ -1434,23 +1482,24 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
1434
1482
|
wordSplitFilter: boolean;
|
1435
1483
|
selectMode: boolean;
|
1436
1484
|
linebarWidth: string | number;
|
1437
|
-
linebarDirection: "
|
1438
|
-
linebarTextDirection: "
|
1485
|
+
linebarDirection: "vertical" | "horizontal";
|
1486
|
+
linebarTextDirection: "vertical" | "horizontal";
|
1439
1487
|
autoWidth: number | boolean;
|
1440
1488
|
feedbackType: "default" | "tooltip";
|
1441
1489
|
fixMemoLeak: boolean;
|
1442
1490
|
lazyRender: boolean;
|
1491
|
+
linebreaksToTitle: boolean;
|
1443
1492
|
nominalAge: boolean;
|
1444
1493
|
operationalFormInit: boolean;
|
1445
1494
|
incrementalRender: boolean;
|
1446
|
-
}>;
|
1447
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
1495
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1496
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
1448
1497
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
1449
1498
|
submit: (payload: import("./src/types").FormConfigItem) => import("./src/types").FormConfigItem;
|
1450
|
-
}, string, import("vue").
|
1499
|
+
}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
|
1451
1500
|
onSubmit?: ((payload: import("./src/types").FormConfigItem) => any) | undefined;
|
1452
|
-
}, {}>;
|
1453
|
-
FormConfigDragDisplay: import("vue").DefineComponent<{
|
1501
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1502
|
+
FormConfigDragDisplay: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1454
1503
|
formConfigItem: {
|
1455
1504
|
type: import("vue").PropType<import("./src/types").FormConfigItem>;
|
1456
1505
|
};
|
@@ -1458,13 +1507,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
1458
1507
|
type: import("vue").PropType<import("./src/types").FormConfigTextFormatter>;
|
1459
1508
|
required: true;
|
1460
1509
|
};
|
1461
|
-
}
|
1510
|
+
}>, {
|
1462
1511
|
globProps: import("../../shared/types").AnyObject | undefined;
|
1463
1512
|
getItemColumnStyle: (formConfigItem?: import("./src/types").FormConfigItem | undefined) => {
|
1464
1513
|
'--item-column': number;
|
1465
1514
|
};
|
1466
|
-
fieldList: import("vue").Ref<import("./src/types").FormConfigItem[]> | undefined;
|
1467
|
-
materialList: import("vue").Ref<import("./src/types").FormConfigItem[]> | undefined;
|
1515
|
+
fieldList: import("vue").Ref<import("./src/types").FormConfigItem[], import("./src/types").FormConfigItem[]> | undefined;
|
1516
|
+
materialList: import("vue").Ref<import("./src/types").FormConfigItem[], import("./src/types").FormConfigItem[]> | undefined;
|
1468
1517
|
getSortOption: (formConfigItem?: import("./src/types").FormConfigItem | undefined) => {
|
1469
1518
|
move: ({ to, from, dragged }: import("sortablejs").MoveEvent) => false | undefined;
|
1470
1519
|
onChoose: ({ target, item }: import("sortablejs").SortableEvent) => void;
|
@@ -1475,8 +1524,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
1475
1524
|
'item-key': string;
|
1476
1525
|
group: string;
|
1477
1526
|
};
|
1478
|
-
getRenderer: (formConfigItem: import("./src/types").FormConfigItem) => import("vue").Component | import("vue").FunctionalComponent<{}, {}>;
|
1479
|
-
Draggable: import("vue").DefineComponent<{
|
1527
|
+
getRenderer: (formConfigItem: import("./src/types").FormConfigItem) => import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>;
|
1528
|
+
readonly Draggable: import("vue").DefineComponent<{
|
1480
1529
|
list: {
|
1481
1530
|
type: ArrayConstructor;
|
1482
1531
|
required: boolean;
|
@@ -1548,8 +1597,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
1548
1597
|
list: unknown[];
|
1549
1598
|
modelValue: unknown[];
|
1550
1599
|
componentData: Record<string, any>;
|
1551
|
-
}>;
|
1552
|
-
},
|
1600
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1601
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1553
1602
|
formConfigItem: {
|
1554
1603
|
type: import("vue").PropType<import("./src/types").FormConfigItem>;
|
1555
1604
|
};
|
@@ -1557,8 +1606,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
1557
1606
|
type: import("vue").PropType<import("./src/types").FormConfigTextFormatter>;
|
1558
1607
|
required: true;
|
1559
1608
|
};
|
1560
|
-
}
|
1561
|
-
FormConfigEdit: import("vue").DefineComponent<{
|
1609
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1610
|
+
FormConfigEdit: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1562
1611
|
uuid: {
|
1563
1612
|
type: StringConstructor;
|
1564
1613
|
required: true;
|
@@ -1632,7 +1681,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
1632
1681
|
"x-read-pretty"?: boolean | undefined;
|
1633
1682
|
"x-compile-omitted"?: string[] | undefined;
|
1634
1683
|
}>;
|
1635
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
1684
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
1636
1685
|
scope: import("../../shared/types").AnyObject;
|
1637
1686
|
annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
|
1638
1687
|
annotationShortcuts: (string | {
|
@@ -1667,17 +1716,18 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
1667
1716
|
selectMode: boolean;
|
1668
1717
|
selectedFields: string[];
|
1669
1718
|
linebarWidth: string | number;
|
1670
|
-
linebarDirection: "
|
1671
|
-
linebarTextDirection: "
|
1719
|
+
linebarDirection: "vertical" | "horizontal";
|
1720
|
+
linebarTextDirection: "vertical" | "horizontal";
|
1672
1721
|
autoWidth: number | boolean;
|
1673
1722
|
feedbackType: "default" | "tooltip";
|
1674
1723
|
fixMemoLeak: boolean;
|
1675
1724
|
lazyRender: boolean;
|
1725
|
+
linebreaksToTitle: boolean;
|
1676
1726
|
dialogFn: any;
|
1677
1727
|
}>>>;
|
1678
1728
|
};
|
1679
|
-
}
|
1680
|
-
props:
|
1729
|
+
}>, {
|
1730
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1681
1731
|
uuid: {
|
1682
1732
|
type: StringConstructor;
|
1683
1733
|
required: true;
|
@@ -1751,7 +1801,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
1751
1801
|
"x-read-pretty"?: boolean | undefined;
|
1752
1802
|
"x-compile-omitted"?: string[] | undefined;
|
1753
1803
|
}>;
|
1754
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
1804
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
1755
1805
|
scope: import("../../shared/types").AnyObject;
|
1756
1806
|
annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
|
1757
1807
|
annotationShortcuts: (string | {
|
@@ -1786,23 +1836,24 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
1786
1836
|
selectMode: boolean;
|
1787
1837
|
selectedFields: string[];
|
1788
1838
|
linebarWidth: string | number;
|
1789
|
-
linebarDirection: "
|
1790
|
-
linebarTextDirection: "
|
1839
|
+
linebarDirection: "vertical" | "horizontal";
|
1840
|
+
linebarTextDirection: "vertical" | "horizontal";
|
1791
1841
|
autoWidth: number | boolean;
|
1792
1842
|
feedbackType: "default" | "tooltip";
|
1793
1843
|
fixMemoLeak: boolean;
|
1794
1844
|
lazyRender: boolean;
|
1845
|
+
linebreaksToTitle: boolean;
|
1795
1846
|
dialogFn: any;
|
1796
1847
|
}>>>;
|
1797
1848
|
};
|
1798
|
-
}>> & {}
|
1849
|
+
}>> & Readonly<{}> & {}>;
|
1799
1850
|
wrapperSelector: import("vue").ComputedRef<string>;
|
1800
|
-
formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined>;
|
1801
|
-
currentActiveField: import("vue").Ref<import("../../shared/types").UndefinedAble<import("./src/types").FormConfigItem>>;
|
1851
|
+
formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined, import("..").FormRenderExpose | undefined>;
|
1852
|
+
currentActiveField: import("vue").Ref<import("../../shared/types").UndefinedAble<import("./src/types").FormConfigItem>, import("../../shared/types").UndefinedAble<import("./src/types").FormConfigItem>>;
|
1802
1853
|
fieldList: import("vue").Ref<{
|
1803
1854
|
[x: string]: any;
|
1804
1855
|
val_key: string;
|
1805
|
-
html_type: "LINEBAR" | ({} & string) | "INPUT" | "
|
1856
|
+
html_type: "LINEBAR" | "SELECT" | "DATE" | ({} & string) | "INPUT" | "SEARCH" | "REMOTE_SEARCH" | "DIGITAL" | "TEXTAREA" | "LINE_BREAKS" | "INPUT_NUMBER" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
|
1806
1857
|
annotation?: boolean | undefined;
|
1807
1858
|
val_key_unit?: string | undefined;
|
1808
1859
|
is_edit?: import("..").FormCommonState | undefined;
|
@@ -1817,7 +1868,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
1817
1868
|
placeholder?: string | undefined;
|
1818
1869
|
validate?: {
|
1819
1870
|
[x: string]: any;
|
1820
|
-
obj_type?: ("
|
1871
|
+
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
1821
1872
|
vali_obj?: string | undefined;
|
1822
1873
|
max_value?: string | number | undefined;
|
1823
1874
|
min_value?: string | number | undefined;
|
@@ -1826,28 +1877,225 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
1826
1877
|
min_length?: string | number | undefined;
|
1827
1878
|
max_length?: string | number | undefined;
|
1828
1879
|
decimal_length?: string | number | undefined;
|
1829
|
-
regular_expression?: string |
|
1830
|
-
|
1831
|
-
|
1832
|
-
|
1833
|
-
|
1834
|
-
|
1835
|
-
|
1836
|
-
|
1837
|
-
|
1838
|
-
|
1839
|
-
|
1840
|
-
|
1841
|
-
|
1842
|
-
|
1843
|
-
|
1844
|
-
|
1845
|
-
|
1846
|
-
|
1847
|
-
|
1848
|
-
|
1849
|
-
|
1880
|
+
regular_expression?: string | RegExp | undefined;
|
1881
|
+
regular_error_tip?: string | undefined;
|
1882
|
+
message?: string | undefined;
|
1883
|
+
} | undefined;
|
1884
|
+
option?: {
|
1885
|
+
[x: string]: any;
|
1886
|
+
keyword?: string | undefined;
|
1887
|
+
disabled?: boolean | undefined;
|
1888
|
+
children?: any[] | undefined;
|
1889
|
+
childrenFields?: any[] | undefined;
|
1890
|
+
}[] | undefined;
|
1891
|
+
multi_select?: import("..").FormCommonState | undefined;
|
1892
|
+
multi_select_value?: string | number | undefined;
|
1893
|
+
wordbook?: {
|
1894
|
+
level_num?: number | undefined;
|
1895
|
+
id?: string | undefined;
|
1896
|
+
name?: string | undefined;
|
1897
|
+
render_key?: string[] | undefined;
|
1898
|
+
search_key?: string[] | undefined;
|
1899
|
+
value_key?: string | undefined;
|
1900
|
+
queryParams?: string[] | undefined;
|
1901
|
+
primary_key?: string | undefined;
|
1902
|
+
type?: string | undefined;
|
1903
|
+
level_key?: string | undefined;
|
1904
|
+
link_key?: string | undefined;
|
1905
|
+
link_key_split?: string | undefined;
|
1906
|
+
show_key?: string | string[] | undefined;
|
1907
|
+
conObj?: import("../../shared/types").AnyObject[] | undefined;
|
1908
|
+
conObjFirstLevel?: import("../../shared/types").AnyObject[] | undefined;
|
1909
|
+
setting?: {
|
1910
|
+
cascading?: {
|
1911
|
+
'form.name': string;
|
1912
|
+
value: string;
|
1913
|
+
}[] | undefined;
|
1914
|
+
} | undefined;
|
1915
|
+
} | undefined;
|
1916
|
+
open?: {
|
1917
|
+
value?: any;
|
1918
|
+
describe?: string | undefined;
|
1919
|
+
} | undefined;
|
1920
|
+
close?: {
|
1921
|
+
value?: any;
|
1922
|
+
describe?: string | undefined;
|
1923
|
+
} | undefined;
|
1924
|
+
requiredReminderContent?: string | undefined;
|
1925
|
+
date_format?: string | undefined;
|
1926
|
+
step_length?: string | number | undefined;
|
1927
|
+
urlConfig?: {
|
1928
|
+
[x: string]: any;
|
1929
|
+
url: string;
|
1930
|
+
method?: import("../../shared/hooks").FormRequestDefine.RequestType | undefined;
|
1931
|
+
nameKey?: string | undefined;
|
1932
|
+
valueKey?: string | undefined;
|
1933
|
+
showKey?: string | undefined;
|
1934
|
+
searchKey?: string[] | undefined;
|
1935
|
+
params?: import("../../shared/types").AnyObject | undefined;
|
1936
|
+
dependKey?: string | Record<string, string> | (string | {
|
1937
|
+
paramName: string;
|
1938
|
+
paramValue?: string | undefined;
|
1939
|
+
required?: boolean | undefined;
|
1940
|
+
keepValue?: boolean | undefined;
|
1941
|
+
})[] | undefined;
|
1942
|
+
} | undefined;
|
1943
|
+
suffixConfig?: any | any[] | undefined;
|
1944
|
+
prefixConfig?: any | any[] | undefined;
|
1945
|
+
autograph?: string | undefined;
|
1946
|
+
defined_error_msg?: string | undefined;
|
1947
|
+
extendKey?: string | undefined;
|
1948
|
+
is_not_fold?: string | undefined;
|
1949
|
+
remark?: string | undefined;
|
1950
|
+
remarkTo?: string | HTMLElement | undefined;
|
1951
|
+
free_entry?: import("..").FormCommonState | undefined;
|
1952
|
+
save_free_entry?: import("..").FormCommonState | undefined;
|
1953
|
+
initialize_high?: number | undefined;
|
1954
|
+
bindEventSetting?: {
|
1955
|
+
[x: string]: unknown;
|
1956
|
+
event_type: import("../../shared/types").LowCodeTypes.EVENT_TYPE;
|
1957
|
+
event_field?: string | undefined;
|
1958
|
+
params?: {
|
1959
|
+
p_value?: string | undefined;
|
1960
|
+
p_name: string;
|
1961
|
+
p_select: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
1962
|
+
}[] | undefined;
|
1963
|
+
results?: {
|
1964
|
+
p_value: string;
|
1965
|
+
p_name: string;
|
1966
|
+
}[] | undefined;
|
1967
|
+
compareMap?: {
|
1968
|
+
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
1969
|
+
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
1970
|
+
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
1971
|
+
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
1972
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
1973
|
+
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
1974
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
1975
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
1976
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
1977
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
1978
|
+
} | undefined;
|
1979
|
+
}[] | undefined;
|
1980
|
+
show_mode?: import("../../shared/types").LowCodeTypes.showModeType | undefined;
|
1981
|
+
is_allow_check_mid?: import("..").FormCommonState | undefined;
|
1982
|
+
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
1983
|
+
prefix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
1984
|
+
suffix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
1985
|
+
allowSlash?: string | boolean | undefined;
|
1986
|
+
allowModify?: import("..").FormCommonState | undefined;
|
1987
|
+
show_key?: string | undefined;
|
1988
|
+
whiteList?: string[] | undefined;
|
1989
|
+
bordered?: string | boolean | undefined;
|
1990
|
+
displayMode?: "form" | "table" | undefined;
|
1991
|
+
editor_title?: string | undefined;
|
1992
|
+
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
1993
|
+
linebarWidth?: string | undefined;
|
1994
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
1995
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
1996
|
+
labelColor?: string | undefined;
|
1997
|
+
fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
|
1998
|
+
confirmBeforeValueChange?: boolean | undefined;
|
1999
|
+
confirmBeforeValueChangeProps?: {
|
2000
|
+
[x: string]: any;
|
2001
|
+
content: string | ((params: {
|
2002
|
+
fieldName: string;
|
2003
|
+
newValue: any;
|
2004
|
+
oldValue: any;
|
2005
|
+
}) => any);
|
2006
|
+
updateOriginValue: boolean;
|
2007
|
+
} | undefined;
|
2008
|
+
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
2009
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2010
|
+
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2011
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2012
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2013
|
+
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2014
|
+
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2015
|
+
fieldTitleColor?: string | undefined;
|
2016
|
+
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
2017
|
+
content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
|
2018
|
+
lazyRequest?: boolean | undefined;
|
2019
|
+
requestCache?: boolean | undefined;
|
2020
|
+
maxGroupNum?: number | undefined;
|
2021
|
+
minGroupNum?: number | undefined;
|
2022
|
+
jsonCombination?: boolean | undefined;
|
2023
|
+
combinationItemDeletable?: boolean | import("..").CombinationItemDeletableFn | undefined;
|
2024
|
+
children?: any[] | undefined;
|
2025
|
+
properties?: any[] | undefined;
|
2026
|
+
componentProps?: import("../../shared/types").AnyObject | undefined;
|
2027
|
+
decoratorProps?: import("../../shared/types").AnyObject | undefined;
|
2028
|
+
noDecorator?: {
|
2029
|
+
valueOf: () => boolean;
|
2030
|
+
} | undefined;
|
2031
|
+
display?: "flex" | "grid" | undefined;
|
2032
|
+
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
2033
|
+
wrapperStyle?: Record<string, string | number> | undefined;
|
2034
|
+
childFieldStrategy?: "checked" | "all" | undefined;
|
2035
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
2036
|
+
validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
|
2037
|
+
field: import("@formily/core").Field<any, any, any, any>;
|
2038
|
+
form: import("@formily/core").Form<any>;
|
2039
|
+
value: unknown;
|
2040
|
+
validator: import("../../shared/types").AnyFn;
|
2041
|
+
}) => string | void) | undefined;
|
2042
|
+
reactions?: {
|
2043
|
+
[x: string]: any;
|
2044
|
+
dependencies?: string[] | undefined;
|
2045
|
+
target?: string | undefined;
|
2046
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
2047
|
+
when?: string | boolean | undefined;
|
2048
|
+
fulfill?: {
|
2049
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
2050
|
+
run?: string | undefined;
|
2051
|
+
} | undefined;
|
2052
|
+
otherwise?: {
|
2053
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
2054
|
+
run?: string | undefined;
|
2055
|
+
} | undefined;
|
2056
|
+
} | {
|
2057
|
+
[x: string]: any;
|
2058
|
+
dependencies?: string[] | undefined;
|
2059
|
+
target?: string | undefined;
|
2060
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
2061
|
+
when?: string | boolean | undefined;
|
2062
|
+
fulfill?: {
|
2063
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
2064
|
+
run?: string | undefined;
|
2065
|
+
} | undefined;
|
2066
|
+
otherwise?: {
|
2067
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
2068
|
+
run?: string | undefined;
|
1850
2069
|
} | undefined;
|
2070
|
+
}[] | undefined;
|
2071
|
+
}[], import("..").FieldItem[] | {
|
2072
|
+
[x: string]: any;
|
2073
|
+
val_key: string;
|
2074
|
+
html_type: "LINEBAR" | "SELECT" | "DATE" | ({} & string) | "INPUT" | "SEARCH" | "REMOTE_SEARCH" | "DIGITAL" | "TEXTAREA" | "LINE_BREAKS" | "INPUT_NUMBER" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
|
2075
|
+
annotation?: boolean | undefined;
|
2076
|
+
val_key_unit?: string | undefined;
|
2077
|
+
is_edit?: import("..").FormCommonState | undefined;
|
2078
|
+
elem_width?: string | number | undefined;
|
2079
|
+
is_show?: import("..").FormCommonState | undefined;
|
2080
|
+
is_null?: import("..").FormCommonState | undefined;
|
2081
|
+
name?: string | undefined;
|
2082
|
+
alias?: string | undefined;
|
2083
|
+
default_val?: any;
|
2084
|
+
is_empty?: import("..").FormCommonState | undefined;
|
2085
|
+
hide_title?: import("..").FormCommonState | undefined;
|
2086
|
+
placeholder?: string | undefined;
|
2087
|
+
validate?: {
|
2088
|
+
[x: string]: any;
|
2089
|
+
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
2090
|
+
vali_obj?: string | undefined;
|
2091
|
+
max_value?: string | number | undefined;
|
2092
|
+
min_value?: string | number | undefined;
|
2093
|
+
min_date?: string | undefined;
|
2094
|
+
max_date?: string | undefined;
|
2095
|
+
min_length?: string | number | undefined;
|
2096
|
+
max_length?: string | number | undefined;
|
2097
|
+
decimal_length?: string | number | undefined;
|
2098
|
+
regular_expression?: string | RegExp | undefined;
|
1851
2099
|
regular_error_tip?: string | undefined;
|
1852
2100
|
message?: string | undefined;
|
1853
2101
|
} | undefined;
|
@@ -1961,8 +2209,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
1961
2209
|
editor_title?: string | undefined;
|
1962
2210
|
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
1963
2211
|
linebarWidth?: string | undefined;
|
1964
|
-
linebarDirection?: "
|
1965
|
-
linebarTextDirection?: "
|
2212
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
2213
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
1966
2214
|
labelColor?: string | undefined;
|
1967
2215
|
fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
|
1968
2216
|
confirmBeforeValueChange?: boolean | undefined;
|
@@ -1976,10 +2224,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
1976
2224
|
updateOriginValue: boolean;
|
1977
2225
|
} | undefined;
|
1978
2226
|
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
1979
|
-
unit?: ("
|
2227
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
1980
2228
|
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
1981
|
-
max_date_unit?: ("
|
1982
|
-
min_date_unit?: ("
|
2229
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2230
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
1983
2231
|
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
1984
2232
|
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
1985
2233
|
fieldTitleColor?: string | undefined;
|
@@ -2002,7 +2250,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
2002
2250
|
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
2003
2251
|
wrapperStyle?: Record<string, string | number> | undefined;
|
2004
2252
|
childFieldStrategy?: "checked" | "all" | undefined;
|
2005
|
-
childWidthMode?: "
|
2253
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
2006
2254
|
validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
|
2007
2255
|
field: import("@formily/core").Field<any, any, any, any>;
|
2008
2256
|
form: import("@formily/core").Form<any>;
|
@@ -2081,7 +2329,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
2081
2329
|
originalSetting?: {
|
2082
2330
|
[x: string]: any;
|
2083
2331
|
val_key: string;
|
2084
|
-
html_type: "LINEBAR" | ({} & string) | "INPUT" | "
|
2332
|
+
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";
|
2085
2333
|
annotation?: boolean | undefined;
|
2086
2334
|
val_key_unit?: string | undefined;
|
2087
2335
|
is_edit?: import("..").FormCommonState | undefined;
|
@@ -2096,7 +2344,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
2096
2344
|
placeholder?: string | undefined;
|
2097
2345
|
validate?: {
|
2098
2346
|
[x: string]: any;
|
2099
|
-
obj_type?: ("
|
2347
|
+
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
2100
2348
|
vali_obj?: string | undefined;
|
2101
2349
|
max_value?: string | number | undefined;
|
2102
2350
|
min_value?: string | number | undefined;
|
@@ -2105,28 +2353,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
2105
2353
|
min_length?: string | number | undefined;
|
2106
2354
|
max_length?: string | number | undefined;
|
2107
2355
|
decimal_length?: string | number | undefined;
|
2108
|
-
regular_expression?: string |
|
2109
|
-
exec: (string: string) => RegExpExecArray | null;
|
2110
|
-
test: (string: string) => boolean;
|
2111
|
-
readonly source: string;
|
2112
|
-
readonly global: boolean;
|
2113
|
-
readonly ignoreCase: boolean;
|
2114
|
-
readonly multiline: boolean;
|
2115
|
-
lastIndex: number;
|
2116
|
-
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
2117
|
-
readonly flags: string;
|
2118
|
-
readonly sticky: boolean;
|
2119
|
-
readonly unicode: boolean;
|
2120
|
-
readonly dotAll: boolean;
|
2121
|
-
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
2122
|
-
[Symbol.replace]: {
|
2123
|
-
(string: string, replaceValue: string): string;
|
2124
|
-
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
2125
|
-
};
|
2126
|
-
[Symbol.search]: (string: string) => number;
|
2127
|
-
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
2128
|
-
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
2129
|
-
} | undefined;
|
2356
|
+
regular_expression?: string | RegExp | undefined;
|
2130
2357
|
regular_error_tip?: string | undefined;
|
2131
2358
|
message?: string | undefined;
|
2132
2359
|
} | undefined;
|
@@ -2189,147 +2416,964 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
2189
2416
|
keepValue?: boolean | undefined;
|
2190
2417
|
})[] | undefined;
|
2191
2418
|
} | undefined;
|
2192
|
-
suffixConfig?: any | any[] | undefined;
|
2193
|
-
prefixConfig?: any | any[] | undefined;
|
2194
|
-
autograph?: string | undefined;
|
2195
|
-
defined_error_msg?: string | undefined;
|
2196
|
-
extendKey?: string | undefined;
|
2197
|
-
is_not_fold?: string | undefined;
|
2198
|
-
remark?: string | undefined;
|
2199
|
-
remarkTo?: string | HTMLElement | undefined;
|
2200
|
-
free_entry?: import("..").FormCommonState | undefined;
|
2201
|
-
save_free_entry?: import("..").FormCommonState | undefined;
|
2202
|
-
initialize_high?: number | undefined;
|
2203
|
-
bindEventSetting?: {
|
2204
|
-
[x: string]: unknown;
|
2205
|
-
event_type: import("../../shared/types").LowCodeTypes.EVENT_TYPE;
|
2206
|
-
event_field?: string | undefined;
|
2207
|
-
params?: {
|
2208
|
-
p_value?: string | undefined;
|
2209
|
-
p_name: string;
|
2210
|
-
p_select: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
2211
|
-
}[] | undefined;
|
2212
|
-
results?: {
|
2213
|
-
p_value: string;
|
2214
|
-
p_name: string;
|
2215
|
-
}[] | undefined;
|
2216
|
-
compareMap?: {
|
2217
|
-
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
2218
|
-
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2219
|
-
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
2220
|
-
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
2221
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2222
|
-
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2223
|
-
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
2224
|
-
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
2225
|
-
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2226
|
-
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
2227
|
-
} | undefined;
|
2228
|
-
}[] | undefined;
|
2229
|
-
show_mode?: import("../../shared/types").LowCodeTypes.showModeType | undefined;
|
2230
|
-
is_allow_check_mid?: import("..").FormCommonState | undefined;
|
2231
|
-
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
2232
|
-
prefix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
2233
|
-
suffix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
2234
|
-
allowSlash?: string | boolean | undefined;
|
2235
|
-
allowModify?: import("..").FormCommonState | undefined;
|
2236
|
-
show_key?: string | undefined;
|
2237
|
-
whiteList?: string[] | undefined;
|
2238
|
-
bordered?: string | boolean | undefined;
|
2239
|
-
displayMode?: "form" | "table" | undefined;
|
2240
|
-
editor_title?: string | undefined;
|
2241
|
-
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
2242
|
-
linebarWidth?: string | undefined;
|
2243
|
-
linebarDirection?: "
|
2244
|
-
linebarTextDirection?: "
|
2245
|
-
labelColor?: string | undefined;
|
2246
|
-
fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
|
2247
|
-
confirmBeforeValueChange?: boolean | undefined;
|
2248
|
-
confirmBeforeValueChangeProps?: {
|
2249
|
-
[x: string]: any;
|
2250
|
-
content: string | ((params: {
|
2251
|
-
fieldName: string;
|
2252
|
-
newValue: any;
|
2253
|
-
oldValue: any;
|
2254
|
-
}) => any);
|
2255
|
-
updateOriginValue: boolean;
|
2419
|
+
suffixConfig?: any | any[] | undefined;
|
2420
|
+
prefixConfig?: any | any[] | undefined;
|
2421
|
+
autograph?: string | undefined;
|
2422
|
+
defined_error_msg?: string | undefined;
|
2423
|
+
extendKey?: string | undefined;
|
2424
|
+
is_not_fold?: string | undefined;
|
2425
|
+
remark?: string | undefined;
|
2426
|
+
remarkTo?: string | HTMLElement | undefined;
|
2427
|
+
free_entry?: import("..").FormCommonState | undefined;
|
2428
|
+
save_free_entry?: import("..").FormCommonState | undefined;
|
2429
|
+
initialize_high?: number | undefined;
|
2430
|
+
bindEventSetting?: {
|
2431
|
+
[x: string]: unknown;
|
2432
|
+
event_type: import("../../shared/types").LowCodeTypes.EVENT_TYPE;
|
2433
|
+
event_field?: string | undefined;
|
2434
|
+
params?: {
|
2435
|
+
p_value?: string | undefined;
|
2436
|
+
p_name: string;
|
2437
|
+
p_select: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
2438
|
+
}[] | undefined;
|
2439
|
+
results?: {
|
2440
|
+
p_value: string;
|
2441
|
+
p_name: string;
|
2442
|
+
}[] | undefined;
|
2443
|
+
compareMap?: {
|
2444
|
+
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
2445
|
+
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2446
|
+
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
2447
|
+
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
2448
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2449
|
+
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2450
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
2451
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
2452
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2453
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
2454
|
+
} | undefined;
|
2455
|
+
}[] | undefined;
|
2456
|
+
show_mode?: import("../../shared/types").LowCodeTypes.showModeType | undefined;
|
2457
|
+
is_allow_check_mid?: import("..").FormCommonState | undefined;
|
2458
|
+
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
2459
|
+
prefix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
2460
|
+
suffix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
2461
|
+
allowSlash?: string | boolean | undefined;
|
2462
|
+
allowModify?: import("..").FormCommonState | undefined;
|
2463
|
+
show_key?: string | undefined;
|
2464
|
+
whiteList?: string[] | undefined;
|
2465
|
+
bordered?: string | boolean | undefined;
|
2466
|
+
displayMode?: "form" | "table" | undefined;
|
2467
|
+
editor_title?: string | undefined;
|
2468
|
+
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
2469
|
+
linebarWidth?: string | undefined;
|
2470
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
2471
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
2472
|
+
labelColor?: string | undefined;
|
2473
|
+
fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
|
2474
|
+
confirmBeforeValueChange?: boolean | undefined;
|
2475
|
+
confirmBeforeValueChangeProps?: {
|
2476
|
+
[x: string]: any;
|
2477
|
+
content: string | ((params: {
|
2478
|
+
fieldName: string;
|
2479
|
+
newValue: any;
|
2480
|
+
oldValue: any;
|
2481
|
+
}) => any);
|
2482
|
+
updateOriginValue: boolean;
|
2483
|
+
} | undefined;
|
2484
|
+
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
2485
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2486
|
+
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2487
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2488
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2489
|
+
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2490
|
+
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2491
|
+
fieldTitleColor?: string | undefined;
|
2492
|
+
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
2493
|
+
content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
|
2494
|
+
lazyRequest?: boolean | undefined;
|
2495
|
+
requestCache?: boolean | undefined;
|
2496
|
+
maxGroupNum?: number | undefined;
|
2497
|
+
minGroupNum?: number | undefined;
|
2498
|
+
jsonCombination?: boolean | undefined;
|
2499
|
+
combinationItemDeletable?: boolean | import("..").CombinationItemDeletableFn | undefined;
|
2500
|
+
children?: any[] | undefined;
|
2501
|
+
properties?: any[] | undefined;
|
2502
|
+
componentProps?: import("../../shared/types").AnyObject | undefined;
|
2503
|
+
decoratorProps?: import("../../shared/types").AnyObject | undefined;
|
2504
|
+
noDecorator?: {
|
2505
|
+
valueOf: () => boolean;
|
2506
|
+
} | undefined;
|
2507
|
+
display?: "flex" | "grid" | undefined;
|
2508
|
+
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
2509
|
+
wrapperStyle?: Record<string, string | number> | undefined;
|
2510
|
+
childFieldStrategy?: "checked" | "all" | undefined;
|
2511
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
2512
|
+
validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
|
2513
|
+
field: import("@formily/core").Field<any, any, any, any>;
|
2514
|
+
form: import("@formily/core").Form<any>;
|
2515
|
+
value: unknown;
|
2516
|
+
validator: import("../../shared/types").AnyFn;
|
2517
|
+
}) => string | void) | undefined;
|
2518
|
+
reactions?: {
|
2519
|
+
[x: string]: any;
|
2520
|
+
dependencies?: string[] | undefined;
|
2521
|
+
target?: string | undefined;
|
2522
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
2523
|
+
when?: string | boolean | undefined;
|
2524
|
+
fulfill?: {
|
2525
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
2526
|
+
run?: string | undefined;
|
2527
|
+
} | undefined;
|
2528
|
+
otherwise?: {
|
2529
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
2530
|
+
run?: string | undefined;
|
2531
|
+
} | undefined;
|
2532
|
+
} | {
|
2533
|
+
[x: string]: any;
|
2534
|
+
dependencies?: string[] | undefined;
|
2535
|
+
target?: string | undefined;
|
2536
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
2537
|
+
when?: string | boolean | undefined;
|
2538
|
+
fulfill?: {
|
2539
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
2540
|
+
run?: string | undefined;
|
2541
|
+
} | undefined;
|
2542
|
+
otherwise?: {
|
2543
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
2544
|
+
run?: string | undefined;
|
2545
|
+
} | undefined;
|
2546
|
+
}[] | undefined;
|
2547
|
+
} | undefined;
|
2548
|
+
optionAliasList?: {
|
2549
|
+
text: string;
|
2550
|
+
value: string;
|
2551
|
+
}[] | undefined;
|
2552
|
+
elementExtraSetting?: {
|
2553
|
+
allowPartial?: boolean | undefined;
|
2554
|
+
partialLevel?: number | undefined;
|
2555
|
+
maxLevel?: number | undefined;
|
2556
|
+
dateFormat?: string | undefined;
|
2557
|
+
defaultValue?: {
|
2558
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
2559
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
2560
|
+
value: string;
|
2561
|
+
} | undefined;
|
2562
|
+
minValue?: {
|
2563
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
2564
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
2565
|
+
value: string;
|
2566
|
+
} | undefined;
|
2567
|
+
maxValue?: {
|
2568
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
2569
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
2570
|
+
value: string;
|
2571
|
+
} | undefined;
|
2572
|
+
} | undefined;
|
2573
|
+
__new?: boolean | undefined;
|
2574
|
+
__isCombinationChild?: boolean | undefined;
|
2575
|
+
__extra?: boolean | undefined;
|
2576
|
+
}[] | undefined;
|
2577
|
+
originalSetting?: {
|
2578
|
+
[x: string]: any;
|
2579
|
+
val_key: string;
|
2580
|
+
html_type: "LINEBAR" | "SELECT" | "DATE" | ({} & string) | "INPUT" | "SEARCH" | "REMOTE_SEARCH" | "DIGITAL" | "TEXTAREA" | "LINE_BREAKS" | "INPUT_NUMBER" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
|
2581
|
+
annotation?: boolean | undefined;
|
2582
|
+
val_key_unit?: string | undefined;
|
2583
|
+
is_edit?: import("..").FormCommonState | undefined;
|
2584
|
+
elem_width?: string | number | undefined;
|
2585
|
+
is_show?: import("..").FormCommonState | undefined;
|
2586
|
+
is_null?: import("..").FormCommonState | undefined;
|
2587
|
+
name?: string | undefined;
|
2588
|
+
alias?: string | undefined;
|
2589
|
+
default_val?: any;
|
2590
|
+
is_empty?: import("..").FormCommonState | undefined;
|
2591
|
+
hide_title?: import("..").FormCommonState | undefined;
|
2592
|
+
placeholder?: string | undefined;
|
2593
|
+
validate?: {
|
2594
|
+
[x: string]: any;
|
2595
|
+
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
2596
|
+
vali_obj?: string | undefined;
|
2597
|
+
max_value?: string | number | undefined;
|
2598
|
+
min_value?: string | number | undefined;
|
2599
|
+
min_date?: string | undefined;
|
2600
|
+
max_date?: string | undefined;
|
2601
|
+
min_length?: string | number | undefined;
|
2602
|
+
max_length?: string | number | undefined;
|
2603
|
+
decimal_length?: string | number | undefined;
|
2604
|
+
regular_expression?: string | RegExp | undefined;
|
2605
|
+
regular_error_tip?: string | undefined;
|
2606
|
+
message?: string | undefined;
|
2607
|
+
} | undefined;
|
2608
|
+
option?: {
|
2609
|
+
[x: string]: any;
|
2610
|
+
keyword?: string | undefined;
|
2611
|
+
disabled?: boolean | undefined;
|
2612
|
+
children?: any[] | undefined;
|
2613
|
+
childrenFields?: any[] | undefined;
|
2614
|
+
}[] | undefined;
|
2615
|
+
multi_select?: import("..").FormCommonState | undefined;
|
2616
|
+
multi_select_value?: string | number | undefined;
|
2617
|
+
wordbook?: {
|
2618
|
+
level_num?: number | undefined;
|
2619
|
+
id?: string | undefined;
|
2620
|
+
name?: string | undefined;
|
2621
|
+
render_key?: string[] | undefined;
|
2622
|
+
search_key?: string[] | undefined;
|
2623
|
+
value_key?: string | undefined;
|
2624
|
+
queryParams?: string[] | undefined;
|
2625
|
+
primary_key?: string | undefined;
|
2626
|
+
type?: string | undefined;
|
2627
|
+
level_key?: string | undefined;
|
2628
|
+
link_key?: string | undefined;
|
2629
|
+
link_key_split?: string | undefined;
|
2630
|
+
show_key?: string | string[] | undefined;
|
2631
|
+
conObj?: import("../../shared/types").AnyObject[] | undefined;
|
2632
|
+
conObjFirstLevel?: import("../../shared/types").AnyObject[] | undefined;
|
2633
|
+
setting?: {
|
2634
|
+
cascading?: {
|
2635
|
+
'form.name': string;
|
2636
|
+
value: string;
|
2637
|
+
}[] | undefined;
|
2638
|
+
} | undefined;
|
2639
|
+
} | undefined;
|
2640
|
+
open?: {
|
2641
|
+
value?: any;
|
2642
|
+
describe?: string | undefined;
|
2643
|
+
} | undefined;
|
2644
|
+
close?: {
|
2645
|
+
value?: any;
|
2646
|
+
describe?: string | undefined;
|
2647
|
+
} | undefined;
|
2648
|
+
requiredReminderContent?: string | undefined;
|
2649
|
+
date_format?: string | undefined;
|
2650
|
+
step_length?: string | number | undefined;
|
2651
|
+
urlConfig?: {
|
2652
|
+
[x: string]: any;
|
2653
|
+
url: string;
|
2654
|
+
method?: import("../../shared/hooks").FormRequestDefine.RequestType | undefined;
|
2655
|
+
nameKey?: string | undefined;
|
2656
|
+
valueKey?: string | undefined;
|
2657
|
+
showKey?: string | undefined;
|
2658
|
+
searchKey?: string[] | undefined;
|
2659
|
+
params?: import("../../shared/types").AnyObject | undefined;
|
2660
|
+
dependKey?: string | Record<string, string> | (string | {
|
2661
|
+
paramName: string;
|
2662
|
+
paramValue?: string | undefined;
|
2663
|
+
required?: boolean | undefined;
|
2664
|
+
keepValue?: boolean | undefined;
|
2665
|
+
})[] | undefined;
|
2666
|
+
} | undefined;
|
2667
|
+
suffixConfig?: any | any[] | undefined;
|
2668
|
+
prefixConfig?: any | any[] | undefined;
|
2669
|
+
autograph?: string | undefined;
|
2670
|
+
defined_error_msg?: string | undefined;
|
2671
|
+
extendKey?: string | undefined;
|
2672
|
+
is_not_fold?: string | undefined;
|
2673
|
+
remark?: string | undefined;
|
2674
|
+
remarkTo?: string | HTMLElement | undefined;
|
2675
|
+
free_entry?: import("..").FormCommonState | undefined;
|
2676
|
+
save_free_entry?: import("..").FormCommonState | undefined;
|
2677
|
+
initialize_high?: number | undefined;
|
2678
|
+
bindEventSetting?: {
|
2679
|
+
[x: string]: unknown;
|
2680
|
+
event_type: import("../../shared/types").LowCodeTypes.EVENT_TYPE;
|
2681
|
+
event_field?: string | undefined;
|
2682
|
+
params?: {
|
2683
|
+
p_value?: string | undefined;
|
2684
|
+
p_name: string;
|
2685
|
+
p_select: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
2686
|
+
}[] | undefined;
|
2687
|
+
results?: {
|
2688
|
+
p_value: string;
|
2689
|
+
p_name: string;
|
2690
|
+
}[] | undefined;
|
2691
|
+
compareMap?: {
|
2692
|
+
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
2693
|
+
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2694
|
+
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
2695
|
+
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
2696
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2697
|
+
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2698
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
2699
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
2700
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2701
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
2702
|
+
} | undefined;
|
2703
|
+
}[] | undefined;
|
2704
|
+
show_mode?: import("../../shared/types").LowCodeTypes.showModeType | undefined;
|
2705
|
+
is_allow_check_mid?: import("..").FormCommonState | undefined;
|
2706
|
+
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
2707
|
+
prefix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
2708
|
+
suffix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
2709
|
+
allowSlash?: string | boolean | undefined;
|
2710
|
+
allowModify?: import("..").FormCommonState | undefined;
|
2711
|
+
show_key?: string | undefined;
|
2712
|
+
whiteList?: string[] | undefined;
|
2713
|
+
bordered?: string | boolean | undefined;
|
2714
|
+
displayMode?: "form" | "table" | undefined;
|
2715
|
+
editor_title?: string | undefined;
|
2716
|
+
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
2717
|
+
linebarWidth?: string | undefined;
|
2718
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
2719
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
2720
|
+
labelColor?: string | undefined;
|
2721
|
+
fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
|
2722
|
+
confirmBeforeValueChange?: boolean | undefined;
|
2723
|
+
confirmBeforeValueChangeProps?: {
|
2724
|
+
[x: string]: any;
|
2725
|
+
content: string | ((params: {
|
2726
|
+
fieldName: string;
|
2727
|
+
newValue: any;
|
2728
|
+
oldValue: any;
|
2729
|
+
}) => any);
|
2730
|
+
updateOriginValue: boolean;
|
2731
|
+
} | undefined;
|
2732
|
+
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
2733
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2734
|
+
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2735
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2736
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2737
|
+
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2738
|
+
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2739
|
+
fieldTitleColor?: string | undefined;
|
2740
|
+
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
2741
|
+
content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
|
2742
|
+
lazyRequest?: boolean | undefined;
|
2743
|
+
requestCache?: boolean | undefined;
|
2744
|
+
maxGroupNum?: number | undefined;
|
2745
|
+
minGroupNum?: number | undefined;
|
2746
|
+
jsonCombination?: boolean | undefined;
|
2747
|
+
combinationItemDeletable?: boolean | import("..").CombinationItemDeletableFn | undefined;
|
2748
|
+
children?: any[] | undefined;
|
2749
|
+
properties?: any[] | undefined;
|
2750
|
+
componentProps?: import("../../shared/types").AnyObject | undefined;
|
2751
|
+
decoratorProps?: import("../../shared/types").AnyObject | undefined;
|
2752
|
+
noDecorator?: {
|
2753
|
+
valueOf: () => boolean;
|
2754
|
+
} | undefined;
|
2755
|
+
display?: "flex" | "grid" | undefined;
|
2756
|
+
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
2757
|
+
wrapperStyle?: Record<string, string | number> | undefined;
|
2758
|
+
childFieldStrategy?: "checked" | "all" | undefined;
|
2759
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
2760
|
+
validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
|
2761
|
+
field: import("@formily/core").Field<any, any, any, any>;
|
2762
|
+
form: import("@formily/core").Form<any>;
|
2763
|
+
value: unknown;
|
2764
|
+
validator: import("../../shared/types").AnyFn;
|
2765
|
+
}) => string | void) | undefined;
|
2766
|
+
reactions?: {
|
2767
|
+
[x: string]: any;
|
2768
|
+
dependencies?: string[] | undefined;
|
2769
|
+
target?: string | undefined;
|
2770
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
2771
|
+
when?: string | boolean | undefined;
|
2772
|
+
fulfill?: {
|
2773
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
2774
|
+
run?: string | undefined;
|
2775
|
+
} | undefined;
|
2776
|
+
otherwise?: {
|
2777
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
2778
|
+
run?: string | undefined;
|
2779
|
+
} | undefined;
|
2780
|
+
} | {
|
2781
|
+
[x: string]: any;
|
2782
|
+
dependencies?: string[] | undefined;
|
2783
|
+
target?: string | undefined;
|
2784
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
2785
|
+
when?: string | boolean | undefined;
|
2786
|
+
fulfill?: {
|
2787
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
2788
|
+
run?: string | undefined;
|
2789
|
+
} | undefined;
|
2790
|
+
otherwise?: {
|
2791
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
2792
|
+
run?: string | undefined;
|
2793
|
+
} | undefined;
|
2794
|
+
}[] | undefined;
|
2795
|
+
} | undefined;
|
2796
|
+
optionAliasList?: {
|
2797
|
+
text: string;
|
2798
|
+
value: string;
|
2799
|
+
}[] | undefined;
|
2800
|
+
elementExtraSetting?: {
|
2801
|
+
allowPartial?: boolean | undefined;
|
2802
|
+
partialLevel?: number | undefined;
|
2803
|
+
maxLevel?: number | undefined;
|
2804
|
+
dateFormat?: string | undefined;
|
2805
|
+
defaultValue?: {
|
2806
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
2807
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
2808
|
+
value: string;
|
2809
|
+
} | undefined;
|
2810
|
+
minValue?: {
|
2811
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
2812
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
2813
|
+
value: string;
|
2814
|
+
} | undefined;
|
2815
|
+
maxValue?: {
|
2816
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
2817
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
2818
|
+
value: string;
|
2819
|
+
} | undefined;
|
2820
|
+
} | undefined;
|
2821
|
+
__new?: boolean | undefined;
|
2822
|
+
__isCombinationChild?: boolean | undefined;
|
2823
|
+
__extra?: boolean | undefined;
|
2824
|
+
}, Partial<import("./src/types").FormConfigItem> | {
|
2825
|
+
key?: string | undefined;
|
2826
|
+
layoutWidthEnum?: import("./src/types").FormConfigWidth | undefined;
|
2827
|
+
type?: string | undefined;
|
2828
|
+
name?: string | undefined;
|
2829
|
+
alias?: string | undefined;
|
2830
|
+
show?: boolean | undefined;
|
2831
|
+
defaultValue?: any;
|
2832
|
+
defaultExpand?: boolean | undefined;
|
2833
|
+
fold?: boolean | undefined;
|
2834
|
+
required?: boolean | undefined;
|
2835
|
+
requiredDisabled?: boolean | undefined;
|
2836
|
+
requiredReminderContent?: string | undefined;
|
2837
|
+
editableDisabled?: boolean | undefined;
|
2838
|
+
editable?: boolean | undefined;
|
2839
|
+
confirmBeforeValueChange?: boolean | undefined;
|
2840
|
+
fieldTitleRed?: boolean | undefined;
|
2841
|
+
notes?: string | undefined;
|
2842
|
+
desc?: string | undefined;
|
2843
|
+
children?: {
|
2844
|
+
key: string;
|
2845
|
+
layoutWidthEnum: import("./src/types").FormConfigWidth;
|
2846
|
+
type: string;
|
2847
|
+
name: string;
|
2848
|
+
alias?: string | undefined;
|
2849
|
+
show?: boolean | undefined;
|
2850
|
+
defaultValue?: any;
|
2851
|
+
defaultExpand?: boolean | undefined;
|
2852
|
+
fold?: boolean | undefined;
|
2853
|
+
required?: boolean | undefined;
|
2854
|
+
requiredDisabled?: boolean | undefined;
|
2855
|
+
requiredReminderContent?: string | undefined;
|
2856
|
+
editableDisabled?: boolean | undefined;
|
2857
|
+
editable?: boolean | undefined;
|
2858
|
+
confirmBeforeValueChange?: boolean | undefined;
|
2859
|
+
fieldTitleRed?: boolean | undefined;
|
2860
|
+
notes?: string | undefined;
|
2861
|
+
desc?: string | undefined;
|
2862
|
+
children?: any[] | undefined;
|
2863
|
+
originalSetting?: {
|
2864
|
+
[x: string]: any;
|
2865
|
+
val_key: string;
|
2866
|
+
html_type: "LINEBAR" | "SELECT" | "DATE" | ({} & string) | "INPUT" | "SEARCH" | "REMOTE_SEARCH" | "DIGITAL" | "TEXTAREA" | "LINE_BREAKS" | "INPUT_NUMBER" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
|
2867
|
+
annotation?: boolean | undefined;
|
2868
|
+
val_key_unit?: string | undefined;
|
2869
|
+
is_edit?: import("..").FormCommonState | undefined;
|
2870
|
+
elem_width?: string | number | undefined;
|
2871
|
+
is_show?: import("..").FormCommonState | undefined;
|
2872
|
+
is_null?: import("..").FormCommonState | undefined;
|
2873
|
+
name?: string | undefined;
|
2874
|
+
alias?: string | undefined;
|
2875
|
+
default_val?: any;
|
2876
|
+
is_empty?: import("..").FormCommonState | undefined;
|
2877
|
+
hide_title?: import("..").FormCommonState | undefined;
|
2878
|
+
placeholder?: string | undefined;
|
2879
|
+
validate?: {
|
2880
|
+
[x: string]: any;
|
2881
|
+
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
2882
|
+
vali_obj?: string | undefined;
|
2883
|
+
max_value?: string | number | undefined;
|
2884
|
+
min_value?: string | number | undefined;
|
2885
|
+
min_date?: string | undefined;
|
2886
|
+
max_date?: string | undefined;
|
2887
|
+
min_length?: string | number | undefined;
|
2888
|
+
max_length?: string | number | undefined;
|
2889
|
+
decimal_length?: string | number | undefined;
|
2890
|
+
regular_expression?: string | RegExp | undefined;
|
2891
|
+
regular_error_tip?: string | undefined;
|
2892
|
+
message?: string | undefined;
|
2893
|
+
} | undefined;
|
2894
|
+
option?: {
|
2895
|
+
[x: string]: any;
|
2896
|
+
keyword?: string | undefined;
|
2897
|
+
disabled?: boolean | undefined;
|
2898
|
+
children?: any[] | undefined;
|
2899
|
+
childrenFields?: any[] | undefined;
|
2900
|
+
}[] | undefined;
|
2901
|
+
multi_select?: import("..").FormCommonState | undefined;
|
2902
|
+
multi_select_value?: string | number | undefined;
|
2903
|
+
wordbook?: {
|
2904
|
+
level_num?: number | undefined;
|
2905
|
+
id?: string | undefined;
|
2906
|
+
name?: string | undefined;
|
2907
|
+
render_key?: string[] | undefined;
|
2908
|
+
search_key?: string[] | undefined;
|
2909
|
+
value_key?: string | undefined;
|
2910
|
+
queryParams?: string[] | undefined;
|
2911
|
+
primary_key?: string | undefined;
|
2912
|
+
type?: string | undefined;
|
2913
|
+
level_key?: string | undefined;
|
2914
|
+
link_key?: string | undefined;
|
2915
|
+
link_key_split?: string | undefined;
|
2916
|
+
show_key?: string | string[] | undefined;
|
2917
|
+
conObj?: import("../../shared/types").AnyObject[] | undefined;
|
2918
|
+
conObjFirstLevel?: import("../../shared/types").AnyObject[] | undefined;
|
2919
|
+
setting?: {
|
2920
|
+
cascading?: {
|
2921
|
+
'form.name': string;
|
2922
|
+
value: string;
|
2923
|
+
}[] | undefined;
|
2924
|
+
} | undefined;
|
2925
|
+
} | undefined;
|
2926
|
+
open?: {
|
2927
|
+
value?: any;
|
2928
|
+
describe?: string | undefined;
|
2929
|
+
} | undefined;
|
2930
|
+
close?: {
|
2931
|
+
value?: any;
|
2932
|
+
describe?: string | undefined;
|
2933
|
+
} | undefined;
|
2934
|
+
requiredReminderContent?: string | undefined;
|
2935
|
+
date_format?: string | undefined;
|
2936
|
+
step_length?: string | number | undefined;
|
2937
|
+
urlConfig?: {
|
2938
|
+
[x: string]: any;
|
2939
|
+
url: string;
|
2940
|
+
method?: import("../../shared/hooks").FormRequestDefine.RequestType | undefined;
|
2941
|
+
nameKey?: string | undefined;
|
2942
|
+
valueKey?: string | undefined;
|
2943
|
+
showKey?: string | undefined;
|
2944
|
+
searchKey?: string[] | undefined;
|
2945
|
+
params?: import("../../shared/types").AnyObject | undefined;
|
2946
|
+
dependKey?: string | Record<string, string> | (string | {
|
2947
|
+
paramName: string;
|
2948
|
+
paramValue?: string | undefined;
|
2949
|
+
required?: boolean | undefined;
|
2950
|
+
keepValue?: boolean | undefined;
|
2951
|
+
})[] | undefined;
|
2952
|
+
} | undefined;
|
2953
|
+
suffixConfig?: any | any[] | undefined;
|
2954
|
+
prefixConfig?: any | any[] | undefined;
|
2955
|
+
autograph?: string | undefined;
|
2956
|
+
defined_error_msg?: string | undefined;
|
2957
|
+
extendKey?: string | undefined;
|
2958
|
+
is_not_fold?: string | undefined;
|
2959
|
+
remark?: string | undefined;
|
2960
|
+
remarkTo?: string | HTMLElement | undefined;
|
2961
|
+
free_entry?: import("..").FormCommonState | undefined;
|
2962
|
+
save_free_entry?: import("..").FormCommonState | undefined;
|
2963
|
+
initialize_high?: number | undefined;
|
2964
|
+
bindEventSetting?: {
|
2965
|
+
[x: string]: unknown;
|
2966
|
+
event_type: import("../../shared/types").LowCodeTypes.EVENT_TYPE;
|
2967
|
+
event_field?: string | undefined;
|
2968
|
+
params?: {
|
2969
|
+
p_value?: string | undefined;
|
2970
|
+
p_name: string;
|
2971
|
+
p_select: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
2972
|
+
}[] | undefined;
|
2973
|
+
results?: {
|
2974
|
+
p_value: string;
|
2975
|
+
p_name: string;
|
2976
|
+
}[] | undefined;
|
2977
|
+
compareMap?: {
|
2978
|
+
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
2979
|
+
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2980
|
+
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
2981
|
+
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
2982
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2983
|
+
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2984
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
2985
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
2986
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2987
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
2988
|
+
} | undefined;
|
2989
|
+
}[] | undefined;
|
2990
|
+
show_mode?: import("../../shared/types").LowCodeTypes.showModeType | undefined;
|
2991
|
+
is_allow_check_mid?: import("..").FormCommonState | undefined;
|
2992
|
+
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
2993
|
+
prefix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
2994
|
+
suffix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
2995
|
+
allowSlash?: string | boolean | undefined;
|
2996
|
+
allowModify?: import("..").FormCommonState | undefined;
|
2997
|
+
show_key?: string | undefined;
|
2998
|
+
whiteList?: string[] | undefined;
|
2999
|
+
bordered?: string | boolean | undefined;
|
3000
|
+
displayMode?: "form" | "table" | undefined;
|
3001
|
+
editor_title?: string | undefined;
|
3002
|
+
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
3003
|
+
linebarWidth?: string | undefined;
|
3004
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
3005
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
3006
|
+
labelColor?: string | undefined;
|
3007
|
+
fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
|
3008
|
+
confirmBeforeValueChange?: boolean | undefined;
|
3009
|
+
confirmBeforeValueChangeProps?: {
|
3010
|
+
[x: string]: any;
|
3011
|
+
content: string | ((params: {
|
3012
|
+
fieldName: string;
|
3013
|
+
newValue: any;
|
3014
|
+
oldValue: any;
|
3015
|
+
}) => any);
|
3016
|
+
updateOriginValue: boolean;
|
3017
|
+
} | undefined;
|
3018
|
+
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
3019
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
3020
|
+
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
3021
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
3022
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
3023
|
+
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
3024
|
+
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
3025
|
+
fieldTitleColor?: string | undefined;
|
3026
|
+
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
3027
|
+
content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
|
3028
|
+
lazyRequest?: boolean | undefined;
|
3029
|
+
requestCache?: boolean | undefined;
|
3030
|
+
maxGroupNum?: number | undefined;
|
3031
|
+
minGroupNum?: number | undefined;
|
3032
|
+
jsonCombination?: boolean | undefined;
|
3033
|
+
combinationItemDeletable?: boolean | import("..").CombinationItemDeletableFn | undefined;
|
3034
|
+
children?: any[] | undefined;
|
3035
|
+
properties?: any[] | undefined;
|
3036
|
+
componentProps?: import("../../shared/types").AnyObject | undefined;
|
3037
|
+
decoratorProps?: import("../../shared/types").AnyObject | undefined;
|
3038
|
+
noDecorator?: {
|
3039
|
+
valueOf: () => boolean;
|
3040
|
+
} | undefined;
|
3041
|
+
display?: "flex" | "grid" | undefined;
|
3042
|
+
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
3043
|
+
wrapperStyle?: Record<string, string | number> | undefined;
|
3044
|
+
childFieldStrategy?: "checked" | "all" | undefined;
|
3045
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
3046
|
+
validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
|
3047
|
+
field: import("@formily/core").Field<any, any, any, any>;
|
3048
|
+
form: import("@formily/core").Form<any>;
|
3049
|
+
value: unknown;
|
3050
|
+
validator: import("../../shared/types").AnyFn;
|
3051
|
+
}) => string | void) | undefined;
|
3052
|
+
reactions?: {
|
3053
|
+
[x: string]: any;
|
3054
|
+
dependencies?: string[] | undefined;
|
3055
|
+
target?: string | undefined;
|
3056
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
3057
|
+
when?: string | boolean | undefined;
|
3058
|
+
fulfill?: {
|
3059
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
3060
|
+
run?: string | undefined;
|
3061
|
+
} | undefined;
|
3062
|
+
otherwise?: {
|
3063
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
3064
|
+
run?: string | undefined;
|
3065
|
+
} | undefined;
|
3066
|
+
} | {
|
3067
|
+
[x: string]: any;
|
3068
|
+
dependencies?: string[] | undefined;
|
3069
|
+
target?: string | undefined;
|
3070
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
3071
|
+
when?: string | boolean | undefined;
|
3072
|
+
fulfill?: {
|
3073
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
3074
|
+
run?: string | undefined;
|
3075
|
+
} | undefined;
|
3076
|
+
otherwise?: {
|
3077
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
3078
|
+
run?: string | undefined;
|
3079
|
+
} | undefined;
|
3080
|
+
}[] | undefined;
|
3081
|
+
} | undefined;
|
3082
|
+
optionAliasList?: {
|
3083
|
+
text: string;
|
3084
|
+
value: string;
|
3085
|
+
}[] | undefined;
|
3086
|
+
elementExtraSetting?: {
|
3087
|
+
allowPartial?: boolean | undefined;
|
3088
|
+
partialLevel?: number | undefined;
|
3089
|
+
maxLevel?: number | undefined;
|
3090
|
+
dateFormat?: string | undefined;
|
3091
|
+
defaultValue?: {
|
3092
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
3093
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
3094
|
+
value: string;
|
3095
|
+
} | undefined;
|
3096
|
+
minValue?: {
|
3097
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
3098
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
3099
|
+
value: string;
|
3100
|
+
} | undefined;
|
3101
|
+
maxValue?: {
|
3102
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
3103
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
3104
|
+
value: string;
|
3105
|
+
} | undefined;
|
3106
|
+
} | undefined;
|
3107
|
+
__new?: boolean | undefined;
|
3108
|
+
__isCombinationChild?: boolean | undefined;
|
3109
|
+
__extra?: boolean | undefined;
|
3110
|
+
}[] | undefined;
|
3111
|
+
originalSetting?: {
|
3112
|
+
[x: string]: any;
|
3113
|
+
val_key: string;
|
3114
|
+
html_type: "LINEBAR" | "SELECT" | "DATE" | ({} & string) | "INPUT" | "SEARCH" | "REMOTE_SEARCH" | "DIGITAL" | "TEXTAREA" | "LINE_BREAKS" | "INPUT_NUMBER" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
|
3115
|
+
annotation?: boolean | undefined;
|
3116
|
+
val_key_unit?: string | undefined;
|
3117
|
+
is_edit?: import("..").FormCommonState | undefined;
|
3118
|
+
elem_width?: string | number | undefined;
|
3119
|
+
is_show?: import("..").FormCommonState | undefined;
|
3120
|
+
is_null?: import("..").FormCommonState | undefined;
|
3121
|
+
name?: string | undefined;
|
3122
|
+
alias?: string | undefined;
|
3123
|
+
default_val?: any;
|
3124
|
+
is_empty?: import("..").FormCommonState | undefined;
|
3125
|
+
hide_title?: import("..").FormCommonState | undefined;
|
3126
|
+
placeholder?: string | undefined;
|
3127
|
+
validate?: {
|
3128
|
+
[x: string]: any;
|
3129
|
+
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
3130
|
+
vali_obj?: string | undefined;
|
3131
|
+
max_value?: string | number | undefined;
|
3132
|
+
min_value?: string | number | undefined;
|
3133
|
+
min_date?: string | undefined;
|
3134
|
+
max_date?: string | undefined;
|
3135
|
+
min_length?: string | number | undefined;
|
3136
|
+
max_length?: string | number | undefined;
|
3137
|
+
decimal_length?: string | number | undefined;
|
3138
|
+
regular_expression?: string | RegExp | undefined;
|
3139
|
+
regular_error_tip?: string | undefined;
|
3140
|
+
message?: string | undefined;
|
3141
|
+
} | undefined;
|
3142
|
+
option?: {
|
3143
|
+
[x: string]: any;
|
3144
|
+
keyword?: string | undefined;
|
3145
|
+
disabled?: boolean | undefined;
|
3146
|
+
children?: any[] | undefined;
|
3147
|
+
childrenFields?: any[] | undefined;
|
3148
|
+
}[] | undefined;
|
3149
|
+
multi_select?: import("..").FormCommonState | undefined;
|
3150
|
+
multi_select_value?: string | number | undefined;
|
3151
|
+
wordbook?: {
|
3152
|
+
level_num?: number | undefined;
|
3153
|
+
id?: string | undefined;
|
3154
|
+
name?: string | undefined;
|
3155
|
+
render_key?: string[] | undefined;
|
3156
|
+
search_key?: string[] | undefined;
|
3157
|
+
value_key?: string | undefined;
|
3158
|
+
queryParams?: string[] | undefined;
|
3159
|
+
primary_key?: string | undefined;
|
3160
|
+
type?: string | undefined;
|
3161
|
+
level_key?: string | undefined;
|
3162
|
+
link_key?: string | undefined;
|
3163
|
+
link_key_split?: string | undefined;
|
3164
|
+
show_key?: string | string[] | undefined;
|
3165
|
+
conObj?: import("../../shared/types").AnyObject[] | undefined;
|
3166
|
+
conObjFirstLevel?: import("../../shared/types").AnyObject[] | undefined;
|
3167
|
+
setting?: {
|
3168
|
+
cascading?: {
|
3169
|
+
'form.name': string;
|
3170
|
+
value: string;
|
3171
|
+
}[] | undefined;
|
3172
|
+
} | undefined;
|
3173
|
+
} | undefined;
|
3174
|
+
open?: {
|
3175
|
+
value?: any;
|
3176
|
+
describe?: string | undefined;
|
3177
|
+
} | undefined;
|
3178
|
+
close?: {
|
3179
|
+
value?: any;
|
3180
|
+
describe?: string | undefined;
|
3181
|
+
} | undefined;
|
3182
|
+
requiredReminderContent?: string | undefined;
|
3183
|
+
date_format?: string | undefined;
|
3184
|
+
step_length?: string | number | undefined;
|
3185
|
+
urlConfig?: {
|
3186
|
+
[x: string]: any;
|
3187
|
+
url: string;
|
3188
|
+
method?: import("../../shared/hooks").FormRequestDefine.RequestType | undefined;
|
3189
|
+
nameKey?: string | undefined;
|
3190
|
+
valueKey?: string | undefined;
|
3191
|
+
showKey?: string | undefined;
|
3192
|
+
searchKey?: string[] | undefined;
|
3193
|
+
params?: import("../../shared/types").AnyObject | undefined;
|
3194
|
+
dependKey?: string | Record<string, string> | (string | {
|
3195
|
+
paramName: string;
|
3196
|
+
paramValue?: string | undefined;
|
3197
|
+
required?: boolean | undefined;
|
3198
|
+
keepValue?: boolean | undefined;
|
3199
|
+
})[] | undefined;
|
3200
|
+
} | undefined;
|
3201
|
+
suffixConfig?: any | any[] | undefined;
|
3202
|
+
prefixConfig?: any | any[] | undefined;
|
3203
|
+
autograph?: string | undefined;
|
3204
|
+
defined_error_msg?: string | undefined;
|
3205
|
+
extendKey?: string | undefined;
|
3206
|
+
is_not_fold?: string | undefined;
|
3207
|
+
remark?: string | undefined;
|
3208
|
+
remarkTo?: string | HTMLElement | undefined;
|
3209
|
+
free_entry?: import("..").FormCommonState | undefined;
|
3210
|
+
save_free_entry?: import("..").FormCommonState | undefined;
|
3211
|
+
initialize_high?: number | undefined;
|
3212
|
+
bindEventSetting?: {
|
3213
|
+
[x: string]: unknown;
|
3214
|
+
event_type: import("../../shared/types").LowCodeTypes.EVENT_TYPE;
|
3215
|
+
event_field?: string | undefined;
|
3216
|
+
params?: {
|
3217
|
+
p_value?: string | undefined;
|
3218
|
+
p_name: string;
|
3219
|
+
p_select: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
3220
|
+
}[] | undefined;
|
3221
|
+
results?: {
|
3222
|
+
p_value: string;
|
3223
|
+
p_name: string;
|
3224
|
+
}[] | undefined;
|
3225
|
+
compareMap?: {
|
3226
|
+
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
3227
|
+
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
3228
|
+
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
3229
|
+
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
3230
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
3231
|
+
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
3232
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
3233
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
3234
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
3235
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
3236
|
+
} | undefined;
|
3237
|
+
}[] | undefined;
|
3238
|
+
show_mode?: import("../../shared/types").LowCodeTypes.showModeType | undefined;
|
3239
|
+
is_allow_check_mid?: import("..").FormCommonState | undefined;
|
3240
|
+
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
3241
|
+
prefix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
3242
|
+
suffix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
3243
|
+
allowSlash?: string | boolean | undefined;
|
3244
|
+
allowModify?: import("..").FormCommonState | undefined;
|
3245
|
+
show_key?: string | undefined;
|
3246
|
+
whiteList?: string[] | undefined;
|
3247
|
+
bordered?: string | boolean | undefined;
|
3248
|
+
displayMode?: "form" | "table" | undefined;
|
3249
|
+
editor_title?: string | undefined;
|
3250
|
+
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
3251
|
+
linebarWidth?: string | undefined;
|
3252
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
3253
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
3254
|
+
labelColor?: string | undefined;
|
3255
|
+
fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
|
3256
|
+
confirmBeforeValueChange?: boolean | undefined;
|
3257
|
+
confirmBeforeValueChangeProps?: {
|
3258
|
+
[x: string]: any;
|
3259
|
+
content: string | ((params: {
|
3260
|
+
fieldName: string;
|
3261
|
+
newValue: any;
|
3262
|
+
oldValue: any;
|
3263
|
+
}) => any);
|
3264
|
+
updateOriginValue: boolean;
|
3265
|
+
} | undefined;
|
3266
|
+
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
3267
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
3268
|
+
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
3269
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
3270
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
3271
|
+
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
3272
|
+
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
3273
|
+
fieldTitleColor?: string | undefined;
|
3274
|
+
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
3275
|
+
content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
|
3276
|
+
lazyRequest?: boolean | undefined;
|
3277
|
+
requestCache?: boolean | undefined;
|
3278
|
+
maxGroupNum?: number | undefined;
|
3279
|
+
minGroupNum?: number | undefined;
|
3280
|
+
jsonCombination?: boolean | undefined;
|
3281
|
+
combinationItemDeletable?: boolean | import("..").CombinationItemDeletableFn | undefined;
|
3282
|
+
children?: any[] | undefined;
|
3283
|
+
properties?: any[] | undefined;
|
3284
|
+
componentProps?: import("../../shared/types").AnyObject | undefined;
|
3285
|
+
decoratorProps?: import("../../shared/types").AnyObject | undefined;
|
3286
|
+
noDecorator?: {
|
3287
|
+
valueOf: () => boolean;
|
3288
|
+
} | undefined;
|
3289
|
+
display?: "flex" | "grid" | undefined;
|
3290
|
+
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
3291
|
+
wrapperStyle?: Record<string, string | number> | undefined;
|
3292
|
+
childFieldStrategy?: "checked" | "all" | undefined;
|
3293
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
3294
|
+
validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
|
3295
|
+
field: import("@formily/core").Field<any, any, any, any>;
|
3296
|
+
form: import("@formily/core").Form<any>;
|
3297
|
+
value: unknown;
|
3298
|
+
validator: import("../../shared/types").AnyFn;
|
3299
|
+
}) => string | void) | undefined;
|
3300
|
+
reactions?: {
|
3301
|
+
[x: string]: any;
|
3302
|
+
dependencies?: string[] | undefined;
|
3303
|
+
target?: string | undefined;
|
3304
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
3305
|
+
when?: string | boolean | undefined;
|
3306
|
+
fulfill?: {
|
3307
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
3308
|
+
run?: string | undefined;
|
3309
|
+
} | undefined;
|
3310
|
+
otherwise?: {
|
3311
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
3312
|
+
run?: string | undefined;
|
2256
3313
|
} | undefined;
|
2257
|
-
|
2258
|
-
|
2259
|
-
|
2260
|
-
|
2261
|
-
|
2262
|
-
|
2263
|
-
|
2264
|
-
|
2265
|
-
|
2266
|
-
|
2267
|
-
|
2268
|
-
|
2269
|
-
|
2270
|
-
minGroupNum?: number | undefined;
|
2271
|
-
jsonCombination?: boolean | undefined;
|
2272
|
-
combinationItemDeletable?: boolean | import("..").CombinationItemDeletableFn | undefined;
|
2273
|
-
children?: any[] | undefined;
|
2274
|
-
properties?: any[] | undefined;
|
2275
|
-
componentProps?: import("../../shared/types").AnyObject | undefined;
|
2276
|
-
decoratorProps?: import("../../shared/types").AnyObject | undefined;
|
2277
|
-
noDecorator?: {
|
2278
|
-
valueOf: () => boolean;
|
3314
|
+
} | {
|
3315
|
+
[x: string]: any;
|
3316
|
+
dependencies?: string[] | undefined;
|
3317
|
+
target?: string | undefined;
|
3318
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
3319
|
+
when?: string | boolean | undefined;
|
3320
|
+
fulfill?: {
|
3321
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
3322
|
+
run?: string | undefined;
|
3323
|
+
} | undefined;
|
3324
|
+
otherwise?: {
|
3325
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
3326
|
+
run?: string | undefined;
|
2279
3327
|
} | undefined;
|
2280
|
-
display?: "flex" | "grid" | undefined;
|
2281
|
-
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
2282
|
-
wrapperStyle?: Record<string, string | number> | undefined;
|
2283
|
-
childFieldStrategy?: "checked" | "all" | undefined;
|
2284
|
-
childWidthMode?: "inner" | "outer" | undefined;
|
2285
|
-
validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
|
2286
|
-
field: import("@formily/core").Field<any, any, any, any>;
|
2287
|
-
form: import("@formily/core").Form<any>;
|
2288
|
-
value: unknown;
|
2289
|
-
validator: import("../../shared/types").AnyFn;
|
2290
|
-
}) => string | void) | undefined;
|
2291
|
-
reactions?: {
|
2292
|
-
[x: string]: any;
|
2293
|
-
dependencies?: string[] | undefined;
|
2294
|
-
target?: string | undefined;
|
2295
|
-
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
2296
|
-
when?: string | boolean | undefined;
|
2297
|
-
fulfill?: {
|
2298
|
-
state?: import("../../shared/types").AnyObject | undefined;
|
2299
|
-
run?: string | undefined;
|
2300
|
-
} | undefined;
|
2301
|
-
otherwise?: {
|
2302
|
-
state?: import("../../shared/types").AnyObject | undefined;
|
2303
|
-
run?: string | undefined;
|
2304
|
-
} | undefined;
|
2305
|
-
} | {
|
2306
|
-
[x: string]: any;
|
2307
|
-
dependencies?: string[] | undefined;
|
2308
|
-
target?: string | undefined;
|
2309
|
-
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
2310
|
-
when?: string | boolean | undefined;
|
2311
|
-
fulfill?: {
|
2312
|
-
state?: import("../../shared/types").AnyObject | undefined;
|
2313
|
-
run?: string | undefined;
|
2314
|
-
} | undefined;
|
2315
|
-
otherwise?: {
|
2316
|
-
state?: import("../../shared/types").AnyObject | undefined;
|
2317
|
-
run?: string | undefined;
|
2318
|
-
} | undefined;
|
2319
|
-
}[] | undefined;
|
2320
|
-
} | undefined;
|
2321
|
-
optionAliasList?: {
|
2322
|
-
text: string;
|
2323
|
-
value: string;
|
2324
3328
|
}[] | undefined;
|
2325
|
-
|
2326
|
-
|
2327
|
-
|
3329
|
+
} | undefined;
|
3330
|
+
optionAliasList?: {
|
3331
|
+
text: string;
|
3332
|
+
value: string;
|
2328
3333
|
}[] | undefined;
|
2329
|
-
|
3334
|
+
elementExtraSetting?: {
|
3335
|
+
allowPartial?: boolean | undefined;
|
3336
|
+
partialLevel?: number | undefined;
|
3337
|
+
maxLevel?: number | undefined;
|
3338
|
+
dateFormat?: string | undefined;
|
3339
|
+
defaultValue?: {
|
3340
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
3341
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
3342
|
+
value: string;
|
3343
|
+
} | undefined;
|
3344
|
+
minValue?: {
|
3345
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
3346
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
3347
|
+
value: string;
|
3348
|
+
} | undefined;
|
3349
|
+
maxValue?: {
|
3350
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
3351
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
3352
|
+
value: string;
|
3353
|
+
} | undefined;
|
3354
|
+
} | undefined;
|
3355
|
+
__new?: boolean | undefined;
|
3356
|
+
__isCombinationChild?: boolean | undefined;
|
3357
|
+
__extra?: boolean | undefined;
|
3358
|
+
}>;
|
3359
|
+
generateFieldListByFormConfigItem: (formConfigItem: import("./src/types").FormConfigItem, fieldItem?: import("..").FieldItem | undefined) => import("..").FieldItem[];
|
3360
|
+
prevOldField: import("../../shared/types").Nullable<import("./src/types").FormConfigItem>;
|
3361
|
+
onFormChange: ({ fieldKey, value }: import("..").FormChangePayload) => void;
|
3362
|
+
createLabelRender: (originOptions?: import("../../shared/types").AnyObject[] | undefined) => (label: string) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
3363
|
+
[key: string]: any;
|
3364
|
+
}>;
|
3365
|
+
applyOptionAlias: (options?: import("../../shared/types").AnyObject[] | undefined) => import("../../shared/types").AnyObject[] | undefined;
|
3366
|
+
visitor: import("..").FieldVisitor;
|
3367
|
+
showOptionModal: import("vue").Ref<boolean, boolean>;
|
3368
|
+
editOptions: import("vue").Ref<{
|
3369
|
+
[x: string]: any;
|
3370
|
+
keyword?: string | undefined;
|
3371
|
+
disabled?: boolean | undefined;
|
3372
|
+
children?: any[] | undefined;
|
3373
|
+
childrenFields?: {
|
2330
3374
|
[x: string]: any;
|
2331
3375
|
val_key: string;
|
2332
|
-
html_type: "LINEBAR" | ({} & string) | "INPUT" | "
|
3376
|
+
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";
|
2333
3377
|
annotation?: boolean | undefined;
|
2334
3378
|
val_key_unit?: string | undefined;
|
2335
3379
|
is_edit?: import("..").FormCommonState | undefined;
|
@@ -2344,7 +3388,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
2344
3388
|
placeholder?: string | undefined;
|
2345
3389
|
validate?: {
|
2346
3390
|
[x: string]: any;
|
2347
|
-
obj_type?: ("
|
3391
|
+
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
2348
3392
|
vali_obj?: string | undefined;
|
2349
3393
|
max_value?: string | number | undefined;
|
2350
3394
|
min_value?: string | number | undefined;
|
@@ -2353,38 +3397,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
2353
3397
|
min_length?: string | number | undefined;
|
2354
3398
|
max_length?: string | number | undefined;
|
2355
3399
|
decimal_length?: string | number | undefined;
|
2356
|
-
regular_expression?: string |
|
2357
|
-
exec: (string: string) => RegExpExecArray | null;
|
2358
|
-
test: (string: string) => boolean;
|
2359
|
-
readonly source: string;
|
2360
|
-
readonly global: boolean;
|
2361
|
-
readonly ignoreCase: boolean;
|
2362
|
-
readonly multiline: boolean;
|
2363
|
-
lastIndex: number;
|
2364
|
-
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
2365
|
-
readonly flags: string;
|
2366
|
-
readonly sticky: boolean;
|
2367
|
-
readonly unicode: boolean;
|
2368
|
-
readonly dotAll: boolean;
|
2369
|
-
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
2370
|
-
[Symbol.replace]: {
|
2371
|
-
(string: string, replaceValue: string): string;
|
2372
|
-
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
2373
|
-
};
|
2374
|
-
[Symbol.search]: (string: string) => number;
|
2375
|
-
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
2376
|
-
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
2377
|
-
} | undefined;
|
3400
|
+
regular_expression?: string | RegExp | undefined;
|
2378
3401
|
regular_error_tip?: string | undefined;
|
2379
3402
|
message?: string | undefined;
|
2380
3403
|
} | undefined;
|
2381
|
-
option?:
|
2382
|
-
[x: string]: any;
|
2383
|
-
keyword?: string | undefined;
|
2384
|
-
disabled?: boolean | undefined;
|
2385
|
-
children?: any[] | undefined;
|
2386
|
-
childrenFields?: any[] | undefined;
|
2387
|
-
}[] | undefined;
|
3404
|
+
option?: any[] | undefined;
|
2388
3405
|
multi_select?: import("..").FormCommonState | undefined;
|
2389
3406
|
multi_select_value?: string | number | undefined;
|
2390
3407
|
wordbook?: {
|
@@ -2488,8 +3505,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
2488
3505
|
editor_title?: string | undefined;
|
2489
3506
|
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
2490
3507
|
linebarWidth?: string | undefined;
|
2491
|
-
linebarDirection?: "
|
2492
|
-
linebarTextDirection?: "
|
3508
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
3509
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
2493
3510
|
labelColor?: string | undefined;
|
2494
3511
|
fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
|
2495
3512
|
confirmBeforeValueChange?: boolean | undefined;
|
@@ -2503,10 +3520,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
2503
3520
|
updateOriginValue: boolean;
|
2504
3521
|
} | undefined;
|
2505
3522
|
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
2506
|
-
unit?: ("
|
3523
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2507
3524
|
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2508
|
-
max_date_unit?: ("
|
2509
|
-
min_date_unit?: ("
|
3525
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
3526
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2510
3527
|
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2511
3528
|
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2512
3529
|
fieldTitleColor?: string | undefined;
|
@@ -2529,7 +3546,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
2529
3546
|
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
2530
3547
|
wrapperStyle?: Record<string, string | number> | undefined;
|
2531
3548
|
childFieldStrategy?: "checked" | "all" | undefined;
|
2532
|
-
childWidthMode?: "
|
3549
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
2533
3550
|
validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
|
2534
3551
|
field: import("@formily/core").Field<any, any, any, any>;
|
2535
3552
|
form: import("@formily/core").Form<any>;
|
@@ -2565,25 +3582,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
2565
3582
|
run?: string | undefined;
|
2566
3583
|
} | undefined;
|
2567
3584
|
}[] | undefined;
|
2568
|
-
} | undefined;
|
2569
|
-
optionAliasList?: {
|
2570
|
-
text: string;
|
2571
|
-
value: string;
|
2572
3585
|
}[] | undefined;
|
2573
|
-
|
2574
|
-
__isCombinationChild?: boolean | undefined;
|
2575
|
-
__extra?: boolean | undefined;
|
2576
|
-
}>;
|
2577
|
-
generateFieldListByFormConfigItem: (formConfigItem: import("./src/types").FormConfigItem, fieldItem?: import("..").FieldItem | undefined) => import("..").FieldItem[];
|
2578
|
-
prevOldField: null;
|
2579
|
-
onFormChange: ({ fieldKey, value }: import("..").FormChangePayload) => void;
|
2580
|
-
createLabelRender: (originOptions?: import("../../shared/types").AnyObject[] | undefined) => (label: string) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
2581
|
-
[key: string]: any;
|
2582
|
-
}>;
|
2583
|
-
applyOptionAlias: (options?: import("../../shared/types").AnyObject[] | undefined) => import("../../shared/types").AnyObject[] | undefined;
|
2584
|
-
visitor: import("..").FieldVisitor;
|
2585
|
-
showOptionModal: import("vue").Ref<boolean>;
|
2586
|
-
editOptions: import("vue").Ref<{
|
3586
|
+
}[], import("..").FormOptionItem[] | {
|
2587
3587
|
[x: string]: any;
|
2588
3588
|
keyword?: string | undefined;
|
2589
3589
|
disabled?: boolean | undefined;
|
@@ -2591,7 +3591,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
2591
3591
|
childrenFields?: {
|
2592
3592
|
[x: string]: any;
|
2593
3593
|
val_key: string;
|
2594
|
-
html_type: "LINEBAR" | ({} & string) | "INPUT" | "
|
3594
|
+
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";
|
2595
3595
|
annotation?: boolean | undefined;
|
2596
3596
|
val_key_unit?: string | undefined;
|
2597
3597
|
is_edit?: import("..").FormCommonState | undefined;
|
@@ -2606,7 +3606,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
2606
3606
|
placeholder?: string | undefined;
|
2607
3607
|
validate?: {
|
2608
3608
|
[x: string]: any;
|
2609
|
-
obj_type?: ("
|
3609
|
+
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
2610
3610
|
vali_obj?: string | undefined;
|
2611
3611
|
max_value?: string | number | undefined;
|
2612
3612
|
min_value?: string | number | undefined;
|
@@ -2615,28 +3615,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
2615
3615
|
min_length?: string | number | undefined;
|
2616
3616
|
max_length?: string | number | undefined;
|
2617
3617
|
decimal_length?: string | number | undefined;
|
2618
|
-
regular_expression?: string |
|
2619
|
-
exec: (string: string) => RegExpExecArray | null;
|
2620
|
-
test: (string: string) => boolean;
|
2621
|
-
readonly source: string;
|
2622
|
-
readonly global: boolean;
|
2623
|
-
readonly ignoreCase: boolean;
|
2624
|
-
readonly multiline: boolean;
|
2625
|
-
lastIndex: number;
|
2626
|
-
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
2627
|
-
readonly flags: string;
|
2628
|
-
readonly sticky: boolean;
|
2629
|
-
readonly unicode: boolean;
|
2630
|
-
readonly dotAll: boolean;
|
2631
|
-
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
2632
|
-
[Symbol.replace]: {
|
2633
|
-
(string: string, replaceValue: string): string;
|
2634
|
-
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
2635
|
-
};
|
2636
|
-
[Symbol.search]: (string: string) => number;
|
2637
|
-
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
2638
|
-
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
2639
|
-
} | undefined;
|
3618
|
+
regular_expression?: string | RegExp | undefined;
|
2640
3619
|
regular_error_tip?: string | undefined;
|
2641
3620
|
message?: string | undefined;
|
2642
3621
|
} | undefined;
|
@@ -2744,8 +3723,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
2744
3723
|
editor_title?: string | undefined;
|
2745
3724
|
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
2746
3725
|
linebarWidth?: string | undefined;
|
2747
|
-
linebarDirection?: "
|
2748
|
-
linebarTextDirection?: "
|
3726
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
3727
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
2749
3728
|
labelColor?: string | undefined;
|
2750
3729
|
fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
|
2751
3730
|
confirmBeforeValueChange?: boolean | undefined;
|
@@ -2759,10 +3738,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
2759
3738
|
updateOriginValue: boolean;
|
2760
3739
|
} | undefined;
|
2761
3740
|
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
2762
|
-
unit?: ("
|
3741
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2763
3742
|
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2764
|
-
max_date_unit?: ("
|
2765
|
-
min_date_unit?: ("
|
3743
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
3744
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2766
3745
|
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2767
3746
|
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2768
3747
|
fieldTitleColor?: string | undefined;
|
@@ -2785,7 +3764,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
2785
3764
|
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
2786
3765
|
wrapperStyle?: Record<string, string | number> | undefined;
|
2787
3766
|
childFieldStrategy?: "checked" | "all" | undefined;
|
2788
|
-
childWidthMode?: "
|
3767
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
2789
3768
|
validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
|
2790
3769
|
field: import("@formily/core").Field<any, any, any, any>;
|
2791
3770
|
form: import("@formily/core").Form<any>;
|
@@ -2825,16 +3804,16 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
2825
3804
|
}[]>;
|
2826
3805
|
onOptionModalCancel: () => void;
|
2827
3806
|
onOptionModalConfirm: () => void;
|
2828
|
-
useFormConfigLocale: typeof import("./src/hooks/useLocale").useFormConfigLocale;
|
2829
|
-
NModal: any;
|
2830
|
-
NInput: any;
|
2831
|
-
CFormRender: SFCWithInstall<import("vue").DefineComponent<{}, {
|
2832
|
-
formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined>;
|
2833
|
-
key: import("vue").Ref<number>;
|
3807
|
+
readonly useFormConfigLocale: typeof import("./src/hooks/useLocale").useFormConfigLocale;
|
3808
|
+
readonly NModal: any;
|
3809
|
+
readonly NInput: any;
|
3810
|
+
readonly CFormRender: SFCWithInstall<import("vue").DefineComponent<{}, {
|
3811
|
+
formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined, import("..").FormRenderExpose | undefined>;
|
3812
|
+
key: import("vue").Ref<number, number>;
|
2834
3813
|
reload: () => Promise<void>;
|
2835
3814
|
formRenderExposeKeyList: readonly ["validate", "getFormValues", "setFormValues", "setFieldState", "resetFields", "queryWidget", "getFieldList", "applySelectedSetting", "getTextFormValues", "optionInited", "updateAnchor"];
|
2836
3815
|
exposed: Partial<import("..").FormRenderExpose>;
|
2837
|
-
FormRender: import("vue").DefineComponent<{
|
3816
|
+
FormRender: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2838
3817
|
fieldList: {
|
2839
3818
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
2840
3819
|
};
|
@@ -2928,7 +3907,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
2928
3907
|
}>>;
|
2929
3908
|
};
|
2930
3909
|
components: {
|
2931
|
-
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
3910
|
+
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
2932
3911
|
default: () => {};
|
2933
3912
|
};
|
2934
3913
|
scope: {
|
@@ -3013,11 +3992,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
3013
3992
|
type: import("vue").PropType<string[]>;
|
3014
3993
|
};
|
3015
3994
|
linebarDirection: {
|
3016
|
-
type: import("vue").PropType<"
|
3995
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
3017
3996
|
default: string;
|
3018
3997
|
};
|
3019
3998
|
linebarTextDirection: {
|
3020
|
-
type: import("vue").PropType<"
|
3999
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
3021
4000
|
default: string;
|
3022
4001
|
};
|
3023
4002
|
linebarWidth: {
|
@@ -3040,9 +4019,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
3040
4019
|
type: BooleanConstructor;
|
3041
4020
|
};
|
3042
4021
|
lazyRender: BooleanConstructor;
|
4022
|
+
linebreaksToTitle: BooleanConstructor;
|
3043
4023
|
dialogFn: {};
|
3044
|
-
}
|
3045
|
-
props:
|
4024
|
+
}>, {
|
4025
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
3046
4026
|
fieldList: {
|
3047
4027
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
3048
4028
|
};
|
@@ -3136,7 +4116,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
3136
4116
|
}>>;
|
3137
4117
|
};
|
3138
4118
|
components: {
|
3139
|
-
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
4119
|
+
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
3140
4120
|
default: () => {};
|
3141
4121
|
};
|
3142
4122
|
scope: {
|
@@ -3221,11 +4201,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
3221
4201
|
type: import("vue").PropType<string[]>;
|
3222
4202
|
};
|
3223
4203
|
linebarDirection: {
|
3224
|
-
type: import("vue").PropType<"
|
4204
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
3225
4205
|
default: string;
|
3226
4206
|
};
|
3227
4207
|
linebarTextDirection: {
|
3228
|
-
type: import("vue").PropType<"
|
4208
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
3229
4209
|
default: string;
|
3230
4210
|
};
|
3231
4211
|
linebarWidth: {
|
@@ -3248,20 +4228,21 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
3248
4228
|
type: BooleanConstructor;
|
3249
4229
|
};
|
3250
4230
|
lazyRender: BooleanConstructor;
|
4231
|
+
linebreaksToTitle: BooleanConstructor;
|
3251
4232
|
dialogFn: {};
|
3252
|
-
}>> & {
|
4233
|
+
}>> & Readonly<{
|
3253
4234
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
3254
4235
|
onScroll?: ((...args: any[]) => any) | undefined;
|
3255
4236
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
3256
4237
|
"onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
|
3257
4238
|
onLinebarChange?: ((...args: any[]) => any) | undefined;
|
3258
4239
|
onReady?: ((...args: any[]) => any) | undefined;
|
3259
|
-
}
|
4240
|
+
}> & {}>;
|
3260
4241
|
emit: (event: "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", ...args: any[]) => void;
|
3261
4242
|
cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
|
3262
4243
|
nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
|
3263
|
-
formRenderRef: import("vue").Ref<HTMLElement | undefined>;
|
3264
|
-
formWidth: import("vue").Ref<number>;
|
4244
|
+
formRenderRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
4245
|
+
formWidth: import("vue").Ref<number, number>;
|
3265
4246
|
formHeight: import("vue").ComputedRef<string>;
|
3266
4247
|
SchemaField: import("vue").DefineComponent<import("@formily/vue").ISchemaFieldProps>;
|
3267
4248
|
businessCollector: import("..").BusinessCollector;
|
@@ -3274,13 +4255,21 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
3274
4255
|
formUUID: string;
|
3275
4256
|
anchorBarRef: import("vue").Ref<{
|
3276
4257
|
syncBarPosition: import("../../shared/types").AnyFn;
|
4258
|
+
} | undefined, {
|
4259
|
+
syncBarPosition: import("../../shared/types").AnyFn;
|
3277
4260
|
} | undefined>;
|
3278
|
-
currentAnchor: import("vue").WritableComputedRef<string>;
|
4261
|
+
currentAnchor: import("vue").WritableComputedRef<string, string>;
|
3279
4262
|
updateAnchorList: (field: import("@formily/core").GeneralField) => void;
|
3280
4263
|
anchorIdList: import("vue").Ref<{
|
3281
4264
|
name: string;
|
3282
4265
|
title: string;
|
3283
4266
|
index: number;
|
4267
|
+
}[], (Record<"name" | "title", string> & {
|
4268
|
+
index: number;
|
4269
|
+
})[] | {
|
4270
|
+
name: string;
|
4271
|
+
title: string;
|
4272
|
+
index: number;
|
3284
4273
|
}[]>;
|
3285
4274
|
onScroll: (scrollEvent: Event) => void;
|
3286
4275
|
generateAnchorList: (formModel: import("@formily/core").Form<any>) => Promise<void>;
|
@@ -3307,7 +4296,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
3307
4296
|
setGraph: (field: import("@formily/core").GeneralField) => void;
|
3308
4297
|
removeGraph: (field: import("@formily/core").GeneralField) => void;
|
3309
4298
|
lowCodeEventTrigger: (field: import("@formily/core").GeneralField) => void;
|
3310
|
-
emitFormChange: import("vue").Ref<boolean>;
|
4299
|
+
emitFormChange: import("vue").Ref<boolean, boolean>;
|
3311
4300
|
formModel: import("@formily/core").Form<{
|
3312
4301
|
[x: string]: any;
|
3313
4302
|
}>;
|
@@ -3384,7 +4373,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
3384
4373
|
"x-read-pretty"?: boolean | undefined;
|
3385
4374
|
"x-compile-omitted"?: string[] | undefined;
|
3386
4375
|
}>;
|
3387
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
4376
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
3388
4377
|
scope: import("../../shared/types").AnyObject;
|
3389
4378
|
annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
|
3390
4379
|
annotationShortcuts: (string | {
|
@@ -3419,12 +4408,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
3419
4408
|
selectMode: boolean;
|
3420
4409
|
selectedFields: string[];
|
3421
4410
|
linebarWidth: string | number;
|
3422
|
-
linebarDirection: "
|
3423
|
-
linebarTextDirection: "
|
4411
|
+
linebarDirection: "vertical" | "horizontal";
|
4412
|
+
linebarTextDirection: "vertical" | "horizontal";
|
3424
4413
|
autoWidth: number | boolean;
|
3425
4414
|
feedbackType: "default" | "tooltip";
|
3426
4415
|
fixMemoLeak: boolean;
|
3427
4416
|
lazyRender: boolean;
|
4417
|
+
linebreaksToTitle: boolean;
|
3428
4418
|
dialogFn: any;
|
3429
4419
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
3430
4420
|
[key: symbol]: any;
|
@@ -3602,16 +4592,16 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
3602
4592
|
onKeydown: (event: KeyboardEvent) => Promise<void>;
|
3603
4593
|
clearSpan: (uuid: string) => void;
|
3604
4594
|
exposeEvent: Omit<import("..").FormRenderExpose, "updateAnchor" | "getFieldList" | "optionInited" | "formModel" | "reload">;
|
3605
|
-
useVersion: typeof import("../../shared/hooks").useVersion;
|
3606
|
-
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<{}>>, {}>;
|
3607
|
-
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>>>, {
|
4595
|
+
readonly useVersion: typeof import("../../shared/hooks").useVersion;
|
4596
|
+
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>;
|
4597
|
+
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>>>, {
|
3608
4598
|
form: any;
|
3609
|
-
}>;
|
3610
|
-
NConfigProvider: any;
|
3611
|
-
NForm: any;
|
3612
|
-
NTabPane: any;
|
3613
|
-
NTabs: any;
|
3614
|
-
},
|
4599
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
4600
|
+
readonly NConfigProvider: any;
|
4601
|
+
readonly NForm: any;
|
4602
|
+
readonly NTabPane: any;
|
4603
|
+
readonly NTabs: any;
|
4604
|
+
}, {}, {}, {}, 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<{
|
3615
4605
|
fieldList: {
|
3616
4606
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
3617
4607
|
};
|
@@ -3705,7 +4695,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
3705
4695
|
}>>;
|
3706
4696
|
};
|
3707
4697
|
components: {
|
3708
|
-
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
4698
|
+
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
3709
4699
|
default: () => {};
|
3710
4700
|
};
|
3711
4701
|
scope: {
|
@@ -3790,11 +4780,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
3790
4780
|
type: import("vue").PropType<string[]>;
|
3791
4781
|
};
|
3792
4782
|
linebarDirection: {
|
3793
|
-
type: import("vue").PropType<"
|
4783
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
3794
4784
|
default: string;
|
3795
4785
|
};
|
3796
4786
|
linebarTextDirection: {
|
3797
|
-
type: import("vue").PropType<"
|
4787
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
3798
4788
|
default: string;
|
3799
4789
|
};
|
3800
4790
|
linebarWidth: {
|
@@ -3817,19 +4807,20 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
3817
4807
|
type: BooleanConstructor;
|
3818
4808
|
};
|
3819
4809
|
lazyRender: BooleanConstructor;
|
4810
|
+
linebreaksToTitle: BooleanConstructor;
|
3820
4811
|
dialogFn: {};
|
3821
|
-
}>> & {
|
4812
|
+
}>> & Readonly<{
|
3822
4813
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
3823
4814
|
onScroll?: ((...args: any[]) => any) | undefined;
|
3824
4815
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
3825
4816
|
"onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
|
3826
4817
|
onLinebarChange?: ((...args: any[]) => any) | undefined;
|
3827
4818
|
onReady?: ((...args: any[]) => any) | undefined;
|
3828
|
-
}
|
4819
|
+
}>, {
|
4820
|
+
maxHeight: string | number;
|
3829
4821
|
anchor: boolean;
|
3830
4822
|
column: number;
|
3831
|
-
|
3832
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
4823
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
3833
4824
|
initialData: import("../../shared/types").AnyObject;
|
3834
4825
|
parallelism: number;
|
3835
4826
|
scope: import("../../shared/types").AnyObject;
|
@@ -3845,18 +4836,19 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
3845
4836
|
wordSplitFilter: boolean;
|
3846
4837
|
selectMode: boolean;
|
3847
4838
|
linebarWidth: string | number;
|
3848
|
-
linebarDirection: "
|
3849
|
-
linebarTextDirection: "
|
4839
|
+
linebarDirection: "vertical" | "horizontal";
|
4840
|
+
linebarTextDirection: "vertical" | "horizontal";
|
3850
4841
|
autoWidth: number | boolean;
|
3851
4842
|
feedbackType: "default" | "tooltip";
|
3852
4843
|
fixMemoLeak: boolean;
|
3853
4844
|
lazyRender: boolean;
|
4845
|
+
linebreaksToTitle: boolean;
|
3854
4846
|
nominalAge: boolean;
|
3855
4847
|
operationalFormInit: boolean;
|
3856
4848
|
incrementalRender: boolean;
|
3857
|
-
}>;
|
3858
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
3859
|
-
},
|
4849
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
4850
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
4851
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
3860
4852
|
uuid: {
|
3861
4853
|
type: StringConstructor;
|
3862
4854
|
required: true;
|
@@ -3930,7 +4922,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
3930
4922
|
"x-read-pretty"?: boolean | undefined;
|
3931
4923
|
"x-compile-omitted"?: string[] | undefined;
|
3932
4924
|
}>;
|
3933
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
4925
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
3934
4926
|
scope: import("../../shared/types").AnyObject;
|
3935
4927
|
annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
|
3936
4928
|
annotationShortcuts: (string | {
|
@@ -3965,17 +4957,18 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
3965
4957
|
selectMode: boolean;
|
3966
4958
|
selectedFields: string[];
|
3967
4959
|
linebarWidth: string | number;
|
3968
|
-
linebarDirection: "
|
3969
|
-
linebarTextDirection: "
|
4960
|
+
linebarDirection: "vertical" | "horizontal";
|
4961
|
+
linebarTextDirection: "vertical" | "horizontal";
|
3970
4962
|
autoWidth: number | boolean;
|
3971
4963
|
feedbackType: "default" | "tooltip";
|
3972
4964
|
fixMemoLeak: boolean;
|
3973
4965
|
lazyRender: boolean;
|
4966
|
+
linebreaksToTitle: boolean;
|
3974
4967
|
dialogFn: any;
|
3975
4968
|
}>>>;
|
3976
4969
|
};
|
3977
|
-
}
|
3978
|
-
FormConfigEventSetting: import("vue").DefineComponent<{
|
4970
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
4971
|
+
FormConfigEventSetting: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
3979
4972
|
modelValue: {
|
3980
4973
|
type: ArrayConstructor;
|
3981
4974
|
required: true;
|
@@ -3985,11 +4978,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
3985
4978
|
type: null;
|
3986
4979
|
required: true;
|
3987
4980
|
};
|
3988
|
-
}
|
3989
|
-
props:
|
3990
|
-
modelValue: import("../../shared/types").LowCodeTypes.reactionConfig[];
|
3991
|
-
bindFormRenderRef: import("..").FormRenderExpose;
|
3992
|
-
};
|
4981
|
+
}>, {
|
4982
|
+
props: any;
|
3993
4983
|
emit: (event: "update:modelValue" | "validateFailure", ...args: any[]) => void;
|
3994
4984
|
cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
|
3995
4985
|
valueRef: import("vue").Ref<{
|
@@ -4024,8 +5014,40 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
4024
5014
|
}[] | undefined;
|
4025
5015
|
__oppositeBindField?: any | undefined;
|
4026
5016
|
__oppositeTargetField?: any | undefined;
|
5017
|
+
}[], import("../../shared/types").LowCodeTypes.reactionConfig[] | {
|
5018
|
+
conObj: {
|
5019
|
+
con: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
5020
|
+
field_key: string;
|
5021
|
+
value: unknown;
|
5022
|
+
}[];
|
5023
|
+
compareMap?: {
|
5024
|
+
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
5025
|
+
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
5026
|
+
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
5027
|
+
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
5028
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
5029
|
+
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
5030
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
5031
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
5032
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
5033
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
5034
|
+
} | undefined;
|
5035
|
+
isRestoreDefault?: boolean | undefined;
|
5036
|
+
sqlExpression?: string | undefined;
|
5037
|
+
showField?: string[] | undefined;
|
5038
|
+
hideField?: string[] | undefined;
|
5039
|
+
requiredField?: string[] | undefined;
|
5040
|
+
notRequiredField?: string[] | undefined;
|
5041
|
+
enabledField?: string[] | undefined;
|
5042
|
+
disabledField?: string[] | undefined;
|
5043
|
+
setValueField?: {
|
5044
|
+
field?: string | undefined;
|
5045
|
+
value?: unknown;
|
5046
|
+
}[] | undefined;
|
5047
|
+
__oppositeBindField?: any | undefined;
|
5048
|
+
__oppositeTargetField?: any | undefined;
|
4027
5049
|
}[]>;
|
4028
|
-
expandedName: import("vue").Ref<string>;
|
5050
|
+
expandedName: import("vue").Ref<string, string>;
|
4029
5051
|
addConnection: () => void;
|
4030
5052
|
removeConnection: (index: number) => void;
|
4031
5053
|
getOppositeBtnText: (item: import("../../shared/types").LowCodeTypes.reactionConfig) => string | undefined;
|
@@ -4039,14 +5061,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
4039
5061
|
addCondition: (config: import("../../shared/types").LowCodeTypes.reactionConfig) => void;
|
4040
5062
|
removeCondition: (config: import("../../shared/types").LowCodeTypes.reactionConfig, index: number) => void;
|
4041
5063
|
onUpdateConditionType: (condition: import("../../shared/types").LowCodeTypes.reactionsConObj, type: import("../../shared/types").LowCodeTypes.VALUE_RELATION) => void;
|
4042
|
-
showRef: import("vue").Ref<boolean>;
|
5064
|
+
showRef: import("vue").Ref<boolean, boolean>;
|
4043
5065
|
addSetValueField: (item: import("../../shared/types").LowCodeTypes.reactionConfig) => void;
|
4044
|
-
fieldListRef: import("vue").Ref<import("./src/types").FormConfigItem[]>;
|
5066
|
+
fieldListRef: import("vue").Ref<import("./src/types").FormConfigItem[], import("./src/types").FormConfigItem[]>;
|
4045
5067
|
fieldOptions: import("vue").ComputedRef<import("./src/types").FormConfigItem[]>;
|
4046
5068
|
setValueTypes: string[];
|
4047
5069
|
setValueFieldOptions: import("vue").ComputedRef<import("./src/types").FormConfigItem[]>;
|
4048
|
-
currentTypeList: string[]
|
4049
|
-
dialog: import("naive-ui").DialogApi;
|
5070
|
+
currentTypeList: import("vue").Reactive<string[]>;
|
5071
|
+
dialog: import("naive-ui/es/dialog").DialogApi;
|
4050
5072
|
onNegativeClick: () => Promise<void>;
|
4051
5073
|
onPositiveClick: () => Promise<void>;
|
4052
5074
|
configValidate: () => Promise<void>;
|
@@ -4057,7 +5079,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
4057
5079
|
decoratorProps: {
|
4058
5080
|
showFeedback: boolean;
|
4059
5081
|
};
|
4060
|
-
html_type: "LINEBAR" | ({} & string) | "INPUT" | "
|
5082
|
+
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";
|
4061
5083
|
annotation?: boolean | undefined;
|
4062
5084
|
val_key_unit?: string | undefined;
|
4063
5085
|
is_edit?: import("..").FormCommonState | undefined;
|
@@ -4071,7 +5093,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
4071
5093
|
placeholder?: string | undefined;
|
4072
5094
|
validate?: Partial<{
|
4073
5095
|
[key: string]: any;
|
4074
|
-
obj_type: "
|
5096
|
+
obj_type: "sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name";
|
4075
5097
|
vali_obj: string;
|
4076
5098
|
max_value: string | number;
|
4077
5099
|
min_value: string | number;
|
@@ -4142,8 +5164,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
4142
5164
|
editor_title?: string | undefined;
|
4143
5165
|
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
4144
5166
|
linebarWidth?: string | undefined;
|
4145
|
-
linebarDirection?: "
|
4146
|
-
linebarTextDirection?: "
|
5167
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
5168
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
4147
5169
|
labelColor?: string | undefined;
|
4148
5170
|
fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
|
4149
5171
|
confirmBeforeValueChange?: boolean | undefined;
|
@@ -4157,10 +5179,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
4157
5179
|
updateOriginValue: boolean;
|
4158
5180
|
} | undefined;
|
4159
5181
|
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
4160
|
-
unit?: ("
|
5182
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
4161
5183
|
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
4162
|
-
max_date_unit?: ("
|
4163
|
-
min_date_unit?: ("
|
5184
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
5185
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
4164
5186
|
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
4165
5187
|
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
4166
5188
|
fieldTitleColor?: string | undefined;
|
@@ -4180,7 +5202,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
4180
5202
|
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
4181
5203
|
wrapperStyle?: Record<string, string | number> | undefined;
|
4182
5204
|
childFieldStrategy?: "checked" | "all" | undefined;
|
4183
|
-
childWidthMode?: "
|
5205
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
4184
5206
|
validator?: ((value: unknown, fieldItem: import("..").FieldItem, context: {
|
4185
5207
|
field: import("@formily/core").Field<any, any, any, any>;
|
4186
5208
|
form: import("@formily/core").Form<any>;
|
@@ -4194,36 +5216,36 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
4194
5216
|
field: string;
|
4195
5217
|
value: string;
|
4196
5218
|
}) => void;
|
4197
|
-
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<{}>>, {}>;
|
4198
|
-
NButton: any;
|
4199
|
-
NCollapse: any;
|
4200
|
-
NCollapseItem: any;
|
4201
|
-
NEllipsis: any;
|
4202
|
-
NEmpty: any;
|
4203
|
-
NIcon: any;
|
4204
|
-
NInput: any;
|
4205
|
-
NInputGroup: any;
|
4206
|
-
NModal: any;
|
4207
|
-
NScrollbar: any;
|
4208
|
-
NSelect: any;
|
4209
|
-
NSpace: any;
|
4210
|
-
NThing: any;
|
4211
|
-
NTooltip: any;
|
4212
|
-
conditionTypeOptions: {
|
5219
|
+
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>;
|
5220
|
+
readonly NButton: any;
|
5221
|
+
readonly NCollapse: any;
|
5222
|
+
readonly NCollapseItem: any;
|
5223
|
+
readonly NEllipsis: any;
|
5224
|
+
readonly NEmpty: any;
|
5225
|
+
readonly NIcon: any;
|
5226
|
+
readonly NInput: any;
|
5227
|
+
readonly NInputGroup: any;
|
5228
|
+
readonly NModal: any;
|
5229
|
+
readonly NScrollbar: any;
|
5230
|
+
readonly NSelect: any;
|
5231
|
+
readonly NSpace: any;
|
5232
|
+
readonly NThing: any;
|
5233
|
+
readonly NTooltip: any;
|
5234
|
+
readonly conditionTypeOptions: {
|
4213
5235
|
value: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
4214
5236
|
label: string;
|
4215
5237
|
}[];
|
4216
|
-
connectionTypeOptions: {
|
5238
|
+
readonly connectionTypeOptions: {
|
4217
5239
|
value: string;
|
4218
5240
|
label: string;
|
4219
5241
|
}[];
|
4220
|
-
CForm: SFCWithInstall<import("vue").DefineComponent<{}, {
|
4221
|
-
formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined>;
|
4222
|
-
key: import("vue").Ref<number>;
|
5242
|
+
readonly CForm: SFCWithInstall<import("vue").DefineComponent<{}, {
|
5243
|
+
formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined, import("..").FormRenderExpose | undefined>;
|
5244
|
+
key: import("vue").Ref<number, number>;
|
4223
5245
|
reload: () => Promise<void>;
|
4224
5246
|
formRenderExposeKeyList: readonly ["validate", "getFormValues", "setFormValues", "setFieldState", "resetFields", "queryWidget", "getFieldList", "applySelectedSetting", "getTextFormValues", "optionInited", "updateAnchor"];
|
4225
5247
|
exposed: Partial<import("..").FormRenderExpose>;
|
4226
|
-
FormRender: import("vue").DefineComponent<{
|
5248
|
+
FormRender: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
4227
5249
|
fieldList: {
|
4228
5250
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
4229
5251
|
};
|
@@ -4317,7 +5339,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
4317
5339
|
}>>;
|
4318
5340
|
};
|
4319
5341
|
components: {
|
4320
|
-
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
5342
|
+
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
4321
5343
|
default: () => {};
|
4322
5344
|
};
|
4323
5345
|
scope: {
|
@@ -4402,11 +5424,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
4402
5424
|
type: import("vue").PropType<string[]>;
|
4403
5425
|
};
|
4404
5426
|
linebarDirection: {
|
4405
|
-
type: import("vue").PropType<"
|
5427
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
4406
5428
|
default: string;
|
4407
5429
|
};
|
4408
5430
|
linebarTextDirection: {
|
4409
|
-
type: import("vue").PropType<"
|
5431
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
4410
5432
|
default: string;
|
4411
5433
|
};
|
4412
5434
|
linebarWidth: {
|
@@ -4429,9 +5451,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
4429
5451
|
type: BooleanConstructor;
|
4430
5452
|
};
|
4431
5453
|
lazyRender: BooleanConstructor;
|
5454
|
+
linebreaksToTitle: BooleanConstructor;
|
4432
5455
|
dialogFn: {};
|
4433
|
-
}
|
4434
|
-
props:
|
5456
|
+
}>, {
|
5457
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
4435
5458
|
fieldList: {
|
4436
5459
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
4437
5460
|
};
|
@@ -4525,7 +5548,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
4525
5548
|
}>>;
|
4526
5549
|
};
|
4527
5550
|
components: {
|
4528
|
-
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
5551
|
+
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
4529
5552
|
default: () => {};
|
4530
5553
|
};
|
4531
5554
|
scope: {
|
@@ -4610,11 +5633,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
4610
5633
|
type: import("vue").PropType<string[]>;
|
4611
5634
|
};
|
4612
5635
|
linebarDirection: {
|
4613
|
-
type: import("vue").PropType<"
|
5636
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
4614
5637
|
default: string;
|
4615
5638
|
};
|
4616
5639
|
linebarTextDirection: {
|
4617
|
-
type: import("vue").PropType<"
|
5640
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
4618
5641
|
default: string;
|
4619
5642
|
};
|
4620
5643
|
linebarWidth: {
|
@@ -4637,20 +5660,21 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
4637
5660
|
type: BooleanConstructor;
|
4638
5661
|
};
|
4639
5662
|
lazyRender: BooleanConstructor;
|
5663
|
+
linebreaksToTitle: BooleanConstructor;
|
4640
5664
|
dialogFn: {};
|
4641
|
-
}>> & {
|
5665
|
+
}>> & Readonly<{
|
4642
5666
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
4643
5667
|
onScroll?: ((...args: any[]) => any) | undefined;
|
4644
5668
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
4645
5669
|
"onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
|
4646
5670
|
onLinebarChange?: ((...args: any[]) => any) | undefined;
|
4647
5671
|
onReady?: ((...args: any[]) => any) | undefined;
|
4648
|
-
}
|
5672
|
+
}> & {}>;
|
4649
5673
|
emit: (event: "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", ...args: any[]) => void;
|
4650
5674
|
cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
|
4651
5675
|
nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
|
4652
|
-
formRenderRef: import("vue").Ref<HTMLElement | undefined>;
|
4653
|
-
formWidth: import("vue").Ref<number>;
|
5676
|
+
formRenderRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
5677
|
+
formWidth: import("vue").Ref<number, number>;
|
4654
5678
|
formHeight: import("vue").ComputedRef<string>;
|
4655
5679
|
SchemaField: import("vue").DefineComponent<import("@formily/vue").ISchemaFieldProps>;
|
4656
5680
|
businessCollector: import("..").BusinessCollector;
|
@@ -4663,13 +5687,21 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
4663
5687
|
formUUID: string;
|
4664
5688
|
anchorBarRef: import("vue").Ref<{
|
4665
5689
|
syncBarPosition: import("../../shared/types").AnyFn;
|
5690
|
+
} | undefined, {
|
5691
|
+
syncBarPosition: import("../../shared/types").AnyFn;
|
4666
5692
|
} | undefined>;
|
4667
|
-
currentAnchor: import("vue").WritableComputedRef<string>;
|
5693
|
+
currentAnchor: import("vue").WritableComputedRef<string, string>;
|
4668
5694
|
updateAnchorList: (field: import("@formily/core").GeneralField) => void;
|
4669
5695
|
anchorIdList: import("vue").Ref<{
|
4670
5696
|
name: string;
|
4671
5697
|
title: string;
|
4672
5698
|
index: number;
|
5699
|
+
}[], (Record<"name" | "title", string> & {
|
5700
|
+
index: number;
|
5701
|
+
})[] | {
|
5702
|
+
name: string;
|
5703
|
+
title: string;
|
5704
|
+
index: number;
|
4673
5705
|
}[]>;
|
4674
5706
|
onScroll: (scrollEvent: Event) => void;
|
4675
5707
|
generateAnchorList: (formModel: import("@formily/core").Form<any>) => Promise<void>;
|
@@ -4696,7 +5728,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
4696
5728
|
setGraph: (field: import("@formily/core").GeneralField) => void;
|
4697
5729
|
removeGraph: (field: import("@formily/core").GeneralField) => void;
|
4698
5730
|
lowCodeEventTrigger: (field: import("@formily/core").GeneralField) => void;
|
4699
|
-
emitFormChange: import("vue").Ref<boolean>;
|
5731
|
+
emitFormChange: import("vue").Ref<boolean, boolean>;
|
4700
5732
|
formModel: import("@formily/core").Form<{
|
4701
5733
|
[x: string]: any;
|
4702
5734
|
}>;
|
@@ -4773,7 +5805,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
4773
5805
|
"x-read-pretty"?: boolean | undefined;
|
4774
5806
|
"x-compile-omitted"?: string[] | undefined;
|
4775
5807
|
}>;
|
4776
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
5808
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
4777
5809
|
scope: import("../../shared/types").AnyObject;
|
4778
5810
|
annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
|
4779
5811
|
annotationShortcuts: (string | {
|
@@ -4808,12 +5840,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
4808
5840
|
selectMode: boolean;
|
4809
5841
|
selectedFields: string[];
|
4810
5842
|
linebarWidth: string | number;
|
4811
|
-
linebarDirection: "
|
4812
|
-
linebarTextDirection: "
|
5843
|
+
linebarDirection: "vertical" | "horizontal";
|
5844
|
+
linebarTextDirection: "vertical" | "horizontal";
|
4813
5845
|
autoWidth: number | boolean;
|
4814
5846
|
feedbackType: "default" | "tooltip";
|
4815
5847
|
fixMemoLeak: boolean;
|
4816
5848
|
lazyRender: boolean;
|
5849
|
+
linebreaksToTitle: boolean;
|
4817
5850
|
dialogFn: any;
|
4818
5851
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
4819
5852
|
[key: symbol]: any;
|
@@ -4991,16 +6024,16 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
4991
6024
|
onKeydown: (event: KeyboardEvent) => Promise<void>;
|
4992
6025
|
clearSpan: (uuid: string) => void;
|
4993
6026
|
exposeEvent: Omit<import("..").FormRenderExpose, "updateAnchor" | "getFieldList" | "optionInited" | "formModel" | "reload">;
|
4994
|
-
useVersion: typeof import("../../shared/hooks").useVersion;
|
4995
|
-
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<{}>>, {}>;
|
4996
|
-
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>>>, {
|
6027
|
+
readonly useVersion: typeof import("../../shared/hooks").useVersion;
|
6028
|
+
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>;
|
6029
|
+
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>>>, {
|
4997
6030
|
form: any;
|
4998
|
-
}>;
|
4999
|
-
NConfigProvider: any;
|
5000
|
-
NForm: any;
|
5001
|
-
NTabPane: any;
|
5002
|
-
NTabs: any;
|
5003
|
-
},
|
6031
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
6032
|
+
readonly NConfigProvider: any;
|
6033
|
+
readonly NForm: any;
|
6034
|
+
readonly NTabPane: any;
|
6035
|
+
readonly NTabs: any;
|
6036
|
+
}, {}, {}, {}, 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<{
|
5004
6037
|
fieldList: {
|
5005
6038
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
5006
6039
|
};
|
@@ -5094,7 +6127,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
5094
6127
|
}>>;
|
5095
6128
|
};
|
5096
6129
|
components: {
|
5097
|
-
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
6130
|
+
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
5098
6131
|
default: () => {};
|
5099
6132
|
};
|
5100
6133
|
scope: {
|
@@ -5179,11 +6212,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
5179
6212
|
type: import("vue").PropType<string[]>;
|
5180
6213
|
};
|
5181
6214
|
linebarDirection: {
|
5182
|
-
type: import("vue").PropType<"
|
6215
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
5183
6216
|
default: string;
|
5184
6217
|
};
|
5185
6218
|
linebarTextDirection: {
|
5186
|
-
type: import("vue").PropType<"
|
6219
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
5187
6220
|
default: string;
|
5188
6221
|
};
|
5189
6222
|
linebarWidth: {
|
@@ -5206,19 +6239,20 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
5206
6239
|
type: BooleanConstructor;
|
5207
6240
|
};
|
5208
6241
|
lazyRender: BooleanConstructor;
|
6242
|
+
linebreaksToTitle: BooleanConstructor;
|
5209
6243
|
dialogFn: {};
|
5210
|
-
}>> & {
|
6244
|
+
}>> & Readonly<{
|
5211
6245
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
5212
6246
|
onScroll?: ((...args: any[]) => any) | undefined;
|
5213
6247
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
5214
6248
|
"onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
|
5215
6249
|
onLinebarChange?: ((...args: any[]) => any) | undefined;
|
5216
6250
|
onReady?: ((...args: any[]) => any) | undefined;
|
5217
|
-
}
|
6251
|
+
}>, {
|
6252
|
+
maxHeight: string | number;
|
5218
6253
|
anchor: boolean;
|
5219
6254
|
column: number;
|
5220
|
-
|
5221
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
6255
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
5222
6256
|
initialData: import("../../shared/types").AnyObject;
|
5223
6257
|
parallelism: number;
|
5224
6258
|
scope: import("../../shared/types").AnyObject;
|
@@ -5234,18 +6268,19 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
5234
6268
|
wordSplitFilter: boolean;
|
5235
6269
|
selectMode: boolean;
|
5236
6270
|
linebarWidth: string | number;
|
5237
|
-
linebarDirection: "
|
5238
|
-
linebarTextDirection: "
|
6271
|
+
linebarDirection: "vertical" | "horizontal";
|
6272
|
+
linebarTextDirection: "vertical" | "horizontal";
|
5239
6273
|
autoWidth: number | boolean;
|
5240
6274
|
feedbackType: "default" | "tooltip";
|
5241
6275
|
fixMemoLeak: boolean;
|
5242
6276
|
lazyRender: boolean;
|
6277
|
+
linebreaksToTitle: boolean;
|
5243
6278
|
nominalAge: boolean;
|
5244
6279
|
operationalFormInit: boolean;
|
5245
6280
|
incrementalRender: boolean;
|
5246
|
-
}>;
|
5247
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
5248
|
-
},
|
6281
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
6282
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
6283
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "validateFailure")[], "update:modelValue" | "validateFailure", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
5249
6284
|
modelValue: {
|
5250
6285
|
type: ArrayConstructor;
|
5251
6286
|
required: true;
|
@@ -5255,13 +6290,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
5255
6290
|
type: null;
|
5256
6291
|
required: true;
|
5257
6292
|
};
|
5258
|
-
}>> & {
|
6293
|
+
}>> & Readonly<{
|
5259
6294
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
5260
6295
|
onValidateFailure?: ((...args: any[]) => any) | undefined;
|
5261
|
-
}
|
6296
|
+
}>, {
|
5262
6297
|
modelValue: unknown[];
|
5263
|
-
}>;
|
5264
|
-
FormConfigMaterialItem: import("vue").DefineComponent<{
|
6298
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
6299
|
+
readonly FormConfigMaterialItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
5265
6300
|
formConfigItem: {
|
5266
6301
|
type: import("vue").PropType<import("./src/types").FormConfigItem>;
|
5267
6302
|
required: true;
|
@@ -5274,7 +6309,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
5274
6309
|
type: import("vue").PropType<import("./src/types").FormConfigItem[]>;
|
5275
6310
|
default: () => never[];
|
5276
6311
|
};
|
5277
|
-
}
|
6312
|
+
}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
5278
6313
|
formConfigItem: {
|
5279
6314
|
type: import("vue").PropType<import("./src/types").FormConfigItem>;
|
5280
6315
|
required: true;
|
@@ -5287,13 +6322,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
5287
6322
|
type: import("vue").PropType<import("./src/types").FormConfigItem[]>;
|
5288
6323
|
default: () => never[];
|
5289
6324
|
};
|
5290
|
-
}
|
6325
|
+
}>> & Readonly<{}>, {
|
5291
6326
|
materialList: import("./src/types").FormConfigItem[];
|
5292
|
-
}>;
|
5293
|
-
FORM_CONFIG_GROUP: string;
|
5294
|
-
NSelect: any;
|
5295
|
-
NSpace: any;
|
5296
|
-
},
|
6327
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
6328
|
+
readonly FORM_CONFIG_GROUP: string;
|
6329
|
+
readonly NSelect: any;
|
6330
|
+
readonly NSpace: any;
|
6331
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("addItem" | "removeItem" | "reactionsValidateFailure")[], "addItem" | "removeItem" | "reactionsValidateFailure", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
5297
6332
|
maxHeight: {
|
5298
6333
|
type: StringConstructor;
|
5299
6334
|
};
|
@@ -5375,7 +6410,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
5375
6410
|
"x-read-pretty"?: boolean | undefined;
|
5376
6411
|
"x-compile-omitted"?: string[] | undefined;
|
5377
6412
|
}>;
|
5378
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
6413
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
5379
6414
|
scope: import("../../shared/types").AnyObject;
|
5380
6415
|
annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
|
5381
6416
|
annotationShortcuts: (string | {
|
@@ -5410,12 +6445,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
5410
6445
|
selectMode: boolean;
|
5411
6446
|
selectedFields: string[];
|
5412
6447
|
linebarWidth: string | number;
|
5413
|
-
linebarDirection: "
|
5414
|
-
linebarTextDirection: "
|
6448
|
+
linebarDirection: "vertical" | "horizontal";
|
6449
|
+
linebarTextDirection: "vertical" | "horizontal";
|
5415
6450
|
autoWidth: number | boolean;
|
5416
6451
|
feedbackType: "default" | "tooltip";
|
5417
6452
|
fixMemoLeak: boolean;
|
5418
6453
|
lazyRender: boolean;
|
6454
|
+
linebreaksToTitle: boolean;
|
5419
6455
|
dialogFn: any;
|
5420
6456
|
}>>>;
|
5421
6457
|
};
|
@@ -5423,11 +6459,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
5423
6459
|
type: import("vue").PropType<((payload: import("./src/types").FormConfigBeforeMovePayload) => boolean | void) | undefined>;
|
5424
6460
|
};
|
5425
6461
|
showLowCodeReactions: BooleanConstructor;
|
5426
|
-
}>> & {
|
6462
|
+
}>> & Readonly<{
|
5427
6463
|
onAddItem?: ((...args: any[]) => any) | undefined;
|
5428
6464
|
onRemoveItem?: ((...args: any[]) => any) | undefined;
|
5429
6465
|
onReactionsValidateFailure?: ((...args: any[]) => any) | undefined;
|
5430
|
-
}
|
6466
|
+
}>, {
|
5431
6467
|
showLowCodeReactions: boolean;
|
5432
|
-
}>>;
|
6468
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
5433
6469
|
export default FormConfig;
|