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