cnhis-design-vue 3.1.55-release.0 → 3.1.55-release.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/annotation-edit/index.d.ts +1 -1
- package/es/components/annotation-edit/src/AnnotationEdit.d.ts +1 -1
- package/es/components/audio-sdk/index.d.ts +2 -0
- package/es/components/audio-sdk/index.js +1 -0
- package/es/components/audio-sdk/src/audioSDK.d.ts +28 -0
- package/es/components/audio-sdk/src/audioSDK.js +1 -0
- package/es/components/audio-sdk/src/components/recordingDialog.vue.d.ts +27 -0
- package/es/components/audio-sdk/src/components/recordingDialog.vue.js +1 -0
- package/es/components/audio-sdk/src/components/recordingDialog.vue2.js +1 -0
- package/es/components/audio-sdk/src/utils/recordingDialog.d.ts +8 -0
- package/es/components/audio-sdk/src/utils/recordingDialog.js +1 -0
- package/es/components/audio-sdk/style/index.css +1 -0
- package/es/components/base-search/index.d.ts +1 -1
- package/es/components/base-search/src/index.vue.d.ts +4 -4
- package/es/components/base-search/src/index.vue2.js +1 -1
- package/es/components/big-table/index.d.ts +22 -22
- package/es/components/big-table/src/BigTable.vue.d.ts +2 -2
- package/es/components/big-table/src/bigTableProps.d.ts +1 -1
- package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +5 -5
- package/es/components/big-table/src/components/edit-form/useCommon.d.ts +1 -1
- package/es/components/big-table/src/components/separate.vue.d.ts +1 -1
- package/es/components/big-table/src/constants/index.d.ts +1 -1
- package/es/components/big-table/src/hooks/useAnnotation.d.ts +1 -1
- package/es/components/big-table/src/hooks/useFormat.d.ts +1 -1
- package/es/components/big-table/src/hooks/useSeparateRow.d.ts +1 -1
- package/es/components/big-table/src/utils.d.ts +1 -1
- package/es/components/{multi-chat → biunique-chat}/index.d.ts +16 -16
- package/es/components/biunique-chat/index.js +1 -0
- package/es/components/{multi-chat/src/MultiChat.vue.d.ts → biunique-chat/src/BiuniqueChat.vue.d.ts} +1 -1
- package/es/components/biunique-chat/src/BiuniqueChat.vue.js +1 -0
- package/es/components/biunique-chat/src/BiuniqueChat.vue2.js +1 -0
- package/es/components/{multi-chat → biunique-chat}/src/api/index.d.ts +1 -1
- package/es/components/{multi-chat → biunique-chat}/src/components/ChatFooter.vue.d.ts +1 -1
- package/es/components/{multi-chat → biunique-chat}/src/components/ChatHeader.vue.d.ts +1 -1
- package/es/components/{multi-chat → biunique-chat}/src/components/ChatMain.vue.d.ts +1 -1
- package/es/components/{multi-chat → biunique-chat}/src/components/SiderList.vue.d.ts +1 -1
- package/es/components/{multi-chat → biunique-chat}/src/utils/chatSock.d.ts +1 -1
- package/es/components/body-select/index.d.ts +5 -5
- package/es/components/body-select/src/hooks/renderCanvas.d.ts +2 -2
- package/es/components/body-select/src/hooks/renderCanvas.js +1 -1
- package/es/components/body-select/src/index.vue.d.ts +1 -1
- package/es/components/body-select/src/index.vue2.js +1 -1
- package/es/components/bpmn-workflow/index.d.ts +1 -1
- package/es/components/button-print/index.d.ts +34 -21
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +14 -1
- package/es/components/button-print/src/ButtonPrint.vue2.js +1 -1
- package/es/components/button-print/src/api.d.ts +1 -1
- package/es/components/button-print/src/components/EditFormat.vue.d.ts +1 -1
- package/es/components/button-print/src/utils/dialog.d.ts +1 -1
- package/es/components/button-print/src/utils/print.d.ts +2 -2
- package/es/components/callback/index.d.ts +1 -1
- package/es/components/callback/src/components/dialog/drawer.vue.d.ts +1 -1
- package/es/components/callback/src/components/dialog/modal.vue.d.ts +1 -1
- package/es/components/callback/src/components/render/popupMaps.d.ts +65 -159
- package/es/components/card-reader-sdk/src/cardReaderSDK.d.ts +1 -1
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue.d.ts +1 -1
- package/es/components/card-reader-sdk/src/constants/index.d.ts +1 -1
- package/es/components/card-reader-sdk/src/insuranceSDK.d.ts +1 -1
- package/es/components/card-reader-sdk/src/types/index.d.ts +2 -2
- package/es/components/card-reader-sdk/src/utils/readHealthCard.d.ts +1 -1
- package/es/components/classification/index.d.ts +505 -20
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +473 -1
- package/es/components/classification/src/components/search-filter/index.vue2.js +1 -1
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +480 -8
- package/es/components/classification/src/components/table-modal/index.vue.d.ts +1 -1
- package/es/components/classification/src/index.vue.d.ts +493 -8
- package/es/components/classification/src/index.vue2.js +1 -1
- package/es/components/classification/style/index.css +1 -1
- package/es/components/config-provider/index.d.ts +1 -1
- package/es/components/date-picker/index.d.ts +2 -2
- package/es/components/date-picker/src/DatePicker.vue.d.ts +1 -1
- package/es/components/editor/index.d.ts +1 -1
- package/es/components/expand-field/index.d.ts +29 -29
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +2 -2
- package/es/components/expand-field/src/components/form.vue.d.ts +2 -2
- package/es/components/expand-field/src/constants/index.d.ts +1 -1
- package/es/components/expand-field/src/index.vue.d.ts +2 -2
- package/es/components/fabric-chart/index.d.ts +7 -6
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +2 -1
- package/es/components/fabric-chart/src/FabricChart.vue2.js +1 -1
- package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +1 -1
- package/es/components/fabric-chart/src/constants/index.d.ts +4 -0
- package/es/components/fabric-chart/src/constants/index.js +1 -1
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.d.ts +3 -3
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -1
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +3 -3
- package/es/components/fabric-chart/src/hooks/electrocardiogram/hooks/useDetailEvent.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/electrocardiogram/hooks/useDetailEvent.js +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.js +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +9 -3
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.d.ts +3 -3
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useLeft.d.ts +3 -3
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.d.ts +3 -3
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +3 -3
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.d.ts +3 -3
- package/es/components/fabric-chart/src/hooks/temperature/useBottom.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.d.ts +4 -4
- package/es/components/fabric-chart/src/hooks/temperature/useLeft.d.ts +3 -3
- package/es/components/fabric-chart/src/hooks/temperature/useOther.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/temperature/useRight.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/temperature/useShadow.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +3 -3
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useTop.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/useCommon.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/useCumputedPoint.d.ts +4 -4
- package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +1 -1
- package/es/components/fabric-chart/src/hooks/useDraw.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/useEvent.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/useGrid.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/useScaleColumn.d.ts +2 -2
- package/es/components/fabric-chart/src/interface.d.ts +2 -2
- package/es/components/fabric-chart/src/utils/index.d.ts +1 -1
- package/es/components/field-set/index.d.ts +15 -15
- package/es/components/field-set/src/FieldSet.vue.d.ts +5 -5
- package/es/components/field-set/src/components/Row.vue.d.ts +2 -2
- package/es/components/field-set/src/types/index.d.ts +1 -1
- package/es/components/field-set/src/utils/index.d.ts +3 -3
- package/es/components/form-config/index.d.ts +342 -516
- package/es/components/form-config/src/FormConfig.vue.d.ts +466 -640
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +31 -125
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +1 -1
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +215 -303
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +7 -7
- package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +1 -1
- package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +1 -1
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +2 -2
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +2 -2
- package/es/components/form-config/src/constants/index.d.ts +2 -2
- package/es/components/form-config/src/hooks/useConfigurationField.d.ts +3 -3
- package/es/components/form-config/src/hooks/useDataNormalize.d.ts +1 -1
- package/es/components/form-config/src/hooks/useSortalbeConfig.d.ts +1 -1
- package/es/components/form-config/src/types/index.d.ts +2 -2
- package/es/components/form-config/src/utils/index.d.ts +3 -3
- package/es/components/form-render/index.d.ts +65 -159
- package/es/components/form-render/index.js +1 -1
- package/es/components/form-render/src/FormRender.vue.d.ts +30 -125
- package/es/components/form-render/src/FormRender.vue2.js +1 -1
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +88 -182
- package/es/components/form-render/src/components/renderer/combination/combination.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/combination/hooks/useDeepValidate.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/combination/jsonCombination.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/combination/tableCombination.d.ts +2 -2
- package/es/components/form-render/src/components/renderer/complex.js +1 -1
- package/es/components/form-render/src/components/renderer/date.js +1 -1
- package/es/components/form-render/src/components/renderer/formItem.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/formItem.js +1 -1
- package/es/components/form-render/src/components/renderer/inputNumber.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/levelSearchCascader/index.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +2 -2
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue2.js +1 -1
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +2 -2
- package/es/components/form-render/src/components/renderer/remoteSearch.d.ts +2 -2
- package/es/components/form-render/src/components/renderer/searchCascade.d.ts +2 -2
- package/es/components/form-render/src/components/renderer/searchCascade.js +1 -1
- package/es/components/form-render/src/components/renderer/select.d.ts +3 -3
- package/es/components/form-render/src/components/renderer/select.js +1 -1
- package/es/components/form-render/src/components/renderer/simpleComponent.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/switch.js +1 -1
- package/es/components/form-render/src/components/renderer/textarea.js +1 -1
- package/es/components/form-render/src/constants/index.d.ts +5 -6
- package/es/components/form-render/src/constants/index.js +1 -1
- package/es/components/form-render/src/hooks/index.d.ts +20 -9
- package/es/components/form-render/src/hooks/index.js +1 -1
- package/es/components/form-render/src/hooks/useAnchor.d.ts +2 -2
- package/es/components/form-render/src/hooks/useAnchor.js +1 -1
- package/es/components/form-render/src/hooks/useBusinessBinding.d.ts +2 -2
- package/es/components/form-render/src/hooks/useBusinessBinding.js +1 -1
- package/es/components/form-render/src/hooks/useCommonInjection.d.ts +1 -1
- package/es/components/form-render/src/hooks/useComplexOptions.d.ts +2 -2
- package/es/components/form-render/src/hooks/useFieldListAdaptor.d.ts +1 -1
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +19 -19
- package/es/components/form-render/src/hooks/useFieldVisitor.js +1 -1
- package/es/components/form-render/src/hooks/useFormContext.d.ts +6 -6
- package/es/components/form-render/src/hooks/useFormEvent.d.ts +8 -18
- package/es/components/form-render/src/hooks/useFormEvent.js +1 -1
- package/es/components/form-render/src/hooks/useFormItemDeps.d.ts +6 -6
- package/es/components/form-render/src/hooks/useFormItemDeps.js +1 -1
- package/es/components/form-render/src/hooks/useFormRenderLifeCycle.d.ts +8 -8
- package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +15 -14
- package/es/components/form-render/src/hooks/useFormRenderOptions.js +1 -1
- package/es/components/form-render/src/hooks/useFormValidator.d.ts +1 -1
- package/es/components/form-render/src/hooks/useFormValidator.js +1 -1
- package/es/components/form-render/src/hooks/useLowCodeReactions.d.ts +1 -1
- package/es/components/form-render/src/hooks/useOperationalForm.d.ts +4 -3
- package/es/components/form-render/src/hooks/useOperationalForm.js +1 -1
- package/es/components/form-render/src/hooks/usePresetScope.js +1 -1
- package/es/components/form-render/src/hooks/useWordbookSetting.d.ts +14 -5
- package/es/components/form-render/src/hooks/useWordbookSetting.js +1 -1
- package/es/components/form-render/src/types/fieldItem.d.ts +4 -3
- package/es/components/form-render/src/types/index.d.ts +25 -20
- package/es/components/form-render/src/utils/business.d.ts +2 -2
- package/es/components/form-render/src/utils/dom.d.ts +1 -1
- package/es/components/form-render/src/utils/index.d.ts +4 -17
- package/es/components/form-render/src/utils/index.js +1 -1
- package/es/components/form-render/src/utils/schema.d.ts +3 -3
- package/es/components/form-render/src/utils/schema.js +1 -1
- package/es/components/grid/index.d.ts +1 -1
- package/es/components/guide/src/renderer.d.ts +1 -1
- package/es/components/guide/src/types/index.d.ts +1 -1
- package/es/components/guide/src/useGuide.d.ts +1 -1
- package/es/components/guide/src/utils/index.d.ts +1 -1
- package/es/components/iho-table/index.d.ts +39 -39
- package/es/components/iho-table/src/IhoTable.vue.d.ts +27 -27
- package/es/components/iho-table/src/constants/index.d.ts +5 -5
- package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +9 -9
- package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +21 -21
- package/es/components/iho-table/src/hooks/tapHooks/useDataHooks.d.ts +10 -10
- package/es/components/iho-table/src/hooks/tapHooks/useDomInsertHooks.d.ts +4 -4
- package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +65 -65
- package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +4 -4
- package/es/components/iho-table/src/hooks/tapHooks/useFieldHooks.d.ts +7 -7
- package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +3 -3
- package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.d.ts +1 -1
- package/es/components/iho-table/src/hooks/useTablePlugin.d.ts +2 -2
- package/es/components/iho-table/src/plugins/anchorPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +1 -1
- package/es/components/iho-table/src/plugins/bindEventSettingPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/bindEventSettingPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/colorAndIconPlugin.d.ts +1 -0
- package/es/components/iho-table/src/plugins/colorAndIconPlugin.js +1 -0
- package/es/components/iho-table/src/plugins/copyPastePlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/defaultConfigPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/defaultValuePlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +2 -2
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/filterRenderPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/filterVisibleEventPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/forceArrowKeyPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/headerPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/highLightSetPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/index.js +1 -1
- package/es/components/iho-table/src/plugins/keyboardEventPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/maxCheckSizePlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/operationalFormPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/operationalFormPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +2 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +7 -7
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/radioRendererPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +8 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/selectUtils.d.ts +2 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/separateUtils.d.ts +2 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +9 -5
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/checkRendererPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/colorRendererPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/defaultRendererPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/defaultRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/htmlRendererPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/htmlRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/labelRendererPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/labelRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/pictureRendererPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/seqRendererPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rowClickPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rowDragPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rowGroupSettingPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rowGroupSettingPlugin/rowGroupUtils.d.ts +2 -2
- package/es/components/iho-table/src/plugins/varialbleHeightPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/virtualTreePlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/wordbookSettingPlugin.d.ts +1 -1
- package/es/components/iho-table/src/types/index.d.ts +5 -3
- package/es/components/iho-table/src/types/pluginType.d.ts +2 -2
- package/es/components/iho-table/src/utils/index.d.ts +4 -4
- package/es/components/iho-table/src/utils/index.js +1 -1
- package/es/components/iho-table/src/utils/separateMap.d.ts +2 -2
- package/es/components/iho-table/style/index.css +1 -1
- package/es/components/index.css +1 -1
- package/es/components/index.d.ts +6 -5
- package/es/components/index.js +1 -1
- package/es/components/info-header/index.d.ts +185 -373
- package/es/components/info-header/src/InfoHeader.vue.d.ts +199 -387
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +6 -6
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +9 -9
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +111 -205
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +32 -126
- package/es/components/info-header/src/constants/index.d.ts +1 -1
- package/es/components/info-header/src/types/index.d.ts +1 -1
- package/es/components/keyboard/index.d.ts +1 -1
- package/es/components/map/index.d.ts +1 -1
- package/es/components/map/src/Map.vue.d.ts +1 -1
- package/es/components/picture-clipper/index.d.ts +1 -1
- package/es/components/picture-clipper/src/PictureClipper.vue.d.ts +1 -1
- package/es/components/quick-search/index.d.ts +1 -1
- package/es/components/quick-search/src/index.vue.d.ts +4 -4
- package/es/components/quick-search/style/index.css +1 -1
- package/es/components/recommend-search/index.d.ts +25 -25
- package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +7 -7
- package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +3 -3
- package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +2 -2
- package/es/components/scale-view/index.d.ts +1 -1
- package/es/components/scale-view/src/hooks/use-component.d.ts +33 -33
- package/es/components/scale-view/src/types/index.d.ts +1 -1
- package/es/components/search-cascader/index.d.ts +34 -34
- package/es/components/search-cascader/src/SearchCascader.vue.d.ts +1 -1
- package/es/components/search-cascader/src/components/SearchMenu.d.ts +1 -1
- package/es/components/search-cascader/src/constants/index.d.ts +1 -1
- package/es/components/search-cascader/src/utils/index.d.ts +1 -1
- package/es/components/select-label/index.d.ts +1 -1
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +1 -1
- package/es/components/select-label/src/SelectLabel.vue.d.ts +1 -1
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +3 -3
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +3 -3
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue.d.ts +1 -1
- package/es/components/select-label/src/index.vue.d.ts +19 -19
- package/es/components/select-person/index.d.ts +22 -22
- package/es/components/select-person/src/SelectPerson.vue.d.ts +1 -1
- package/es/components/shortcut-provider/index.d.ts +1 -1
- package/es/components/shortcut-provider/src/ShortcutProvider.vue.d.ts +2 -2
- package/es/components/shortcut-provider/src/constants/index.d.ts +1 -1
- package/es/components/shortcut-provider/src/hooks/useShortcuts.d.ts +1 -1
- package/es/components/shortcut-provider/src/types/index.d.ts +1 -1
- package/es/components/shortcut-provider/src/utils/index.d.ts +1 -1
- package/es/components/shortcut-setter/index.d.ts +87 -179
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +119 -211
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +2 -2
- package/es/components/shortcut-setter/src/types/index.d.ts +1 -1
- package/es/components/slider-tree/index.d.ts +1 -1
- package/es/components/steps-wheel/index.d.ts +1 -1
- package/es/components/table-export-field/index.d.ts +3 -3
- package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +1 -1
- package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +1 -1
- package/es/components/table-export-field/src/constants/index.d.ts +1 -1
- package/es/components/table-export-field/src/index.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +320 -0
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +127 -0
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue2.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue.d.ts +41 -0
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue2.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue.d.ts +28 -0
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue2.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.d.ts +51 -0
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue2.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +244 -0
- package/es/components/table-filter/src/components/bi-filter/components/index.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/helpers/options.d.ts +14 -0
- package/es/components/table-filter/src/components/bi-filter/helpers/options.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/hooks/useBiConditions.d.ts +13 -0
- package/es/components/table-filter/src/components/bi-filter/hooks/useBiConditions.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +474 -0
- package/es/components/table-filter/src/components/bi-filter/index.vue.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/index.vue2.js +1 -0
- package/es/components/table-filter/src/components/classify-filter/hooks/useDisplayCategory.d.ts +1 -1
- package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.d.ts +1 -1
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +2 -2
- package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +2 -2
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +2 -2
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +2 -2
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +2 -2
- package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +2 -2
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +4 -0
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +4 -0
- package/es/components/table-filter/src/components/render-widget/helpers/setDefaultValue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +13 -9
- package/es/components/table-filter/src/constants/index.d.ts +2 -1
- package/es/components/table-filter/src/constants/index.js +1 -1
- package/es/components/table-filter/src/hooks/useAdvanced.d.ts +2 -2
- package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
- package/es/components/table-filter/src/hooks/useRenderWidget.d.ts +1 -1
- package/es/components/table-filter/src/tool/transformData.d.ts +1 -1
- package/es/components/table-filter/src/types/index.d.ts +1 -0
- package/es/components/time-line/index.d.ts +1 -1
- package/es/components/time-picker/index.d.ts +2 -2
- package/es/components/time-picker/src/TimePicker.vue.d.ts +1 -1
- package/es/components/vod-chunk-upload/index.d.ts +1 -1
- package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +5 -3
- package/es/shared/components/InputNumberSlash/InputNumberSlash.js +1 -1
- package/es/shared/components/SelectPage/SelectPage.vue.d.ts +1 -1
- package/es/shared/components/SlotRender/SlotRender.d.ts +1 -1
- package/es/shared/hooks/selectHooks/useOptionFiltered.d.ts +1 -1
- package/es/shared/hooks/selectHooks/useSearchContent.d.ts +1 -1
- package/es/shared/hooks/selectHooks/useSearchContent.js +1 -1
- package/es/shared/hooks/selectHooks/useSelectAllowModify.d.ts +1 -1
- package/es/shared/hooks/selectHooks/useSelectRenders.d.ts +1 -1
- package/es/shared/hooks/useAsyncQueue/types.d.ts +1 -1
- package/es/shared/hooks/useDateTime.d.ts +1 -1
- package/es/shared/hooks/useFormRequest/index.d.ts +2 -2
- package/es/shared/hooks/useFormRequest/types.d.ts +2 -2
- package/es/shared/hooks/useLevelSearchCascader.d.ts +2 -2
- package/es/shared/hooks/useTheme.d.ts +1 -1
- package/es/shared/package.json.js +1 -1
- package/es/shared/types/business.d.ts +1 -1
- package/es/shared/utils/business.d.ts +2 -1
- package/es/shared/utils/business.js +1 -1
- package/es/shared/utils/index.d.ts +1 -1
- package/es/shared/utils/index.js +1 -1
- package/package.json +3 -2
- package/es/components/multi-chat/index.js +0 -1
- package/es/components/multi-chat/src/MultiChat.vue.js +0 -1
- package/es/components/multi-chat/src/MultiChat.vue2.js +0 -1
- /package/es/components/{multi-chat → biunique-chat}/src/api/index.js +0 -0
- /package/es/components/{multi-chat → biunique-chat}/src/components/ChatFooter.vue.js +0 -0
- /package/es/components/{multi-chat → biunique-chat}/src/components/ChatFooter.vue2.js +0 -0
- /package/es/components/{multi-chat → biunique-chat}/src/components/ChatHeader.vue.js +0 -0
- /package/es/components/{multi-chat → biunique-chat}/src/components/ChatHeader.vue2.js +0 -0
- /package/es/components/{multi-chat → biunique-chat}/src/components/ChatMain.vue.js +0 -0
- /package/es/components/{multi-chat → biunique-chat}/src/components/ChatMain.vue2.js +0 -0
- /package/es/components/{multi-chat → biunique-chat}/src/components/SiderList.vue.js +0 -0
- /package/es/components/{multi-chat → biunique-chat}/src/components/SiderList.vue2.js +0 -0
- /package/es/components/{multi-chat → biunique-chat}/src/utils/chatSock.js +0 -0
- /package/es/components/{multi-chat → biunique-chat}/style/index.css +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="lodash" />
|
|
2
|
-
import { SFCWithInstall } from '
|
|
2
|
+
import { SFCWithInstall } from '../../shared/types';
|
|
3
3
|
export * from './src/types';
|
|
4
4
|
declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
5
5
|
maxHeight: {
|
|
@@ -21,7 +21,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
21
21
|
formProps: {
|
|
22
22
|
type: import("vue").PropType<Partial<Partial<{
|
|
23
23
|
fieldList: import("..").FieldItem[];
|
|
24
|
-
initialData: import("
|
|
24
|
+
initialData: import("../../shared/types").AnyObject;
|
|
25
25
|
fieldVisitor: import("..").FieldVisitor;
|
|
26
26
|
column: number;
|
|
27
27
|
maxHeight: string | number;
|
|
@@ -85,8 +85,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
85
85
|
"x-compile-omitted"?: string[] | undefined;
|
|
86
86
|
}>;
|
|
87
87
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
88
|
-
scope: import("
|
|
89
|
-
annotation: import("
|
|
88
|
+
scope: import("../../shared/types").AnyObject;
|
|
89
|
+
annotation: import("../../shared/types").AnyObject;
|
|
90
90
|
consumer: boolean;
|
|
91
91
|
uuid: string;
|
|
92
92
|
lifeCycle: Partial<{
|
|
@@ -95,18 +95,18 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
95
95
|
field: import("@formily/core").GeneralField;
|
|
96
96
|
oldValue: unknown;
|
|
97
97
|
}): any;
|
|
98
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
99
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
100
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
98
|
+
beforeRequest(fieldKey: string, params?: import("../../shared/types").AnyObject | undefined, payload?: import("../../shared/types").AnyObject | undefined): void | import("../../shared/types").UndefinedAble<import("../../shared/types").AnyObject>;
|
|
99
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../shared/types").AnyObject | undefined): import("../../shared/types").AnyObject[];
|
|
100
|
+
afterOptionInit(fieldKey: string, options: import("../../shared/types").AnyObject[], payload?: import("../../shared/types").AnyObject | undefined): void;
|
|
101
101
|
}>;
|
|
102
102
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
103
103
|
requestInstance: import("..").FormRequestDefine.RequestInstance;
|
|
104
104
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
105
|
-
lowCodeReactions: import("
|
|
105
|
+
lowCodeReactions: import("../../shared/types").LowCodeTypes.reactionsConfig[];
|
|
106
106
|
linebarAutoHidden: boolean;
|
|
107
107
|
bordered: string | boolean;
|
|
108
108
|
uniqueCacheData: boolean;
|
|
109
|
-
operationalForm: import("
|
|
109
|
+
operationalForm: import("../../shared/types").LowCodeTypes.operationalConfig[];
|
|
110
110
|
outBordered: boolean;
|
|
111
111
|
forceClearable: boolean;
|
|
112
112
|
}>>>;
|
|
@@ -132,7 +132,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
132
132
|
formProps: {
|
|
133
133
|
type: import("vue").PropType<Partial<Partial<{
|
|
134
134
|
fieldList: import("..").FieldItem[];
|
|
135
|
-
initialData: import("
|
|
135
|
+
initialData: import("../../shared/types").AnyObject;
|
|
136
136
|
fieldVisitor: import("..").FieldVisitor;
|
|
137
137
|
column: number;
|
|
138
138
|
maxHeight: string | number;
|
|
@@ -196,8 +196,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
196
196
|
"x-compile-omitted"?: string[] | undefined;
|
|
197
197
|
}>;
|
|
198
198
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
199
|
-
scope: import("
|
|
200
|
-
annotation: import("
|
|
199
|
+
scope: import("../../shared/types").AnyObject;
|
|
200
|
+
annotation: import("../../shared/types").AnyObject;
|
|
201
201
|
consumer: boolean;
|
|
202
202
|
uuid: string;
|
|
203
203
|
lifeCycle: Partial<{
|
|
@@ -206,18 +206,18 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
206
206
|
field: import("@formily/core").GeneralField;
|
|
207
207
|
oldValue: unknown;
|
|
208
208
|
}): any;
|
|
209
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
210
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
211
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
209
|
+
beforeRequest(fieldKey: string, params?: import("../../shared/types").AnyObject | undefined, payload?: import("../../shared/types").AnyObject | undefined): void | import("../../shared/types").UndefinedAble<import("../../shared/types").AnyObject>;
|
|
210
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../shared/types").AnyObject | undefined): import("../../shared/types").AnyObject[];
|
|
211
|
+
afterOptionInit(fieldKey: string, options: import("../../shared/types").AnyObject[], payload?: import("../../shared/types").AnyObject | undefined): void;
|
|
212
212
|
}>;
|
|
213
213
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
214
214
|
requestInstance: import("..").FormRequestDefine.RequestInstance;
|
|
215
215
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
216
|
-
lowCodeReactions: import("
|
|
216
|
+
lowCodeReactions: import("../../shared/types").LowCodeTypes.reactionsConfig[];
|
|
217
217
|
linebarAutoHidden: boolean;
|
|
218
218
|
bordered: string | boolean;
|
|
219
219
|
uniqueCacheData: boolean;
|
|
220
|
-
operationalForm: import("
|
|
220
|
+
operationalForm: import("../../shared/types").LowCodeTypes.operationalConfig[];
|
|
221
221
|
outBordered: boolean;
|
|
222
222
|
forceClearable: boolean;
|
|
223
223
|
}>>>;
|
|
@@ -331,8 +331,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
331
331
|
link_key?: string | undefined;
|
|
332
332
|
link_key_split?: string | undefined;
|
|
333
333
|
show_key?: string | string[] | undefined;
|
|
334
|
-
conObj?: import("
|
|
335
|
-
conObjFirstLevel?: import("
|
|
334
|
+
conObj?: import("../../shared/types").AnyObject[] | undefined;
|
|
335
|
+
conObjFirstLevel?: import("../../shared/types").AnyObject[] | undefined;
|
|
336
336
|
setting?: {
|
|
337
337
|
cascading?: {
|
|
338
338
|
'form.name': string;
|
|
@@ -357,11 +357,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
357
357
|
nameKey?: string | undefined;
|
|
358
358
|
valueKey?: string | undefined;
|
|
359
359
|
showKey?: string | undefined;
|
|
360
|
-
|
|
360
|
+
searchKey?: string[] | undefined;
|
|
361
|
+
params?: import("../../shared/types").AnyObject | undefined;
|
|
361
362
|
dependKey?: string | Record<string, string> | (string | {
|
|
362
363
|
paramName: string;
|
|
363
364
|
paramValue?: string | undefined;
|
|
364
365
|
required?: boolean | undefined;
|
|
366
|
+
keepValue?: boolean | undefined;
|
|
365
367
|
})[] | undefined;
|
|
366
368
|
} | undefined;
|
|
367
369
|
suffixConfig?: any | any[] | undefined;
|
|
@@ -376,12 +378,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
376
378
|
initialize_high?: number | undefined;
|
|
377
379
|
bindEventSetting?: {
|
|
378
380
|
[x: string]: unknown;
|
|
379
|
-
event_type: import("
|
|
381
|
+
event_type: import("../../shared/types").LowCodeTypes.EVENT_TYPE;
|
|
380
382
|
event_field?: string | undefined;
|
|
381
383
|
params?: {
|
|
382
384
|
p_value?: string | undefined;
|
|
383
385
|
p_name: string;
|
|
384
|
-
p_select: import("
|
|
386
|
+
p_select: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
|
385
387
|
}[] | undefined;
|
|
386
388
|
results?: {
|
|
387
389
|
p_value: string;
|
|
@@ -390,21 +392,21 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
390
392
|
compareMap?: {
|
|
391
393
|
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
392
394
|
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
393
|
-
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
394
|
-
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
395
|
-
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
396
|
-
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
397
395
|
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
398
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
399
396
|
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
397
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
400
398
|
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
399
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
400
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
401
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
402
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
401
403
|
} | undefined;
|
|
402
404
|
}[] | undefined;
|
|
403
405
|
show_mode?: ("DROPDOWN" | "H_TILE" | "V_TILE" | "TILE") | undefined;
|
|
404
406
|
is_allow_check_mid?: import("..").FormCommonState | undefined;
|
|
405
407
|
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
|
406
|
-
prefix?: string | import("
|
|
407
|
-
suffix?: string | import("
|
|
408
|
+
prefix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
|
409
|
+
suffix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
|
408
410
|
allowSlash?: string | boolean | undefined;
|
|
409
411
|
allowModify?: "0" | "1" | undefined;
|
|
410
412
|
show_key?: string | undefined;
|
|
@@ -420,8 +422,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
420
422
|
combinationItemDeletable?: boolean | import("..").CombinationItemDeletableFn | undefined;
|
|
421
423
|
children?: any[] | undefined;
|
|
422
424
|
properties?: any[] | undefined;
|
|
423
|
-
componentProps?: import("
|
|
424
|
-
decoratorProps?: import("
|
|
425
|
+
componentProps?: import("../../shared/types").AnyObject | undefined;
|
|
426
|
+
decoratorProps?: import("../../shared/types").AnyObject | undefined;
|
|
425
427
|
noDecorator?: {
|
|
426
428
|
valueOf: () => boolean;
|
|
427
429
|
} | undefined;
|
|
@@ -1961,11 +1963,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1961
1963
|
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
1962
1964
|
when?: string | boolean | undefined;
|
|
1963
1965
|
fulfill?: {
|
|
1964
|
-
state?: import("
|
|
1966
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
1965
1967
|
run?: string | undefined;
|
|
1966
1968
|
} | undefined;
|
|
1967
1969
|
otherwise?: {
|
|
1968
|
-
state?: import("
|
|
1970
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
1969
1971
|
run?: string | undefined;
|
|
1970
1972
|
} | undefined;
|
|
1971
1973
|
} | {
|
|
@@ -1975,11 +1977,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1975
1977
|
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
1976
1978
|
when?: string | boolean | undefined;
|
|
1977
1979
|
fulfill?: {
|
|
1978
|
-
state?: import("
|
|
1980
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
1979
1981
|
run?: string | undefined;
|
|
1980
1982
|
} | undefined;
|
|
1981
1983
|
otherwise?: {
|
|
1982
|
-
state?: import("
|
|
1984
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
1983
1985
|
run?: string | undefined;
|
|
1984
1986
|
} | undefined;
|
|
1985
1987
|
}[] | undefined;
|
|
@@ -2079,8 +2081,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2079
2081
|
link_key?: string | undefined;
|
|
2080
2082
|
link_key_split?: string | undefined;
|
|
2081
2083
|
show_key?: string | string[] | undefined;
|
|
2082
|
-
conObj?: import("
|
|
2083
|
-
conObjFirstLevel?: import("
|
|
2084
|
+
conObj?: import("../../shared/types").AnyObject[] | undefined;
|
|
2085
|
+
conObjFirstLevel?: import("../../shared/types").AnyObject[] | undefined;
|
|
2084
2086
|
setting?: {
|
|
2085
2087
|
cascading?: {
|
|
2086
2088
|
'form.name': string;
|
|
@@ -2105,11 +2107,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2105
2107
|
nameKey?: string | undefined;
|
|
2106
2108
|
valueKey?: string | undefined;
|
|
2107
2109
|
showKey?: string | undefined;
|
|
2108
|
-
|
|
2110
|
+
searchKey?: string[] | undefined;
|
|
2111
|
+
params?: import("../../shared/types").AnyObject | undefined;
|
|
2109
2112
|
dependKey?: string | Record<string, string> | (string | {
|
|
2110
2113
|
paramName: string;
|
|
2111
2114
|
paramValue?: string | undefined;
|
|
2112
2115
|
required?: boolean | undefined;
|
|
2116
|
+
keepValue?: boolean | undefined;
|
|
2113
2117
|
})[] | undefined;
|
|
2114
2118
|
} | undefined;
|
|
2115
2119
|
suffixConfig?: any | any[] | undefined;
|
|
@@ -2124,12 +2128,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2124
2128
|
initialize_high?: number | undefined;
|
|
2125
2129
|
bindEventSetting?: {
|
|
2126
2130
|
[x: string]: unknown;
|
|
2127
|
-
event_type: import("
|
|
2131
|
+
event_type: import("../../shared/types").LowCodeTypes.EVENT_TYPE;
|
|
2128
2132
|
event_field?: string | undefined;
|
|
2129
2133
|
params?: {
|
|
2130
2134
|
p_value?: string | undefined;
|
|
2131
2135
|
p_name: string;
|
|
2132
|
-
p_select: import("
|
|
2136
|
+
p_select: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
|
2133
2137
|
}[] | undefined;
|
|
2134
2138
|
results?: {
|
|
2135
2139
|
p_value: string;
|
|
@@ -2138,21 +2142,21 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2138
2142
|
compareMap?: {
|
|
2139
2143
|
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2140
2144
|
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2141
|
-
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2142
|
-
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2143
|
-
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2144
|
-
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2145
2145
|
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2146
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2147
2146
|
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2147
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2148
2148
|
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2149
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2150
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2151
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2152
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2149
2153
|
} | undefined;
|
|
2150
2154
|
}[] | undefined;
|
|
2151
2155
|
show_mode?: ("DROPDOWN" | "H_TILE" | "V_TILE" | "TILE") | undefined;
|
|
2152
2156
|
is_allow_check_mid?: import("..").FormCommonState | undefined;
|
|
2153
2157
|
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
|
2154
|
-
prefix?: string | import("
|
|
2155
|
-
suffix?: string | import("
|
|
2158
|
+
prefix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
|
2159
|
+
suffix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
|
2156
2160
|
allowSlash?: string | boolean | undefined;
|
|
2157
2161
|
allowModify?: "0" | "1" | undefined;
|
|
2158
2162
|
show_key?: string | undefined;
|
|
@@ -2168,8 +2172,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2168
2172
|
combinationItemDeletable?: boolean | import("..").CombinationItemDeletableFn | undefined;
|
|
2169
2173
|
children?: any[] | undefined;
|
|
2170
2174
|
properties?: any[] | undefined;
|
|
2171
|
-
componentProps?: import("
|
|
2172
|
-
decoratorProps?: import("
|
|
2175
|
+
componentProps?: import("../../shared/types").AnyObject | undefined;
|
|
2176
|
+
decoratorProps?: import("../../shared/types").AnyObject | undefined;
|
|
2173
2177
|
noDecorator?: {
|
|
2174
2178
|
valueOf: () => boolean;
|
|
2175
2179
|
} | undefined;
|
|
@@ -3709,11 +3713,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3709
3713
|
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
3710
3714
|
when?: string | boolean | undefined;
|
|
3711
3715
|
fulfill?: {
|
|
3712
|
-
state?: import("
|
|
3716
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
3713
3717
|
run?: string | undefined;
|
|
3714
3718
|
} | undefined;
|
|
3715
3719
|
otherwise?: {
|
|
3716
|
-
state?: import("
|
|
3720
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
3717
3721
|
run?: string | undefined;
|
|
3718
3722
|
} | undefined;
|
|
3719
3723
|
} | {
|
|
@@ -3723,11 +3727,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3723
3727
|
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
3724
3728
|
when?: string | boolean | undefined;
|
|
3725
3729
|
fulfill?: {
|
|
3726
|
-
state?: import("
|
|
3730
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
3727
3731
|
run?: string | undefined;
|
|
3728
3732
|
} | undefined;
|
|
3729
3733
|
otherwise?: {
|
|
3730
|
-
state?: import("
|
|
3734
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
3731
3735
|
run?: string | undefined;
|
|
3732
3736
|
} | undefined;
|
|
3733
3737
|
}[] | undefined;
|
|
@@ -3738,21 +3742,21 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3738
3742
|
}[]>;
|
|
3739
3743
|
lowCodeReactionsRef: import("vue").Ref<{
|
|
3740
3744
|
conObj: {
|
|
3741
|
-
con: import("
|
|
3745
|
+
con: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
|
3742
3746
|
field_key: string;
|
|
3743
3747
|
value: unknown;
|
|
3744
3748
|
}[];
|
|
3745
3749
|
compareMap?: {
|
|
3746
3750
|
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3747
3751
|
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3748
|
-
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3749
|
-
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3750
|
-
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3751
|
-
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3752
3752
|
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3753
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3754
3753
|
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3754
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3755
3755
|
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3756
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3757
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3758
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3759
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3756
3760
|
} | undefined;
|
|
3757
3761
|
sqlExpression?: string | undefined;
|
|
3758
3762
|
showField?: string[] | undefined;
|
|
@@ -3768,7 +3772,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3768
3772
|
parsedTextFormatter: import("./src/types").FormConfigTextFormatter;
|
|
3769
3773
|
currentEditField: import("vue").Ref<import("./src/types").FormConfigItem | undefined>;
|
|
3770
3774
|
formConfigEditRef: import("vue").Ref<{
|
|
3771
|
-
validate: import("
|
|
3775
|
+
validate: import("../../shared/types").AnyFn<any[], any>;
|
|
3772
3776
|
} | undefined>;
|
|
3773
3777
|
transform: (fieldList: import("./src/types").FormConfigItem[]) => import("./src/types").FormConfigItem[];
|
|
3774
3778
|
inverseTransform: (fieldList: import("./src/types").FormConfigItem[], withOriginalSetting: boolean, otherConfig?: Partial<import("./src/types").FormConfigItem> | undefined) => import("./src/types").FormConfigItem[];
|
|
@@ -3864,8 +3868,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3864
3868
|
link_key?: string | undefined;
|
|
3865
3869
|
link_key_split?: string | undefined;
|
|
3866
3870
|
show_key?: string | string[] | undefined;
|
|
3867
|
-
conObj?: import("
|
|
3868
|
-
conObjFirstLevel?: import("
|
|
3871
|
+
conObj?: import("../../shared/types").AnyObject[] | undefined;
|
|
3872
|
+
conObjFirstLevel?: import("../../shared/types").AnyObject[] | undefined;
|
|
3869
3873
|
setting?: {
|
|
3870
3874
|
cascading?: {
|
|
3871
3875
|
'form.name': string;
|
|
@@ -3890,11 +3894,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3890
3894
|
nameKey?: string | undefined;
|
|
3891
3895
|
valueKey?: string | undefined;
|
|
3892
3896
|
showKey?: string | undefined;
|
|
3893
|
-
|
|
3897
|
+
searchKey?: string[] | undefined;
|
|
3898
|
+
params?: import("../../shared/types").AnyObject | undefined;
|
|
3894
3899
|
dependKey?: string | Record<string, string> | (string | {
|
|
3895
3900
|
paramName: string;
|
|
3896
3901
|
paramValue?: string | undefined;
|
|
3897
3902
|
required?: boolean | undefined;
|
|
3903
|
+
keepValue?: boolean | undefined;
|
|
3898
3904
|
})[] | undefined;
|
|
3899
3905
|
} | undefined;
|
|
3900
3906
|
suffixConfig?: any | any[] | undefined;
|
|
@@ -3909,12 +3915,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3909
3915
|
initialize_high?: number | undefined;
|
|
3910
3916
|
bindEventSetting?: {
|
|
3911
3917
|
[x: string]: unknown;
|
|
3912
|
-
event_type: import("
|
|
3918
|
+
event_type: import("../../shared/types").LowCodeTypes.EVENT_TYPE;
|
|
3913
3919
|
event_field?: string | undefined;
|
|
3914
3920
|
params?: {
|
|
3915
3921
|
p_value?: string | undefined;
|
|
3916
3922
|
p_name: string;
|
|
3917
|
-
p_select: import("
|
|
3923
|
+
p_select: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
|
3918
3924
|
}[] | undefined;
|
|
3919
3925
|
results?: {
|
|
3920
3926
|
p_value: string;
|
|
@@ -3923,21 +3929,21 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3923
3929
|
compareMap?: {
|
|
3924
3930
|
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3925
3931
|
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3926
|
-
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3927
|
-
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3928
|
-
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3929
|
-
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3930
3932
|
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3931
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3932
3933
|
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3934
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3933
3935
|
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3936
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3937
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3938
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3939
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3934
3940
|
} | undefined;
|
|
3935
3941
|
}[] | undefined;
|
|
3936
3942
|
show_mode?: ("DROPDOWN" | "H_TILE" | "V_TILE" | "TILE") | undefined;
|
|
3937
3943
|
is_allow_check_mid?: import("..").FormCommonState | undefined;
|
|
3938
3944
|
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
|
3939
|
-
prefix?: string | import("
|
|
3940
|
-
suffix?: string | import("
|
|
3945
|
+
prefix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
|
3946
|
+
suffix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
|
3941
3947
|
allowSlash?: string | boolean | undefined;
|
|
3942
3948
|
allowModify?: "0" | "1" | undefined;
|
|
3943
3949
|
show_key?: string | undefined;
|
|
@@ -3953,8 +3959,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3953
3959
|
combinationItemDeletable?: boolean | import("..").CombinationItemDeletableFn | undefined;
|
|
3954
3960
|
children?: any[] | undefined;
|
|
3955
3961
|
properties?: any[] | undefined;
|
|
3956
|
-
componentProps?: import("
|
|
3957
|
-
decoratorProps?: import("
|
|
3962
|
+
componentProps?: import("../../shared/types").AnyObject | undefined;
|
|
3963
|
+
decoratorProps?: import("../../shared/types").AnyObject | undefined;
|
|
3958
3964
|
noDecorator?: {
|
|
3959
3965
|
valueOf: () => boolean;
|
|
3960
3966
|
} | undefined;
|
|
@@ -5494,11 +5500,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5494
5500
|
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
5495
5501
|
when?: string | boolean | undefined;
|
|
5496
5502
|
fulfill?: {
|
|
5497
|
-
state?: import("
|
|
5503
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
5498
5504
|
run?: string | undefined;
|
|
5499
5505
|
} | undefined;
|
|
5500
5506
|
otherwise?: {
|
|
5501
|
-
state?: import("
|
|
5507
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
5502
5508
|
run?: string | undefined;
|
|
5503
5509
|
} | undefined;
|
|
5504
5510
|
} | {
|
|
@@ -5508,11 +5514,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5508
5514
|
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
5509
5515
|
when?: string | boolean | undefined;
|
|
5510
5516
|
fulfill?: {
|
|
5511
|
-
state?: import("
|
|
5517
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
5512
5518
|
run?: string | undefined;
|
|
5513
5519
|
} | undefined;
|
|
5514
5520
|
otherwise?: {
|
|
5515
|
-
state?: import("
|
|
5521
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
5516
5522
|
run?: string | undefined;
|
|
5517
5523
|
} | undefined;
|
|
5518
5524
|
}[] | undefined;
|
|
@@ -5612,8 +5618,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5612
5618
|
link_key?: string | undefined;
|
|
5613
5619
|
link_key_split?: string | undefined;
|
|
5614
5620
|
show_key?: string | string[] | undefined;
|
|
5615
|
-
conObj?: import("
|
|
5616
|
-
conObjFirstLevel?: import("
|
|
5621
|
+
conObj?: import("../../shared/types").AnyObject[] | undefined;
|
|
5622
|
+
conObjFirstLevel?: import("../../shared/types").AnyObject[] | undefined;
|
|
5617
5623
|
setting?: {
|
|
5618
5624
|
cascading?: {
|
|
5619
5625
|
'form.name': string;
|
|
@@ -5638,11 +5644,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5638
5644
|
nameKey?: string | undefined;
|
|
5639
5645
|
valueKey?: string | undefined;
|
|
5640
5646
|
showKey?: string | undefined;
|
|
5641
|
-
|
|
5647
|
+
searchKey?: string[] | undefined;
|
|
5648
|
+
params?: import("../../shared/types").AnyObject | undefined;
|
|
5642
5649
|
dependKey?: string | Record<string, string> | (string | {
|
|
5643
5650
|
paramName: string;
|
|
5644
5651
|
paramValue?: string | undefined;
|
|
5645
5652
|
required?: boolean | undefined;
|
|
5653
|
+
keepValue?: boolean | undefined;
|
|
5646
5654
|
})[] | undefined;
|
|
5647
5655
|
} | undefined;
|
|
5648
5656
|
suffixConfig?: any | any[] | undefined;
|
|
@@ -5657,12 +5665,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5657
5665
|
initialize_high?: number | undefined;
|
|
5658
5666
|
bindEventSetting?: {
|
|
5659
5667
|
[x: string]: unknown;
|
|
5660
|
-
event_type: import("
|
|
5668
|
+
event_type: import("../../shared/types").LowCodeTypes.EVENT_TYPE;
|
|
5661
5669
|
event_field?: string | undefined;
|
|
5662
5670
|
params?: {
|
|
5663
5671
|
p_value?: string | undefined;
|
|
5664
5672
|
p_name: string;
|
|
5665
|
-
p_select: import("
|
|
5673
|
+
p_select: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
|
5666
5674
|
}[] | undefined;
|
|
5667
5675
|
results?: {
|
|
5668
5676
|
p_value: string;
|
|
@@ -5671,21 +5679,21 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5671
5679
|
compareMap?: {
|
|
5672
5680
|
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5673
5681
|
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5674
|
-
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5675
|
-
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5676
|
-
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5677
|
-
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5678
5682
|
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5679
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5680
5683
|
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5684
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5681
5685
|
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5686
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5687
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5688
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5689
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5682
5690
|
} | undefined;
|
|
5683
5691
|
}[] | undefined;
|
|
5684
5692
|
show_mode?: ("DROPDOWN" | "H_TILE" | "V_TILE" | "TILE") | undefined;
|
|
5685
5693
|
is_allow_check_mid?: import("..").FormCommonState | undefined;
|
|
5686
5694
|
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
|
5687
|
-
prefix?: string | import("
|
|
5688
|
-
suffix?: string | import("
|
|
5695
|
+
prefix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
|
5696
|
+
suffix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
|
5689
5697
|
allowSlash?: string | boolean | undefined;
|
|
5690
5698
|
allowModify?: "0" | "1" | undefined;
|
|
5691
5699
|
show_key?: string | undefined;
|
|
@@ -5701,8 +5709,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5701
5709
|
combinationItemDeletable?: boolean | import("..").CombinationItemDeletableFn | undefined;
|
|
5702
5710
|
children?: any[] | undefined;
|
|
5703
5711
|
properties?: any[] | undefined;
|
|
5704
|
-
componentProps?: import("
|
|
5705
|
-
decoratorProps?: import("
|
|
5712
|
+
componentProps?: import("../../shared/types").AnyObject | undefined;
|
|
5713
|
+
decoratorProps?: import("../../shared/types").AnyObject | undefined;
|
|
5706
5714
|
noDecorator?: {
|
|
5707
5715
|
valueOf: () => boolean;
|
|
5708
5716
|
} | undefined;
|
|
@@ -7242,11 +7250,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7242
7250
|
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
7243
7251
|
when?: string | boolean | undefined;
|
|
7244
7252
|
fulfill?: {
|
|
7245
|
-
state?: import("
|
|
7253
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
7246
7254
|
run?: string | undefined;
|
|
7247
7255
|
} | undefined;
|
|
7248
7256
|
otherwise?: {
|
|
7249
|
-
state?: import("
|
|
7257
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
7250
7258
|
run?: string | undefined;
|
|
7251
7259
|
} | undefined;
|
|
7252
7260
|
} | {
|
|
@@ -7256,11 +7264,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7256
7264
|
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
7257
7265
|
when?: string | boolean | undefined;
|
|
7258
7266
|
fulfill?: {
|
|
7259
|
-
state?: import("
|
|
7267
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
7260
7268
|
run?: string | undefined;
|
|
7261
7269
|
} | undefined;
|
|
7262
7270
|
otherwise?: {
|
|
7263
|
-
state?: import("
|
|
7271
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
7264
7272
|
run?: string | undefined;
|
|
7265
7273
|
} | undefined;
|
|
7266
7274
|
}[] | undefined;
|
|
@@ -7350,7 +7358,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7350
7358
|
lineBreakFormRef: import("vue").Ref<import("..").FormRenderExpose | undefined>;
|
|
7351
7359
|
initialData: Partial<import("./src/types").FormConfigItem>;
|
|
7352
7360
|
emit: (event: "submit", payload: import("./src/types").FormConfigItem) => void;
|
|
7353
|
-
submit: (type: string, props?: import("
|
|
7361
|
+
submit: (type: string, props?: import("../../shared/types").AnyObject | undefined, formRef?: import("..").FormRenderExpose | undefined) => Promise<void>;
|
|
7354
7362
|
pick: {
|
|
7355
7363
|
<T extends object, U extends keyof T>(object: T, ...props: import("lodash").Many<U>[]): Pick<T, U>;
|
|
7356
7364
|
<T_1>(object: T_1 | null | undefined, ...props: import("lodash").Many<import("lodash").PropertyPath>[]): Partial<T_1>;
|
|
@@ -7369,7 +7377,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7369
7377
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
|
7370
7378
|
};
|
|
7371
7379
|
initialData: {
|
|
7372
|
-
type: import("vue").PropType<import("
|
|
7380
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
7373
7381
|
default: () => {};
|
|
7374
7382
|
};
|
|
7375
7383
|
fieldVisitor: {
|
|
@@ -7458,11 +7466,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7458
7466
|
default: () => {};
|
|
7459
7467
|
};
|
|
7460
7468
|
scope: {
|
|
7461
|
-
type: import("vue").PropType<import("
|
|
7469
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
7462
7470
|
default: () => {};
|
|
7463
7471
|
};
|
|
7464
7472
|
annotation: {
|
|
7465
|
-
type: import("vue").PropType<import("
|
|
7473
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
7466
7474
|
};
|
|
7467
7475
|
consumer: {
|
|
7468
7476
|
type: BooleanConstructor;
|
|
@@ -7478,9 +7486,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7478
7486
|
field: import("@formily/core").GeneralField;
|
|
7479
7487
|
oldValue: unknown;
|
|
7480
7488
|
}): any;
|
|
7481
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
7482
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
7483
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
7489
|
+
beforeRequest(fieldKey: string, params?: import("../../shared/types").AnyObject | undefined, payload?: import("../../shared/types").AnyObject | undefined): void | import("../../shared/types").UndefinedAble<import("../../shared/types").AnyObject>;
|
|
7490
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../shared/types").AnyObject | undefined): import("../../shared/types").AnyObject[];
|
|
7491
|
+
afterOptionInit(fieldKey: string, options: import("../../shared/types").AnyObject[], payload?: import("../../shared/types").AnyObject | undefined): void;
|
|
7484
7492
|
}>>;
|
|
7485
7493
|
};
|
|
7486
7494
|
requestInstance: {
|
|
@@ -7491,13 +7499,17 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7491
7499
|
default: boolean;
|
|
7492
7500
|
};
|
|
7493
7501
|
lowCodeReactions: {
|
|
7494
|
-
type: import("vue").PropType<import("
|
|
7502
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.reactionsConfig[]>;
|
|
7495
7503
|
};
|
|
7496
7504
|
operationalForm: {
|
|
7497
|
-
type: import("vue").PropType<import("
|
|
7505
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.operationalConfig[]>;
|
|
7498
7506
|
};
|
|
7499
7507
|
dateOperationalForm: {
|
|
7500
|
-
type: import("vue").PropType<import("
|
|
7508
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.dateOperationalConfig[]>;
|
|
7509
|
+
};
|
|
7510
|
+
operationalFormInit: {
|
|
7511
|
+
type: BooleanConstructor;
|
|
7512
|
+
default: boolean;
|
|
7501
7513
|
};
|
|
7502
7514
|
linebarAutoHidden: {
|
|
7503
7515
|
type: BooleanConstructor;
|
|
@@ -7521,7 +7533,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7521
7533
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
|
7522
7534
|
};
|
|
7523
7535
|
initialData: {
|
|
7524
|
-
type: import("vue").PropType<import("
|
|
7536
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
7525
7537
|
default: () => {};
|
|
7526
7538
|
};
|
|
7527
7539
|
fieldVisitor: {
|
|
@@ -7610,11 +7622,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7610
7622
|
default: () => {};
|
|
7611
7623
|
};
|
|
7612
7624
|
scope: {
|
|
7613
|
-
type: import("vue").PropType<import("
|
|
7625
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
7614
7626
|
default: () => {};
|
|
7615
7627
|
};
|
|
7616
7628
|
annotation: {
|
|
7617
|
-
type: import("vue").PropType<import("
|
|
7629
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
7618
7630
|
};
|
|
7619
7631
|
consumer: {
|
|
7620
7632
|
type: BooleanConstructor;
|
|
@@ -7630,9 +7642,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7630
7642
|
field: import("@formily/core").GeneralField;
|
|
7631
7643
|
oldValue: unknown;
|
|
7632
7644
|
}): any;
|
|
7633
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
7634
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
7635
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
7645
|
+
beforeRequest(fieldKey: string, params?: import("../../shared/types").AnyObject | undefined, payload?: import("../../shared/types").AnyObject | undefined): void | import("../../shared/types").UndefinedAble<import("../../shared/types").AnyObject>;
|
|
7646
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../shared/types").AnyObject | undefined): import("../../shared/types").AnyObject[];
|
|
7647
|
+
afterOptionInit(fieldKey: string, options: import("../../shared/types").AnyObject[], payload?: import("../../shared/types").AnyObject | undefined): void;
|
|
7636
7648
|
}>>;
|
|
7637
7649
|
};
|
|
7638
7650
|
requestInstance: {
|
|
@@ -7643,13 +7655,17 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7643
7655
|
default: boolean;
|
|
7644
7656
|
};
|
|
7645
7657
|
lowCodeReactions: {
|
|
7646
|
-
type: import("vue").PropType<import("
|
|
7658
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.reactionsConfig[]>;
|
|
7647
7659
|
};
|
|
7648
7660
|
operationalForm: {
|
|
7649
|
-
type: import("vue").PropType<import("
|
|
7661
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.operationalConfig[]>;
|
|
7650
7662
|
};
|
|
7651
7663
|
dateOperationalForm: {
|
|
7652
|
-
type: import("vue").PropType<import("
|
|
7664
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.dateOperationalConfig[]>;
|
|
7665
|
+
};
|
|
7666
|
+
operationalFormInit: {
|
|
7667
|
+
type: BooleanConstructor;
|
|
7668
|
+
default: boolean;
|
|
7653
7669
|
};
|
|
7654
7670
|
linebarAutoHidden: {
|
|
7655
7671
|
type: BooleanConstructor;
|
|
@@ -7693,7 +7709,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7693
7709
|
changeContextCollector: import("..").ContextCollector;
|
|
7694
7710
|
formUUID: string;
|
|
7695
7711
|
anchorBarRef: import("vue").Ref<{
|
|
7696
|
-
syncBarPosition: import("
|
|
7712
|
+
syncBarPosition: import("../../shared/types").AnyFn<any[], any>;
|
|
7697
7713
|
} | undefined>;
|
|
7698
7714
|
currentAnchor: import("vue").WritableComputedRef<string>;
|
|
7699
7715
|
updateAnchorList: (field: import("@formily/core").GeneralField) => void;
|
|
@@ -7708,18 +7724,18 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7708
7724
|
field: import("@formily/core").GeneralField;
|
|
7709
7725
|
oldValue: unknown;
|
|
7710
7726
|
}): any;
|
|
7711
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
7712
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
7713
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
7714
|
-
}>>[T_2]> | undefined) => import("
|
|
7727
|
+
beforeRequest(fieldKey: string, params?: import("../../shared/types").AnyObject | undefined, payload?: import("../../shared/types").AnyObject | undefined): void | import("../../shared/types").UndefinedAble<import("../../shared/types").AnyObject>;
|
|
7728
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../shared/types").AnyObject | undefined): import("../../shared/types").AnyObject[];
|
|
7729
|
+
afterOptionInit(fieldKey: string, options: import("../../shared/types").AnyObject[], payload?: import("../../shared/types").AnyObject | undefined): void;
|
|
7730
|
+
}>>[T_2]> | undefined) => import("../../shared/types").UndefinedAble<ReturnType<Required<Partial<{
|
|
7715
7731
|
onSetup(): void;
|
|
7716
7732
|
beforeSetValue(fieldKey: string, value: unknown, payload: {
|
|
7717
7733
|
field: import("@formily/core").GeneralField;
|
|
7718
7734
|
oldValue: unknown;
|
|
7719
7735
|
}): any;
|
|
7720
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
7721
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
7722
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
7736
|
+
beforeRequest(fieldKey: string, params?: import("../../shared/types").AnyObject | undefined, payload?: import("../../shared/types").AnyObject | undefined): void | import("../../shared/types").UndefinedAble<import("../../shared/types").AnyObject>;
|
|
7737
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../shared/types").AnyObject | undefined): import("../../shared/types").AnyObject[];
|
|
7738
|
+
afterOptionInit(fieldKey: string, options: import("../../shared/types").AnyObject[], payload?: import("../../shared/types").AnyObject | undefined): void;
|
|
7723
7739
|
}>>[T_2]>>;
|
|
7724
7740
|
triggerAutoHidden: (field: import("@formily/core").GeneralField) => Promise<void>;
|
|
7725
7741
|
observeFormGraph: Record<string, import("@formily/core").GeneralField>;
|
|
@@ -7731,15 +7747,15 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7731
7747
|
}>;
|
|
7732
7748
|
lowCodeReactionsHandler: (field: string) => void;
|
|
7733
7749
|
triggerAllReactionsHandler: () => void;
|
|
7734
|
-
operationalFormHandler:
|
|
7735
|
-
|
|
7736
|
-
|
|
7737
|
-
|
|
7738
|
-
setDisabled: (value: boolean) => void;
|
|
7750
|
+
operationalFormHandler: {
|
|
7751
|
+
trigger(fieldKey: string): void;
|
|
7752
|
+
triggerAll(): void;
|
|
7753
|
+
triggerDisabled: string | boolean;
|
|
7739
7754
|
};
|
|
7755
|
+
wordbookSettingHandler: import("..").wordbookSettingHandler;
|
|
7740
7756
|
schemaAdaptor: (fieldList: import("..").FieldItem[], options?: Partial<{
|
|
7741
7757
|
fieldList: import("..").FieldItem[];
|
|
7742
|
-
initialData: import("
|
|
7758
|
+
initialData: import("../../shared/types").AnyObject;
|
|
7743
7759
|
fieldVisitor: import("..").FieldVisitor;
|
|
7744
7760
|
column: number;
|
|
7745
7761
|
maxHeight: string | number;
|
|
@@ -7803,8 +7819,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7803
7819
|
"x-compile-omitted"?: string[] | undefined;
|
|
7804
7820
|
}>;
|
|
7805
7821
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
7806
|
-
scope: import("
|
|
7807
|
-
annotation: import("
|
|
7822
|
+
scope: import("../../shared/types").AnyObject;
|
|
7823
|
+
annotation: import("../../shared/types").AnyObject;
|
|
7808
7824
|
consumer: boolean;
|
|
7809
7825
|
uuid: string;
|
|
7810
7826
|
lifeCycle: Partial<{
|
|
@@ -7813,18 +7829,18 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7813
7829
|
field: import("@formily/core").GeneralField;
|
|
7814
7830
|
oldValue: unknown;
|
|
7815
7831
|
}): any;
|
|
7816
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
7817
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
7818
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
7832
|
+
beforeRequest(fieldKey: string, params?: import("../../shared/types").AnyObject | undefined, payload?: import("../../shared/types").AnyObject | undefined): void | import("../../shared/types").UndefinedAble<import("../../shared/types").AnyObject>;
|
|
7833
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../shared/types").AnyObject | undefined): import("../../shared/types").AnyObject[];
|
|
7834
|
+
afterOptionInit(fieldKey: string, options: import("../../shared/types").AnyObject[], payload?: import("../../shared/types").AnyObject | undefined): void;
|
|
7819
7835
|
}>;
|
|
7820
7836
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
7821
7837
|
requestInstance: import("..").FormRequestDefine.RequestInstance;
|
|
7822
7838
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
7823
|
-
lowCodeReactions: import("
|
|
7839
|
+
lowCodeReactions: import("../../shared/types").LowCodeTypes.reactionsConfig[];
|
|
7824
7840
|
linebarAutoHidden: boolean;
|
|
7825
7841
|
bordered: string | boolean;
|
|
7826
7842
|
uniqueCacheData: boolean;
|
|
7827
|
-
operationalForm: import("
|
|
7843
|
+
operationalForm: import("../../shared/types").LowCodeTypes.operationalConfig[];
|
|
7828
7844
|
outBordered: boolean;
|
|
7829
7845
|
forceClearable: boolean;
|
|
7830
7846
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
|
@@ -7944,114 +7960,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7944
7960
|
}>>;
|
|
7945
7961
|
onKeydown: (event: KeyboardEvent) => Promise<void>;
|
|
7946
7962
|
clearSpan: (uuid: string) => void;
|
|
7947
|
-
exposeEvent:
|
|
7948
|
-
validate(path?: string | ((field: import("@formily/core").Field<any, any, any, any>) => boolean), { force }?: {
|
|
7949
|
-
force?: boolean | undefined;
|
|
7950
|
-
}): Promise<void>;
|
|
7951
|
-
getFormValues(needCombineExtendKey?: boolean): any;
|
|
7952
|
-
setFormValues(values: import("../../../es/shared/types").AnyObject, needSplitExtendKey?: boolean, overwrite?: boolean): void;
|
|
7953
|
-
setFieldState(path: string, setter: (field: Partial<Pick<import("@formily/core").Field<any, any, any, any>, import("@formily/core").NonFunctionPropertyNames<{
|
|
7954
|
-
match: (pattern: import("@formily/path").Pattern) => boolean;
|
|
7955
|
-
validate: (triggerType?: import("@formily/validator").ValidatorTriggerType | undefined) => any;
|
|
7956
|
-
data: any;
|
|
7957
|
-
loading: boolean;
|
|
7958
|
-
required: boolean;
|
|
7959
|
-
value: string;
|
|
7960
|
-
readonly index: string | number;
|
|
7961
|
-
disabled: boolean;
|
|
7962
|
-
onFocus: (...args: any[]) => Promise<void>;
|
|
7963
|
-
onBlur: (...args: any[]) => Promise<void>;
|
|
7964
|
-
onInput: (...args: any[]) => Promise<void>;
|
|
7965
|
-
editable: boolean;
|
|
7966
|
-
reset: (options?: import("@formily/core").IFieldResetOptions | undefined) => Promise<void>;
|
|
7967
|
-
title: string;
|
|
7968
|
-
visible: boolean;
|
|
7969
|
-
submit: <T_3>(onSubmit?: ((values: any) => void | Promise<T_3>) | undefined) => Promise<T_3>;
|
|
7970
|
-
validator: import("@formily/core").FieldValidator;
|
|
7971
|
-
pattern: import("@formily/core").FieldPatternTypes;
|
|
7972
|
-
content: any;
|
|
7973
|
-
display: import("@formily/core").FieldDisplayTypes;
|
|
7974
|
-
hidden: boolean;
|
|
7975
|
-
form: import("@formily/core").Form<any>;
|
|
7976
|
-
componentProps: Record<string, any>;
|
|
7977
|
-
decoratorProps: Record<string, any>;
|
|
7978
|
-
description: string;
|
|
7979
|
-
readOnly: boolean;
|
|
7980
|
-
component: import("@formily/core").FieldComponent<any, any>;
|
|
7981
|
-
decorator: import("@formily/core").FieldDecorator<any, any>;
|
|
7982
|
-
validating: boolean;
|
|
7983
|
-
submitting: boolean;
|
|
7984
|
-
active: boolean;
|
|
7985
|
-
visited: boolean;
|
|
7986
|
-
selfModified: boolean;
|
|
7987
|
-
modified: boolean;
|
|
7988
|
-
inputValue: string;
|
|
7989
|
-
inputValues: any[];
|
|
7990
|
-
dataSource: import("@formily/core").FieldDataSource;
|
|
7991
|
-
feedbacks: import("@formily/core").IFieldFeedback[];
|
|
7992
|
-
caches: import("@formily/core").IFieldCaches;
|
|
7993
|
-
selfErrors: import("@formily/core").FeedbackMessage;
|
|
7994
|
-
readonly errors: import("@formily/core").IFormFeedback[];
|
|
7995
|
-
selfWarnings: import("@formily/core").FeedbackMessage;
|
|
7996
|
-
readonly warnings: import("@formily/core").IFormFeedback[];
|
|
7997
|
-
selfSuccesses: import("@formily/core").FeedbackMessage;
|
|
7998
|
-
readonly successes: import("@formily/core").IFormFeedback[];
|
|
7999
|
-
readonly selfValid: boolean;
|
|
8000
|
-
readonly valid: boolean;
|
|
8001
|
-
readonly selfInvalid: boolean;
|
|
8002
|
-
readonly invalid: boolean;
|
|
8003
|
-
initialValue: string;
|
|
8004
|
-
readonly validateStatus: "error" | "success" | "warning" | "validating";
|
|
8005
|
-
setDataSource: (dataSource?: import("@formily/core").FieldDataSource | undefined) => void;
|
|
8006
|
-
setFeedback: (feedback?: import("@formily/core").IFieldFeedback | undefined) => void;
|
|
8007
|
-
setSelfErrors: (messages?: import("@formily/core").FeedbackMessage | undefined) => void;
|
|
8008
|
-
setSelfWarnings: (messages?: import("@formily/core").FeedbackMessage | undefined) => void;
|
|
8009
|
-
setSelfSuccesses: (messages?: import("@formily/core").FeedbackMessage | undefined) => void;
|
|
8010
|
-
setValidator: (validator?: import("@formily/core").FieldValidator | undefined) => void;
|
|
8011
|
-
setValidatorRule: (name: string, value: any) => void;
|
|
8012
|
-
setRequired: (required?: boolean | undefined) => void;
|
|
8013
|
-
setValue: (value?: string | undefined) => void;
|
|
8014
|
-
setInitialValue: (initialValue?: string | undefined) => void;
|
|
8015
|
-
setLoading: (loading?: boolean | undefined) => void;
|
|
8016
|
-
setValidating: (validating?: boolean | undefined) => void;
|
|
8017
|
-
setSubmitting: (submitting?: boolean | undefined) => void;
|
|
8018
|
-
queryFeedbacks: (search?: import("@formily/core").ISearchFeedback | undefined) => import("@formily/core").IFieldFeedback[];
|
|
8019
|
-
modify: () => void;
|
|
8020
|
-
initialized: boolean;
|
|
8021
|
-
mounted: boolean;
|
|
8022
|
-
unmounted: boolean;
|
|
8023
|
-
decoratorType: any;
|
|
8024
|
-
componentType: any;
|
|
8025
|
-
designable: boolean;
|
|
8026
|
-
locate: (address: import("@formily/path").Pattern) => void;
|
|
8027
|
-
readonly parent: import("@formily/core").GeneralField;
|
|
8028
|
-
readPretty: boolean;
|
|
8029
|
-
readonly destroyed: boolean;
|
|
8030
|
-
setTitle: (title?: string | undefined) => void;
|
|
8031
|
-
setDescription: (description?: string | undefined) => void;
|
|
8032
|
-
setDisplay: (type?: import("@formily/core").FieldDisplayTypes | undefined) => void;
|
|
8033
|
-
setPattern: (type?: import("@formily/core").FieldPatternTypes | undefined) => void;
|
|
8034
|
-
setComponent: <C extends unknown, ComponentProps extends object = {}>(component?: C | undefined, props?: ComponentProps | undefined) => void;
|
|
8035
|
-
setComponentProps: <ComponentProps_1 extends object = {}>(props?: ComponentProps_1 | undefined) => void;
|
|
8036
|
-
setDecorator: <D extends unknown, ComponentProps_2 extends object = {}>(component?: D | undefined, props?: ComponentProps_2 | undefined) => void;
|
|
8037
|
-
setDecoratorProps: <ComponentProps_3 extends object = {}>(props?: ComponentProps_3 | undefined) => void;
|
|
8038
|
-
setData: (data: any) => void;
|
|
8039
|
-
setContent: (content: any) => void;
|
|
8040
|
-
onInit: () => void;
|
|
8041
|
-
onMount: () => void;
|
|
8042
|
-
onUnmount: () => void;
|
|
8043
|
-
query: (pattern: import("@formily/path").Pattern) => import("@formily/core").Query;
|
|
8044
|
-
notify: (type: import("@formily/core").LifeCycleTypes, payload?: any) => void;
|
|
8045
|
-
dispose: () => void;
|
|
8046
|
-
destroy: (forceClear?: boolean | undefined) => void;
|
|
8047
|
-
}>>>) => void): void;
|
|
8048
|
-
resetFields(path?: string): Promise<void>;
|
|
8049
|
-
queryWidget(key: string): Promise<{
|
|
8050
|
-
widgetElement: HTMLInputElement | null | undefined;
|
|
8051
|
-
widgetElementList: HTMLInputElement[];
|
|
8052
|
-
decoratorElement: HTMLElement | null | undefined;
|
|
8053
|
-
} | null>;
|
|
8054
|
-
};
|
|
7963
|
+
exposeEvent: Omit<import("..").FormRenderExpose, "getFieldList" | "formModel" | "reload">;
|
|
8055
7964
|
useVersion: typeof import("..").useVersion;
|
|
8056
7965
|
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<{}>>, {}>;
|
|
8057
7966
|
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>>>, {
|
|
@@ -8116,7 +8025,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8116
8025
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
|
8117
8026
|
};
|
|
8118
8027
|
initialData: {
|
|
8119
|
-
type: import("vue").PropType<import("
|
|
8028
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
8120
8029
|
default: () => {};
|
|
8121
8030
|
};
|
|
8122
8031
|
fieldVisitor: {
|
|
@@ -8205,11 +8114,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8205
8114
|
default: () => {};
|
|
8206
8115
|
};
|
|
8207
8116
|
scope: {
|
|
8208
|
-
type: import("vue").PropType<import("
|
|
8117
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
8209
8118
|
default: () => {};
|
|
8210
8119
|
};
|
|
8211
8120
|
annotation: {
|
|
8212
|
-
type: import("vue").PropType<import("
|
|
8121
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
8213
8122
|
};
|
|
8214
8123
|
consumer: {
|
|
8215
8124
|
type: BooleanConstructor;
|
|
@@ -8225,9 +8134,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8225
8134
|
field: import("@formily/core").GeneralField;
|
|
8226
8135
|
oldValue: unknown;
|
|
8227
8136
|
}): any;
|
|
8228
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
8229
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
8230
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
8137
|
+
beforeRequest(fieldKey: string, params?: import("../../shared/types").AnyObject | undefined, payload?: import("../../shared/types").AnyObject | undefined): void | import("../../shared/types").UndefinedAble<import("../../shared/types").AnyObject>;
|
|
8138
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../shared/types").AnyObject | undefined): import("../../shared/types").AnyObject[];
|
|
8139
|
+
afterOptionInit(fieldKey: string, options: import("../../shared/types").AnyObject[], payload?: import("../../shared/types").AnyObject | undefined): void;
|
|
8231
8140
|
}>>;
|
|
8232
8141
|
};
|
|
8233
8142
|
requestInstance: {
|
|
@@ -8238,13 +8147,17 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8238
8147
|
default: boolean;
|
|
8239
8148
|
};
|
|
8240
8149
|
lowCodeReactions: {
|
|
8241
|
-
type: import("vue").PropType<import("
|
|
8150
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.reactionsConfig[]>;
|
|
8242
8151
|
};
|
|
8243
8152
|
operationalForm: {
|
|
8244
|
-
type: import("vue").PropType<import("
|
|
8153
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.operationalConfig[]>;
|
|
8245
8154
|
};
|
|
8246
8155
|
dateOperationalForm: {
|
|
8247
|
-
type: import("vue").PropType<import("
|
|
8156
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.dateOperationalConfig[]>;
|
|
8157
|
+
};
|
|
8158
|
+
operationalFormInit: {
|
|
8159
|
+
type: BooleanConstructor;
|
|
8160
|
+
default: boolean;
|
|
8248
8161
|
};
|
|
8249
8162
|
linebarAutoHidden: {
|
|
8250
8163
|
type: BooleanConstructor;
|
|
@@ -8272,15 +8185,16 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8272
8185
|
column: number;
|
|
8273
8186
|
forceClearable: boolean;
|
|
8274
8187
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
8275
|
-
initialData: import("
|
|
8188
|
+
initialData: import("../../shared/types").AnyObject;
|
|
8276
8189
|
parallelism: number;
|
|
8277
|
-
scope: import("
|
|
8190
|
+
scope: import("../../shared/types").AnyObject;
|
|
8278
8191
|
consumer: boolean;
|
|
8279
8192
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
8280
8193
|
linebarAutoHidden: boolean;
|
|
8281
8194
|
bordered: string | boolean;
|
|
8282
8195
|
uniqueCacheData: boolean;
|
|
8283
8196
|
outBordered: boolean;
|
|
8197
|
+
operationalFormInit: boolean;
|
|
8284
8198
|
}>;
|
|
8285
8199
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
8286
8200
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -8404,7 +8318,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8404
8318
|
formProps: {
|
|
8405
8319
|
type: import("vue").PropType<Partial<Partial<{
|
|
8406
8320
|
fieldList: import("..").FieldItem[];
|
|
8407
|
-
initialData: import("
|
|
8321
|
+
initialData: import("../../shared/types").AnyObject;
|
|
8408
8322
|
fieldVisitor: import("..").FieldVisitor;
|
|
8409
8323
|
column: number;
|
|
8410
8324
|
maxHeight: string | number;
|
|
@@ -8468,8 +8382,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8468
8382
|
"x-compile-omitted"?: string[] | undefined;
|
|
8469
8383
|
}>;
|
|
8470
8384
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
8471
|
-
scope: import("
|
|
8472
|
-
annotation: import("
|
|
8385
|
+
scope: import("../../shared/types").AnyObject;
|
|
8386
|
+
annotation: import("../../shared/types").AnyObject;
|
|
8473
8387
|
consumer: boolean;
|
|
8474
8388
|
uuid: string;
|
|
8475
8389
|
lifeCycle: Partial<{
|
|
@@ -8478,18 +8392,18 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8478
8392
|
field: import("@formily/core").GeneralField;
|
|
8479
8393
|
oldValue: unknown;
|
|
8480
8394
|
}): any;
|
|
8481
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
8482
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
8483
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
8395
|
+
beforeRequest(fieldKey: string, params?: import("../../shared/types").AnyObject | undefined, payload?: import("../../shared/types").AnyObject | undefined): void | import("../../shared/types").UndefinedAble<import("../../shared/types").AnyObject>;
|
|
8396
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../shared/types").AnyObject | undefined): import("../../shared/types").AnyObject[];
|
|
8397
|
+
afterOptionInit(fieldKey: string, options: import("../../shared/types").AnyObject[], payload?: import("../../shared/types").AnyObject | undefined): void;
|
|
8484
8398
|
}>;
|
|
8485
8399
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
8486
8400
|
requestInstance: import("..").FormRequestDefine.RequestInstance;
|
|
8487
8401
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
8488
|
-
lowCodeReactions: import("
|
|
8402
|
+
lowCodeReactions: import("../../shared/types").LowCodeTypes.reactionsConfig[];
|
|
8489
8403
|
linebarAutoHidden: boolean;
|
|
8490
8404
|
bordered: string | boolean;
|
|
8491
8405
|
uniqueCacheData: boolean;
|
|
8492
|
-
operationalForm: import("
|
|
8406
|
+
operationalForm: import("../../shared/types").LowCodeTypes.operationalConfig[];
|
|
8493
8407
|
outBordered: boolean;
|
|
8494
8408
|
forceClearable: boolean;
|
|
8495
8409
|
}>>>;
|
|
@@ -8506,7 +8420,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8506
8420
|
formProps: {
|
|
8507
8421
|
type: import("vue").PropType<Partial<Partial<{
|
|
8508
8422
|
fieldList: import("..").FieldItem[];
|
|
8509
|
-
initialData: import("
|
|
8423
|
+
initialData: import("../../shared/types").AnyObject;
|
|
8510
8424
|
fieldVisitor: import("..").FieldVisitor;
|
|
8511
8425
|
column: number;
|
|
8512
8426
|
maxHeight: string | number;
|
|
@@ -8570,8 +8484,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8570
8484
|
"x-compile-omitted"?: string[] | undefined;
|
|
8571
8485
|
}>;
|
|
8572
8486
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
8573
|
-
scope: import("
|
|
8574
|
-
annotation: import("
|
|
8487
|
+
scope: import("../../shared/types").AnyObject;
|
|
8488
|
+
annotation: import("../../shared/types").AnyObject;
|
|
8575
8489
|
consumer: boolean;
|
|
8576
8490
|
uuid: string;
|
|
8577
8491
|
lifeCycle: Partial<{
|
|
@@ -8580,18 +8494,18 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8580
8494
|
field: import("@formily/core").GeneralField;
|
|
8581
8495
|
oldValue: unknown;
|
|
8582
8496
|
}): any;
|
|
8583
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
8584
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
8585
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
8497
|
+
beforeRequest(fieldKey: string, params?: import("../../shared/types").AnyObject | undefined, payload?: import("../../shared/types").AnyObject | undefined): void | import("../../shared/types").UndefinedAble<import("../../shared/types").AnyObject>;
|
|
8498
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../shared/types").AnyObject | undefined): import("../../shared/types").AnyObject[];
|
|
8499
|
+
afterOptionInit(fieldKey: string, options: import("../../shared/types").AnyObject[], payload?: import("../../shared/types").AnyObject | undefined): void;
|
|
8586
8500
|
}>;
|
|
8587
8501
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
8588
8502
|
requestInstance: import("..").FormRequestDefine.RequestInstance;
|
|
8589
8503
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
8590
|
-
lowCodeReactions: import("
|
|
8504
|
+
lowCodeReactions: import("../../shared/types").LowCodeTypes.reactionsConfig[];
|
|
8591
8505
|
linebarAutoHidden: boolean;
|
|
8592
8506
|
bordered: string | boolean;
|
|
8593
8507
|
uniqueCacheData: boolean;
|
|
8594
|
-
operationalForm: import("
|
|
8508
|
+
operationalForm: import("../../shared/types").LowCodeTypes.operationalConfig[];
|
|
8595
8509
|
outBordered: boolean;
|
|
8596
8510
|
forceClearable: boolean;
|
|
8597
8511
|
}>>>;
|
|
@@ -8599,7 +8513,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8599
8513
|
}>> & {}>>;
|
|
8600
8514
|
wrapperSelector: import("vue").ComputedRef<string>;
|
|
8601
8515
|
formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined>;
|
|
8602
|
-
currentActiveField: import("vue").Ref<import("
|
|
8516
|
+
currentActiveField: import("vue").Ref<import("../../shared/types").UndefinedAble<import("./src/types").FormConfigItem>>;
|
|
8603
8517
|
fieldList: import("vue").Ref<{
|
|
8604
8518
|
[x: string]: any;
|
|
8605
8519
|
val_key: string;
|
|
@@ -8675,8 +8589,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8675
8589
|
link_key?: string | undefined;
|
|
8676
8590
|
link_key_split?: string | undefined;
|
|
8677
8591
|
show_key?: string | string[] | undefined;
|
|
8678
|
-
conObj?: import("
|
|
8679
|
-
conObjFirstLevel?: import("
|
|
8592
|
+
conObj?: import("../../shared/types").AnyObject[] | undefined;
|
|
8593
|
+
conObjFirstLevel?: import("../../shared/types").AnyObject[] | undefined;
|
|
8680
8594
|
setting?: {
|
|
8681
8595
|
cascading?: {
|
|
8682
8596
|
'form.name': string;
|
|
@@ -8701,11 +8615,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8701
8615
|
nameKey?: string | undefined;
|
|
8702
8616
|
valueKey?: string | undefined;
|
|
8703
8617
|
showKey?: string | undefined;
|
|
8704
|
-
|
|
8618
|
+
searchKey?: string[] | undefined;
|
|
8619
|
+
params?: import("../../shared/types").AnyObject | undefined;
|
|
8705
8620
|
dependKey?: string | Record<string, string> | (string | {
|
|
8706
8621
|
paramName: string;
|
|
8707
8622
|
paramValue?: string | undefined;
|
|
8708
8623
|
required?: boolean | undefined;
|
|
8624
|
+
keepValue?: boolean | undefined;
|
|
8709
8625
|
})[] | undefined;
|
|
8710
8626
|
} | undefined;
|
|
8711
8627
|
suffixConfig?: any | any[] | undefined;
|
|
@@ -8720,12 +8636,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8720
8636
|
initialize_high?: number | undefined;
|
|
8721
8637
|
bindEventSetting?: {
|
|
8722
8638
|
[x: string]: unknown;
|
|
8723
|
-
event_type: import("
|
|
8639
|
+
event_type: import("../../shared/types").LowCodeTypes.EVENT_TYPE;
|
|
8724
8640
|
event_field?: string | undefined;
|
|
8725
8641
|
params?: {
|
|
8726
8642
|
p_value?: string | undefined;
|
|
8727
8643
|
p_name: string;
|
|
8728
|
-
p_select: import("
|
|
8644
|
+
p_select: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
|
8729
8645
|
}[] | undefined;
|
|
8730
8646
|
results?: {
|
|
8731
8647
|
p_value: string;
|
|
@@ -8734,21 +8650,21 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8734
8650
|
compareMap?: {
|
|
8735
8651
|
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8736
8652
|
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8737
|
-
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8738
|
-
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8739
|
-
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8740
|
-
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8741
8653
|
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8742
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8743
8654
|
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8655
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8744
8656
|
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8657
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8658
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8659
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8660
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8745
8661
|
} | undefined;
|
|
8746
8662
|
}[] | undefined;
|
|
8747
8663
|
show_mode?: ("DROPDOWN" | "H_TILE" | "V_TILE" | "TILE") | undefined;
|
|
8748
8664
|
is_allow_check_mid?: import("..").FormCommonState | undefined;
|
|
8749
8665
|
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
|
8750
|
-
prefix?: string | import("
|
|
8751
|
-
suffix?: string | import("
|
|
8666
|
+
prefix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
|
8667
|
+
suffix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
|
8752
8668
|
allowSlash?: string | boolean | undefined;
|
|
8753
8669
|
allowModify?: "0" | "1" | undefined;
|
|
8754
8670
|
show_key?: string | undefined;
|
|
@@ -8764,8 +8680,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8764
8680
|
combinationItemDeletable?: boolean | import("..").CombinationItemDeletableFn | undefined;
|
|
8765
8681
|
children?: any[] | undefined;
|
|
8766
8682
|
properties?: any[] | undefined;
|
|
8767
|
-
componentProps?: import("
|
|
8768
|
-
decoratorProps?: import("
|
|
8683
|
+
componentProps?: import("../../shared/types").AnyObject | undefined;
|
|
8684
|
+
decoratorProps?: import("../../shared/types").AnyObject | undefined;
|
|
8769
8685
|
noDecorator?: {
|
|
8770
8686
|
valueOf: () => boolean;
|
|
8771
8687
|
} | undefined;
|
|
@@ -10305,11 +10221,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10305
10221
|
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
10306
10222
|
when?: string | boolean | undefined;
|
|
10307
10223
|
fulfill?: {
|
|
10308
|
-
state?: import("
|
|
10224
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
10309
10225
|
run?: string | undefined;
|
|
10310
10226
|
} | undefined;
|
|
10311
10227
|
otherwise?: {
|
|
10312
|
-
state?: import("
|
|
10228
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
10313
10229
|
run?: string | undefined;
|
|
10314
10230
|
} | undefined;
|
|
10315
10231
|
} | {
|
|
@@ -10319,11 +10235,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10319
10235
|
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
10320
10236
|
when?: string | boolean | undefined;
|
|
10321
10237
|
fulfill?: {
|
|
10322
|
-
state?: import("
|
|
10238
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
10323
10239
|
run?: string | undefined;
|
|
10324
10240
|
} | undefined;
|
|
10325
10241
|
otherwise?: {
|
|
10326
|
-
state?: import("
|
|
10242
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
10327
10243
|
run?: string | undefined;
|
|
10328
10244
|
} | undefined;
|
|
10329
10245
|
}[] | undefined;
|
|
@@ -10434,8 +10350,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10434
10350
|
link_key?: string | undefined;
|
|
10435
10351
|
link_key_split?: string | undefined;
|
|
10436
10352
|
show_key?: string | string[] | undefined;
|
|
10437
|
-
conObj?: import("
|
|
10438
|
-
conObjFirstLevel?: import("
|
|
10353
|
+
conObj?: import("../../shared/types").AnyObject[] | undefined;
|
|
10354
|
+
conObjFirstLevel?: import("../../shared/types").AnyObject[] | undefined;
|
|
10439
10355
|
setting?: {
|
|
10440
10356
|
cascading?: {
|
|
10441
10357
|
'form.name': string;
|
|
@@ -10460,11 +10376,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10460
10376
|
nameKey?: string | undefined;
|
|
10461
10377
|
valueKey?: string | undefined;
|
|
10462
10378
|
showKey?: string | undefined;
|
|
10463
|
-
|
|
10379
|
+
searchKey?: string[] | undefined;
|
|
10380
|
+
params?: import("../../shared/types").AnyObject | undefined;
|
|
10464
10381
|
dependKey?: string | Record<string, string> | (string | {
|
|
10465
10382
|
paramName: string;
|
|
10466
10383
|
paramValue?: string | undefined;
|
|
10467
10384
|
required?: boolean | undefined;
|
|
10385
|
+
keepValue?: boolean | undefined;
|
|
10468
10386
|
})[] | undefined;
|
|
10469
10387
|
} | undefined;
|
|
10470
10388
|
suffixConfig?: any | any[] | undefined;
|
|
@@ -10479,12 +10397,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10479
10397
|
initialize_high?: number | undefined;
|
|
10480
10398
|
bindEventSetting?: {
|
|
10481
10399
|
[x: string]: unknown;
|
|
10482
|
-
event_type: import("
|
|
10400
|
+
event_type: import("../../shared/types").LowCodeTypes.EVENT_TYPE;
|
|
10483
10401
|
event_field?: string | undefined;
|
|
10484
10402
|
params?: {
|
|
10485
10403
|
p_value?: string | undefined;
|
|
10486
10404
|
p_name: string;
|
|
10487
|
-
p_select: import("
|
|
10405
|
+
p_select: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
|
10488
10406
|
}[] | undefined;
|
|
10489
10407
|
results?: {
|
|
10490
10408
|
p_value: string;
|
|
@@ -10493,21 +10411,21 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10493
10411
|
compareMap?: {
|
|
10494
10412
|
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10495
10413
|
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10496
|
-
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10497
|
-
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10498
|
-
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10499
|
-
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10500
10414
|
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10501
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10502
10415
|
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10416
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10503
10417
|
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10418
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10419
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10420
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10421
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10504
10422
|
} | undefined;
|
|
10505
10423
|
}[] | undefined;
|
|
10506
10424
|
show_mode?: ("DROPDOWN" | "H_TILE" | "V_TILE" | "TILE") | undefined;
|
|
10507
10425
|
is_allow_check_mid?: import("..").FormCommonState | undefined;
|
|
10508
10426
|
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
|
10509
|
-
prefix?: string | import("
|
|
10510
|
-
suffix?: string | import("
|
|
10427
|
+
prefix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
|
10428
|
+
suffix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
|
10511
10429
|
allowSlash?: string | boolean | undefined;
|
|
10512
10430
|
allowModify?: "0" | "1" | undefined;
|
|
10513
10431
|
show_key?: string | undefined;
|
|
@@ -10523,8 +10441,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10523
10441
|
combinationItemDeletable?: boolean | import("..").CombinationItemDeletableFn | undefined;
|
|
10524
10442
|
children?: any[] | undefined;
|
|
10525
10443
|
properties?: any[] | undefined;
|
|
10526
|
-
componentProps?: import("
|
|
10527
|
-
decoratorProps?: import("
|
|
10444
|
+
componentProps?: import("../../shared/types").AnyObject | undefined;
|
|
10445
|
+
decoratorProps?: import("../../shared/types").AnyObject | undefined;
|
|
10528
10446
|
noDecorator?: {
|
|
10529
10447
|
valueOf: () => boolean;
|
|
10530
10448
|
} | undefined;
|
|
@@ -12064,11 +11982,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
12064
11982
|
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
12065
11983
|
when?: string | boolean | undefined;
|
|
12066
11984
|
fulfill?: {
|
|
12067
|
-
state?: import("
|
|
11985
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
12068
11986
|
run?: string | undefined;
|
|
12069
11987
|
} | undefined;
|
|
12070
11988
|
otherwise?: {
|
|
12071
|
-
state?: import("
|
|
11989
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
12072
11990
|
run?: string | undefined;
|
|
12073
11991
|
} | undefined;
|
|
12074
11992
|
} | {
|
|
@@ -12078,11 +11996,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
12078
11996
|
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
12079
11997
|
when?: string | boolean | undefined;
|
|
12080
11998
|
fulfill?: {
|
|
12081
|
-
state?: import("
|
|
11999
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
12082
12000
|
run?: string | undefined;
|
|
12083
12001
|
} | undefined;
|
|
12084
12002
|
otherwise?: {
|
|
12085
|
-
state?: import("
|
|
12003
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
12086
12004
|
run?: string | undefined;
|
|
12087
12005
|
} | undefined;
|
|
12088
12006
|
}[] | undefined;
|
|
@@ -12166,8 +12084,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
12166
12084
|
link_key?: string | undefined;
|
|
12167
12085
|
link_key_split?: string | undefined;
|
|
12168
12086
|
show_key?: string | string[] | undefined;
|
|
12169
|
-
conObj?: import("
|
|
12170
|
-
conObjFirstLevel?: import("
|
|
12087
|
+
conObj?: import("../../shared/types").AnyObject[] | undefined;
|
|
12088
|
+
conObjFirstLevel?: import("../../shared/types").AnyObject[] | undefined;
|
|
12171
12089
|
setting?: {
|
|
12172
12090
|
cascading?: {
|
|
12173
12091
|
'form.name': string;
|
|
@@ -12192,11 +12110,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
12192
12110
|
nameKey?: string | undefined;
|
|
12193
12111
|
valueKey?: string | undefined;
|
|
12194
12112
|
showKey?: string | undefined;
|
|
12195
|
-
|
|
12113
|
+
searchKey?: string[] | undefined;
|
|
12114
|
+
params?: import("../../shared/types").AnyObject | undefined;
|
|
12196
12115
|
dependKey?: string | Record<string, string> | (string | {
|
|
12197
12116
|
paramName: string;
|
|
12198
12117
|
paramValue?: string | undefined;
|
|
12199
12118
|
required?: boolean | undefined;
|
|
12119
|
+
keepValue?: boolean | undefined;
|
|
12200
12120
|
})[] | undefined;
|
|
12201
12121
|
} | undefined;
|
|
12202
12122
|
suffixConfig?: any | any[] | undefined;
|
|
@@ -12211,12 +12131,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
12211
12131
|
initialize_high?: number | undefined;
|
|
12212
12132
|
bindEventSetting?: {
|
|
12213
12133
|
[x: string]: unknown;
|
|
12214
|
-
event_type: import("
|
|
12134
|
+
event_type: import("../../shared/types").LowCodeTypes.EVENT_TYPE;
|
|
12215
12135
|
event_field?: string | undefined;
|
|
12216
12136
|
params?: {
|
|
12217
12137
|
p_value?: string | undefined;
|
|
12218
12138
|
p_name: string;
|
|
12219
|
-
p_select: import("
|
|
12139
|
+
p_select: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
|
12220
12140
|
}[] | undefined;
|
|
12221
12141
|
results?: {
|
|
12222
12142
|
p_value: string;
|
|
@@ -12225,21 +12145,21 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
12225
12145
|
compareMap?: {
|
|
12226
12146
|
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12227
12147
|
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12228
|
-
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12229
|
-
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12230
|
-
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12231
|
-
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12232
12148
|
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12233
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12234
12149
|
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12150
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12235
12151
|
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12152
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12153
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12154
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12155
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12236
12156
|
} | undefined;
|
|
12237
12157
|
}[] | undefined;
|
|
12238
12158
|
show_mode?: ("DROPDOWN" | "H_TILE" | "V_TILE" | "TILE") | undefined;
|
|
12239
12159
|
is_allow_check_mid?: import("..").FormCommonState | undefined;
|
|
12240
12160
|
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
|
12241
|
-
prefix?: string | import("
|
|
12242
|
-
suffix?: string | import("
|
|
12161
|
+
prefix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
|
12162
|
+
suffix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
|
12243
12163
|
allowSlash?: string | boolean | undefined;
|
|
12244
12164
|
allowModify?: "0" | "1" | undefined;
|
|
12245
12165
|
show_key?: string | undefined;
|
|
@@ -12255,8 +12175,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
12255
12175
|
combinationItemDeletable?: boolean | import("..").CombinationItemDeletableFn | undefined;
|
|
12256
12176
|
children?: any[] | undefined;
|
|
12257
12177
|
properties?: any[] | undefined;
|
|
12258
|
-
componentProps?: import("
|
|
12259
|
-
decoratorProps?: import("
|
|
12178
|
+
componentProps?: import("../../shared/types").AnyObject | undefined;
|
|
12179
|
+
decoratorProps?: import("../../shared/types").AnyObject | undefined;
|
|
12260
12180
|
noDecorator?: {
|
|
12261
12181
|
valueOf: () => boolean;
|
|
12262
12182
|
} | undefined;
|
|
@@ -13796,11 +13716,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13796
13716
|
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
13797
13717
|
when?: string | boolean | undefined;
|
|
13798
13718
|
fulfill?: {
|
|
13799
|
-
state?: import("
|
|
13719
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
13800
13720
|
run?: string | undefined;
|
|
13801
13721
|
} | undefined;
|
|
13802
13722
|
otherwise?: {
|
|
13803
|
-
state?: import("
|
|
13723
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
13804
13724
|
run?: string | undefined;
|
|
13805
13725
|
} | undefined;
|
|
13806
13726
|
} | {
|
|
@@ -13810,11 +13730,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13810
13730
|
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
13811
13731
|
when?: string | boolean | undefined;
|
|
13812
13732
|
fulfill?: {
|
|
13813
|
-
state?: import("
|
|
13733
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
13814
13734
|
run?: string | undefined;
|
|
13815
13735
|
} | undefined;
|
|
13816
13736
|
otherwise?: {
|
|
13817
|
-
state?: import("
|
|
13737
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
13818
13738
|
run?: string | undefined;
|
|
13819
13739
|
} | undefined;
|
|
13820
13740
|
}[] | undefined;
|
|
@@ -13840,7 +13760,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13840
13760
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
|
13841
13761
|
};
|
|
13842
13762
|
initialData: {
|
|
13843
|
-
type: import("vue").PropType<import("
|
|
13763
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
13844
13764
|
default: () => {};
|
|
13845
13765
|
};
|
|
13846
13766
|
fieldVisitor: {
|
|
@@ -13929,11 +13849,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13929
13849
|
default: () => {};
|
|
13930
13850
|
};
|
|
13931
13851
|
scope: {
|
|
13932
|
-
type: import("vue").PropType<import("
|
|
13852
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
13933
13853
|
default: () => {};
|
|
13934
13854
|
};
|
|
13935
13855
|
annotation: {
|
|
13936
|
-
type: import("vue").PropType<import("
|
|
13856
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
13937
13857
|
};
|
|
13938
13858
|
consumer: {
|
|
13939
13859
|
type: BooleanConstructor;
|
|
@@ -13949,9 +13869,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13949
13869
|
field: import("@formily/core").GeneralField;
|
|
13950
13870
|
oldValue: unknown;
|
|
13951
13871
|
}): any;
|
|
13952
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
13953
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
13954
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
13872
|
+
beforeRequest(fieldKey: string, params?: import("../../shared/types").AnyObject | undefined, payload?: import("../../shared/types").AnyObject | undefined): void | import("../../shared/types").UndefinedAble<import("../../shared/types").AnyObject>;
|
|
13873
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../shared/types").AnyObject | undefined): import("../../shared/types").AnyObject[];
|
|
13874
|
+
afterOptionInit(fieldKey: string, options: import("../../shared/types").AnyObject[], payload?: import("../../shared/types").AnyObject | undefined): void;
|
|
13955
13875
|
}>>;
|
|
13956
13876
|
};
|
|
13957
13877
|
requestInstance: {
|
|
@@ -13962,13 +13882,17 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13962
13882
|
default: boolean;
|
|
13963
13883
|
};
|
|
13964
13884
|
lowCodeReactions: {
|
|
13965
|
-
type: import("vue").PropType<import("
|
|
13885
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.reactionsConfig[]>;
|
|
13966
13886
|
};
|
|
13967
13887
|
operationalForm: {
|
|
13968
|
-
type: import("vue").PropType<import("
|
|
13888
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.operationalConfig[]>;
|
|
13969
13889
|
};
|
|
13970
13890
|
dateOperationalForm: {
|
|
13971
|
-
type: import("vue").PropType<import("
|
|
13891
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.dateOperationalConfig[]>;
|
|
13892
|
+
};
|
|
13893
|
+
operationalFormInit: {
|
|
13894
|
+
type: BooleanConstructor;
|
|
13895
|
+
default: boolean;
|
|
13972
13896
|
};
|
|
13973
13897
|
linebarAutoHidden: {
|
|
13974
13898
|
type: BooleanConstructor;
|
|
@@ -13992,7 +13916,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13992
13916
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
|
13993
13917
|
};
|
|
13994
13918
|
initialData: {
|
|
13995
|
-
type: import("vue").PropType<import("
|
|
13919
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
13996
13920
|
default: () => {};
|
|
13997
13921
|
};
|
|
13998
13922
|
fieldVisitor: {
|
|
@@ -14081,11 +14005,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14081
14005
|
default: () => {};
|
|
14082
14006
|
};
|
|
14083
14007
|
scope: {
|
|
14084
|
-
type: import("vue").PropType<import("
|
|
14008
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
14085
14009
|
default: () => {};
|
|
14086
14010
|
};
|
|
14087
14011
|
annotation: {
|
|
14088
|
-
type: import("vue").PropType<import("
|
|
14012
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
14089
14013
|
};
|
|
14090
14014
|
consumer: {
|
|
14091
14015
|
type: BooleanConstructor;
|
|
@@ -14101,9 +14025,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14101
14025
|
field: import("@formily/core").GeneralField;
|
|
14102
14026
|
oldValue: unknown;
|
|
14103
14027
|
}): any;
|
|
14104
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
14105
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
14106
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
14028
|
+
beforeRequest(fieldKey: string, params?: import("../../shared/types").AnyObject | undefined, payload?: import("../../shared/types").AnyObject | undefined): void | import("../../shared/types").UndefinedAble<import("../../shared/types").AnyObject>;
|
|
14029
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../shared/types").AnyObject | undefined): import("../../shared/types").AnyObject[];
|
|
14030
|
+
afterOptionInit(fieldKey: string, options: import("../../shared/types").AnyObject[], payload?: import("../../shared/types").AnyObject | undefined): void;
|
|
14107
14031
|
}>>;
|
|
14108
14032
|
};
|
|
14109
14033
|
requestInstance: {
|
|
@@ -14114,13 +14038,17 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14114
14038
|
default: boolean;
|
|
14115
14039
|
};
|
|
14116
14040
|
lowCodeReactions: {
|
|
14117
|
-
type: import("vue").PropType<import("
|
|
14041
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.reactionsConfig[]>;
|
|
14118
14042
|
};
|
|
14119
14043
|
operationalForm: {
|
|
14120
|
-
type: import("vue").PropType<import("
|
|
14044
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.operationalConfig[]>;
|
|
14121
14045
|
};
|
|
14122
14046
|
dateOperationalForm: {
|
|
14123
|
-
type: import("vue").PropType<import("
|
|
14047
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.dateOperationalConfig[]>;
|
|
14048
|
+
};
|
|
14049
|
+
operationalFormInit: {
|
|
14050
|
+
type: BooleanConstructor;
|
|
14051
|
+
default: boolean;
|
|
14124
14052
|
};
|
|
14125
14053
|
linebarAutoHidden: {
|
|
14126
14054
|
type: BooleanConstructor;
|
|
@@ -14164,7 +14092,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14164
14092
|
changeContextCollector: import("..").ContextCollector;
|
|
14165
14093
|
formUUID: string;
|
|
14166
14094
|
anchorBarRef: import("vue").Ref<{
|
|
14167
|
-
syncBarPosition: import("
|
|
14095
|
+
syncBarPosition: import("../../shared/types").AnyFn<any[], any>;
|
|
14168
14096
|
} | undefined>;
|
|
14169
14097
|
currentAnchor: import("vue").WritableComputedRef<string>;
|
|
14170
14098
|
updateAnchorList: (field: import("@formily/core").GeneralField) => void;
|
|
@@ -14179,18 +14107,18 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14179
14107
|
field: import("@formily/core").GeneralField;
|
|
14180
14108
|
oldValue: unknown;
|
|
14181
14109
|
}): any;
|
|
14182
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
14183
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
14184
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
14185
|
-
}>>[T_2]> | undefined) => import("
|
|
14110
|
+
beforeRequest(fieldKey: string, params?: import("../../shared/types").AnyObject | undefined, payload?: import("../../shared/types").AnyObject | undefined): void | import("../../shared/types").UndefinedAble<import("../../shared/types").AnyObject>;
|
|
14111
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../shared/types").AnyObject | undefined): import("../../shared/types").AnyObject[];
|
|
14112
|
+
afterOptionInit(fieldKey: string, options: import("../../shared/types").AnyObject[], payload?: import("../../shared/types").AnyObject | undefined): void;
|
|
14113
|
+
}>>[T_2]> | undefined) => import("../../shared/types").UndefinedAble<ReturnType<Required<Partial<{
|
|
14186
14114
|
onSetup(): void;
|
|
14187
14115
|
beforeSetValue(fieldKey: string, value: unknown, payload: {
|
|
14188
14116
|
field: import("@formily/core").GeneralField;
|
|
14189
14117
|
oldValue: unknown;
|
|
14190
14118
|
}): any;
|
|
14191
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
14192
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
14193
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
14119
|
+
beforeRequest(fieldKey: string, params?: import("../../shared/types").AnyObject | undefined, payload?: import("../../shared/types").AnyObject | undefined): void | import("../../shared/types").UndefinedAble<import("../../shared/types").AnyObject>;
|
|
14120
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../shared/types").AnyObject | undefined): import("../../shared/types").AnyObject[];
|
|
14121
|
+
afterOptionInit(fieldKey: string, options: import("../../shared/types").AnyObject[], payload?: import("../../shared/types").AnyObject | undefined): void;
|
|
14194
14122
|
}>>[T_2]>>;
|
|
14195
14123
|
triggerAutoHidden: (field: import("@formily/core").GeneralField) => Promise<void>;
|
|
14196
14124
|
observeFormGraph: Record<string, import("@formily/core").GeneralField>;
|
|
@@ -14202,15 +14130,15 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14202
14130
|
}>;
|
|
14203
14131
|
lowCodeReactionsHandler: (field: string) => void;
|
|
14204
14132
|
triggerAllReactionsHandler: () => void;
|
|
14205
|
-
operationalFormHandler:
|
|
14206
|
-
|
|
14207
|
-
|
|
14208
|
-
|
|
14209
|
-
setDisabled: (value: boolean) => void;
|
|
14133
|
+
operationalFormHandler: {
|
|
14134
|
+
trigger(fieldKey: string): void;
|
|
14135
|
+
triggerAll(): void;
|
|
14136
|
+
triggerDisabled: string | boolean;
|
|
14210
14137
|
};
|
|
14138
|
+
wordbookSettingHandler: import("..").wordbookSettingHandler;
|
|
14211
14139
|
schemaAdaptor: (fieldList: import("..").FieldItem[], options?: Partial<{
|
|
14212
14140
|
fieldList: import("..").FieldItem[];
|
|
14213
|
-
initialData: import("
|
|
14141
|
+
initialData: import("../../shared/types").AnyObject;
|
|
14214
14142
|
fieldVisitor: import("..").FieldVisitor;
|
|
14215
14143
|
column: number;
|
|
14216
14144
|
maxHeight: string | number;
|
|
@@ -14274,8 +14202,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14274
14202
|
"x-compile-omitted"?: string[] | undefined;
|
|
14275
14203
|
}>;
|
|
14276
14204
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
14277
|
-
scope: import("
|
|
14278
|
-
annotation: import("
|
|
14205
|
+
scope: import("../../shared/types").AnyObject;
|
|
14206
|
+
annotation: import("../../shared/types").AnyObject;
|
|
14279
14207
|
consumer: boolean;
|
|
14280
14208
|
uuid: string;
|
|
14281
14209
|
lifeCycle: Partial<{
|
|
@@ -14284,18 +14212,18 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14284
14212
|
field: import("@formily/core").GeneralField;
|
|
14285
14213
|
oldValue: unknown;
|
|
14286
14214
|
}): any;
|
|
14287
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
14288
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
14289
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
14215
|
+
beforeRequest(fieldKey: string, params?: import("../../shared/types").AnyObject | undefined, payload?: import("../../shared/types").AnyObject | undefined): void | import("../../shared/types").UndefinedAble<import("../../shared/types").AnyObject>;
|
|
14216
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../shared/types").AnyObject | undefined): import("../../shared/types").AnyObject[];
|
|
14217
|
+
afterOptionInit(fieldKey: string, options: import("../../shared/types").AnyObject[], payload?: import("../../shared/types").AnyObject | undefined): void;
|
|
14290
14218
|
}>;
|
|
14291
14219
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
14292
14220
|
requestInstance: import("..").FormRequestDefine.RequestInstance;
|
|
14293
14221
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
14294
|
-
lowCodeReactions: import("
|
|
14222
|
+
lowCodeReactions: import("../../shared/types").LowCodeTypes.reactionsConfig[];
|
|
14295
14223
|
linebarAutoHidden: boolean;
|
|
14296
14224
|
bordered: string | boolean;
|
|
14297
14225
|
uniqueCacheData: boolean;
|
|
14298
|
-
operationalForm: import("
|
|
14226
|
+
operationalForm: import("../../shared/types").LowCodeTypes.operationalConfig[];
|
|
14299
14227
|
outBordered: boolean;
|
|
14300
14228
|
forceClearable: boolean;
|
|
14301
14229
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
|
@@ -14415,114 +14343,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14415
14343
|
}>>;
|
|
14416
14344
|
onKeydown: (event: KeyboardEvent) => Promise<void>;
|
|
14417
14345
|
clearSpan: (uuid: string) => void;
|
|
14418
|
-
exposeEvent:
|
|
14419
|
-
validate(path?: string | ((field: import("@formily/core").Field<any, any, any, any>) => boolean), { force }?: {
|
|
14420
|
-
force?: boolean | undefined;
|
|
14421
|
-
}): Promise<void>;
|
|
14422
|
-
getFormValues(needCombineExtendKey?: boolean): any;
|
|
14423
|
-
setFormValues(values: import("../../../es/shared/types").AnyObject, needSplitExtendKey?: boolean, overwrite?: boolean): void;
|
|
14424
|
-
setFieldState(path: string, setter: (field: Partial<Pick<import("@formily/core").Field<any, any, any, any>, import("@formily/core").NonFunctionPropertyNames<{
|
|
14425
|
-
match: (pattern: import("@formily/path").Pattern) => boolean;
|
|
14426
|
-
validate: (triggerType?: import("@formily/validator").ValidatorTriggerType | undefined) => any;
|
|
14427
|
-
data: any;
|
|
14428
|
-
loading: boolean;
|
|
14429
|
-
required: boolean;
|
|
14430
|
-
value: string;
|
|
14431
|
-
readonly index: string | number;
|
|
14432
|
-
disabled: boolean;
|
|
14433
|
-
onFocus: (...args: any[]) => Promise<void>;
|
|
14434
|
-
onBlur: (...args: any[]) => Promise<void>;
|
|
14435
|
-
onInput: (...args: any[]) => Promise<void>;
|
|
14436
|
-
editable: boolean;
|
|
14437
|
-
reset: (options?: import("@formily/core").IFieldResetOptions | undefined) => Promise<void>;
|
|
14438
|
-
title: string;
|
|
14439
|
-
visible: boolean;
|
|
14440
|
-
submit: <T_3>(onSubmit?: ((values: any) => void | Promise<T_3>) | undefined) => Promise<T_3>;
|
|
14441
|
-
validator: import("@formily/core").FieldValidator;
|
|
14442
|
-
pattern: import("@formily/core").FieldPatternTypes;
|
|
14443
|
-
content: any;
|
|
14444
|
-
display: import("@formily/core").FieldDisplayTypes;
|
|
14445
|
-
hidden: boolean;
|
|
14446
|
-
form: import("@formily/core").Form<any>;
|
|
14447
|
-
componentProps: Record<string, any>;
|
|
14448
|
-
decoratorProps: Record<string, any>;
|
|
14449
|
-
description: string;
|
|
14450
|
-
readOnly: boolean;
|
|
14451
|
-
component: import("@formily/core").FieldComponent<any, any>;
|
|
14452
|
-
decorator: import("@formily/core").FieldDecorator<any, any>;
|
|
14453
|
-
validating: boolean;
|
|
14454
|
-
submitting: boolean;
|
|
14455
|
-
active: boolean;
|
|
14456
|
-
visited: boolean;
|
|
14457
|
-
selfModified: boolean;
|
|
14458
|
-
modified: boolean;
|
|
14459
|
-
inputValue: string;
|
|
14460
|
-
inputValues: any[];
|
|
14461
|
-
dataSource: import("@formily/core").FieldDataSource;
|
|
14462
|
-
feedbacks: import("@formily/core").IFieldFeedback[];
|
|
14463
|
-
caches: import("@formily/core").IFieldCaches;
|
|
14464
|
-
selfErrors: import("@formily/core").FeedbackMessage;
|
|
14465
|
-
readonly errors: import("@formily/core").IFormFeedback[];
|
|
14466
|
-
selfWarnings: import("@formily/core").FeedbackMessage;
|
|
14467
|
-
readonly warnings: import("@formily/core").IFormFeedback[];
|
|
14468
|
-
selfSuccesses: import("@formily/core").FeedbackMessage;
|
|
14469
|
-
readonly successes: import("@formily/core").IFormFeedback[];
|
|
14470
|
-
readonly selfValid: boolean;
|
|
14471
|
-
readonly valid: boolean;
|
|
14472
|
-
readonly selfInvalid: boolean;
|
|
14473
|
-
readonly invalid: boolean;
|
|
14474
|
-
initialValue: string;
|
|
14475
|
-
readonly validateStatus: "error" | "success" | "warning" | "validating";
|
|
14476
|
-
setDataSource: (dataSource?: import("@formily/core").FieldDataSource | undefined) => void;
|
|
14477
|
-
setFeedback: (feedback?: import("@formily/core").IFieldFeedback | undefined) => void;
|
|
14478
|
-
setSelfErrors: (messages?: import("@formily/core").FeedbackMessage | undefined) => void;
|
|
14479
|
-
setSelfWarnings: (messages?: import("@formily/core").FeedbackMessage | undefined) => void;
|
|
14480
|
-
setSelfSuccesses: (messages?: import("@formily/core").FeedbackMessage | undefined) => void;
|
|
14481
|
-
setValidator: (validator?: import("@formily/core").FieldValidator | undefined) => void;
|
|
14482
|
-
setValidatorRule: (name: string, value: any) => void;
|
|
14483
|
-
setRequired: (required?: boolean | undefined) => void;
|
|
14484
|
-
setValue: (value?: string | undefined) => void;
|
|
14485
|
-
setInitialValue: (initialValue?: string | undefined) => void;
|
|
14486
|
-
setLoading: (loading?: boolean | undefined) => void;
|
|
14487
|
-
setValidating: (validating?: boolean | undefined) => void;
|
|
14488
|
-
setSubmitting: (submitting?: boolean | undefined) => void;
|
|
14489
|
-
queryFeedbacks: (search?: import("@formily/core").ISearchFeedback | undefined) => import("@formily/core").IFieldFeedback[];
|
|
14490
|
-
modify: () => void;
|
|
14491
|
-
initialized: boolean;
|
|
14492
|
-
mounted: boolean;
|
|
14493
|
-
unmounted: boolean;
|
|
14494
|
-
decoratorType: any;
|
|
14495
|
-
componentType: any;
|
|
14496
|
-
designable: boolean;
|
|
14497
|
-
locate: (address: import("@formily/path").Pattern) => void;
|
|
14498
|
-
readonly parent: import("@formily/core").GeneralField;
|
|
14499
|
-
readPretty: boolean;
|
|
14500
|
-
readonly destroyed: boolean;
|
|
14501
|
-
setTitle: (title?: string | undefined) => void;
|
|
14502
|
-
setDescription: (description?: string | undefined) => void;
|
|
14503
|
-
setDisplay: (type?: import("@formily/core").FieldDisplayTypes | undefined) => void;
|
|
14504
|
-
setPattern: (type?: import("@formily/core").FieldPatternTypes | undefined) => void;
|
|
14505
|
-
setComponent: <C extends unknown, ComponentProps extends object = {}>(component?: C | undefined, props?: ComponentProps | undefined) => void;
|
|
14506
|
-
setComponentProps: <ComponentProps_1 extends object = {}>(props?: ComponentProps_1 | undefined) => void;
|
|
14507
|
-
setDecorator: <D extends unknown, ComponentProps_2 extends object = {}>(component?: D | undefined, props?: ComponentProps_2 | undefined) => void;
|
|
14508
|
-
setDecoratorProps: <ComponentProps_3 extends object = {}>(props?: ComponentProps_3 | undefined) => void;
|
|
14509
|
-
setData: (data: any) => void;
|
|
14510
|
-
setContent: (content: any) => void;
|
|
14511
|
-
onInit: () => void;
|
|
14512
|
-
onMount: () => void;
|
|
14513
|
-
onUnmount: () => void;
|
|
14514
|
-
query: (pattern: import("@formily/path").Pattern) => import("@formily/core").Query;
|
|
14515
|
-
notify: (type: import("@formily/core").LifeCycleTypes, payload?: any) => void;
|
|
14516
|
-
dispose: () => void;
|
|
14517
|
-
destroy: (forceClear?: boolean | undefined) => void;
|
|
14518
|
-
}>>>) => void): void;
|
|
14519
|
-
resetFields(path?: string): Promise<void>;
|
|
14520
|
-
queryWidget(key: string): Promise<{
|
|
14521
|
-
widgetElement: HTMLInputElement | null | undefined;
|
|
14522
|
-
widgetElementList: HTMLInputElement[];
|
|
14523
|
-
decoratorElement: HTMLElement | null | undefined;
|
|
14524
|
-
} | null>;
|
|
14525
|
-
};
|
|
14346
|
+
exposeEvent: Omit<import("..").FormRenderExpose, "getFieldList" | "formModel" | "reload">;
|
|
14526
14347
|
useVersion: typeof import("..").useVersion;
|
|
14527
14348
|
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<{}>>, {}>;
|
|
14528
14349
|
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>>>, {
|
|
@@ -14587,7 +14408,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14587
14408
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
|
14588
14409
|
};
|
|
14589
14410
|
initialData: {
|
|
14590
|
-
type: import("vue").PropType<import("
|
|
14411
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
14591
14412
|
default: () => {};
|
|
14592
14413
|
};
|
|
14593
14414
|
fieldVisitor: {
|
|
@@ -14676,11 +14497,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14676
14497
|
default: () => {};
|
|
14677
14498
|
};
|
|
14678
14499
|
scope: {
|
|
14679
|
-
type: import("vue").PropType<import("
|
|
14500
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
14680
14501
|
default: () => {};
|
|
14681
14502
|
};
|
|
14682
14503
|
annotation: {
|
|
14683
|
-
type: import("vue").PropType<import("
|
|
14504
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
14684
14505
|
};
|
|
14685
14506
|
consumer: {
|
|
14686
14507
|
type: BooleanConstructor;
|
|
@@ -14696,9 +14517,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14696
14517
|
field: import("@formily/core").GeneralField;
|
|
14697
14518
|
oldValue: unknown;
|
|
14698
14519
|
}): any;
|
|
14699
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
14700
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
14701
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
14520
|
+
beforeRequest(fieldKey: string, params?: import("../../shared/types").AnyObject | undefined, payload?: import("../../shared/types").AnyObject | undefined): void | import("../../shared/types").UndefinedAble<import("../../shared/types").AnyObject>;
|
|
14521
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../shared/types").AnyObject | undefined): import("../../shared/types").AnyObject[];
|
|
14522
|
+
afterOptionInit(fieldKey: string, options: import("../../shared/types").AnyObject[], payload?: import("../../shared/types").AnyObject | undefined): void;
|
|
14702
14523
|
}>>;
|
|
14703
14524
|
};
|
|
14704
14525
|
requestInstance: {
|
|
@@ -14709,13 +14530,17 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14709
14530
|
default: boolean;
|
|
14710
14531
|
};
|
|
14711
14532
|
lowCodeReactions: {
|
|
14712
|
-
type: import("vue").PropType<import("
|
|
14533
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.reactionsConfig[]>;
|
|
14713
14534
|
};
|
|
14714
14535
|
operationalForm: {
|
|
14715
|
-
type: import("vue").PropType<import("
|
|
14536
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.operationalConfig[]>;
|
|
14716
14537
|
};
|
|
14717
14538
|
dateOperationalForm: {
|
|
14718
|
-
type: import("vue").PropType<import("
|
|
14539
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.dateOperationalConfig[]>;
|
|
14540
|
+
};
|
|
14541
|
+
operationalFormInit: {
|
|
14542
|
+
type: BooleanConstructor;
|
|
14543
|
+
default: boolean;
|
|
14719
14544
|
};
|
|
14720
14545
|
linebarAutoHidden: {
|
|
14721
14546
|
type: BooleanConstructor;
|
|
@@ -14743,15 +14568,16 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14743
14568
|
column: number;
|
|
14744
14569
|
forceClearable: boolean;
|
|
14745
14570
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
14746
|
-
initialData: import("
|
|
14571
|
+
initialData: import("../../shared/types").AnyObject;
|
|
14747
14572
|
parallelism: number;
|
|
14748
|
-
scope: import("
|
|
14573
|
+
scope: import("../../shared/types").AnyObject;
|
|
14749
14574
|
consumer: boolean;
|
|
14750
14575
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
14751
14576
|
linebarAutoHidden: boolean;
|
|
14752
14577
|
bordered: string | boolean;
|
|
14753
14578
|
uniqueCacheData: boolean;
|
|
14754
14579
|
outBordered: boolean;
|
|
14580
|
+
operationalFormInit: boolean;
|
|
14755
14581
|
}>;
|
|
14756
14582
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
14757
14583
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -14765,7 +14591,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14765
14591
|
formProps: {
|
|
14766
14592
|
type: import("vue").PropType<Partial<Partial<{
|
|
14767
14593
|
fieldList: import("..").FieldItem[];
|
|
14768
|
-
initialData: import("
|
|
14594
|
+
initialData: import("../../shared/types").AnyObject;
|
|
14769
14595
|
fieldVisitor: import("..").FieldVisitor;
|
|
14770
14596
|
column: number;
|
|
14771
14597
|
maxHeight: string | number;
|
|
@@ -14829,8 +14655,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14829
14655
|
"x-compile-omitted"?: string[] | undefined;
|
|
14830
14656
|
}>;
|
|
14831
14657
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
14832
|
-
scope: import("
|
|
14833
|
-
annotation: import("
|
|
14658
|
+
scope: import("../../shared/types").AnyObject;
|
|
14659
|
+
annotation: import("../../shared/types").AnyObject;
|
|
14834
14660
|
consumer: boolean;
|
|
14835
14661
|
uuid: string;
|
|
14836
14662
|
lifeCycle: Partial<{
|
|
@@ -14839,18 +14665,18 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14839
14665
|
field: import("@formily/core").GeneralField;
|
|
14840
14666
|
oldValue: unknown;
|
|
14841
14667
|
}): any;
|
|
14842
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
14843
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
14844
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
14668
|
+
beforeRequest(fieldKey: string, params?: import("../../shared/types").AnyObject | undefined, payload?: import("../../shared/types").AnyObject | undefined): void | import("../../shared/types").UndefinedAble<import("../../shared/types").AnyObject>;
|
|
14669
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../shared/types").AnyObject | undefined): import("../../shared/types").AnyObject[];
|
|
14670
|
+
afterOptionInit(fieldKey: string, options: import("../../shared/types").AnyObject[], payload?: import("../../shared/types").AnyObject | undefined): void;
|
|
14845
14671
|
}>;
|
|
14846
14672
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
14847
14673
|
requestInstance: import("..").FormRequestDefine.RequestInstance;
|
|
14848
14674
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
14849
|
-
lowCodeReactions: import("
|
|
14675
|
+
lowCodeReactions: import("../../shared/types").LowCodeTypes.reactionsConfig[];
|
|
14850
14676
|
linebarAutoHidden: boolean;
|
|
14851
14677
|
bordered: string | boolean;
|
|
14852
14678
|
uniqueCacheData: boolean;
|
|
14853
|
-
operationalForm: import("
|
|
14679
|
+
operationalForm: import("../../shared/types").LowCodeTypes.operationalConfig[];
|
|
14854
14680
|
outBordered: boolean;
|
|
14855
14681
|
forceClearable: boolean;
|
|
14856
14682
|
}>>>;
|
|
@@ -14864,27 +14690,27 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14864
14690
|
};
|
|
14865
14691
|
}, {
|
|
14866
14692
|
props: {
|
|
14867
|
-
modelValue: import("
|
|
14693
|
+
modelValue: import("../../shared/types").LowCodeTypes.reactionsConfig[];
|
|
14868
14694
|
};
|
|
14869
14695
|
emit: (event: "update:modelValue" | "validateFailure", ...args: any[]) => void;
|
|
14870
14696
|
cssVars: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
14871
14697
|
valueRef: import("vue").Ref<{
|
|
14872
14698
|
conObj: {
|
|
14873
|
-
con: import("
|
|
14699
|
+
con: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
|
14874
14700
|
field_key: string;
|
|
14875
14701
|
value: unknown;
|
|
14876
14702
|
}[];
|
|
14877
14703
|
compareMap?: {
|
|
14878
14704
|
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14879
14705
|
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14880
|
-
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14881
|
-
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14882
|
-
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14883
|
-
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14884
14706
|
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14885
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14886
14707
|
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14708
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14887
14709
|
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14710
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14711
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14712
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14713
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14888
14714
|
} | undefined;
|
|
14889
14715
|
sqlExpression?: string | undefined;
|
|
14890
14716
|
showField?: string[] | undefined;
|
|
@@ -14899,17 +14725,17 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14899
14725
|
expandedName: import("vue").Ref<string>;
|
|
14900
14726
|
addConnection: () => void;
|
|
14901
14727
|
removeConnection: (index: number) => void;
|
|
14902
|
-
getOppositeBtnText: (item: import("
|
|
14903
|
-
unBindOpposite: (item: import("
|
|
14904
|
-
addOppositeCondition: (item: import("
|
|
14728
|
+
getOppositeBtnText: (item: import("../../shared/types").LowCodeTypes.reactionsConfig) => string | undefined;
|
|
14729
|
+
unBindOpposite: (item: import("../../shared/types").LowCodeTypes.reactionsConfig) => void;
|
|
14730
|
+
addOppositeCondition: (item: import("../../shared/types").LowCodeTypes.reactionsConfig) => void;
|
|
14905
14731
|
getOppositeSqlExpression: (expression?: string | undefined) => string | undefined;
|
|
14906
|
-
createOppositeCondition: (config: import("
|
|
14907
|
-
isOppositeConfig: (c1: import("
|
|
14732
|
+
createOppositeCondition: (config: import("../../shared/types").LowCodeTypes.reactionsConfig) => import("../../shared/types").LowCodeTypes.reactionsConfig;
|
|
14733
|
+
isOppositeConfig: (c1: import("../../shared/types").LowCodeTypes.reactionsConfig, c2: import("../../shared/types").LowCodeTypes.reactionsConfig) => boolean;
|
|
14908
14734
|
onUpdateExpandedNames: (value: string[]) => void;
|
|
14909
14735
|
getBinderFieldDesc: (index: number) => string;
|
|
14910
|
-
addCondition: (config: import("
|
|
14911
|
-
removeCondition: (config: import("
|
|
14912
|
-
onUpdateConditionType: (condition: import("
|
|
14736
|
+
addCondition: (config: import("../../shared/types").LowCodeTypes.reactionsConfig) => void;
|
|
14737
|
+
removeCondition: (config: import("../../shared/types").LowCodeTypes.reactionsConfig, index: number) => void;
|
|
14738
|
+
onUpdateConditionType: (condition: import("../../shared/types").LowCodeTypes.reactionsConObj, type: import("../../shared/types").LowCodeTypes.VALUE_RELATION) => void;
|
|
14913
14739
|
showRef: import("vue").Ref<boolean>;
|
|
14914
14740
|
fieldListRef: import("vue").Ref<import("./src/types").FormConfigItem[]>;
|
|
14915
14741
|
fieldOptions: import("vue").ComputedRef<import("./src/types").FormConfigItem[]>;
|
|
@@ -14967,7 +14793,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14967
14793
|
NTooltip: any;
|
|
14968
14794
|
NIcon: any;
|
|
14969
14795
|
conditionTypeOptions: {
|
|
14970
|
-
value: import("
|
|
14796
|
+
value: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
|
14971
14797
|
label: string;
|
|
14972
14798
|
}[];
|
|
14973
14799
|
connectionTypeOptions: {
|
|
@@ -15038,7 +14864,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
15038
14864
|
formProps: {
|
|
15039
14865
|
type: import("vue").PropType<Partial<Partial<{
|
|
15040
14866
|
fieldList: import("..").FieldItem[];
|
|
15041
|
-
initialData: import("
|
|
14867
|
+
initialData: import("../../shared/types").AnyObject;
|
|
15042
14868
|
fieldVisitor: import("..").FieldVisitor;
|
|
15043
14869
|
column: number;
|
|
15044
14870
|
maxHeight: string | number;
|
|
@@ -15102,8 +14928,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
15102
14928
|
"x-compile-omitted"?: string[] | undefined;
|
|
15103
14929
|
}>;
|
|
15104
14930
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
15105
|
-
scope: import("
|
|
15106
|
-
annotation: import("
|
|
14931
|
+
scope: import("../../shared/types").AnyObject;
|
|
14932
|
+
annotation: import("../../shared/types").AnyObject;
|
|
15107
14933
|
consumer: boolean;
|
|
15108
14934
|
uuid: string;
|
|
15109
14935
|
lifeCycle: Partial<{
|
|
@@ -15112,18 +14938,18 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
15112
14938
|
field: import("@formily/core").GeneralField;
|
|
15113
14939
|
oldValue: unknown;
|
|
15114
14940
|
}): any;
|
|
15115
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
15116
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
15117
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
14941
|
+
beforeRequest(fieldKey: string, params?: import("../../shared/types").AnyObject | undefined, payload?: import("../../shared/types").AnyObject | undefined): void | import("../../shared/types").UndefinedAble<import("../../shared/types").AnyObject>;
|
|
14942
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../shared/types").AnyObject | undefined): import("../../shared/types").AnyObject[];
|
|
14943
|
+
afterOptionInit(fieldKey: string, options: import("../../shared/types").AnyObject[], payload?: import("../../shared/types").AnyObject | undefined): void;
|
|
15118
14944
|
}>;
|
|
15119
14945
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
15120
14946
|
requestInstance: import("..").FormRequestDefine.RequestInstance;
|
|
15121
14947
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
15122
|
-
lowCodeReactions: import("
|
|
14948
|
+
lowCodeReactions: import("../../shared/types").LowCodeTypes.reactionsConfig[];
|
|
15123
14949
|
linebarAutoHidden: boolean;
|
|
15124
14950
|
bordered: string | boolean;
|
|
15125
14951
|
uniqueCacheData: boolean;
|
|
15126
|
-
operationalForm: import("
|
|
14952
|
+
operationalForm: import("../../shared/types").LowCodeTypes.operationalConfig[];
|
|
15127
14953
|
outBordered: boolean;
|
|
15128
14954
|
forceClearable: boolean;
|
|
15129
14955
|
}>>>;
|